/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:wght@400;700&display=swap");
@font-face {
  font-family: "TrashHand";
  src: url("../fonts/TrashHand.ttf");
}
/*-------------------------------------------------------------------*/
/* === Keyframes === */
/*======================
1.0. General
========================*/
a, body, div, form, h1, h2, h3, h4, html, i, img, li, nav, ol, p, span, ul{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
html{
  overflow-x: hidden;
}
body {
  font-family: 'Varela Round', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
/*======================
1.1. Typography
========================*/
h1,
h2,
h3,
h4 {
  margin: 0 0 20px;
  ##font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 22px;
margin-top: 60px;
}
h4 {
  font-size: 28px;
  line-height: 1.4;
}
p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #000000;
}
a {
  color: #ff0005;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a:hover,
a:focus {
  color: #bc0004;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
ul li,
ol li {
  margin: 10px 0 0;
  position: relative;
}
.entry-content p{
  margin-bottom: 20px;
}
.entry-content p:last-child{
  margin-bottom: 0;
}
/*======================
1.2 Section Spacings
========================*/
.section {
  position: relative;
  padding: 80px 0;
}
.section.section-padding{
  padding: 80px 0 50px;
}
.section.section-padding.category_section{
  margin-top: -80px;
  padding-top: 0;
}
/*=============================
1.6 Modal, Popups & Dropdowns
==============================*/
.modal-header .close:not(:disabled):not(.disabled):hover{
  background-color: #dd3333;
  opacity: 1;
}
/* 2.2. Header Style 3 */
/*======================
3. Footer
========================*/
/* Dark Footer */
/*======================
5. Subheader
========================*/
.metro_subheader-inner{
  display: flex;
padding-top: 55px;
  justify-content: space-between;
  flex-direction: column;
}
/*======================
6. Components
========================*/
/* 6.1. Blog Posts */
/* 6.1.2. Blog Post Details */
.metro_post-single-wrapper{
  margin-bottom: 50px;
}
.metro_post-single-wrapper .entry-content{
  padding: 30px;
  border: 1px solid #ebebeb;
}
.entry-title{
  font-size: 35px;
}
.metro_post-single-thumb{
  position: relative;
}
.metro_post-single-thumb img{
  margin: 0;
}
/* 6.12. Newsletter Popup */
.metro_newsletter-popup-modal .modal-header .close:not(:disabled):not(.disabled):hover{
  background-color: transparent;
}
/* 6.13. Recipe Cards */
.metro_recipe-single-wrapper .entry-content{
  border: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .section.section-padding.category_section{
    margin-top: 0;
    padding-top: 40px;
  }
  .section {
    padding: 40px 0;
  }
  .section.section-padding{
    padding: 50px 0 20px;
  }
}
@media (max-width: 768px){
  body{
    font-size: 14px;
  }
  h1{
    font-size: 34px;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 26px;
  }
  h4{
    font-size: 22px;
  }
  .metro_subheader-inner{
   ## padding: 55px 0;
  }
}
@media (max-width: 575px){
  .metro_post-single-wrapper .entry-content{
    padding: 20px 0 0;
    border: 0;
  }
  .entry-title{
    font-size: 26px;
  }
}
/* ================================
   GLOBAL
================================ */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
}
/* ================================
   HEADER
================================ */
/* ================================
   DESKTOP NAV (Improved Look)
================================ */
/* Subtle default look */
/* Hover effect */
/* Active page */
/* Remove underline animation (cleaner now) */
/* ================================
   DROPDOWN
================================ */
/* Show dropdown on hover */
/* ================================
   MOBILE TOGGLE
================================ */
/* ================================
   MOBILE MENU
================================ */
/* ================================
   OVERLAY
================================ */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 998;
}
/* ================================
   SEARCH SECTION
================================ */
/* ================================
   RESPONSIVE
================================ */
/* ===== FIX DROPDOWN LAYOUT ===== */
/* ================================
   SEARCH SECTION PREMIUM
================================ */
/* Search Box */
/* Responsive */
body{
   
    background:#faf8f5;
    color:#222;
}
h1,h2,h3,h4{
    font-family:'Libre Baskerville',serif;
    color:#1f1f1f;
    line-height:1.25;
}
h1{
    font-size:40px;
    margin-bottom:14px;
}
h3{
    font-size:26px;
    margin-bottom:14px;
}
/* =========================
   RELATED CARDS
========================= */
.related-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    transition:all .28s ease;
    height:100%;
    display:flex;
    flex-direction:column;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
    border:0;
}
.related-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 34px rgba(0,0,0,.12);
}
.related-thumb{
    overflow:hidden;
}
.related-thumb img{
    width:100%;
    height:290px;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}
.related-card:hover .related-thumb img{
    transform:scale(1.06);
}
.related-body{
    padding:16px 18px 18px 18px;
    display:flex;
    flex-direction:column;
    flex:1;
}
.related-dish{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#b36b3f;
    margin-bottom:7px;
    font-weight:700;
}
.related-title{
    font-size:24px;
    font-weight:700;
    line-height:1.45;
    margin-bottom:10px;
}
.related-title a{
    color:#1f1f1f;
    text-decoration:none;
    transition:color .2s ease;
}
.related-title a:hover{
    color:#d94841;
}
.related-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:13px;
    color:#666;
}
.rating-stars{
    color:#ffb400;
    font-size:14px;
    letter-spacing:1px;
}
.time-meta{
    font-size:12px;
    color:#8b8b8b;
    font-weight:600;
}
/* =========================
   RECIPE RATING / SMALL
========================= */
.recipe-rating{
    margin-top:12px;
    font-size:15px;
    color:#444;
}
/* =========================
   OLD REVIEW BLOCKS
========================= */
/* =========================
   REVIEW WRAPPER
========================= */
/* =========================
   STAR RATING
========================= */
/* =========================
   REVIEWS
========================= */
.reviews-heading{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    color:#1f1f1f;
}
.no-reviews{
    color:#777;
    font-size:15px;
}
/* =========================
   RATING SUMMARY
========================= */
.rating-summary{
    margin-top:55px;
    margin-bottom:42px;
    background:#fff;
    border-radius:16px;
    padding:28px;
    box-shadow:0 6px 24px rgba(0,0,0,.06);
}
.reviews-header{
    font-size:28px;
    font-weight:700;
    letter-spacing:-0.2px;
    margin-bottom:22px;
    color:#1f1f1f;
}
.reviews-header span{
    color:#888;
    font-weight:500;
    margin-left:6px;
}
.rating-main{
    display:flex;
    gap:50px;
    flex-wrap:wrap;
    align-items:flex-start;
}
.rating-left{
    min-width:220px;
}
.rating-big{
    font-size:38px;
    font-weight:700;
    color:#1f1f1f;
    line-height:1;
}
.rating-stars-big{
    font-size:28px;
    margin:10px 0 8px 0;
}
.star-outline{
    -webkit-text-stroke:1px #ffb400;
    color:transparent;
}
.rating-count{
    color:#666;
    font-size:14px;
}
/* bars */
.rating-bars{
    flex:1;
    max-width:460px;
    width:100%;
}
.rating-row{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:10px;
}
.rating-label{
    width:52px;
    font-size:14px;
    color:#444;
    font-weight:600;
}
.rating-bar{
    flex:1;
    height:11px;
    background:#eee8e2;
    border-radius:30px;
    overflow:hidden;
}
.rating-fill{
    height:100%;
    background:linear-gradient(90deg,#ffcf4d,#ffb400);
    border-radius:30px;
}
.rating-number{
    width:42px;
    font-size:13px;
    color:#666;
    text-align:right;
}
/* =========================
   MADE IT
========================= */
.made-it{
    margin-top:28px;
    font-size:16px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}
.made-it-number{
    font-weight:700;
    margin-right:4px;
    color:#1f1f1f;
}
.made-it-btn{
    margin-left:10px;
    background:#ef4444;
    border:0;
    color:#fff;
    padding:10px 18px;
    border-radius:10px;
    cursor:pointer;
    font-weight:700;
    transition:all .2s ease;
}
.made-it-btn:hover{
    background:#de3a3a;
    transform:translateY(-1px);
}
.made-it-btn:disabled{
    background:#cfcfcf;
    color:#666;
    cursor:not-allowed;
    opacity:.75;
    pointer-events:none;
    transform:none;
}
/* =========================
   REVIEW FORM CARD
========================= */
.review-form-card{
    max-width:620px;
    background:#fff;
    border:0;
    padding:32px;
    border-radius:16px;
    margin-bottom:42px;
    box-shadow:0 6px 24px rgba(0,0,0,.06);
}
.review-form-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:22px;
    color:#1f1f1f;
}
.rating-stars-input{
    font-size:38px;
    margin-bottom:22px;
    user-select:none;
}
.star-input{
cursor:pointer;
color:transparent;
-webkit-text-stroke:2px #ffb400;
transition:0.2s;
}

.star-input.active{
color:#ffb400;
-webkit-text-stroke:0;
}

.star-input:hover{
transform:scale(1.15);
}
.review-form-card input,
.review-form-card textarea{
    width:100%;
    padding:13px 14px;
    margin-bottom:14px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:14px;
    background:#fff;
    outline:none;
    transition:border-color .2s ease, box-shadow .2s ease;
}
.review-form-card input:focus,
.review-form-card textarea:focus{
    border-color:#e27a52;
    box-shadow:0 0 0 4px rgba(226,122,82,.12);
}
.review-form-card textarea{
    height:120px;
    resize:none;
}
.review-btn{
    background:#ef4444;
    color:#fff;
    border:0;
    padding:13px 22px;
    border-radius:10px;
    font-weight:700;
    cursor:pointer;
    transition:all .2s ease;
}
.review-btn:hover{
    background:#de3a3a;
    transform:translateY(-1px);
}
/* =========================
   ACTION BUTTONS
========================= */
/* =========================
   NEW ACTION BUTTONS (FULL REDESIGN)
========================= */
.recipe-actions{
    display:flex;
    flex-wrap:nowrap;       /* force 1 line */
    overflow-x:auto;        /* scroll if needed */
    gap:8px;
    margin:20px 0 30px;
    padding-bottom:4px;
}
.recipe-actions button:focus,
.recipe-actions button:active,
.recipe-actions a:focus,
.recipe-actions a:active {
    outline: none;
    box-shadow: none;
color:#ffffff;
}
.action-btn{
    display:flex;
    align-items:center;
    gap:6px;
    padding:7px 10px;          /* tighter */
    border-radius:6px;         /* NOT pill anymore */
    font-size:12px;
    font-weight:600;
    border:1px solid #e5e5e5;
    background:#fff;
    color:#444;
    cursor:pointer;
    text-decoration:none;
    transition:all .15s ease;
    white-space:nowrap;
}
.action-btn i{
    font-size:14px;
}
.action-btn:hover{
    background:#f7f7f7;
    border-color:#dcdcdc;
    transform:none;   /* remove jump */
    box-shadow:none;
}
/* COLORS */
.btn-primary{background:#d94841;color:#fff;}
.btn-primary:hover{background:#c43c35;}
.btn-soft{background:#fff;color:#444;border:1px solid #eee;}
.btn-soft:hover{background:#fafafa;}
.btn-blue{background:#2563eb;color:#fff;}
.btn-blue:hover{background:#1d4ed8; transform:none;color:#fff;}
.btn-dark{background:#1f2937;color:#fff;}
.btn-dark:hover{background:#111827; transform:none;color:#fff;}
.btn-orange{background:#f97316;color:#fff;}
.btn-orange:hover{background:#ea580c; transform:none;color:#fff;}
@media(max-width:600px){
    .action-btn{
        flex:1;
        justify-content:center;
        padding:10px;
        font-size:12px;
    }
    .action-btn span{
        display:none;
    }
}
.review-btn{
    background:#ef4444;
    color:#fff;
    border-color:#ff7a1a;
}
.review-btn:hover{
    background:#de3a3a;
}
/* =========================
   EXTRA SECTIONS
========================= */
.recipe-extra-sections{
    margin-top:34px;
}
.recipe-section-title{
    font-size:28px;
    font-weight:700;
    margin-top:40px;
    margin-bottom:14px;
    color:#1f1f1f;
}
.recipe-section-content{
    font-size:16px;
    line-height:1.85;
    color:#333;
}
/* =========================
   AUTHOR
========================= */
.recipe-author{
    display:flex;
    gap:18px;
    align-items:flex-start;
    margin-top:45px;
    padding-top:28px;
    border-top:1px solid #ece7e1;
}
.author-avatar{
    width:68px;
    height:68px;
    background:linear-gradient(135deg,#ff7a1a,#d94841);
    color:#fff;
    font-weight:700;
    font-size:23px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    flex-shrink:0;
    box-shadow:0 6px 16px rgba(217,72,65,.2);
}
.author-info{
    max-width:650px;
}
.author-name{
    font-size:19px;
    font-weight:700;
    color:#1f1f1f;
    margin-bottom:4px;
}
.author-role{
    font-size:13px;
    color:#999;
    margin-bottom:8px;
    text-transform:uppercase;
    letter-spacing:.5px;
    font-weight:700;
}
/* =========================
   NUTRITION
========================= */
.nutrition-box{
    border:0;
    border-radius:16px;
    padding:24px;
    margin-top:38px;
    background:#fff;
    max-width:620px;
    box-shadow:0 6px 24px rgba(0,0,0,.06);
}
.nutrition-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
    color:#1f1f1f;
}
.nutrition-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px 28px;
}
.nutrition-item{
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid #f1ece6;
    padding:8px 0;
    font-size:14px;
    color:#333;
}
.nutrition-item strong{
    font-weight:700;
    color:#1f1f1f;
}
.nutrition-serving{
    margin-top:14px;
    font-size:13px;
    color:#666;
}
.nutrition-note{
    margin-top:14px;
    font-size:12px;
    color:#888;
    line-height:1.65;
    font-style:italic;
}
/* =========================
   PRINT
========================= */
@media print{
    body *{
        visibility:hidden;
    }
    #print-recipe,
    #print-recipe *{
        visibility:visible;
    }
    #print-recipe{
        position:absolute;
        left:0;
        top:0;
        width:100%;
    }
    .recipe-actions{
        display:none !important;
    }
}
/* =========================
   TIMES
========================= */
/* =========================
   MODERN RECIPE META
========================= */
.recipe-times{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin:30px 0 20px;
    padding:18px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
/* EACH ITEM */
.recipe-time{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:140px;
}
/* ICON */
.recipe-time i{
    font-size:18px;
    color:#d94841;
}
/* TEXT BLOCK */
.recipe-time-label{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.8px;
    color:#999;
    font-weight:600;
}
.recipe-time-value{
    font-size:15px;
    font-weight:600;
    color:#1f1f1f;
}
/* =========================
   UPDATED + WAKE
========================= */
.recipe-updated{
    display:inline-block;
    font-size:13px;
    color:#888;
    margin-left:12px;
    background:#f3eee9;
    padding:5px 10px;
    border-radius:999px;
    vertical-align:middle;
}
/* =========================
   INGREDIENT IMAGE
========================= */
/* =========================
   MOBILE
========================= */
@media(max-width:991px){
    h1{
        font-size:34px;
    }
    h3{
        font-size:24px;
    }
    .rating-main{
        gap:28px;
    }
    .recipe-times{
        grid-template-columns:repeat(2,1fr);
    }
    .nutrition-grid{
        grid-template-columns:1fr;
    }
}
@media(max-width:768px){
    .review-form-card,
    .rating-summary,
    .nutrition-box{
        padding:20px;
        border-radius:14px;
    }
    .related-thumb img{
        height:180px;
    }
    .recipe-section-title{
        font-size:24px;
    }
    .reviews-header{
        font-size:24px;
    }
    .rating-big{
        font-size:34px;
    }
    .recipe-author{
        gap:14px;
    }
}
@media(max-width:600px){
    h1{
        font-size:30px;
    }
    .recipe-times{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }
    .recipe-time{
        padding:16px 10px;
    }
    .recipe-actions{
        gap:8px;
        padding:10px;
    }
    .action-btn{
        width:38px;
        height:38px;
    }
    .related-body{
        padding:14px 15px 16px 15px;
    }
    .related-title{
        font-size:16px;
    }
    .review-form-title,
    .nutrition-title{
        font-size:21px;
    }
    .recipe-section-content{
        font-size:15px;
    }
}
/* INLINE ACTIONS (heart + copy) */
/* HEART */
/* COPY */
/* MODERN META */
.recipe-times{
    display:flex;
    flex-wrap:wrap;
    gap:1px;
    margin:30px 0 20px;
    padding:16px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
.recipe-time{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:140px;
}
.recipe-time i{
    font-size:18px;
    color:#d94841;
}
.time-text{
    display:flex;
    flex-direction:column;
}
.recipe-time-label{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.8px;
    color:#999;
    font-weight:600;
}
.recipe-time-value{
    font-size:15px;
    font-weight:600;
    color:#1f1f1f;
}
/* DIFFICULTY */
.difficulty-badge{
    font-size:12px;
    padding:3px 8px;
    border-radius:6px;
    font-weight:600;
}
.difficulty-easy{
    background:#e7f8ee;
    color:#16a34a;
}
.subscribe-box{
    background:#fff;
    padding:28px 22px;
    border-radius:16px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    text-align:center;
    max-width:300px;
    margin:auto;
    transition:.25s;
}
.subscribe-box:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}
.sub-icon{
    font-size:34px;
    color:#d94841;
    margin-bottom:10px;
}
.sub-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
    color:#1f1f1f;
}
.sub-desc{
    font-size:14px;
    color:#555;
    line-height:1.6;
    margin-bottom:16px;
}
.sub-form{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.sub-form input{
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:14px;
    outline:none;
}
.sub-form input:focus{
    border-color:#d94841;
    box-shadow:0 0 0 3px rgba(217,72,65,.12);
}
.sub-form button{
    background:#d94841;
    color:#fff;
    border:0;
    padding:12px;
    border-radius:8px;
    font-weight:700;
    cursor:pointer;
    transition:.2s;
}
.sub-form button:hover{
    background:#c43c35;
}
.sub-note{
    font-size:11px;
    color:#888;
    margin-top:10px;
}
/* BASE (shared everywhere) */
/* DEFAULT STYLE (normal inline usage) */
/* OVERLAY STYLE (image corner) */
/* ICON COLORS */
/* ACTIVE STATE */
/* FOCUS REMOVE */
.save-btn:focus-visible{
    outline:none;
    box-shadow:none;
}
.related-heading{
margin-bottom:25px;
}
.related-heading h4{
font-size:26px;
font-weight:700;
color:#222;
position:relative;
display:inline-block;
padding-bottom:8px;
}
.related-heading h4:after{
content:'';
position:absolute;
left:0;
bottom:0;
width:60px;
height:3px;
background:#e63946;
border-radius:2px;
}
/* BASE (shared everywhere) */
.save-btn{
    width:36px;
    height:36px;
    border-radius:50%;
    border:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:all 0.2s ease;
    font-size:16px;
}

/* DEFAULT STYLE (normal inline usage) */
.save-btn.default{
    background:#f3f4f6;
    margin-left:10px;
}

.save-btn.default:hover{
    background:#e5e7eb;
    transform:scale(1.08);
}

/* OVERLAY STYLE (image corner) */
.save-btn.overlay{
    position:absolute;
    top:10px;
    right:10px;
left:auto; 
    background:rgba(255,255,255,0.9);
    z-index:10;
}

.save-btn.overlay:hover{
    background:#fff;
    transform:scale(1.1);
}

/* ICON COLORS */
.save-btn i{
    color:#444;
}

/* ACTIVE STATE */
.save-btn.active{
    background:#ef4444;
}

.save-btn.active i{
    color:#fff;
}

/* FOCUS REMOVE */
.save-btn:focus,
.save-btn:active,
.save-btn:focus-visible{
    outline:none;
    box-shadow:none;
}
.ml-10{
    margin-left:10px;
}
/* COPY */
.copy-inline{
    width:34px;
    height:34px;
    border-radius:99px;
    border:1px solid #e5e5e5;
    background:#fff;
    cursor:pointer;

    align-items:center;
    justify-content:center;
    transition:.15s;
display: inline;
}

.copy-inline:hover{
    background:#f7f7f7;
}
.copy-inline:focus,
.copy-inline:active {
    outline: none;
    box-shadow: none;
}
/* =========================
   REVIEWS
========================= */

.reviews-heading{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    color:#1f1f1f;
}

.review-card{
    border-bottom:1px solid #efefef;
    padding:22px 0;
}

.review-card-head{
    display:flex;
    gap:15px;
    align-items:center;
    margin-bottom:10px;
    flex-wrap:wrap;
}

.review-user{
    font-weight:700;
    color:#1f1f1f;
}

.review-stars{
    color:#ffb400;
}

.review-date{
    font-size:12px;
    color:#888;
}

.review-comment{
    font-size:15px;
    line-height:1.75;
    color:#333;
}

.no-reviews{
    color:#777;
    font-size:15px;
}
.stars{
color:#ffb400;
margin-right:6px;
}
.review-count{
width: 40px;
font-size: 13px;
}
