#Christmas {}

#Christmas .padd-0 {
    padding-top: 0;
}

#Christmas .banner {
    position: relative;
}

#Christmas .banner .cssItemImg {
    width: 100%;
    height: 100%;
    display: block;
}

#Christmas .banner .imgCtrXmas {
    content: "";
}

#Christmas .banner .imgCtrXmas::after {
    content: "";
    height: calc(100vh - 215px);
    width: 100%;
    display: block;
    background: #2378a0;
    background: -moz-linear-gradient(90deg, #ab4c4c 0%, #1b9cd9 100%);
    background: -webkit-linear-gradient(90deg, #ab4c4c 0%, #1b9cd9 100%);
    background: linear-gradient(135deg, #ab4c4c 0%, #1b9cd9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab4c4c', endColorstr='#1b9cd9', GradientType=1);
    mix-blend-mode: hard-light;
    opacity: 0.7;
}

#Christmas .banner .xmasBannerText {
    width: 100%;
    position: absolute;
    z-index: 10;
}

#Christmas .banner .xmasBannerText h1 {
    font-size: 20em;
    color: transparent;
    -webkit-text-stroke: 3px #fefefe;
}


#Christmas .xmasTime h3 {
    margin: 0 0 32px 0;
}

#Christmas .xmasTime div h5 {
    font-family: 'citrfontreg';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

#Christmas .xmasTime div p {}

#Christmas .xmasTime div p sup {
    font-size: 12px;
    position: relative;
    top: -1em;
    right: -0.2em;
}

#Christmas .xmasTime[data-cutoffdate="1"] {
    display:none;
}

#Christmas .xmasTime[data-cutoffdate="2"] .cut-off[data-cutoff="2"],
#Christmas .xmasTime[data-cutoffdate="2"] .cut-off[data-cutoff="3"] {
    display: none;
}

#Christmas .xmasTime[data-cutoffdate="3"] .cut-off[data-cutoff="3"] {
    display: none;
}

#Christmas .xmasTime dl {
    flex-flow: row wrap;
    position: relative;
    overflow: hidden;
}

#Christmas .xmasTime dl dt,
#Christmas .xmasTime dl dd {
    flex-basis: 50%;
    z-index: 1;
}

#Christmas .xmasTime dl dt:before {
    content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  ";
    position: absolute;
    z-index: -1;
    color: #dbdbdb;
}

#Christmas .xmasTime dl dt {
    text-align: left;
}

#Christmas .xmasTime dl dd {
    text-align: right;
    font-family: 'citrfontbold';
    letter-spacing: 2px;
    font-size: 18px;
}

#Christmas .xmasText {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#Christmas .xmasText p:first-child {
    font-size: 3em;
    line-height: 125%;
    margin: 0 0 16px 0;
    font-family: 'citrfontbold' !important;
}

#Christmas .grid-xmas {}

#Christmas .grid-xmas>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    grid-gap: 32px;
}

#Christmas .grid-xmas>div a {
    overflow: hidden;
    position: relative;
}

#Christmas .grid-xmas>div a div.bannerTxtCtr {
    justify-content: flex-end;
}

#Christmas .grid-xmas>div a div.bannerTxtCtr>span {
    background: none;
    padding: 0;
}

#Christmas .grid-xmas>div a div.bannerTxtCtr>span.bannerTitle {
    font-size: 3em;
    line-height: 125%;
}

#Christmas .grid-xmas>div a div.bannerTxtCtr>span.bannerDesc {
    letter-spacing: 4px;
    margin-bottom: auto;
}

#Christmas .grid-xmas>div a div.bannerTxtCtr>span.bannerView {
    padding: 12px 32px;
    font-family: 'citrfontbold';
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
}

#Christmas .grid-xmas>div a:hover div.bannerTxtCtr>span.bannerView {
    background: #007CEE;
    border-color: #007CEE;
}

#Christmas .grid-xmas>div a div.photo {}

#Christmas .grid-xmas>div a div.photo>div {}

#Christmas .grid-xmas>div a div.photo>div::after {
    content: "";
    padding-bottom: 150%;
    opacity: 0;
    background: #2378a0;
    background: -moz-linear-gradient(90deg, #ab4c4c 0%, #1b9cd9 100%);
    background: -webkit-linear-gradient(90deg, #ab4c4c 0%, #1b9cd9 100%);
    background: linear-gradient(135deg, #ab4c4c 0%, #1b9cd9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab4c4c', endColorstr='#1b9cd9', GradientType=1);
    mix-blend-mode: hard-light;
}

#Christmas .grid-xmas>div a:hover div.photo>div::after {
    content: "";
    padding-bottom: 150%;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#Christmas .xmasGifts {}

#Christmas .xmasGifts>div {
    background: #fff;
    padding: 0;
    text-align: center;
}

#Christmas .xmasGifts>div h2,
#Christmas .xmasGifts>div p {
    display: none;
}

#Christmas .xmasGifts>div>a {
    right: 0;
    border: none;
    background: red;
    color: #fff;
    padding: 10px 15px !important;
    border-radius: 2px;
    margin: 0;
    font-family: 'citrfontbold';
    letter-spacing: 0.5px;
    display: none;
}

#Christmas .xmasGifts>div ul.slides>li {
    margin-right: 16px;
    max-width: 500px;
}

#Christmas .xmasGifts>div a.item-repeater-info {
    text-align: left;
}

#Christmas .xmasGifts>div .item-repeater-info-name {
    font-size: smaller;
    color: #2e3236;
    padding-bottom: 8px;
}

#Christmas .xmasGifts>div .nowPrice-repeater,
#Christmas .xmasGifts>div .standardPrice-repeater {
    font-size: small;
}

#Christmas .xmasGifts>div ul {
    padding: 0;
    display: flex;
}

#Christmas .xmasGifts>div ul.slides>li .fafSalePR .standardPrice-repeater {
    color: #707070;
    font-family: 'citrfontreg';
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    border-left: 1px solid #dadada;
}

#Christmas .xmasGifts>div ul.slides>li .fafSalePR .nowPrice-repeater {
    color: #ff4242;
}

#Christmas .xmasGifts>div [id*="lblDiscounttext"] {
    display: none;
}

#Christmas .xmasGifts>div .pricingRepeater {
    border-bottom: 1px solid #eee;
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
}

#Christmas .xmasGifts .flex-direction-nav {
    display: none;
}

#Christmas .xmasGifts ol.flex-control-nav {
    text-align: center;
    margin: 16px 0 0 0;
}

#Christmas .xmasGifts .flex-control-nav li {
    display: inline-block;
    margin: 8px 4px 0 4px;
}

#Christmas .xmasGifts .flex-control-nav li a {
    width: 12px;
    height: 12px;
    display: block;
    background: none;
    background: rgba(188, 178, 169, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

#Christmas .xmasGifts .flex-control-nav li a.active {
    background: #6280A8;
    background: rgba(98, 128, 168, 0.8);
}

#Christmas .xmasGifts .flex-control-nav li a:hover {
    background: #333;
    background: rgb(72, 77, 84);
}

#Christmas .xmasGifts .flex-control-nav li a.flex-active {
    background: #009ddc;
    cursor: default;
}


@media screen and (max-width: 1024px) {
    #Christmas .banner .xmasBannerText h1 {font-size: 10em;-webkit-text-stroke: 1px #fefefe;}
    #Christmas .col-4 {width: 40%;}
    #Christmas .col-75p {width: 60%;}
    #Christmas .grid-xmas>div {grid-template-columns: repeat(2, 1fr);}
    #Christmas .xmasText {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
}

@media screen and (max-width: 768px) {
    #Christmas .col-4,
    #Christmas .col-75p {width: 100%;}
    #Christmas .col-75p {border-bottom: 1px solid #dfdfdf;}
    #Christmas .xmasWrap {flex-direction: column-reverse;}
    #Christmas .xmasText.hmColumns {padding: 0 32px 32px 32px !important;}
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    #Christmas .col-4 > .col-1 {width: 50%; border: none;}
}

@media screen and (max-width: 600px) {
   #Christmas .banner .xmasBannerText h1 {font-size: 5em;}
   #Christmas .grid-xmas>div {grid-template-columns: repeat(1, 1fr);}
   #Christmas .grid-xmas>div a div.photo>div::after,
   #Christmas .grid-xmas>div a:hover div.photo>div::after {padding-bottom: 100%;}
}
