/*
    Theme Name: BuffetNew
    Theme URI:
    Description: WC 3.7.0/ WordPress theme
    Author: EkDesign
    Author URI:
    Version: 4.0
    Tags:
*/


/* =GENERAL
-------------------------------------------------------------- */

html {
    font-size: 16px;
}

body {

    font-size: 1.0625rem;
    font-family: 'Heebo', sans-serif;
    background: #FFF;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: right;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:hover {
    text-decoration: none;
    color: #312e35;
}

a:focus {
    outline: none;
}

.a-btn{
    box-sizing: unset;
    padding: 4px 10px !important;
    font-size: 14px;
}

input,
textarea,
select {
    font-family: 'Heebo', sans-serif;
    box-sizing: border-box;
    border: none;
    background: #f0f5ec;
    width: 100%;
    padding: 10px 12px;
    font-size: 1em;
    border-radius: 0px;

}

input[type="submit"],
input[type="button"] {
    font-family: 'Heebo', sans-serif;
    display: inline-block;
    padding: 8px 35px;
    line-height: 16px;

    font-size: 22px;
    font-weight: 500;
    color: #FFF;
    border: #FFF 2px solid;
    border-radius: 0px;
    width: auto;
    background: #91a740;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.74);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.74);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.74);


    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}

input[type="submit"]:hover,
input[type="button"]:hover {

    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-left: 10px;

}


::-webkit-input-placeholder {
    color: #0c1a2e;
}

:-moz-placeholder { /* Firefox 18- */
    color: #0c1a2e;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #0c1a2e;
}

:-ms-input-placeholder {
    color: #0c1a2e;
}


.fa-volume-control-phone {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
}

.call {
    white-space: nowrap;
}

.flex {
    display: flex;
}

.wrapper {
    background: #FFF;
    position: relative;
    z-index: 1;
}

.h1 {
    font-size: 1rem;
}

.sogo_border {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 0.8rem;
}

.sogo_py_15{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.sogo_pt_15{
    padding-top: 15px !important;
}

.sogo_px_15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.sogo_pt_30{
    padding-top: 30px !important;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
    position: relative;
}

.container-100 {
    width: 100%;
    padding: 0 30px;
    position: relative;
}

#main {
    position: relative;
    padding: 40px 0;
    background: #FFF;
    z-index: 1;

}

.section {
    padding: 70px 0;
}

.padding {
    width: 70%;
    margin: auto;
}

#content-panel {
    width: 75%;
    float: left;
}

#sidebar-panel {
    width: 23%;
    float: right;
}

#wpadminbar {
    top: auto;
    bottom: 0;
}

/* =HEADER
-------------------------------------------------------------- */

#fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #FFF;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
}

#heading {
    padding: 7px 0;
    background: url(images/pattern_1.png) no-repeat;
    background-size: cover;
    font-size: 14px;
}

.top-holder {
    height: 149px;
}

.top-left {
    text-align: left;
}

#toprow {
    position: relative;
    z-index: 20;
}

.logo {
    position: relative;
    text-align: center;
    margin-top: -28px;

}

.topicons a {
    display: inline-block;
    margin-left: 25px;

}

.topicons a i {
    font-size: 33px;
}

#acp-toggle-toolbar {
    display: none !important;
}

.accessibility {
    font-size: 35px;
    cursor: pointer;
}

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


.toptel {
    display: inline-block;
    position: relative;
    margin-left: 25px;
    padding-left: 45px;

}

.toptel i {
    font-size: 33px;
    position: absolute;
    left: 0;
    top: 4px;
}


.toptel span {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
}

.toptel a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.top-cart {
    display: inline-block;
}

.top-cart i {
    font-size: 33px;
}


.top-cart a {
    position: relative;
    display: inline-block;

}


.top-cart .cart-contents {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: -5px;
    right: -3px;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    background: #99af4c;

}


.social-icons {
    position: relative;
    display: inline-block;
    color: #ad8d38;
    font-size: 26px;
    margin-bottom: 30px;
}

.social-icons a {
    display: inline-block;
    color: #ad8d38;
    text-align: center;
    margin-right: 10px;
}

.social-icons a:hover {
    color: #fdb813;

}


.topicons {
    text-align: right;
    font-size: 30px;

}

.day-area {
    padding: 0 10px;
    position: relative;
}


.day-area i {
    font-size: 33px;
}

.day-area .shipment-selected {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 5px 10px;
    background: #99af4c;
    border-radius: 4px;
    color: #FFF;
    font-weight: 400;
}

.day-area .shipment-selected a {
    color: #FFF;
    display: block;
}

.day-area .shipment-selected span {
    font-weight: 600;
    display: inline-block;
    margin-right: 4px;
}

.cart-title {
    font-size: 16px;
    margin-right: 5px;
}

.cart-contents a {

}


.search-icon {
    display: inline-block;
    margin-right: 10px;
}

.searchpop {
    display: none;
 position: fixed;
    z-index: 9999;
    width: 40%;
}

@media(max-width:760px){
.searchpop {
    width: 100%;
}

}

.mfp-wrap #searchpop {
    display: block;
   
}

.s-popup {
        box-shadow: 1px 1px 5px 1px #9e9e9e;
    max-width: 90%;
    margin: auto;
    padding: 50px 20px;
    background: #FFF;
    border-radius: 0;
    text-align: right;
}

.s-popup .searchandfilter ul li {
    display: inline-block;
    width: 20%;
    padding-left: 10px;
}

.s-popup .searchandfilter label {
    display: block;
    width: 100%;
}

.s-popup .searchandfilter ul li.sf-field-submit {
    width: 15%;
}

.s-popup .searchandfilter ul li.sf-field-submit input[type="submit"] {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
}

#choosedatepop {
    display: none;

}

.mfp-wrap #choosedatepop {
    display: block;
}

#choosedatepop .s-popup {
    text-align: center;
}

#choosedatepop .title {
    font-size: 26px;
    color: #99af4c;
    font-weight: 600;
    margin-bottom: 20px;
}

#choosedatepop li {
    display: inline-block;
    margin-left: 5px;
}

#choosedatepop li a {
    display: block;
    padding: 10px 25px;
    border-radius: 6px;
    margin-left: 10px;
    background: #d9e4d1;
    border: #d9e4d1 1px solid;
}

#choosedatepop li a:hover {
    border: #91a740 1px solid;
}


/* =MENUS
-------------------------------------------------------------- */
.menu-open {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.menu-open span {
    position: absolute;
    top: -3px;
    right: -5px;
    z-index: 10;
    display: none;
    font-size: 16px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
    background: #EBEBEB;
    text-align: center;
    color: #000;
}

.menu-open.open span {
    display: inline-block;
}

@keyframes slideout {
    from {
        right: 0;
    }
    to {
        right: -999px;
    }
}

@keyframes slidein {
    from {
        right: -999px;
    }
    to {
        right: 0px;
    }
}

#menu-panel {
    position: fixed;
    right: -999px;
    width: 0px;
    max-width: 100%;
    background: #FFF;
    z-index: 100;
    padding: 30px 0;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}


#menu-panel.open {
    display: block;
    right: 0;
    width: 450px;
    /*animation:slidein 1s;*/
}


#menu-panel.close {
    display: block;
    animation: slideout 1s;

}

.menu-primary-container {
    position: relative;

}


.menu-primary ul {
    display: block;
    position: relative;
    top: 0;
}

.menu-primary li {
    position: relative;
    display: block;
    float: none;
    transition: all 300ms ease;
    border-bottom: #f0f0f0 1px solid;

}

/* First Level - Menu Primary */

.menu-primary li a {
    display: block;
    font-size: 20px;
    display: block;
    color: #000;
    font-weight: 500;
    padding: 14px 30px 14px 0px;
    margin-left: 50px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}


.menu-primary li:hover, .menu-primary li:active, .menu-primary li:focus,
.menu-primary li.current-cat, .menu-primary li.current_page_item, .menu-primary li.current-menu-item {
    background: #000;


}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus,
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    color: #FFF;

}


.menu-primary li i {
    position: absolute;
    display: none;
    left: 30px;
    top: 10px;
    font-size: 26px;
    color: #000;
    cursor: pointer;
}

.menu-primary li.menu-item-has-children i {
    display: inline-block;
}

.menu-primary li.menu-item-has-children li i {
    display: none;
}


.menu-primary li:hover i,
.menu-primary li:active i,
.menu-primary li:focus i,
.menu-primary li.current-cat i,
.menu-primary li.current_page_item i,
.menu-primary li.current-menu-item i {
    color: #91a740;

}


/* Child Levels - Menu Primary */

.menu-primary li ul.sub-menu.sub-level-1 {
    display: none;
    right: 0;
    top: 0;
}


.menu-primary .sub-level-1 li {
    background: #FFF;
}

.menu-primary .sub-level-1 li a {
    font-size: 16px;
    color: #000;
    padding: 14px 30px 14px 40px;
}


.menu-primary .sub-level-1 li a:hover,
.menu-primary .sub-level-1 li a:active,
.menu-primary .sub-level-1 li a:focus,
.menu-primary .sub-level-1 li:hover > a,
.menu-primary .sub-level-1 li.current-cat > a,
.menu-primary .sub-level-1 li.current_page_item > a,
.menu-primary .sub-level-1 li.current-menu-item > a {
    color: #91a740;

}

.menu-primary .sub-menu.sub-level-2 li {
    padding-right: 25px;
    background: #F5F5F5;
}

.menu-primary .sub-menu.sub-level-2 li a {
    color: #000;
}

.menu-primary .sub-menu.sub-level-2 li a:hover {
    color: #91a740;
}


/**********************HOME**********************/

.slider-area {
    position: relative;
}

#mainslider {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sogo_box-title {

    color: #91A747 !important;
    font-size: 3vh;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2.5vh;
    text-align: center;
}

.hp_boxes_sub_title {
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
}

.slider-image {
    background: #000;
}

.slider-image img {
    opacity: 0.6;
    width: 100%;
    height: auto;
}

.slider-area .cap {
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.slider-area .cap img {
}


.slider-area .s-title {
    font-family: "Lobster", "Heebo";
    font-size: 90px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    color: #FFF;
}


.slider-area .s-text {
    font-size: 42px;
    color: #FFF;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    font-weight: 600;
}

.slider-area .btn {

}

.slider-area .btn a {
    display: inline-block;
    padding: 10px 35px;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    background: #91a740;
    border: #FFF 1px solid;

}

#mainslider .btn a:hover {
    color: #FFF;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#homeboxes-section {
    padding-top: 120px;
    padding-bottom: 50px;
    background: url(images/pattern_2.png) top center no-repeat;

}

#homeboxes-section .box-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;

}

#homeboxes-section .box-img {
    display: block;
    background: #000;
    width: 100%;
}


.home-boxes .box-img img {
    opacity: 0.6;
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#homeboxes-section .box-item:hover .box-img img {
    opacity: 0.8;

}

.box-item:hover .box-img img {
    transform: scale(1.2);
    transition: 1s all;
}

.box-img img {
    transition: 1s all;
}

.box-img {
    overflow: hidden;
}
.box-img:after {
    content: '';
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box-item .box-title {
    position: absolute;

    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
}
.box-item{
    position: relative;
}
.box-item .box-title a {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
}

.box-item .box-title a:hover {
    color: #FFF;
}

#homelogos-section .title {
    font-family: "Lobster", "Heebo";
    background: url(images/pattern_2.png) top center no-repeat;
    text-align: center;
}

#homelogos-section .title span {
    display: inline-block;
    padding: 10px 20px;
    background: #FFF;
    font-size: 65px;
    font-weight: bold;
    color: #91a740;
}

.logo-scroll.flex {
    justify-content: space-between;
    padding: 30px 0;
}

.logo-scroll .logo-item {
    padding: 0 10px;
}

#presentation {
    position: relative;
    background: url(images/pattern_2.png) bottom center repeat;
    padding-bottom: 75px;
    width: 100%;
    overflow: hidden;
}
@media(min-width: 992px){
    .pres-bg {
        display: block;
        height: 556px;
        width: auto;
        max-width: inherit;
    }
    #presentation .cap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        text-align: center;
    }
}




#presentation .textbox {
    display: inline-block;
    width: 488px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 80px;
}

#presentation .title {
    font-family: "Lobster", "Heebo";
    font-size: 71px;
    color: #91a740;
    text-align: center;
    margin-bottom: 20px;

}

#presentation .subtitle {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

#presentation .text {
    text-align: justify;
    line-height: 1.3;
}

#presentation .btn {
    margin-top: 30px;
    width:100%;
}

#presentation .btn a {
    display: inline-block;
    padding: 7px 20px;
    color: #FFF;
    font-size: 19px;
    font-weight: 600;
    background: #91a740;
    border: #FFF 2px solid;
}

#the-place {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.place-bg {
    display: block;
    height: 635px;
    width: auto;
    max-width: inherit;

}

#the-place .cap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

#the-place .textbox {
    display: inline-block;
    width: 488px;
    max-width: 100%;

}

#the-place .stamp {
    margin-bottom: 30px;
}

#the-place .title {
    font-size: 40px;
    font-weight: 300;
    color: #e4b873;
    margin-bottom: 10px;
}

#the-place .text {
    color: #FFF;
    text-align: justify;
    line-height: 1.3;
    margin-bottom: 20px;
}

#blocks-section {
    position: relative;
    padding: 50px 0 130px 0;
    background: url(images/pattern_2.png) bottom center no-repeat;
}

#blocks-section .bg-l {
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 0;
}

#blocks-section .bg-r {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 0;
}

.big-block {
    position: relative;

}

.big-block .cap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;

}

.big-block .title {
    font-family: "Lobster", "Heebo";
    font-size: 80px;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;

}

.big-block .subtitle {
    font-size: 41px;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.small-block {
    position: relative;
}

.small-block:first-child {
    margin-bottom: 30px;
}

.small-block .cap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.small-block .title {
    font-family: "Lobster", "Heebo";
    font-size: 60px;
    color: #91a740;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;

}

.small-block .subtitle {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.blocklink {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
}


/*********GENERAL*******/




#topimage {
    position: relative;
    overflow: hidden;
    background: #000;

}

.topimg {
    display: block;
    opacity: 0.7;
}

#topimage .textholder {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    z-index: 10;
}


#breadcrumbs {
    padding: 10px 0;
    font-size: 13px;
    background: url(images/pattern_1.png) no-repeat;
    background-size: cover;

}

#breadcrumbs a {
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

.toptitle {
    font-size: 55px;
    text-align: center;
    font-weight: 600;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}


.page-content {

}

.woocommerce-page .page-content {
    color: #333;
}

.noimg {
    display: block;
    /*background: #f6f6f6;*/

}

.no-img img {


}

.title {
    position: relative;
    font-size: 36px;
    margin-bottom: 40px;
}


.title .chunk1 {

}


.featured_image {
    position: relative;
    display: block;
}

.featured_image img {
    border-radius: 2px;
    height: auto;
}


.two-cols {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

#share {
    background: url(images/bg_gray.png) no-repeat;
    padding: 40px 0px;
    font-size: 22px;
    align-content: center;
    justify-content: space-between;


}

#share .txt {

    line-height: 32px;
}

#share .addtoany_shortcode {
    display: inline-block;
    margin-left: 10px;
}

#share .addtoany_list a > span {
    border-radius: 100%;
}


.entry {
    line-height: 1.3;
}

.entry a {
    color: #91a740;
}

.entry a:hover {
    text-decoration: underline;
}

.entry h1 {
    font-size: 30px;
    color: #91a740;
    margin-bottom: 15px;
    font-weight: 500;
}

.entry h2 {
    font-size: 28px;
    color: #91a740;
    margin-bottom: 15px;
    font-weight: 500;
}

.entry h3 {
    display: inline-block;
    font-size: 26px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
    border-bottom: #91a740 dotted 1px;
    padding-bottom: 7px;
    letter-spacing: -1px;

}

.entry h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.entry h5 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}

.entry h6 {
    font-size: 20px;
    color: #91a740;
    font-weight: bold;
    margin-bottom: 10px;
}

.entry ul,
.entry ol {
    margin-right: 50px;
}

.entry ul li {
    list-style: square;
    margin-bottom: 5px;

}

.entry ol li {
    list-style: decimal;
}

.entry ul li:before {


}


.entry img.alignleft {
    padding-right: 30px;
    padding-bottom: 30px;
}


.entry img.alignright {
    padding-left: 30px;
    padding-bottom: 30px;
}


.one-half {
    width: 50%;
    float: right;
}

.one-third {
    width: 33.33%;
    float: right;
}

.one-fourth {
    width: 25%;
    float: right;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.share-line {
    padding: 20px 0;
    font-size: 25px;
    color: #ab1c55;
    margin-bottom: 20px;
    border-top: #d9d9d9 1px solid;
    border-bottom: #d9d9d9 1px solid;
}

.share-line .addtoany_shortcode {
    float: left;
}

.share-line .share-txt {
    position: relative;
    top: 5px;
}


/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.single-img.alignleft {
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;

}

.single-img.alignright {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-bottom: 30px;


}

.single-img {
    max-width: 50%;
}

.single-img img {
    display: block;
}

#title-row {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
}

.shadow {
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}


/**************GALLERY****************/
.gallery-image {
    position: relative;
    margin-bottom: 30px;
}

.gallery-image img {
    width: 100%;
    height: auto;
}

/**********posts-loop***************/


.page-title {
    font-size: 50px;
    margin-bottom: 20px;
    color: #ad8d38;
}

.toptext {
    font-size: 18px;
    margin-bottom: 30px;
}

.article {
    display: block;
    margin-bottom: 30px;
    background: #FFF;

}


.art-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;

}

.art-img.no-img {
    background: #F0F0F0;
}

.art-img img {
    transition: all 0.5s ease;
}

.art-img img:hover {
    transform: scale(1.1);
}

.art-title {
    margin: 10px 0;
    font-size: 22px;
    color: #91a740;
}

.art-title a {
    color: #91a740;
}

.art-title a:hover {
    color: #000;
}

.art-txt {
    font-size: 15px;
    line-height: 1.3;
}

.post-title {
    font-size: 25px;
    color: #0467a6;
    margin-bottom: 10px;

}

.post-title a {
    color: #0467a6;
}

.post-title a:hover {
    color: #111;
}

.meta-date {
    margin-bottom: 10px;
    color: #868c8f;
}

.more {
    margin: 10px 0;

}

.more a {
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: 500;
    background: #e4b873;

}

.more a:hover {
    transform: scale(0.9);
}

.excerpt {
    line-height: 1.3;
}

#related-boxes {
    margin-top: 40px;
}

.rel-title {
    background: url(images/pattern_2.png) top center no-repeat;
    text-align: center;
    margin-bottom: 40px;
}

.rel-title span {
    display: inline-block;
    background: #FFF;
    padding: 5px 10px;
    font-size: 35px;
    font-weight: 600;
}

/*******************TABS****************/


#tabs-menu {
    padding: 0 15px;
    background: #fdb813;
    border-radius: 6px;
    margin-bottom: 20px;
}

#tabs-menu li {
    border-left: #FFF 1px solid;
    position: relative;
}


#tabs-menu li.r-tabs-state-active:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 30px;
    color: #fdb813;
    position: absolute;
    bottom: -15px;
    left: 45%;
}

#tabs-menu li a {
    position: relative;
    font-size: 20px;
    display: block;
    color: #fff;
    padding: 15px 30px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tab-title {
    font-size: 30px;
    color: #b12324;
    margin: 20px 0;
}

#page-tabs .recomendation {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: #e8e8e8 10px solid;
    line-height: 1.3;
}

/**********************SEARCH*****************/


#search #s,
#search .search-field {
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
    background: #f2f3f5;
}


#search {
    position: relative;
    background: #f2f3f5;
    padding: 10px 10px 10px 24px;
    border: #d0d1d2 1px solid;
    border-radius: 30px;
}

#search button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #ad8d38;
    border: none;
    font-size: 20px;
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}


#searchpanel,
#searchclose {
    display: none;
}

#searchpanel {
    padding: 50px 100px;
}

#searchclose {
    display: block;
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: -30px;
}

.woocommerce-product-search label {
    display: none;
}

#woocommerce-product-search-field {
    display: inline-block;
    width: 80%;
    margin-left: 1%;
    padding: 10px 5px;
}

#searchpanel input[type="submit"] {
    display: inline-block;
    width: 17%;
}


.no-results,
.error-404 {
    text-align: center;
    font-size: 30px;
}


/***********************CONTACT***********************/
.acf-map {
    width: 100%;
    min-height: 930px;
}


#location {

}

#maincontact {
    margin-top: 30px;
}

#maincontact .title {
    font-size: 24px;
    color: #99af4c;
}

#maincontact .entry {

}

#maincontact .gform_wrapper {

}

#maincontact .gform_wrapper label,
.gform_validation_container {
    display: none;
}

#maincontact .gform_wrapper li {
    margin-bottom: 12px;

}

#maincontact .three {
    float: right;
    width: 33.33%;
    padding-left: 10px;

}

#maincontact #field_3_4.three {
    padding-left: 0;
}

#maincontact .gform_footer {
    text-align: center;
}

#maincontact input,
#maincontact textarea {

}

#maincontact input[type="submit"] {

    padding: 15px 35px;
    font-size: 28px;
}

#contact-line {
    background: #312e35;
    padding: 50px 0;

}


.form-text {
    text-align: center;
    color: #FFF;
    font-size: 30px;
    margin-bottom: 15px;
}

.form-text .chunk1 {
    font-weight: 600;
}

#contact-line .text-area {
    width: 30%;
    float: right;
    font-size: 25px;
    line-height: 48px;
    color: #FFF;
    padding-left: 10px;
}

#contact-line .form-title {
    font-size: 30px;
    color: #FFF;

}

#contact-line .form-title .chunk1 {
    color: #ad8d38;
}

#contact-line .text-area i {
    font-size: 48px;
    margin-left: 5px;
}

#contact-line .form-subtitle {
    display: inline;
    font-weight: 500;
    color: #fff839;
}


#contact-line form {
    padding: 0;
    border: none;
}

#contact-line label {
    display: none;
}

#contact-line .gform_body {
    width: 80%;
    float: left;
    clear: none;
}

#contact-line .gform_fields .gfield {
    width: 50%;
    float: left;
    clear: none;
    padding-right: 10px;
    margin-top: 0;
}

#contact-line .gfield input {
    width: 100%;
}

#contact-line .gform_footer {
    width: 20%;
    float: right;
    clear: none;
}

#contact-line input[type="submit"], #contact-line input[type="button"] {


}

#contact-line .gform_footer {
    padding: 0;
    margin: 0;
}

#contact-line .gform_confirmation_wrapper {
    color: #FF0;
    font-size: 25px;
    padding-top: 15px;
}


.validation_message, .validation_error {
    color: #F00;
    padding: 10px;
    font-size: 18px;
}

.contact-details li {
    display: block;
    position: relative;
    padding: 15px 0px;
    font-size: 19px;
    border-bottom: #e8e8e8 1px solid;
    padding-right: 70px;

}


.contact-details li i {
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 5px;
}

.contact-details li label {
    display: block;
    margin-bottom: 10px;
    color: #91a740;
    font-weight: 500;
}

.contact-details li a,
.contact-details li span {
    display: block;
    color: #000;
}

/*************************COMMENTS***********************/

#comments-row {
    margin-bottom: 40px;
}

.comments-holder {
    width: 780px;
    margin: 0 auto;
}

.title-comments {
    background: #FFF;
    color: #cc6caa;
    margin-bottom: 20px;
    font-size: 43px;
    line-height: 58px;
    text-align: center;
    font-weight: 600;
}

.title-comments span {
    position: relative;
    top: 10px;
    display: inline-block;
    margin-left: 20px;
}

.title-comments img {
    vertical-align: text-bottom;
}

#comments {
    background: #ebeaec;
    padding: 25px;
}

#comments input[type="submit"] {
    width: 30%;

}

.form-submit {
    text-align: center;
}

.comments-title {
    display: none;
}

ol.comment-list {
    list-style: none;
    margin-right: 0;
    padding-right: 0;
}

ol.comment-list .comment {
    padding: 20px;
    margin: 10px;
    border-bottom: #FFF 1px solid;
}

.comment-author.vcard,
.comment-metadata {
    display: inline-block;
    width: 49%;
}

.comment-metadata {
    text-align: left;
}

.comment-metadata a {
    color: #000;
}

.comment-metadata a.comment-edit-link {
    color: #cc6caa;
    text-decoration: underline;
    margin-right: 10px;
}

.comment-author.vcard img {
    background: #FFF;
    padding: 5px;
    margin-left: 10px;
}

.reply {
    text-align: left;
}

.reply a {
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    color: #FFF;
    background: none;
    border: none;
    border-radius: 6px;
    font-size: 23px;
    border-radius: 3px;
    background: #cc6caa;
}

.reply a:hover {
    background: #ab679d;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#reply-title {
    color: #cc6caa;
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
}

.required {
    color: #cc6caa;
}


/* =FOOTER
-------------------------------------------------------------- */

#footer {
    padding: 70px 0;
    background: url(images/footer_bg.jpg) no-repeat;
    background-size: cover;
    font-size: 15px;
    position: relative;
    color: #FFF;

}

#footer .bg-l {
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 0;
}

#footer .bg-r {
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 0;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #91a740;
}

.footer-inner {
    padding-bottom: 20px;


}

.foot-wdg {
    margin-bottom: 30px;
}

.foot-widget-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #91a740;

}

#footer .social-icons {
    display: block;
    margin-top: 30px;
    text-align: center;
}


#footer .menu li {
    display: block;
    float: none;
}


#footer .menu li {

}

#footer .menu li a,
#footer .product-categories a {
    display: block;
    color: #FFF;
    padding: 10px 0;


}

#footer .menu li a:hover,
#footer .product-categories a:hover {
    color: #91a740;
}


.foot-wdg .textwidget {

}

#footer .contact-info {

}

#footer .contact-info li {
    margin-bottom: 15px;
    font-size: 16px;
}

#footer .contact-info i {
    display: none;
}


#footer .contact-info label {
    margin-left: 5px;
}

#footer .contact-info a {

}

.logo-bottom {
    margin: 20px 0;
    text-align: center;
}

.cards {
    text-align: center;
}


#bottom {
    color: #909090;
    font-size: 14px;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
    padding: 15px 0;


}

#bottom a {
    color: #909090;
}


.copyrights {
    text-align: right;

}

.credits {
    text-align: left;

}

.credits img {
    vertical-align: middle;
}

.gotop-btn {
    position: relative;
    text-align: center;
    font-size: 40px;
}

#footer .gotop-btn a {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -30px;
    text-align: center;
    color: #91a740;
    cursor: pointer;
}

#footer .gotop-btn a:hover {
    color: #FFF;
}

.btm-left {
    position: absolute;
    left: 0;
    bottom: 0;
}


.btm-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
    width: 100% !important;
    padding: 7px 5px !important;
}

#mailpoet_form_1 input[type="submit"] {
    padding: 12px 15px;
    cursor: pointer;
}

#mobile-panel {
    display: none;
}

/**************modals************/

#modal1 .modal-content {
    width: 468px;
    max-width: 102%;
}

.modal-title {
    position: relative;
    text-align: center;
    font-size: 30px;
    width: 100%;
    color: #91A747 !important;
    font-weight: 600;
}

.modal-title a.back {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #d4dcb3;
    font-size: 30px;
    border-left: #d4dcb3 2px solid;
}

.modal-body .notice {
    border-top: #ff2625 2px solid;
    border-bottom: #ff2625 2px solid;
    padding: 10px 0;
    color: #ff2625;
    text-align: center;
}

.modal-body .lgreen {
    display: block;

    margin: 20px 0;

    padding: 0 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 156px;
    text-align: center;
    color: #FFF;
}

.modal-body .lgreen > div {
    position: absolute;
    top: 0;
    left: 34%;
    color: #91A747 !important;
    font-weight: bold;
}

.modal-body .next {
    display: block;
    text-align: center;
    text-decoration: underline;
}

.modal-body .next:hover {
    text-decoration: none;
}

.modal-body .next i {
    margin-right: 5px;
    text-decoration: none;
}

#modal2 .modal-content {
    width: 460px;
    max-width: 90%;
    padding: 30px;
}

#calendar-legend {
    padding: 20px 0;
    text-align: center;
}

#calendar-legend li {
    display: inline-block;
    margin-left: 10px;
}

#calendar-legend li i {
    margin-left: 5px;
}

#calendar-legend li.curr i {
    color: #000;
}

#calendar-legend li.choosen i {
    color: #91a840;
}

#calendar-legend li.disabled i {
    color: #f4f6eb;
}

#stage-3 .next-btn {
    text-align: center;
    margin-top: 15px;
    line-height: 1;
}

#stage-3 .next-btn a {
    padding: 7px 50px;
    background: #91a840;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
}

#stage-3 .next-btn a:hover {
    color: #000;
}

.quantity {

    align-items: center;
}

.cart .quantity label {
    color: #91a740;
    font-size: 1.1rem;
    margin-left: 10px;
}

.product-image > img {
    max-width: unset !important;
}

.smntcswcb {
    min-width: 45px;
    max-width: 45px;
}

.product-price {
    /*display: block;*/
}

table.cart td:last-child {
    border-bottom: #EBEBEB 1px solid;
}

.cart .quantity input[type="button"] {
    font-family: 'Heebo', sans-serif;
    display: inline-block;
    padding: 10px 10px;
    background: #e0e6db;
    border-radius: 0;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.cart .quantity input[type="button"]:hover {
    transform: none;
    background: #91a740;
}

.sogo_icon:first-child {
    margin-right: 20px;
}


.sogo_p {
    font-weight: 400;
    font-size: 0.81rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem !important;
}

.sogo_prod_border {
    border: 1px solid #E8E8E8;
}

.sogo_spacer {
    background: url(images/pattern_2.png) top center no-repeat;
    height: 70px;
    width: 100%;
    display: none;
    margin-top: 30px;
}

.sogo_bg_color_dune {
    background-color: #342F2C !important;
}

.sogo_h2 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: unset;
}

.sogo_btn_add_to_cart_mob_regular {
    font-size: 1.4rem !important;
    font-weight: 400;
}

.sogo_cart_label {
    color: #91a740 !important;

}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.plus {
    font-size: 17px !important;
}

.form-check {
    list-style-type: none !important;
    padding: 10px !important;
    background-color: #F0F5EC;
    border-radius: 5px;
    font-weight: 400;
    color: #000000;
}

.single-product form.cart input {
    list-style-type: none;
}

input[type="radio"].sogo_launch_select {
    opacity: 0.01;

}

.single-product form.cart input[type='radio'] {
    opacity: 0.01;
}

.single-product form.cart input[type='checkbox'] {
    opacity: 0.01;
}


.sogo_launch_select input[type="radio"]:checked + span,
.form-check {
    /*background: #91A740;*/
    border-radius: 5px;
    /*color: #ffffff;*/
}

.sogo_bg_green {
    background-color: #91A740 !important;
}

.sogo_launch_select input[type="checkbox"]:checked + span,
.form-check {
    /*background: #91A740;*/
    border-radius: 5px;
    /*color: #ffffff;*/
}

.sogo_launch_product-title {
    font-size: 2rem;
    font-weight: 600;
}

#checkout-replacement a {
    display: inline-block;
    padding: 10px 35px;
    font-size: 24px;
    background: #91A740;
    color: #FFF;
    border: #FFF 2px solid;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.74);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.74);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.74);
}

 .woocommerce-checkout  label {
    font-weight: 600;
    width: 100%;
}

.woocommerce-checkout  .woocommerce-input-wrapper {
    width: 50%;
}

@media(max-width:740px){
    .woocommerce-checkout  .woocommerce-input-wrapper {
        width: 100%;
    }  
}

.sogo-logo {
    max-width: 10%;
}

.checkout-button {
    display: block;
    padding: 1rem 2rem;
    border: 2px solid #91A740;
    text-align: center;
    max-width: 50%;
    color: #ffffff;
    margin: 0 auto;
    font-weight: 800;
    background-color: #91A740;
}

#menu-footer_1 {
    display: flex;
    justify-content: space-around;
}

.single-price {
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
}

.sogo_kamut_be_mana {
    width: 40% !important;
    color: black !important;
    font-weight: 400 !important;
}

.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 1rem;
}

.product-content {
    padding: 10px 0;
}

.woocommerce form {
    padding: 0 10px 30px 10px;
}

.sogo_prod_lable_01 {
    padding-top: 10px;
}

.sogo_lable_12 {
    width: 100% !important;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.see_at_product_span {
    padding: 10px 20px 10px 20px;
    background-color: #91A740;
    font-weight: 600;
    font-size: 1.2rem;

    cursor: pointer;
    border: #FFF 2px solid;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.74);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.74);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.74);
    transition: all 0.5s ease;

}

.see_at_product_btn {
    color: #ffffff;
}


.sogo_h2_v1 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.sogo_fr_mob_price {
    font-size: 1.25rem;
    font-weight: 500;

}

.sogo_labl_cat_mob {
    position: absolute;
    left: 3.50rem;
    top: 84vw;
}

.sogo_pb_4 {
    padding-bottom: 4rem !important;
}

.sogo_btm_minus_10 {
    bottom: -10px;
}
.sogo_btm_minus_30 {
    bottom: -30px;
}

.left_0_bottom_0 {
    left: 0;
    bottom: 15px;
}

.portions {
    display: inline-flex;
    width: 100%;
}

.sogo_kamut_be_mana_q {
    width: 100%;

}

.lable_botootm_7 {
    bottom: 7px;
}

.woocommerce table.shop_table_responsive tr:first-child,
.woocommerce-page table.shop_table_responsive tr:first-child {
    border-top: none !important;
}


.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    border: unset;
    border-bottom: 1px solid #d2d3d3;
    min-height: 3rem;
    border-bottom-width: thin !important;
}

.woocommerce-page table.shop_table td:before {
    padding-left: 78px;
}

.sogo_d_none {
    display: none !important;
}

.cart_totals {
    background-color: #f5f5f5;
}

.cart_totals > table > tbody > tr > td {
    padding-right: unset !important; ;
}

.cart_totals:first-child {
    text-align: center;
    padding-top: 0.5rem;
    font-weight: 500;
}

.shop_table .shop_table_responsive tr td {
    padding-right: 0 !important;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #menu-footer_1 {
        display: flex;
        justify-content: space-around;
    }

    .modal-dialog {
        margin: 2% auto;
    }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .sogo_h2 {
        font-size: 1.1rem !important;
    }

    .sogo_p {
        font-size: 1rem;
    }

    .sogo_spacer {
        display: block;
    }

    .sogo_p {
        font-size: 1rem;
    }

    #modal1 {
        overflow: hidden;
    }

    .modal-title {
        padding: 10px 56px;
    }

    .single-price {
        padding: 20px 0 0 0;
        margin: 20px 0 0 0;
    }

    .woocommerce-product-gallery {
        position: relative;
        margin-bottom: 3rem;
    }

    .product-content {
        padding: 20px 0;
    }

    #customer_details label {
        font-weight: 600;
        width: 30%;
    }

    .woocommerce-input-wrapper {
        width: 50%;
    }

    .sogo_labl_cat_mob {
        position: absolute;
        top: 18vw;
        left: 4rem;
    }

    .sogo_cart_btn_gr {
        justify-content: space-between;
        padding-bottom: 0;
        margin-bottom: 0;
        display: flex;

    }

    td.product-price {
        display: table-cell !important;
    }

    .woocommerce table.shop_table_responsive tr:first-child,
    .woocommerce-page table.shop_table_responsive tr:first-child {
        border-top: 1px solid;
    }

    .woocommerce-page table.shop_table td:before {
        padding-left: 10px;
    }


}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .sogo_h2 {
        font-size: 1.1rem !important;
    }

    .sogo_p {
        font-size: 1rem;
    }

    .slick-slide {
        max-height: 450px;
    }

    .sogo_box-title {
        font-size: 2vh;
    }

    .sogo_border {
        border: 1px solid #E8E8E8;
        padding: 0.8rem;
    }

    .smntcswcb {
        text-align: -webkit-center;
        min-width: 91px;
    }

    .sogo_cart_label {
        padding: 0 0 5px 0;
    }

    .woocommerce button.button {
        font-size: 1.2rem !important;
        font-weight: 500;
    }

    #menu-footer_1 {
        display: inherit;
        justify-content: inherit;
    }

    #modal1 .modal-content {
        width: 468px;
        max-width: unset;
    }


}

/* Extra large devices (large desktops, 1200px and up) */


@media (min-width: 1200px) {
    .sogo_box-title {
        font-size: 4.6vh;
    }

    .hp_boxes_sub_title {
        font-size: 3.11vh
    }

    .sogo_fs_1 {
        font-size: 1rem;
    }


    .sogo_h2 {
        font-size: 1.2rem !important;
        font-weight: 600;

    }

    .cart .quantity label {
        color: #91a740;
        font-size: 0.9375rem !important;
    }

    .sogo_cart_label {
        color: #91a740 !important;
    }

    .quantity {
        color: #91a740;
    }

    .single-product form.cart .quantity {
        float: unset;
        margin-left: unset;
    }
}

/*end of media min-width: 1200px*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */


/*form styles*/
.msform {
    display: none;
    width: 400px;
    height: 500px;
	margin: 50px auto;
	text-align: center;
    position: fixed;
    z-index: 999;
    top: 5%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 40px
}

.msform .wrap{
    position: relative;
    height: 90%;
}

@media(max-width:740px){
    .msform {
        width: 95%;
        padding: 10px;
    }
}

.msform a{
    color:#fff;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    line-height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    font-weight: bold;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #00c5ad;
    box-shadow: 0px 3px 0px 0px #00ab94;
    cursor: pointer;
}

.msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	padding: 20px 0px;
	box-sizing: border-box;
    width: 100%;
    height: 100%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
.msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
.msform input, .msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
.msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
.msform .action-button:hover, .msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    display: flex;
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	right: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}



.select-btn{
    display: flex;
    justify-content: space-between;
}


.select-btn button{
    box-sizing: unset;
    padding: 15px 30px !important ;
    font-size: 14px;
}


.ctrl-btn-a{
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 15px 30px !important ;
}

.ctrl-btn-d {
    width: 60px;
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: unset !important;
}

.ctrl-btn-d img{
    width: 170px;
}

.custom-pos{
    height: 20px;
    position: relative;
    top: 15px;
}

/* calender */

.vanilla-calendar{
    width: 100% !important;
    background-color: transparent !important;
    border: unset !important;
    box-shadow: unset !important;
}

.vanilla-calendar .vanilla-calendar-week span{
    font-size: 0.7rem !important;
}

.absolute-bottom-left{
    position: absolute;
    left: 0px;
    bottom: -30px;
}

.absolute-bottom-right{
    position: absolute;
    right: 0px;
    bottom: -30px;
}

.product-list-row{
    width: 1150px;
    margin: auto;
}

.product-wrap{
    position: relative;
    margin: 0 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    height: 460px;
}

@media(max-width:740px){
    .product-wrap{
        height: auto;
    }
    
}

.product-wrap .product-image{
    width: 100%;
    height: 70%;
}

@media(max-width:740px){
    .product-wrap .product-image{
        width: 100%;
    height: 230px !important;
    }
   
}


.product-wrap .product-image img{
    height: 100%;
        width: 100%;
    object-fit: cover;
}


@media(max-width:740px){
    .product-wrap .product-image{
        width: 100%;
        height: 100%;
    }
    
}

.product-info{
    width: 100%;
    padding: 20px;
    margin-top: 5px;
    text-align: center;
}

.product-info h2{
    font-size: 18px;
}

.sogo_cart_btn_gr label{
    display: none !important;
}

.quantity input{
    border: 0;
    padding: 0 10px !important;
    box-shadow: unset !important;
}

.smntcswcb {
    text-align: -webkit-center;
    min-width: unset;
}

.ams-add-to-cart-button{
    position: absolute;
    left: 0;
    bottom:0;
}

.ams-add-to-cart-button button{
    border: 0 !important;
    box-shadow: unset !important;
}

.product-wrap .quantity {
    position: absolute;
    left: 120px;
    bottom: 8px;
}

@media(max-width:740px){
    .product-wrap .quantity {
        left: 190px;
        bottom: 2px;
    }
    
}

.product-wrap .quantity .qty  {
    position: relative;
    right: 35px;
    height: 34px;
    top: 7px;
    border-radius: 0;
}

.product-wrap .quantity .minus{
position: absolute;
top:21px;
width: 30px;
}

.product-wrap .quantity .plus{
    position: absolute;  
    width: 30px; 
}

.product-list-label{
    text-align: center;
    margin: 5px 0;
}

.product-list-label img{
    height: 80% !important;
    width: 80% !important;
}

@media(max-width:740px){
    .product-list-row{
        width: 100%;
    }
    .product-list-row .ams-row{
        flex-direction: column;
    }

    .product-list-row .ams-row .col-6{
        width: 100%;
        max-width: 100%;
        padding-bottom: 30px !important;
    }
}


.bapf_head  h3{
    font-size: 18px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.bapf_body input{
    margin-right: 0px !important;
}

.bapf_body label{
    vertical-align: unset !important;
}

.bapf_sfilter ul li{
    margin-bottom: 5px !important;
}

.added_to_cart{
    display: none !important;
}

.xoo-wsc-img-col{
    margin-left: 5px !important;
}

.hidden-input-info{
    display: none !important;
}

.user-message-box{
    position: fixed;
    bottom: 0px;
    background: white;
    z-index: 99999;
    left: 0;
    width: 20%;
    margin: auto;
    text-align: center;
    padding: 10px;
    box-shadow: 0 3px 4px 3px #636363;
    font-size: 14px;
}

@media(max-width:740px){
    .user-message-box{
        width: 60%;
    }
}

.user-message-box .user-message-box-close{
    position: absolute;
    top:5px;
    right:5px;
    width: 4%;
}

.user-message-box .user-message-box-button{
    margin: 10px 0;
    padding: 5px 10px;
}

.xoo-wsc-product dl.variation dt{
    float: right;
}

.orderDayPick{
    background: #e6f1de;
    padding: 10px;
    text-align: center;
    
}

@media(max-width:740px){
    .orderDayPick{
        margin: 10px 0;
    }
}

.orderDayPick p{
    margin: 0;
}

.overlay-popup{
    display: none;
    position: fixed;
    background-color: #00000063;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 555;
}

#close-msform{
    width: 3%;
    position: absolute;
    top:5px;
    right:5px;
    z-index:99;
}

.swal2-popup{
    z-index: 99999999;
}

#set_shipping{
    text-align: center;
    background: #e2e2e2;
    padding: 10px;
    width: 50%;
    margin: 10px auto;
    cursor: pointer;
}

.xoo-wsc-ft-buttons-cont a{
    color: #FFF;
    font-size: 21px;
    font-weight: 500;
    background: #91a740;
    border: #FFF 2px solid;
    box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 74%);
    transition: all 0.5s ease;
}

.bulk-input-wrap{
    display:flex;
}

.woocommerce-shipping-totals{
background: #e5f1dc;
}



.product-results-wrap{
    display: flex;
    flex-wrap: wrap;
}

.product-results-wrap #search-results{
width:50%;
}

@media(max-width:760px){
.product-results-wrap #search-results{
width:100%;
}

}

.product-results-wrap #search-results .col-6{
max-width:unset;
}

.woocommerce-product-search input[type="submit"]{
    width: 50%;
    margin: 20px auto;
    display: block;
    text-align: center;
}

#close-s-popup{
position:absolute;
top:10px;
font-weight:bold;
cursor:pointer;
}