

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
ul li{
    list-style: none;
    display: inline-block;
}

a{
    text-decoration: none;
}
.padding-70{
    padding: 70px 0px;
}

/**start-topbar**/
.topbar {
    background: #1D1D1D;
    color: #fff;
    padding: 10px 0px;
    font-family: 'Roboto';
}
.topbar label a{
    color: #fff;
}
.topbar label{
    margin-right: 30px;
    font-size: 14px;
}
.topbar label i{
    margin-right: 5px;
    font-size: 18px;
}
.social ul li {
    margin-right: 10px;
}
.social ul li a{
    color: #fff;
    font-size: 18px;
}
.social {
    text-align: right;
}
button.site-btn {
    background: #F9A531;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    padding: 10px;
    min-width: 160px;
    border-radius: 30px;
    font-family: 'Roboto';
}
/**end-topbar**/

/**start-navbar**/
header {
    background: #fff;
    text-transform: uppercase;
    box-shadow: 0px 3px 10px -5px #ccc;
}
.navbar-light .navbar-nav .nav-link {
    color: #1D1D1D;
    margin: 0px 10px;
    font-family: 'Roboto';
}
nav.navbar {
    padding: 0px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #F9A531;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #F9A531;
}

.navbar-light .navbar-brand {
    color: #F9A531;
    font-size: 30px;
}

.navbar-light .navbar-brand span {
    color: #000;
}
/**end-navbar**/

/**start-banner**/
.banner {
    background-image: url(../images/bnr.jpg);
    width: 100%;
    min-height: 750px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.banner h2{
    color: #1D1D1D;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 800;
}
.banner h2 span{
    color: #7EBD4B;
}
p{
    font-family: 'Poppins';
    margin-bottom: 0px;
    font-weight: 300;
}
.banner p {
    margin: 25px 0px;
    color: #333333;
}
/**end-banner**/

/**start-food-box**/
.food-box {
    background-image: url(../images/frozen-1.jpg);
    width: 100%;
    padding: 65px 30px;
    background-position: center;
    background-size: cover;
    color: #000;
    border-radius: 5px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    text-align: center;
}
.scd-food{
    background-image: url(../images/frozen-2.jpg);
    padding-left: 30%;
}
.food-box p{
    margin-bottom: 0px;
    font-family: 'Roboto';
}
.food-box h3{
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 600;
}
/**end-food-box**/

/**start-info-sec**/
section.info-sec {
    background: #F2F3F7;
    position: relative;
}
section.info-sec::after {
    content: '';
    background-image: url(../images/info.png);
    width: 130px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section.info-sec::before {
    content: '';
    background-image: url(../images/info.png);
    width: 130px;
    height: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(180deg);
}
.info-pic img {
    max-width: 285px;
    border-radius: 15px;
    margin-right: 24px;
}
img.img-fluid.fst-food-pic {
    float: left;
}
img.img-fluid.scd-food-pic {
    margin-top: 50px;
}
.dot-txt {
    color: #7EBD49;
    text-transform: uppercase;
    font-family: 'Roboto';
    position: relative;
    margin-top: 45px;
    padding-left: 65px;
}
.dot-txt::after {
    content: '';
    background-image: url(../images/dots.png);
    width: 65px;
    height: 15px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: 4px;
    background-size: 80%;
}
h2.site-had {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 800;
    margin: 20px 0px;
}
.border-txt {
    font-family: 'Poppins';
    font-style: italic;
    font-size: 20px;
    margin-bottom: 20px;
    border-left: 2px #81C04E solid;
    padding-left: 25px;
}


/**end-info-sec**/




/* footer start */

.nwsltr .form-control:focus {
    color: #fff;
    background-color: #0F0F0F;
    border-color: #0F0F0F;
    outline: 0;
    box-shadow: none;
}

.row.r-inr-nws .col-lg-6.nw-2 {
    justify-content: start;
}

.nwsbtn form {
    display: flex;
    align-items: center;
}

.row.r-inr-nws {
    justify-content: center;
    padding: 50px 0;
}

.nwstxt {
    color: #fff;
}

section.nwsltr {
    background: #242424;
}

.emlnws {
    border-radius: 0px;
    background-color: #0F0F0F;
    color: #fff;
    border: none;
    padding: 15px 25px;
}

button.btnnws {
    padding: 16px 25px;
    border: none;
    color: #fff;
    background: #7EBD49;
    font-size: 14px;
}

.nwstxt p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
}
.footdesc img {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    max-width: 200px;
}
.footer {
    background-color: #1D1D1D;
}

.footdesc p {
    margin: 28px 0;
    color: #fff;
    font-size: 15px;
}

.soc-icns a {
    color: #F9A531;
    text-decoration: none;
    /* padding: 7px; */
    border: 1px solid rgba(255, 255, 255, 0.48);
    margin: 0 10px;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.soc-icns {
    display: flex;
    gap: 0px;
}

.soc-icns a i {
    font-size: 20px;
}

.linksfoot h3 {
    color: #fff;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.linksfoot {
    display: flex;
    flex-direction: column;
}

.linksfoot a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    font-size: 16px;
    transition: 0.5s;
}

.rcntglry h3 {
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 600;
}

.glryfoot {
    display: flex;
    padding: 8px 0;
}

.glryinrfoot {
    display: flex;
    gap: 5px;
}

.glrytxt {
    padding-left: 7px;
    color: #fff;
}

.glryinrfoot img {
    max-height: 80px;
}

.glrytxt p {
    font-size: 14px;
}

.gtntch h3 {
    color: #fff;
    font-family: 'Saira Condensed', sans-serif;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.gtntch a {
    display: flex;
    gap: 10px;
    row-gap: 10px;
    column-gap: 10px;
    color: #fff;
    text-decoration: none;
    align-items: baseline;
    margin: 10px 0;
}

.gtntch a i {
    color: #F9A531;
}

.glrytxt h4 {
    font-size: 15px;
    color: #7EBD49;
    font-weight: 700;
}

.nwstxt h3 {
    font-size: 20px;
    font-weight: 600;
}

.nwstxt p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.nwsbtn input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

input:focus-visible {
    box-shadow: none;
    border: none;
    outline: none;
}

.rcntglry {
    padding-left: 20px;
    padding-right: 10px;
}

.soc-icns a i:hover .soc-icns a i {
    background: #fff;
}

.soc-icns a:hover {
    background: #fff;
    transition: 0.5s;
}

.linksfoot a:hover {
    color: #f7941d;
    transition: 0.5s;
}

.gtntch a:hover p {
    color: #f7941d;
    transition: 0.5s;
}

.gtntch p {
    transition: 0.5s;
}
section.copy-right {
    background: #242424;
    color: #fff;
    padding: 15px 0px;
}
section.footer h3 {
    text-transform: uppercase;
    font-size: 19px;
}

/* footer end */

/**start-product-sec**/
.pro-dl {
    background: #FAFAFA;
    border: 1px solid #FAFAFA;
    border-radius: 36px;
    margin-top: 25px;
    padding: 30px;
}
.pro-dl:hover{
    border:1px #7BBD52 solid;
}
.pro-dl img {
    margin: auto;
    display: block;
    margin-bottom: 25px;
    max-width: 187px;
    height: 200px;
    object-fit: contain;
    padding: 21px;
    background: #FFFFFF;
    box-shadow: 0px 4px 23px rgba(203, 203, 203, 0.25);
    border-radius: 30px;
}
.pro-dl h5 {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.pro-dl p {
    font-size: 15px;
    color: #333333;
}
.prod-cnt {
    max-width: 228px;
    margin: auto;
}

/**start-product-sec**/

/**start-company-sec**/
section.company-sec{
    background: #F2F3F7;
    position: relative;
}
section.company-sec::before {
    content: '';
    background-image: url(../images/info.png);
    width: 130px;
    height: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(180deg);
}
section.company-sec::after {
    content: '';
    background-image: url(../images/info.png);
    width: 130px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.com-txt {
    padding: 15px;
}
.com-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 23px rgba(203, 203, 203, 0.25);
    border-radius: 30px;
    overflow: hidden;
    border-bottom: 3px transparent solid;
}
.com-box h5{
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.com-box p {
    font-size: 15px;
    color: #333333;
}
.com-box:hover{
    border-bottom: 3px #7EBD49 solid;
}
.company-txt {
    padding-top: 50px;
    padding-left: 20px;
}
.company-txt ul li {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.company-txt ul li img{
    margin-right: 5px;
}
.company-txt ul {
    padding-top: 20px;
}

/**start-company-sec**/

/**start-faq-sec**/
section.faq-sec {
    padding: 70px 0px;
    background-color: #fff;
}
.accordion-item {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE !important;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
}
.accordion-button{
    box-shadow: none !important;
    background-color: #fff !important;
    color: #0F2239 !important;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto';
}
.accordion-button.collapsed{
    border-left: 3px transparent solid;
}
.accordion-button {
    border-left: 3px #7EBD49 solid;
}
.accordion-collapse.collapse{
    border-left: 3px transparent solid;
}
.accordion-collapse.collapse.show{
    border-left: 3px #7EBD49 solid;
}
.accordion-button:focus{
    border-color:#7EBD49;
}
.accordion-body {
    color: #6D6E71;
    font-weight: 300;
    font-family: 'Poppins';
    padding-top: 0px;
    font-size: 14px;
}
.accordion-button:not(.collapsed)::after {
    content: '\f068';
    color: #000;
    font-size: 20px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 15px;
    right: 13px;
    background-image: none !important;
}
.accordion-button::after{
    content: '\2b';
    background-image: none !important;
    color: #000;
    font-size: 20px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 15px;
    right: 13px;
    background-image: none !important;
}
/**end-faq-sec**/

/**start-testimonial**/
section.client-sec .dot-txt {
    max-width: 130px;
    margin: auto;
}
.testimonial{
    background: #fff;
    text-align: center;
    margin: 0 20px;
}
.testimonial .description{
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    overflow: hidden;
    display: flex;
}
.test-cnt {
    padding: 20px;
}
.testimonial .description img {
    max-width: 200px;
}
.test-cnt label{
    color: #525252;
    font-size: 12px;
}
.test-cnt h5{
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #090909;
    font-size: 18px;
    margin-top: 10px;
}
.test-cnt p{
    font-size: 15px;
}
.gtntch p {
    word-break: break-all;
}

/**end-testimonial**/


/**start-about-page**/
.inr-bnr{
    background-image: url(../images/about-bnr.jpg);
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.inr-bnr h3 {
    font-family: 'Roboto';
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 700;
}
.inr-bnr h3 span{
    color: #F9A531;
}





section.history-sec {
    padding-top: 100px;
    position: relative;
}
section.history-sec h3.bg-had::before{
    display: none;
}
section.history-sec h3.bg-had:after {
    content: 'HISTORY';
    left: 0;
    transform: inherit;
}
.inr-yr {
    background: #FFFFFF;
    border: 1px solid #7EBD49;
    box-shadow: 0px 13px 72px 15px rgba(196, 197, 198, 0.12);
    border-radius: 8px;
    text-align: center;
    min-width: 190px;
    padding: 10px 0px;
    margin-top: 30px;
}
.inr-yr label{
    display: block;
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 500;
}
.inr-yr:hover{
    background-color: #7EBD49;
    color: #fff;
}
.inr-yr.act{
    background-color: #7EBD49;
    color: #fff;
}
.inr-yr span{
    font-family: 'Roboto';
    font-size: 14px;
}
.years {
    display: flex;
    gap: 10px;
}
.history-txt {
    padding-right: 20px;
}
section.history-sec::before {
    content: '';
    background-image: url(../images/history-bg.png);
    width: 240px;
    height: 369px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.history-pic {
    position: relative;
}
.history-pic:after {
    content: '';
    background-image: url(../images/dot-box.png);
    width: 100px;
    height: 100px;
    position: absolute;
    top: -30px;
    right: -55px;
    background-size: 76%;
    background-repeat: no-repeat;
}

.bg-gyey{
    background-color: #F2F3F7;
}
section.chose-sec .dot-txt {
    max-width: 200px;
    margin: auto;
}
.chos-box {
    display: flex;
    text-align: right;
    gap: 25px;
    align-items: center;
    margin: 40px 0px;
}
.chos-cnt h4 {
    font-family: 'Poppins';
    color: #2F2F2F;
    font-size: 28px;
}
.chos-cnt p{
    font-weight: 400;
}

/**start-team-sec**/
.team-sec .dot-txt {
    max-width: 115px;
    margin: auto;
}
.team-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 17px rgba(236, 235, 235, 0.82);
    border-radius: 21px;
    padding: 20px;
    text-align: center;
}

.team-box h4 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 0px;
}
.team-box label {
    color: #7EBD49;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 14px;
}
.team-box ul li a i {
    width: 40px;
    border: 1px #7EBD49 solid;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 4px;
    margin-top: 10px;
    font-size: 18px;
    color: #7EBD49;
}
.team-box ul li a i:hover{
    background-color: #7EBD49;
    color: #fff;
}


/**end-team-sec**/

/**start-food-sec**/
.food-cnt p {
    font-weight: 400;
}
.qualty {
    display: flex;
    margin: 30px 0px;
    gap: 15px;
    align-items: center;
}

.quality-txt h4 {
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: 500;
}
.help-txt {
    background: #7EBD49;
    color: #fff;
    padding: 25px;
    border-radius: 24px 0px 24px 0px;
}
.help-txt p {
    font-style: italic;
    font-size: 20px;
}
.help-txt label {
    text-align: right;
    display: block;
    text-transform: capitalize;
    position: relative;
}
.help-txt label:after {
    content: '';
    width: 70px;
    height: 1px;
    position: absolute;
    right: 50px;
    bottom: 10px;
    background: #fff;
}
.food-cnt {
    padding-right: 50px;
}
.helpful{
    position: relative;
}
img.stamp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bez-to{
    position: relative;
}
img.box-pic {
    position: absolute;
    bottom: -105px;
    right: 35px;
}

/**end-food-sec**/

/**start-vision-sec**/
.vision-pic {
    border-radius: 21px;
    box-shadow: 0px 0px 17px rgba(236, 235, 235, 0.82);
    border: 2px solid #7EBD49;
    padding: 20px;
}

section.vision-sec .dot-txt {
    width: 240px;
    margin: auto;
}
.vision-txt {
    padding: 20px;
    border: 1px #7EBD49 solid;
    margin-top: 30px;
    border-radius: 15px;
}

.vision-txt h4 {
    color: #7EBD49;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 30px;
}
/**end-vision-sec**/

.product-bnr {
    background-image: url(../images/product-bnr.jpg);
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.product-bnr  h3 {
    font-family: 'Roboto';
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 700;
}
.product-bnr  h3 span{
    color:#7EBD4B;
}


/**start-contact-page**/
.contact-bnr {
    background-image: url(../images/contact-bnr.jpg);
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.contact-bnr h3 {
    font-family: 'Roboto';
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.contact-form {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 30px;
}
.contact-form h3 {
    font-size: 32px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 800;
}
.contact-form form input {
    background: #F5F5F5;
    border: 0px;
    padding: 12px;
    width: 100%;
    text-transform: capitalize;
    margin-top: 18px;
}
.contact-form form textarea {
    background: #F5F5F5;
    border: 0px;
    padding: 12px;
    width: 100%;
    text-transform: capitalize;
    margin-top: 18px;
}
.con-details {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 30px;
    display: flex;
    margin: 25px 0px;
}
.con-details a{
    color:#000;
}
.con-details .cal {
    font-size: 28px;
    background: #fff;
    color: #7EBD49;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 68px;
    border-radius: 5px;
    margin-right: 20px;
    border: 1px #7EBD49 solid;
}
.cal-num label {
    display: block;
    font-size: 18px;
}
.cal-num h5 {
    font-size: 24px;
    font-family: 'Roboto';
}
.maps {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 20px;
}

.maps {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 20px;
}
.terms input[type="checkbox"] {
    display: inline-block;
    width: 20px !important;
}
.terms {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto';
}
button.site-btn a {
    color: #fff;
}

/**end-contact-page**/

.info-pic {
    position: relative;
    z-index: 1050;
}
.botm-foot a {
    color: #fff;
}

/**end-about-page**/


/**start-blog-page**/
section.blog-sec {
    padding: 70px 0px;
}
.blog-box {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 0px rgba(29, 94, 172, 0.09);
    border-radius: 25px;
    padding: 15px;
    margin-top: 20px;
    padding-bottom: 30px;
    transition: 0.4s;
    min-height: 570px;
    position: relative;
}
.blog-box img.img-fluid {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-box h4 {
    color: #0F2239;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    margin: 13px 0px;
    text-transform: capitalize;
    font-family: 'Roboto';
}
.blog-box p {
    color: #818181;
    font-family: 'Poppins';
    font-style: normal;
    margin-bottom: 20px;
}
.blog-box:hover {
    box-shadow: 0px 4px 30px rgba(29, 94, 172, 0.09);
}
.detail-text {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #60626B;
    line-height: 30px;
    border: 1px #EEEEEE solid;
    padding: 44px 20px;
    position: relative;
}
.detail-text:before {
    content: '';
    background-image: url(../images/lines.png);
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -13px;
    right: 50px;
    background-repeat: no-repeat;
}
.detail-text:after {
    content: '';
    background-image: url(../images/lines.png);
    position: absolute;
    width: 30px;
    height: 30px;
    top: -13px;
    left: 70px;
    background-repeat: no-repeat;
}
.detail-text p {
    margin-bottom: 0px;
}
.detail-txt h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
}
.detail-txt {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #60626B;
    margin: 30px 0px;
}

/**start-blog-page**/

header.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index:1070;
}

ul.foods {
    margin: 12px 0px;
}
ul.foods li {
    list-style: circle !important;
    display: list-item;
    margin-left: 35px;
}









/**start-product-page**/

.card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
.card-wrapper img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-select .img-item {
    margin: 0.3rem;
    border: 1px #eee solid;
    width: 24%;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem;
    background: #eeeeee4f;
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
    margin-top: 2rem;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #F9A531;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #000000;
    text-decoration: line-through;
}
.new-price span{
    color: #7EBD4B;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
/* .product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
} */
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.social-links a{
    color: #F9A531;
    text-decoration: none;
    padding: 7px;
    border: 1px solid #ccc;
    margin: 0 10px;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    background: #fff;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}
.detail-txt h3 {
    font-size: 20px;
    color: #000;
}


@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}
/**end-product-page**/

