.padding-for_header,
.header36_component {
    margin-top: 115px;
}

.cookie-consent {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(34, 48, 28, 0.75);
    z-index: 10001;
    overflow: hidden;
}

.cookie-consent .button.orange {
    background-color: #db5735;
    color: #fff;
}


.section_header7 {
  background-image: url('../images/Carnoustie2.jpg') !important;
}

.cookie-consent .button {
    padding: 10px 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #db5735;
    background-color: #fff;
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
    color: #333;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
}

.pl-20 {
    padding-left: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.pt-20 {
    padding-top: 20px;
}

.cookie-consent h2 {
    margin-top: 20px;
    margin-bottom: 10px;

    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
}

.cookie-consent > .cookie-consent-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100%;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cookie-consent > .cookie-consent-wrapper > .cookie-consent-inner-wrapper {
    background-color: #ffffff;
    max-width: 500px;
    margin-top: auto;
    margin-bottom: auto;
}
.cookie-consent
    > .cookie-consent-wrapper
    > .cookie-consent-inner-wrapper
    > .cookie-consent__agree {
    display: block;
    width: 100%;
}

.grid-4-agronomy {
    margin-top: 14px;
    grid-column-gap: 14px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.blog3_image-wrapper {
    margin-bottom: 10px;
}

.team9_image {
    border-radius: 0px;
}

.layout42_content-right {
    display: grid;
    grid-template-columns: 100%;
}

.layout42_content-right div {
    width: 100%;
}

.blogpost1_title-wrapper {
    margin-bottom: 0rem;
}

.product-header1_details p,
.product-header1_details ul {
    margin-bottom: 0;
    font-size: 0.875rem;
    margin-top: 0rem;
    padding-left: 0rem;
}

.product-header3_heading {
    cursor: auto;
}

.product-header1_details ul {
    padding-left: 8px;
}

.product-header1_details li {
    margin-bottom: 0rem;
}

.product-header1_details li {
    list-style: none;
}

.product-header1_details li::marker {
    content: "• ";
    font-size: 0.875rem;
    vertical-align: middle;
    line-height: 20px;
}

.text-rich-text h5,
.text-rich-text h6 {
    margin-bottom: 0.5rem;
}

.product-composition-wrapper .product-composition {
    font-size: 1.1rem;
}

.product1_image-wrapper.product {
    width: 100%;
    padding-top: 5%;
    position: relative;
    padding-left: 25%;
    padding-right: 25%;
    min-height: 250px;
}

.text-rich-text p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.product1_image.product {
    object-fit: contain;
    position: absolute;
}

ul {
    font-size: 0.875rem;
}

.background-color-red {
    color: #fff;
    background-color: #ef3e2e;
}
.background-color-blue {
    color: #fff;
    background-color: #0095da;
}
.background-color-dark-red {
    color: #fff;
    background-color: #d2232a;
}
.background-color-yellow {
    color: #000;
    background-color: #ffdd00;
}
.background-color-dark-blue {
    color: #000;
    background-color: #00728f;
}
.article-lightbox {
    position: fixed;
    left: 0%;
    top: 140px;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: none;
    overflow: auto;
    padding: 60px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.article-lightbox.open {
    display: block;
}

.article-lightbox-background {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-color: rgba(34, 48, 28, 0.4);
}

.youtube-iframe {
    width: 100%;
    height: 500px;
}

.video-thumbnail,
.video-thumbnail2 {
    position: relative;
    cursor: pointer;
}

.article-light-content {
    position: relative;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.video-thumbnail-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-thumbnail-icon.large {
    width: 165px;
    height: 165px;
}

.video-thumbnail-image {
    display: block;
    width: 100%;
}

.video-close-icon {
    width: 40px;
    height: 39px;
    cursor: pointer;
}

.video-close-row {
    margin-bottom: 20px;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .padding-for_header,
    .header36_component {
        margin-top: 0px;
    }
}
