<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,800,900&amp;display=swap');
body{
	font-family: 'Poppins', sans-serif;
	color: #111111;
}
body a,body a:hover{
	color: #111111;
}
.link-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 2em;
}
.link-overlay:hover{
	color: #333;
}
.link-overlay .item-button{
	border-top: 3px solid #D71D23;
	opacity: 0;
	transition: 0.5s ease;
}
.link-overlay:hover .item-button{
	opacity: 1;
}

.custom_banner{
	padding: 0px !important;
	line-height:0px;
}
.home-slider .relative img{
	width: 100%;
}
.promotional {
    padding: 8px;
}
.promotional img{
	width: 100%;
}
.promotion-row{
	margin: 0px;
	padding: 0px 8px;
}
.product-block .product-details .price .price-old {
   text-decoration: line-through;
}
.promotional-description {
    color: white;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    padding: 30px;
    line-height: 1em;
}
.promotional-description p {
    line-height: 1.8em;
}
.promotional-button {
    display: inline-block;
    padding: 9px 32px;
    background-color: #E91C23;
}
.promotional-link{
	position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.section-space {
    padding: 50px 0px;
    overflow: hidden;
}
.promotional_banner{
	padding-top: 0px;
}

.product-block .product-name {
    padding: 14px 7px 7px;
    max-width: 100%;
    width: 200px;
    float: none;
    margin: auto;
    color: black;
}
.product-block .product-name a{
	color: #333333;
}
.product-block .btn-group button, .product-block .btn-group button:hover,.product-block .btn-group span {
	min-height: 46px;
    height: 46px;
    padding: 13px 14px;
    display: inline-block !important;
    border-radius: 30px !important;
    margin: 0px 4px;
    background-color: #013DA5;
    color: white;
    border: 1px solid #013da5;
    display: flex;
    flex: 1 1 auto;
    min-width: auto !important;
    justify-content: center;
}
.product-block .product-manufacturer{
	text-transform: uppercase;
	/*font-size: 27px;*/
	/*font-weight: bold;*/
	margin-bottom: 10px;
}
.product-block .price{
	color: #2A57B0;
}
.btn-block-cart {
    color: white;
    background-color: #E91C23;
    border: 2px solid #E91C23;
    margin: 0 20px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 12px;
    transition: 0.5s ease;
}
.btn-block-cart:hover{
	color: #E91C23;
    background-color: transparent;
}

.btn:not(.cke_widget_element):not(.btn-slider):not(.btn-number):not(.btn-crt):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove){
    background-color: #023CA7;
    color: white !important;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    position: relative;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style])&gt;div{
	display: inline-block;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style])&gt;div::after {
	position: absolute;
    z-index: -3;
    content: '';
    width: 100%;
    height: 6px;
    background: #ccc;
    display: block;
    margin: 22px auto 0px;
    bottom: 5px;
    left: 50%;
    -ms-transform: translate(-50%,0px); /* IE 9 */
	  -webkit-transform: translate(-50%,0px); /* Safari prior 9.0 */
	  transform: translate(-50%,0px); /* Standard syntax */ 
}
.panel-default&gt;.panel-heading {
    color: #2a4a8b;
    background-color: transparent;
    border-color: #ddd;
    padding: 10px 5px;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style])::after{
	/*display: none;*/
}
.common-home .container, header .container , footer .container {
    width: 2200px;
    max-width: 90%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.manufacturer {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.manufacturer img{
	max-width: 100%;
}
.manufacturer-slider .slick-track{
	display: flex;
	align-items: center;
}
.manufacturer-slider{
	padding: 0px 30px;
	position: relative;
}
.custom-slick-nav {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0px,-50%);
    -webkit-transform: translate(0px,-50%);
    transform: translate(0px,-50%);
    z-index: 1;
    padding: 15px;
    cursor: pointer;
}
.custom-slick-nav.next{
	right: 0px;
}
.custom-slick-nav.prev{
	left: 0px;
}
h2 .relative {
    letter-spacing: 5px;
    font-size: 30px;
}

.about-thumb img{
	width: 100%;
}
.about-thumb{
	position: relative;
}
.about-thumb .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    color: white;
    padding: 8% 15%;
}
.about-thumb .overlay .title {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: inline-block;
    position: relative;
    line-height: 1em;
    margin-bottom: 30px;
}
.about-thumb .overlay .title:before {
    content: '';
    background-color: #E91B23;
    position: absolute;
    bottom: 5px;
    right: 0px;
    left: 0px;
    height: 7px;
    z-index: 0;
}
.about-thumb .overlay .title&gt;div {
 	position: relative;
}
.about-thumb .overlay .description p {
    font-size: 17px;
    margin-bottom: 5px;
}
.about-thumb .overlay .link {
    display: inline-block;
    background-color: #E91B23;
    font-size: 17px;
    text-transform: uppercase;
    padding: 6px 10px;
    position: absolute;
    bottom: 81px;
    left: 15%;
    color: white
}
.breadcrumb{
	/* display: none; */
}
.emphasis {
    text-align: center;
    text-transform: uppercase;
    /* font-weight: 600; */
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 600;
}
.col-center{
	float: none;
	margin: auto;
}
/** Added 05/20/21 **/
.page-banner .page-banner-title h1 {
    color: white;
    font-size: 50px;
    padding-left: 18px;
    margin-bottom: 0 !important;
}

/*.page-banner .page-banner-title {
    z-index: 1;
    color: white;
    position: absolute;
    bottom: 0px;
    height: 1em;
    line-height: 1em;
    top: inherit;
    transform: translate(-50%, 8px);
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
}*/
.row-group{
	margin-bottom: 20px;
}

.award-title {
    padding: 30px 0px;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em;
}
.award-slider .award img{
	max-width: 90%;
	float: none;
	margin: auto;

}
.award-slider .slick-track{
	display: flex;
	align-items: center;
}
.award-slider{
	padding: 0px 30px;
}
.page-banner {
    display: block;
    width: 100%;
    overflow: hidden;
}
.article-row{
/*	display: flex;
	flex-wrap: wrap;*/
	transition: 0.5s ease;
}
.article-row&gt;*{
	flex: 1;
}
.article-row&gt;*:first-of-type{
	/*flex: 0 0 60%;*/
	overflow: hidden;
	/*height:415px;*/
}
.article-row .image img{
	width: 100%;
	height: 100%;
}
/*.article-infos{
	padding: 30px;
    text-align: center;
    border: 1px solid #eee;
}*/
.article-infos .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 1.3;
}
.article-butt a {
    display: inline-block;
    background-color: #023CA7;
    color: white;
    padding: 5px 31px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.5s ease;
}
/*.article-row:hover{
	background-color: #023CA7;
	color: white;
}*/
.article-row{
    margin-bottom: 30px;
/*	background-color: #023CA7; 
	color: white; */
}
.article-row:hover .article-butt a {
	color: #023CA7;
	background-color: white;
}
/*.article-butt a {*/
/*	color: #023CA7;*/
/*	background-color: white;*/
/*}*/
.article-informations .banner img{
	width: 100%;
}
.article-padding{
/*	padding: 15px;
	border: 1px solid #e1e1e1;*/
}
.article-title, .article-informations h3{
	font-size: 20px;
	font-weight: 900;
	margin-top: 30px;
	margin-bottom: 20px;
}
.article-informations .description p{
	margin-bottom: 20px;
}
.btn-back, .btn-back:hover{
	display: inline-block;
    padding: 5px 70px;
    color: white;
    background-color: #023CA7;
    text-transform: uppercase;
    margin-top: 30px;
}
.stButton .chicklets {
    background-repeat: no-repeat;
    background-size: contain ;
    -ms-behavior: url(https://ws.sharethis.com/images/2017/backgroundsize.min.htc);
    padding-left: 20px;
    padding-right: 0;
    white-space: nowrap;
    font-family: Helvetica,sans-serif;
    font-size: 6px;
    display: inline-block;
    height: 20px !important;
    width: 20px !important;
    line-height: 37px;
    border-radius: 10px !important;
}
.flex-share{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.flex-share&gt;div:first-of-type {
    padding-right: 6px;
    font-weight: 800;
    font-size: 16px;
}
.art-thumb{
	border: 1px solid #e1e1e1;

}
.art-thumb .image img{
	width: 100%;
}
.art-thumb .infos{
	padding: 15px;
}
.art-thumb .infos .title{
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 20px;
}
.art-thumb .infos .date-added{
	margin-bottom: 15px;
}
.art-thumb .infos .link a{
	display: inline-block;
	color: #013F9D;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 20px;
}
.file-upload{
    display: flex;
    height: 40px;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.file-upload&gt;*{
    flex:0;
}
.file-upload&gt;.upload-result{
    position: absolute;
}
.file-upload&gt;.upload-result, .file-upload #success-upload{
    flex:1;
    padding: 0 15px;
}
.file-upload #button-upload {
    order: 2;
    flex: 0 0 121px;
    height: 100%;
    background-color: #023CA7;
    color: white;
    border: 0px;
}
.comment p, .contact-details p{
	margin-bottom: 0px;
}
.comment a,.comment a:hover{
	color: #003ba6;
}
.location-name{
	color: #013ca6;
	padding: 10px 0px;
}
.contact-details{
	display: flex;
	flex-wrap: wrap;
}
.contact-details span{
	margin-right: 5px;
}
.contact-details&gt;div{
	color: transparent;
}
.contact-bodys input.form-control, .contact-bodys text-area.form-control{
	padding: 20px;
}
.contact-bodys select.form-control{
	height: 40px;
}
.map-banner{
	position: relative;
}
.map-banner .title {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1em;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /*color: white;*/
    color: black;
}
.map-banner{
	background-color: black;
}
.map-banner .gmap{
	opacity: 0.9;
}
.product-eshop .product-view&gt;*{
    margin-bottom: 15px;
    width: calc(33.3333% - 10px);
}
.product-eshop .product-view&gt;*:not(:nth-child(3n+1)):not(:first-child) {
    margin-left: 15px;
}
.product-eshop .product-view{
    padding-left: 15px;
    padding-right: 15px;
}

.toggle .caret {
	color: blue;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 4px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: 0.5s ease;
}

#side-categories .group .item.level-1{
	
}
#side-categories .group .item.level-1 a {
    font-weight: 600;
    padding: 10px 0px;
}
.list-group-item{
	border: 0px;
}
#side-categories .group .item.active+.sub{
	border-top: 0px;
}
#side-categories .group .item.level-1.active{
	border-bottom:  1px solid #ccc;
}
#side-categories .side-categories-level-1+.side-categories-level-1 {
    border-top: 1px solid #ccc;
    border-bottom:  1px solid #ccc;
}
#side-categories .group .item .toggle{
	border-left: 0px;
	transition: 0.5s ease;
}
#side-categories .group .item .toggle:hover{
	background-color: transparent;
}
#side-categories .group:not(:last-child) {
    border-bottom: 0px solid #ccc;
}
#side-categories .group .item.active+.sub {
    border-top: 0px;
    padding: 15px 0px;
    font-weight: 500;
}
#side-categories .group .item.level-2.active+.sub {
    border-top: 0px;
    padding-left: 15px;
}
#side-categories .group .item a:hover {
    background: transparent;
    color: #111;
}
#side-categories .group .item.active .toggle{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari prior 9.0 */
    transform: rotate(180deg); /* Standard syntax */
}
#side-categories .group .item.level-1 {
    padding: 10px 0px;
}
#filter-groups .list-group-item.item-header{
	padding: 0px;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #0032A1;
}
#side-price .ui-slider-handle {
    background: #E91C22;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 2px;
    border-radius: 10px;
    outline: none !important;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
#side-price .ui-slider-range {
    background: #E91C22;
  
}
#side-price .ui-slider-horizontal {
    height: 3px;
}https://unionpf1501.firstcomdemolinks.com:2083/
#filter-groups .panel .list-group {
    border: 0px solid #ccc;
    box-shadow: inherit;
}
#filter-groups .panel {
    box-shadow: inherit;
}
#filter-groups .panel .list-group .list-group-item{
	padding: 0px;
}
#side-categories .group .item.level-2 .toggle:before{
	content:"+";
	color: #111111 !important;
}
#side-categories .group .item.level-2.active .toggle:before{
	content:"-";
}

#filter-groups&gt;div {
    margin-bottom: 50px !important;
}
.project-categories-thumb,.project-categories{
    padding: 0px 35px;
}
.proj-thumb{
    text-align: center;
}
.proj-cat-thumb .description ul{
    padding-left: 0px;
    columns: 3;
    list-style-type: none; 
    margin-top: 30px;
}
.proj-cat-thumb .description ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.proj-cat-thumb .description ul li:before{
    content: "";
    height: 8px;
    width: 8px;
    background-color: #727272;
    position: absolute;
    left: 0px;
    top: 5px;
    border-radius: 5px;
}
.project-categories-thumb .proj-thumb span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
}
.project-categories-thumb .slick-current .proj-thumb span{
    background-color: #E91C23;
    color: white;
}
.group-thumb{
    cursor: pointer;
}
.group-thumb .image img{
    width: 100%;
}
@media (max-width: 425px) {
    .group-thumb .image img{
        height: 210px;
    }
}
@media (min-width: 426px) {
    .group-thumb .image img{
        height: 105px;
    }
}
@media (min-width: 769px) {
    .group-thumb .image img{
        height: 165px;
    }
}
@media (min-width: 1025px) {
    .group-thumb .image img{
       /* height: 210px;*/
    }
}


.group-thumb .title{
    padding: 10px 0px ;
    text-align: center;
    font-weight: 500;
}
.information-information .mfp-inline-holder .mfp-content{
    width: 900px;
    max-width: 90%;
    cursor: auto;
    background-color: white;
}
.pop-slide .image img{
    width: 100%;
}
.pop-slide .slick-track{
    line-height: 0px;
}
.pop-content{
    position: relative;
}
.slide-info{
    line-height: 1.3em;
}
.slide-info {
    line-height: 1.3em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    padding-bottom: 40px;
    color: white;
    background-color: rgba(0,0,0,0.8);
}
.slide-info .album-title{
    font-size: 12px;
}
.slide-info .title{
    font-size: 16px;
}
.slide-info .description{
    line-height: 1.5em;
    margin-top: 10px;
}
.pop-slide .slick-dots{
    padding-left: 0px;
    list-style-type: none;
    text-align: center;
}
.pop-slide .slick-dots li{
    color: white;
    display: none;
}
.pop-slide .slick-dots li.slick-active{
    display: inline-block;
}
.pop-slide .slick-dots {
    padding-left: 0px;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
}
.information-information .mfp-close-btn-in .mfp-close {
    color: #333333;
    color: white;
    opacity: 1;
    transform: translate(100%);
    font-size: 35px;
}
.pop-slide .custom-slick-nav{
    color: white;
}
.pop-slide .custom-slick-nav .fa{
    font-size: 31px;
}
#filter-groups .panel .list-group {
    border: 0px solid #ccc;
}
.pop-slide .custom-slick-nav.prev{
     -ms-transform: translate(-100%); /* IE 9 */
      -webkit-transform: translate(-100%); /* Safari prior 9.0 */
      transform: translate(-100%); /* Standard syntax */
}
.pop-slide .custom-slick-nav.next{
     -ms-transform: translate(100%); /* IE 9 */
      -webkit-transform: translate(100%); /* Safari prior 9.0 */
      transform: translate(100%); /* Standard syntax */
}
.table-group{
    margin-bottom: 30px;
}
.table-group .title{
    color: #0237A7;
    font-weight: 500;
    margin-bottom: 10px;
}
.table-group .tbl ul{
    padding-left: 0px;
    list-style-type: none;
}
.table-group .tbl ul li{
    padding-left: 20px;
    position: relative;
}
.table-group .tbl ul li:before{
      content: "";
    height: 8px;
    width: 8px;
    background-color: #727272;
    position: absolute;
    left: 0px;
    top: 5px;
    border-radius: 5px;
}
.serv-thumb{
    color: #111;
    text-align: center;
    margin-bottom: 30px;
}
.serv-thumb .image img{
    width: 100%;
}
.serv-thumb .title{
    text-transform: uppercase;
    padding: 15px 0px;
    font-weight: 500;
    font-size: 16px;
}
.services-container{
    margin-top: 30px;
}
.full-width{
    width: 100%;
}
.service-desc p{
    margin-bottom: 30px;
}
.information-contact .page-banner {
    display: none;
}
.manufacturer-logo{
    margin-bottom: 10px;
}
.product-product .product-price{
    font-size: 25px;
    color: #053EAB;
    margin-top: 5px;
}
.product-product .product-description{
    margin-top: 20px;
}
.input-group-btn&gt;.btn, .input-group-btn&gt;.btn-group {
    color: white;
    background-color: #023CA7;
    border: 1px solid #023CA7;
}
.product-product #product {
    width: 338px;
    max-width: 100%;
}
.input-group .input-group-addon {
    border-color: transparent;
    background: transparent;
    height: auto;
    font-weight: 500;
    text-align: left;
}
.btn-crt, .btn-crt:hover {
    padding: 7px 20px !important;
    max-height: 30px;
    height: 30px !important;
    min-height: 34px !important;
    background-color: #E91C23;
    border: 1px solid #E91C23;
    min-width: 153px !important;
    margin-top: 10px;
}
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #ddd;
}
.nav-tabs&gt;li&gt;a, .nav-tabs&gt;li&gt;a:focus, .nav-tabs&gt;li&gt;a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #ddd;
    padding: 17px 26px;
    font-weight: 500;
    border-radius: 0px;
}
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
   background-color: #023CA7;
   color: white;
}
.product-product .tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0px;

}
#product-tabs{
    margin-bottom: 0px;

}
.product-block .more-options-text{
    display: none;
}
.mailchimp-integration h3, .mailchimp-integration h4 {
    margin-top: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
}
.box-heading span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 7px;
}
.mi-block input {
    padding: 21px;
    font-size: 16px !important;
}
.mailchimp-integration{
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto 1fr auto;
    -ms-grid-columns: auto 1fr auto;
    grid-template-rows: 1fr;
    -ms-grid-rows: 1fr;
}
.mi-toptext{
    display: none !important;
}
.newsletter-section .mailchimp-integration .box-heading{
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
     padding: 0px 10px;
}
.newsletter-section .mailchimp-integration .mi-block{
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
}
.newsletter-section .mailchimp-integration .mi-block {
    grid-column: 2 / 3;
    grid-row: 1 / 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newsletter-section .mailchimp-integration .mi-block.mi-button{
    grid-column: 3 / 4;
    grid-row: 1 / 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body .newsletter-section {
    padding: 50px;
    border-top: 0px solid #ccc;
    width: 1200px;
    max-width: 90%;
    float: none;
    margin: auto;
    display: none;
}
body.common-home .newsletter-section{
    display: block;
}
.about_and_service{
    padding-bottom: 0px;
}
footer {
    margin-top: 30px;
    padding: 30px 0px 20px;
    /*background-color: #7C7C7C;*/
    background-color: #000;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer .fcs {
    display: none;
}

footer .supported-payments li:nth-child(1) img {
    width: 100px;
    height: auto;
}

footer .supported-payments li:nth-child(2) img {
    width: 75px;
    height: auto;
}

footer .footer-social-icons li img {
    width: 20px;
    height: 20px !important;
}

footer .footer-social-icons li:nth-child(1) img {
    width: 12px;
    height: 20px !important;
}

footer .supported-payments li:nth-child(3) img {
    width: 50px;
    height: auto;
}
footer h5 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
footer a, footer a:hover {
    color: white;
    font-size: 17px;
    margin-bottom: 8px;
    display: inline-block;
}
.footer-social-icons ul{
    display: block;
    padding-left: 0px;
    list-style-type: none;

}
.footer-social-icons ul li{
    display: inline-block;
    padding-right: 20px;
}
.footer-social-icons ul {
    display: block;
    padding-left: 0px;
    list-style-type: none;
    width: 400px;
    max-width: 100%;
}
footer .social-icons .newsletter-section .box-heading  {
    display: none;
}

footer .social-icons .newsletter-section {
    padding: 0 0px 8px 0;
    border-top: 0px solid #ccc;
    width: 80%;
    max-width: 80%;
    float: none;
    margin: 0;
}

footer .social-icons .newsletter-section .mailchimp-integration .mi-block {
    padding: 0px;
}
.supported-payments ul{
    padding-left: 0px;
    list-style-type: none;
    margin-top: 30px;

}
.supported-payments ul li{
    display: inline-block;
    padding-right: 10px;
}
#main-menu&gt;li&gt;a{
    color: #fff !important;
}
.fixed-header{
    background-color: #111;
}
.social-icons{
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}
.social-icons li{
    display: inline-block;
    padding-right: 10px;
}
.head-top-bg{
    background-color: #013CA6;
    padding: 10px 0px;

}

.head-top-bg * {
        color: white;
}
.top-header-section{
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto 1fr auto auto;
    -ms-grid-columns: auto 1fr auto auto;
    grid-template-rows: 1fr;
    -ms-grid-rows: 1fr;
}
.top-header-section .social-icon{
    grid-column: 1 / 2;
    grid-row: 1 / 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top-header-section .delivery{
    grid-column: 2 / 3;
    grid-row: 1 / 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 5px;
    font-weight: 400;
}
.top-header-section .delivery p {
    margin-bottom: 0px;
}
.top-header-section .contact{
    grid-column: 3 / 4;
    grid-row: 1 / 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 400;
    padding-right: 31px;
}
.top-header-section .logins{
    grid-column: 4 / 5;
    grid-row: 1 / 1;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 400;
}

.login-field{
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}
.login-field li{
    display: inline-block;
}
.login-field li{

}
.login-field li a{
    color: white;
}
.top-header-section .contact&gt;div{
    display: flex;
    align-items: center;
}
.top-header-section .contact&gt;div img{
    margin-right: 10px;
    max-width: 15px;
}
.top-header-section a, .top-header-section a:hover{
    color: white;
}
.header-container #enquiry&gt;a, .header-container #cart&gt;a{
    padding-right: 25px;
}
.header-container #enquiry&gt;a .badge, .header-container #cart&gt;a .badge {
    position: absolute;
    top: 50%;
    left: 100%;
    background: transparent;
    height: 20px;
    width: 20px;
    transform: translate(-100%, -50%);
    font-size: 16px !important;
}
.header-container #enquiry&gt;a .badge&gt;span, .header-container #cart&gt;a .badge&gt;span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    font-weight: 400;
}

/*---------------Header-------------------*/
.header-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto 1fr auto;
    -ms-grid-columns: auto 1fr auto;
    grid-template-rows: auto auto auto;
    -ms-grid-rows: 1fr;
    height: 78px;
}

.header-container .header-menu {
    grid-column: 2 /3;
    grid-row: 1 /4;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.header-container .header-top {
    grid-column: 3 / 4;
    grid-row: 1 / 4;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    position: relative;
    z-index: 1;
    margin-left: 14px;
}
.header-container .header-logo {
    grid-column: 1 /1;
    grid-row: 1 /4;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#main-menu&gt;li&gt;.sm-nowrap {
    /*top: 98px !important;*/
    top: 7.6rem !important;
}
#main-menu&gt;li&gt;.sm-nowrap a {
    padding: 15px !important;
}
#main-menu&gt;li&gt;.sm-nowrap&gt;.active&gt;a {
    color: white !important;
    background-color: #013CA6 !important;
}
.sm-blue a .sub-arrow {
    display: none;
}
#main-menu&gt;li&gt;a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
}
.accreditations ul{
    list-style-type: none;
    padding-left: 0px;
}
.accreditations ul li{
    display: inline-block;

}
.common-home .mfp-content {
    width: 691px;
    max-width: 90%;
    cursor: auto;
    background-color: white;
}
.white-popups .title {
    text-align: center;
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 600;
    color: white;
}
.white-popups {
    padding: 48px 73px;
}
.white-popups .mailchimp-integration {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    -ms-grid-rows: auto auto auto;
}
.section-space.home_popup{
    padding: 0px;
}
.white-popups .mi-block input{
    border-radius: 20px;
    text-align: center;
}
.white-popups  .box-heading{
    display: none;
}
.white-popups .mi-toptext {
    display: block !important;
    text-align: center;
    color: white;
}

.white-popups .mi-button {
    text-align: center;
    display: flex;
    justify-content: center;
}
.white-popups .mi-button .btn-mi{
    background-color: #E91C23 !important;
    border: 1px solid #E91C23 !important;
}
.common-home .mfp-close{
    color: white;
     width: 60px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    font-size: 14px;
    font-weight: 600;
    transform: translate(0, -38px);
    cursor: pointer;
}
.common-home .white-popups {
    padding: 78px 73px;
}
.header-container .header-menu #main-menu {
    box-shadow: none;
    position: relative;
    z-index: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 80px;
}
.header-container .header-menu #main-menu&gt;li {
    height: 100%;
}
.header-container .header-menu #main-menu&gt;li&gt;a {
    height: 100%;
    padding: 20px;
    position: relative;
}
.header-container .header-menu #main-menu&gt;li&gt;a:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 5px;
    background-color: transparent;
    transition: 0.5s ease;
}
.header-container .header-menu #main-menu&gt;li.active&gt;a:after,.header-container .header-menu #main-menu&gt;li:hover&gt;a:after{
    background-color: #E61C1E;
}
.promotional-description span{
    line-height:0.5em;
}
.promotion-row:first-of-type {
    margin: 0px;
    padding-top: 8px;
}
.product-block .product-image-block&gt;a&gt;img{
    transition: 0.5s ease;
}
.product-block:hover .product-image-block&gt;a&gt;img{
    opacity: 0.5;
}
.product-block .btn-group button, .product-block .btn-group button:hover, .product-block .btn-group span {
    min-height: 46px;
    height: 55px !important;
    padding: 13px 14px;
    display: inline-block !important;
    border-radius: 30px !important;
    margin: 0px 4px;
    background-color: #013DA5;
    color: white;
    border: 1px solid #013da5;
    display: flex;
    flex: 1 1 auto;
    min-width: auto !important;
    justify-content: center;
    width: 55px;
    display: inline-flex !important;
    align-items: center;
}
.row.about-and-service&gt;*:first-of-type img {
    border-radius: 0px 30px 0px 0px;
    overflow: hidden;
}
.box-heading h3{
    position: relative;
}
.box-heading h3:after{
    position: absolute;
    z-index: -3;
    content: '';
    width: 100%;
    height: 6px;
    background: #ccc;
    display: block;
    margin: 22px auto 0px;
    bottom: 5px;
    left: 50%;
    -ms-transform: translate(-50%,0px);
    -webkit-transform: translate(-50%,0px);
    transform: translate(-50%,0px);
}
.row.about-and-service&gt;*:nth-child(2) img {
    border-radius: 30px 0px 0px 0px;
    overflow: hidden;
}
#side-categories .group .item.level-2.active&gt;a, #side-categories .group .item.level-3&gt;a.active, #side-categories .group .item.level-2&gt;a:hover ,#side-categories .group .item.level-3&gt;a:hover {
    color: #F92131;
}
#side-price .price-container&gt;* input {
    max-width: 100%;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
}
.sticker {
    padding: 0px 8px;
    line-height: 1.4;
    z-index: 2;
    top: 0px;
    right: -1px;
    height: 75px;
    width: 75px;
    border-radius: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
font-size: calc(12px + (13 - 12) * (100vw - 375px) / (1900 - 375));
text-align:center;
}
.product-image-main .slick-slide img {
    width: 80% !important;
    float: none;
    margin: auto;
    display: block !important;
}
.product-image-column{
    position: relative;
}
.nav-tabs&gt;li&gt;a{
    width: 150px;
    text-align: center;
    cursor: pointer;
}
.new-prices{
        font-size: 25px;
    color: #053EAB;
    margin-top: 5px;
}
.old-prices{
     font-size: 25px;
}
.pricing li{
    display: inline-block;
    padding-right: 10px;
}
#product .input-group .input-group-addon{
    text-transform: uppercase;
}
.project-categories-thumb .proj-thumb span:hover{
    background-color: #E91C23;
    color: white;
}
.article-informations .article-date{
    margin-top: 20px;
        font-style: italic;
    display: none;
}
.blur-map{
    /*opacity: 0.5;*/
        line-height: 0;
}
.zEWidget-launcher{
    z-index: 0 !important;
}
.mailchimp-integration .mi-toptext{
    grid-row: 1 /2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
}
.mailchimp-integration .mi-block{
    grid-row: 2 /3;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
}
.mailchimp-integration .mi-block.mi-button{
    grid-row: 3 /4;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
}
select::-ms-expand {
display: none;
}
.newsletter-section .mailchimp-integration .mi-block.mi-button {
    grid-column: 3 /4;
    grid-row: 1 /1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
     .mi-block input {
        padding: 5px;
        font-size: 16px !important;
    }

 }
 .ncategoriesfilter .level-1&gt;a.active {
     color: #023CA7;
 }
.ncategoriesfilter .sub.level-2{
  padding-left: 20px;
}
.list-group a {
    border: 0px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
    padding: 0px;
    padding-bottom: 12px;
    color: #111;
}
.list-group a:hover, .list-group a.active, .list-group a.focus{
    background-color: transparent !important;
     border: 0px solid #DDDDDD !important;
     color: #023CA7;
}
@media only screen and (max-width : 1600px) {
 
}

@media only screen and (max-width : 1366px) {
  
}

@media only screen and (max-width : 1280px) {
    .top-header-section .delivery {
        font-size: 12px;
    }
    .top-header-section .contact {
        font-size: 12px;
    }
    .header-container .header-menu #main-menu {
        margin-right: 15px;
    }
    .about-thumb .overlay .link {
        display: inline-block;
        background-color: #E91B23;
        font-size: 17px;
        text-transform: uppercase;
        padding: 6px 10px;
        position: absolute;
        bottom: 52px;
        left: 15%;
        color: white;
        cursor: pointer;
    }
   
}

@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 1199px) {

    
}

@media only screen and (max-width : 1123px) {


}

@media only screen and (max-width : 1080px) {

}

@media only screen and (max-width : 1024px) {
    
   
    
    .about-thumb .overlay .link {
        display: inline-block;
        background-color: #E91B23;
        font-size: 17px;
        text-transform: uppercase;
        padding: 6px 10px;
        position: absolute;
        bottom: 23px;
        left: 15%;
        color: white;
        cursor: pointer;
    }
    .about-thumb .overlay .title {
        font-size: 40px;
        text-transform: uppercase;
        letter-spacing: 5px;
        display: inline-block;
        position: relative;
        line-height: 1em;
        margin-bottom: 6px;
    }
    .about-thumb .overlay .description p {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .header-container ._search&gt;a&gt;img, .header-container #enquiry&gt;a&gt;img, .header-container #cart&gt;a&gt;img{
        height: 20px;
    }
    .header-container .header-menu #main-menu&gt;li&gt;a {
        height: 100%;
        padding: 5px;
        position: relative;
    }
    .top-header-section {
        grid-template-rows: 1fr 1fr 1fr;
        -ms-grid-rows: 1fr 1fr 1fr;
    }
    .top-header-section .social-icon{
        display: none;
    }
    .top-header-section .delivery {
        grid-column: 1 / 5;
        grid-row: 1 / 1;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #2a4a8b;
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: 5px;
        font-weight: 400;
    }
    .top-header-section .contact {
        grid-column: 1 / 5;
        grid-row: 2/ 3;
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 3px;
        font-weight: 400;
        padding-right: 20px;
        margin-top: 5px;
    }
    .top-header-section .logins {
        grid-column: 1 / 5;
        grid-row: 3 / 4;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 3px;
        font-weight: 400;
    }

}

@media only screen and (max-width : 997px) {
}


@media only screen and (max-width : 992px) {
}


@media only screen and (max-width : 991px) {

}

@media only screen and (max-width : 889px) {

}

@media only screen and (max-width : 800px) {

}

@media only screen and (max-width : 769px) {
    .article-row&gt;*:first-of-type {
        flex: 0 0 100%;
    }
     .project-categories-thumb .slick-track
    {
        display: flex !important;
    }
    
    .project-categories-thumb .slick-slide
    {
        height: inherit !important;
    }
    .project-categories-thumb .slick-slide&gt;div
    {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .header-container {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr auto 1fr;
        -ms-grid-columns: 1fr auto auto;
        grid-template-rows: auto;
        -ms-grid-rows: auto;
    }
    .header-container .header-logo {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header-container .header-top {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0px;
        position: relative;
        z-index: 1;
        margin-left: 68px;
    }
    .header-container .header-links&gt;a&gt;i, .header-container #account&gt;a[data-toggle="dropdown"]&gt;i, .header-container #enquiry&gt;a&gt;i, .header-container #cart&gt;a&gt;i, .header-container ._search&gt;a&gt;i {
        font-size: 33px;
        color: white;
    }
    .container {
        min-width: 90%;
        max-width: 90%;
    }
    .product-category #content{
        width: 100%;
    }
    #filter_group_tigger_open {
        position: fixed;
        top: 50vh;
        left: -54px;
        transform: translateY(-50%) rotate(90deg);
        z-index: 10;
        width: 150px;
        padding: 10px;
        display: block !important;
    }
    #filter_group_tigger_open {
        left: -64px !important;
    }
    #filter-groups.open {
        opacity: 1;
        transform: translateX(0%);
    }
    #filter-groups {
        position: fixed;
        top: 0px;
        left: 0px;
        opacity: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        padding: 40px 30px 15px;
        overflow: auto;
        background: white;
        transition: all 0.3s;
        transform: translateX(-100%);
    }
}


@media only screen and (max-width : 768px) {
    h1.banner-title {
    font-size: 16px !important;
    background: rgb(0, 0, 0,0.5);
    height: 31px;
    padding: 6px 15px;
    display: inline-block;
}

}

@media only screen and (max-width : 767px) {

}

@media only screen and (max-width : 747px) {

}

@media only screen and (max-width : 744px) {

}

@media only screen and (max-width : 690px) {

}


@media only screen and (max-width : 560px) {
    .row.about-and-service img {
        border-radius: 00px 0px 0px 0px !important;
        overflow: hidden;
    }
    .common-home .white-popups {
        padding: 28px 31px;
    }
    .mfp-content .mailchimp-integration .box-heading {
        grid-column: 1 / 2;
        grid-row: 1 / 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 10px;
        display: none;
    }
    #google_recaptcha, .g-recaptcha {
        transform: scale(0.8);
        transform-origin: center center;
    }
    .contact-footer #google_recaptcha {
        float: none;
        margin-bottom: 15px;
        margin: auto;
        transform-origin: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .article-row&gt;*:first-of-type {
        flex: 0 0 100%;
        overflow: hidden;
    }
    .slide-info {
        line-height: 1.3em;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        padding-bottom: 40px;
        color: white;
        background-color: rgba(0,0,0,0.8);
    }
    .information-information .mfp-inline-holder .mfp-content {
        width: 900px;
        max-width: 74%;
        cursor: auto;
        background-color: white;
    }
    #product-tabs {
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-banner .page-banner-title {
        font-size: 29px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .footer-upper-contet&gt;*:nth-child(2){
        display: none;
    }
    h2 .relative {
        letter-spacing: 5px;
        font-size: 18px;
    }
    .mailchimp-integration {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
        grid-template-rows: auto auto auto;
        -ms-grid-rows: auto auto auto;
    }
    .mailchimp-integration .box-heading {
        grid-column: 1 / 2;
        grid-row: 1 / 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 10px;
    }
    .newsletter-section .mailchimp-integration .mi-block {
        grid-column: 1/ 2;
        grid-row: 2 / 3;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .newsletter-section .mailchimp-integration .mi-block.mi-button {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    footer{
        margin-top: 0px;
    }
    body .newsletter-section {
        padding: 50px;
        border-top: 0px solid #ccc;
        width: 1200px;
        max-width: 90%;
        float: none;
        margin: auto;
        display: none;
        padding: 50px 0px;
    }
    .proj-cat-thumb .description ul {
        padding-left: 0px;
        columns: 1;
        list-style-type: none;
        margin-top: 30px;
    }
    .header-container {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-columns: 1fr auto auto;
        grid-template-rows: auto;
        -ms-grid-rows: auto;
    }
    .common-home .container, header .container, footer .container {
        width: 2200px;
        max-width: 100%;
    }
    .header-container .header-top {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0px;
        position: relative;
        z-index: 1;
        margin-left: 0px;
    }
    .header-container #cart_dropdown_icon img, .header-container #enquiry_dropdown_icon img {
        margin: auto;
        height: 17px;
    }
    .top-header-section .delivery {
        grid-column: 1 / 5;
        grid-row: 1 / 1;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #2a4a8b;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: 400;
    }
    .top-header-section {
        grid-template-rows: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
    }
    .row-group{
    	display: flex;
    	flex-wrap: wrap;
    }
    .row-group&gt;*{
    	flex: 0 0 100%;
    }
    .row-group&gt;*:last-of-type{
    	margin-bottom: 20px;
    	text-align: center;
    }
    .row-group&gt;*:first-of-type{
    	order: 2;
    }
    .promotional-description p span {
        font-size: 20px !important;
    }
    .promotional-description p{
        margin-bottom: 0px;
    }
    .about-thumb .overlay {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        color: white;
        padding: 4% 15%;
    }
    .about-thumb .overlay .title {
        font-size: 26px;
        text-transform: uppercase;
        letter-spacing: 5px;
        display: inline-block;
        position: relative;
        line-height: 1em;
        margin-bottom: 10px;
    }
    .about-thumb .overlay .description p {
        font-size: 10px;
        margin-bottom: 0px;
    }
    .about-thumb .overlay .description p {
        font-size: 10px;
        margin-bottom: 0px;
    }
    .about-thumb .overlay .link {
        display: inline-block;
        background-color: #E91B23;
        font-size: 11px;
        text-transform: uppercase;
        padding: 4px 10px;
        position: absolute;
        bottom: 12px;
        left: 15%;
        color: white;
    }
    .product-eshop .product-view&gt;* {
        margin-bottom: 15px;
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width : 480px) {
    #product-filter-replace h1 {
        display: none !important;
    }
}

@media only screen and (max-width : 414px) {

}


@media only screen and (max-width : 378px) {

}

@media only screen and (max-width : 375px) {

}

@media only screen and (max-width : 320px) {
    .product-eshop .product-view&gt;* {
        margin-bottom: 15px;
        width: calc(100% - 10px);
    }
    .top-header-section .delivery {
        font-size: 11px;
    }
    .about-thumb .overlay .link {
        display: inline-block;
        background-color: #E91B23;
        font-size: 11px;
        text-transform: uppercase;
        padding: 4px 10px;
        position: absolute;
        bottom: 12px;
        left: 15%;
        color: white;
    }
    .white-popups {
        padding: 25px 53px;
    }
   .about-thumb .overlay .title {
        font-size: 19px;
        text-transform: uppercase;
        letter-spacing: 5px;
        display: inline-block;
        position: relative;
        line-height: 1em;
        margin-bottom: 10px;
    }
}
/* Customize the label (the container) */
.chk-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px; 
  font-weight: 500 !important;
}


/* Hide the browser's default checkbox */
.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    margin-top: 1px;
    border: 1px solid #B2B2B2;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #888888;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox&gt;label{
	padding-left: 0px;
}

.chk-container{
   
    padding-left: 27px !important;
}

@media (min-width: 768px){
.col-sm-3 {
    width: 20% !important;
}
}

@media (min-width: 768px){
.col-sm-9 {
    width: 80% !important;
}
}

@media (min-width: 1200px){
.container {
    /*width: 95% !important;*/
    width: 90% !important;
}
}

.article-row .image img {
    /*width: 700px;*/
    /*height: 415px !important;*/
    object-fit: cover;
}

@media only screen and (max-width: 1501px) and (min-width: 768px)  {
    #content .container, footer .container {
    width: 100% !important;
}
    .header-logo-image {
    width: 100px !important;
}

.proj-cat-thumb .albums .col-lg-3 {
    width: 25% !important;
}
}

footer .container .contact-us li {
    color: white;
    font-size: 17px;
    margin-bottom: 8px;
    display: inline-block;
    list-style: none;
}

footer .container .contact-us ul{margin-left: -40px !important;}

#product-filter-replace h1 {
    margin-top: -120px !important;
    margin-bottom: 100px !important;
    font-size: 30px !important;
    margin-left: 73px !important;
}

.quickcheckout-checkout .payment .paynow-container {
    width: 80% !important;
    margin: 0 auto;
}

@media(max-width: 1024px) {
    .quickcheckout-checkout .payment .paynow-container {
    width: 100% !important;
    }
}

@media (min-width:1200px) {
.product-special .product-view&gt;*, .product-category .product-view&gt;* {
    width: calc(25% - 15px);
}
}

@media (max-width: 540px) {
.product-special .product-view&gt;*, .product-category .product-view&gt;* {
    width: calc(50% - 10px);
    margin: 5px;
}

.product-block .btn-group button, .product-block .btn-group button:hover, .product-block .btn-group span { 
    min-height: 35px !important;
    height: 35px !important;
}
}


.header-top #cart_dropdown_icon img, #enquiry_dropdown_icon img, #fullpage-search-open img {
    max-width: 21px;
}</pre></body></html>