@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
}

:focus {
outline: none;
}

ul, li, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    color: #494949;
    transition: 0.5s;
}

input[type="button"], input[type="submit"] {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a img, img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    width: auto
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none !important;
    text-decoration: none !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"],
input[type="text"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.row:before, .row:after {
    display: inline-block !important;
}

.container {
    max-width: 1300px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0px 15px !important;
}

.container:before, .container:after {
    display: table;
    content: "";
}

.container:after {clear: both;}


a.menu-icon {
display: none;
height: auto;
padding: 7px 0 7px 0;
width: 40px;
background: rgba(0,0,0,0.2);
}

a.menu-icon span {
display: block;
margin: 4px 10px;
background: #fff;
height: 3px;
}


.section-title h1 {
position: relative;
text-transform: capitalize;
font-weight: 400;
font-size: 30px;
margin: 0px;
/*padding: 40px 0;*/
padding: 10px 0;
}

.section-title h1::after {
content: "";
display: block;
width: 220px;
height: 4px;
position: absolute;
bottom: -2.5px;
left: 8.6%;
transform: translate(-50%, 0);
/* background-color: #f15a29;*/
}

.section-title h1 span {
font-weight: 900;
}

.section-title {
border-bottom: 1px solid;
}

.content-title h1 {
position: relative;
text-transform: capitalize;
font-size: 19px;
color: #000;
margin: 0px;
padding-bottom: 36px;
}

.content-title h1::after {
content: "";
display: block;
width: 90%;
height: 1px;
position: absolute;
bottom: 25px;
left: 0;
background-color: #f15a29;
}

.section-title h2 {
position: relative;
text-transform: capitalize;
font-weight: 400;
font-size: 24px;
margin: 0px;
padding: 20px 0;
}

.section-title h2::after {
content: "";
display: block;
width: 220px;
height: 4px;
position: absolute;
bottom: -2.5px;
left: 8.6%;
transform: translate(-50%, 0);
/* background-color: #f15a29; */
}



#header {}
#header .logo-box {
max-width: 250px;
width: 100%;
display: block;
}

#header .logo-box img {
width: 100% !important;
height: auto !important;
}

#header .top-nav {
display: inline-block;
max-width: 680px;
width: 100%;
position: relative;
float: right;
text-align: right;
}

#header .top-nav span {
margin: 0 5px;
}

#header .main-nav {
    display: block;
    width: 100%;
    position: relative;
}

#header .nav-bottom {
text-align: center;
}

#header .header-block {
    background: #E9F0FF;
    padding: 15px 0px;
    width: 100% !important;
    transition: 0.5s ease-in-out;
}

#header .header-block.isStuck {
    margin: 0px auto !important;
    background: #E9F0FF;
    position: fixed !important;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
    top: 0px !important;
}

#header .top {
    /* background: #720b28; */
    background: #720b28;
    padding: 20px 0;
    color: white !important;
}

#header .top a {
    color: white;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
display: block !important;
}

.pseudoStickyBlock {
display: none !important;
}

#header .top-nav i {
margin-right: 10px;
}

.bx-wrapper .bx-controls-direction a.disabled {
display: block !important;
}

.pseudoStickyBlock {
display: none !important;
}

#header input.form-control.mr-sm-2 {
height: 50px !important;
width: 100%;
border-radius: 5px !important;
padding: 10px 10px 10px 39px !important
}

textarea.form-control {
border-radius: 0;
}

.input-group-text {
border-radius: 0;
}

#header .form-inline {
    margin-left: 0;
    max-width: 400px;
}
#header .search-box {
display: flex;
width: 100%;
}

#header .search-box a {
    position: absolute;
    left: 23px;
    top: 10px;
}

#nav {
}

#nav ul {
}

#nav ul li {
display: inline-block;
position: relative;
margin: 0px 10px;
padding: 0px 10px;
}

#nav ul li a {
font-size: 18px !important;
color: #000;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}

#nav ul li .active, #nav ul li a:hover {
color: #720b28;
}

#nav ul li:first-child {
margin-left: 0px;
padding-left: 0px;
}

#nav ul li:last-child {
margin-right: 0px;
padding-right: 0px;
}


#header ul li a {
font-size: 16px;
color: #000;
}

#header .top-nav ul {
    display: flex;
    justify-content: flex-end;
    margin: 0px -10px !important;
    padding: 0px;
    align-items: center;
}
#header .top-nav ul li {
    display: block;
    position: relative;
    margin: 0px !important;
    padding: 0px 10px;
}

#image-section {
padding-top: 45px;
}

#gift .gift-card {
padding: 30px 0;
}

#gift .gift-card h2 {
font-size: 22px;
color: #720b28;
margin: 10px 0;
}

#gift .gift-card p {
font-size: 22px;
}

#gift .col-sm-3 {
margin: 10px 0;
}

#footer {
border-top: none !important;
}

#footer .footer-block {
background: #e9f0ff;
padding: 60px 0px;
}

#footer .footer-logo img {
filter: invert(100%);
}

#footer .footer-info h4 {
margin: 0px;
padding: 0px;
color: #000;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 24px;
padding-bottom: 20px;
}

#footer .footer-info.links ul li {
margin-bottom: 6px;
}

#footer .footer-info.links ul li:last-child {
margin-bottom: 0px;
}

#footer .footer-info p, #footer .footer-info a {
font-family: 'Poppins', sans-serif;
font-weight: 400;
color: #333 !important;
font-size: 16px;
line-height: 25px;
margin-bottom: 0;
}

#footer .footer-info.contact ul {
display: flex;
align-items: center;
flex-wrap: nowrap;
}

#footer .footer-info.contact ul li.icons {
flex: 0 0 28px;
}

#footer .footer-info.contact ul li.icons i {
font-size: 15px;
line-height: 15px;
color: #720b28;
}

#footer .row {
justify-content: space-between;
}

#footer .col-md-4:first-child {
max-width: 250px;
flex: 0 0 250px;
}

#footer .col-md-4:nth-child(2) {
max-width: 177px;
flex: 0 0 177px;
}

#footer .col-md-4:last-child {
max-width: 260px;
flex: 0 0 260px;
}

#footer .row::after, #footer .row::before {
display: none !important;
}

#footer .footer-bottom {
text-align: center;
margin: 0px;
background: #720b28;
padding: 20px 0px;
}

#footer .footer-bottom p {
font-size: 16px;
color: #fff !important;
margin: 0;
}

#footer .button_box {
margin-top: 30px;
}

.btn.btn-yellow {
    background: #720b28 !important;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    box-shadow: none !important;
}



@media (max-width: 768px) {
#footer .col-md-4 {
max-width: 100% !important;
flex: 0 0 100% !important;
margin-top: 30px;
}

#footer .col-md-4:first-child {
margin-top: 0px;
}
}


/* Gift Card */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}


#card-type {
padding-top: 95px;
}

#e-gift .col-sm-6 {
margin: 30px 0;
}

.select-amount h3 {
font-size: 18px;
margin: 10px 0;
font-weight: 300;
}

.select-amount p {
text-align: center;
margin: 10px 0;
font-size: 14px;
color: #707070;
}

.input-group-text {
background-color: white;
border-right: none;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
border-left: none;
}

.select-amount input.plus, input.minus {
width: 50px;
height: 50px;
background-color: #720b28;
border: none;
color: white;
font-size: 30px;
}

.select-amount input.input-text.qty {
width: 30%;
height: 50px;
margin: 0 10px;
padding: 25px;
font-size: 25px;
}

.gift-sent {
margin: 30px 0;
}

.gift-form {
border: 1px solid;
padding: 30px;
margin-bottom: 40px;
border-color: #E7E7E7;
}

.gift-form h3 {
font-weight: 400;
font-size: 18px;
margin-bottom: 15px;
}

input.form-control {
border-radius: 0 !important;
height: auto !important;
padding: 15px 15px !important;
}


#personalise .form-group {
margin: 40px 0;
}

#personalise .form-group p {
margin: 10px 0;
font-size: 14px;
color: #707070;
}

#personalise .submit-btn {
margin: 30px 0;
display: flex;
}

#personalise .submit-btn a {
background: #720b28;
font-size: 20px;
color: white;
padding: 17px 10px;
font-weight: bold;
width: 25%;
margin-right: 10px;
display: block;
text-align: center;
}


/* radio */
[type="radio"]:checked + label {
color: #720b28 !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
font-size: 18px;
font-weight: 500;
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: black;
margin-right: 5px;
}

[type="radio"]:checked + label:before {
border: 1px solid #720b28 !important;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid #ddd;
border-radius: 100%;
background: #fff;
display: block;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
content: '';
width: 10px;
height: 10px;
background: #720b28;
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
display: block;
}

[type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}

[type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
border-color: #720b28;
}

.Amount-block ul li input {
position: absolute !important;
width: 100%;
height: 100%;
left: 0px !important;
top: 0px;
opacity: 0;
display: block;
cursor: pointer;
}


.Amount-block ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.Amount-block ul li {
    padding: 10px;
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
}

.Amount-block ul li .amount_box {
    position: relative;
    width: 100%;
    height: 100%;
}
span.checkmarks {
    width: 100% !important;
    height: 100% !important;
}

span.checkmarks {
/* margin-left: 10px; */
display: block;
text-align: center;
width: 95px;
padding: 15px;
border: solid 2px #ccc;
}

.Amount-block ul li input:checked ~ span.checkmarks {
color: white !important;
background-color: #720b28;
}

.select-amount .input-group {
width: 90%;
}

.quantity {
margin: 25px 0;
}

.number-box {
display: flex;
}

.quantity .minus {
background: #720b28;
color: white;
margin-right: 10px;
height: 100%;
padding: 10px;
}

.quantity .plus {
background: #720b28;
color: white;
margin-left: 10px;
height: 100%;
padding: 10px;
}

.quantity .plus a, .quantity .minus a {
color: white;
}

.number-box .form-group {
width: 20%;
}

#nav > ul {
display: flex;
}


/*MyCart*/
.gift-card h2 {
/* font-size: 22px;*/
color: #720b28;
margin: 10px 0;
}

.btn {
background-color: #720b28;
padding: 10px 20px;
text-decoration: none;
display: inline-block;
text-align: center;
color: white;
font-weight: bold;
font-size: 20px;
}



#nav ul {
    margin: 0px;
    padding: 0;
}




.quantity .number-box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 250px;
}

.quantity .number-box .btn-number {
    flex: 0 0 40px !important;
    max-width: 40px !important;
    display: block;
    margin: 0px !important;
    height: 40px !important;
    padding: 0px !important;
    border-radius: 3px !important;
}
.quantity .number-box .btn-number a {
    font-size: 10px;
    display: block !important;
    padding: 10px 2px;
    text-align: center;
    line-height: normal;
}
.quantity .number-box .form-group {
    margin: 0px !important;
    padding: 0px 10px;
    flex: 0 0 100%;
    max-width: calc(100% - 80px);
}
.quantity .number-box .form-group input.form-control {
    box-shadow: none !important;
    border-radius: 6px !important;
    font-size: 15px;
    padding: 0px !important;
    text-align: center;
    width: 100%;
    height: 40px !important;
}

#personalise .submit-btn {
    margin: 20px -10px;
    display: flex;
    flex-wrap: wrap;
}
#personalise .submit-btn button {
    padding: 14px;
    border: none !important;
    font-size: 19px !important;
    border-radius: 50px;
    width: 100% !important;
    max-width: 300px;
    margin: 10px;
}

#header .top-nav ul {
    margin-top: 10px !important;
}


#header .top li.nav-item.dropdown a span {
    white-space: nowrap;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    vertical-align: middle;
    margin: 0;
}

#header .top li.nav-item.dropdown .dropdown-item {
    margin: 0px !important;
    padding: 10px;
    color: #000 !important;
    font-size: 17px !important;
}


/*added by Amitesh*/
#myModal .modal-dialog {
    margin: 30px auto !important;
    width: calc(100% - 20px);
    max-width: 500px !important;
}

    #myModal .modal-dialog .modal-content {
        width: 100% !important;
        display: flex !important;
    }

#myModal .card_boxs {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    #myModal .card_boxs img {
        display: block;
        width: 100%;
    }

#myModal .card_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px 20px;
    width: 100%;
    position: absolute;
    bottom: 10px;
}

#myModal .content h4 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 7px;
}

#myModal .content {
    padding-right: 20px;
}

#myModal .qr_box {
    flex: 0 0 120px;
    max-width: 120px;
    padding-right: 20px;
}

#myModal {
    margin: 0px !important;
    padding: 0px !important;
}

    #myModal .modal-header {
        padding: 10px 15px;
        align-items: center;
    }

    #myModal .modal-title {
        font-size: 25px !important;
    }

    #myModal .close {
        padding: 0px !important;
        margin: 0px !important;
        display: block !important;
        color: #fff !important;
        opacity: 1 !important;
    }

@media (max-width: 480px) {
    #myModal .card_box {
        padding: 15px;
        bottom: 3px;
    }

    #myModal .content h4 {
        font-size: 22px;
        margin-bottom: 7px;
    }

    #myModal .qr_box {
        flex: 0 0 110px;
        max-width: 110px;
        padding-right: 20px;
    }
}

@media (max-width: 410px) {
    #myModal .content h4 {
        font-size: 18px;
    }

    #myModal .content {
        padding-right: 15px;
    }

    #myModal .qr_box {
        flex: 0 0 100px;
        max-width: 100px;
        padding-right: 15px;
    }

    #myModal .modal-title {
        font-size: 20px !important;
    }
}

@media (max-width: 385px) {
    #myModal .qr_box {
        flex: 0 0 80px;
        max-width: 80px;
        padding-right: 5px;
    }

    #myModal .content h4 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 6px;
    }
}