.xg23__kit-link {
	width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
}

.xg23__seo__inner p {
	margin-bottom: 20px;
}


@font-face {
    font-family: 'manus';
    src: url('/assets/css/fonts/manus-webfont.woff2') format('woff2'),
         url('/assets/css/fonts/manus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.xg23 {
	width: 100%;
	box-sizing: border-box;
}

.xg23 * {
	box-sizing: inherit;
}

.xg23-btn {
    height: 50px;
    min-width: 180px;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    background-color: #65621F;
    text-decoration: none;
    transition: .2s all;
}

.xg23-btn:hover,
.xg23-btn:focus {
    background-color: #000;
}

.xg23__slick-arrow {
	position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    font-size: 28px;
    color: #707070;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s all;
    z-index: 10;
    background-color: #fff;
}

.xg23__slick-arrow.slick-prev {
	right: auto;
	left: 0;
}

.xg23__banner {
    position: relative;
    min-height: 520px;
    margin: 0 0 30px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

.xg23__banner_left{
    background-image: url('/images/christmas2023/XG-header.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80%;
    min-height: 520px;
}

.xg23__banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.xg23__banner__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 330px;
    text-align: left;
    margin: 40px 0 0 40px;
}

.xg23__banner__subheading {
    font-size: 45px;
    line-height: 50px;
    margin: 0;
}

.xg23__banner__heading{
    font-family: 'manus';
    font-size: 60px;
    color: inherit;
    line-height: 1;
    margin: 0 0 25px;
}

.xg23__banner__copy {
    width: 215px;
    font-size: 18px;
	margin: 1em 0;
}

.xg23__banner_right{
    width: 20%;
    min-height: 520px;
}

.xg23__header__nav{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    height: 520px;
    padding-left: 15px;
}

.xg23__header__nav__item{
    position: relative;
    min-height: 115px;
    color: #FFF;
    font-size: 20px;
    padding: 15px;
    text-decoration: none;
}

.xg23__nav__item__icon{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.xg23__nav__item1{
    background-color: #65621F;
}
.xg23__nav__item2{
    background-color: #A06C24;
}
.xg23__nav__item3{
    background-color: #65621F;
}
.xg23__nav__item4{
    background-color: #A06C24;
}

.xg23__download__banner__heading {
    font-family: 'manus';
    font-size: 50px;
    color: inherit;
    line-height: 1;
    margin: 0 0 0 50px;
}

.xg23__download__banner{
    position: relative;
    min-height: 115px;
    margin: 0 0 30px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

.xg23__download__banner__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: left;
	/*text-align: center;*/
}

.xg23__download__banner__cta{
    color: #FFF;
    border: 1px solid #FFF;
    padding: 10px 30px 10px 10px;
    text-decoration: none;
    position: absolute;
    right: 50px;
    top: 0;
}

.xg23__download__banner__cta i{
    margin-left: 20px;
}

.xg23__tiles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.xg23__tiles__heading {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    font-size: 35px;
    color: #9A6522;
    line-height: 1.15;
}

.xg23__tiles__group {
    width: calc(100% + 16px);
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

.xg23__tile {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
    position: relative;
    text-decoration: none;
    color: #fff;
    background-color: #9A6522;
}

.xg23__tile__bg {
    width: 100%;
    height: auto;
    display: block;
}

.xg23__tile__overlay {
    position: relative;
    padding: 25px;
}

.xg23__tile__title {
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 1.2;
}

.xg23__slider__sorted .xg23__tile__title{
    color: #A06C24;
    text-align: center;
    font-size: 20px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.xg23__slider__sorted .xg23__tile__overlay{
     padding: 15px;
    height: 80px;
    display: table;
    margin: auto;
    width: 100%;
}

.xg23__tile__cta {
    font-size: 20px;
    margin: 0;
    display: inline-block;
}

.xg23__tile__cta i {
    margin-left: 15px;
    position: relative;
    left: 0;
    transition: .2s all;
}

.xg23__tile:hover .xg23__tile__cta i,
.xg23__tile:focus .xg23__tile__cta i {
    left: 15px;
}

.xg23__tiles__btn {
    width: 100%;
    height: 58px;
    background-image: url('/images/christmas2023/HOUSE-CREATIVE-COOKSON-GOLD-XMAS-20235113.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    line-height: 58px;
    font-size: 20px;
    text-decoration: none;
}

.xg23__tiles__btn i{
    margin-left: 15px;
    position: relative;
    left: 0;
    transition: .2s all;
}

.xg23__tiles__btn:hover i,
.xg23__tiles__btn:focus i{
    left: 15px;
}

.xg23__sorted__btn{
    margin-top: 15px;
    background-image: url('/images/christmas2023/HOUSE-CREATIVE-COOKSON-GOLD-XMAS-20235004.jpg');
}

.xg23__tiles--green .xg23__tiles__heading {
    color: #65621F;
}

.xg23__tiles--green .xg23__tile {
    background-color: #65621F;
}

.xg23__tiles--white .xg23__tile {
    background-color: #FFF;
}

.xg23__tiles--white .xg23__tile__title{
    color: #A06C24;
    text-align: center;
    font-size: 20px;
    /*font-weight: 100;*/
	font-weight: normal;
}

.xg23__videos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.xg23__videos__heading {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    font-size: 35px;
    color: #9A6522;
    line-height: 1.15;
}

.xg23__videos__carousel {
    width: calc(100% + 16px);
    margin: 15px -8px;
}

.xg23__videos__carousel .xg23__slick-arrow {
    top: 38%;
    right: -32px;
}

.xg23__videos__carousel .xg23__slick-arrow.slick-prev {
    right: auto;
    left: -32px;
}

.xg23__video {
    width: 33.333%;
    padding: 0 8px;
}

.xg23__video__drop {
    background: white; 
    filter: drop-shadow(0px 4px 8px #bababa);
}
.xg23__video__thumb {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
}

.xg23__video__thumb:hover i,
.xg23__video__thumb:focus i {
    opacity: 1;
}

.xg23__video__thumb__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.xg23__video__thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    z-index: 2;
    opacity: .7;
    transition: .2s all;
}

.xg23__videos__btn {
    display: block;
    margin: 10px auto 0;
}

.xg23__video p {
    margin: 0 0 10px;
    text-align: center;
    min-height: 60px;
}

.xg23__video__cta{
    height: 50px;
    width: 100%;
    line-height: 50px;
    background-color: #9A6522;
    color: #fff;
    text-align: center;
}
.xg23__video__cta a{
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.xg23__video__cta a:hover{
    color: #fff;
    text-decoration: underline;
}

.xg23__kits {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

.xg23__kits__main {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
    padding: 40px 30px 80px;
    position: relative;
    color: #fff;
/*    min-height: 430px;*/
    line-height: 1.45;
}

.xg23__kits__main * {
    position: relative;
    z-index: 2;
}

.xg23__kits__main__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.xg23__kits__main__heading {
    font-size: 35px;
    color: inherit;
    margin: 0 0 25px;
    line-height: 1.15;
    width: 90%;
}

.xg23__kits__main__subheading {
    color: inherit;
    font-size: 18px;
    margin: 0;
}

.xg23__kits__main__link {
    position: absolute;
    bottom: 40px;
    left: 30px;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
}

.xg23__kits__main__link i {
    margin-left: 15px;
    position: relative;
    left: 0;
    transition: .2s all;
}

.xg23__kits__main__link:hover i,
.xg23__kits__main__link:focus i {
    left: 15px;
}


.xg23__kit {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
    /* padding: 10px; */
    background-color: #F7F7F7;
    font-size: 18px;
    color: #000;
    line-height: 1.45;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: center;
}

.xg23__kit__img {
    width: 100%;
    height: auto;
    display: block;
}

.xg23__kit__discount {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background-color: #CA9853;
    line-height: 1.2;
    border-radius: 50%;
    pointer-events: none;
}
.xg23__kit__info{
    width: 100%;
    text-align: center;
    /*min-height: 105px;*/
}
.xg23__kit__title {
    margin: 8px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 54px;
	padding: 0 15px;
}

.xg23__kit__price {
    font-size: 20px;
    line-height: 50px;
    margin: 0;
}

.xg23__kit__btn {
    width: 100%;
    min-width: 0;
    bottom: 0;
    position: relative;
	z-index: 4;
}

.xg23__footer {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 50px;
    min-height: 605px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.xg23__footer__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}

.xg23__footer__heading {
    text-align: center;
    margin: 0 0 90px;
    color: #CA9853!important;
    position: relative;
    z-index: 2;
    font-weight: normal!important;
}

.xg23__footer__cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 0 0 90px;
}

.xg23__footer__col {
    width: 30%;
    padding: 0 90px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 1.45;
    font-weight: normal!important;
}

.xg23__footer__col p {
    margin: 0;
}

.xg23__footer__col i {
    font-size: 40px;
    margin: 0 0 10px;
}

.xg23__seo {
    background-color: #65621F;
    color: #fff;
    padding: 30px;
    width: 100%;
    margin: 0 0 20px;
}

.xg23__seo__inner {
    max-width: 840px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
}

.xg23__seo__inner h1,
.xg23__seo__inner h2,
.xg23__seo__inner h3,
.xg23__seo__inner h4,
.xg23__seo__inner h5,
.xg23__seo__inner h6 {
    font-size: 22px!important;
    margin: 20px 0!important;
}

.xg23__sub__menu{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.xg23 .subMenu{
    display: flex;
    align-items: center;
    border: 1px solid #A06C24;
    color: #A06C24;
    padding: 10px;
    width: 15%;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    text-decoration: none;
    height: 50px;
}

.xg23 .subMenu a{
    display: block;
    text-decoration: none;
}

.xg23__header__main__link {
    position: relative;
    padding: 10px 30px 10px; 
    top: 10px;
    font-size: 20px;
    text-decoration: none;
    color: white;
    background-color: #9A6522;
}

.xg23__header__main__link i {
    margin-left: 15px;
    position: relative;
    left: 0;
    transition: .2s all;
}

.xg23__header__main__link:hover i,
.xg23__header__main__link:focus i {
    left: 15px;
}

@media only screen and (max-width: 1300px) {

	.xg23__banner {
        padding: 45px 30px;
    }

    .xg23__tile__overlay {
        padding: 25px 15px;
    }

    .xg23__tile__title {
        font-size: 26px;
    }

    .xg23__kits__main {
        padding: 40px 15px 80px;
    }

    .xg23__kits__main__link {
        left: 15px;
    }

    .xg23__kits__main__heading {
        width: 100%;
    }

    .xg23__kit__btn {
        padding: 0 10px;
    }

    .xg23__footer__col {
        padding: 0 30px;
    }

    .xg23__footer {
        min-height: 500px;
    }

    .xg23__videos__carousel .xg23__slick-arrow {
        right: 8px;
        top: 33%;
    }

    .xg23__videos__carousel .xg23__slick-arrow.slick-prev {
        right: auto;
        left: 8px;
    }
}

@media only screen and (max-width: 1100px) {

    .xg23__banner__bg {
        object-position: left;
    }

    .xg23__tile__title {
        font-size: 19px;
    }

    .xg23__tile__cta {
        font-size: 18px;
    }

    .xg23__kits__main {
        padding: 25px 15px 65px;
    }

    .xg23__kits__main__heading {
        font-size: 30px;
    }

    .xg23__kits__main__link {
        bottom: 25px;
        font-size: 18px;
    }

    .xg23__kit__price {
        line-height: 1.45;
        max-width: 100%;
        margin: 0 0 10px;
    }

    .xg23__kit__btn {
        width: 100%;
    }

    .xg23__footer {
        padding: 50px 30px;
    }

}

@media only screen and (max-width: 850px) {

	.xg23__footer {
        padding: 50px 0;
        min-height: 400px;
    }

    .xg23__footer__col {
        padding: 0 15px;
    }

    .xg23__banner {
        justify-content: center;
    }

    .xg23__tile {
        width: calc(50% - 16px);
    }

    .xg23__kits__main {
        width: 100%;
    }

    .xg23__kit {
        width: calc(33.333% - 16px);
    }

    .xg23__kit__discount {
        width: 60px;
        height: 60px;
        font-size: 15px;
    }

    .xg23__download__banner__cta{
        display: none;
    }

    .xg23__sub__menu{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .xg23 .subMenu{
        width: 45%;
        margin: 10px 0;
        
    }

    .xg23__banner {
        padding: 0;
        margin: 0;
        display: block;
    }

    .xg23__banner_left, .xg23__banner_right{
        width: 100%;
        display: block;
        min-height: auto;
    }

    .xg23__banner_left{
        min-height: auto;
        background-size: cover;
        background-position: left;
        padding-bottom: 20px;
    }
    
    .xg23__header__nav{
        padding: 15px;
    }

    .xg23__header__nav{
        display: flex;
        flex-direction: unset;
        justify-content: space-between;
        height: auto;
        flex-wrap: wrap;
        align-content: flex-end;
        margin-top: 20px;
    }

    .xg23__tiles {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
    }

    .xg23__header__nav__item{
        width: 48%;
        margin-bottom: 20px;
    }
    .xg23__banner__inner {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 330px;
        text-align: left;
        margin: 0;
        padding: 20px;
    }

    .xg23__banner__subheading{
        font-size: 35px;
    }

    .xg23__banner__heading {
        font-family: 'manus';
        font-size: 40px;
        color: inherit;
        line-height: 1;
        margin: 10px 0 0 0;
    }

    .xg23__banner__copy {
        width: 195px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
	
	.xg23__download__banner__heading {
		font-size: 40px;
		margin: 0;
		/*text-align: center;*/
	}
	
	.xg23__download__banner {
		min-height: 0;
		padding: 20px;
	}
	
	.xg23__video {
        width: 100%;
    }

    .xg23__footer {
        padding: 50px 0;
    }

    .xg23__footer__heading {
        padding: 0 15px;
    }

    .xg23__footer__col {
        width: 40%;
        margin-bottom: 30px;
    }

    .xg23__footer__heading {
        margin: 0 0 60px;
    }

    .xg23__footer__col,
    .xg23__footer__col .h3 {
        font-size: 16px!important;
    }

    .xg23__seo {
        padding: 30px 15px;
    }

    .xg23__kits {
        width: 100%;
        margin: 0;
    }
	
	.xg23__kit__title {
		min-height: 39px;
		padding: 0 5px;
	}

    .xg23__kits__main {
        margin: 0 0 16px;
    }

    .xg23__kit {
        /*width: 100%;*/
        /*margin: 0 0 16px;*/
		width: calc(50% - 5px);
		margin: 0 2px 10px;
		font-size: 13px;
    }
}