@charset "utf-8";

a:focus {
    outline: medium !important;
}

a {
    text-decoration: none;
    color: #333
}

body {
    font-family: system-ui, sans-serif !important
}

.breadcrumb{
    padding: 0;
}
.breadcrumb ol{
        text-align: center;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
}

.breadcrumb li{
      display: inline;
}

.logo {
    max-width: 250px;
}

.btn-amazon {
  background-color: #f0c14b;
  border-color: #a88734 #9c7e31 #846a29;
  color: #111;
  margin: auto;
  width: 100%;
}

.max-height-300 {
  max-height: 300px;
  max-width: 100%;
  margin: auto;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.the_content {
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 100%
}

.the_content p {
    line-height: 1.8;
    font-size: 18px
}

.menu {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    list-style-type: none;
    padding-left: 0
}

.item_price:hover {
    color: #3b3ba0
}

.item_price strong {
    margin-bottom: 20px
}

.list li {
    margin-bottom: 20px
}

.list ul {
    margin-bottom: 30px
}

.list {
    background: #d8d8d8;
    padding: 15px
}

.menu li {
    margin-bottom: 11px
}

.am_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: auto;
    max-width: 300px;
    height: 50px;
    margin: 30px auto;
    position: relative;
    padding: 7.5px;
    text-align: center
}

.am_button:before, .am_button:after {
    content: '';
    position: absolute;
    width: 119%;
    height: 150%;
    top: -30%;
    left: -10%;
    border-radius: 100%;
    border: 2px solid red;
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    box-shadow: inset red -1px 0 0, inset red -2px 0 0, inset red -3px 0 0, inset red -4px 0 0;
    z-index: -1;
    transition: all .5s ease-in-out
}

.am_button:hover:before {
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg)
}

.am_button:after {
    transform: rotate(-170deg);
    -ms-transform: rotate(-170deg);
    -webkit-transform: rotate(-170deg)
}

.am_button:hover:after {
    transform: rotate(-175deg);
    -ms-transform: rotate(-175deg);
    -webkit-transform: rotate(-175deg)
}

.am_button a, .am_button, .am_button label, .am_button button, .am_button input[type=button], .am_button input[type=submit] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 150px;
    margin: 0 auto;
    padding: .3em .4em .4em .4em;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    font-family: system-ui, 'Source Sans Pro', 'Open Sans', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
    line-height: 1;
    font-kerning: auto;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #f5d68c;
    background: -moz-linear-gradient(top, #f5d68c 0, #f0c351 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5d68c), color-stop(100%, #f0c351));
    background: -webkit-linear-gradient(top, #f5d68c 0, #f0c351 100%);
    background: -o-linear-gradient(top, #f5d68c 0, #f0c351 100%);
    background: -ms-linear-gradient(top, #f5d68c 0, #f0c351 100%);
    background: linear-gradient(to bottom, #f5d68c 0, #f0c351 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d68c', endColorstr='#f0c351', GradientType=0);
    color: #000;
    text-shadow: #d8a31d 1px 1px 0;
    border: 1px solid #f5d68c;
    border-bottom-color: #bb8e1b;
    border-radius: 3px;
    box-shadow: inset #d8a31d 0 -5px 15px, inset #f7e0a9 0 1px 1px, white 0 1px 0, white 1px 0 0, white -1px 0 0, white 0 -1px 0, white 0 2px 0, white 2px 0 0, white -2px 0 0, white 0 -2px 0, white 2px 2px 0, white 2px -2px 0, white -2px -2px 0, white -2px 2px 0, rgba(0, 0, 0, .15) 0 3px 5px;
    position: relative;
    z-index: 1000
}

.am_button a:hover, .am_button:hover, .am_button a:focus, .am_button label:hover, .am_button label:focus, .am_button button:hover, .am_button button:focus, .am_button input[type=button]:hover, .am_button input[type=button]:focus, .am_button input[type=submit]:hover, .am_button input[type=submit]:focus {
    background: #f7dfa5;
    color: #000;
    background: -moz-linear-gradient(top, #f7dfa5 0, #f0c351 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7dfa5), color-stop(100%, #f0c351));
    background: -webkit-linear-gradient(top, #f7dfa5 0, #f0c351 100%);
    background: -o-linear-gradient(top, #f7dfa5 0, #f0c351 100%);
    background: -ms-linear-gradient(top, #f7dfa5 0, #f0c351 100%);
    background: linear-gradient(to bottom, #f7dfa5 0, #f0c351 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a3', endColorstr='#f0c351', GradientType=0);
    box-shadow: inset #d8a31d 0 -5px 15px, inset #f7e0a9 0 1px 1px, rgba(228, 255, 0, 0.5) 0 0 10px, white 0 1px 0, white 1px 0 0, white -1px 0 0, white 0 -1px 0, white 0 2px 0, white 2px 0 0, white -2px 0 0, white 0 -2px 0, white 2px 2px 0, white 2px -2px 0, white -2px -2px 0, white -2px 2px 0, rgba(0, 0, 0, .15) 0 1px 1px
}

.am_button a:active, .am_button:active, .am_button label:active, .am_button button:active, .am_button input[type=button]:active, .am_button input[type=submit]:active {
    background: #f0c351;
    border: 1px solid #bb8e1b;
    border-bottom-color: #052;
    box-shadow: inset #040 0 -5px 15px, inset #f7e0a9 0 1px 1px, white 0 1px 0, white 1px 0 0, white -1px 0 0, white 0 -1px 0, white 0 2px 0, white 2px 0 0, white -2px 0 0, white 0 -2px 0, white 2px 2px 0, white 2px -2px 0, white -2px -2px 0, white -2px 2px 0
}

.item_price strong {
    display: inline-block;
    width: auto;
    height: 38px;
    background-color: #e6e6e6;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #e6e6e6;
    margin-left: 19px;
    position: relative;
    color: black;
    font-weight: 300;
    font-family: system-ui, 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 38px;
    padding: 0 10px 0 10px
}

.item_price strong:before {
    content: "";
    position: absolute;
    display: block;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #e6e6e6
}

.item_price strong:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -9px;
    top: 17px
}

@media screen {
    @ media(max-width:1449px) {
        .grid_wrapper {
            display: grid;
            grid-template-columns: 1fr;
            width: 100%
        }
    }

    .grid_left {
        display: grid;
        grid-column: 1 / span 1;
        grid-row: 1;
        background-color: #fff;
        padding: 5px;
        height: 100%;
        width: 100%;
        text-align: center
    }

    .grid_right {
        display: grid;
        grid-column: 1 / span 1;
        grid-row: 2;
        height: 100%;
        width: 100%
    }
}

@media screen and (min-width:1450px) {
    .grid_wrapper {
        display: grid;
        grid-template-columns: repeat(10, 1fr)
    }
}

.grid_left {
    display: grid;
    grid-column: 1 / span 2;
    grid-row: 1;
    padding: 0;
    height: 100%;
    width: 100%
}

.grid_right {
    display: grid;
    grid-column: 3 / span 8;
    grid-row: 1
}

@media (max-width:799px) {
    .grid_wrapper {
        font-size: 18px
    }

    ul {
        list-style-position: inside;
        padding-left: 0
    }

    .itembox {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: auto;
        width: 100%
    }

    .itemboxborder {
        border-style: solid;
        border-width: 1px;
        border-color: #efefef
    }

    .itembox_top1 {
        display: grid;
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
        background-color: #e47911;
        color: #fff;
        font-size: .8em;
        text-align: center;
        padding: 3px
    }

    .itembox_top2 {
        display: grid;
        grid-column: 3 / span 1;
        grid-row: 1 / span 1;
        background-color: #27ae60;
        color: #fff;
        font-size: .8em;
        text-align: center;
        padding: 3px;
        height: 20px
    }

    .item_img {
        display: grid;
        grid-column: 1 / span 3;
        grid-row: 2 / span 1
    }

    .item_content {
        display: grid;
        grid-column: 1 / span 3;
        grid-row: 3 / span 1
    }

    .item {
        display: grid;
        grid-row: 4 / span 1;
        line-height: 15px;
        font-size: 30px
    }

    .item_price {
        display: grid;
        grid-column: 1 / span 3;
        grid-row: 5 / span 1;
        margin: 15px;
        right: 5px
    }

    .item_info {
        display: grid;
        grid-column: 1 / span 3;
        grid-row: 6 / span 2;
        right: 5px;
        position: relative;
        height: 80px
    }

    .the_content {
        padding: 15px 5px
    }
}

@media screen and (min-width:800px) {
.navbar-nav {
    flex-wrap: wrap;
}

.btn-amazon {
  background-color: #f0c14b;
  border-color: #a88734 #9c7e31 #846a29;
  color: #111;
  margin: auto;
  width: 50%;
}

    .grid_wrapper {
        font-size: 16px
    }

    .the_content {
        padding: 15px 40px
    }

    .itembox {
        display: grid;
        grid-template-columns: repeat(20, 1fr);
        grid-template-rows: 20px 1fr 75px;
        height: auto;
        width: 100%
    }

    .itemboxborder {
        border-style: solid;
        border-width: 1px;
        border-color: #efefef
    }

    .itembox_top1 {
        display: grid;
        grid-column: 1 / span 3;
        grid-row: 1 / span 1;
        background-color: #e47911;
        color: #fff;
        font-size: .8em;
        text-align: center;
        padding: 3px
    }

    .itembox_top2 {
        display: grid;
        grid-column: 19 / span 2;
        grid-row: 1 / span 1;
        background-color: #27ae60;
        color: #fff;
        font-size: .8em;
        text-align: center;
        padding: 3px;
        height: 20px
    }

    .item_img {
        display: grid;
        grid-column: 1 / span 4;
        grid-row: 2 / span 1
    }

    .item_content {
        display: grid;
        grid-column: 7 / span 15;
        grid-row: 2 / span 1
    }

    .item {
        display: grid;
        grid-row: 3 / span 1;
        line-height: 15px;
        font-size: 30px
    }

    .item_price {
        grid-column: 1 / span 5;
        grid-row: 3 / span 1;
        margin: 15px
    }

    .item_info {
        grid-column: 8 / span 12;
        grid-column: 8 / span 12;
        grid-row: 3 / span 1
    }
}
}

/* TOPBAR */

/*! CSS Used from: https://nordicoil.de/Themes/NordicOil/Content/css/main.css?v=20191127 */

svg{overflow:hidden;vertical-align:middle;}

.banner-top{top:0;left:0;width:100%;padding:14px 20px;text-align:center;}
.banner-top .banner-item{padding:0 15px;display:inline-flex;align-items:center;position:relative;text-align:left;}
.banner-top .banner-item a{color:#fff;}
.banner-top .banner-item .banner-item-icon{color:#fff;margin-right:15px;}
.banner-top .banner-item .banner-item-icon .feather{width:22px;height:22px;}
.banner-top .banner-item .banner-item-title{color:#fff;text-transform:uppercase;font-size:.75em;font-weight:500;}
.banner-top .banner-item .banner-item-subtitle{color:#fff;text-transform:uppercase;font-size:.75em;font-weight:700;margin-top:-4px;}
.banner-top .banner-item:not(:last-child):after{position:absolute;display:inline-block;content:'';right:0;height:100%;width:1px;background:rgba(255,255,255,.3);}
@media only screen and (max-width:768px){
.banner-top{padding:10px 0;}
.banner-top .banner-item{padding:0 5px;}
}
@media only screen and (max-width:451px){
.banner-top .banner-item:after{display:none!important;}
.banner-top .banner-item.banner-item-hidden{display:none;}
.banner-top .banner-item .banner-item-icon{display:none;}
.banner-top .banner-item .banner-item-title{font-size:.6em;}
.banner-top .banner-item .banner-item-subtitle{font-size:.6em;}
}
@media (min-width:375px){
.banner-top .banner-item .banner-item-icon{display:block;margin-right:10px;display:flex;align-items:center;}
.banner-top .banner-item .banner-item-icon .feather{width:18px;height:18px;}
}

.maincolor {
    background-color: #096f00!important;
    color:#eee!important;
}
.text-maincolor {
    color: #096f00!important;
}

.img-offer{
            max-height:350px;
            width: 100%;
        }

        .img-offer-container{
            height:350px;
        }

        @media(max-width: 991px){
            .img-offer{
            max-height:224px;
        }

        .img-offer-container{
            height:224px;
        }
        }

        @media(max-width: 767px){
            .img-offer{
            width:auto;
            height:auto;
            max-height:none;
        }

        .img-offer-container{
            height:auto;
        }
        }