@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', serif;
    color: #000000;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.marg {
    margin: 0 auto;
    width: 95%;
    max-width: 1500px;
}

strong,
b {
    font-weight: 700;
}

ul {
    margin: 20px 20px 20px 0;
}

ul li {
    background-image: url("../images/_body/next.png");
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 20px;
    color: #000;
    font-weight: 500;
}

input,
textarea,
select {
    font-family: 'Literata', serif;
    outline: none;
    font-weight: 400 !important;
    border: 1px solid #ddd;
    padding: 1em;
    font-size: .8em;
}

a {
    color: #82594c;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #82594c !important;
    text-decoration: none;
}

h1 {
    font-size: 2.3em;
    font-weight: 400;
    margin-bottom: .8em;
    line-height: normal;
}

.heading {
    display: inline-block !important;
    text-align: center !important;
    width: 100% !important;
    background-image: url("../images/_body/hBg.png");
    background-position: center;
    background-repeat: repeat-x;
    background-color: white;
    margin: 0 0 1em 0 !important;
    font-size: 2.8em !important;
}

.heading span {
    display: inline-block;
    background-color: white;
    padding: 0 1em;
}

.heading small {
    display: block;
    font-size: .4em !important;
    color: #82594c;
}

header {
    position: absolute;
    width: 100%;
}

.header-select-menu {
    height: 25px;
    font-size: 11px;
    padding: 0 5px;
    margin-left: 10px;
    border: 1px solid #fff;
    font-weight: 600 !important;
}

.main-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
}

.m-web {
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 3;
    flex: 1;
}

.m-web a {
    color: white;
    font-weight: 700;
}

.m-web a:hover {
    color: white !important;
    text-decoration: none;
}

.sBag {
    background-image: url("../images/_body/shopping-bag-top.svg");
    background-size: 100%;
    width: 40px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding-top: 10px;
    margin-left: 20px;
    cursor: pointer;
}

.logo {
    margin: 25px 0;
    order: 2;
}

.logo img {
    height: 130px;
}

.top-con {
    order: 1;
    flex: 1;
    display: flex;
    align-items: center;
}

.social {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    margin-right: 10px;
}

.lanSelect {
    font-weight: 500;
    margin-left: 15px;
}

.lanSelect a {
    text-decoration: none;
}

.social img {
    height: 40px;
    width: 40px;
}

.responsive-nav {
    display: none;
}

.panel {
    display: none;
}

.main-navi {}

.navigation {
    list-style: none;
    font-size: 1.2em;
    margin: 0 0 0 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.navigation li {
    display: inline-block;
    margin: 0 15px 0 15px;
    padding: 0;
    background-image: none;
    height: 35px;
}

.navigation .act a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.navigation li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.navigation li a:hover {
    color: #fff !important;
}

.navigation .act a:hover {
    color: #fff;
}

.main-navi li:hover>ul {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
}

.main-navi ul ul {
    position: absolute;
    display: none;
    margin: 0 0;
    padding: 0 0 0 0;
    opacity: 0;
    z-index: 1000;
    box-sizing: border-box;
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
}

.submenuHover {
    min-width: 250px;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 5px !important;
    border-top: 3px solid #82594c;
}

.submenuHover li {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    font-size: .8em;
}

.submenuHover li:hover {
    transition: all 0.5s;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submenuHover li:hover a {
    color: #82594c !important;
}

.submenuHover a {
    background-color: transparent !important;
    border-radius: unset !important;
    color: #82594c !important;
    text-decoration: none;
    font-weight: 700 !important;
    float: left;
    width: 100%;
    padding: 1em !important;
    border: none !important;
    border-bottom: 1px solid #82594c !important;
    line-height: .5em !important;
    box-sizing: border-box;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;
}

.submenuHover a:hover {
    text-decoration: none;
    /*background-color: #122247;*/
    color: #fff !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.featured-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-shadow: 1px 1px black;
}

.feautred-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feautred-img-sub {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feautred-summary {
    width: 100%;
    max-width: 1000px;
    color: white;
    font-size: 2.3em;
    font-weight: 500;
}

.feautred-summary strong {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: 700;
    padding: .5em;
    display: block;
    color: white;
    text-align: center;
}

.rez-min {
    background-color: #fff;
    padding: 1em 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #82594c;
}

.mt50 {
    margin-top: 50px;
}

.odsek {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}


/*FORM*/

.form-btn:hover {
    background-color: black;
    color: white;
    border: 1px solid black;
}

.rez-input {
    border: 1px solid white;
    background-position: left center;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 1em;
    margin-right: 8px;
}

.form-btn {
    font-size: 1em;
    background-color: #82594c;
    color: white;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border: 0px solid #fff;
}

.form-btn:hover {
    background-color: #000;
    border: 0px solid #fff;
}

.date {
    width: 150px;
    border-right: none;
    background-image: url("../images/_body/calendar.svg");
}

.guest {
    width: 100px;
    background-image: url("../images/_body/family.svg");
}

footer {
    width: 100%;
    padding: 30px 0;
    background-image: url("../images/_body/foot.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.margFoot {
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
}

.foot-cont {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.foot-cont>div {
    margin: 0 1em;
    color: white;
    font-weight: 500;
    font-size: 1.2em;
    text-align: center;
    min-width: 160px;
}

.foot-cont h5 {
    font-size: .9em;
    font-weight: 400;
    margin-bottom: 5px;
}

.foot-cont a {
    color: white;
    text-decoration: none;
}

.foot-cont a:hover {
    color: #ba7559 !important;
}

.page_end {
    width: 100%;
    text-align: center;
    font-size: .8em;
    color: #ba7559;
    line-height: 1.5em;
}

.page_end a {
    color: #ba7559;
}

.page_end a:hover {
    color: #f8c0a9 !important;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.blog-item {
    flex: 1;
    min-width: 160px;
    max-width: 380px;
    margin: 10px;
}

.blog-item-image img {
    width: 100%;
}

.blog-item p {
    color: #82594c;
    font-weight: 700;
    margin: 8px 0;
}

.blog-item a {
    color: black;
    font-weight: 500;
}

.intro p {
    margin: 0 auto;
    font-size: 1.5em;
    width: 100%;
    max-width: 750px;
    text-align: center;
}

.section {
    width: 100%;
    background-color: #fcf3df;
    padding: 30px;
    text-align: center;
    font-size: 1.4em;
}

.izpostave {
    display: flex;
    background-color: #fcf3df;
    padding: 30px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.izpostave a {
    text-decoration: none;
}

.izpostava {
    flex-basis: 30%;
    background-color: white;
    padding: 15px;
    border: 1px solid #d8dbb5;
    text-align: center;
    margin: 10px 0;
}

.izpostava img {
    height: 70px;
    margin-bottom: 10px;
}

.izpostava h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-weight: 500;
    color: #82594c;
}

.izpostava p {
    font-size: .9em;
    line-height: 1.5em;
}

.intro {
    display: flex;
    background-color: #5e6328;
    color: white;
    width: 100%;
    padding: 50px 0;
    line-height: 1.5em;
    font-size: 1.3em;
}

.intro>div {
    flex: 1;
    margin: 0 5%;
}

.cta {
    display: flex;
    background-color: #5e6328;
    color: white;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.cta-cont {
    text-align: center;
    padding: 2em;
    line-height: 1.5em;
    font-size: 1.4em;
}

.cta-cont h2 {
    font-weight: 500;
    margin-bottom: 15px;
}

.cta a {
    color: #ffffff;
    text-decoration: underline;
}

.cta a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

section.module.parallax {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    text-align: center;
}

section.module.parallax strong {
    background-color: rgba(91, 33, 10, 0.7);
    font-size: 1.6em;
    line-height: 1em;
    font-weight: 500;
    padding: .5em;
    color: white;
}

section.module.parallax p {
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 500;
    padding: .5em;
    color: black;
}

section.module.parallax-1 {
    background-position: bottom;
}

.posebna_ponudba {
    display: flex;
    flex-wrap: wrap;
}

.pon {
    flex: 1;
    min-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.posebna_ponudba_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1;
    margin: 0;
    height: 60vh;
}

.posebna_ponudba_summary {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    padding: 2em;
}

.product-details-info h2{
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: .5em;
    padding-left: 10px;
}

.posebna_ponudba h2 {
    font-size: 2.3em;
    font-weight: 500;
    margin-bottom: .5em;
}

.posebna_ponudba h5 {
    font-size: 1.2em;
    display: inline-block;
    background-color: #82594c;
    font-weight: 500 !important;
    color: white;
    padding: .5em;
}

.breadCrumbs {
    font-size: 11px;
    padding: 20px 0 50px 0;
    color: #acacac;
}

.breadCrumbs a {
    text-decoration: none;
    color: #acacac;
}

.sub-content {
    width: 100%;
    margin: 0 0 50px 0;
    font-size: 1.2em;
    line-height: 1.5em;
}

.sub-content h2 {
    font-size: 2em;
    font-weight: 500;
    margin: .8em 0;
    color: #82594c;
}

.sub-content h3 {
    font-size: 1.6em;
    font-weight: 500;
    margin: .8em 0;
    color: #82594c;
}

.sub-content h4 {
    font-size: 1.4em;
    font-weight: 500;
    margin: .4em 0;
    color: #82594c;
}


/* MISC*/

.imgCover {
    float: left;
    width: 100%;
    height: 35vh;
    background-size: 100%;
    margin: 1em 0 1em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgRight {
    float: right;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: right;
    box-sizing: border-box;
    margin: 0 0 1em 1em;
}

.imgRight img {
    width: 100%;
}

.imgLeft {
    float: left;
    width: 35%;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 0 1em 1em 0;
}

.imgLeft img {
    width: 100%;
}

.userGgallery {
    padding: 1em;
    margin: 1em 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.userGgallery a {}

.userGgallery img {
    width: 100%;
    max-width: 350px;
    margin: 0 10px;
}

.allGallery {
    grid-template-columns: repeat(6, 1fr);
}

blockquote {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-top: 2px solid #82594c;
    border-bottom: 5px solid #82594c;
    padding: 30px 0 30px 0;
    margin: 30px 0 30px 0;
    background-color: #fffbf4;
    font-weight: 700;
}

blockquote p {
    width: 70%;
    margin-left: 15%;
}

.carousel {
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.carouselImg {
    display: none;
    width: 100%;
}

.carouselBtn {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff!important;
    background-color: #000!important
}

.display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.thank-you-page {
    margin: 2em auto;
    max-width: 870px;
    width: 100%;
    padding: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.lost-links a {
    display: inline-block;
    margin: .5em;
    font-weight: 700 !important;
}

.thank-you-page img {
    max-width: 30%;
    margin-bottom: 1em;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 30px;
}

td {
    padding: 10px;
    font-size: .9em;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

tr:nth-child(odd) {
    background-color: #fff;
    background-color: #ECECEC;
}

tr:nth-child(even) {
    background-color: #fff;
}

th {
    text-align: left;
    padding: 10px 5px 10px 5px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    background-color: #82594c;
    font-weight: 500;
    font-size: .9em;
}

.cenikTable th:nth-child(1) {
    width: 450px;
}

.share-content {
    width: 100%;
    margin: 60px 0 30px 0;
    text-align: center;
}

a.share-btn {
    display: inline-block;
    width: auto;
    padding: 10px;
    height: auto;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    margin: 0 10px !important;
}

.share-fb {
    background-color: #2d609b;
}

.back-btn {
    display: inline-block;
    background-color: #4d4d4d;
    border: 1px solid #ddd;
    padding: 1.5em 1em;
    margin-top: 2em;
    color: #fff;
    text-decoration: none;
    font-size: .8em;
    line-height: 0;
}

.back-btn:hover {
    background-color: black;
    color: white !important;
}

.fullBtn {
    width: 100%;
    text-align: center;
    margin-top: 2em;
}

a.share-btn:hover {
    color: white !important;
}

.blog_content {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    border: 1px solid #ddd;
    padding: 25px;
    margin-bottom: 60px;
}

.inputF {
    width: 100%;
    height: 50px;
    border: 1px solid black;
    font-size: 1em;
}

.padSel {
    padding: 0 0 0 15px;
}

.area-field {
    width: 100%;
    border: 1px solid black;
    font-size: 1em;
}

.kon-info .inputF {
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    font-size: 1em;
    padding: 0 0 0 10px;
    background-color: transparent;
    color: white;
}

.kon-info .area-field {
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 1em;
    padding: 10px 0 0 10px;
    background-color: transparent;
    color: white;
}

.form-place {
    width: 100%;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    margin-bottom: 0 !important;
}

.form-place label {
    font-weight: 500 !important;
    font-size: .9em;
}

.form-place label b {
    font-weight: 500 !important;
    font-size: 1em;
}

.company-contact {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1em;
    margin-bottom: 0 !important;
    gap: 2em;
}

.slim {
    gap: 10px;
}

.company-contact label {
    font-weight: 500 !important;
    font-size: .9em;
}

.full-row {
    grid-column: -1/1;
}

.splitR {
    margin-bottom: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #82594c;
}

.default-form-btn {
    background-color: #5f6c26;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-width: 200px;
    text-align: center;
    font-size: 1em;
    padding: 1em 0;
    font-weight: 700 !important;
}

.default-form-btn:hover {
    background-color: #82594c;
}

.check-option {
    font-size: .8em;
    line-height: 14px;
    margin: 10px 0;
    display: flex;
}

.check-option input {
    margin-right: 10px;
}

.kon-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    color: #fff;
    font-size: .9em;
}

.kon-info a {
    color: white;
}

.kon-info a:hover {
    color: white !important;
}

footer h4 {
    font-size: 1.8em !important;
    color: white !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.page-end {
    font-size: .8em;
}

.m-foot {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.m-foot a {
    margin-right: 8px;
}

.kon-info-full {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
}

.infos span {
    display: inline-block;
    width: 140px;
    font-size: .9em;
}

.map {
    width: 100%;
    height: 40vh;
    margin-bottom: 2em;
    margin-top: 25px;
}

.info_content {
    padding: 1em;
    text-align: center;
    width: 100%;
    width: 250px;
    color: white;
    background-color: #82594c;
}

a.btn {
    width: auto;
    background-color: #82594c;
    display: inline-block;
    align-items: center;
    color: white;
    padding: .5em;
    font-weight: 500;
    text-decoration: none;
    margin: .5em 0;
}

a.btn:hover {
    background-color: black;
    color: white !important;
}

.subCats {
    display: flex;
    margin: 25px 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.subCats a {
    flex: 1;
    margin: 10px;
    max-width: 250px;
}

.subCats .btn {
    display: block;
    padding: 3em 1em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}


/**/

.vrstni_izpis {
    width: 100%;
    margin-bottom: 35px;
}

.n_item {
    width: 100%;
    display: grid;
    align-items: center;
    border-bottom: 1px solid #ddd;
    grid-template-columns: repeat(6, 1fr);
    font-size: .9em;
}

.head_item {
    background-color: #82594c !important;
    color: white;
    font-size: 1.1em !important;
    font-weight: 500;
}

.vrstni_izpis .n_item:nth-child(odd) {
    background: #f2f2f2;
}

.mr {}

.eql {}

.eqlwide {}

.n_item>div {
    padding: 10px;
}

.add_sadike {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.last {}

.minInput_min {
    width: 45px;
    height: 27px;
    outline: none;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    margin-top: 0;
    line-height: auto;
    padding: 0;
}

.addBtn_min {
    width: 80px;
    height: 27px;
    background-color: #5e6328;
    background-image: url(../images/_body/basket.png);
    background-position: 5px 5px;
    border: 1px solid #5e6328;
    outline: none;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #fff;
    padding: 0 15px 0 25px;
    cursor: pointer;
    margin: 0 0 0 0;
    font-weight: 500 !important;
    background-size: 15px;
    font-family: 'Montserrat', serif;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1em;
}

.product-item {
    border: 1px solid #fff;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
}

.product-item-image {
    line-height: 0;
}

.product-item-image img {
    max-width: 100%;
    max-height: 220px;
}

.product-item-details h3 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 1em 0 1em 0;
    height: 50px;
}

.product-item-details h3 a {
    color: #000000;
    text-decoration: none;
}

.product-details {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
}

.product-details-heading {
    flex: 1;
    padding-right: 80px;
}

.product-details-image img {
    width: 85%;
}

.product-details-summary {
    margin-top: 25px;
}

.product-details-info {
    flex: 1;
}

.form-add {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.unt {
    margin-left: 8px;
    display: inline-block;
}

.form-add span img {
    height: 15px;
}

.form-add span {
    cursor: pointer;
    padding: 0 0.5em;
}

.options {
    display: flex;
    width: 100%;
    margin: 15px 0;
}

.option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

.option span {
    margin-right: 10px;
    padding: 0 !important;
}

.selectM {
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
}

.pdq {
    width: 50px;
    height: 50px;
    border: 1px solid black;
    text-align: center;
    font-size: 1.5em;
    display: inline-block;
    padding: 0 !important;
    margin: 0 5px 0 5px;
}

.product-details-add {
    order: 7;
    margin-bottom: 25px;
    /*border-bottom: 1px solid #ddd;*/
    padding: 10px;
}

.product-details-add-btn {
    display: inline-block;
    padding: 0 1em;
    height: 50px;
    text-align: center;
    font-size: 1em;
    border: 3px solid black;
    background-color: #5e6328;
    color: white;
    cursor: pointer;
    margin-left: 1em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-weight: 700 !important;
}

.product-details-add:hover {
    background-color: #dddddd;
}


.product-details-add-btn:hover {
    background-color: #000;
}

.product-details-price {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-details-price span {
    font-weight: 400;
    font-size: .8em;
    padding-right: 15px;
    padding-left: 0;
}

.product-info {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 8px;
}

.product-info span {
    font-weight: 400;
    font-size: .8em;
    padding-left: 0;
    padding-right: 5px;
}

.pdp1 span{
    font-weight: 400;
    font-size: .8em;
    padding-left: 0;
    padding-right: 5px;
}

.overLay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 10000;
}

.basketPanel {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    min-height: 100%;
    transition: all 0.5s ease;
    padding: 1em;
    overflow: scroll;
    border-left: 8px solid black;
    z-index: 11000;
}

.bakset-flex {
    display: flex;
    flex-direction: column;
}

.close-side {
    font-size: 2em !important;
    position: absolute;
    right: 15px;
    top: 10px;
    border: none !important;
    outline: none;
    cursor: pointer;
}

.side-items {
    border: 1px solid #ddd;
    padding: .7em;
    color: #000;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.side-items img {
    max-height: 45px;
    margin-right: 5px;
}

.basketPanel div h3 {
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 .3em 0;
}

.basketPanel div h5 {
    font-size: .8em;
    font-weight: 400;
    margin: 0 0 .3em 0;
}

.basketPanel h2 {
    font-size: 1.8em;
    text-align: center;
    margin: 1em 0 1em 0;
}

.remove-item {
    margin-left: auto;
    cursor: pointer;
}

.remove-item img {
    height: 20px !important;
}

.basketVis {
    right: 0;
    transition: all 0.5s ease;
}

.overVis {
    display: block;
}

.bakset-flex p {
    text-align: center;
    font-size: 1.6rem;
    display: block;
    margin: 15px 0;
    padding-bottom: 1em;
    border-bottom: 2px solid #ddd;
}

.bakset-flex a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: black;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    color: white;
    transition: all 0.5s ease;
    display: block;
    cursor: pointer;
    margin-bottom: 15px;
}

.sideBtn {
    font-size: .8em !important;
}

.cta {
    background-color: #5e6328 !important;
    font-weight: 700;
    color: white !important;
    font-size: .9em !important;
}

a.sideBtn:hover {
    background-color: #000 !important;
    color: white !important;
}

.logos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
    flex-wrap: wrap;
}

.logos img {
    height: 60px;
}

.logos>div {
    flex: 1;
    max-width: 300px;
    min-width: 200px;
    text-align: center;
    margin-bottom: 10px;
}

.hDiv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.hDiv>div {
    flex: 1;
}

.hlod-info {
    margin-bottom: 20px;
}