/* Previous Homepage Fixes */
.ideacat h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.ideacat .headname, .ourserv .headname {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    font-size: 100%;
}


.ideacat p, .ourserv p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 6em;
    font-size: 0.8em;
}


.ourserv h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.tlhm {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #C8C8C8;
    line-height: 0.1em;
    font-weight: bold;
}

.tlhm h1, .tlhm h2, .tlhm strong{
    background: #fff;
    padding: 0 25px;
    font-size: 100%;
    line-height: 0.1em;
    display: inline;
	font-weight:bold;
}

.tlhm a {
    color: grey;
}

.ftblk a {
	color:#444;
	text-decoration: none !important;
}

.footer_link {
	color:#444;
	text-decoration:none;
}

.footer_link:hover {
	text-decoration:underline;
}

.seoblk p {
	margin: 0 0 3% 0;
	font-size:90%;
}

.seoblk h3, .seoblk h2 {
	margin: 0 0 3% 0;
	font-size:100%;
}

@media only screen and (max-width: 850px) { 
	
	.tlhm, .carousel_title {
		border-bottom: 0px solid #C8C8C8 !important;
	}
	
	.tlhm h1, .tlhm h2, .tlhm strong {
		padding: 0;
		line-height:1.1em;
	}
	
	.hidemob {
		height:5px;
	}
	
	.col.span_1_of_3.bggrey {
		width: 32%;
		margin: 0.5%;
	}
}

@media only screen and (max-width: 650px) { 
	.col.span_1_of_3.bggrey {
		width: 100%;
	}
}

/* New Homepage Blocks */

/* Featured Blocks */

.cg22__featblocks {
	display: inline-block;
	/*flex-wrap: wrap;*/
	width: calc(100% + 22px);
	/*margin: 45px -11px 36px;*/
	/*margin: 0 -11px 36px;*/
	margin: 0 -11px 0;
}

.cg22__featblock {
	display: inline-block;
	float: left;
	margin: 11px;
	background-color: #E4E4E4;
	position: relative;
}

.cg22__featblock img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cg22__featblock.block--square:before {
	content: '';
	display: block;
	padding-top: 87.4%;
	width: 100%;
}

.cg22__featblock.block--square.block--25:before {
	padding-top: 87%;
}

.cg22__featblock.block--rect:before {
	content: '';
	display: block;
	padding-top: calc(42.7% - 5.5px);
	width: 100%;
}

.cg22__featblock.block--50 {
	width: calc(50% - 22px);
}

.cg22__featblock.block--33 {
	width: calc(33.333% - 22px);
}

.cg22__featblock.block--25 {
	width: calc(25% - 22px);
}

/* Button Banner  */

.cg22__btn-banner {
	min-height: 210px;
	/*min-height: 310px;*/
	display: flex;
	align-items: center;
	/*width: 100%;*/
	position: relative;
	padding: 30px;
	/*margin:  45px 0;*/
	margin: 0 0 45px 0;
}

.cg22__btn-banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.cg22__btn-banner .inner {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.cg22__btn-banner__copy {
	margin: 0 10px;	
}

.cg22__btn-banner .inner:nth-child(1) {
	margin-top: 0;
}

.cg22__btn-banner .inner:nth-last-child(1) {
	margin-bottom: 0;
}

.cg22__btn-banner__heading {
	/*font-size: 50px;*/
	font-size:  40px;
	font-weight: bold;
	line-height: 1.1;
	/*margin: 0 0 20px;*/
	margin: 0 10px 20px;
}

.cg22__btn-banner__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0;
}

.cg22__btn-banner__buttons a {
	margin: 20px 8px;
	min-width: 180px;
	height: 50px;
	padding: 0 25px;
	border: none;
	background-color: #b18648
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 0;
	transition: .2s all;
}

.cg22__btn-banner__buttons a:hover,
.cg22__btn-banner__buttons a:focus {
	background-color: #2c2e2f;
	text-decoration: none;
}

/* Product rows */

.cg22__row-products {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 18px);
	margin-left: -9px;
	margin-right: -9px;
	justify-content: center;
	padding: 15px 0 15px;
}

.cg22__row-product {
	padding: 0 9px;
	/*width: 25%;*/
	width: 22%;
	text-align: center;
	font-size: 16px;
	margin: 0 0 30px;
	color: #000;
}

.cg22__row-products.cg22__row-3 .cg22__row-product {
	/*width: 29%;*/
	width: 25%;
	padding: 0 23px;
}

.cg22__row-products.cg22__row-2 .cg22__row-product {
	/*width: 39%;*/
	width: 30%;
	padding: 0 50px;
}

.cg22__row-product__img {
	width: 100%;
	margin: 0 0 10px;
}

.cg22__row-product__mh {
	padding: 0 30px;
	margin: 0 0 20px;
}

.cg22__row-product__heading {
	font-weight: bold;
	margin: 0 0 5px;
	min-height: 50px;
}

.cg22__row-product__price {
	margin: 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cg22__row-product__btn {
	display: inline-block;
	width: 100%;
	max-width: 340px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #000;
	text-align: center;
	/*padding: 0 20px;*/
	font-size: 20px;
	color: #000;
	transition: .2s all;
	margin: 0;
}

.cg22__row-product__btn:hover,
.cg22__row-product__btn:focus {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

.cg22__slim-banner {
	/*height: 150px;*/
	/*width: 100%;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px 50px;
	margin: 45px 0;
}

.cg22__slim-banner.slim-banner--3D {
	background-color: #E2EFF7;
	background-image: url('/images/banners/3D-banner-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 150%;
}

.cg22__slim-banner__left {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.cg22__slim-banner__right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
}

.cg22__slim-banner__heading {
	font-size: 50px;
	margin: 0 0 5px;
	font-weight: bold;
	color: #314C89;
	line-height: 1.1;
	width: 100%;
}

.cg22__slim-banner__subheading {
	font-size: 20px;
	margin: 0;
	color: #314C89;
	width: 100%;
}

.cg22__slim-banner__right a {
	font-size: 20px;
	display: inline-block;
	text-decoration: underline;
	color: #314C89;
}

.cg22__slim-banner__right a:hover,
.cg22__slim-banner__right a:focus {
	text-decoration: none;
}

.span_1_of_6-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}

.span_1_of_6-title a {
	color: inherit;
	text-decoration: none;
}

.serv_boxes a {
	color: #fff;	
}

.serv_boxes_copy {
	text-decoration: none;	
}

@media only screen and (max-width: 1200px) {
	
	.span_1_of_6-title {
		font-size: 0.8em;
	}	
}

@media only screen and (max-width: 1100px) { 

	.cg22__row-product__mh {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 850px) {
	
	.span_1_of_6-title {
		font-size: 0.9em;
		height: 60px;
		-webkit-line-clamp: 3;
	}	
}

@media only screen and (max-width: 840px) {  

	.cg22__btn-banner__heading {
		font-size: 40px;
	}

	.cg22__btn-banner__buttons a {
		min-width: 150px;
		font-size: 16px;
		line-height: 40px;
		height: 40px;
		margin: 15px 5px;
		padding: 0 20px;
	}

	.cg22__row-product__btn {
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}

	.cg22__row-product__mh {
		padding: 0;
	}
}

@media only screen and (max-width: 700px) {

	.cg22__btn-banner__buttons a {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 600px) { 

	.cg22__featblock {
		margin: 6px;
	}

	.cg22__featblock.block--25 {
		width: calc(50% - 12px);
	}

	.cg22__featblock.block--50 {
		width: calc(100% - 12px);
	}

	.cg22__btn-banner {
		padding: 30px 15px;
	}

	.cg22__btn-banner .inner {
		font-size: 16px;
	}

	.cg22__btn-banner__heading {
		font-size: 30px;
	}

	.cg22__btn-banner__buttons {
		justify-content: space-evenly;
		margin: 20px 0 0;
	}

	.cg22__btn-banner__buttons a {
		min-width: 0;
		width: calc(40% - 10px);
		margin: 0 0 10px;
	}

	.cg22__row-product,
	.cg22__row-products.cg22__row-3 .cg22__row-product,
	.cg22__row-products.cg22__row-2 .cg22__row-product {
		/*width: 50%;*/
		width: 45%;
		padding: 0 9px;
	}

	.cg22__slim-banner {
		height: auto;
		padding: 25px;
	}

	.cg22__slim-banner__left,
	.cg22__slim-banner__right {
		width: 100%;
	}

	.cg22__slim-banner__heading {
		font-size: 35px;
	}

	.cg22__slim-banner__subheading {
		margin: 0 0 30px;
		font-size: 18px;
	}

	.cg22__slim-banner.slim-banner--3D {
		background-size: contain;
	}
} 

@media only screen and (max-width: 480px) {
	
	.cg22__btn-banner__buttons a {
		width: calc(45% - 5px);
		font-size: 14px;
		padding: 0 5px;
	}
}

/*Bullion Blocks*/

    .bb-6-block{
        width: 100%;
        margin: 30px auto;
    }
	
	.bb-cta {
    text-decoration: none;
}

    .bb-block {
    text-decoration: none;
}
    .bb-holder{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .bb-block{
        width: 15%;
        height: 100%;
        position: relative;
    }
    .bb-block .image-holder{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .bb-block .image-holder img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .bb-block .bb-cta{
        color: #fff !important;
        font-size:13px;
        margin-top: 20px;
		background-color: #17407c;
        padding: 5px 12px;
		border-radius: 18px;
    }
    .bb-block:hover{
        text-decoration: none;
    }

  .bb-block .bb-cta i{
        position: absolute;
        right: 13px;
        bottom: 10px;
        transition: 0.4s;
}
    .bb-block:hover .bb-cta i{
        transform: translateX(5px);
    }
    .bb-block .title{
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .darken {
        filter: brightness(80%);
    }

    @media screen and (max-width: 1100px){
        .bb-holder{
            justify-content: space-around;
        }
        .bb-block{
            width: calc(30% - 20px);
            margin-bottom: 30px;
        }
    }

    @media screen and (max-width: 900px){
        
    }

	@media screen and (max-width: 600px){
		.bb-block{
            width: calc(50% - 20px);
        }
	}

    @media screen and (max-width: 340px){
		.bb-block{
            width: 100%;
        }
	}

/*Ribbon Blocks*/

.ribbon * {
	
	box-sizing: border-box;
}


.ribbon {
        /*width: 100%;*/
        display: flex;
        justify-content: center;
        align-items: center;
   }
   
 .ribbon-title-img {
  width: 100%;
  max-width: 300px;
  height: 170px;
  display: block;
  margin: 0 auto;
}

.ribbon-title-img-2 {
  width: 100%;
  max-width: 300px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
   .ribbon.large{
        /*min-height: 200px;*/
        padding: 30px;
   }

   .ribbon.large.yellow{
        background-color: #FFB52F;
        color: #000;
		margin-bottom: 30px;
   }
   
   .ribbon.horzontal.large.red{
        background-color: #b71918;
        color: #000;
   }
   .ribbon.large.blue{
        background-color: #314C89;
        color: #FFF;
		margin-bottom: 30px;
		max-height: 150px;
   }
   .ribbon .ribbon-dotted{
        width: 100%;
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='16' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
   }
   
.ribbon.horzontal.large.red.ribbon-sale-red .ribbon-dotted {
        width: 100%;
        min-height: 100px;
        align-items: center;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23FFFFFF' stroke-width='4' stroke-dasharray='16' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

   
   .ribbon .ribbon-content{
        width: 100%;
        height: 100%;
        text-align: center;
   }
   .ribbon .ribbon-content h2{
        font-size: 55px;
        margin-bottom: 10px;
   }
    .ribbon .ribbon-content p{
          font-size: 16px;
          margin-bottom: 20px;
    }
    .ribbon .ribbon-content .cta{
        padding: 10px 20px;
        background-color: #FFF;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        transition: 0.4s;
        width: 180px;
        display: inline-block;
		margin-bottom: 10px;
    }
	
	.ribbon horzontal large blue .cta{
        padding: 10px 20px;
        background-color: #fbba00;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        transition: 0.4s;
        width: 180px;
        display: inline-block;
		margin-bottom: 10px;
    }
    .ribbon .ribbon-content .cta:hover{
        background-color: #000;
        color: #FFF;
    }
    .ribbon .ribbon-content .cta.blue{
        padding: 10px 20px;
        background-color: #314C89;
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        transition: 0.4s;
        width: 180px;
    }
    .ribbon .ribbon-content .cta.blue:hover{
        background-color: #FFF;
        color: #314C89;
    }
    .ribbon.small.blue{
        min-height: 150px;
        background-color: #314C89;
        color: #FFF;
		margin-bottom: 30px;
    }
    .ribbon .ribbon-content.split{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ribbon .ribbon-content.split .ribbon-lg{
        font-size: 40px;
        font-weight: bold;
    }
    .ribbon .ribbon-content.split .info-section{
        width: 40%;
        align-self: stretch;
        text-align: left;
        padding: 30px;
        line-height: 20px;
    }
    .ribbon .ribbon-content.split .ribbon-img-holder{
        background-image: url("/images/banners/RB-ribbon-img-1.jpg");
        background-size: cover;
        background-position: right;
        width: 40%;
        align-self: stretch;
    }
    .ribbon .ribbon-content.split img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ribbon .ribbon-content.split .ribbon-cta{
        width: 20%;
        align-self: stretch;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ribbon .ribbon-content.split .ribbon-cta.with-background{
        background-image: url("/images/banners/RB-ribbon-img-2.jpg");
        background-size: cover;
        background-position: center;
        width: 20%;
        align-self: stretch;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ribbon .ribbon-content.split .ribbon-percent{
        width: 30%;
        align-self: stretch;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: -20px;
    }
    .ribbon .ribbon-content.split .ribbon-percent .upto{
        font-size: 20px;
        margin-left: -60px;
        
    }
    .ribbon .ribbon-content.split .ribbon-percent .percent-section{
        display: flex;
        align-items: center;
    }
    .ribbon .ribbon-content.split .ribbon-percent .percent-section .percent{
        font-size: 100px;
        font-weight: bold;
        line-height: 60px;
    }
    .ribbon .ribbon-content.split .ribbon-percent .percent-section .off{
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        text-align: left;
    }
    .ribbon .ribbon-content.split .ribbon-percent .percent-section .off span{
        font-size: 50px;
    }

    @media screen and (max-width: 1100px){
        
    }

    @media screen and (max-width: 900px){
        
    }

	@media screen and (max-width: 650px){
		.ribbon .ribbon-content.split{
            flex-direction: column;
            padding-bottom: 20px;
        }
        .ribbon .ribbon-content.split .ribbon-img-holder {
            width: 100%;
            height: 200px;
        }

        .ribbon .ribbon-content.split .info-section {
            width: 90%;
            margin: auto;
            padding: 10px;
        }
        .ribbon .ribbon-content.split .ribbon-cta {
            width: 40%;
            margin: auto;
        }
        .ribbon .ribbon-content.split .ribbon-percent {
            width: 100%;
            padding-top: 30px;
            margin: 0 0 30px 0;
        }
        .ribbon .ribbon-content.split .ribbon-cta.with-background {
            width: 100%;
            height: 170px;
            background-position: left;
        }
        .ribbon .ribbon-content.split .ribbon-percent .percent-section .percent {
            font-size: 80px;
        }
        .ribbon .ribbon-content.split .ribbon-lg {
            font-size: 25px !important;
        }
        .ribbon .ribbon-content.split .ribbon-percent {
            width: 100%;
            padding-top: 20px;
            margin: 0 0 10px 0;
        }
	}

    @media screen and (max-width: 370px){
		
	}

    .ribbon.horzontal .ribbon-content{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    @media screen and (max-width: 700px){
        .ribbon.horzontal .ribbon-content{
            flex-direction: column;
        }
    }
	
	 @media screen and (max-width: 700px){
        .ribbon .ribbon-content .cta{
            flex-direction: column;
			/*margin-bottom: 10px;*/
        }
    }
	

    @media only screen and (max-width: 850px) {
    .nav-toggle:before {
        top: 20px;
    }
}

/*Brands Block*/

    .bb-images{
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .bb-image{
        width: calc(25% - 10px);
    }
    .bb-image img{
        width: 100%;
    }

    .img-hover-zoom {
        max-height: 400px;
        overflow: hidden;
        display: inline-block;
        position: relative;
    }
    .img-hover-zoom .cta{
        background-color: #FFF;
        padding: 10px 15px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #17407c;
    }
    .img-hover-zoom .cta i{
        /*margin-left: 5px;*/
        transition: transform .5s ease;
        color: #17407c;
    }
    .img-hover-zoom:hover .cta i{
       /*transform: translateX(10px);*/
    }
    .img-hover-zoom img {
    transition: transform .5s ease;
    }
    .img-hover-zoom:hover img {
    transform: scale(1.05);
    }

    .logo-list{
        display: flex;
        justify-content: space-between;
    }
    .bb-logo{
        width: calc(16% - 10px);
        margin: auto;
    }
    .bb-logo img{
        width: 60%;
        margin: auto;
    }
    .bb-logo img.pmc-logo{
        width: 27%;
    }
    .view-all{
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .view-all .cta{
        padding: 10px 20px;
        background-color: #314C89;
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        transition: 0.4s;
        width: 180px;
        
    }
    .view-all .cta:hover{
        background-color: #000;
        color: #FFF;
    }

    @media screen and (max-width: 1100px){
        
    }

    @media screen and (max-width: 900px){
        .logo-list{
            flex-wrap: wrap;
        }
        .bb-logo{
            width: calc(33% - 10px);
            margin-bottom: 40px;
        }
    }

	@media screen and (max-width: 600px){
        .bb-images{
            flex-wrap: wrap;
            margin-bottom: 0;
        }
        .bb-image{
            width: calc(50% - 10px);
            margin-bottom: 20px;
        }
        .bb-logo{
            width: calc(50% - 10px);
        }
        .mobhide{
            display: none;
        }
        .view-all{
            margin-top: 0px;
        }
    }
	
	/*Header Block - Top Fold*/
	
    .full-width-video {
        width: 100%;
        height: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 20px;
        position: relative;
    }
    
    .full-width-video .video-holder {
        position: relative;
        width: 100%;
        height: 1000%;
    }
    
    .full-width-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .full-width-video .intro{
        min-width: 320px;
        background: rgba(0,0,0,0.4);
        color: #FFF;
        padding: 20px;
        z-index: 2;
        position: absolute;
        top: 80px;
        left: 15%;
    }

    .full-width-video .intro p{
        margin-top: 10px;
        width: 80%;
    }

    .full-width-video .intro .cta{
        background: #FFF;
        color: #314C89;
        padding: 10px 20px;
        margin-top: 10px;
        display: block;
        text-align: center;
        width: 80%;
    }

	@media screen and (max-width: 600px){
		.full-width-video .intro{
			left: auto;
			background: rgba(0,0,0,0.4);
			padding: 10px;
			width: 220px;
			min-width: 220px;
			margin-top: 20px;
		}
		.full-width-video .intro .cta{
			background: #FFF;
			color: #314C89;
			padding: 5px 10px;
			margin-top: 10px;
			display: block;
			text-align: center;
			width: 100%;
		}
		.full-width-video .intro h1{
			font-size: 24px;
		}
		.full-width-video .intro p{
			margin-top: 10px;
			width: 100%;
		}
	}
	
	/*New Products Block*/
	
	.prod-card .title:hover,
    .prod-card .cta:hover {
      text-decoration: none;
    }
	
	.prod-card {
     text-decoration: none !important;
     }
	 
	.new-products{
		background-color: #FFF;
		width: 100%;
	}
	.new-products .scroller-new-prods{
		width: 90%;
		margin: 0 auto;
	}
	.new-products .scroller-new-prods .slick-prev, .new-products .scroller-new-prods .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 25px !important;
		height: 30px !important;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		border: none;
		outline: none;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.new-products .scroller-new-prods .slick-prev{
		left: -40px;
		z-index: 2;
	}
	.new-products .scroller-new-prods .slick-next{
		right: -40px;
		z-index: 2;
	}

	.new-products .scroller-new-prods .slick-next:before {
    background-image: none !important;
    content: "\f054";
    font-size: 20px;
    right: 32%;
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    line-height: inherit;
	color: #000;
}
.new-products .scroller-new-prods .slick-next {
    /* right: 12px; */
    /* right: -35px; */
    right: -25px;
}

.new-products .scroller-new-prods .slick-prev:before {
    background-image: none !important;
    content: "\f053";
    font-size: 20px;
    left: 32%;
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    line-height: inherit;
	color: #000;
}
.new-products .scroller-new-prods .slick-prev {
    /* left: 12px; */
    /* left: -35px; */
    left: -25px;
}
	.new-products .scroller-new-prods .prod-card{
		height: auto;
		border-radius: 15px;
		overflow: hidden;
		margin: 10px;
		transition: all 0.4s ease-in-out;
		border: 2px solid transparent
	}
	.new-products .scroller-new-prods .prod-card:hover{
		text-decoration: none;
		border: 2px solid #314C89;
	}
	.new-products .scroller-new-prods .prod-card .prod-card-img{
		position: relative;
	}
	.new-products .scroller-new-prods .prod-card .prod-card-img img{
		width: 100%;
		height: auto;
	}
	.new-products .scroller-new-prods .prod-card .prod-card-img .flash{
		background-color: #3B7D33;
		color: #FFFFFF;
		padding: 0 7px;
		font-size: 15px;
		font-weight: bold;
		position: absolute;
		top: 10px;
		right: 10px;
		border-radius: 22px !important;
	}
	
	.new-products .scroller-new-prods .prod-card .prod-card-footer .title {
        height: 38px;              
        display: flex;
        align-items: center;       
        justify-content: center;   
        text-align: center;
        padding: 0 5px;            
        font-size: 14px;          
        white-space: normal;       
        word-break: break-word;   
}
	.new-products .scroller-new-prods .prod-card .prod-card-footer{
		
		padding: 10px;
		background-color: #F5F5F5;
		color: #000;
		text-align: center;
		font-size: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}   
	.new-products .scroller-new-prods .prod-card .prod-card-footer .cta{
		background-color: #314C89;
		color: #FFFFFF;
		padding: 10px 20px;
		margin-top: 10px;
		border-radius: 10px;
		text-decoration: none;
		width: 60%;
		border: 1px solid transparent;
		transition: all 0.4s ease-in-out;
	}
	.new-products .scroller-new-prods .prod-card .prod-card-footer .cta:hover{
		background-color: #FFFFFF;
		color: #314C89;
		border: 1px solid #314C89;
	}
	.slick-active{
		background-color: #FFF;
		border-radius: 10px;;
	}
	@media (max-width: 850px) {
		.sh-main .main-content{
			width: 100%;
			height: auto;
		}

		.sh-main .main-sidebar{
			display: none;
		}
	}


	@media (max-width: 800px) {
		.new-products .scroller-new-prods .slick-prev{
			left: -20px;
			z-index: 2;
		}
		.new-products .scroller-new-prods .slick-next{
			right: -25px;
			z-index: 2;
		}
	}
	
	/*Price Cuts for the Homepage*/
	.three-blocks-blue{
		background-color: #314C89;
		border-radius: 15px;
		color: #FFFFFF;
		padding: 20px;
		display: flex;
		/*margin: 30px 0;*/
	}

	.three-blocks-blue .heading{
		color: #FFFFFF;
		font-size: 20px;
		margin: 15px 0 15px 0;
		font-weight: bold;
	}
	.three-blocks-blue .block{
		width: 30%;
		text-align: center;
		display: flex;
	    flex-direction: row;
		justify-content: space-evenly;
		align-content: center;
		flex-wrap: wrap;
		padding: 10px 40px;
	}
	.three-blocks-blue .block img{
		width: 70%;
		margin: auto;
	}
	.three-blocks-blue .price-cuts{
		width: 63%;
		display: flex;
    	align-items: center;
	}
	.three-blocks-blue .price-cuts .card{
		height: auto;
		border-radius: 15px;
		overflow: hidden;
		margin: 10px;
		border:#314C89 2px solid;
		transition: all 0.4s ease-in-out;
		position: relative;
	}
	.three-blocks-blue .price-cuts .card:hover{
		text-decoration: none;
		border:#FFF 2px solid;
	}
	.three-blocks-blue .price-cuts .card img{
		width: 100%;
		height: auto;
	}
	.three-blocks-blue .price-cuts .card .flash{
		background-color: #314C89;
		color: #FFFFFF;
		padding: 15px;
		font-size: 18px;
		font-weight: bold;
		position: absolute;
		top: 10px;
		right: 10px;
		border-radius: 50%;
		line-height: 18px;
	}
	.slick-dots {
		position: absolute;
		display: block !important;
		bottom: -20px;
		left: -70%; 
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		cursor: pointer;
		color: #17407c;
		border: 2px solid white;
		outline: none;
		border-radius: 10px;
	}
	.three-blocks-blue .price-cuts .card .footer{
		height: 70px;
		padding: 10px;
		background-color: #FFFFFF;
		color: #314C89;
		text-align: center;
		font-size: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.three-blocks-blue .price-cuts .card .footer a{
		color: #314C89;
		text-decoration: none;
	}
	
  .three-blocks-blue .cta {
	background-color: #FFFFFF;
	color: #314C89;
	padding: 10px 20px;
	text-decoration: none;
	border: 1px solid #FFF;
	transition: all 0.4s ease-in-out;
	border-radius: 25px;
}

	.three-blocks-blue .cta:hover { 
	background-color: #314C89;
	color: #FFF;
	text-decoration: none;
}
	.cta.desktop{
		display: block;
	}
	.cta.mobile{
		display: none;
	}
	.price-cuts .slick-next {
		background-color: transparent;
		/* filter: invert(1); */
		width: 25px;
		height: 38px;
		background-size: contain;
		right: -30px;
	}
	.price-cuts .slick-prev {
		background-color: transparent;
		/* filter: invert(1); */
		width: 25px;
		height: 38px;
		background-size: contain;
		left: -25px;
	}
	.discount{
		font-size: 18px;
		font-weight: bold;
		color: #fbba00;
		margin: 5px auto;
		text-align: center;
		width: 100%;
	}


	.price-cuts .slick-next:before {
    background-image: none !important;
    content: "\f054";
    font-size: 20px;
    right: 32%;
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    line-height: inherit;
}
.price-cuts .slick-next {
    /* right: 12px; */
    /* right: -35px; */
    right: -25px;
}

.price-cuts .slick-prev:before {
    background-image: none !important;
    content: "\f053";
    font-size: 20px;
    left: 32%;
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    line-height: inherit;
}
.price-cuts .slick-prev {
    /* left: 12px; */
    /* left: -35px; */
    left: -25px;
}

.price-cuts .slick-prev, .price-cuts .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
/* There's an invert filter somewhere */
    color: #000;
    top: 50%;
    margin-top: -10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 99;
    background-image: none !important;
    transition: .3s all;
}

	.discount.mobile{
		display: none;
	}
	.discount.desktop{
		display: block;
	}
	@media (max-width: 900px) {
		/* .three-blocks-blue .block{
			width: 45%;
			text-align: center;
			display: flex;
			flex-direction: row;
			justify-content: space-evenly;
			align-content: center;
			flex-wrap: wrap;
			padding: 10px 10px;
		}
		.three-blocks-blue .price-cuts{
			width: 60%;
		}
		.three-blocks-blue .block img{
			width: 90%;
			margin: auto;
		}*/
		.three-blocks-blue .heading{
			color: #FFFFFF;
			font-size: 18px;
			margin: 10px 0 15px 0;
			font-weight: bold;
		} 
	}
	@media (max-width: 850px) {
		.three-blocks-blue .heading{
			color: #FFFFFF;
			font-size: 16px;
			margin: 10px 0 10px 0;
			font-weight: bold;
		} 
		.discount{
		font-size: 16px;
		font-weight: bold;
		color: #fbba00;
		margin: 5px auto;
	}
	}
	@media (max-width: 750px) {
		.three-blocks-blue .block{
			width: 45%;
			text-align: center;
			display: flex;
			flex-direction: row;
			justify-content: space-evenly;
			align-content: center;
			flex-wrap: wrap;
			padding: 10px 40px;
		}
		.three-blocks-blue .block img{
			width: 70%;
			margin: auto;
		}
		.three-blocks-blue .price-cuts{
			width: 53%;
		}
	}
	@media (max-width: 650px) {
		.cta.desktop{
			display: none;
			background-color: #FFFFFF;
			color: #314C89;
			padding: 10px 20px;
			border-radius: 5px;
			text-decoration: none;
		}
		.cta.mobile{
			display: block;
			width: 50%;
			text-align: center;
			margin-top: 5px;
			border-radius: 10px;
		}
		.discount.desktop{
			display: none;
		}
		.discount.mobile{
			display: block;
		}
		.three-blocks-blue{
			flex-direction: column;
			align-items: center;
		}
		.three-blocks-blue .block{
			width: 100%;
			text-align: center;
			display: flex;
			flex-direction: row;
			justify-content: space-evenly;
			align-content: center;
			flex-wrap: wrap;
			padding: 10px 40px;
		}
		.three-blocks-blue .block img{
			width: 70%;
			margin: auto;
		}
		.three-blocks-blue .price-cuts .card .footer{
			font-size: 18px;
		}
		.three-blocks-blue .price-cuts{
			width: 90%;
		}
		.three-blocks-blue .heading{
			color: #FFFFFF;
			font-size: 20px;
			margin: 10px 0 10px 0;
			font-weight: bold;
		} 
		.discount{
			font-size: 20px;
			font-weight: bold;
			color: #fbba00;
			margin: 5px auto;
		}
	}
	
	/*Ready to Make Double Block*/
	
	.ready_make_1{
		display: flex;
		flex-wrap: none;
		min-height: 360px;
	}
	.ready_make_1 .rm_1_col{
		width: 50%;
	}
	.ready_make_1 .rm_1_col.contents{
		background: #E4E4E4;
		width: 50%;
		padding: 30px;
		text-align: center;
		color: #314C89;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-around;
	}

	.ready_make_1 .rm_1_col.contents h2, .ready_make_1 .rm_1_col.contents p{
		width: 100%
	}

	.rm_1_col_ctas{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
	}
	.rm_1_col_ctas .cta{
		width: calc(43% - 10px);
		background-color: #314C89;
		color: #FFF;
		text-align: center;
		margin: 10px;
		padding: 10px;
	}

	.ready_make_1 .rm_1_col.image{
		background-image: url('/images/banners/ready-make-1.jpg');
		background-size: cover;
		width: 50%;
	}
	@media screen and (max-width: 800px){
		.rm_1_col_ctas .cta{
			width: 100%;
		}
	}
	@media screen and (max-width: 600px){
		.ready_make_1{
			flex-wrap: wrap;
			flex-direction: column-reverse;
		}
		.ready_make_1 .rm_1_col{
			width: 100%;
		}
		.ready_make_1 .rm_1_col.contents, .ready_make_1 .rm_1_col.image{
			width: 100%;
			min-height: 200px;
		}
		
	}
	
	/*Ready To Make Triple Block*/
	
	.ready_make_2{
		display: flex;
		flex-wrap: none;
		min-height: 280px;
	}
	.ready_make_2 .rm_2_col{
		width: 33%;
	}
	.ready_make_2 .rm_2_col.contents{
		background: #B71918;
		width: 30%;
		padding: 30px;
		text-align: center;
		color: #FFF;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-around;
	}

	.ready_make_2 .rm_2_col.contents h2, .ready_make_2 .rm_2_col.contents p{
		width: 100%
	}

	.rm_2_col_ctas{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.rm_2_col_ctas .cta{
	    width: fit-content;
		background-color: #FFF;
		color: #B71918;
		text-align: center;
		margin: 10px;
		padding: 5px 40px;
		display: block;
		border-radius: 15px;
		text-decoration: none;
	}
	
	.rm_2_col_ctas .cta:hover{
    background-color: #c82323;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

	.ready_make_2 .rm_2_col.image1{
		background-image: url(/images/banners/MLD-Banner-Image1.jpg);
		background-size: cover;
		width: 35%;
	}
	.ready_make_2 .rm_2_col.image2{
		background-image: url(/images/banners/MLD-Banner-Image2.jpg);
		background-size: cover;
		width: 35%;
	}
	
	.ready_make_2b .rm_2_col.image1 {
  background-image: url(/images/banners/MLD-1025-HomepageBlock-Img1.jpg);
  background-size: cover;
  width: 35%;
}
.ready_make_2b .rm_2_col.image2 {
  background-image: url(/images/banners/MLD-1025-HomepageBlock-Img2.jpg);
  background-size: cover;
  width: 35%;
}
	@media screen and (max-width: 800px){
		.rm_1_col_ctas .cta{
			width: 100%;
		}
	}
	@media screen and (max-width: 650px){
		.ready_make_2{
			flex-wrap: wrap;
			flex-direction: column-reverse;
		}
		.ready_make_2 .rm_2_col{
			width: 100%;
		}
		.ready_make_2 .rm_2_col.contents, .ready_make_2 .rm_2_col.image1, .ready_make_2 .rm_2_col.image2{
			width: 100%;
		}
		.ready_make_2 .rm_2_col.image1 {
			display: none;
		}
		.ready_make_2 .rm_2_col.image2, .rm_2_col .contents {
			height: 200px;
		}
		
		.ready_make_2 .rm_2_col.contents{
            background: #B71918;
            width: 100%;
            padding: 7px;
            text-align: center;
            color: #FFF;
            display: flex
        }

       .ribbon-title-img-2 {
            width: 100%;
            max-width: 200px;
            height: 115px;
            display: block;
            margin: 0 auto;
         }
       .ready_make_2 .rm_2_col.contents {
           flex-direction: column;
           align-items: center;
           justify-content: center;
           text-align: center;
         }

        .ready_make_2 .rm_2_col_ctas {
          width: 100%;
         display: flex;
         justify-content: center;
  }
}
	
	/*Ready To Make 1/3 Block*/
	
	.ready_make_3{
		display: flex;
		flex-wrap: none;
		min-height: 360px;
	}
	.ready_make_3 .rm_3_col{
		width: 33%;
	}
	.ready_make_3 .rm_3_col.contents{
		background: #314C89;
		width: 33%;
		padding: 60px;
		text-align: left;
		color: #FFF;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-around;
	}

	.ready_make_3 .rm_3_col.contents h2, .ready_make_3 .rm_3_col.contents p{
		width: 100%
	}

	.rm_3_col_ctas{
		display: flex;
		flex-wrap: wrap;
	}
	.rm_3_col_ctas .cta{
	    width: 100%;
		background-color: #FFF;
		color: #314C89;
		text-align: center;
		margin: 10px 0;
		padding: 5px 30px;
		display: block;
	}

	.ready_make_3 .rm_3_col.image3{
		background-image: url('/images/banners/silver_clay.jpg');
		background-size: cover;
		width: 66%;
	}

	.ready_make_3 .rm_3_col_offer{
		margin: 80px;
		background: #314C89;
		color: #FFF;
		padding: 20px;
		width: fit-content;
		font-size: 35px;
		text-align: center;
		line-height: 34px;
	}

	@media screen and (max-width: 900px){
		.ready_make_3 .rm_3_col.contents, .ready_make_3 .rm_3_col.image3{
			width: 50%;
		}
		.rm_3_col_ctas .cta{
			width: 100%;
		}
	}

	@media screen and (max-width: 800px){
		.rm_3_col_ctas .cta{
			width: 100%;
		}
	}
	@media screen and (max-width: 600px){
		.ready_make_3{
			flex-wrap: wrap;
			flex-direction: column-reverse;
		}
		.ready_make_3 .rm_3_col.contents, .ready_make_3 .rm_3_col.image3{
			width: 100%;
		}
		.ready_make_3 .rm_3_col_offer{
			margin: 40px;
		}
	}
	
	/*Black Friday Block*/
	
	.black_friday_header{
		display: flex;
		flex-wrap: none;
		min-height: 360px;
		border-radius: 20px;
		overflow: hidden;
		position: relative;
	}
	.black_friday_header .rm_bf_col{
		width: 40%;
	}
	.black_friday_header .rm_bf_col.contents{
		background: #314C89;
		width: 40%;
		padding: 60px;
		text-align: left;
		color: #FFF;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-around;
		background-image: url('/images/banners/bf_bg_1.jpg');
		background-size: cover;
	}

	.black_friday_header .rm_bf_col.contents h2, .black_friday_header .rm_bf_col.contents p{
		width: 100%
	}
	.black_friday_header .rm_bf_col.contents h2{
		font-size: 40px;
	}
	.black_friday_header .rm_bf_col.contents h2 span{
		color: #FFB52F !important;
	}
	.rm_bf_col_ctas{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.rm_bf_col_ctas .cta{
	    width: auto;
		background-color: #FFF;
		color: #314C89;
		text-align: center;
		margin: 10px 5px;
		padding: 5px 20px;
		display: block;
	}

	.black_friday_header .rm_bf_col.image3{
		background-image: url('/images/banners/bf_bg_2.jpg');
		background-size: cover;
		background-position: center;
		width: 60%;
	}

	.black_friday_header .rm_bf_col_offer{
		font-size: 35px;
		color: #FFB52F;
		position: absolute;
		right: 40px;
		top: 40px;
	}
	.bf23__highlight__percentage {
		font-size: 22px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		line-height: 1.1;
		text-transform: uppercase;
		font-weight: bold;
		flex-direction: column;
	}

	.bf23__highlight__percentage .top {
		text-align: left;
		height: 20px;
		display: block;
	}
	.bf23__highlight__percentage .bottom {
		font-size: 100px;
		padding-right: 57px;
		position: relative;
		line-height: .85;
		letter-spacing: 1px;
	}
	.bf23__highlight__percentage .bottom:before {
		content: '%';
		font-family: inherit;
		top: 3px;
		right: 0;
		font-size: .65em;
		position: absolute;
	}
	.bf23__highlight__percentage .bottom:after {
		content: 'off';
		font-family: inherit;
		bottom: 5px;
		right: 2px;
		font-size: .25em;
		position: absolute;
	}

	@media screen and (max-width: 900px){
		.black_friday_header .rm_bf_col.contents, .black_friday_header .rm_bf_col.image3{
			width: 50%;
		}
		.rm_bf_col_ctas .cta{
			width: 100%;
		}
	}

	@media screen and (max-width: 800px){
		.rm_bf_col_ctas{
			justify-content: center;
		}
		.rm_bf_col_ctas .cta{
			width: 80%;
		}
	}
	@media screen and (max-width: 600px){
		.black_friday_header{
			flex-wrap: wrap;
			flex-direction: column-reverse;
		}
		.black_friday_header .rm_bf_col.contents, .black_friday_header .rm_bf_col.image3{
			width: 100%;
			min-height: 250px;
		}
		.black_friday_header .rm_bf_col_offer{
			right: 10px;
			top: 10px;
			padding: 10px;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.5);
		}
		.black_friday_header .rm_bf_col.contents h2 {
			font-size: 28px;
		}
		.black_friday_header .rm_bf_col.contents{
			padding: 20px;
		}
	}
	
	/*Ready to Make 2/3 block*/
	
	.ready_make_4{
		display: flex;
		flex-wrap: none;
		min-height: 340px;
	}
	.ready_make_4 .rm_3_col{
		width: 33%;
	}
	.ready_make_4 .rm_3_col.contents{
		background: #314C89;
		width: auto;
		padding: 50px;
		text-align: center;
		color: #FFF;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-around;
	}

	.ready_make_4 .rm_3_col.contents h2, .ready_make_4 .rm_3_col.contents p{
		width: 100%
	}

	.rm_3_col_ctas3-4{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.rm_3_col_ctas3-4 .cta{
		background-color: #FFF;
		color: #314C89;
		text-align: center;
		margin: 10px 5px;
		padding: 5px 30px;
		display: block;
		text-decoration: none!important;
		transition: 0.4s
	}
	
	/*.rm_3_col_ctas3-4 .cta:hover{
	    width: fit-content;
		background-color: #000000;
		color: #ffffff;
	}*/

	.ready_make_4 .rm_3_col.image3{
		background-image: url(/images/banners/New-to-jewellery-making-NHB-9.jpg;
		background-size: cover;
		width: 50%;
	}

	.ready_make_4 .rm_3_col_offer{
		margin: 80px;
		background: #314C89;
		color: #FFF;
		padding: 20px;
		width: fit-content;
		font-size: 35px;
		text-align: center;
		line-height: 34px;
	}
	
	/*.ready_make_4 .rm_3_col.image3 {
    width: 50%;
    display: flex;
    align-items: stretch;
}

.ready_make_4 .rm_3_col.image3 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}*/

	@media screen and (max-width: 1200px){
		.rm_3_col_ctas3-4 .cta{
			width: 40%;
		}
	}

	@media screen and (max-width: 900px){
		.ready_make_4 .rm_3_col.contents, .ready_make_4 .rm_3_col.image3{
			width: 50%;
		}
		.rm_3_col_ctas3-4 .cta{
			width: 100%;
		}
	}

	@media screen and (max-width: 800px){
		.rm_3_col_ctas3-4_cs .cta{
			width: 100%;
		}
	}
	@media screen and (max-width: 600px){
		.ready_make_4{
			flex-wrap: wrap;
			/*flex-direction: column-reverse;*/
		}
		.ready_make_4 .rm_3_col.contents, .ready_make_4 .rm_3_col.image3{
			width: 100%;
			height: 340px;
		}
		.ready_make_4 .rm_3_col.image3{
			width: 100%;
			height: 250px;
		}
		.ready_make_4 .rm_3_col_offer{
			margin: 40px;
		}
	}
	
	
		/* Ready to Make 2/3 block Custom Signal */

.ready_make_4_cs{
display: flex;
flex-wrap: nowrap; /* was 'none' */
min-height: 340px;
}
.ready_make_4_cs .rm_3_col_cs{
width: 33%;
}
.ready_make_4_cs .rm_3_col_cs.contents{
background: #314C89;
width: auto;
padding: 50px;
text-align: center;
color: #FFF;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: space-around;
}
.ready_make_4_cs .rm_3_col_cs.contents h2,
.ready_make_4_cs .rm_3_col_cs.contents p{
width: 100%;
}

.rm_3_col_ctas3-4_cs{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.rm_3_col_ctas3-4_cs .cta{
background-color: #FFF;
color: #314C89;
text-align: center;
margin: 10px 5px;
padding: 5px 30px;
display: block;
text-decoration: none!important;
transition: 0.4s;
}
/* .rm_3_col_ctas3-4_cs .cta:hover{
width: fit-content;
background-color: #000000;
color: #ffffff;
} */

.ready_make_4_cs .rm_3_col_cs.image3{
background-image: url(/images/banners/CS-Customisation-Image.jpg);
background-size: cover;
background-position: center;
width: 50%;
}

.ready_make_4_cs .rm_3_col_offer_cs{
margin: 80px;
background: #314C89;
color: #FFF;
padding: 20px;
width: fit-content;
font-size: 35px;
text-align: center;
line-height: 34px;
}


.ready_make_4_cs .contents .logo {
  max-width: 200px;  
  width: 100%;        
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

/* On tablets (≤900px) */
@media screen and (max-width: 900px) {
  .ready_make_4_cs .contents .logo {
    max-width: 250px;
  }
}


@media screen and (max-width: 600px) {
  .ready_make_4_cs .contents .logo {
    max-width: 300px;
  }
}


@media screen and (max-width: 400px) {
  .ready_make_4_cs .contents .logo {
    max-width: 80%;    
  }
}


/* Responsive*/
@media screen and (max-width: 1200px){
.rm_3_col_ctas3-4_cs .cta{ width: 40%; }
}
@media screen and (max-width: 900px){
.ready_make_4_cs .rm_3_col_cs.contents,
.ready_make_4_cs .rm_3_col_cs.image3{ width: 50%; }
.rm_3_col_ctas3-4_cs .cta{ width: 100%; }
}
@media screen and (max-width: 800px){
.rm_3_col_ctas3-4_cs .cta{ width: 100%; }
}
@media screen and (max-width: 600px){
.ready_make_4_cs{
flex-wrap: wrap;
/ flex-direction: column-reverse; /
}
.ready_make_4_cs .rm_3_col_cs.contents,
.ready_make_4_cs .rm_3_col_cs.image3{
width: 100%;
}
.ready_make_4_cs .rm_3_col_cs.image3{
height: 250px; / single final value /
}
.ready_make_4_cs .rm_3_col_offer_cs{
margin: 40px;
}
}

/* Homepage Video Block */

.full-width-video {
    width: 100%;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    background-image: url(/images/customisation-2025/video-thumb6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.full-width-video .block-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.full-width-video .video-holder {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
}

.full-width-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.full-width-video .intro {
    min-width: 320px;
    background: rgba(0,0,0,0.4);
    color: #FFF;
    padding: 20px;
    z-index: 4;
    position: absolute;
    top: 80px;
    left: 15%;
}

.full-width-video .intro-logo {
    width: 200px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.full-width-video .intro p {
    margin-top: 10px;
    width: 80%;
}

.full-width-video .intro .cta {
    background: #314C89;
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 10px;
    display: block;
    text-align: center;
    width: 80%;
    border-radius: 22px;
}

@media screen and (max-width: 600px) {

    .full-width-video {
        height: 200px;
    }

    .full-width-video .video-holder {
        padding-top: 60%;
    }

    .full-width-video .intro h1,
    .full-width-video .intro p {
        display: none;
    }

    .full-width-video .intro {
        background: transparent;
        padding: 0;
        width: auto;
        min-width: auto;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    .full-width-video .intro-logo {
        display: none;
    }

    .full-width-video .intro .cta {
        width: 200px;
        min-width: 150px;
        white-space: nowrap;
        text-align: center;
        padding: 10px 15px;
    }
