@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body{font-family: "DM Sans", sans-serif;}
.navbar-brand img { 
    height: 50px; 
}
.hero {
    background: url('https://doubledouble.ca/assets/promos/dd-double-treat-may2024.png') center/cover no-repeat; 
    color: white; 
    text-align: center; 
    padding: 160px 20px; 
    position: relative;
    z-index: 1;
}
.hero:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #0000009e;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.orderonline-btn {
    background-color: #00a551;
    color: #fff;
    position: relative;
    border-radius: 23px;
    padding: 12px 34px;
    border: 1px solid;
}

.orderonline {
    background-color: #0D7410;
    color: #fff;
    text-decoration: none;
    padding: 15px 38px;
    border-radius: 30px;
}
.inf-box {
    text-align: left;
    position: relative;
    border-radius: 21px;
    border:1px solid #aaaaaa;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    color: #000;
}
.inf-box .fa-star, .inf-box .fa-star-half {
    color: #0D7410;
    font-size: 15px;
}
.inf-box-sec {
    text-align: left;
}


a.btn.btn-outline-success {
    background-color: #fff;
    border: 1px solid;
    border-radius: 20px;
    width: 100%;
}
p.copright {
    margin-bottom: 0px;
    border-top: 1px solid;
    padding-top: 18px;
}
footer {
    background: #00a551;
    color: #fff;
    padding: 4rem 0;
    position: relative;
    z-index: 1;
    background-image: url('images/footer-1-3.png');
    background-repeat: no-repeat;
    background-position: right top;
}
.inf-box h3 {
    font-size: 22px;
}
.inf-box .info-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #d22830;
}
footer iframe {
    border-radius: 18px;
}
.top-bar {
    background-color: #00A551;
    color: #Fff;
    font-size: 14px;
    padding-top: 3px;
}
li.nav-item a {
    font-weight: bold;
    text-transform: uppercase;
}
p.copyright {
    margin-bottom: 0px;
    border-top: 1px solid #a5a5a5;
    padding-top: 15px;
    font-size: 14px;
    margin-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
}
p.copyright a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
.inf-box .fa-chevron-right {
    font-size: 10px;
    position: relative;
    top: -2px;
    color: #0d7410;
}
.calltoaction {
    background-color: #D61920;
    color: #fff;
    padding-top: 2.2rem;
    padding-bottom: 2rem;
    /* background-image: linear-gradient(91deg, #000000, #bf0400); */
}
.calltoaction a.btn:hover {
    background-color: #00a551;
    color: #fff;
}
.calltoaction a.btn {
    color: #00a551;
    background-color: #ffffff;
    border: unset;
    padding: 19px;
}
a.btn:hover {
    background-color: #eb1400;
    color: #fff;
}
.info-screen, .info-screen2 {
    height: 180px;
}
.img-box img {
    width: 100%;
    transition: 0.5s all;
}
.img-box:hover img {
    transform: scale(1.1);
}
img.footer-logo {
    border-radius: 20px;
    padding: 47px;
    background-color: #fff;
    margin-bottom: 15px;
    width: 100%;
}
.img-box h4 {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    background-color: #0d7410d9;
    color: #Fff;
    padding: 7px;
    z-index: 1;
}
.img-box {
    position: relative;
    margin-bottom: 20px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #adadad;
    display: block;
}
.img-box.center-box img, .img-box.center-box {
    object-fit: cover;
    height: 100%;
    object-position: 76%;
}
.info-screen .inf-box,
.info-screen2 .inf-box  {
    position: absolute;
    width: 100%;
    transition: 0.5s all;
}
.hidden,
.hidden2{transform: scale(0);opacity: 0;}
.info-screen .inf-box.active,
.info-screen2 .inf-box.active2 {
    transform: scale(1);
    opacity: 1;

}
.info-screen,.info-screen2 {
    position: relative;
}
header {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
    filter: drop-shadow(2px 4px 6px black);
}
.mobile-slide {
    display: none;
}
video {
    object-fit: cover;
}
.carousel-item img {
    width: 100%;
}
.calltoaction {
    width: 98%;
    margin: auto;
    border-radius: 13px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
button.menu-btn {
    background-color: unset;
    border: unset;
    color: #00a551;
    font-weight: bold;
}
.orderonline-box {
    border: 1px solid #000000;
    padding: 10px 25px;
    border-radius: 31px;
    padding-right: 3px;
    color: #000;
}
.orderonline-box a {
    text-decoration: none;
    color: #fff;
    background-color: #00A551;
    padding: 10px 18px;
    border-radius: 20px;
    margin-left: 10px;
}
.heading {
    font-weight: 900;
    font-size: 50px;
}
.fasion-box {
    border: 1px solid;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 21px;
    align-items: center;
}
.fasion-box i {
    font-size: 58px;
}
.fasion-box a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
}
.fasion-box:hover i,.fasion-box a:hover {
    color: #d22830;
}
.menu-box {
    display: flex;
    border: 1px solid #d2d2d2;
    background-color: #f7f7f7;
    border-radius: 18px;
    overflow: hidden;
    padding: 11px;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    position: relative;
}
.menu-box .fa-cart-plus {
    position: absolute;
    right: 13px;
    top: 41px;
    font-size: 67px;
    opacity: 0.1;
}
.menu-box span {
    text-align: left;
}
.menu-box p {
    margin: 5px 0px;
}
.menu-box img {
    width: 170px;
    border-radius: 10px;
}
.menu-box h3 {
    text-align: left;
    font-weight: bold;
}
.menu-box a {
    border: 1px solid;
    align-items: center;
    background-color: #d22830;
    color: #fff;
    padding: 4px 20px;
}
.section{padding-top: 4rem;padding-bottom: 4rem;}
section.inner-banner {
    background-image: url('https://doubledouble.webordering.ca/doubledouble/img/img01.jpg');
    color: #fff;
    padding: 4rem 0px;
    background-size: cover;
    position: relative;
    z-index: 1;
}
section.inner-banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    z-index: -1;
}
nav.navbar.navbar-expand-lg {
    background-color: #fff;
}
a.navbar-brand img {
    width: 130px;
    height: auto;
}
ul#mypanel {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 3rem;
    font-size: 16px;
    position: sticky;
    top: 0px;
    background-color: #fff;
    padding-top: 10px;
    z-index: 1;
}
ul#mypanel li {
    padding: 5px 15px;
    cursor: pointer;
}
li.nav-item.active a {
    color: #AF454E;
    font-weight: 600;
}
.search-box {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    display: block;
    z-index: 1;
    top: 25px;
}
.search-box i {
    position: absolute;
    left: 10px;
    top: 50%;
    color: #00A96C;
    transform: translateY(-50%);
    font-size: 16px;
}
#filter {
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    width: 100%;
    height: 35px;
    padding-left: 30px;
    font-size: 16px;
}
.tab-pane {
    position: relative;
    display: none;
}
.tab-pane.active {
    display: block;
    opacity: 9;
}
.sticky {
    position: sticky;
    top: 200px;
}
.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h2.main-title {
    text-align: left;
    color: #AF454E;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.product-box {
    background-color: unset;
    padding: 4px 0px;
}
.product-box {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    border-bottom: 1px dotted #AF454E;
    margin-left: auto;
    position: relative;
}
.product-box .title_box {
    width: 50%;
}
.product-title {
    font-size: 20px;
    color: #020202;
    font-weight: 400;
}
p.price {
    font-size: 17px;
    font-weight: 600;
    color: #AF454E;
    text-align: right;
    width: 30%;
    margin-bottom: 0px;
}
.product-box .btn {
    background-image: linear-gradient(91deg, #000000, #bf0400);
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
}
a.nav-link {
    white-space: nowrap;
}
.variable-box {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    height: 100%;
    width: 88%;
    /* border: 1px solid; */
    padding-top: 38px;
}
.variable-box .variable-item {
    font-size: 18px;
    margin-right: 15px;
    color: #32A878;
    font-weight: 600;
}
img {
    max-width: 100%;
}
.offer-img{
    border-radius: 20px;
}
.subheading {
    font-size: 50px;
    font-weight: bold;
    color: #00a551;
}
span.breadcroms {
    color: #EB1400;
    display: inline-block;
    font-weight: bold;
}
video.items-video {
    border-radius: 30px;
    /* box-shadow: 1px 1px 43px -18px #00000096; */
    max-width: 500px;
    margin: auto;
    display: block;
    width: 100%;
}
section#about {
    background-image: url('images/about-bg-img.png');
    background-size: cover;
    color: #fff;
}
#about .breadcroms {
    color: #fff;
}
section#about h2 {
    color: #fff;
}
section.section.review {
    background-color: #e2e4e8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.review:hover .bg-vector {
    transform: rotate(180deg) translateX(100px);
    opacity: 0;
}
.review .bg-vector {
    position: absolute;
    font-size: 37rem;
    z-index: -1;
    right: 0px;
    top: -12rem;
    color: #000000;
    opacity: 0.1;
    transition: 7s all;
}
.calltoaction .subheading {
    color: #fff;
}
.offcanvas-header {
    background-color: #00A551;
    color: #fff;
}
.offcanvas-body {
    background-color: #e2e4e8;
}
.offcanvas-body a.btn.btn-outline-success:hover{
    background-color: #EB1400;
}

.offcanvas-body a.btn.btn-outline-success {
    background: #00A551;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    border: unset;
}
.combo-box:hover img{
    transform: scale(1.1) rotate(-5deg);
}

.combo-box img {
    transition: 0.5s all;
}
.combo-box {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    border-radius: 25px;
    overflow: hidden;
}
div#preLoder {
    /* display: none; */
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
    background-color: #000000db;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
div#preLoder img {
    width: 100px;
}
.error-msg {
    color: red;
    font-size: 14px;
    position: relative;
    top: -16px;
}
input.form-control.submit-btn.text-center.order-btn.mb-3 {
    background-color: #00a551;
    color: #fff;
    margin-top: 20px;
    border-radius: 40px;
    padding: 15px;
}
.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fffffffa;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloader img {
    width: 200px;
}
@media only screen and (max-width: 600px) {
    .combo-box {
        width: 100%;
    }
    .subheading {
    font-size: 36px;
}
.mobile-app .row {
    flex-direction: column-reverse;
}
    .categories-navbar{
        display: none;
    }
    footer:before {
    background-image: linear-gradient(
176deg, #000000, #bf0400);
}
.calltoaction {
    width: 90%;
    padding: 20px;
    text-align: center;
}
h2.main-title {
    margin-bottom: 20px;
    border-bottom: 1px solid;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 6px;
}
.product-box .btn {
    width: 40px;
}
ul#mypanel {
    margin-bottom: 0px;
}
    .orderonline-box {
    border: 0px;
    text-align: center;
    padding: 8px;
}
.orderonline-box span {
    display: none;
}
.fasion-box a {
    font-size: 22px;
}
footer iframe {
    border-radius: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
    .dasktop-slide {
    display: none;
}
.mobile-slide {
    display: block;
}
footer iframe {
    border-radius: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
}