/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,600;0,700;0,800;1,300;1,400&display=swap');
@font-face {
    font-family: 'Jellee Roman';
    src: url('fonts/Jellee-Roman.eot');
    src: url('fonts/Jellee-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/Jellee-Roman.woff2') format('woff2'), url('fonts/Jellee-Roman.woff') format('woff'), url('fonts/Jellee-Roman.ttf') format('truetype'), url('fonts/Jellee-Roman.svg#Jellee-Roman') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1.15;
    font-family: 'Poppins', sans-serif;
}
p{
    margin-bottom: 0px;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    outline: none;
    box-shadow: none;
    border: 0px;
    -webkit-appearance: none;
}
button:focus {
    outline: none;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none;
    display: block;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:hover,
a:focus {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}
.container {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
#index .container{
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-big {
    width: auto;
    letter-spacing: 0.8px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    width: auto;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-small {
    font-size: 13px;
    min-width: 132px;
    width: auto;
    height: 36px;
    letter-spacing: 0.8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.btn-gradient {
    height: 48px;
    border-radius: 10px;
    background: #cb2323;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ef4136, #cb2323);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ef4136, #cb2323);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn-redbrown {
    border-radius: 10px;
    box-shadow: 0 7px 14px 0 rgba(114, 26, 26, 0.2);
    background-color: #721a1a;
}
.btn-white {
    background-color: #fff;
    color: #721a1a;
    border-radius: 10px;
}
.btn-grey {
    background-color: #dfdfdf;
    color: #626c84;
    border-radius: 10px;
}
/*---------------START----------------*/

.navbar {
    min-height: 141px;
    height: auto;
    background-color: transparent;
    padding: 0px;
}
.navbar-brand {
    padding: 0px;
}
.navbar-expand-lg .container {
    display: flex;
    align-items: flex-start;
}
.navbar-brand img {
    width: 140px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #fff;
    padding: 0px 20px;
    display: flex;
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link img {
    width: 24px;
    margin-right: 5px;
}

.santahood-sec {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.fillingup {
    max-width: 760px;
    width: 100%;
    min-height: 220px;
    height: auto;
    border-radius: 20px;
    padding: 37px 30px 40px;
    box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.fillingup h1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Jellee Roman';
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 12px;
}
.fillingup p{
    display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: normal;
  color: #000000;   
}
.progressbar {
    width: 100%;
    height: 21px;
    border-radius: 11px;
    position: relative;
/*    height: 10px;
    width: 100%*/;
    position: relative;
    overflow: hidden;
    background-color: rgb(238, 238, 238);
    margin-bottom: 29px;
}
.bottomsec {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.bottomsec .btn-big {
    min-width: 188px;
}
.giftcards {
    width: 100%;
    display: flex;
}
.giftcards .user-details {
    max-width: 224px;
    width: 100%;
    min-height: 52px;
    height: auto;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
    border-radius: 4px;
}
.user-details img {
    width: 52px;
}
.user-details p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
.user-details p span {
    font-size: 16px;
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
.notification {
max-width: 360px;
    width: 100%;
    min-height: 220px;
    border-radius: 20px;
    padding: 23px 20px 40px;
    box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.notification .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 35px;
}
.notification .content img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}
.notification .content h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
}
.notification .content h2 span {
    font-size: 18px;
    display: block;
    font-family: 'Jellee Roman';
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
.notification .input-group {
    width: 100%;
    position: relative;
}
.notification .input-group .form-control {
    width: 90%;
}
.notification .input-group .input-group-append {
    position: absolute;
    right: 0px;
    top: 0px;
}
.form-control {
    height: 41px;
    border-radius: 10px;
    border: solid 1px rgb(216, 216, 216);
}
/*----------------END-----------------*/

.givemgift {
    float: left;
    width: 100%;
    margin-top: -140px;
}
.givemgift h3 {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 30px;
}
.listing {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.listing .cards {
    max-width: 260px;
    width: 100%;
    min-height: 321px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 30px;
}
.listing .cards img {
    width: 110px;
    margin-bottom: 10px;
}
.listing .cards p {
    font-family: 'Jellee Roman';
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: normal;
    text-align: center;
    color: #282828;
}
.listing .cards span {
    line-height: 29px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
}
#child-gifts {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    padding: 0 0 103px;
}
#banner-info{
     float: left;
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    padding: 0 0 103px;   
}
.child-hospital {
    float: left;
    width: 100%;
    margin: 60px 0px;
}
.child-hospital img {
    width: 100%;
    max-width: 480px;
}
.child-hospital .content {
    float: left;
    width: 100%;
    margin-right: 5px;
}
.child-hospital .content h4 {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #282828;
    padding-right: 100px;
    margin-bottom: 20px;
}
.child-hospital .content > p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
.numbers {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}
.numbers p {
    min-width: 160px;
    font-family: 'Jellee Roman';
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
.numbers p span {
    display: block;
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
#videosection {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 40px;
    position: relative;
}
.elves-delivery {
    width: 100%;
    min-height: 166px;
    border-radius: 20px;
    box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-top: -83px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin-bottom: 40px;
}
.info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.info img {
    width: 44px;
    margin-bottom: 6px;
}
.info h3 {
    font-family: 'Jellee Roman';
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 6px;
}
.info h3 span {
    font-family: 'Poppins', sans-serif;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
.deliverymoney {
    display: flex;
    flex-direction: row;
}
.deliverymoney fieldset .form-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.deliverymoney fieldset .form-group label {
    line-height: 48px;
    text-align: right;
    min-width: 84px;
    margin-right: 26px;
}
.deliverymoney fieldset .form-group span {
    line-height: 48px;
    margin-left: 10px;
}
.deliverymoney fieldset .form-group .form-control {
    width: 125px;
    height: 48px;
    border-radius: 10px;
    border: solid 1px rgb(216, 216, 216);
}
.btn-sec {
    margin-left: 25px;
}
.helptext {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: normal;
    text-align: right;
    color: #282828;
    margin-top: 30px;
}
.videobox {
    float: left;
    max-width: 560px;
    width: 100%;
    position: relative;
    min-height: 390px;
    border-radius: 20px;
    overflow: hidden;
    background: url(../images/img-video-cover@3x.jpg);
    background-position: center;
    background-size: cover;
    margin: 20px 0px;
}
.overlay-black {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.videobox img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.videobox p {
    line-height: 29px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    color: #ffffff;
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding-right: 110px;
}
.contentbox {
    float: left;
    max-width: 560px;
    width: 100%;
    min-height: 390px;
    border-radius: 20px;
    background-color: #721a1a;
    overflow: hidden;
    padding: 40px 30px;
    margin: 20px 0px;
}
.contentbox h4 {
    font-family: 'Jellee Roman';
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    padding-right: 110px;
    color: #ffffff;
    margin-bottom: 22px;
}
.contentbox p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: #ffffff;
    
}
.contentbox .btn-white{
    margin-top: 30px;
}
.giftbox {
    float: left;
    max-width: 560px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    min-height: 348px;
    /*background-image: linear-gradient(to bottom, rgba(114, 26, 26, 0.6) 19%, rgba(114, 26, 26, 0) 54%, rgba(114, 26, 26, 0) 54%);*/
    background-color: #721a1a;
    padding: 47px 40px;
    margin: 20px 0px;
}
.giftbox h4 {
    font-family: 'Jellee Roman';
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
    padding-right: 90px;
    color: #ffffff;
    margin-bottom: 13px;
}
.giftbox p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: #ffffff;
}
.imagebox {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
    float: left;
    max-width: 560px;
    width: 100%;
    height: auto;
    z-index: 0;
    border-radius: 20px;
    min-height: 390px;
    background-color: #721a1a;
    padding: 47px 40px;
    position: relative;
    overflow: hidden;
    margin: 20px 0px 0px;
}
.giftbox .btn-white{
    margin-top: 30px;
    float: left;
}
.imagebox p {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 6px;
}
.imagebox h4 {
    font-family: 'Jellee Roman';
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    padding-right: 90px;
    color: #ffffff;
    margin-bottom: 13px;
}
.overlay-redbrown {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(114, 26, 26, 0) 19%, rgba(114, 26, 26, 0) 19%, rgba(114, 26, 26, 0.6) 55%);
}
/*-----------------------------------*/

#discovbergifts {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    padding: 80px 0px;
}
#discovbergifts h4 {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
}
.nav-pills {
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
}
.nav-pills li {
    margin: 0px 11px;
}
.productcard {
    float: left;
    max-width: 360px;
    overflow: hidden;
    width: 100%;
    min-height: 541px;
    height: auto;
    border-radius: 10px;
    margin: 20px 0px;
    position: relative;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}
.productbody {
    padding: 0px 15px;
}
.foregroud {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.foregroud > img {
    width: 100%;
}
.productcard > img {
    width: 100%;
}
.productbody h5 {
    float: left;
    width: 100%;
    line-height: 29px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 1px;
}
.productbody > span {
    line-height: 25px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: normal;
    color: #626c84;
    margin-bottom: 9px;
    display: block;
  float: left;
    width: 100%;    
}
.progresssmall {
    height: 10px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: rgb(238, 238, 238);
}
.progresssmall > span {
    position: absolute;
    width: 25%;
    top: 0px;
    left: 0px;
    background: url(../images/jauge.png) repeat-x;
    display: block;
    height: 10px;
}
.bardetails {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px;
}
.bardetails > p {
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: normal;
    color: #282828;
}
.bardetails p strong {
    font-weight: 600;
}
.users,
.pricing {
    display: flex;
    flex-direction: row;
}
.pricing {
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.users i {
    width: 23px;
    height: 23px;
    border-radius: 50px;
    border: 3px solid #fff;
    overflow: hidden;
}
.users i img {
    border-radius: 50px;
    width: 100%;
    object-fit: contain;
}
.users i:nth-child(1) {
    z-index: 3;
}
.users i:nth-child(2) {
    z-index: 2;
}
.users i:nth-child(2),
.users i:nth-child(3) {
    margin-left: -10px;
}
.amount .helptext {
    margin-top: 0px;
}
.amount {
    display: flex;
    flex-direction: column;
}
.amount p {
    font-size: 23px;
    color: #282828;
    font-weight: 600;    
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    text-align: center;

    display: flex;
    align-items: center;
}
.amount p span {
    font-size: 23px;
       color: #626c84;
    font-weight: 400;
}
.amount p img {
    width: 9px;
    margin: 0 9px 0 8px;
    height: 10px;
    object-fit: contain;
}
.centerblock {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0px 10px;
}
#aidaassociation {
    float: left;
    width: 100%;
    padding: 45px 0px;
    background-color: #ffffff;
}
.associationcontent {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0px;
}
.imgsec {
    max-width: 400px;
    width: 100%;
    min-height: 250px;
    height: auto;
    border-radius: 10px;
    background-color: #721a1a;
}
.imgsec img {
    width: 100%;
    float: left;
    border-radius: 10px;
}
.infosec {
    max-width: 660px;
    width: 100%;
}
.infosec h5 {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}
.infosec p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: rgb(0, 0, 0);
 
 font-family: 'Poppins', sans-serif;
}

.infosec .btn-redbrown {
   margin-top: 37px;
}
.reverseview {
    flex-direction: row-reverse;
}
.reverseview .infosec .infosec .btn-redbrown {
    margin-top: 64px;
}
.infosec .btn-redbrown {
    margin-top: 10px;
}
footer {
    min-height: 221px;
    height: auto;
    float: left;
    width: 100%;
    position: relative;
    background-color: #6d071a;
    padding: 51px 0px 0px;
}
.magicicons {
    position: absolute;
    left: 10%;
    top: -77px;
}
.magicicons img {
    width: 164px;
}
.copyright {
    float: left;
    width: 100%;
    position: relative;
    padding: 19px 0px 20px;
    min-height: 60px;
    background-color: rgb(94, 0, 17);
}
.copyright p {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.3);
    float: left;
}
.footer-content {
    float: left;
    width: 100%;
    display: flex;
}
.footerlogo,
.quicklinks {
    width: 50%;
}
.quicklinks p {
    float: left;
    width: 33.33%;
    padding: 0px 20px;
}
.quicklinks p a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 21px;
    letter-spacing: 0.8px;
    text-align: left;
    color: rgba(255, 255, 255, 0.3);
}
.quicklinks p a img {
    opacity: 0;
    width: 24px;
    object-fit: contain;
    margin-left: 10px;
}
.quicklinks p a:hover img {
    opacity: 1;
}
.innermenu .navbar-brand img {
    width: 170px;
}
.innermenu .navbar-expand-lg .navbar-nav .nav-link {
    color: #282828;
}
.innermenu .navbar {
    min-height: auto;
    padding: 20px 0 0;
}
.innermenu .navbar-nav {
    margin: 29px 0px 5px;
}
.seeallgifts {
    float: left;
    width: 100%;
    padding: 138px 0px 0px;
}
.seeallgifts .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.seeallgifts a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.8px;
    color: #626c84;
    margin-bottom: 30px;
}
.seeallgifts a img {
    margin-right: 12px;
}
.orangey-red-box {
    min-height: 417px;
    border-radius: 10px;
    max-width: 360px;
    width: 100%;
    padding: 30px;
    background: -webkit-linear-gradient(to right, #ef4136, #f4583a);
    background: -moz-linear-gradient(to right, #ef4136, #f4583a);
    background: linear-gradient(to right, #ef4136, #f4583a);
}
.pink-red-box {
    min-height: 417px;
    border-radius: 10px;
    max-width: 360px;
    width: 100%;
    padding: 30px;
    background: -webkit-linear-gradient(to right, #f95771, #f65b56);
    background: -moz-linear-gradient(to right, #f95771, #f65b56);
    background: linear-gradient(to right, #f95771, #f65b56);
}
.red-brown-box {
    min-height: 417px;
    border-radius: 10px;
    max-width: 360px;
    width: 100%;
    padding: 30px;
    background: -webkit-linear-gradient(to right, #821f1e, #f65b56);
    background: -moz-linear-gradient(to right, #821f1e, #d0372f);
    background: linear-gradient(to right, #821f1e, #d0372f);
}
.orangey-red-box,
.pink-red-box,
.red-brown-box {
    position: relative;
    margin-bottom: 25px;
}
.orangey-red-box a,
.pink-red-box a,
.red-brown-box a {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.orangey-red-box a img, .pink-red-box a img, .red-brown-box a img{
display: none;
}
.orangey-red-box h1,
.pink-red-box h1,
.red-brown-box h1 {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    color: #ffffff;
}
.orangey-red-box p,
.pink-red-box p,
.red-brown-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: normal;
    color: #ffffff;
}
.hr {
    width: 100%;
    height: 1px;
    background-color: rgb(214, 214, 214);
    display: block;
    margin-bottom: 30px;
}
#fatherchristmas {
    float: left;
    width: 100%;
    padding-top: 30px;
}
/*.item {
    width: 260px;
}*/
.item .cards {
    max-width: 100%;
    width: 100%;
    min-height: 321px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
#fatherchristmas .item .cards{
max-width: 260px;
}
.item .cards img {
    width: 110px;
    margin-bottom: 10px;
}
.item .cards p {
    font-family: 'Jellee Roman';
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: normal;
    text-align: center;
    color: #282828;
}
.item .cards span {
    line-height: 29px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
}
#christmasyou,
#offeryou {
    float: left;
    width: 100%;
}
.sechead {
    float: left;
    width: 100%;
    margin-bottom: 33px;
}
.sechead h4,
.sechead h1 {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 16px;
}
.sechead p {
    max-width: 660px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
#christmasyou .hr,
#offeryou .hr {
    margin-top: 40px;
}
#christmasyou .productcard {
    min-height: 494px;
}
.giftbg {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}
.giftleft img {
    width: 646px;
    float: left;
    margin-bottom: -1px;
}
.giftright img {
    float: right;
    width: 445px;
}
.owl-carousel.owl-loaded {
    display: block;
}
/*.owl-carousel.owl-drag .owl-item {
    width: 260px !important;
}*/
#christmasyou .owl-carousel.owl-loaded {
    padding-left: 0px;
}
/*#christmasyou .owl-carousel.owl-drag .owl-item {
    width: 360px !important;
}
#christmasyou .owl-carousel.owl-drag .owl-item .item {
    width: 360px;
}*/
.headbread {
    float: left;
    width: 100%;
    padding: 0px 0px 30px;
    border-bottom: 1px solid rgb(214, 214, 214);
}
.breadcrumb {
    margin-bottom: 0px;
    background-color: transparent;
    padding: 0px;
}
.breadcrumb-item.active {
    color: rgb(158, 158, 158);
}
.breadcrumb-item,
.breadcrumb-item a {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
}
.catelogue-content {
    float: left;
    width: 100%;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}
.catelogue-content img {
    width: 300px;
    border-radius: 10px;
}
.catelogue-content .sechead {
    margin-right: 100px;
}
.filter {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 27px;
    justify-content: flex-start;
    border-bottom: 1px solid #d6d6d6;
}
.filter .form-group {
    display: flex;
    margin-bottom: 0px;
    flex-direction: row;
    margin-right: 42px;
    justify-content: space-around;
}
.productslist {
    float: left;
    width: 100%;
}
.filter .form-group label {
    min-width: 25px;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    height: 18px;
    margin-right: 10px;
}
.custom-select {
    border: none;
    background: none;
    line-height: 18px;
    height: 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    padding: 0px;
    padding-right: 25px;
    background: url(../images/dropdown.png) top 6px right 10px;
    background-repeat: no-repeat;
}
.custom-select:focus {
    outline: 0;
    box-shadow: none;
    border: none;
}
.catelogue-products .productcard {
    min-height: 499px;
}
.catelogue-products .productcard .pricing {
    justify-content: flex-end;
}
.catelogue-products .productcard .btn-small {
    width: 100%;
    margin-top: 10px;
}
#catelogue-soignants {
    float: left;
    width: 100%;
}
#catelogue-soignants .catelogue-products .productcard {
    min-height: 442px;
}
#catelogue-touslescadeaux {
    float: left;
    width: 100%;
}
#catelogue-touslescadeaux .headbread {
    border: 0px;
}
#details-cadeau {
    float: left;
    width: 100%;
}
.product-details {
    float: left;
    width: 100%;
    margin-top: 42px;
}
.productimg {
    float: left;
    max-width: 660px;
    width: 100%;
    position: relative;
    background-color: #fff;
}
.productimg img {
    width: 100%;
}
.productdescrip {
    float: left;
    width: 100%;
    padding-left: 5px;
}
.productdescrip h1 {
    height: 29px;
    font-family: 'Jellee Roman';
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 4px;
}
.productdescrip > span {
    height: 25px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: normal;
    color: #626c84;
    margin-bottom: 10px;
    display: block;
}
.productdescrip > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
}
.productdescrip .bardetails p {
    font-size: 13px;
    margin-top: 8px;
    color: #282828;
}
.product-users {
    float: left;
    width: 100%;
    margin-bottom: 33px;
}
.product-users h2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: normal;
    color: #282828;
    margin-bottom: 10px;
}
.counts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.count-details {
    min-width: 98px;
    width: auto;
    min-height: 40px;
    height: auto;
    border-radius: 26px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 6px;
    justify-content: flex-start;
}
.count-details i {
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 100px;
    display: inline-block;
}
.count-details i img {
    width: 100%;
    object-fit: contain;
    border-radius: 100px;
}
.count-details h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
.count-details h3 span {
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: normal;
    color: #282828;
}
.count-circle {
    width: 40px;
    height: 40px;
    border-radius: 26px;
    background-color: #dfdfdf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quantity {
    max-width: 144px;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.quantity a {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.quantity a img {
    width: 100%;
    object-fit: contain;
}
.productdescrip .btn-big {
    width: 100%;
    float: left;
    margin-top: 28px;
}
.technical-description {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.technical-description h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 13px;
}
.list-group-item {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    border-color: #d6d6d6;
}
.list-group-item p,
.list-group-item span {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: normal;
    color: #626c84;
}
.list-group-item span {
    color: rgb(0, 0, 0);
}
#details-cadeau .productslist {
    margin-top: 26px;
}
#details-cadeau .productslist h4 {
    font-family: 'Jellee Roman';
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: normal;
    color: #282828;
    margin-bottom: 27px;
}
#details-cadeau .productslist .catelogue-products .productcard .btn-small {
    width: auto;
}
.footerlogo img {
    width: 147px;
}
.quicklinks {
    padding-top: 12px;
}
.imgbox-cont {
    position: relative;
    z-index: 1;
}
#catelogue-infants .catelogue-products .productcard .pricing,
#catelogue-soignants .catelogue-products .productcard .pricing,
#catelogue-touslescadeaux .catelogue-products .productcard .pricing {
    margin-bottom: 10px;
}
#panier{
    float: left;
    width: 100%;
}
.panier-content{
    float: left;
    width: 100%;
    max-width: 580px;
}
.panier-content h1{
  font-family: 'Jellee Roman';
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: normal;
  color: #282828;
}
.cartdetails{
    float: left;
    width: 100%;
}
.tabl-product{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.tabl-product .tabproductimg{
    width: 130px;
    height: 130px;
    margin-right: 22px;
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px rgb(226, 226, 226);

}
#panier .table {
    width: 100%;
    margin-bottom: 0;
    color: #212529;
}
#panier .table tbody tr td .tabl-product .tabproductimg > img{
width: 100%;
object-fit: contain;
border-radius: 10px;
}
#panier .table tbody tr td > span{
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: normal;
  text-align: center;
  color: #626c84;
  margin-top: 10px;
  display: block;
}
#panier .table th, .table td{
    vertical-align: middle;
    border-top: 0px;

        border-bottom: 1px solid #d8d8d8;
}
#panier .table td{
    padding: 20px 0px;
}
#panier .table tbody tr td .amount p{
justify-content: flex-end;
}
    #panier .table tbody tr td .quantity{
        margin: 0 auto;
    }
.tabpro-name h3{
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  text-align: left;
  letter-spacing: normal;
  color: rgb(0, 0, 0);
}
.tabpro-name p{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;    
}
.tabpro-name p img{
    width: 32px;
    margin-right: 10px;
}
.tabpro-name p span{
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #626c84;
}
.donation-summary{
    float: right;
    margin-top: 20px;
    position: relative;
    max-width: 360px;
    width: 100%;
    min-height: 554px;
    height: auto;
    border-radius: 10px;
    padding: 25px 0px 0;
  background-color: #6d071a;
}
.xmas-img{
    position: absolute;
    top: -46px;
    right: -46px;
}
.xmas-img img{
    width: 149px;
}
.donation-summary h2{
  font-family: 'Jellee Roman';
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0px 30px 26px;
  border-bottom: 1px solid #905e5e;
}
.donation-details{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid #905e5e;
}
.donation-product{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3px;
}
.donation-product h3{
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: normal;
  text-align: left;
  color:#ffffff;
}
.donation-product h3 span{
    font-size: 13px;
    display: block;
}
.donation-product label{
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: normal;
  color:#ffffff;
  text-align: right;    
}
.donation-amount{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
        border-bottom: 1px solid #905e5e;
        padding: 0px 30px 30px;
}
.donation-amount p img{
    width: 26px;
    float: left;
    margin-right: 10px;
}
.donation-amount p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: normal;
  color:#ffffff;
}
.donation-amount label{
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  letter-spacing: normal;
  color:#ffffff;    
  margin-bottom: 9px;
}
.donation-amount .input-group{
    position: relative;
    width: auto !important;
}
.donation-amount .input-group input{
  height: 45px;
  border-radius: 2px;
  border: solid 1px #905e5e;
  width: 100%;
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  padding: 0px 5px;
  letter-spacing: normal;
  color: #fff;

}
.donation-amount .input-group span{
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  height: 43px;
  width: 47px;
  background-color: #6d071a;
  position: absolute;
  right: 1px;
  top: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.donation-total{
    float: left;
    width: 100%;
   padding: 30px 30px 0px;
}
.donation-total li{
    display: flex;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.donation-total li p{
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: normal;
  color: #ffffff;
}
.donation-total li p span{
    display: block;
}
.donation-total li label{
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: normal;
  color: #ffffff;   
}
.donation-total li p span{
    font-weight: 300;
}
.donation-total li .btn-big{
    width: 100%;
}
.donation-total li:last-child{
    margin-bottom: 0px;
}
#panierfacturation,
#panierpaiement,
#paniersuccess{
float: left;
width: 100%;
position: relative;
padding-top: 40px;
}
#panierfacturation h2.smalheading,
#panierpaiement h2.smalheading, .checkout-step h2.smalheading{
    float: left;
    width: 100%;
    margin-bottom: 56px;
  font-family: 'Jellee Roman';
  font-size: 26px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: normal;
  color: #282828;
}
#panierpaiement h2.smalheading{
    margin-bottom: 30px;
}
#panierfacturation .headbread,
#panierpaiement .headbread{
    padding: 10px 0px 16px;
}
.form-address{
    float: left;
    width: 100%;
}
.form-address .form-group{
    margin-bottom: 30px;
    width: 100%;
    display: table;
}

.form-address .form-control{
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    background-color: transparent;
    color: rgb(0, 0, 0);
}
label{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: normal;
  color: #626c84;
}
.form-row{
    float: left;
    width: 100%;
}
.form-row > .col, .form-row > [class*="col-"]{
        padding-right: 5px;
    padding-left: 5px;
}
.ml-20{
    padding-left: 20px !important;
}
.mr-20{
    padding-right: 20px !important;
}
.custom-control-label::before{
    width: 24px;
    height: 24px;
    border: solid 1px rgb(204, 204, 204);
    border-radius: 100px;
}
.custom-radio{
    float: left;
    width: 100%;
}
.custom-control-label{
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: rgb(0, 0, 0);
  padding-left: 20px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
     border-color: rgb(204, 204, 204); 
    background-color: #ffffff;
    }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after{
    background-image: none;
    background-color: #721a1a;
    width: 16px;
    height: 16px;
    border-radius: 100px;
}
.custom-control-label::after{
    margin: 4px;
}
.custom-control-label::after,
.custom-control-label::before{
    top: 0px;
}
.pb20{
    padding-bottom: 20px;
}
.message{
    float: left;
    width: 100%;
}
#paniersuccess .hr{
    height: 1px;
    float: left;    
    width: 100%;
    margin: 30px 0px;
    background-color: #d8d8d8;
}
#paniersuccess h1{
    margin-bottom: 10px;
}
.message p{
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}
.message p strong{
    font-weight: 600;
}
.message span{
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  display: block;
  letter-spacing: normal;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}
.social-sharing span{
 font-family: Poppins;
  font-size: 13px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #626c84;
  text-transform: uppercase;
}
.message .btn-block{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.message .btn-block .btn-big{
    margin-right: 20px;
      box-shadow: 0 7px 14px 0 rgba(114, 26, 26, 0.2);
}

.xmas-images{
    float: left;
    width: 100%;
    position: relative;
min-height: 780px;
right: -9%;
}
.xmas-images img{
    top: 0px;
bottom: 0px;

    position: absolute;
    width: 711px;

}
.btnblock{
    float: left;
    width: 100%;
    padding:7px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.btnblock img{
    width: 57px;
    float: left;
    margin-left: 32px;
}
#slidersection{
    float: left;
    width: 100%;
    padding: 90px 0px;
}
.slidertext{
    max-width: 260px;
    width: 100%;

}
.slidertext h1{
   font-family: 'Jellee Roman';
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: normal;
  color: #282828;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
        width: 120px;
    height: 5px;
    background-color: transparent;  
}
.owl-dots{
    height: 13px;
}
.owl-carousel button.owl-dot.active{
        width: 120px;
    height: 5px;
    background-color: #ef4136;
}
.copyright ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.copyright ul li a {
    margin-left: 20px;
    display: inline-block;
}
.copyright ul li a img {
    width: 24px;
    float: right;
}

/*partner */
.donec {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 30px;
}

.donec .sechead h1 {
    margin-bottom: 10px;
}

.donec-content {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 100px;
    border-bottom: 1px solid #d6d6d6;
}

.donec-content .videocontent {
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.donec-content .videocontent .img-block {
    max-width: 560px;
    width: 100%;
    background-size: cover !important;
    min-height: 390px;
    height: auto;
    border-radius: 20px;
    background-color: rgb(216, 216, 216);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 30px;
}

.videocontent .img-block p {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    z-index: 9;
    padding-right: 30px;
}

.videocontent .img-block p span {
    font-family: 'Jellee Roman';
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: normal;
    color: #ffffff;
    margin-right: 15px;
}

.videocontent .img-block p img {
    width: 60px;
}

.videocontent .img-content {
    display: block;
    margin-top: 15px;
}

.videocontent .img-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: normal;
    color: #282828;
}

.videocontent .img-content h2 {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    color: #282828;
    margin-bottom: 10px;
}

#ourpartners {
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
}

.partnerslist {
    float: left;
    width: 100%;
    padding-bottom: 55px;
    border-bottom: 1px solid #d6d6d6;
}

.partnerslist img {
    width: 160px;
    margin-bottom: 35px;
}

#masonary {
    float: left;
    width: 100%;
    padding: 60px 0px;
}

.masonary-block {
    float: left;
    width: 100%;
}

.masonarybox {
    width: 100%;
    display: flex;
    float: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.masonarybox .imgblk {
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 14px 0 rgba(114, 26, 26, 0.1);
}

.smallblk .imgblk {
    max-height: 309px;
    height: 100%;
}

.bigblk .imgblk {
    max-height: 540px;
    height: 100%;
}

.masonarybox .imgblk>img {
    width: 100%;
    object-fit: cover;
    float: left;
}

.masonarybox .imgblk a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.masonarybox .imgblk a img {
    width: 60px;
}

.masonarybox h5 {
    font-family: 'Jellee Roman';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-top: 10px;
}

.masonarybox p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}

.masonary-block .row {
    margin: 0px -20px;
}

.masonary-block [class*="col-"] {
    padding: 0px 20px;
}

.pageheader {
    float: left;
    width: 100%;
    padding: 60px 0px 98px;
}

.pageheader h1 {
    font-family: 'Jellee Roman';
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    text-align: center;
    color: #282828;
}

.pageheader span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 10px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}

#aboutaida {
    float: left;
    width: 100%;
}

.aboutouter {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.aboutcontent {
    max-width: 460px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-right: 64px;
}

.aboutcontent h2 {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: normal;
    color: #282828;
    margin-bottom: 20px;
}

.aboutcontent p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
}
.aboutimg-outer{
    max-width: 636px;
    width: 100%;
    min-height: 423px;
    height: auto;
    border-radius: 10px;
    position: relative; 
}
.aboutimg {
    max-width: 636px;
    width: 100%;
    min-height: 423px;
    height: auto;
    border-radius: 10px;
    background-size: cover !important;
    background-position: center !important;
    position: relative; 
    z-index: 1;      
}

.aboutimg img {
    border-radius: 10px;
    width: 100%;
    z-index: 1;
    position: relative;
    object-fit: cover;
}
.aboutcontent .btn-redbrown{
    margin-top: 20px;
}
.bgpink-overlay {
    position: absolute;
    left: -24px;
    z-index: 0;
    bottom: -24px;
    max-width: 387px;
    width: 100%;
    height: 100%;
    min-height: 387px;
    border-radius: 10px;
    background-image: linear-gradient(332deg, rgb(246, 91, 86) 80%, rgb(212, 42, 69) 3%);
}

.bgredbrown-overlay {
    position: absolute;
    right: -24px;
    z-index: 0;
    bottom: -24px;
    width: 387px;
    height: 387px;
    border-radius: 10px;
    background-image: linear-gradient(206deg, rgb(120, 28, 27) 92%, rgb(181, 47, 41) 28%);
}

.fewfigures {
    float: left;
    width: 100%;
    margin: 54px 0px 90px;
}

.fewfigures h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}

.figcounts {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.figcounts p {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}

.figcounts p span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}

.ateam {
    float: left;
    width: 100%;
    padding: 90px 0px;
    border-bottom: 1px solid #d6d6d6;
}
.ateam .aboutcontent{
    margin-left: 70px;
    margin-right: 0px;
}

#latestnews {
    float: left;
    width: 100%;
    padding: 90px 0px 90px;
}

#latestnews h3 {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    color: #282828;
}



/*own css*/


#discovbergifts .nav-tabs li a.active {
    background-color: red;
}
.page-footer {
    display: none;
}
.block_newsletter .alert {
    padding: 0px;
    background: #fff;
    border: none;
}
.block_newsletter .btn-primary {
    padding: .5rem 0.6rem;
    box-shadow: 0 7px 14px 0 rgba(114, 26, 26, 0.2);
    background-color: #721a1a;
}
#footer .alert {
    display: none;
}
#discovbergifts li {
    cursor: pointer;
}
.productcard .product-image img {
    width: 100%;
}
.productcard .product-image {
    float: left;
    width: 100%;
    text-align: center;
}
.productbody h5 a {
    line-height: 29px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    margin-bottom: 1px;
}
#category .productcard .pricing {
    justify-content: flex-end;
}
#category .productcard .btn-small {
    width: 100%;
    margin-top: 10px;
}
#category .productcard {
    min-height: 499px;
}
#category .productcard a img{
    width: 100%;
}
#category .block-categories,
#category #search_filters_wrapper {
    display: none;
}
/*carousel*/

.btn-small,
.btn-big {
    border: 0;
    cursor: pointer;
}

.children-bottom {
    padding: 0!important;
}
.float-right {
    float: right !important;
}

#category .productslist {
    float: left;
    width: auto;
    margin-top: 20px;
}

#catalog #_desktop_logo img, 
#category #_desktop_logo img, 
#product #_desktop_logo img,
#cart #_desktop_logo img, 
#checkout #_desktop_logo img,
#partenaire #_desktop_logo img,
#objectif #_desktop_logo img
{
    min-height: 48px;
}

#wrapper {
    background: #f7f7f7;
    box-shadow: none; 
    padding-top: 108px;
}
#index #wrapper{
    padding-top: 0px;
}
progress::-webkit-progress-value {
    background: url('../../images/jauge.png') repeat-x;
    height: 21px;
    border-radius: 11px;
}
.fillingup progress::-webkit-progress-value {
    background: url('../../images/jauge@3x.png') repeat-x;
    background-size: contain;
    height: 21px;
    width: 21px;
    border-radius: 11px;
}
progress::-webkit-progress-bar {
  background: rgb(238, 238, 238);
}

#pills-tab a{
    color: #626c84;
}
.breadcrumb-item+.breadcrumb-item:before {
    display: none;
}
.breadcrumb li:nth-child(2) a{
    color: rgb(158, 158, 158)!important;
}

#product #add-to-cart-or-refresh {
    width: 100%;
    float:left;
}
#product #details-price .quantity { float: left; align-items: initial; padding: 0px; border: 0; }
.product-add-to-cart{
    float: left;
    width: 100%;
}
#product #details-price .amount { float: right; }
#category .amount .helptext { margin-bottom: 10px; }
#product .page-content#content { max-width: 100%; }
#product .page-content#content .images-container{ max-width: 660px;width: 100%; }
#product .productdescrip{ max-width: 460px;width: 100%; }
#product #main { 
    float: left;
    width: 100%;
    margin-top: 42px;
    display: flex;
    flex-direction: revert;
    justify-content: space-between;
}
#product h4 {
    font-family: 'Jellee Roman';
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: normal;
    color: #282828;
    margin-bottom: 27px;
}
.product-accessories img {
    width: 100%;
}
.products-sort-order .select-title {
    border: 0;
    box-shadow: none;
    background: none;
    padding: 0px;
    display: flex;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  letter-spacing: normal;
  color: #000000;
}
.products-sort-order .dropdown-menu {
    width: 100%;
    float: left;
}
#_desktop_logo a {
    padding:0px 20px 0 0
}
#_desktop_cart span {
    vertical-align:text-top;
}
/*#catalog #offeryou .productslist { margin-bottom: 60px; }*/
#partenaire .headbread,
#objectif .headbread  
{
    display: none;
}
.form-control:focus, .input-group.focus { outline: none; }
.material-icons { color: #000; }

#children-tag {
    float: left;
    width: 100%;
}
#children-tag .owl-carousel.owl-loaded {
    padding-left: 0px;
}
/*#children-tag .owl-carousel.owl-drag .owl-item {
    width: 260px !important;
}
#children-tag .owl-carousel.owl-drag .owl-item .item {
    width: 260px;
}*/
#children-tag .item .cards {
    width: 260px;
}
#children-tag .givemgift {
    float: left;
    width: 100%;
    margin-top: -206px;
}
.giftbox > span img {
    width: 330px;
    float: left;
}
.giftbox > span {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
body#checkout #footer { box-shadow: none; padding: 0; background: none; }
body#checkout #header .header-nav {
    max-height: auto;
    padding: 0; 
    border: none; 
    margin-bottom: 0; 
    box-shadow: none;
}
.form-footer, .address-footer{
    min-height: auto;
    background-color: #f7f7f7!important;
    padding: 0;
    float: none;
}
#checkout .custom-radio {
  width: 24px;
  height: 24px;
  margin: 0 20px 30px 0;
  padding: 4px;
  border-radius: 12px;
  position: relative;
  border: solid 1px #cccccc;
}
#checkout .cart-summary.donation-summary{
    margin-top: 79px;
}
a.btn-big:focus, a.btn-big:hover {
    color: #fff;
}
a.btn-white.btn-big:hover {
    color: #721a1a;
}
.home-newsletter{
    height: 48px;
    border: solid 1px rgb(216, 216, 216);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}
.block_newsletter form input[type=email]:focus {
    border: solid 1px rgb(216, 216, 216);
    padding:0;
}
.block_newsletter .btn:active:focus, .block_newsletter .btn:focus { outline: 0; background-color: #721a1a; }
.block_newsletter .btn-primary {
    width: 101px;
    letter-spacing: 0.8px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    width: auto;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 15px;    
    text-transform: uppercase;
}

.notification.mobil-view{
    display: none !important;
}
    .header-banner .santahood-sec .notification{
        display: block ;
    }



    .d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}


.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.tabcontent{
    margin-top:40px;
}



/*Header---Menu--*/

#header .header-nav .user-info {
    margin-top: 0;
}
#header .header-nav .blockcart {
    background: none;
    height: auto;
    padding: 0px;
    margin: 0px;
}
#index #header .header-nav .cart-preview .shopping-cart,
#index #_desktop_cart span {
    color: #fff;
}
#header .header-top {
    padding: 20px 0px 20px;
    position: fixed;
    min-height: 98px;
    width: 100%;
     -webkit-transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
     transition: all 0.3s ease-in-out 0s;
  z-index: 999;
}
#header .header-top .menuDesk{
    margin: 29px 0px 4px;
}
#index #header .header-top {
    padding-bottom: 0px;
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
    min-height: 141px;   
    margin: 0 !important;  
}
#index #header .header-top .menuDesk{
    margin: 49px 0px 67px;
}

.header-top.scrolled{
  background:#fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}
.beforescroll{
  display: block;
}
.afterscroll{
  display: none;
}
.header-top.scrolled .beforescroll{
  display: none;
}
.header-top.scrolled .afterscroll{
  display: block;
}
#index #header .header-top.scrolled{
    min-height: 98px;
    padding: 20px 0px;
}
#index #header .header-top.scrolled .menuDesk{
      margin: 29px 0px 4px;  
}
#index #header .header-top .cart-preview .shopping-cart,
#index #header .header-top.scrolled  #_desktop_cart span {
    color: #282828;
}
.header-top .menuDesk a{
     font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #282828;
    padding: 0px 20px;
    display: flex;
    text-transform: uppercase;   
}
#header .top-menu a[data-depth="0"]:hover {
    color: #282828;
    opacity: 1;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}
#index #header .top-menu a[data-depth="0"]:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}
#index #header .header-top .menuDesk a {
    color: #fff;
}
#index #header .header-top.scrolled .menuDesk a {
    color: #282828;
}
#header .header-top .menuDesk .logo {
    max-width: 170px;
}
#index #header .header-top .menuDesk .logo{
    max-width: 140px;
}
/*#header #_desktop_logo a {
    padding: 0!important;
}*/
#_desktop_logo{
    margin-bottom: 0px;
}

#header .header-top .menu{
    padding-left: 0px;
    margin-bottom: 0px;
}
.menuDesk{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#header {
    background-color: #f7f7f7;
    width: 100%;
    float: left;
}
#index #header {
    background: url('../../images/banner-desktop@3x.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 698px;
    height: auto;
    float: left;
}

/*#header .header-nav .cart-preview .shopping-cart {
    color: #232323;
}
#header .header-nav .cart-preview.active {
    background: none;
}
#header .header-nav .cart-preview span,
#header .header-nav .cart-preview.active i {
    color: #232323;
}*/


#index #wrapper {
    background: none;
    box-shadow: none;
    padding: 0;
}

.blockcart  .header{
    display: flex;
}
.blockcart .header a{
    padding-right: 0px; 
    position: relative;
}
.blockcart .header a i{
width: 7px;
    height: 7px;
    background: #ef4136;
    border-radius: 24px;
    position: absolute;
    bottom: -2px;
    left: 42px;
}
.blockcart  .header img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.blockcart  .header span{
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #282828;
    opacity: 0.8;
    text-transform: uppercase;    
}
#index .blockcart  .header span{
    color: #fff;
}

#header .header-top.scrolled a[data-depth="0"]{
    color: #282828;
    background: transparent;
}
.header-top.scrolled .menuDesk a:hover,
.header-top.scrolled .menuDesk a:focus{
  opacity: 1;
}


#catalog .seeallgifts a{
    margin-bottom: 0px;
}
#fatherchristmas .owl-nav{
    display: none;
}
#fatherchristmas .owl-carousel .owl-dots{
    display: block;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

/*blog page*/
#blog{
    float: left;
    width: 100%;
}
.blogouter{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;  
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 30px 0px 0px;
}
.blogimg{
    max-width: 760px;
    width: 100%;
    min-height: auto;
    height: 100%;
    border-radius: 10px;
}
.blogimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.blogcontent{
    float: left;
    width: 100%;
    max-width: 365px;
}
.blogcontent .dateDisplay{
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    color: #626c84;
    margin-bottom: 14px;
}
.blogcontent h1{
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #282828;
    margin-bottom: 10px;
}
.blogcontent p{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #000000;
}
.blogcontent .btn-redbrown{
    margin-top: 30px;
}
#blog-listing{
    float: left;
    width: 100%;
    padding-bottom: 73px;
}
.blog-post{
    float: left;
    width: 100%;
    margin: 30px 0px;
}
.blog-post img{
    max-width: 560px;
    width: 100%;
    min-height: 309px;
    height: auto;
    object-fit: contain;
    margin-bottom: 24px;
    border-radius: 10px;
}
.blog-post .blogpost-content{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.blog-post .blogpost-content .dateDisplay{
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    color: #626c84;
    margin-bottom: 4px;
}
.blog-post .blogpost-content h3{
    font-family: 'Jellee Roman';
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #282828;
    margin-bottom: 10px;
}
.blog-post .blogpost-content p{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #000000;
}
.mleft-5{
    margin-left: 5px;
}
#blog-listing h2{
    padding-top: 60px;
}
#blog-listing h2{
    font-family: 'Jellee Roman';
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 37px;
    letter-spacing: normal;
    color: #282828;
}
#blog-details{
    float: left;
    width: 100%;
    padding:0 0px 0px;
}

#blog-details .headbread{
    border-bottom: 0px;
    padding: 0px 0px 41px;

}
.blogdetailsouter{
    float: left;
    width: 100%;
    border-bottom:1px solid #d6d6d6;
}
.blogdetailsouter .blogimg img{
    width: 100%;
}
.blogdetailsouter .blogimg{
    max-width: 100%;
}
.blogdetailcontent{
    max-width: 760px;
    width: 100%;
    margin: 30px auto 70px;
}
.bloginfo{
    display: flex;
    flex-direction: row;justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.bloginfo .dateDisplay{
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
}
.blogdetailcontent h1{
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #282828;
    margin-bottom: 10px;
}
.blogdetailcontent p{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 30px;
}
.bloginfo .social-icons{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.bloginfo  .social-icons a{
    display: inline-block;
    margin-left: 10px;
}
.bloginfo  .social-icons a img{
    width: 24px;
}
 #blog .giftbg,
  #blog-details .giftbg,
  #objectif .giftbg,
  #partenaire .giftbg{
display: none;
 }
.cart-overview,
.cart-items {
    float: left;
    width: 100%;
}

.panier-content h2{
    display: none;
}

/*checkout*/
body#checkout section.checkout-step{
    box-shadow:unset;
    background:none;
    border: none;
    padding: 0;
}

body#checkout section.checkout-step.-unreachable,
body#checkout section.checkout-step.-complete {
    display: none;
}

body#checkout section.checkout-step.-complete.js-current-step{
    display: block;
}

body#checkout section.checkout-step .step-title {
    text-transform: unset;
    margin-bottom: 58px;
}
body#checkout section.checkout-step .content{ padding: 0; }
body#checkout section.checkout-step #customer-form{
    float: left;
    width: 100%;
    margin: 0;
}

#cart .donation-label span { position:absolute; top: 0; right: 32px; }
body#checkout section.checkout-step #conditions-to-approve { float: left;
width: 100%; }

#cards-logos { display: none; }

#stripe-card-number,
#stripe-card-expiry,
#stripe-card-cvc { width: 100%; max-width: 100%; margin:5px 0px 30px; height: 40px;  }
.stripe-payment-form .stripe-card-cvc,
.stripe-payment-form .stripe-card-expiry {
    width: 49%;
    max-width: 50%;
    float: left;
}

.stripe-payment-form .stripe-card-expiry.mr-20{
    margin-right: 7px !important;
}
#checkout-payment-step .headbread{
    padding-bottom: 16px;
}
.checkout-step h1{
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    color: #282828;
    margin-bottom: 10px;
}
.donation-amount span{
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: normal;
  color:#ffffff;
  text-align: right;    
}
#checkout .donation-amount span{
    float: left;
    width: 100%;
    max-width: 80px;
}
.form-address .form-control,
#stripe-card-number,
#stripe-card-expiry,
#stripe-card-cvc{
    float: left;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 6px 0px 11px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    background-color: transparent;
    color: rgb(0, 0, 0);
}
.form-control:focus{
    box-shadow: none;   
}
#checkout-personal-information-step .continue,
#payment-confirmation button.btn-redbrown {
    display: none;
}
body#checkout .cart-detailed-actions .btn-big{ width: 100%; }
body#checkout a.btn-grey:hover { color: #626c84; }
#paniersuccess { padding-top: 30px; }
#catalog a.voir{
    display: flex;
    align-items: center;   
    margin-bottom: 60px; 
}
#catalog a.voir > img{
    width: 24px;    
    margin-right: 2px;
} 
#childrentag .headbread {
    border-bottom:0;
}
#childrentag .productcard .pricing {
    justify-content: flex-end;
}
#childrentag .productcard .btn-small {
    width: 100%;
    margin-top: 10px;
}
#childrentag .productcard {
    min-height: 499px;
}
#childrentag .productcard a img{
    width: 100%;
}
#childrentag .block-categories,
#childrentag #search_filters_wrapper {
    display: none;
}
#childrentag .productslist {
    float: left;
    width: auto;
    margin-top: 20px;
}
#childrentag .amount .helptext { margin-bottom: 10px; }
#checkout .donation-amount{
    padding: 30px 30px 30px;
    display: flex;
    border-bottom: 1px solid #905e5e;
    flex-direction: row;
    justify-content: space-between;
}

#checkout .card-block.cart-summary-totals {
    padding: 0;
}
#checkout .donation-total{
        float: left;
    width: 100%;
    padding: 30px 30px 0px;
}
#checkout .card-block.checkout{
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.payment-option label img{
height: 24px;
}
#conditions-to-approve ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
body#checkout .condition-label label {
    text-align: left;
    width: 100%;
}
body#checkout .condition-label label.js-terms a{
color: #6d071a;
margin: 0px 2px;
display: inline-block;
}
#payment-confirmation{
    float: left;
    width: 100%;
    margin-top: 70px;
}
.mobile-tabs{
    float: left;
    width: 100%;
    position: relative;
    min-height: 64px;
    overflow-y: hidden;
}

#paniersuccess .social-sharing li{ box-shadow: none; }
#paniersuccess .social-sharing li a {}
#paniersuccess .social-sharing li a img{ width: 100%; }
#paniersuccess .facebook.icon-gray,
#paniersuccess .facebook::before,
#paniersuccess .twitter.icon-gray,
#paniersuccess .twitter::before,
#paniersuccess .mail.icon-gray,
#paniersuccess .mail::before{ background: none; }

#cart .cart-grid-body > a.label{
    display: flex;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 24px;
  height: 21px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #626c84;    
  margin-top: 23px;
}
#blockcart-modal .cart-content-btn {
    margin-top: 20px;
}
#blockcart-modal {
    margin-top: 40px;
}
#blockcart-modal .modal-header {
    background: #fff;
    display: block;
    margin-top: 0;
}
#blockcart-modal .cart-content p.product-total {
    background-color: #fff;
    padding-top: 10px;
}
#cart .modal { display: none!important; }
#cart .modal-backdrop.in { opacity: 1!important; display: none;}
#cart .modal-open {overflow: visible!important;}
#cart { overflow: visible!important;padding-right:17px!important;} 

#checkout .giftbg{ background: #f7f7f7; }
#payment-confirmation button.btn-gradient{
    display: none;
}
.cart-paypal{
    float: left;
    width: 100%;
        padding: 0px 30px 30px;
        margin-top: 10px;
}
section#csinstagramfeed{ display: none; }
#objectif section#csinstagramfeed{ display: block; }
.cart-paypal div[data-container-express-checkout]{
    margin: 0px !important;
    width: 100% !important;
    float: none !important;
    height: 48px;
    background: #ffc439;
    border-radius: 10px;
    padding: 6px 0px 7px;   
}

#cms .page-content.page-cms p {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
#cms strong {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
#cms .page-content.page-cms {
    background-color: #f7f7f7;
    padding: 1.25rem 0;
}
#cms .page-content.page-cms a{
    display: contents;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
}
#cms {
    background-color: #f7f7f7;
    padding: 0;
}
#cms h1 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 11px;
}
#cms .page-content.page-cms ul{
    list-style: disc;
    margin-left: 43px;
    margin-bottom: 10px;
}

#checkout .js-modal-content  p {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
}
#checkout .js-modal-content strong {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
#checkout .js-modal-content a {
    display: contents;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
}
li.footer-text a{
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #fff;
    float: left;
}
li.footer-text a img{
    float: right;
    padding-top: 4px;
    padding-left: 4px;
    width: auto!important;
}
.mobile-footer-text a{
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #fff;
    right: 11px;
    position: absolute;
    bottom: 10px;
}
.mobile-footer-text a img {
    width: auto;
}
.mobile-footer-text span {
    width: 100%;
    float: right;
    text-align: right;
}
.mobile-box {
    padding:30px;
}
#ba_eu_cookie_law .ba_eu_cookie_law_text {
    font-family: 'Poppins', sans-serif;
}
#ba_eu_cookie_more_info {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    font-weight: 700;
    font-size: 13px;
}
#ba_eu_cookie_accept {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    font-weight: 700;
    font-size: 13px;
}

#header .sponsors-page h1 a {
    float: left;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 5px 15px;
    min-height: 100px;
}
#header .sponsors-page h1 a.beforescroll {
    display: flex;
    align-items: center;
}

#header .sponsors-page.scrolled h1 a.beforescroll {
 display: none;
 min-height: auto;
}
#header .sponsors-page.scrolled h1 a.afterscroll {
  min-height: auto;
}

#header .logo{ 
    vertical-align: middle;
}

.brand-logo {
    margin-right: 10px;
}
img.brand-logo {
    border-right: 2px solid #721A1A;
    padding-right: 8px;
}

@media (min-width: 768px) {
  .header-top .menuDesk a {
    padding: 0 7px;
  }
  .brand-logo {
    margin-right: 8px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .header-top .menuDesk a {
    padding: 0 10px;
  }
  .brand-logo {
    margin-right: 8px;
  }
}

@media (max-width: 767px) and (min-width: 400px) {
    .header-top .w-100 {
      width: 25% !important;
    }
}

.header-banner h2 {
    font-family: 'Jellee Roman';
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
    color: #fff;
    margin: 25px 0 10px;
}
