/*preset CSS*/

@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
        url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}





/*preset CSS*/
* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

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

p {
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}



input:disabled {
    cursor: default;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}

.container {
    max-width: 1710px;
}

body {
    background: #fff;
    font-family: "Bricolage Grotesque", serif;

}

body.bg-color-redish {
    background-color: #FFF1F1;
}

/*body {
    position: relative;
    padding-top: 10px;
}
body::before{ content: ''; position: fixed; width: 100%; height: 10px; top: 0px; left: 0px; background-color: #7ae037; z-index: 5000; }*/

.media {
    margin-top: 15px;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media:first-child {
    margin-top: 0;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.align-middle-block {
    align-items: center;
}

.pull-right {
    float: right !important;
}



.floatCss {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.alignCenter-content {
    align-items: center;
}

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

.justify-center-block {
    display: flex;
    justify-content: center;
}

.row-cs-direction.row {
    flex-direction: row-reverse;
}

.alignBaseline-content {
    align-items: baseline;
}

.row-cs-direction.row {
    flex-direction: row-reverse;
}




/*preset CSS*/

.wrapper {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    position: relative;

}



.logo {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s ease-in-out;
}

.logo a {
    display: inline-block;
}

.logo img {}

.logo img:hover {
    opacity: 0.5;
}

.logo:hover span {
    opacity: 0.5;
}





.nav_section {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.donate-link {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
}

.donate-link a {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #A61E2C;
    border-radius: 10px;
}



/*======================================= nav start ================================*/


.header .navbar-expand-md {
    justify-content: space-between;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0px 0px 0px 0px;
    margin: 0px 15px 0px 15px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
    padding-right: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    line-height: 28px;
    color: #004545;
    border-bottom: none;
    background-color: transparent;
    border-radius: 10px;
    font-weight: 700;

}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #4C4C4C;
    border-bottom: none;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #46953D;
}

.header-bottom .navbar-collapse {
    justify-content: center;
    align-items: center;
}

.navbar-light .navbar-nav .nav-item.login-item .nav-link.active,
.navbar-light .navbar-nav .nav-item.login-item .show>.nav-link,
.navbar-light .navbar-nav .nav-item.login-item .nav-link:hover {
    color: #fff;
    border-bottom: none;
    background-color: #8CC63F;
}

.header .navbar {
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
}

.nav_section .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}


.navbar-expand-lg .navbar-nav .nav-item.login-item .nav-link {
    padding: 0px 30px 0px 30px;
    background-color: #46953D;
    border-radius: 50px;

}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-item.accessibility-link .nav-link {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    width: 50px;
    height: 50px;
    background: url(images/be-icon.svg) no-repeat center center;
}

.navbar-expand-lg .navbar-nav .nav-item.accessibility-link .nav-link:hover {
    background: url(images/be-icon.svg) no-repeat center center;
}

.navbar-expand-lg .navbar-nav .nav-item.accessibility-link .nav-link img {
    display: block;
}



.dropdown-toggle {
    padding-right: 20px !important;
}

.dropdown-toggle::after {
    border: none;
    background: url(images/menu-arrow-green.svg) no-repeat right center;
    width: 12px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
}

.dropdown-menu {
    background-color: #46953D;
}

.dropdown-menu li {
    padding: 0px 15px 0px 15px;
}

.dropdown-menu li a.dropdown-item {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
}

.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}





.dropdown.language-cs .dropdown-menu li a.dropdown-item {
    text-align: right;
}

.dropdown.language-cs .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item.language-cs .nav-link {
    padding-left: 30px;
    background: url(images/langiage-icon.svg) no-repeat left center;
}



.navbar-light .navbar-nav .nav-item.language-cs .nav-link:focus,
.navbar-light .navbar-nav .nav-item.language-cs .nav-link:hover {
    background: url(images/language-yellow.svg) no-repeat left center;
}





.header .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}




/*======================================= nav end ================================*/


/*======================================= home page ================================*/

.header {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 200;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    border-bottom: none;
}

.header-top {
    background-color: #004545;
    padding: 25px 0px 25px 0px;
}

.header-top-content {
    display: flex;
    padding: 0px 0px 0px 0px;
}

.search-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    align-items: center;
}


.search-block form .form-control {
    width: 100%;
    height: 48px;
    box-shadow: none !important;
    border: none;
    background-color: #ffffff;
    border-radius: 100px;
    font-size: 14px;
    color: #004545;
    padding-left: 30px;
}

.submit_select2 {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0px;
    right: 1px;
    border: none;
    background: url(images/search.svg) no-repeat center center;
    border-radius: 4px;
}


.header-link-list {
    padding-left: 50px;
}

.header-link-list ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    display: flex;
    align-items: center;
}

.header-link-list ul li {
    display: inline-block;
    background: url(images/line.svg) no-repeat right center;
    padding: 0px 16px 0px 0px;
    margin: 0px 12px 0px 0px;
}

.header-link-list ul li a {
    display: inline-block;
    padding-left: 38px;
}

.location-top {
    background: url(images/location.svg) no-repeat left center;
    padding-left: 38px;
}

span.dl-top-text {
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    opacity: .7;
}

span.dl-bt-text {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    color: #fff;
}

.header-link-list ul li.telephone-top a {
    background: url(images/telephone.svg) no-repeat left center;
}

.header-link-list ul li.cart-top a {
    background: url(images/cart.svg) no-repeat left center;
}


.header-link-list ul li:last-child {
    background: no-repeat;
    margin-right: 0px;
    padding-right: 0px;
}

.header-link-list ul li.login-link a {
    padding: 0px 24px 0px 24px;
    line-height: 38px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #FF5900;
    border-radius: 100px;
    border: 1px solid #FF5900;
}

.header-link-list ul li.login-link a:hover {
    background-color: transparent;
    color: #FF5900;
}

.header-bottom {
    background-color: #EFF290;
    padding: 7px 0px 7px 0px;
}

.category-slider {
    padding: 32px 0px 48px 0px;
}

.single-category {
    width: 100%;
}

.single-category a {
    display: inline-block;
    border: 1px solid rgba(212, 212, 212, 1);
    padding: 12px 20px 12px 20px;
    border-radius: 100px;
    width: 100%;
}

.category-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-image {
    display: flex;
    width: 45px;
}

.category-image img {
    display: block;
    border-radius: 50%;
}

.category-tittle {
    flex: 1;
    display: flex;
    padding-left: 0px;
    width: calc(100% - 45px);
    align-items: baseline;
}

.category-tittle-single h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    color: rgba(0, 0, 0, 1);
}

.owl-carousel.category_slider .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.category_slider {
    padding-right: 50px;
}


.home-banner-section .container {
    padding: 0px;
}

.home-banner-section .container .row {
    --bs-gutter-x: 0rem;
}

.home-banner-section .container .row .col-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-content {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 60px 60px 35px 60px;
    min-height: 600px;
    border-radius: 48px;
}


.banner-content h2 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 700;
    margin: 0px 0px 18px 0px;
    color: #004545;
    max-width: 90%;
    width: 100%;
}

.banner-content p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    margin: 0px 0px 32px 0px;
    color: #567A7A;
    max-width: 90%;
    width: 100%;
}


.show-more-btn a {
    display: inline-block;
    line-height: 63px;
    background-color: #004545;
    padding: 0px 35px 0px 35px;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
}

.show-more-btn a:hover,
.click-btn span:hover {
    background-color: #FF5900;
}

.banner-image-container {
    padding-bottom: 600px;
    position: relative;
}

.banner-image-container img {
    width: 100%;
    display: block;
    border-radius: 48px 48px 48px 48px !important;
    position: absolute;
    height: 100%;
    object-fit: cover;
    -webkit-transform-style: preserve-3d;
    left: 0px;
    top: 0px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.home-banner-section {
    padding: 0 0 48px;
}


.raw-meat-section {
    padding: 0px 0px 50px 0px;
    border-bottom: 1px solid #DEDEDE;
}

.center-tittle {
    padding-bottom: 33px;
}

.center-tittle h3 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin: 0;
    color: #002424;
    text-align: center;
}

.raw-meat-single {}

.raw-meat-single a {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}

.meat-image-container {
    padding-bottom: 72%;
    position: relative;
}

.meat-image-container img {
    width: 100%;
    display: block;
    border-radius: 36px !important;
    position: absolute;
    height: 100%;
    object-fit: cover;
    -webkit-transform-style: preserve-3d;
    left: 0px;
    top: 0px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.meat-tittle {
    padding: 20px 0px 20px 0px;
}

.meat-tittle h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    color: #000;
    text-align: center;
}

.click-btn {
    position: absolute;
    left: 0px;
    bottom: 35px;
    text-align: center;
    display: none;
}

.click-btn span {
    display: inline-block;
    line-height: 52px;
    background-color: #004545;
    padding: 0px 24px 0px 24px;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}


.raw-meat-single a:hover .click-btn {
    display: block;
}

.categori-section-2 {
    padding: 96px 0px 48px 0px;
    background: linear-gradient(90deg, rgba(237, 243, 187, 1) 0%, rgba(198, 226, 226, 1) 100%);
}

.ct-tittle-section {
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ct-tittle {
    float: left;
    display: inline-block;
    font-size: 48px;
    line-height: 58px;
    color: rgba(0, 36, 36, 1);
    font-weight: 700;
}

.view-l-btn {
    float: right;
    display: inline-block;
}

.view-l-btn a {
    display: block;
    width: 110px;
    line-height: 42px;
    text-align: center;
    display: block;
    border: 1px solid transparent;
    border-radius: 100px;
    background-color: #FF5900;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.view-l-btn a:hover {
    background-color: rgba(0, 69, 69, 1);
    color: #fff;
}

.itembg-white {
    background-color: #fff;
}


.category_slider2 .owl-nav {
    position: absolute;
    bottom: auto;
    width: 90px;
    display: block !important;
    right: 120px;
    top: -85px;
}

.category_slider2 .owl-nav .owl-prev {
    width: 42px;
    height: 42px;
    background: transparent url(images/arrow-left-green.svg) no-repeat center center !important;
    position: relative;
    text-indent: -9999px;
    float: left;
    border-radius: 50%;
    border: 2px solid rgba(0, 69, 69, 1) !important;
    left: 0px;
}

.category_slider2 .owl-nav .owl-prev:hover {
    background: rgba(0, 69, 69, 1) url(images/arrow-white.svg) no-repeat center center !important;
}

.categori-section-3 .category_slider2 .owl-nav .owl-prev:hover {
    background: rgba(197, 255, 161, 1) url(images/arrow-left-green.svg) no-repeat center center !important;
    border-color: transparent !important;
}

.category_slider2 .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    background: transparent url(images/arrow-right-green.svg) no-repeat center center !important;
    position: relative;
    text-indent: -9999px;
    float: right;
    border-radius: 50%;
    border: 2px solid rgba(0, 69, 69, 1) !important;
    right: 0px;
}

.category_slider2 .owl-nav .owl-next:hover {
    background: rgba(0, 69, 69, 1) url(images/arrow-right-white.svg) no-repeat center center !important;
}

.categori-section-3 .category_slider2 .owl-nav .owl-next:hover {
    background: rgba(197, 255, 161, 1) url(images/arrow-right-green.svg) no-repeat center center !important;
    border-color: transparent !important;
}


.categori-section-3 {
    padding: 48px 0px 0px 0px;
}

.border-bottom {
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}


.trusted-section {
    padding: 48px 0px 96px 0px;
}

.tst-info-top h2 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
    color: rgba(0, 36, 36, 1);
}

.tst-info-top p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin: 0px 0px 30px 0px;
    color: rgba(75, 107, 107, 1);
}

.mid-gap {
    padding-bottom: 60px;
}

.tst-image-container {
    position: relative;
}

.tst-image-container>img {
    display: block;
    width: 100%;
    border-radius: 24px;
}

.tst-vc-1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.tst-vc-1 img {
    max-width: 100%;
}


.trst-text-1 {
    max-width: 392px;
    width: 100%;
}

.trst-text-1 p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
    color: rgba(255, 255, 255, .8);
}

.text-postion-1 {
    position: absolute;
    left: 64px;
    bottom: 241px;
}



.testimonial-section {
    padding: 0px 0px 48px 0px;
}

.center-tittle {
    padding-bottom: 48px;
}

.center-tittle h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    color: rgba(0, 36, 36, 1);
    text-align: center;
}


.testimonial-single {
    background-color: rgba(255, 213, 202, 1);
    border-radius: 36px;
    padding: 40px 40px 136px 40px;
    background: rgba(255, 213, 202, 1) url(images/quote-shape.svg) no-repeat right 20px bottom 40px;
}

.tst-name {
    margin-bottom: 30px;
}

.tst-name span {
    display: inline-block;
    padding: 0px 22px 0px 22px;
    background-color: #fff;
    border-radius: 100px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 69, 69, 1);
}

.testimonial-single h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin: 0px 0px 24px 0px;
    color: rgba(0, 36, 36, 1);
}

.testimonial-single p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: rgba(0, 69, 69, 1);
}





.testimonial-slider .owl-nav {
    position: absolute;
    bottom: auto;
    width: 100%;
    display: block !important;
    left: 0px;
    top: 50%;
}

.testimonial-slider .owl-nav .owl-prev {
    width: 62px;
    height: 62px;
    background: transparent url(images/arrow-left-green.svg) no-repeat center center !important;
    position: relative;
    text-indent: -9999px;
    float: left;
    border-radius: 50%;
    border: 2px solid rgba(0, 69, 69, 1) !important;
    left: -70px;
}

.testimonial-slider .owl-nav .owl-prev:hover {
    background: rgba(0, 69, 69, 1) url(images/arrow-white.svg) no-repeat center center !important;
}



.testimonial-slider .owl-nav .owl-next {
    width: 62px;
    height: 62px;
    background: transparent url(images/arrow-right-green.svg) no-repeat center center !important;
    position: relative;
    text-indent: -9999px;
    float: right;
    border-radius: 50%;
    border: 2px solid rgba(0, 69, 69, 1) !important;
    right: -70px;
}

.testimonial-slider .owl-nav .owl-next:hover {
    background: rgba(0, 69, 69, 1) url(images/arrow-right-white.svg) no-repeat center center !important;
}


.testimonial-slider .owl-dots {
    display: none !important;
}



.footer {
    padding: 96px 0px 0px 0px;
    background-color: #002B2B;
}

.footer .container {
    max-width: 1440px;
    width: 100%;
}

.ftr-cn-block {
    margin-bottom: 20px;
}

.ftr-cn-block a {
    display: block;
    border-radius: 16px;
    border: 1px solid #476666;
    padding: 15px 24px 15px 72px;
    line-height: 40px;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    border-image-slice: 1;
    border-width: 1px;
    overflow: hidden;
}

.ftr-cn-block a::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(images/ftr-arrow.svg) no-repeat center center;
}

.ftr-cn-block a:hover {
    border-color: rgba(237, 243, 187, 1);
    color: rgba(237, 243, 187, 1);
}

/*.ftr-cn-block a:hover{ border-image-source: linear-gradient(to left, rgba(237, 243, 187, 1), rgba(198, 226, 226, 1));  border-radius: 16px;}*/

.ftr-phone a {
    background: url(images/ftr-phone.svg) no-repeat left 30px center;
}

.ftr-phone a:hover {
    background: url(images/ftr-phone.svg) no-repeat left 30px center;
}

.ftr-mail a {
    background: url(images/ftr-mail.svg) no-repeat left 30px center;
}

.ftr-mail a:hover {
    background: url(images/ftr-mail-hover.svg) no-repeat left 30px center;
}

.ftr-address a {
    background: url(images/ftr-map.svg) no-repeat left 30px center;
}

.ftr-gap-1 {
    padding: 40px 0px 0px 0px;
}

.ftr-logo {
    margin-bottom: 24px;
}

.ftr-logo a {
    display: inline-block;
}

.ftr-dsp-block p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #CCCCD3;
    opacity: 0.7;
}

.ftr-link-list {
    color: rgba(237, 243, 187, 1);
}

.ftr-link-list h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    margin: 0px 0px 30px 0px;
    background: -webkit-linear-gradient(90deg, rgba(237, 243, 187, 1), rgba(198, 226, 226, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.ftr-link-list ul {
    margin: 0px;
    padding: 0px;
}

.ftr-link-list ul li {
    float: left;
    display: block;
    margin: 0px 0px 8px 0px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(204, 204, 211, 0.7);
    width: 100%;
    display: block;
}

.ftr-link-list ul li a {
    color: rgba(204, 204, 211, 0.7);
    display: inline-block;
}

.ftr-link-list ul li a:hover {
    padding-left: 20px;
    background: url(images/ftr-link-arrow.svg) no-repeat left center;
}

.contact-single-input {
    margin-bottom: 10px;
}

.cmn-input-sh {
    height: 44px;
    box-shadow: none;
    outline: none;
    border-color: #fff;
    border-radius: 100px;
    color: #004545;
    margin-bottom: 0;
    font-size: 14px;
    background-color: #fff;
    padding-left: 20px;
    border: none;
    box-shadow: none;
    outline: 0;
}

.submit_btn2 {
    width: 100%;
    height: 44px;
    margin: 0;
    line-height: 44px;
    background-color: #FF5900;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    float: left;
    border: none;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 100px;
    border: none;
    box-shadow: none;
    outline: 0;
    border: 1px solid #FF5900;
}

.submit_btn2:hover {
    background-color: transparent;
    color: #FF5900;

}




.ftr-cp-block {
    padding: 60px 0px 0px 0px;
}

.ftr-cp-block p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    color: #fff;
    opacity: 0.7;
}

.footer-bottom {
    margin: 76px 0px 0px 0px;
    padding: 24px 0px 30px 0px;
    border-top: 1px solid rgba(256, 256, 256, 0.2);
}

.social-ftr ul {
    margin: 0px;
    padding: 0px;
}

.social-ftr ul li {
    float: left;
    display: inline-block;
    margin: 0px 24px 0px 0px;
}

.social-ftr ul li a {
    width: 24px;
    height: 24px;
    display: block;
}

.social-ftr ul li.scl-1 a {
    background: url(images/scl-1.svg) no-repeat center center;
}

.social-ftr ul li.scl-2 a {
    background: url(images/scl-2.svg) no-repeat center center;
}

.social-ftr ul li.scl-3 a {
    background: url(images/scl-3.svg) no-repeat center center;
}

.social-ftr ul li.scl-4 a {
    background: url(images/scl-4.svg) no-repeat center center;
}

.social-ftr ul li.scl-5 a {
    background: url(images/scl-5.svg) no-repeat center center;
}


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

.pm-tittle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #fff;
    padding-right: 10px;
}


.header-top .container {
    position: relative;
}

.search-mobile {
    position: absolute;
    right: 44px;
    top: 50%;
    margin-top: -15px;
    display: none;
}

.search-mobile a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff url(images/search-mobile.svg) no-repeat center center;
}


















































.contact-input-single .form-control::-moz-placeholder {
    color: #2D2D2D;
    opacity: 0.8;

}

.contact-input-single .form-D0D0D0::-ms-input-placeholder {
    color: #2D2D2D;
    opacity: 0.8;

}

.contact-input-single .form-control::-webkit-input-placeholder {
    color: #2D2D2D;
    opacity: 0.8;

}









/*======================================= selectbox 2 ================================*/

.select_block2 .chosen-container {
    width: 100% !important;
    margin-bottom: 0px;
}

.select_block2 .chosen-container-single .chosen-single div b {
    background: url(images/select-arrow.svg) no-repeat center center !important;
    width: 40px;
    height: 100%;
    margin-right: 0px;
}

.select_block2 .chosen-container-single .chosen-single div {
    width: 40px;
    height: 48px;
}

.select_block2 .chosen-container-single .chosen-single {
    height: 48px;
    border: 1px solid #DADADA;
    background: #fff;
    line-height: 48px;
    text-align: left;
    font-family: 'arial';
    font-size: 18px;
    color: #2A2A2A;
    padding: 0 40px 0 20px;

    border-radius: 10px;

    width: 100%;
    font-weight: 400;
    box-shadow: none;
}

.select_block2 .chosen-container-single .chosen-single::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: none;
}

.select_block2 .chosen-container .chosen-results li.highlighted {
    background-color: #EFB53B;
    color: #fff;
    background-image: none;
}

.select_block2 .chosen-container .chosen-results li {
    background: none;
    padding-left: 10px;
    padding-right: 10px;
}

.select_block2 .chosen-container .chosen-drop {
    width: 100%;
}

.select_block2 .chosen-container-single .chosen-single div {
    display: block;
    position: absolute;
    right: 5px;
    top: -1px;
    border-left: none;
    bottom: -1;
}

.select_block2 .chosen-container .chosen-results {
    color: #444;
    padding-left: 0px;
}

.select_block .chosen-container-single .chosen-drop {
    margin-top: 1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    background-color: #eeeeee;
}

.select_block2 .chosen-container .chosen-results li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    background-color: #f5f5f5;
    text-align: left;
    font-weight: 500;
    color: #323F48;
}

.select_block2 .chosen-container .chosen-results {
    margin: 0 0px 0px 0;
    background-color: #eeeeee;
}

.select_block2 .chosen-container-single .chosen-single span {
    margin-right: 0px;
}

.select_block2 .chosen-container .chosen-drop {
    border: none;
}






/*======================================= request a phone call popup ================================*/

.common-popup .modal-dialog {
    width: 750px;
    max-width: 94%;
    margin: 30px auto;
}

.common-popup .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-radius: 8px;
    overflow: hidden;
}

.common-popup .modal-header {
    border: none;
    padding: 10px 0px 10px 0px;
    background-color: transparent;
}

.common-popup .close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 30px;
    background: url(images/ic20-close.svg) no-repeat center center;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    border: none;
}

.common-popup .modal-body {
    padding: 40px 50px 40px 50px;
}



/*======================================= sticky header start ================================*/
/*body.sticky_white_header {
    padding-top: 0;
}

.sticky_white_header .header{background-color: transparent;   transition: all 0.3s ease-in-out;  position: fixed; top: 0px; padding: 20px 0px 20px 0px; }
.sticky_white_header .logo{ width: 100px; transition: all 0.5s ease-in-out;    }
.sticky_white_header .logo span{ }
.sticky_white_header .navbar-expand-lg .navbar-nav .nav-link{ font-size: 16px; }*/

/*======================================= sticky header end ================================*/









.hidden {
    display: none;
}


/*======================================= side menu ================================*/

.mobile_menu {
    position: absolute;
    right: auto;
    top: 50%;
    width: 35px;
    right: 0px;
    margin-top: -16px;
    z-index: 10;
}

.mobile_menu a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(images/Hamburger.svg) no-repeat center center;
    border: none;
    border-radius: 3px;
}

div#card-number,
div#card-date,
div#card-cvv,
div#card-postal-code {
    height: 40px;
}

.button-container {
    margin: 30px 0 0;
}

.button-container button {
    margin-bottom: 0px !important;
    padding: 0px 24px 0px 24px;
    line-height: 38px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #FF5900;
    border-radius: 100px;
    border: 1px solid #FF5900;
}

.input-errors {
    color: #f00;
    font-size: 14px;
}

#paymentModal .modal-dialog.modal-dialog-centered {
    width: 600px;
}

#paymentModal .prod_body {
    padding: 25px;
}

#paymentModal h3 {
    margin: 0 0 20px;
    text-align: center;
    font-weight: 700;
}

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

    .navbar-desktop {
        display: none !important;
    }

    .mobile_menu {
        display: block !important;
    }

    .search-mobile {
        display: block;
    }

    .header_top_link_wrapper {
        display: none !important;
    }


    div#sidebar_content .sidebar_content {
        width: 80%;
        background: #fff;
        float: left;
    }

    div#sidebar_content .sidebar_content {
        position: relative;
        height: 100%;
        max-height: 100%;
        overflow: auto;
    }

    #mobile_nav_wrapper {
        width: 100%;
        float: left;
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 10px 20px 0px 0px;
    }

    #mobile_nav_wrapper .dropdown-toggle::after {
        display: none;
    }

    #mobile_nav_wrapper .nav-link {
        padding-left: 0px;
        position: relative;
    }

    #mobile_nav_wrapper>ul {
        width: 100%;
        float: left;
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    #mobile_nav_wrapper>ul>li {
        width: 100%;
        float: left;
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    /*#mobile_nav_wrapper .dropdown-menu{ position: relative !important; width: 100%; float: left; top: auto; }*/
    #mobile_nav_wrapper .dropdown-menu {
        width: 100%;
        float: left;
        background-color: transparent;
        transform: none !important;
    }

    #mobile_nav_wrapper .navbar-nav .open .dropdown-menu {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }

    #mobile_nav_wrapper .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }

    #mobile_nav_wrapper .open>.dropdown-menu {
        display: block;
    }

    #mobile_nav_wrapper .dropdown-menu {
        top: 100%;
    }







    /*.menu_active div#sidebar_content {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        display: block !important;
        width: 320px;
        z-index: 99999;
    }*/
    div#sidebar_content {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        display: block !important;
        width: 360px;
        z-index: 99999;
        transform: translateX(100%);
        transition: all 0.3s ease-in-out;
    }

    .menu_active div#sidebar_content {

        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        display: block !important;
        width: 360px;
        z-index: 99999;
        transform: unset;
    }

    .menu-overlay {
        background: rgba(0, 73, 123, 0.6);
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out;
        position: fixed;
        left: 0px;
        top: 0px;
    }

    div#sidebar_content .sidebar_content {
        width: 100%;
        background-color: rgba(0, 69, 69, 1);
        float: left;

    }

    a#sidebar_hide {
        width: 30px;
        height: 30px;
        position: absolute;
        left: auto;
        display: inline-block;
        z-index: 999;
        top: 25px;
        right: 20px;
    }

    a#sidebar_hide::before {
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        z-index: 999;
        transform: rotate(45deg);
        top: 12px;
        content: "";
        background: #fff;
    }

    a#sidebar_hide::after {
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        z-index: 999;
        transform: rotate(-45deg);
        top: 12px;
        content: "";
        background: #fff;
    }

    .sidebar_content a#sidebar_hide:hover {
        opacity: 0.6;
    }

    .sidebar_content_inner {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;
    }

    .panner_top {
        width: 100%;
        float: left;
        height: auto;
        padding: 20px 40px 20px 40px;
        text-align: center;

    }

    .author_img {
        width: 50px;
        height: 50px;
        background: #fff;
        display: inline-block;
        border-radius: 50%;
        position: relative;
    }

    .author_img img {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        max-width: 50px;
    }

    ul.logout_part li {
        display: inline-block;
        margin: 0 10px;
    }

    .panner_top li a {
        color: #fff;
        font-size: 18px;
    }

    div#sidebar_content .top_menu {
        display: block;
        padding: 10px 0 0;
        position: fixed;
        top: 172px;
        bottom: 48px;
        overflow: auto;
    }

    div#sidebar_content ul.top_menu.singout_menu {
        top: 120px;
    }

    div#sidebar_content .top_menu li {
        display: block;
        margin-bottom: 0;
        padding: 11px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        width: 100%;
    }

    div#sidebar_content .top_menu li a {
        display: inline-block;
        font-size: 18px;
        color: #111;
    }

    .copyright_block {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        background: #0e8e57;
        color: #fff;
        line-height: 48px;
        font-size: 14px;
    }

    #sidebar_content .top_menu {
        width: 100%;
        float: left;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    #sidebar_content .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    #sidebar_content .navbar-nav>li {
        margin-bottom: 5px;
    }

    #sidebar_content .navbar-nav>li>a {
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        font-weight: 700;
        background: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        padding-top: 0;
        transition: none;
        display: inline-block;
        background-color: transparent;
        letter-spacing: 0em;
        position: relative;
    }

    #sidebar_content .navbar-nav>li>a:hover {
        background-color: transparent;
        color: #fff
    }

    #sidebar_content .navbar-nav>li.active>a {
        background-color: #C3DCE4;
        color: #00497B
    }

    #sidebar_content .navbar-nav>li.accessibility-link>a {
        width: 60px;
        padding-right: 0px;
    }


    #sidebar_content .navbar-nav>li>a.dropdown-toggle {
        background: url(images/menu-arrow-white.svg) no-repeat right center;
        padding-right: 15px;
    }

    #sidebar_content .navbar-nav>li>a.dropdown-toggle:hover {
        background: url(images/menu-arrow-white.svg) no-repeat right center;
        padding-right: 15px;
        color: #fff;
    }

    #sidebar_content .navbar-nav>li.active>a.dropdown-toggle {
        background: url(images/menu-arrow-white.svg) no-repeat right center;
        padding-right: 15px;
        color: #fff;
    }

    #sidebar_content .dropdown-toggle.show {
        background: url(images/menu-arrow-white.svg) no-repeat right center !important;
        color: #fff !important;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 36px;
        font-weight: 400;
    }

    .logo {
        text-align: left;
    }

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        color: #212529;
    }

    .sidebar_content .logo {
        float: left;
    }

    #mobile_nav_wrapper .dropdown-menu {
        border: none;
        padding: 0px 0px 0px 15px;
    }

    #mobile_nav_wrapper .dropdown-item {
        color: #fff;
        font-size: 16px;
        line-height: 40px;
        text-transform: uppercase;
        font-family: "Instrument Sans", sans-serif;
        font-weight: 400;
    }

    #mobile_nav_wrapper .dropdown-item:focus,
    #mobile_nav_wrapper .dropdown-item:hover {
        background-color: transparent;
        color: #fff;
    }

    #sidebar_content .navbar-nav>li.login-item {
        padding-left: 15px;
        padding-top: 10px;
    }

    #sidebar_content .navbar-nav>li.login-item>a {
        background-color: #EFB53B;
        border-radius: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #sidebar_content .navbar-nav>li.language-cs {
        text-align: left !important;
        padding-left: 16px;
    }

    #sidebar_content .navbar-nav>li.language-cs>a {
        padding-left: 35px;
        position: relative;
    }

    #sidebar_content .navbar-nav>li.language-cs>a.dropdown-toggle::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 5px;
        width: 26px;
        height: 26px;
        background: url(images/langiage-icon.svg) no-repeat center center;
    }

    #sidebar_content .navbar-nav>li.language-cs>a.dropdown-toggle:hover::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 5px;
        width: 26px;
        height: 26px;
        background: url(images/langiage-icon.svg) no-repeat center center;
    }

    #sidebar_content .navbar-nav>li.language-cs.active>a.dropdown-toggle::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 5px;
        width: 26px;
        height: 26px;
        background: url(images/langiage-icon.svg) no-repeat center center;
    }

    #sidebar_content .dropdown.language-cs .dropdown-menu li a.dropdown-item {
        text-align: left;
    }




}









/*======================================== side menu end =============================*/

/*======================================== Responsive Design =============================*/

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



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



    .owl-carousel.category_slider2 {
        padding-right: 50px;
    }

    .owl-carousel.category_slider2 .owl-stage-outer {
        overflow: visible;
    }

    .category_slider2 .owl-nav {
        top: -60px;
    }






}

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

@media only screen and (min-width: 480px) and (max-width: 639px) {

    .owl-carousel.category_slider2 {
        padding-right: 50px;
    }

    .owl-carousel.category_slider2 .owl-stage-outer {
        overflow: visible;
    }

    .category_slider2 .owl-nav {
        top: -60px;
    }



}

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

    .ar-filter-rt {
        width: 280px;
    }

    .product__item.itembg-white h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .category_slider2 .owl-nav {
        top: -60px;
    }



}


@media only screen and (max-width: 767px) {
    .categori-section-3.floatCss.border-bottom {
        padding-bottom: 48px;
    }

    .filter_block {
        margin: 0 0 24px;
    }

    .product__item .thumb {
        padding-bottom: 186px !important;
        position: relative;
        margin: 0 0 15px;
    }

    .product__item {
        border-radius: 24px;
    }

    a.add_to_cart {

        font-size: 14px;
        line-height: 36px !important;
    }

    .select_block2 .chosen-container-single .chosen-single {
        height: 42px;
        line-height: 42px;
    }

    .category_slider2 .owl-nav .owl-next,
    .category_slider2 .owl-nav .owl-prev {
        width: 32px;
        height: 32px;
    }

    .category_slider2 .owl-nav {
        width: 72px;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    .ct-tittle {
        font-size: 24px;
        line-height: 30px;
    }

    .res-block .view-l-btn {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .res-block .view-l-btn a {
        display: inline-block;
        float: none;
    }

    .category_slider2 .owl-nav {
        right: 0;
    }

    .categori-section-2 {
        padding: 48px 2px 48px 2px;
    }

    .ct-tittle-section {
        margin-bottom: 24px;
    }

    .product__item.itembg-white {
        margin: 0 0 24px;
    }


    .testimonial-slider .owl-nav {
        display: none !important;
    }

    .testimonial-slider .owl-dots {
        text-align: center;
        padding-top: 15px;
        display: block !important;
    }

    .testimonial-slider .owl-dots .owl-dot {
        width: 6px;
        height: 6px;
        background-color: rgba(0, 69, 69, .2);
        border-radius: 50%;
        border: none;
        margin: 0px 5px 0px 5px;
    }

    .testimonial-slider .owl-dots .owl-dot.active {
        background-color: rgba(0, 69, 69, 1);
        border-color: transparent
    }

    .header-bottom {
        display: none;
    }

    .home-banner-section {
        padding: 0px 16px 48px 16px;
    }

    .banner-content {
        padding: 32px 16px 32px 16px;
        border-radius: 24px;
    }

    .banner-content h2 {
        font-size: 32px;
        line-height: 36.8px;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .banner-content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .banner-content {
        min-height: auto;
    }

    .show-more-btn a {
        line-height: 32px;
        padding-left: 22px;
        padding-right: 22px;
        font-size: 12px;
    }

    .banner-image-container {
        padding-bottom: 282px;
    }


    .raw-meat-section {
        padding: 0px 4px 48px 4px;
    }

    .categori-section-3 {
        padding: 48px 0px 0px 0px;
    }

    .meat-tittle {
        padding-bottom: 24px;
    }

    .trusted-section {
        padding: 48px 4px 48px 4px;
    }

    .tst-info-top h2 {
        text-align: center;
        font-size: 24px;
        line-height: 27.6px;
        margin-bottom: 16px;
    }

    .tst-info-top p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 24px;
    }

    .mid-gap {
        padding-bottom: 0px;
    }

    .tst-image-container {
        padding-bottom: 67%;
        position: relative;
    }

    .tst-image-container>img {
        width: 100%;
        display: block;
        border-radius: 16px !important;
        position: absolute;
        height: 100%;
        object-fit: cover;
        -webkit-transform-style: preserve-3d;
        left: 0px;
        top: 0px;
        webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .tst-vc-1 {
        width: 131px;
    }

    .text-postion-1 {
        position: absolute;
        top: 50%;
        height: auto;
        left: 75px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
        max-width: 130px;
    }

    .trst-text-1 p {
        font-size: 8px;
        line-height: 9.6px;
    }

    .center-tittle h2 {
        font-size: 24px;
        line-height: 27.6px;
    }

    .center-tittle {
        padding-bottom: 24px;
    }

    .testimonial-section {
        padding: 0px 4px 48px 4px;
    }

    .testimonial-single {
        padding: 16px 16px 32px 16px;
        border-radius: 16px;
        background-size: 45px;
        background-position: right 16px bottom 10px;
    }

    .tst-name span {
        line-height: 28px;
        font-size: 12px;
    }

    .tst-name {
        margin-bottom: 16px;
    }

    .testimonial-single h3 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 8px;
    }

    .testimonial-single p {
        font-size: 14px;
        line-height: 22px;
    }

    .testimonial-single {}

    .footer {
        padding: 48px 4px 0px 4px;
        background-color: #002B2B;
    }

    .ftr-cn-block a {
        padding: 7px 16px 7px 53px;
        background-position: left 16px center;
        font-size: 16px;
    }

    .ftr-cn-block {
        margin-bottom: 24px;
    }

    .ftr-gap-1 {
        padding: 0px 0px 0px 0px;
    }

    .ftr-logo a {
        max-width: 70px;
        width: 100%;
    }

    .ftr-logo {
        margin-bottom: 12px;
    }

    .ftr-dsp-block p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .ftr-link-list h3 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .ftr-link-list ul li {
        font-size: 12px;
        line-height: 20px;
    }

    .ftr-link-list {
        margin-bottom: 24px;
    }

    .ftr-link-list.ftr-news-ltf-th {
        margin-bottom: 0px;
    }

    .ftr-news-ltf-th .ftr-dsp-block p {
        margin-bottom: 0px;
    }

    .footer-bottom {
        margin: 24px 0px 0px 0px;
        padding: 24px 0px 30px 0px;
    }

    .social-ftr ul {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
        margin-bottom: 16px;
    }

    .social-ftr ul li {
        float: none;
        display: inline-block;
    }

    .payment-ftr {
        justify-content: center;
    }

    .ftr-cp-block {
        padding: 24px 0px 0px 0px;
        border-top: 1px solid rgba(256, 256, 256, 0.2);
        margin-top: 24px;
    }

    .ftr-cp-block p {
        text-align: center;
    }


    .single-category a {
        padding: 9px 25px 9px 15px;
    }

    .category-tittle-single h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .category-image {
        width: 32px;
    }

    .category-tittle {
        width: calc(100% - 32px);
        padding-left: 8px;
    }

    .header-top {
        background-color: #004545;
        padding: 17px 0;
    }

    .header-top {
        background-color: #004545;
        padding: 17px 0;
    }

    .raw-meat-section {
        padding: 0 0 24px;
    }

    .categori-section-3.floatCss.border-bottom.farm_direct {
        background: rgb(237, 243, 187);
        background: linear-gradient(90deg, rgba(237, 243, 187, 1) 0%, rgba(198, 226, 226, 1) 100%);
    }

    .categori-section-3.floatCss.border-bottom.catering {
        background: rgb(237, 243, 187);
        background: linear-gradient(90deg, rgba(237, 243, 187, 1) 0%, rgba(198, 226, 226, 1) 100%);
    }

    .product__item {
        border-radius: 24px;
    }

    .tst-name span {
        line-height: 28px;
        font-size: 12px;
        padding: 0 12px;
    }

    .footer-bottom {
        margin: 24px 0px 0px 0px;
        padding: 20px 0;
    }

    .ftr-cp-block {
        padding: 12px 0 24px;
        border-top: 1px solid rgba(256, 256, 256, 0.2);
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ct-tittle {
        font-size: 24px;
        line-height: 27px;
    }

    .product__item .thumb {
        padding-bottom: 186px !important;
        position: relative;
        margin: 0 0 15px;
    }

    .trusted-section.floatCss .tst-info-top.floatCss {
        text-align: center;
    }

    /* .category_slider2 .owl-nav .owl-prev{
        width: 32px;
        height: 32px;
    } */
    .header-top.floatCss {
        padding-left: 25px;
        padding-right: 25px;
    }

    .category_slider2 .owl-nav {
        top: -67px;
    }

    .categori-section-3.floatCss.border-bottom.farm_direct {
        background: rgb(237, 243, 187);
        background: linear-gradient(90deg, rgba(237, 243, 187, 1) 0%, rgba(198, 226, 226, 1) 100%);
    }

    .ct-tittle-section {
        margin: 0 0 24px;
    }

    .container {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 17px;
    }

    .product__item.itembg-white h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .header-bottom {
        display: none;
    }


    .banner-content {
        padding: 32px 16px;
        border-radius: 24px;
        min-height: unset;
    }

    .banner-image-container {
        padding-bottom: initial;
        position: relative;
        height: 100%;
    }

    .banner-image-container img {
        border-radius: 24px !important;
    }

    .raw-meat-section.floatCss .center-tittle.floatCss {
        display: none;
    }

    .meat-tittle {
        padding: 16px 0px 0px 0px;
    }

    .raw-meat-section {
        padding-bottom: 48px;
        border: none;
    }

    .banner-content h2 {
        font-size: 40px;
        line-height: 46px;
        max-width: 100%;
    }

    .tst-info-top h2 {
        font-size: 40px;
        line-height: 46px;
        margin: 0 0 16px;
    }

    .tst-info-top p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 24px;
    }

    .trusted-section.floatCss .mid-gap {
        padding-bottom: 0;
    }

    .tst-vc-1 img {
        max-width: 100%;
        max-height: 88px;
    }

    .text-postion-1 {
        position: absolute;
        left: 30px;
        bottom: auto;
        top: 60%;
        transform: translateY(-50%);
    }

    .trst-text-1 p {
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
        margin: 0px 0px 30px 0px;
        color: rgba(255, 255, 255, .8);
        max-width: 245px;
    }

    .trusted-section {
        padding: 48px 0;
    }

    .testimonial-section.floatCss .center-tittle h2 {
        font-size: 24px;
        line-height: 27px;
        font-weight: 700;
        margin: 0px 0px 0px 0px;
        color: rgba(0, 36, 36, 1);
        text-align: center;
    }

    .testimonial-section .center-tittle {
        padding-bottom: 24px;
    }

    .testimonial-single {
        padding: 16px 16px 32px;
        border-radius: 16px;
        background-size: 45px auto;
        background-position: bottom 10px right 16px !important;
    }

    .testimonial-slider-wrapper.floatCss .owl-nav.disabled {
        display: none !important;
    }

    .testimonial-slider .owl-dots {
        display: block !important;
        text-align: center;
        padding-top: 20px;
    }

    .testimonial-slider button.owl-dot {
        width: 10px;
        height: 10px;
        background: rgba(0, 69, 69, 0.2) !important;
        border-radius: 50%;
        margin: 0 4px;
    }

    .footer {
        padding: 48px 0 0;
        background-color: #002B2B;
    }

    .ftr-cn-block a {
        padding: 12px 35px 12px 53px;
    }

    .ftr-mail a {
        background: url(images/ftr-mail.svg) no-repeat left 16px center;
    }

    .ftr-phone a {
        background: url(images/ftr-phone.svg) no-repeat left 16px center;
    }

    .ftr-address a {
        background: url(images/ftr-map.svg) no-repeat left 16px center;
    }

    .ftr-link-list h3 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 800;
        margin: 0 0 12px;
    }

    .ftr-link-list {
        padding-top: 24px;
    }

    .ftr-gap-1 {
        padding: 4px 0 0;
    }

    .footer-bottom {
        margin: 24px 0 0;
        padding: 20px 0;
        border-top: 1px solid rgba(256, 256, 256, 0.2);
        border-bottom: 1px solid rgba(256, 256, 256, 0.2);
    }

    .ftr-cp-block {
        padding: 12px 0 20px;
        text-align: center;
    }

    .testimonial-slider button.owl-dot.active {
        background-color: rgba(0, 69, 69, 1) !important;
    }

    .home-banner-section {
        padding: 0 16px 48px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .tst-name {
        margin-bottom: 16px;
    }

    .show-more-btn a {
        display: inline-block;
        line-height: 40px;
        background-color: #004545;
        padding: 0 24px;
        border-radius: 100px;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
    }


    .testimonial-single h3 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 8px;
    }

    .testimonial-single p {
        font-size: 14px;
        line-height: 22px;
    }

    .testimonial-slider .owl-nav .owl-next {
        right: -20px;
    }

    .testimonial-slider .owl-nav .owl-prev {
        left: -20px;
    }

    .tst-name span {
        font-size: 12px;
        line-height: 28px;
        padding: 0 12px;
    }

    .ftr-cn-block a {
        font-size: 12px;
    }

    .ftr-address a {
        line-height: 20px;
    }



}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }

    /* .product__item.itembg-white h3{ font-size: 18px; line-height: 28px; } */
    .header-link-list ul li {
        padding: 0px 8px 0px 0px;
        margin: 0px 6px 0px 0px;
    }

    .header-link-list {
        padding-left: 25px;
    }

    span.dl-bt-text {
        font-size: 14px;
    }

    .banner-content h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .tst-info-top h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .tst-info-top p {
        font-size: 18px;
        line-height: 24px;
    }


    .testimonial-slider .owl-nav .owl-next {
        right: -20px;
    }

    .testimonial-slider .owl-nav .owl-prev {
        left: -20px;
    }



}

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

    .container {
        width: 1170px;
    }

    .product__item.itembg-white h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .ftr-cn-block a {
        font-size: 14px;
    }

    .banner-content h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .testimonial-slider .owl-nav .owl-next {
        right: -20px;
    }

    .testimonial-slider .owl-nav .owl-prev {
        left: -20px;
    }



}

@media only screen and (min-width: 1440px) and (max-width: 1529px) {

    .container {
        width: 1270px;
    }







}

@media only screen and (min-width: 1530px) and (max-width: 1709px) {

    .container {
        width: 1440px;
    }



}


@media only screen and (min-width: 768px) and (max-width: 1529px) {}






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



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


    .service-section .row {
        --bs-gutter-x: 3rem;
    }





}






@media only screen and (min-width: 1440px) {}


@media only screen and (min-width: 1400px) {}


.product__item h2,
.cate_content .product__item h2 {
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
    color: #004545;
    margin: 0 0 8px;
    line-height: 23px;
}

.product__item .item_inner {
    padding: 0 15px !important;
}

.filter_item.select_block2 .chosen-container-single .chosen-single {
    background-color: #FF6200;
    border-radius: 26px;
    color: #fff;
    border-color: transparent;
    font-size: 16px;
    font-family: "Bricolage Grotesque", serif;
}

.filter_item.select_block2 div#subcat_chosen {
    min-width: 180px;
}

.filter_item.select_block2 .chosen-container-single .chosen-single div b {
    background-image: url(images/chevron-down.png) !important;
}

.addtocart_modal .pro_head .p_thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #D8E2E2;
    border-radius: 20px;
}

.loader_block {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.loader-spinner {
    height: 40px;
    width: 40px;
    -webkit-animation: loader-rotate 0.8s infinite linear;
    -moz-animation: loader-rotate 0.8s infinite linear;
    -o-animation: loader-rotate 0.8s infinite linear;
    animation: loader-rotate 0.8s infinite linear;
    border: 2px solid #dc3b0a;
    border-right-color: transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@-webkit-keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loader-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loader-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px 2px #00000017;
    -moz-box-shadow: 0px 0px 3px 2px #00000017;
    box-shadow: 0px 0px 3px 2px #00000017;
}

.order_page .profile_inner {
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.profile_inner .cart_page {
    padding: 0 30px 0;
}

.generic_page.profile_pages.order_page .container {
    width: 1440px;
    max-width: 100%;
}


.location-sd {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.location-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dl-top-text {
    font-size: 11px;
    opacity: 0.8;
    color: #fff;
}

.location-bootstrap-dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 0;
}

.dropdown-toggle .arrow {
    font-size: 12px;
    transition: transform 0.3s;
}

.location-bootstrap-dropdown .dropdown-toggle::after {
    background: none !important;
}

.dropdown-toggle.active .arrow {
    transform: rotate(180deg);
}

/* Location Popup Styles */
.location-popup-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}

.location-popup {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 15px 20px;
    margin-top: 10px;
    position: relative;
    width: 300px;
}

/* The small arrow/pointer at the top */
.pointer-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    top: -15px;
    left: 20px;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.popup-title {
    font-size: 12px;
    font-weight: 600;
    color: #a0a0a0;
    letter-spacing: 0.5px;
}

.change-button {
    background: none;
    border: none;
    color: #ff8c00;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
}

/* Address Items */
.address-item {
    padding: 15px 0;
    color: gray;
    line-height: 1.4;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 5px;
    padding-left: 10px;
}

.address-item:hover {
    background-color: #f5f5f5;
}

/* Separator line for the second address */
.address-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.selected-address {
    font-weight: 500;
    color: gray;
    position: relative;
}

.selected-address::before {
    content: "✓";
    color: #ff6200;
    margin-right: 5px;
}

/* Location in bottom bar */
.location-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    font-size: 0.8rem;
}

.location-bottom-bar .location-text {
    font-weight: 500;
    color: #ff6200;
    margin-right: 5px;
}

.location-bottom-bar .location-value {
    font-weight: 600;
    color: #333;
}

/* Welcome Popup */
.welcome-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.welcome-popup-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.welcome-popup h3 {
    margin-bottom: 15px;
    color: #333;
}

.welcome-popup p {
    margin-bottom: 20px;
    color: #666;
}

.welcome-popup .btn {
    background-color: #ff6200;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
}

.welcome-popup .btn:hover {
    background-color: #e55a00;
}

/* Close button for welcome popup */
.welcome-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.welcome-popup-close:hover {
    background-color: #f5f5f5;
    color: #333;
}

/* Adjust header styles for new layout */
.header-link-list ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.header-link-list li {
    margin-left: 20px;
    position: relative;
}

.telephone-top a,
.cart-top a,
.login-link a {
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
    text-align: center;
}

.dl-bt-text {
    font-weight: 700;
    font-size: 16px;
}

/* Mobile Search Styles */
.search-mobile {
    display: none;
}

.search-mobile a {
    display: block;
}

/* Mobile Search Popup */
.mobile-search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 10001;
    padding-top: 80px;
}

.mobile-search-content {
    background-color: white;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.mobile-search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.mobile-search-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.mobile-search-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-search-close:hover {
    background-color: #f5f5f5;
    color: #333;
}

.mobile-search-form {
    display: flex;
    margin-bottom: 15px;
}

.mobile-search-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    outline: none;
}

.mobile-search-submit {
    background-color: #ff6200;
    color: white;
    border: none;
    padding: 0 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-weight: 500;
}

.mobile-search-submit:hover {
    background-color: #e55a00;
}

.mobile-search-suggestions {
    margin-top: 15px;
}

.suggestion-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.suggestion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.suggestion-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: color 0.2s;
}

.suggestion-item:hover {
    color: #ff6200;
}

.suggestion-item:last-child {
    border-bottom: none;
}

/* Mobile responsive adjustments */
@media (max-width: 767.98px) {
    .search-mobile {
        display: block;
        position: absolute;
        right: 50px;
        top: 15px;
    }

    .search-block {
        display: none;
    }

    .header-top-content {
        justify-content: flex-end;
    }

    .header-link-list ul {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .header-link-list li {
        margin-left: 10px;
        margin-bottom: 5px;
    }

    .location-sd {
        order: 1;
    }

    .telephone-top {
        order: 2;
    }

    .cart-top {
        order: 3;
    }

    .login-link {
        order: 4;
    }

    .dl-top-text {
        font-size: 10px;
    }

    .dl-bt-text {
        font-size: 14px;
    }

    .location-popup {
        width: 280px;
        left: -100px;
    }

    .pointer-arrow {
        left: 120px;
    }
}

@media (max-width: 575.98px) {
    .header-link-list li {
        margin-left: 8px;
    }

    .dl-bt-text {
        font-size: 12px;
    }

    .location-popup {
        width: 250px;
        left: -80px;
    }

    .pointer-arrow {
        left: 100px;
    }
}