@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: #0d7410;
    color: #fff;
    width: 200px;
    padding-left: 23px !important;
    position: relative;
    border-radius: 23px;
}
.orderonline-btn:before {
    content: "\f23d";
    position: absolute;
    right: 6px;
    top: 5px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.5s all;
    font-family: "Font Awesome 7 Brands";
    color: #fff;
    padding: 3px 5px;
}
.orderonline-btn:hover {
    text-align: right;
    color: #fff;
    padding-right: 16px;
}

.orderonline-btn:hover:before {
    right: 81%;
    color:#0d7410;
}
.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:hover {
    color: #000;
}

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: #000;
    color: #fff;
    padding: 4rem 0;
    position: relative;
    z-index: 1;
}
footer:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #bf0400;
    width: 80%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(
91deg, #000000, #bf0400);
}
.inf-box .info-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #d22830;
}
footer iframe {
    border-radius: 18px;
}
.top-bar {
    background-color: #d22830;
    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: #D22830;
    color: #fff;
    padding-top: 2.2rem;
    padding-bottom: 2rem;
    background-image: linear-gradient(91deg, #000000, #bf0400);
}
.calltoaction a.btn {
    color: #fff;
    background-color: #000;
}
a.btn:hover {
    color: #000;
    background-color: #ffcb04;
    border-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 {
    /* width: 100%; */
    /* border-radius: 20px; */
    /* padding: 3px; */
    background-color: #fff;
    margin-bottom: 0;
    width: 72%;
}
.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: #fff;
    font-weight: bold;
}
.orderonline-box {
    border: 1px solid #ffffff;
    padding: 10px 25px;
    border-radius: 31px;
    padding-right: 3px;
    color: #fff;
}
.orderonline-box a {
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    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.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-image: linear-gradient(91deg, #000000 21%, #bf0400);
}
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;
}
@media only screen and (max-width: 600px) {
    footer:before {
    background-image: linear-gradient(
176deg, #000000, #bf0400);
}
.calltoaction {
    width: 90%;
}
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;
}
}