body {
    background-color: #f9f9f9;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
}

a {
    color: #000;
}

a:hover {
    color: #d61542;
    text-decoration: none;
}

a:focus {
    outline: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, button {
    transition-duration: .3s;
}

.color {
    color: #d61542;
}

.menu-container {
    background-color: #fff;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
}

.header-menu {
    display: table;
    width: 100%;
    text-transform: uppercase;
}

.header-menu > .menu,
.header-menu > .logo {
    display: table-cell;
    vertical-align: middle;
}

.header-menu .menu li,
.title-options .options li {
    position: relative;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}

.header-menu .menu > li {
    padding: 10px 0;
}

.header-menu .menu > li:not(.menu-view):not(:first-child) {
    margin-left: 30px;
}

ul li.hlbt a {
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
}

ul li.hlbt a:hover {
    background-color: #d61542;
    color: #fff!important;
}

.header-menu .menu li.contains-sub-menu a > i {
    margin-left: 5px;
}

.header-menu .menu li.contains-sub-menu:hover > a > i:last-child,
.title-options .options:hover > a i:last-child,
.title-options .options li.contains-sub-menu:hover > a > i:last-child {
    transition: all .2s ease-in-out;
    opacity: 0;
}

.header-menu .menu li a,
.title-options .options li a {
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

.menu li a img {
    max-height: 15px;
    max-width: 20px;
}

.header-menu .menu li:hover > a,
.title-options .options:hover > a,
.title-options .options > ul li.contains-sub-menu:hover > a {
    color: #d61542;
}

.header-menu .menu li > ul,
.title-options .options > ul,
.title-options .options ul > li > ul {
    position: absolute;
    top: 100%;
    left: 30px;
    background-color: #fff;
    min-width: 185px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 10px 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    opacity: 0;
    z-index: 99;
}

.title-options .options:not(:first-of-type) {
    margin-right: 30px;
}

.header-menu .menu > li:hover > ul,
.title-options .options:hover > ul {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.header-menu .menu li > ul li,
.title-options .options > ul li {
    display: block;
}

.header-menu .menu li > ul li a,
.title-options .options > ul li a {
    position: relative;
    display: block;
    padding: 5px 20px;
    cursor: pointer;
    z-index: 1;
}

.header-menu .menu li > ul li a:hover,
.title-options .options > ul li a:hover {
    color: #fff!important;
}

.header-menu .menu li > ul li a:before,
.title-options .options > ul li a:before,
ul.menu ul li.active > a:before,
.title-options .options > ul li.active a:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 0;
    height: 30px;
    background-color: #d61542;
    border-radius: 3px;
    vertical-align: middle;
    transform: translate3d(10px,-50%,0);
    -webkit-transform: translate3d(10px,-50%,0);
    transition: width ease-in-out .2s,-webkit-transform ease-in-out .2s .1s;
    transition: width ease-in-out .2s,transform ease-in-out .2s .1s;
    transition: width ease-in-out .2s,transform ease-in-out .2s .1s,-webkit-transform ease-in-out .2s .1s;
    content: '';
    z-index: -1;
}

ul.menu ul li.active > a,
ul.user-menu li.active > a,
.title-options .options li.active > a {
    color: #fff!important;
}

ul.menu ul li.active > a:before,
ul.user-menu li.active > a:before,
.title-options .options li.active > a:before {
    background-color: #000!important;
}

.header-menu .menu li > ul li a:hover:before,
.title-options .options > ul li a:hover:before,
ul.menu ul li.active > a:before,
ul.user-menu li.active > a:before,
.title-options .options li.active > a:before {
    width: 100%!important;
    transform: translate3d(-10px,-50%,0)!important;
    -webkit-transform: translate3d(-10px,-50%,0)!important;
}

.header-menu .menu li > ul ul,
.title-options .options > ul li ul {
    top: 0;
    left: calc( 100% + 30px );
}

.header-menu .menu > li ul li:hover > ul,
.title-options .options > ul > li:hover > ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.menu li > ul li img {
    margin-top: -3px;
}

.header-menu .logo + .menu {
    text-align: right;
}

.header-menu > .logo {
    width: 20%;
    height: 100px;
    text-align: center;
}

.header-menu > .logo  img {
    max-width: 80%;
    max-height: 100%;
}

.header-menu > .menu {
    width: 40%;
}

.header-menu > .menu > li.small-v:not(.search-link)  {
    display: none;
}

.header-menu .menu i.icononly {
    display: none;
}

.header-menu .menu li span {
    display: none;
}

.features {
    padding: 30px 0;
    font-weight: 700;
}

.features .feature {
    float: left;
    width: 32.33%;
    margin-right:1.5%;
    font-size: 18px;
    text-align: center;
}

.features .feature:nth-child(3n) {
    margin-right: 0;
}

.features .feature .img-container {
    position: relative;
}

.features .feature .img-container .exp-date {
    position: absolute;
    bottom: 15px;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
}

.features .feature .img-container .exp-date span {
    display: inline-block;
    font-size: 20px;
    margin-left: 2px;
    opacity: 0.7;
}

.features .feature .img-container::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent,rgba(0,0,0,.8));
    height: 50%;
    width: 100%;
    content: '';
    opacity: 0.8;
    transition: all .2s ease-in-out;
}

.features .feature:hover .img-container::after {
    opacity: 1;
}

.features .feature .img-container img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.boxed-items li {
    position: relative;
    display: inline-block;
    float: left;
    width: 19%;
    background-color: #000;
    text-align: center;
    margin: 1.25% 1.25% 0 0;
}

.boxed-items.boxed-stores li {
    background-color: #fff;
    border: 1px solid #000;
}

.boxed-items li:nth-child(5n) {
    margin-right: 0;
}

.boxed-items li:nth-child(-n+5) {
    margin-top: 0;
}

.boxed-items li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10%;
}

.boxed-items.boxed-categories li > a {
    font-weight: 600;
}

.boxed-items.boxed-categories li > a:hover {
    background-color: #000;
}

.boxed-stores li .store-star {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: all .2s ease-in-out;
}

.boxed-stores li .store-star.store-heart {
    left: 0;
}

.boxed-stores li:hover .store-star {
    opacity: 1;
}

.boxed-stores li .store-star a {
    font-size: 20px;
}

footer {
    background-color: #fff;
    padding: 50px 0;
}

.footer-delimiter {
    border-top: 1px solid #000;
    padding-bottom: 50px;
}

footer h6 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer .site_desc {
    display: block;
    margin-bottom: 15px;
}

footer .subscribe-form {
    margin-top: 15px;
}

footer li a {
    line-height: 1.8em;
}

footer li i {
    width: 20px;
    line-height: 1.8em;
}

.items .item {
    position: relative;
    background-color: #fff;
    float: left;
    width: 32.33%;
    color: #000;
    margin: 1.5% 1.5% 0 0;
    border: 1px solid #000;
}

.items .item:nth-child(3n) {
    margin-right: 0;
}

.items .item:nth-child(-n+3) {
    margin-top: 0;
}

.items .item .top {
    position: relative;
    background-color: #fff;
    background-size: cover;
    height: 200px;
    text-align: center;
}

.items .item .top img {
    max-height: 80%;
    max-width: 90%;
    padding-top: 10%;
}

.items .item .top .h-info {
    position:absolute;
    top: 0;
    width: 100%;
    text-align: left;
}

.items .item .top .h-info .text {
    display: inline-block;
    text-align: left;
    padding: 1% 5%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.items .item .top .h-info a {
    float: right;
    font-size: 20px;
    margin: 5% 5% 0 0;
}

.items .item .top .h-info a + a {
    float: left;
    margin: 5% 0 0 5%;
}

.items .item .info {
    background-color: #f5f5f5;
    line-height: 20px;
    padding: 5%;
}

.items .item .info h5 {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items .item .info h5 > span {
    background-color: #d61542;
    color: #fff;
    padding: 0 10px;
    border-radius: 100px;
}

.items .item .info.store-info h5 {
    display: inline-block;
}

.items .item .info .link,
.description-links .link,
.items .item .info .link-holder {
    position: relative;
    display: block;
    background-color: #000;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 7.5% 0;
    border-radius: 100px;
}

.items .item .info .link-holder {
    opacity: .1;
}

.description-links .link {
    margin: 0;
}

.items .item .info a.link:not(.link-revealed):hover {
    background-color: #d61542;
}

.items .item .info .link.link-revealed {
    background: none;
    color: #000;
    letter-spacing: 1.5px;
    border: 1px solid #000;
}

.items .item .info .link.link-revealed:hover {
    cursor: default;
}

.items .item .info div.link,
.description-links div.link {
    background-color: transparent;
    color: #000;
    border: 1px dashed #000;
}

.items .item .info div.link:before,
.description-links div.link:before {
    position: absolute;
    top: -9px;
    left: 13%;
    display: block;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0c4";
}

.items .item .info div.link > div,
.description-links div.link > div {
    position: absolute;
    display: inline;
}

.items .item .info div.link > div > a,
.description-links div.link > div > a {
    position: absolute;
    top: 0;
    right: -60px;
    opacity: 0;
}

.description-links div.link > div > a {
    line-height: 50px;
}

.items .item .info div.link > div > input[type="text"],
.description-links div.link > div > input[type="text"] {
    position: absolute;
    width: 1px;
    border: 0;
    opacity: 0;
}

.items .item .info div.link:hover > div > a,
.description-links div.link:hover > div > a {
    opacity: 1;
}

.items .item .info div.price,
.description-links .price {
    display: table;
    height: 36px;
    width: 100%;
    line-height: 36px;
    margin-top: 7.5%;
}

.description-links div.price {
    margin-top: 0;
}

.items .item .info div.description {
    position: relative;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin: 7.5% 0 0 0%;
    z-index: 98;
}

.items .item .info div.description span {
    display: block;
    background-color: #f5f5f5;
    line-height: 20px;
    padding-bottom: 7.5%;
}

.items .item .info div.description:hover {
    overflow: visible;
}

.items .item .info div.price .current-price,
.description-links div.price .current-price {
    display: table-cell;
    font-size: 24px;
    color: #d61542;
    width: auto;
}

.items .item .info div.price .old-price,
.description-links div.price .old-price {
    display: inline-block;
    text-decoration: line-through;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 0;
}

.items .item .info div.price .save {
    display: table-cell;
    text-align: right;
}

.items .item .info div.price .save h5 {
    margin-bottom: 0;
}

.items .item .info .stats {
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items .item .info .expiration {
    text-align: center;
    margin-top: 7.5%;
}

.items .item .info .expiration .exp-date {
    font-size: 16px;
    font-weight: 600;
    line-height: 0;
}

.items .item .info .expiration .exp-date span {
    font-weight: 400;
    opacity: 0.7;
}

.rating-star {
    display: inline-block;
    margin-left: 10px;
}

.items .item .info.store-info .rating-star {
    float: right;
}

.items .item .qr-code {
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: calc(50% - 80px);
    opacity: 0;
    transition-duration: .3s;
}

.items .item:hover .qr-code,
.items .item.code-revealed .qr-code {
    opacity: 1;
}

.items .item.review {
    display: table;
    width: 100%;
}

.items .item.review:not(:last-child) {
    margin-bottom: 1.5%;
}

.items .item.review .avatar {
    display: table-cell;
    background-color: #fff;
    width: 100px;
    padding: 15px;
}

.items .item.review .text {
    display: table-cell;
    vertical-align: top;
    background-color: #f9f9f9;
    padding: 15px;
}

.items .item.review .text h5 > i {
    margin-left: 15px;
}

.subscribe_form form {
    display: table;
    width: 100%;
    border: 1px solid #000;
    line-height: 40px;
}

.subscribe_form form input[type="email"],
.subscribe_form form button {
    display: table-cell;
    background: none;
    margin: 0;
    box-sizing: border-box;
}

.subscribe_form form input[type="email"] {
    width: 70%;
    color: #000;
    padding: 0 10px;
    border: 0;
}

.subscribe_form form button {
    cursor: pointer;
    width: 30%;
    color: #000;
    border: 0;
    border-left: 1px solid #000;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
}

.subscribe_form form button:hover {
    background-color: #000;
    color: #fff;
}

.bgBlack .subscribe_form form {
    border-color: #fff;
}

.bgBlack .subscribe_form form button {
    border-left: 1px solid #fff;
}

.bgBlack .subscribe_form form input[type="email"],
.bgBlack .subscribe_form form button {
    color: #fff;
}

.bgBlack .subscribe_form form button:hover {
    background-color: #fff;
    color: #000;
}

.button-set li {
    display: inline-block;
}

.button-set {
    display: inline-block;
    border: 1px solid #000;
}

.bgBlack .button-set {
    border: 1px solid #fff;
}

.button-set a {
    display: block;
    line-height: 40px;
    height: 40px;
    color: #000;
    padding: 0 20px;
}

.bgBlack .button-set a {
    color: #fff;
}

.button-set a:hover {
    background-color: #000;
    color: #fff;
}

.bgBlack .button-set a:hover {
    background-color: #fff;
    color: #000;
}

.button-set li:not(:last-child) {
    border-right: 1px solid #000;
}

.bgBlack .button-set li:not(:last-child) {
    border-right: 1px solid #fff;
}

.button-set.lh-50 a {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    background-color: #fff!important;
    width: 20px;
    height: 5px;
    margin: 0 2px;
    border: 1px solid #000!important;
}

.owl-carousel button.owl-dot.active {
    background-color: #000!important;
}

.title-options h2 {
    display: inline-block;
    line-height: 35px;
    margin-bottom: 0;
}

.title-options h5 {
    margin-top: 10px;
}

.title-options .options {
    display: inline-block;
    float: right;
    position: relative;
}

.title-options .options.options-left {
    float: left;
}

.title-options .options > a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 35px;
}

.title-options .options > a i:last-child {
    margin-left: 10px;
}

.pagination {
    position: relative;
    display: inline-block;
    padding: 0 100px;
}

.pagination.blog-pagination {
    width: 100%;
    text-align: left;
    padding: 0;
}

.pagination li {
    display: inline-block;
}

.pagination li:nth-child(n+3) {
    margin-left: 10px;
}

.pagination a {
    display: block;
    background-color: #000;
    min-width: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    border-radius: 20px;
}

.bgBlack .pagination a {
    background-color: #fff;
    color: #000;
}

.pagination li:first-child {
    position: absolute;
    left: 0;
}

.pagination.blog-pagination li:first-child {
    position: relative;
    float: left!important;
}

.pagination li:last-child {
    position: absolute;
    right: 0;
}

.pagination.blog-pagination li:last-child {
    position: relative;
    float: right;
}

.pagination li:first-child span {
    display: none;
    margin-left: 10px;
}

.pagination li:last-child span {
    display: none;
    margin-right: 10px;
}

.pagination li:first-child:hover span,
.pagination li:last-child:hover span {
    display: inline-block;
}

.pagination li.selected a,
.pagination li:hover a {
    background-color: #d61542;
    color: #fff;
    border-color: #d61542;
}

.pagination li.selected a {
    opacity: 0.7;
}

.user-header {
    display: table;
    width: 100%;
}

.user-header .user-header-img {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}

.user-header .user-header-img img {
    width: 100px;
    padding: 0 10px;
}

.user-header .user-header-right {
    display: table-cell;
    vertical-align: middle;
}

.user-header .user-header-right li {
    display: inline-block;
}

.user-header .user-header-right li:not(:last-child) {
    margin-right: 20px;
}

.share-link {
    background: transparent;
    color: #d61542;
    font-size: 30px;
    text-align: center;
    border: 0;
}

.share-link:focus {
    border: 0;
}

.links-list {
    margin-top: 30px;
    border: 1px solid #000;
}

.links-list li a,
.description-links > li a,
.description-links > li > span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    border-bottom: 1px solid #000;
}

.description-links li {
    position: relative;
}

.description-links li a {
    display: inline-block;
}

.links-list li:last-child a {
    border-bottom: 0;
}

.links-list li a i,
.description-links li i {
    float: left;
    width: 30px;
    line-height: 30px;
}

.description-links {
    margin-top: 20px;
}

.description-links > li:not(:last-child) {
    margin-bottom: 10px;
}

.description-links > li a,
.description-links > li span {
    font-size: 14px;
    padding: 0;
    border-bottom: 0;
}

.description-links > li ul {
    padding-left: 30px;
}

.description-links > li ul li {
    display: table;
    width: 100%;
}

.description-links > li ul li span {
    width: 20%;
    padding-right: 20px;
}

.description-links > li ul li span,
.description-links > li ul li b {
    display: table-cell;
}

.share-links {
    display: block;
}

.share-links li {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
}

.share-links li a {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #fff;
}

.share-links li a:hover {
    border-color: #d61542;
}

.share-links li:not(:last-child) {
    margin-right: 10px;
}

#map_wrapper {
    height: 400px;
    margin-bottom: 15px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.rate-coupon {
    margin-top: 20px;
}

.rate-coupon .vote-form {
    margin-top: 10px;
    padding-left: 0;
}

.rate-coupon .vote-form li {
    display: inline-block;
    padding: 5px 10px;
    width: auto;
}

.rate-coupon .vote-form li a {
    display: block;
    color: #000;
}

.rate-coupon .vote-form li:first-child {
    background-color: #c5e3bf;
}

.rate-coupon .vote-form li:first-child:hover {
    background-color: #a9c9a4;
}

.rate-coupon .vote-form li:last-child {
    background-color: #ffa07a;
}

.rate-coupon .vote-form li:last-child:hover {
    background-color: #ee9572;
}

h2 .rating,
h5 .rating {
    float: right;
    font-size: 14px;
    line-height: 38px;
}

h5 .rating {
    line-height: 24px;
}

.overlay-menu {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #000;
    transition-duration: .3s;
}

.overlay-menu.search-overlay.visible {
    opacity: 1;
}

.overlay-menu .close-button {
    position:absolute;
    top: 0;
    background-color: #fff;
    height: 100px;
    width: 100%;
    border-bottom: 1px solid #000;
    z-index: 1;
}

.search-overlay .close-button {
    text-align: right;
}

.overlay-menu .close-button a {
    line-height: 100px;
    font-size: 22px;
    padding: 10px;
}

.search-overlay .close-button a {
    margin-left: 0;
}

.overlay-menu .menu {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 18px;
}

.overlay-menu .menu li {
    margin-bottom: 5px;
}

.overlay-menu .menu li:hover > ul {
    display: block;
}

.overlay-menu .menu li i:not(.fa-angle-down):not(.fa-angle-right):not(.icononly) {
    display: none;
}

.overlay-menu .menu li span {
    display: inline-block;
}

.overlay-menu .menu li ul {
    display: none;
    border: 1px solid #000;
    margin: 5px 10px 0 10px;
    padding: 5px 0 0 0;
}

.search-container, .mobile-menu-container {
    background-color: #f9f9f9;
    height: 100%;
}

.letters li {
    display: inline-block;
    font-size: 16px;
}

.letters li a {
    display: block;
    padding: 0 10px;
}

.letters li:not(:last-child) {
    margin-right: 5px;
}

.letters li:hover a {
    background-color: #d61542;
    color: #fff;
}

.letters li.selected a {
    background-color: #000;
    color: #fff;
}

.banner-advertising-lp > div {
    line-height: 20px;
}

.banner-advertising-lp input[type="radio"] {
    height: 20px;   
}

input[type="file"] {
    background: none;
    border: none;
    padding-left: 0;
}

input[type="file"]:focus {
    border: none;
}

input[type="file"] {
    display: none;
}

input[type="file"] + label.fileUpload {
    display: block;
    height: 35px;
    width: 100%;
    line-height: 35px;
    color: #000;
    text-align: center;
    padding: 0 30px;
    margin-top: .5rem;
    border: 1px solid #000;
    cursor: pointer;
    transition-duration: .3s;
}

input[type="file"] + label.fileUpload::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f093";
    font-weight: 900;
}

input[type="file"] + label.fileUpload:hover {
    color: #d61542;
    border-color: #d61542;
}

blockquote {
    position: relative;
    background-color: #ededed;
    width: 100%;
    color: #555555;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.6;
    margin: 50px auto;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #000;
}

.bgBlack {
    background-color: #000;
    color: #fff;
}

.bgWhite {
    background-color: #fff;
}

.bgGray {
    background-color: #f9f9f9;
}

.bgColor {
    background-color: #d61542;
    color: #fff;
}

.bgBlack a,
.bgColor a {
    color: #fff;
}

.bgBlack a:hover {
    color: #d61542;
}

.bgColor a:hover {
    color: #000;
}

.blog-single .blog-content {
    font-size: 16px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-0 {
    margin-top: 0;
}

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-100 {
    margin-bottom: 100px;
}