html, body {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
}

img {
    max-width: 100%;
}

b, strong {
    font-weight: 500;
}

ul, ol {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 500;
    color: #353535;
}

h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
h1 {
    font-size: 28px;
    margin-bottom: 30px;
}

.btn-primary {
    background: #f8ef24;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    color: #c02030;
    padding: 1.25em 3em;
}
.btn-primary.smaller {
    padding: 1.125em 2.2em;
}
.btn-primary:hover,
.btn-primary:active {
    background: #fff967;
    color: #c02030;
}

img.cover {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto !important;
}

#page {
    padding: 25px 0;
    min-height: 100%;
    background: url("../images/etc/bg-1.png") repeat-x top left, #fff;
    position: relative;
}

section + section {
    margin-top: 50px;
}

.top-header {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 20px 0;
}


.top-header > div:last-of-type {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.top-header > div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.logo {
    margin-right: 35px;
    min-width: 203px;
}

.call-number {
    font-family: 'Adobe Gurmukhi', 'Rubik', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #c02030;
    line-height: 20px;
    margin-bottom: 6px;
    white-space: nowrap;
}

.call-number + div {
    font-size: 13px;
    color: #6f6f6f;
}

ul.props {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    font-size: 10px;
    color: #b4b4b4;
}

ul.props li {
    text-align: center;
}

ul.props li:first-of-type {
    list-style: none;
}

ul.props li + li {
    margin-left: 23px;
}

ul.props li span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #353535;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.work-hours {
    border-left: 1px solid #e6e6e6;
    padding-left: 25px;
    margin-left: 45px;
}

.work-hours .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #353535;
    margin-bottom: 6px;
}

.work-hours .title img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -2px;
}

.work-hours table {
    font-size: 12px;
    color: #6f6f6f;
}
.work-hours table td:first-of-type {
    font-weight: 500;
    padding-right: 15px;
}

.bottom-header {
    background: #c02030;
}

ul.menu li {
    display: inline-block;
    vertical-align: middle;
}
ul.menu li + li {
    margin-left: 40px;
}

ul.menu li a {
    display: block;
    padding: 12px 0 10px 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

ul.menu li a:hover,
ul.menu li a.active {
    border-bottom: 2px solid #f8ef24;
}

.index-banner-owl .item {
    position: relative;
    min-height: 375px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
}

.index-banner-owl .item .title {
    font-family: 'Adobe Gurmukhi', 'Rubik', sans-serif;
    font-size: 46px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #fff;
}

.index-banner-owl .item .text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
}

.index-banner-owl .owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.index-banner-owl .owl-nav {
    padding: 0 30px;
}

.index-banner-owl .item .overlay {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/etc/overlay-1.png") no-repeat top left;
    z-index: 12;
}

.index-banner-owl .item .container {
    position: relative;
    z-index: 13;
}

.index-banner-owl.owl-carousel .owl-nav .owl-next:after {
    content: '\f105';
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.index-banner-owl.owl-carousel .owl-nav .owl-prev:after{
    content: '\f104';
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.index-banner-owl.owl-carousel .owl-nav .owl-next,
.index-banner-owl.owl-carousel .owl-nav .owl-prev{
    color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #d4d3d3;
    font-size: 22px;
    position: relative;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.index-banner-owl.owl-carousel .owl-nav .owl-next,
.index-banner-owl.owl-carousel .owl-nav .owl-prev{
    background: rgba(25,25,25,.6);
}

.banner-1,
.banner-2 {
    position: relative;
    height: 244px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.banner-1 .cont,
.banner-2 .cont {
    position: absolute;
    top: 55px;
    left: 45px;
    z-index: 3;
    width: 100%;
}

.banner-1.no-text .cont {
    display: none;
}

.banner-1 .title,
.banner-2 .title {
    font-family: 'Adobe Gurmukhi', 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 220px;
}

.banner-2 .title {
    position: absolute;
    left: 185px;
    width: 100%;
}

.menu-list {
    list-style: none;
}

.menu-list li {
    margin-bottom: 22px;
}

.menu-list li a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 155px;
}

.menu-list li a .text {
    position: absolute;
    top:25px;
    left: 20px;
    font-family: 'Adobe Gurmukhi', 'Rubik', sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 140px;
}

#map_place {
    height: 600px;
    width: 100%;
}

footer {
    padding-top: 14px;
    background: #c02030;
}

footer .container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    font-size: 13px;
    color: #e7bcbe;
}

footer .container > div {
    margin-bottom: 14px;
}

footer .container > div:last-of-type {
    margin-left: auto;
}

footer .container a {
    font-size: 13px;
    color: #f8ef24;
    text-decoration: none;
    white-space: nowrap;
}

.breadcrumb-wrapper {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c0c0c0;
}

ul.breadcrumb {
    padding: 0;
    background: transparent;
    margin: 0;
    font-size: 12px;
}

ul.breadcrumb a {
    color: #6f6f6f;
}
ul.breadcrumb span {
    color: #353535;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .3rem;
}

a.back-btn {
    color: #c02030;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.back-btn i {
    margin-right: 4px;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.side-menu {
    background: #c02030;
    padding: 20px 28px;
    margin-bottom: 25px;
}

.side-menu h3 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d3636f;
}

.side-menu ul {
    list-style: none;
    margin: 0 -28px;
}

.side-menu ul a {
    display: block;
    padding: 8px 28px 6px 28px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    text-decoration: none;
}

.side-menu ul a:before {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
    font-size: 15px;
}

.side-menu ul a:hover {
    background: #f8ef24;
    color: #c02030;
}

.toppings {
    margin-bottom: 20px;
}

.toppings h3 {
    font-size: 18px;
    font-weight: 500;
    color: #353535;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.toppings ul {
    list-style: none;
    margin: 0 -12px;
}

.toppings ul li {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 15px;
}

.toppings ul li label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0;
}

.toppings ul li label input {
    position: absolute;
    visibility: hidden;
    left: -9999px;
}

.toppings ul li label span {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #353535;
    text-transform: uppercase;
}

.toppings ul li label .ico {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #c02030;
    margin-right: 12px;
}

.toppings ul li label .ico img:last-of-type {
    display: none;
}

.toppings ul li label .ico img {
    max-width: 28px;
    max-height: 30px;
}

.toppings ul li label:hover .ico,
.toppings ul li label input:checked + span .ico {
    background: #f8ef24;
}

.toppings ul li label:hover .ico img:first-of-type,
.toppings ul li label input:checked + span .ico img:first-of-type {
    display: none;
}
.toppings ul li label:hover .ico img:last-of-type,
.toppings ul li label input:checked + span .ico img:last-of-type {
    display: block;
}

.products-list {
    list-style: none;
}

.products-list > li {
    margin-bottom: 12px;
}

.product {
    -webkit-box-shadow: 0 0 4px #e0e0e0;
    -moz-box-shadow: 0 0 4px #e0e0e0;
    box-shadow: 0 0 4px #e0e0e0;
    background: url("../images/etc/bg-logo.png") no-repeat right 15px bottom 15px, #fff;
    height: 100%;
    padding: 16px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.product .img-wrapper {
    width: 110px;
    min-width: 110px;
    margin-right: 24px;
}

.product > div:last-of-type {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.product .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #353535;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product .title + div {
    font-size: 13px;
    color: #6f6f6f;
    line-height: 20px;
    margin-bottom: auto;
}

.product .size-list {
    list-style: none;
    margin: 16px -.5px 0 -.5px;
    overflow: hidden;
    clear: both;
}
.product .size-list li {
    display: inline-block;
    float: left;
    padding: 0 .5px;
    width: 64px;
    height: 50px;
    margin-bottom: 1px;
}

.product .size-list li > div {
    background: #f8ef24;
    width: 100%;
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    font-size: 13px;
    font-weight: bold;
    color: #c02030;
    text-align: center;
    text-transform: capitalize;
    padding: 4px;
}

.product .size-list li > div > div {
    font-weight: normal;
}

.mobile-phone-nr {
    display: none;
}

.work-hours-toggler {
    display: none;
}

@media (min-width: 576px) {
    .product > div:last-of-type {
        height: 100%;
    }
}
@media (min-width: 768px) {

    #work-hours-container {
        display: none;
    }

    .index-banner-owl .item .cont {
        display: inline-block;
        margin: 30px 130px;
        max-width: 335px;
    }

    #mobile-menu-container {
        display: none;
    }
}
@media (min-width: 1200px) {
    .logo + div {
        margin-top: 6px;
    }
    .call-number {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .call-number + div {
        font-size: 20px;
    }
}
@media (min-width: 1244px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {

    .work-hours {
        margin-left: 20px;
    }

    .banner-2 .title {
        left: 128px;
    }
}


@media (max-width: 991px) {
    .banner-2 .title {
        left: 68px;
    }

    .work-hours {
        margin-top: 15px;
        margin-left: 0;
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width:767px) {

    .sm-section-none {
        display: none;
        margin-bottom: -50px;
    }

    .work-hours .work-hours-toggler {
        top: 10px;
        bottom: auto !important;
        right: 15px;
        left: auto !important;
        opacity: 1 !important;
        background: transparent;
        color: #c02030;
        font-size: 22px;
    }

    .work-hours-toggler {
        position: absolute;
        bottom: -55px;
        left: -5px;
        background: #f8ef24;
        text-align: center;
        padding: 5px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        max-width: 70px;
        opacity: 1;
        -webkit-transition: .2s ease;
        -moz-transition: .2s ease;
        -ms-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
    }
    .work-hours-toggler span {
        font-size: 10px;
        line-height: 10px;
        text-align: left;
        padding-left: 5px;
        text-transform: capitalize;
    }

    body.work-hours-open .work-hours-toggler {
        opacity: 0;
    }

    .top-header {
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .call-number + div {
        position: absolute;
        display: block;
        right: 0;
        bottom: -35px;
        left: 0;
        text-align: right;
        padding-left: 70px;
        line-height: 14px;
    }

    .call-number {
        display: none;
    }

    .index-banner-owl .item .cont {
        padding: 0 70px;
    }

    .index-banner-owl .item .title {
        font-size: 36px;
    }

    .index-banner-owl .item .container {
        width: 100%;
    }

    .work-hours {
        margin-top: 0;
    }

    header .work-hours {
        display: none;
    }

    #work-hours-container {
        position: absolute;
        left: 0;
        right: 0;
        top: -100%;
        z-index: 9;
        background: #f5f5f5;
        padding: 15px;
        -webkit-transition: .2s ease;
        -moz-transition: .2s ease;
        -ms-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
    }

    body.work-hours-open #work-hours-container {
        top: 101px;
    }

    #mobile-menu-container {
        background: #c02030;
    }
    #mobile-menu-container > div {
        padding: 10px;
    }
    #mobile-menu-container > div:not(.bottom-header) {
        background: #f5f5f5;
    }

    .bottom-header  > .container {
        padding: 0;
    }

    ul.menu li {
        display: block;
    }

    ul.menu li + li {
        margin-left: 0;
    }

    ul.menu li a {
        margin: 0 -10px;
        padding: 12px 10px 10px 10px;
    }

    ul.menu li a:hover, ul.menu li a.active {
        background: #f8ef24;
        color: #c02030;
    }

    ul.props {
        display: none;
    }

    .logo {
        width: 130px;
        min-width: 130px;
        margin-right: 0;
    }

    header {
        position: relative;
        background: #fff;
        z-index: 10;
    }

    header .bottom-header {
        display: none;
    }

    .top-header > div:nth-of-type(2) {
        display: none;
    }

    .top-header > div:first-of-type {
        position: relative;
        width: 100%;
        justify-content:space-between;
        -webkit-justify-content: space-between;
    }

    .mobile-phone-nr {
        display: block;
        margin-left: 30px;
        margin-top: 3px;
        text-align: center;
    }

    .mobile-phone-nr a {
        font-size: 25px;
        color: #c02030;
    }

    .mobile-phone-nr span {
        font-size: 12px;
        display: block;
        margin-top: -8px;
        text-transform: uppercase;
    }

    .menu-caller {
        position: absolute;
        right: 10px;
        top: 15px;
        font-size: 25px;
        color: #c02030;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        width: 44px;
        height: 44px;
        z-index: 9999;
    }

    .menu-caller:before {
        content: '\f0c9';
        font-family: FontAwesome;
    }
    .menu-caller span {
        font-size: 12px;
        display: block;
        margin-top: -8px;
        text-transform: uppercase;
    }
    body.menu-open .menu-caller:before {
        content: '\f00d';
        font-family: FontAwesome;
    }

    #mobile-menu-container {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 80%;
        right: -100%;
        overflow: auto;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

    body.menu-open #mobile-menu-container {
        right: 0;
    }

    body {
        position: relative;
        left: 0;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }
    body.menu-open {
        overflow: hidden;
        left: -80%;
    }
}

@media (max-width:575px) {

    .call-number + div {
        right: -63px;
    }

    .top-header {
        padding-right: 64px;
    }

    .top-header > div:first-of-type {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .top-header .logo + div {
        margin-top: 20px;
    }

    .banner-2 .title {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);

    }

    .product {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .product .img-wrapper {
        margin-right: 0;
        text-align: center;
        margin-bottom: 16px;
    }
    .product > div {
        width: 100%;
    }
}