/* 
Font Families
-----------------
font-family: "Oswald", sans-serif;
font-family: 'Nourd';   
*/
::selection {
  background:#aa182c;
  color: #fff;
  text-shadow: none;
}
* {
    padding:0px;
    margin:0px;
}
.hide {
	display:none !important;
}
h1, h2, h3, h4, h5, h6{
	  font-family: "Oswald", sans-serif;
}
p, span, ul, li, a {
  font-family: 'Nourd';  
}
label.wc-block-components-radio-control__option[for="radio-control-0-free_shipping:1"],
label.wc-block-components-radio-control__option[for="radio-control-0-free_shipping:1"] .wc-block-components-totals-shipping__via,
.wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
    display: none;
}
a:focus {
    outline: none !important;
    /*color: inherit !important;*/
}
p {
/*    line-height: 1.3; */
}
a:visited {
    color: #000000;
}
.container {
  max-width: 1450px !important;
}
.breadcrumbs.breadcrumb {
    display: none;
}
ul {
    margin:0 !important;
    padding:0;
}
body {
    margin-bottom: 0px !important;
}
.subheader {
    text-align: center;
    background-size: cover;
    background-position: bottom;
    padding-top: 250px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-image: url(https://kebupusa.com/wp-content/uploads/2025/06/about-banner.jpg);
}
.subheader span {
    color: #fff;
    font-size: 28px;
    font-weight: 100;
}
.subheader h1 {
    font-size: 140px !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    line-height: 150px !important;
}
body.page main#primary .post-thumbnail {
    display: none;
}
body.home header.entry-header {
    display: none;
}
.entry-content {
    margin-top: 0px !important;
}
.page {
    margin-bottom: 0px !important;
}
.widget {
    margin-bottom:0px !important;
}
a {
    text-decoration: none !important;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 2;
  }

@-webkit-keyframes pulse {
    0% {
      @include transform(scale(.9));
    }
    70% {
      @include transform(scale(1));
      box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }
      100% {
      @include transform(scale(.9));
      box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
    }
}
.pulse-button {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 1.3em;
    font-weight: light;
    font-family: 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    letter-spacing: -1px;
    color: white;
    border: none;
    border-radius: 50%;
    background: #5a99d4;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(#5a99d4, .5);
    -webkit-animation: pulse 1.5s infinite;
  }
  .pulse-button:hover {
    -webkit-animation: none;
  }
/* bottom_to_top start */
#bottom_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  z-index: 999;
	background: #000;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #000;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear .25s;
  cursor: pointer;
padding: 0 !important;
}
#bottom_to_top:hover{
  opacity: .7;
}
/* bottom_to_top end */

/* Header CSS Goes Start */
header#masthead {
    max-width: 100%;
    background: #fff;
    padding: 10px 0px;
}
.site-branding.logo img {
    width: 100%;
    max-width: 300px;
}
a.xoo-el-action-sc::before {
    content: " ";
    background-image: url(https://www.woodyspaper.com/wp-content/uploads/2024/10/icon-account-1.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 50px;
    background-size: contain;
    height: 25px;
    background-position: center;
}
.wishlist-icon {
    padding-right: 10px;
}
.main-navigation ul li a {
    font-family: 'Oswald';
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    line-height: normal;
}

.main-navigation ul li {
    padding: 0px 13px;
}
ul#primary-menu-left {
    padding-right: 15px;
}
.main-navigation ul#primary-menu-left li:first-child {
    padding-left: 0px;
}
.main-navigation ul li a::after,
ul#primary-menu li a::after,
a.btn-cat-shop::after,
.footer-nav ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #c8102e;
  transition: width 0.3s;
}
ul#top-head-menu li a:hover::after,
.main-navigation ul li a:hover::after,
a.btn-cat-shop:hover::after,
.footer-nav ul li a:hover::after {
  width: 100%;
}

.main-navigation ul li a:hover {
  color: #000000;
}
.top-head {
    background: #fff;
}
header#masthead input#woocommerce-product-search-field-0 {
    width: 100%;
    padding: 9px 30px 9px 40px;
    font-size: 17px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-radius: 5px;
}
header#masthead form.woocommerce-product-search button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  color: #000 !important;
  font-size: 24px;
  position: relative;
  top: 5px;
}
header#masthead form.woocommerce-product-search button {
    color: transparent;
    font-size: 0px;
    padding: 8px 10px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #F7F98B;
    border: none;
    transition: all ease 500ms;
    position: absolute;
}
header#masthead form.woocommerce-product-search {
    width: 100%;
    position: relative;
}
header#masthead form.woocommerce-product-search button:hover {
  background: #333333;
  cursor: pointer;
}

header#masthead form.woocommerce-product-search button:hover::after {
  color: #fff !important;
}
header#masthead form.woocommerce-product-search {
    padding-top: 10px;
    padding-bottom: 5px;
}
header#masthead .cart-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-accountlist-orders {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: start;
}
header#masthead span.quadmenu-item-content {
  padding: 0px !important;
}
ul.quadmenu-navbar-nav li#menu-item-52 {
  height: auto !important;
}
nav#quadmenu {
  background: transparent !important;
}
#dropdown-60 a span {
  width: 50% !important;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(213, 217, 217, .5);
  background: #FFD814;
  border-color: #FCD200;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 30px;
  margin: 0 auto;
}
li#menu-item-52 a.quadmenu-dropdown-toggle span.quadmenu-text {
  padding-right: 2em !important;
  padding-right: 2em;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
/* .cart-icon img {
  width: 35px;
} */
a.cart-contents {
    text-align: center;
    font-weight: 800;
    color: #fff;
    background: #594431;
    padding: 8px;
    border-radius: 30px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    position: absolute;
    top: -10px;
    left: 20px;
    font-size:12px;
}
.site-branding.logo {
    padding: 20px 0px !important;
}
span.cart-class {
  color: #fff;
  padding-top: 5px;
  display: none;
}
a.wishlist-icon img {
    width: 30px;
}
a.returns-orders {
  color: #fff;
  transition: all ease 500ms;
  line-height: 20px;
	padding-right:10px;
}

a.returns-orders:hover {
  color: #9a9a9a;
}
a.returns-orders strong {
  font-size: 16px !important;
  font-weight: 600;
}
div#dropdown-52 ul li a span {
    font-weight: 900 !important;
    font-size: 14px !important;
    color: #000 !important;
    line-height: normal !important;
    padding: 6px 10px;
}
li.quadmenu-item.quadmenu-has-link:hover {
  background-color: transparent !important;
}
ul#top-head-menu li a {
    color: #000000;
    font-size: 17px;
    padding: 0px 15px;
    font-weight: 600;
    transition: all ease 500ms;
}
.header-nav .main-navigation {
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: right;
}
.hemburger-top-head {
    width: 15%;
}
.hemburger-top-head i {
  padding-right: 10px;
}
.top-news {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    font-size: 18px;
    line-height: normal;
}

.top-news p {
    margin-bottom: 0px;
}
.easy-return {
  background-image: url(https://www.woodyspaper.com/wp-content/uploads/2024/07/best-seller-top-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 25px 120px;
  margin: 15px 0px;
}
.easy-return h3 {
  margin-bottom: 0px !important;
  font-weight: 600;
  font-size: 24px;
}
.best-seller-readmore {text-align: right;}

.best-seller-readmore a {
    color: #000;
    font-size: 20px;
    line-height: normal;
    border-bottom: 2px solid #000;
    font-weight: bold;
    transition: all ease 500ms;
    background: #ebebeb;
    padding: 10px 20px;
}

.best-seller-readmore a:hover {
    transition: all ease 500ms;
    border: none;
    color: #0070bb;
}
ul#primary-menu {
  justify-content: center;
}
ul#primary-menu li {
    padding: 10px 13px;
}
ul#primary-menu li a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
ul#primary-menu li:first-child {
    padding-left: 0px;
}

ul#primary-menu li:last-child {
    padding-right: 0px;
}
.main-nav {
  margin-bottom: 12px;
  margin-top: 15px;
}
.main_slider {
  background: #F5F5F5;
}
.hemburger-top-head {
padding-right:0px !important;
}
ul#menu-product-categories-menu li a {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
/*     background: #498b3c; */
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    padding: 20px;
    transition: all ease 500ms;
}
ul#menu-product-categories-menu li a:hover {
    letter-spacing: -1px;
	background: #fff;
    color: #000;
}
.order-now-btn {
  width: 100%;
  max-width: fit-content;
  text-align: center;
}
.order-now-btn a {
    background: #aa182c;
    padding: 7px 15px;
    display: flex;
    color: #fff;
    font-size: 21px;
    transition: all ease 500ms;
    padding-right: 6px;
    border-radius: 60px;
    align-items: center;
    font-weight: 500;
    font-family: 'Oswald';
    line-height: normal;
    text-transform: uppercase;
}
.order-now-btn a i {
    background: #fff;
    color: #000;
    border-radius: 100%;
    font-size: 18px;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    rotate: 320deg;
    transition: all ease 500ms;
}
.order-now-btn a:hover {
    background: #000000;
    color: #fff;
    transition: all ease 500ms;
}

.order-now-btn a:hover i {
  rotate: 360deg;
  color: #aa182c;
  background: #fff;
  transition: all ease 500ms;
}


#search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-inner
 {
    background: #fff;
    padding: 20px;
    margin: 50px auto;
    width: 90%;
    position: relative;
    border-radius: 100px;
}
#close-popup {
    position: absolute;
    top: -15px;
    cursor: pointer;
    background: #aa182c;
    font-size: 22px;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
}
a#search-icon {
    background: #aa182c;
    padding: 10px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 500ms;
}
a#search-icon:hover {
    background: #000;
    color: #fff;
    transition: all ease 500ms;
}
.main_slider .order-now-btn a {
    font-size: 31px;
    padding: 10px 20px;
    font-weight: 600;
    padding-right: 11px;
}
.nourd-font {
    font-family: 'Nourd' !important;
}
.main-navigation ul li.current-menu-item a {
    color: #aa182c;
}
.is-form-style.is-form-style-3 input.is-search-input {
    border-right: 0 !important;
    border: none !important;
    font-size: 24px !important;
    font-family: oswald !important;
    text-transform: uppercase;
}
.is-form-style input.is-search-submit, .is-search-icon {
    background: transparent;
    border: none;
}
/* Header CSS Goes End */


/* Product categories slider CSS Goes Start */

/* .product-cat-box .card-body {
  padding: 0px;
}

.product-cat-box .card.h-100 {
  border: none;
}

.product-cat-box .col-md-2 {
  padding: 8px !important;
}
.product-cat-box h5.card-title {
  font-family: 'oswald';
  font-weight: 400;
  padding: 8px 0px;
  margin-bottom: 0px;
}
.product-cat-box p.card-text {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.product-cat-box {
  padding-top: 30px;
  background: #fff;
  margin: 0px 0px;
  padding-bottom: 30px;
}
a.btn-cat-shop {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  transition: all ease 500ms;
}
a.btn-cat-shop:hover {
  color:#ccc;
}
.prodcut-cat-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-bottom: 20px;
}
.prodcut-cat-row .vc_column-inner {
  padding-top:0px !important;
}
.product-cat-slider-col {
  background: #fff;
  padding: 20px 15px !important;
} */

/* Product categories slider CSS Goes End */

.shop-by-cat-row .vc_column-inner {
  padding-top: 0px !important;
}
.shop-by-cat-row  ul.products.columns-4 li.product {
  width: 23.65%;
  margin-right: 1.3%;
}
.shop-by-cat-row mark.count {
  display: none;
}
ul.products li.product img {
  width: 100%;
  transition: all ease 500ms;
  border-radius:10px !important;
}
h2.woocommerce-loop-category__title {
  font-size: 20px !important;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}
li.product-category a {
  transition: all ease 500ms;
}

li.product-category a:hover img {
  transition: all ease 500ms;
  filter: saturate(0.5);
}

li.product-category a img {
  transition: all ease 500ms;
}
.product-tabs-sec ul.vc_tta-tabs-list li a {
    background-color: #000 !important;
}
.products-tabs-box ul.vc_tta-tabs-list li a {
    background-color: transparent !important;
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
}

.products-tabs-box ul.vc_tta-tabs-list li.vc_active a {
    background: #599929 !important;
    color: #fff !important;
    border-radius: 15px !important;
    transition: all ease 500ms;
}
.products-tabs-box  ul.vc_tta-tabs-list li {
    padding: 10px 15px !important;
}

.products-tabs-box ul.vc_tta-tabs-list li a {
    transition: all ease 500ms !important;
    border-radius: 15px !important;
}

.products-tabs-box ul.vc_tta-tabs-list li a:hover {
    background-color: #599929 !important;
    transition: all ease 500ms;
    color: #fff !important;
    border-radius: 15px !important;
}
span.onsale {
  position: absolute;
  background: #448238 !important;
  font-size: 20px;
  padding: 10px 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  color: #fff;
}

.products-tabs-box h2.woocommerce-loop-product__title,
.uncoated-row h2.woocommerce-loop-product__title,
.wc-block-grid__product-title {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  line-height:normal;
}
.products-tabs-box span.woocommerce-Price-amount.amount,
.uncoated-row span.woocommerce-Price-amount.amount {
  font-size: 22px;
  display: table;
  margin: 0 auto;
  font-weight: 700;
  color: #000;
  letter-spacing: 3px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.products-tabs-box span.woocommerce-Price-amount.amount,
.uncoated-row span.woocommerce-Price-amount.amount {
  font-size: 22px;
  display: table;
  margin: 0 auto;
  font-weight: 700;
  color: #000;
  letter-spacing: 3px;
  padding: 8px;
}
.products-tabs-box a.add_to_cart_button,
.uncoated-row a.add_to_cart_button {
    display: table !important;
    margin: 0 auto;
    border-radius: 30px;
    padding: 10px 25px;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    transition: all ease 500ms;
    background: transparent;
}
.products-tabs-box a.add_to_cart_button:hover,
.uncoated-row a.add_to_cart_button:hover {
    background: #599929;
    color: #fff;
    border-color: #599929;
}
/* span.price {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
span.price {
  font-weight: 900;
  color: #000;
} */
.woocommerce ul.products li.product .price {
	margin-bottom: 1em;
}
.products-tabs-box ins,
.uncoated-row ins {
  background: #599929;
  text-decoration: none;
  margin-left: 15px;
}
.products-tabs-box ins bdi,
.uncoated-row ins bdi {
  color: #fff;
  font-weight: 500;
}
.theme-content p {
  line-height: 25px;
}
.theme-content ul {
    margin-left: 20px !important;
    padding-bottom: 15px;
}

.theme-content ul li {
    padding-bottom: 12px;
    line-height: 25px;
    font-size: 20px;
}
.theme-content ul li::marker {
    color: #aa182c;
}
/* ***** Footer CSS Start ******* */

footer#colophon {
    padding-top: 50px;
    background: #ffffff;
}
.footer-logo {
    text-align: center;
    margin-bottom: 30px;
	padding-left:25px;
	padding-right:25px;
    padding-bottom: 30px;
}
.footer-logo img {
    width: 100%;
    max-width: 500px;
}
.footer-logo .container {
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 50px;
}
.about_company p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.footer-social-icons h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.footer-social-icons ul {
  display: flex;
  list-style: none;
}

.footer-social-icons ul li a {
  font-size: 20px;
  padding: 8px;
  display: block;
  color: #fff;
  border-radius: 60px;
  transition: all ease 500ms;
}
.footer-social-icons ul li:first-child a {
  padding-left: 0px;
}
.footer-social-icons ul li a:hover {
  transition: all ease 500ms;
  color: #12b5e8;
}
.footer-nav {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.footer-navigation h2, .get_in_touch h2 {
    font-size: 34px;
    font-weight: 500;
    color: #AA182C;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.get_in_touch h2 {
    text-align: left;
    font-family: 'Oswald';
    font-size: 62px;
    color: #000;
    text-transform: capitalize;
    line-height: 65px;
}
span.footer-copyright {
    color: #000;
    letter-spacing: 4px;
    font-size: 16px;
}
span.footer-copyright a {
    color: #aa182c;
	font-weight:600;
}
span.big-txt {
    font-weight: 700;
    font-size: 57px;
    color: #aa182c;
}
span.small-txt, span.big-txt {
    font-family: 'Oswald';
}
span.small-txt {
    color: #000;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-nav ul {
  list-style: none;
  line-height: normal;
}
.footer-nav ul li {
    margin-top: 0px;
    margin-bottom: 12px;
    text-align: center;
}
.footer-nav ul li a {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}
.get_in_touch .contact-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all ease 500ms;
}
.get_in_touch img {
  padding-right: 15px;
  transition: all ease 500ms;
}
.get_in_touch .contact-info span {
  width: 100%;
  float: left;
  display: block;
  color: #ffffff;
  padding: 0px 0px;
  font-weight: 300;
  transition: all ease 500ms;
  line-height: normal;
}
.get_in_touch .contact-info a, .foot-address div {
  color: #ffffff;
  transition: all ease 500ms;
  padding-left: 10px;
  line-height: normal;
}
.get_in_touch .contact-info:hover img {
  transition: all ease 500ms;
  filter: drop-shadow(1px 9px 8px #8314B4);
}
.get_in_touch .contact-info:hover a span {
  color: #ffffff;
}
.get_in_touch .contact-info i {
  background: #ffffff;
  padding: 15px;
  color: #959d8d;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
input:focus {
    outline: none !important;
}
footer#colophon form#gform_1 .gform-footer.gform_footer.top_label {
  margin-top: 15px;
}
footer#colophon div#gform_fields_1 {
  column-gap: 0px;
}
footer#colophon form#gform_1 label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer#colophon .gfield_required_asterisk {
  font-size: 18px;
}
footer#colophon p.gform_required_legend {
  display: none;
}
footer#colophon input#input_1_1 {
    border-radius: 0px;
    font-size: 18px;
    line-height: normal;
    padding: 30px;
    letter-spacing: 2px;
    border: none;
    text-transform: uppercase;
    background: #E7E7E7;
}
footer#colophon input#gform_submit_button_1 {
  background: #E7E7E7;
  padding: 15px 12px;
  border: none !important;
  border-radius: 0px !important;
  color: #000;
  font-size: 20px;
  line-height: normal;
  box-shadow: none;
  transition: all ease 500ms;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
footer#colophon input#gform_submit_button_1:hover {
    background: #aa182c;
    color: #fff;
}
footer#colophon section#text-3 p {
  color: #fff;
  line-height: normal;
  font-size: 16px;
}

.going-yard-box section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 30px !important;
}

.going-yard-box section h2 {
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    width: 100%;
    max-width: 410px;
    margin-bottom: 0px;
    padding-left: 25px;
}

.going-yard-box section img {
    background: #ffff;
    border-radius: 10px;
}
.top-head-social ul {
  display: flex;
  list-style: none
}

.top-head-social ul li {
  padding: 0 5px
}
.bottom-footer .container {
    border-top: 2px solid #ededed;
    padding-top: 20px;
    padding-bottom: 00px;
}
.top-head-social ul li a {
    font-size: 18px;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    border: 2px solid #aa182c;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: all ease 300ms;
    color: #fff;
    background: #aa182c;
}
.top-head-social ul li a:hover {
    background: #000000;
    border-color: #000000;
    transition: all ease 500ms;
}
.mid-footer {
    margin-top: 50px;
    margin-bottom: 30px;
}
.bottom-footer {
    color: #fff;
    padding: 25px 10px;
    font-size: 16px;
    border-top: 1px solid #ffffff8c;
}
.copyright-footer {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.top-head-social {
    display: flex;
    justify-content: right;
    align-items: center;
}

.top-head-social p {
    margin-bottom: 0px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 700;
}
.top-footer-logo h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 500;
    color: #aa182c;
}
.bottom-footer .row {
    align-items: center;
}
.footer-top-row .top-footer-logo img {
    width: 100%;
    max-width: 380px;
    padding: 0px 20px;
}
.footer-top-row {
    background-image: url(https://kebupusa.com/wp-content/uploads/2025/06/bg-effect-img1.jpg);
    padding-top: 65px;
    padding-bottom: 300px;
    background-position: bottom;
    background-repeat: repeat-x;
}
.footer-contacts ul li a:hover {
    color: #ffffffc9;
    transition: all ease 500ms;
}
.eat-real {
    display: table;
    background: #aa182c;
    margin: 0 auto;
    padding: 20px 50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    color: #fff;
    font-size: 22px;
}
.eat-real h2 {
    font-size: 58px;
    font-weight: 500;
    color: #fff;
}
.google-map-box {
    border-radius: 15px !important;
    background: #aa182c;
    padding: 10px;
}
#map {
    border-radius: 8px;
}
/* ***** Footer CSS End ******* */

.wpb_image_grid .wpb_image_grid_ul img {
  transition: all ease 500ms;
}

.insta-gallery .wpb_image_grid .wpb_image_grid_ul img:hover {
  transition: all ease 500ms;
  filter: grayscale(1);
}
.slick-prev:before, .slick-next:before {
	color:transparent !important;
}
li#menu-item-52 {
    margin-bottom: 0px !important;
}
.slick-dots li button:before {
    font-size: 16px;
}
.newcustomerlink {
    display: flex;
    color: #000 !important;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    font-weight: bold;
}

.newcustomerlink a {
    color: #007bff !important;
    text-decoration: underline !important;
    padding-left: 10px !important;
}

.newcustomerlink a:hover {
    text-decoration: none !important;
}


/************** Contact Page CSS Start **************/

div#gform_fields_2 {
    row-gap: 20px;
    margin-top: 20px;
}
div#gform_fields_2 input, div#gform_fields_2 textarea {
    font-size: 20px;
    line-height: normal;
    font-family: 'Nourd';
    padding: 30px 20px;
    border: 2px solid #000;
    box-shadow: none;
    background-color: #fff;
    border-radius: 8px;
	width: 100%;
}
input#gform_submit_button_2 {
    background: #aa182c;
    font-size: 30px;
    padding: 18px 45px;
    border: none;
    text-transform: capitalize;
    font-family: 'Nourd';
    font-weight: 400;
	border-radius:10px !important;
}

input#gform_submit_button_2:hover {
    background:#000;
}

div#gform_confirmation_message_2 {
    text-align: center;
    font-size: 22px;
}

.contact-row {
    background: #f8f8f8;
    background-image: url(https://kebupusa.com/wp-content/uploads/2025/06/slider-layer-2.png);
    background-repeat: no-repeat;
    background-position: -230px 410px;
}
body.page-id-266 .top-footer-logo h2 {
    font-size: 74px;
    text-transform: uppercase;
    font-weight: 500;
    color: #aa182c;
}
body.page-id-266 .footer-top-row {
    background-image: url(https://kebupusa.com/wp-content/uploads/2025/06/contact-bg-img.jpg);
    background-position: 0px 90px;
    background-repeat: repeat-x;
    padding-top: 80px;
    padding-bottom: 60px;
}
body.page-id-266 .top-footer-logo {
    margin-bottom: 180px;
}
body.page-id-266 .eat-real {
    display: block;
    background: transparent;
    margin: 0 auto;
    padding: 20px 50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    color: #000;
    font-size: 24px;
}
body.page-id-266 .eat-real h2 {
    font-size: 68px;
    font-weight: 500;
    color: #AA182C;
}
body.page-id-266 .google-map-box {
    border-radius: 0px !important;
    background: #aa182c;
    padding: 0;
}
body.page-id-266 .footer-contacts ul {
	padding:0px !important;
}
body.page-id-266 .full-width-contact {
    padding-top: 30px;
    padding-bottom: 20px;
}
form#gform_2 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
body.page-id-266 #map {
    border-radius: 0px;
}
/************** Contact Page CSS End **************/


/************** Catering Page CSS End **************/

.about-row {
    background-image: url(https://kebupusa.com/wp-content/uploads/2025/06/opacity-img2.png);
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 23%;
    background-color: #F2F2F1;
}
.large-theme-btn a {
    font-size: 27px !important;
    font-family: oswald;
    font-weight: 600;
    background: #aa182c !important;
    color: #fff !important;
    padding: 10px 60px !important;
    padding-right: 90px !important;
    border-radius: 10px !important;
    border-color: #aa182c !important;
	text-transform:uppercase;
}
.large-theme-btn a i {
    font-size: 24px !important;
    padding-right: 10px !important;
}
.large-theme-btn a:hover {
    background: #000 !important;
    border-color: #000 !important;
}
.large-theme-btn i {
    right: 40px !important;
}
.noted p {
    font-size: 18px !important;
}
.about-row2 {
    background-image: url(https://kebupusa.com/wp-content/uploads/2025/06/opacity-img1.png);
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: -290px;
    background-size: 26%;
}
.group-order-row {
    background-image: url(https://kebupusa.com/wp-content/uploads/2025/06/banner-bg-scaled.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 160px;
    padding-bottom: 160px;
}
.white-logo-img img {
    width: 300px;
    margin-bottom: 0px;
}
.group-order-row .theme-content p {
    color: #fff;
    padding: 25px 0px;
    font-size: 24px !important;
    padding-top: 10px;
}
/************** Catering Page CSS End **************/

/***************** About Page CSS Start ************/
body.page-id-260 .footer-top-row {
    background-image: url(https://kebupusa.com/wp-content/uploads/2025/06/bg-effect-img1.jpg);
    padding-top: 65px;
    padding-bottom: 200px;
    background-position: bottom;
    background-repeat: repeat-x;
}
body.page-id-260 .theme-content p {
    font-size: 22px;
    line-height: normal;
}
/***************** About Page CSS End ************/
.fmp-food-item.food-menu {
    margin-bottom: 25px !important;
    border: 1px solid #dfdfdf;
}
/*---------- blog Page start ----------*/

.pagination li a,.pagination li a:hover,.pagination li.active a,.pagination li.disabled {
    color: #fff;
    text-decoration: none
}

.pagination li {
    display: inline
}

.pagination li a,.pagination li a:hover {
    background-color: #aa182c;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: .75rem;
    display: block
}
.pagination li.active a,.pagination li.disabled{
       background-color: #000 !important;
}
.pagination li a:hover{
    background-color: #000;
}
.pagination ul {
    display: flex;
    margin: 15px auto;
}

.pagination ul li {
    margin: 3px
}

.navigation.pagination {
    margin-bottom: 35px;
    margin-top: 30px;
    width: 100%;
    justify-content: center
}
.navigation.pagination ul li a {
    font-size: 20px;
/*     padding: 15px; */
	    padding: 10px 19px;
    margin: 10px 2px;
    border-radius: 30px;
}
.isotope-item {
    margin-top: 60px;
	margin-bottom:60px;
	min-height:450px;
	
}
.isotope-item h2 {
  font-size: 90px;
  font-family: inherit;
  font-weight: bolder;
  text-transform: uppercase;
  color: #000000;
}
.post-title-bg h2 {
    color: #000000 !important;
    font-size: 52px;
    margin: 30px 0px;
}
#text-6 h2.widget-title{
    font-size: 25px;
    color: #194588;
    text-align: left;
    font-weight: 700;
    font-style: normal;
	margin-left: -12px !important;
}

span.blog-title {
    font-size: 20px;
    font-weight: 600;
	display: block;
	margin-bottom: 10px !important;
}

span.blog-title a {
    color: #000000 !important;
    transition: linear all .25s;
}

span.blog-title a:hover {
    opacity: .7 !important;
}

.blog_page_read_more {
    margin-top: 10px;
	margin-bottom:10px;
}

.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

.blogBox.style3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
    width: 33%;
}

.blogBox.style3 .blogImage {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
}
.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

.zoom {
    position: relative;
    overflow: hidden;
}

.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 230px;
    object-fit: cover;
	width:100%;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #aa182c;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}
body.single-post .blogDate {
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: 1;
    width: 45px;
    background:#aa182c;
    color: #fff;
    padding: 7px 0px;
    text-align: center;
}
.blogImage .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}

.blogImage .blogDate i ~ i {
    margin-left: -6px;
}

.blogPage hr {
    border-color: #d6d6d6;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.blogImage .blogDate hr {
    border-top: 1px solid #fff;
/*     padding: 5px 0 0 0; */
    margin: 5px 0 5px 0;
	opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
    margin-left: -3px;
}

.blogImage .blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}

a.more2, .blog_ul li a {
    color: #164688 !important;
	transition: all 0.3s;
	font-weight: bold;
}
a.more2:hover, .blog_ul li a:hover {
    opacity: .7 !important;
}

ul.blog_ul {
    margin: 20px 0 !important;
}

ul.blog_ul li span {
    margin-right: 5px;
	width: 40px;
    height: 40px;
    background: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px !important;
    color: #fff;
}

span.social_icons.icon_ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

span.social_icons.icon_linkedin {
    background: #007bb5;
}

section#search-5 {
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 30px;
}

section#search-5 form label {
    width: 75%;
}

input.search-field {
    width: 100%;
}

input.search-submit {
    background: #aa182c;
    color: #fff;
    transition: all linear .25s !important;
    border-color: #aa182c;
    margin-left: 5px;
	    cursor: pointer;
}
section#search-5 input.search-submit {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
form.search-form {
    display: flex;
}
input.search-submit:hover {
    opacity: .7 !important;
}

section#recent-posts-2 h2, section#text-5 h2, section#search-5 h2, section#custom_html-2 h2,
section#custom_html-3 h2, section#custom_html-4 h2, section#fbtw_facebook-2 h2,
section#wpzoom_instagram_widget-3 h2, section#wpzoom_instagram_widget-2 h2 {
	background: #aa182c;
    color: #fff;
    border-left: 20px solid #7c1120;
    line-height: normal;
    text-indent: 10px !important;
    font-size: 34px !important;
    margin-top: 25px;
}
form.search-form label input {
    padding: 15px;
}
form.search-form label {
    margin-bottom: 0px !important;
    width: 100%;
}
#cboxLoadedContent {
	overflow:scroll !important;
}
section#search-5 h2 {
	margin-top:0px;
}
section#recent-posts-2 ul {
    margin-top: 10px !important;
}

section#recent-posts-2 ul li {
    display: block;
}

section#recent-posts-2 ul li a {
    color: #000 !important;
    display: flex;
    padding: 10px 0;
    transition: all linear .25s;
/*     text-indent: 5px; */
    border-bottom: 2px dotted #000 !important;
    align-items: center;
}
section#recent-posts-2 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 0px;
    display: inline-block;
    font-family: FontAwesome;
	float:left;
	color: #aa182c;
}

section#recent-posts-2 ul li:first-child a {
    border-top: 0px dotted #000 !important;
}

section#recent-posts-2 ul li:last-child a {
    border-bottom: 0px dotted #000 !important;
}

section#recent-posts-2 ul li a:hover {
    color:#aa182c !important;
    text-decoration: none;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 10px;
}

.heateor_sss_sharing_ul a {
    transition: all linear .25s !important;
}

.heateor_sss_sharing_ul a:hover {
    opacity: .7 !important;
}
span.blog-title {font-size: 26px;}
.more-description, .single footer.entry-footer {
    display: none !important;
}
.blogDesc {line-height: normal;font-size: 16px;}

.blog_page_read_more a {
    transition: all ease 500ms;
    color: #aa182c;
    font-weight: 600;
}

.blog_page_read_more a:hover {
    transition: all ease 500ms;
    letter-spacing: 2px;
	color: #aa182c;
	text-decoration: none;
}
.more-description {
    display: flex;
    margin-top: 5px;
}
.autor-name {
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 5px;
    color: #9d7f65;
    font-style: italic;
}
body.blog .embed-container {
    height: 260px;
    object-fit: cover;
}
body.home .heateor_sss_horizontal_sharing {
    display: none;
}
span.blog-title a:hover {
    text-decoration: none;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    border: 3px solid #df6441;
    margin-bottom: 15px;
}
.blogDate i {
    font-style: normal;
}

.blogDate hr {
    border-color: #fff;
    margin: 10px 0px;
}
body.single-post .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none !important;
}
#search-2 span.screen-reader-text {
    display: none;
}
section#search-2 {
    background: #f1f1f1;
    /* border: 1px solid #dddddd; */
    border-radius: 8px;
   padding:10px !important;
    margin-bottom: 30px;
    margin-top:50px;
}
body.single-post section#search-2 {
    margin-top:0px !important;
}
section#search-5 input.search-field {
    width: 100%;
    border: none;
    padding: 8px 15px;
}
section#search-5 input.search-submit {
    background: #604a39;
    color: #fff;
    transition: all linear .25s !important;
    padding: 8px 15px;
    border: none;
    line-height: normal;
    cursor: pointer;
    width: 30%;
}
section#search-5 label {
    margin-bottom: 0px;
    float: left;
    width: 70%;
}
section#search-5 input.search-submit:hover {
    opacity: .7 !important;
}
section#search-5 h2 {
    display: none;
}
section#search-5 label {
    margin-bottom: 0px;
}
body.postid-188 p {
    margin: 0 !important;
}
.servcie-consult-btn a {
    color: #df6441 !important;
    border: 2px solid #df6441 !important;
    font-size: 18px !important;
}

.servcie-consult-btn a:hover {
    color: #fff !important;
}
article.post header, article.post .post-thumbnail {
    display: none;
}
.post-img img {
/*     width: 100%; */
    border: 10px solid #aa182c;
	    margin-bottom: 30px;
}
.post-img {
    margin-bottom: 25px;
}
.header-btn-banner {
    text-align: left;
}

.header-btn-banner ul {
    display: flex;
}

.header-btn-banner ul li {
    margin-right: 15px;
}

.header-btn-banner ul li a {
    background: #47b6d2;
    padding: 8px 20px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: all ease 500ms;
    font-size: 20px !important;
}
.header-btn-banner i {
    margin-right: 5px;
}
.header-btn-banner ul li:first-child a {
    background: #6a9bc3;
}
.header-btn-banner i.fa.fa-arrow-right {
    margin-right: 0;
    margin-left: 5px;
}
.header-btn-banner ul li a:hover {
    transition: all ease 500ms;
    background: #6a9bc3;
}
.header-btn-banner ul li:first-child a:hover {
    background: #577e9f;
}
.home-page-btn a {
    background: #2d3a88;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 500;
    transition: all ease 500ms;
}

.home-page-btn a:hover {
    background: #47b6d2;
}
section.no-results.not-found h1 {
    font-size: 50px;
}
section.no-results.not-found h1 {
    font-size: 50px;
}

section.no-results.not-found p {
    font-size: 26px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000;
    text-align: left;
    line-height: normal;
}
section.no-results.not-found h1 {
    font-size: 50px;
}

section.no-results.not-found form.search-form label {
    width: 80%;
}

section.no-results.not-found form.search-form {
    width: 50%;
    margin: 10px auto;
}
body.search-no-results main#primary {
    margin: 100px 0px;
}
body.search-results article header.entry-header {
    display: none;
}
section.no-results.not-found {
    text-align: center;
}
.widget_recent_entries ul {
    margin: 0px !important;
    padding: 0px !important;
}
ul.sub-menu li a {
    font-weight: 400 !important;
    color: #000 !important;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
div#gform_fields_4 {
    row-gap: 20px;
}

div#gform_2 input {
    border: none !important;
}

form#gform_4 input, form#gform_4 textarea {
    border: none;
    padding: 25px 20px;
    font-size: 18px;
    box-shadow: none !important;
    border-radius: 10px;
	color:#000;
}

div#gform_wrapper_4 {
    background: #5f46318a;
    padding: 30px;
    border-radius: 10px;
}
div#gform_wrapper_4 h2.gform_title {
    font-size: 30px;
/*     margin-bottom: 20px; */
    color: #fff;
    font-weight: bolder;
}
select#input_4_8 {
    border: none;
    font-size: 18px;
    border-radius: 10px;
    color: #000;
    height: auto;
    padding: 5px 20px;
}
div#gform_wrapper_4 p.gform_description {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    color: #fff;
    padding-bottom: 20px;
}

.social-box ul {
    list-style: none;
}

.social-box ul li {
    background: #ccc;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.social-box ul li br {
    display: none;
}
.footer-contacts ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0px 70px;
}
.contact-detail-box {
    display: grid;
}
.footer-contacts ul li span.brown {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 100;
    font-size: 22px;
}
ul.list-inline.social_links {
    display: flex;
}
.footer-contacts ul li img {
    padding-right: 15px;
    width: 55px;
}
span.with-icon.address {
    font-family: 'Oswald';
    color: #fff;
    line-height: 40px;
}
.footer-contacts ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #aa182c;
    padding: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 35px;
    font-weight: 500;
    width: 32.33%;
    padding-top: 10px;
}
.footer-contacts ul li a {
    font-family: 'Oswald';
    color: #fff;
    font-size: 38px;
    transition: all ease 500ms;
}
ul.list-inline.social_links li a {
    font-size: 24px;
    color: #a89b90;
    transition: all ease 500ms;
}

.social-box2 h2 {
    font-size: 42px;
    font-weight: bold !important;
}

ul.list-inline.social_links li a:hover {
    color: #000;
    transition: all ease 500ms;
}
input#gform_submit_button_4 {
    background: #625850 !important;
    padding: 15px 35px !important;
    font-size: 24px !important;
    transition: all ease 500ms;
	    color: #fff !important;
}

input#gform_submit_button_4:hover {
    transition: all ease 500ms;
    background: #000000 !important;
}
/* .entry-content h2 {
    font-weight: 900;
} */



/* My Account Container */
.woocommerce-MyAccount-navigation {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    width: 25%;
    margin-right: 30px;
}
.woocommerce-MyAccount-content a {
    color: #a01b2d;
    text-decoration: underline !important;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease;
    border: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #A01B2D;
    color: #fff;
    border-color: #A01B2D;
}

/* Content Area */
.woocommerce-MyAccount-content {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ddd;
    color: #000;
	width:75%;
}

/* Headings in Dashboard */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #A01B2D;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

/* Buttons (like logout, view, etc) */
.woocommerce-Button,
.button,
.button.alt {
    background-color: #A01B2D;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-Button:hover,
.button:hover,
.button.alt:hover {
    background-color: #000;
    color: #fff;
}

/**************************** WOOCOMMERCE CUSTOM STYLING START ***************************/

.woocommerce ul.products li.product {
  border: 1px solid #e0e0e0;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  transition: box-shadow 0.3s;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #AA182C;
  font-size: 26px;
  font-weight: 600;
}

.woocommerce ul.products li.product .price {
  color: #000;
  font-size: 16px;
}
.single-product .product_title {
  color: #AA182C;
  font-size: 24px;
  font-weight: 700;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h3 {
  color: #AA182C;
}

.woocommerce div.product form.cart .button {
  background-color: #AA182C;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
}
.single-product .product_title {
  color: #AA182C;
  font-size: 24px;
  font-weight: 700;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h3 {
  color: #AA182C;
  margin-top:25px;
}

.woocommerce div.product form.cart .button {
  background-color: #AA182C;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
}
.woocommerce-cart table.cart th {
    background: #AA182C;
    color: #fff;
    padding: 15px;
    font-weight: 400;
    font-size: 24px;
}

.woocommerce-cart table.cart td {
  color: #000;
}

.woocommerce-cart .cart_totals h2 {
  color: #AA182C;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #AA182C;
  color: #fff;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 500;
  font-family: 'Oswald';	
}
.woocommerce-checkout h3 {
  color: #AA182C;
  border-bottom: 2px solid #AA182C;
  padding-bottom: 10px;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
}

.woocommerce-checkout #payment {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.woocommerce-checkout button.button.alt {
  background-color: #AA182C;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #000;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  font-weight: bold;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  color: #AA182C;

}
.woocommerce form.login,
.woocommerce form.register {
    background: #f8f8f8;
  padding: 30px;
    border: 2px dashed #aa182c;
  border-radius: 10px;
}

.woocommerce form.login h2,
.woocommerce form.register h2 {
  color: #AA182C;
}

.woocommerce form input.input-text {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  width: 100% !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  max-width:100% !important;
}
.woocommerce form .button {
  background-color: #AA182C;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
}
.form-row {
    display: block !important;
}
form.woocommerce-cart-form {
    width: 70%;
    padding-right: 15px;
}
.cart-collaterals {
    width: 30%;
}
body.woocommerce-cart .custom-cart-box {
    display: flex;
	margin-top: 30px;
}
body.woocommerce-cart .woocommerce .coupon {
/*     width: 40%; */
    display: inline-flex;
    margin-bottom: 10px;
}
.cus_my_acc_nav {
    display: none;
}
body.page-id-10 .woocommerce {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
body.page-id-10 .woocommerce h2 {
    text-align: left;
    font-size: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Base WooCommerce button style */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .checkout-button,
.woocommerce input[type="submit"] {
  background-color: #AA182C;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Hover effect - Black background, white text */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .checkout-button:hover,
.woocommerce input[type="submit"]:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.checkout-custom-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
div#fmp-location-field {
    background: #e9e9e9;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.fmp-location-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #aa182c;
}
.fmp-location-name {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
}
.checkout-custom-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

div#fmp-location-field {
    background: #e9e9e9;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.fmp-location-title {font-size: 30px;line-height: 40px;font-weight: 500;color: #aa182c;}

.fmp-location-name {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
}

div#customer_details {
   width: 60%;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 30px;
}
div#order_review {
    width: 40%;
    padding: 20px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select, .select2-container .select2-dropdown, .select2-container .select2-selection {
    border: none;
    padding: 10px;
    border-radius: 5px;
	border: 1px solid #afafaf;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #daedff !important;
    margin-top: 20px;
}
input#coupon_code {
    border: 1px solid #ccc;
	padding-left: 15px;
    padding-bottom: 15px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: right;
	padding: 16px 24px !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #257d22;
    color: #fff;
    font-weight: 400;
    font-family: 'Nourd';
}
table.shop_table_responsive tr td.product-remove a {
    text-align: center !important;
}
body.woocommerce-cart .woocommerce .coupon button.button {
    width: 270px;
}
body.woocommerce-cart footer#colophon {
    padding-top: 50px;
    background: #f3f3f3;
}
body .jquery-modal>.fmp-modal.modal {
    background-repeat: no-repeat;
/*     background-size: auto;
    background-image: url(https://kebupusa.com/wp-content/uploads/2025/06/slider-layer-2.png);
    background-position: -390px -100px;
    background-color: #f4f4f4; */
	background-size: cover;
    background-image: url(https://kebupusa.com/wp-content/uploads/2025/07/popupimg.jpg);
    background-position: center center;
    background-color: #f4f4f4;
}
div#fmp-summery h2 {
    color: #aa182c;
}

.fmp-product-addons-wrap .fmp-addon-inner-content h3 {
/*     font-family: 'Oswald';
    font-weight: 400 !important; */
/*     font-size: 20px !important; */
}
.fmp-product-addons-wrap .fmp-product-addon-total {
    padding-bottom: 0px;
}
.fmp-product-addons-wrap .fmp-addon-inner-content {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #efefef;
    background: #fff;
	border-radius:10px;
}
div#fmp-summery .quantity {
    float: left;
    margin-right: 10px;
}

div#fmp-summery .quantity input {
    padding: 10px;
    border-radius: 10px;
}
div#fmp-summery button.single_add_to_cart_button.button.alt {
    margin-top: 0px;
    padding: 10px 20px;
}
div#fmp-summery h2 {
    color: #aa182c;
	font-size: 40px;
    font-weight: 600;
}
.fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item.grand-total {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #000000 !important;
}
.fmp-product-addons-wrap .fmp-addon-inner-content h3 {
    font-weight: 400 !important;
    font-size: 26px !important;
}
.quantity {
    float: left;
    margin-right: 10px;
}

.quantity input {
    padding: 10px;
    border-radius: 10px;
}

button.single_add_to_cart_button.button.alt {
    margin-top: 0px;
    background: #aa182c;
    border-color: #aa182c;
    text-transform: capitalize;
    border-radius: 10px;
    color: #fff;
    line-height: 22px;
}

button.single_add_to_cart_button.button.alt:hover {
    background: #000;
    cursor: pointer;
    border-color: #000;
}
.woocommerce-product-gallery {
    width: 50%;
    margin-top: 35px;
}
.single-product div.product {
    margin-top: 30px;
}
.single-product .fmp-price-item label {
    font-weight: 400 !important;
    font-size: 22px !important;
}
body.single-product .summary.entry-summary {
    width: 50%;
    float: left;
	padding-left:50px;
}
body.single-product .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
    float: left;
}
.product_meta a {
    text-decoration: underline !important;
    color: #aa182c;
}

.product_meta a:hover {
    color: #000;
    text-decoration: none !important;
}
body.tax-product_cat main#primary h1.page-title, 
body.tax-product_cat p.woocommerce-result-count, 
body.tax-product_cat form.woocommerce-ordering {
    display: none;
}
body.tax-product_cat main#primary {
    margin-top: 30px;
}
section.related.products h2 {
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
    color: #aa182c;
}
h2.fmp-category-title {
    width: 100% !important;
    height: 100% !important;
}
input.fmp-btn.fmp-add-tip.fmp-add-tip-disabled {
    background: #aa182c !important;
}
.fmp-price-item label {
    font-weight: 400 !important;
}

.grand-total label {
    font-weight: 600 !important;
}
.fmp-title h3 .fmp-content h3 {
    margin-bottom: 10px !important;
}
h3.no-link {
    margin-bottom: 10px !important;
}
.home_tabs_menu fmp-layout1 .fmp-box::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, #fff 100%) !important;
}
.fmp-wc-add-to-cart-wrap {
    justify-content: center !important;
    align-items: center;
}
button:focus, input:focus {
    outline:none !important;
}
.fmp-layout1 .fmp-box .fmp-title .fmp-info {
    padding: 0 30px 30px;
    width: 100% !important;
}
.fmp-layout1.fmp-box-wrapper {
    margin-bottom: 40px !important;
}
/* .woocommerce-order {
    padding: 40px 0px;
}

/* Main container */
/* .woocommerce-order {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    margin: 40px auto;
    max-width: 800px;
    font-family: 'Segoe UI', sans-serif;
} */
/**************************** WOOCOMMERCE CUSTOM STYLING END ***************************/


a.cky-policy {
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline !important;
}

a.cky-policy:hover {
    transition: all ease 500ms;
    text-decoration: none !important;
}
button.cky-btn.cky-btn-customize, 
button.cky-btn.cky-btn-reject, 
button.cky-btn.cky-btn-accept {
    background: #1d3c17 !important;
    transition: all ease 500ms !important;
}
button.cky-btn.cky-btn-customize:hover, 
button.cky-btn.cky-btn-reject:hover, 
button.cky-btn.cky-btn-accept:hover {
    background: #ffffff !important;
    color: #000 !important;
}
/* body.page-id-1481 main#primary,
body.privacy-policy main#primary  {
    background-image: url(https://www.woodyspaper.com/wp-content/uploads/2024/07/watermark.png), 
	url(https://www.woodyspaper.com/wp-content/uploads/2024/07/watermark.png);
    background-repeat: no-repeat;
    background-position: top center, bottom left;
} */
div#gform_confirmation_message_4 {
    font-size: 20px;
    line-height: normal;
}
body.page-id-1481 .theme-content p strong,
body.privacy-policy .theme-content p strong, 
body.privacy-policy .theme-content a {
    color: #A9172C;
}
a.search-readmore {
    font-weight: 600;
    font-size: 18px;
    color: #aa182c;
}
body.search-results .entry-summary p {
    line-height: 27px;
    font-size: 18px;
}
body.search-results .entry-summary h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #a7182c;
}
a.search-readmore:hover {
    text-decoration: underline !important;
    color: #000;
}
body.search-results .entry-summary {
    line-height: normal;
    font-size: 16px;
    background: #f6f6f6;
    padding: 35px;
    border-radius: 25px;
    margin-top: 30px;
    border: 1px solid #dfdfdf;
}
body.search-results .site-main {
    margin-bottom: 110px;
}
section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h1 {
    font-size: 50px;
    font-weight: 800;
}

section.error-404.not-found p {
    font-size: 28px;
}

section.error-404.not-found {
    margin-bottom: 90px;
}
.error-404 label {
    margin-bottom: 0px;
    width: 100%;
}
section.error-404.not-found form.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0px auto;
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 10px;
    margin-top: 30px;
}
section.error-404.not-found input {
    padding: 20px;
}
section.error-404.not-found input.search-submit {
    background: #aa182c;
    color: #fff;
    transition: all linear .25s !important;
    border-color: #aa182c;
    margin-left: 5px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.wishlist_table .product-add-to-cart a {
    background: #448238;
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    transition: all ease 500ms;
}

.wishlist_table .product-add-to-cart a:hover {
    background: #417800;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #3d9cd2;
    margin-bottom: 20px;
}
.seemore-btn a {
    background: #448238 !important;
    font-size: 20px !important;
    color: #fff !important;
    padding: 15px 30px !important;
    transition: all ease 500ms;
    border: 2px solid #448238 !important;
    font-weight: 600 !important;
}

.seemore-btn a:hover {
    background: #44823800 !important;
    color: #000 !important;
    border: 2px solid #000 !important;
}
.vc_tta-container {
    margin-bottom: 0px;
}
.seemore-btn {
    margin-bottom: 50px !important;
}
.woocommerce-privacy-policy-text a {
    text-decoration: underline !important;
    color: #000;
    text-transform: capitalize;
}

.woocommerce-privacy-policy-text a:hover {text-decoration: none !important;}

body.post-template-default.single.single-post .entry-content p img {
    display: block;
    max-width: 100%
}


span.wp-block-woocommerce-cart-order-summary-heading-block.cart-display-none.wc-block-cart__totals-title {
    display: none;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    border: 1px solid #c8c8c8;
	padding-top:16px;
	align-items:end !important;
	background: #448238 !important;
}

.pwb-brands-col3 p {
    text-align: center;
	width:100%;
}

.pwb-brands-col3 small {
    display: none;
}

.pwb-brands-col3 a {
    color: #ffffff;
}

.pwb-brands-col3 img {
    transition: 0.3s;
}
.pwb-brands-col3 img:hover {
    transform: scale(0.95);
}
.pwb-brands-cols-outer div {
    background: #5a4533 !important;
}
body.single-post .entry-content p {
    font-size: 18px;
    line-height: 25px;
}

body.single-post .entry-content h2 {
    color: #aa182c;
}

body.single-post .entry-content h3 {
    color: #448238;
    font-weight: 600;
}

body.single-post .entry-content a {
    color: #448238;
}
.login_signup a {
    width: 40px;
    text-align: center;
    background: #aa182c;
    border: 3px solid #aa182c;
    padding: 9px;
    margin: 0px 7px;
    border-radius: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_signup img {
    width: 18px;
}
/******************* Header Mini Cart CSS Start ***********************/

.header-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 3px solid #aa182c;
    border-radius: 30px;
    max-width: 75px;
    padding-right: 5px;
    margin-right: 10px;
}
.cart-img-box {
    background: #AA182C;
    display: flex;
    padding: 8px;
    border-radius: 60px;
    width: 38px;
    height: 38px;
    align-items: center;
    padding-left: 5px;
    justify-content: center;
}

img.cart-icon-img {
    width: 20px;
}
.header-cart .mini-cart {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    border-radius: 10px;
    text-align: center;
}
.mini-cart-content p {
    margin-bottom: 0px !important;
}
.cart-icon {
    position: relative;
    font-size: 24px;
    text-decoration: none;
    color: #000;
}
p.woocommerce-mini-cart__total span.woocommerce-Price-amount.amount {
    margin: 0px auto;
}
.cart-icon .cart-count {
  position: absolute;
  top: 11px;
  right: inherit;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #AA182C;
    left: 42px;
}
/* a.remove.remove_from_cart_button {
    background: red;
    color: #fff !important;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 22px !important;
    font-weight: 400 !important;
    font-size: 16px;
} */
.mini-cart ul.woocommerce-mini-cart {
    list-style: none;
}
.mini-cart ul li {
    background: #efefef;
    margin-bottom: 10px !important;
    padding: 10px !important;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.mini-cart li.woocommerce-mini-cart-item a:nth-child(2) {
    width: 100% !important;
    display: block;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-top: 5px;
    color: #000;
    text-align: left;
    font-weight: 600;
}

.mini-cart li.woocommerce-mini-cart-item a img {
    width: 50px !important;
    border: 2px solid #aa182c;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 0px;
    float: left;
}
.mini-cart ul.woocommerce-mini-cart {
    list-style: none;
}


.mini-cart ul li span.quantity {
    font-size: 14px;
    display: inline-flex;
    width: 100%;
    justify-content: end;
}
.mini-cart ul li span.quantity span.amount {
    margin: 0px;
    padding: 0px 10px;
    font-size: 14px;
    letter-spacing: 2px;
    padding-right: 0px;
}
.mini-cart p.woocommerce-mini-cart__total span.woocommerce-Price-amount.amount {
    margin: 0px;
}

.mini-cart p.woocommerce-mini-cart__buttons a {
    padding: 7px 20px;
    font-size: 14px;
    color: #fff !important;
    border-radius: 5px;
    transition: all ease 500ms;
    font-weight: 700 !important;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.mini-cart p.woocommerce-mini-cart__buttons a:first-child {
    background: #aa182c !important;
}
.mini-cart p.woocommerce-mini-cart__buttons a:last-child {
    background: #000000 !important;
}
.mini-cart p.woocommerce-mini-cart__buttons a:hover {
    background: #5a4533 !important;
}
.mini-cart p.woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-cart:hover .mini-cart {
    display: none;
}
/******************* Header Mini Cart CSS End ***********************/





.single-product div.product form.cart .variations select {
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
	line-height: 19px;
	margin-bottom: 18px;
}

.single-product .woocommerce div.product form.cart .variations td {
    line-height: 15px;
}

.single-product .woocommerce div.product form.cart .reset_variations {
    margin-top: 20px;
    display: inline-block;
}

.single-product .subheader h1 {
    font-size: 45px;
    padding: 10px 30px;
}

.single-product h1.product_title.entry-title {
    font-size: 40px;
	    padding-bottom: 10px;
}
.single-product .woocommerce-variation.single_variation {
    display: inline-block;
    padding: 10px 0;
}
.single-product table.variations tr {
    align-items: center;
    display: inline-block;
}

.single-product th.label {
    width: 120px;
}

.single-product div.product form.cart .variations label {
    line-height: 23px;
}

/* .single-product div.product .woocommerce-tabs ul.tabs li::after, .single-product div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #448238;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active::before, .single-product div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: 0px 2px 0 #448238;
} */
p.woocommerce-result-count {
    float: left;
    padding-left: 0px !important;
    display: block;
    padding-bottom: 10px;
}
form.woocommerce-ordering, form.form-wppp-select.products-per-page {
    width: 100%;
    margin-bottom: 10px;
}
.pwb-brands-cols-outer {
	justify-content:center;
}


.page-id-2144 form.woocommerce-form.woocommerce-form-register.register {
    width: 70%;
}

.page-id-2144 .u-column1.col-1, 
.page-id-2144 .u-column2.col-2 h2 {
    display: none;
}

/**************** Home Page CSS Start ******************/

.join-kebup-row {
    background: #EEE7E1;
}
.join-kebup-row .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slogan-img {
    padding: 20px;
    width: 100%;
    max-width: 135px;
}
.join-kebup-box h2 {
    margin-bottom: 0px;
    font-size: 44px;
    font-weight: 600;
    color: #aa182c;
    padding-right: 20px;
}
a.account-btn {
    background: #aa182c;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 26px;
    border-radius: 10px;
    transition: all ease 500ms;
    margin-right: 10px;
}

a.account-btn:hover {
    background: #000;
}
.join-kebup-box p {
    font-family: 'Oswald';
    font-size: 32px;
    font-weight: 500;
}
a.account-btn2 {
    margin-left: 10px;
    color: #aa182c;
    font-family: 'Oswald';
    text-decoration: underline !important;
}

a.account-btn2:hover {
    text-decoration: none !important;
}
.big-heading {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 58px;
}
.theme-content p {
    font-size: 20px;
}
.authentic-row {
    margin-top: 50px;
    margin-bottom: 30px;
}
.kebup-list-box {
    display: flex;
}

.kebup-list-box img {
    width: 100%;
    max-width: 50px;
    padding-right: 10px;
}

.kebup-list-box p {
    margin-bottom: 0px;
}
.kebup-headings h2 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0px;
}
.kebup-headings h3 {
    font-size: 50px;
    font-weight: 500;
    color: #aa182c;
}
.kebup-list-boxs {
    font-family: 'Nourd' !important;
}

.kebup-list-boxs h4 {
    font-family: 'Nourd' !important;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
}
.kebup-list-boxs {
    font-family: 'Nourd' !important;
}

.kebup-list-boxs h4 {
    font-family: 'Nourd' !important;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
}

.kebup-list-boxs ul {
    padding-left: 30px;
    line-height: normal;
    margin-top: 20px !important;
}

.kebup-list-boxs ul li {
    margin-bottom: 5px;
}
.kebup-list-boxs {
    font-family: 'Nourd' !important;
}

.kebup-list-boxs h4 {
    font-family: 'Nourd' !important;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
}

.kebup-list-boxs ul {
    padding-left: 30px;
    line-height: normal;
    margin-top: 20px !important;
}

.kebup-list-boxs ul li {
    margin-bottom: 5px;
}

.theme-btn a {
    background: #aa182c !important;
    border-color: #aa182c !important;
    color: #fff !important;
    font-family: 'Oswald' !important;
    font-size: 20px !important;
    font-weight: 500;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.theme-btn a:hover {
    background: #000 !important;
    border-color: #000 !important;
}
.kebaup-list-col .vc_column-inner {
    border: 2px solid #000;
    padding: 40px !important;
}
.kebaup-list-col {
    padding: 15px !important;
}
.theme-btn {
    margin-bottom: 0px !important;
}
.kebaup-col-1 .vc_column-inner {
    background-image: url(/wp-content/uploads/2025/08/Group-1171276419-1.png);
    background-size: 50%;
    background-position: right center;
    background-repeat: no-repeat;
}
.kebaup-col-2 .vc_column-inner {
    background-image: url(/wp-content/uploads/2025/06/bg-food-img-1.jpg);
    background-size: 45%;
    background-position: right center;
    background-repeat: no-repeat;
}
.fresh-tasty-row {
    background-image: url(/wp-content/uploads/2025/06/black-bg-img2.jpg);
    background-size: cover;
    background-position: center;
}
.fresh-tasty-row {
    padding-top: 50px;
    padding-bottom: 80px;
}
.logo-img img {
    width: 400px;
}
.fresh-tasty-img {
    width: 630px;
}
.fresh-tasty-row p {
    color: #fff;
    line-height: 30px;
}
.logo-img {
    width: 360px;
}
.counter-box h2 {
  font-size: 22px;
  font-family: "Inter Tight", sans-serif;
  color: #000;
}
.counter-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter {
  width: 100%;
  color: #154406;
  font-size: 100px;
  font-weight: 500;
  line-height: normal;
  font-family: "Barlow", sans-serif;
}
.counter span {
  width: 100%;
  display: block;
  line-height: normal;
  font-family: 'Inter Tight';
  font-size: 32px;
  font-weight: 400;
  color: #000;
}
.counter-section .counter-box2 .counter:nth-child(2) {
  color: #000000;
}
.counter:last-child {
  border: none;
}
.counter-box2 {
  display: flex;
  align-items: center;
}

.counter-box2 span {
  padding-left: 5px;
  font-size: 95px;
  font-weight: 600;
  color: #154406;
}
.main-box {
    border-right: 1px solid #ffffff94;
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .main-box:first-child {
  padding-left: 0px;
} */
.main-box:last-child {
  border: none;
}
.main-box img {
    width: 110px;
    padding-right: 20px;
}
.counter-box2 .counter, .counter-box2 span {
    color: #fff;
    font-family: 'Oswald';
    line-height: 90px;
}
.counter-box1 h2 {
    text-align: center;
    font-family: 'Nourd';
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 8px;
    margin-bottom:0px;
}
.counter-row .vc_column-inner {
    padding: 0px !important;
}
.counter-row .wpb_raw_code {margin-bottom: 0px !important;}
.counter-row {
    padding-top: 80px;
    padding-bottom: 80px;
}
.offers-row .vc_column-inner {
    padding: 0px !important;
}
.faqs-row {
    background-color: #aa182c;
    padding-top: 50px;
    padding-bottom: 50px;
}
.faq-col .vc_column-inner {
    background: #fff;
    padding: 50px 50px !important;
    position: relative;
    left: -45px;
    border-radius: 40px;
}
.vc_do_toggle:last-child {
    border: none;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}
.vc_do_toggle {
    margin-bottom: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
i.vc_toggle_icon {
    padding: 20px;
    background: #aa182c !important;
    border: none !important;
    border-radius: 30px;
    width: 22px !important;
    left: 90% !important;
}
.vc_toggle_title {
    padding-left: 0px !important;
    padding-right: 70px !important;
}
.vc_toggle_active .vc_toggle_title h4 {
    color: #aa182c;
}
.vc_toggle_title h4 {
    font-size: 30px;
    font-weight: 500;
}
.vc_toggle_content {
    padding: 0px !important;
    margin: 10px 0px !important;
}

.vc_toggle_content p {
    line-height: 20px;
}
.sub-heading {
    text-transform: uppercase;
    font-family: oswald;
    font-weight: 500;
}
.inner-left-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 800px;
    padding: 70px 70px;
    margin-right: 10% !important;
}
.inner-right-row {
    width: 100%;
    max-width: 800px;
    margin: 0 auto !important;
    margin-left: 2% !important;
    padding: 70px 70px;
}
.main_slider .order-now-btn a i {
    font-size: 27px;
    padding: 5px;
    width: 40px;
    height: 40px;
	display: flex !important;
}
/**************** Home Page CSS End *****************/

body.page-id-291 i.vc_toggle_icon {
    left: 95% !important;
}
div#rmp-container-352 {
    background: #7b1825;
}

/*************************************************************************/
			
						/* RESPONSIVE AREA */

/*************************************************************************/
@media all and (max-width:1450px) {
    ul#primary-menu li {
      padding: 10px 13px;
    }
    ul#primary-menu li a {
    font-size: 16px;
    }
}

@media all and (max-width:1300px) {
.top-head .row {
    justify-content: space-between;
}
.header-nav .main-navigation {
    width: 100%;
    justify-content: left;
}
.site-branding.logo img {
    max-width: 250px;
}
.main-navigation ul li {
    padding: 0px 10px;
}
.login-accountlist-orders {
    width: 40%;
    justify-content: end;
}
.top-head {
    padding-bottom: 5px;
    padding-top: 3px;
}
.best-seller-readmore a:hover {
	background:#000;
	color:#fff;
}
.footer-contacts ul {
    padding: 0px 0px;
}
.google-map-box
 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
ul#primary-menu li {
    padding: 5px 10px;
}
ul#primary-menu {
    justify-content: end;
    padding-right: 20px;
}
ul#primary-menu li a {
    font-size: 16px;
}
.foot-contact-info {
    font-size: 14px !important;
}
.foot-contact-info i {
    width: 15%;
    text-align: justify;
}
.foot-contact-info div br {
    display: none;
}
.footer-menu-sections nav ul li a {
    font-size: 12px;
    line-height: 15px;
}
.quick-box ul {
    column-count: auto;
}
ul#footer_products {
    column-count: 2;
}
.col.footer-col1 {
    width: 25% !important;
    flex: 25% !important;
    max-width: 25% !important;
}
.footer-col3 {
    width: 40% !important;
    max-width: 40% !important;
    flex: 40% !important;
}
span.big-txt {
    font-size: 45px;
}
.get_in_touch h2 {
    font-size: 48px;
    line-height: 55px;
}
span.small-txt {
    font-size: 36px;
}
}
@media all and (max-width:1250px) {
.site-branding.logo img {
    width: 100%;
    max-width: 200px;
}
span.with-icon.address {
    font-size: 34px;
}
.footer-contacts ul li a {
    font-size: 34px;
}
.fresh-tasty-img {
    width: 100%;
}
.faq-col {
   padding: 0px 40px !important;
   margin-top: -100px;
}
body.page-id-291 .faq-col {
   padding: 0px 40px !important;
   margin-top: 0px;
}	
.join-kebup-row .vc_column-inner .wpb_wrapper {
    display: block;
    text-align: center;
    margin-bottom: 18px;
}
    .slogan-img {
        padding: 0px;
        width: 100%;
        margin-top: 25px;
        max-width: 100%;
    }
    .join-kebup-box h2 {
        margin-bottom: 20px;
        padding-right: 0px;
    }
    body.home header#masthead {
        position: static;
        max-width: 100%;
        padding: 0px;
    }
    body.home .top-head {
        background: #fff;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    body.home .header-nav {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    /* .header-nav .main-navigation {
        display: none;
    }  */
    .hemburger-top-head {
        width: 50%;
    }
.footer-contacts ul li span.brown {
    margin-top: 15px;
    margin-bottom:0px;
}
.footer-contacts ul li img {
    padding-right: 0px;
    width: 45px;
}
.footer-contacts ul {
    display: block;
}
.footer-contacts ul li {
    font-weight: 500;
    width: 50%;
    padding-top: 10px;
    margin: 15px auto;
    text-align: center;
    border-radius: 20px !important;
    padding: 30px;
    line-height: normal;
    display: block;
}
.google-map-box {
    border-radius: 15px !important;
}
.footer-top-row {
    padding-bottom: 220px;
}
}

@media all and (max-width:1140px) {
   .menu-main-menu-left-container, .menu-main-menu-right-container {
    display: none;
} 
header#masthead .order-now-btn {
    display: none;
}
.header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-nav .main-navigation {
    width: 30%;
    justify-content: left;
}
    .login-accountlist-orders {
        display: flex;
        align-items: center;
        width: 70%;
        justify-content: end;
        padding-right: 100px;
    }
    .kebaup-list-col .vc_column-inner {
    background-blend-mode: overlay !important;
    background-color: #ffffffa3 !important;
}
.counter-box2 .counter, .counter-box2 span {
    font-size: 70px;
}
.counter-box1 h2 {
    font-size: 20px;  
}
.counter-row {
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-box img {
    width: 80px;
    padding-right: 20px;
}
.main-box {
    margin-bottom: 25px;
}
}

@media all and (max-width:1024px) {
ul#top-head-menu li a {
	font-size: 15px;
	padding: 0px 15px;		
}
.checkout-custom-box {
    display: block;
}
div#order_review, div#customer_details {
    width: 100%;
}
form.woocommerce-cart-form {
    width: 100%;
    padding-right: 0px;
}
.cart-collaterals {
    width: 100%;
}
body.woocommerce-cart .custom-cart-box {
    display: block;
    margin-top: 30px;
}
.theme-content br {
    display: none;
}
.inner-left-row,
.inner-right-row {
    padding: 40px 40px;
}
.top-head-social {
    justify-content: center;
    margin-top: 15px;
}
.get_in_touch h2 {
   text-align: center;
}
footer#colophon .col-md-3, .bottom-footer .col-md-6 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
.faqs-row .wpb_column {
    width: 100%;
}
.faq-col .vc_column-inner {
    left: 0px;
}
.faq-img {
    text-align: center !important;
    margin-bottom: 30px !important;
}
.faq-col {
    padding: 0px 50px;
    margin-top: -100px;
}
.counter-section {
    display: block;
}
.main-box {
    border-right: 1px solid #ffffff94;
    padding: 0px 25px;
}
.authentic-row {
    margin-top: 50px;
    margin-bottom: 50px;
}
    .kebup-headings h3 {
        font-size: 36px;
    }
.kebup-headings h2 {
    font-size: 28px;
}
.kebup-list-box img {
    max-width: 40px;
}
.fresh-tasty-img {
    width: 100%;
    margin-bottom: 0px !important;
}
.is-form-style input.is-search-input {
    font-size: 15px !important;
}
form#gform_1 {
    width: 50%;
    margin: 0 auto;
}
.footer-col2 {
    width: 20% !important;
    flex: 20% !important;
    max-width: 20% !important;
}
button#rmp_menu_trigger-328 {
    margin-top: 20px !important;
}
.footer-col3 {
    width: 40% !important;
    max-width: 40% !important;
    flex: 40% !important;
}
.easy-return {
    padding: 25px 30px;
    margin: 15px 0px;
}
.main-nav {
    display: none;
}
.top-head .row {
        justify-content: space-between;
        align-items: center;

}
.footer-menu-sections .col {
    max-width: 100% !important;
    flex: 100% !important;
    width: 100%;
	text-align: center;
}
.foot-contact-info div {
        margin-bottom: 20px;
        display: block;
        font-size: 16px;
    }
.foot-contacts {
    width: auto;
}
.foot-contact-info i {
    width: auto;
    text-align: inherit;
    padding-right: 0px;
    margin-bottom: 10px;
	font-size:22px;
}
.footer-menu-sections nav ul li a {
        font-size: 16px;
        line-height: normal;
}
.footer-col3 {
		border:none;
}
.footer-menu-sections .col {
    border: none;
}
 ul#footer_products {
        column-count: auto;
}
h2.foot-heading {
    margin-bottom: 20px;
    margin-top: 20px;
    text-decoration: underline;
	font-size:24px;
}
.footer-logo {
    margin-bottom: 20px;
    text-align: center;
}
.bottom-footer {
    display: block;
    text-align: center;
}
.footer-social-icons ul {
        justify-content: center;
        margin-bottom: 0px !important;
        margin-top: 15px !important;
}
.product_title {
    font-size: 24px;
}
div.summary span.woocommerce-Price-amount.amount {
    display: block;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 600;
}
.main_slider .order-now-btn a {
    font-size: 20px;
    padding: 6px 15px;
    font-weight: 600;
    padding-right: 6px;
}
.subheader {
    padding: 50px 0px;
	
}
}
@media all and (max-width:909px) {
.woocommerce ul.products li.product .button, a.wp-block-button__link {
font-size: 14px;
padding: 6px 10px;		
}
.sub-heading {
    font-size: 36px !important;
}
}


@media all and (max-width:767px) {
	
body .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item label {
    padding-right: 10px;
}	
body .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item span.amount {
    padding-left: 10px;
}	
body .jquery-modal>.fmp-modal.modal .fmp-popup-container .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item span{
	font-size: 20px;
}
.fmp-popup-container  .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item span.amount{
	    padding-left: 10px;	
}
.fmp-popup-container .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item label {
    padding-right: 10px;
}	
	
body.woocommerce-cart .woocommerce .coupon {
    width: 100%;
}
body .fmp-popup-container .fmp-short-description.summery.entry-summery {
    font-size: 14px;
}	
body .jquery-modal>.fmp-modal.modal .fmp-popup-container div#fmp-summery button.single_add_to_cart_button.button.alt {
    width: max-content !important;
}	
body .fmp-product-addons-wrap .fmp-addon-inner-content h3 {
    font-size: 20px !important;
}	
body .fmp-popup-container span.woocommerce-Price-amount.amount bdi {
    font-size: 20px;
}	
body div#fmp-summery h2 {
    font-size: 24px;
}	
 div.summary span.woocommerce-Price-amount.amount {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
   }	
body.single-product .summary.entry-summary {
	margin-top: 0;
    padding-left: 0;
}	

.pwb-brands-col3 p a {
        color: #fff;
        padding: 0px 10px;
        font-size: 22px;
        width: 100%;
        display: block;
}
.subheader span {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: normal;
}
input#gform_submit_button_2 {
	font-size:22px;		
}
body.page-id-266 .top-footer-logo {
    margin-bottom: 80px;
}
body.page-id-266 .top-footer-logo h2 {
    font-size: 56px;
}

.large-theme-btn a i {
    font-size: 20px !important;
    padding-right: 15px !important;
}
.large-theme-btn i {
    right: 0px !important;
}	
.large-theme-btn a {
    font-size: 22px !important;
    padding: 10px 20px !important;
    padding-right:50px !important;
}
.reverse-row {
    flex-direction: column-reverse;
}
.top-head-social {
  display: block;
}
.footer-top-row {
    padding-bottom: 220px;
    background-size: cover;
}
.faq-col .vc_column-inner {
    padding: 30px 30px !important;
    border-radius: 30px;
}
.top-head-social ul {
    justify-content: center;
    margin-top: 15px !important;
}

    .footer-contacts ul li {
        width: 100%;
    }
.footer-top-row {
    background-position: top;
}
.footer-top-row .top-footer-logo img {
    width: 100%;
    max-width: 380px;
    padding: 0;
    display: block;
    margin: 15px auto;
}
.slogan-img img {
    width: 100px;
}
.eat-real {
    border-radius: 30px;
    width: 100%;
    display: block;
}
.google-map-box {
    margin-top: 20px;
}
.logo-img img {
    width: 100%;
}
.fresh-tasty-row {
    background-blend-mode: overlay;
    background-color: #0000008f;
}
.logo-img {
    margin-top: 50px;
}
a#search-icon { 
    width: 45px;
    height: 45px;
}
  .cart-icon .cart-count {
    top: 13px;
    right: inherit;
    font-size: 20px;
    left: 55px;
  }
.site-branding.logo img {
	max-width: 300px;		
}
.header-cart {
  max-width: 90px;
  margin-right: 0px !important;
  margin-left: 8px;
}
.login_signup {
  width: 45px;
  height: 45px;
  margin-left: 8px;
}
.login_signup img {
    width: 22px;
}
.cart-img-box {
    width: 43px;
    height: 43px;
}
.order-now-btn a i {
    padding: 10px;
    width: 40px;
    height: 40px;
}
/* .header-nav {
    display:block !important;
} */
    .login-accountlist-orders {
        justify-content: end;
        width: 100%;
    }
  .page-id-2144 form.woocommerce-form.woocommerce-form-register.register {

    width: 100%;
}
 .header-nav .main-navigation {
     width: 45%;
     justify-content: left;
 }

#rev_slider_1_1_wrapper .zeus.tparrows {
    cursor: pointer;
    min-width: 40px !important;
    min-height: 40px !important;
}
#rev_slider_1_1_wrapper .zeus.tparrows:before {
    top: -14px;
}
.theme-content a {
    word-break: break-all;
}
form.woocommerce-ordering {
    float: right;
    padding-right: 0;
}
#rmp_menu_trigger-328 {
        top: 265px;
}
ul.products li.product, ul.wc-block-grid__products li {
    width: 50%;
    float: left;
}
span.brown {
    width: auto;
}	
	
.page-id-417 #rmp_menu_trigger-328 {
        top: 16px !important;
}
	
.page-id-417  .easy-return h3 {
        text-align: center;
        font-size: 18px;
    }	
.page-id-417  .easy-return {
    background-image: none;	
	background-color: #ccc;
}	
.page-id-417 .site-branding.logo {
        width: 50%;
        padding-bottom: 20px;
}
.page-id-417 .special-header {
    padding-top: 10px;
    padding-bottom: 50px;
}	
	
body .special-message h2 {
    font-size: 30px;
}	
body .special-message p {
    font-size: 16px;
}	
body .special-message span{
		font-size: 22px;
}	
body .footer-menu-sections {
    text-align: left;
}	
.products-tabs-box ul.vc_tta-tabs-list li.vc_active a {
    background: #599929 !important;
}
.subheader h1 {
    font-size: 52px;
}
#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-mega {
	position:absolute !important;
	z-index:999 !important;
}
li#menu-item-61 {
    margin: 10px 0px !important;
}
ul.quadmenu-row {
    padding: 10px 10px !important;
}
.blog-box {
    margin-bottom: 20px !important;
}
form#gform_1 {
    width: 100%;
    margin: 0 auto;
}
div#gform_fields_1 {
    row-gap: 15px !important;
}
.blog-main .col-md-4 {
    padding: 0px;
}
.date-box {
    top: 0;
    right: 0;
    font-size: 17px;
    padding: 5px 20px;
}
.shop-by-cat-row ul.products.columns-4 li.product {
        width: 50%;
        float: left;
        padding: 10px;
        margin-bottom: 0px;
        margin-right: 0px;
}
div.product-tabs-sec {
    margin-bottom: 10px;
}
ul.products li.product img {
    width: 100% !important;
    display: table !important;
    margin: 0 auto !important;
	border-radius: 10px !important;
}
.uncoated-col2 {
    padding: 0px 50px;
}
.uncoated-row {
    margin-bottom: 0px !important;
}
.uncoated-col h3 {
    font-size: 46px;
}
.site-branding.logo {
    text-align: center;
    width: 220px;
    margin: 30px auto;
}
header#masthead .cart-col {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
header#masthead form.woocommerce-product-search button {
    right: 0;
}
header#masthead input#woocommerce-product-search-field-0 {
    padding: 9px 50px 9px 40px;
}
.top-head .row .col-md-2 {
    width: 35%;
}
header#masthead .cart-col {
  width: 65%;

}
.site-branding.logo {
   text-align: center;
   width: 100%;
  margin:0px !important;
}
.subscribe-row .theme-content br {
    display: none;
}
.header-nav .main-navigation ul {
    display: block;
}
ul#top-head-menu {
    display: flex;
    justify-content: end;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
	margin-bottom: 1em;
}
.summary.entry-summary {
    width: 100% !important;
}
ul#top-head-menu li a {
    font-size: 16px;
    padding: 10px 10px;
}
.blog-inner-row .theme-content p br {
    display: none;
}
img.cart-icon-img
 {
    width: 24px;
}
.authentic-row {
    margin-top: 50px;
    margin-bottom: 50px;
}
.login_signup a {
    margin: 0px !important;
    width: 45px;
    height: 45px;
    padding: 11px;
}
}

@media all and (max-width:600px) {
.pwb-brands-col3 img {
    width: 100%;
}
.group-order-row {
    padding-top: 100px;
    padding-bottom: 80px;
}
.subheader h1 {
    font-size: 46px !important;
    line-height: 50px !important;
}
.big-heading {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 58px !important;
}
button#rmp_menu_trigger-328 {
    margin-top: 0px !important;
}
ul#top-head-menu li a {
    font-size: 15px;
    padding: 10px 5px;
}
.top-news p {
    font-size: 16px;
}
.vc_toggle_title h4 {
    font-size: 24px;
    font-weight: 500;
}
.woocommerce-order-received .woocommerce-order {
	padding:20px !important;	
}
.woocommerce-order-overview {
    display: block !important;
}
.woocommerce-order-overview li {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 25px !important;
	border: none !important;
}
.woocommerce-order li.woocommerce-order-overview__total,
.woocommerce-order li.woocommerce-order-overview__date {
    padding-left: 0px !important;
    border: none !important;
}
}
@media all and (max-width:500px) {
.pwb-brands-col3 p a {
   font-size: 18px;
}
a.account-btn {
    padding: 10px 13px;
    font-size: 20px;
}
.join-kebup-box p {
    font-size: 28px;
    font-weight: 500;
}
.header-nav {
    display: block;
}
.header-nav .main-navigation {
    width:60%;
}
.login-accountlist-orders{
        justify-content: center;
        padding: 0px;
    }
ul.products li.product, ul.wc-block-grid__products li {
    width: 100%;
    float: left;
}
ul#menu-product-categories-menu li a {
    font-size: 14px;
    padding: 15px;
}
.page-id-417 #rmp_menu_trigger-328 {
        top: 16px !important;
}	
    h2.woocommerce-loop-category__title {
        font-size: 14px !important;
    }
.easy-return h3 {
    margin-bottom: 20px !important;
    text-align: right;
}
.uncoated-col {
    display: none !important;
}
.uncoated-col2 {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
}
header#masthead .cart-col {
        width: 100%;
}
.top-head .row .col-md-2 {
        width: 100%;
}
.site-branding.logo {
        width: 40%;
}

.login-accountlist-orders {
   justify-content: center;
	margin-top:15px;
	margin-bottom:10px;
}
.easy-return {
        padding: 25px 20px;
        margin: 15px 0px;
}
.best-seller-readmore a {
    font-size: 14px;
    padding: 8px 15px;
}
.mid-banner-row .vc_column-inner {
    padding-top: 0px !important;
}
.blog-inner-row .theme-content {
    font-size: 16px;
    font-weight: 500;
}
h2.blog_title {
    font-weight: 500;
    font-size: 24px;
}
.subscribe-row .big-heading {
    font-size: 32px;
}
.subscribe-row .theme-content {
    font-size: 16px;
    margin-bottom: 20px;
}
.header-nav .main-navigation {
    overflow-x: scroll;
}
#rmp_menu_trigger-328 {
    top: 390px;
    right: 3%;
}
.subheader h1 {
        font-size: 36px;
}
ul#top-head-menu {
    justify-content: center;
}
ul#top-head-menu li a {
    padding: 10px 10px;
}
.site-branding.logo {
    width: 100%;
    max-width: 240px;
    margin: 0 auto !important;
    padding-bottom: 0px !important;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
        width: 50% !important;
}
}


.fmp-popup-container .fmp-single-food-img-wrapper{
border: 1px solid #E8E8E8;
	background-color: #fff;
}
.fmp-product-addons-wrap .fmp-addon-inner-content{
    background-color: #FFEAE9;	
	border: 1px solid #ECD4D3 !important;
}
.fmp-popup-container  .fmp-addon-field[type=radio]+span.fmp-label {
    color: #000 !important;
}
.fmp-popup-container span.woocommerce-Price-amount.amount {
/*     font-size: 24px; */
    font-weight: 600;
    padding-top: 4px;
    display: inline-block;
}
.fmp-popup-container  .fmp-short-description.summery.entry-summery {
    text-align: center;
    padding-top: 10px;
}
.fmp-popup-container  .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item label{
	font-size: 20px;
}
.fmp-popup-container  div#fmp-summery button.single_add_to_cart_button.button.alt {
    margin-top: 0px;
    padding: 10px 20px;
    border-radius: 38px !important;
}
/*  .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item label:after ,
.fmp-popup-container .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item label:after{
    content: "";
    border: 1px dashed #DEDEDE;
    position: absolute;
    right: 0;
    width: 274px;
    height: 1px;
    left: 119px;
    bottom: 280px;
}  */
/* .fmp-popup-container span.woocommerce-Price-amount.amount bdi{
	    font-size: 30px;
} */
div#fmp-summery p.price {
    font-size: 30px;
}
.fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-field[type=radio]+span.fmp-label{
	  font-size: 16px !important;
    color: #000 !important;
}
.fmp-popup-container .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item label{
	    font-size: 20px;
	background-color: #fbfaf6 !important;
}
body .jquery-modal>.fmp-modal.modal .fmp-popup-container div#fmp-summery button.single_add_to_cart_button.button.alt{
	    width: 260px;
}
body .jquery-modal>.fmp-modal.modal div#fmp-summery .quantity {
       width: 80px;
}
/* .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item label:after, .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item label:after {
    content: "";
    border: 1px dashed #DEDEDE;
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    left: 108px;
    bottom: 23px;
    max-width: 273px;
} */
.fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item {
    position: relative;
}
/* Hide the :after pseudo-element for the last .fmp-price-item */
.fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item:last-child label:after,
.fmp-popup-container .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item:last-child label:after {
     display: none; 
}

body .jquery-modal>.fmp-modal.modal .fmp-popup-container div#fmp-summery .quantity input {
    background-color: #FFDFE4;
    text-align: center;
	    color: #000;
}
body .jquery-modal>.fmp-modal.modal .fmp-popup-container  .fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-field[type=radio]+span.fmp-label::before {
    top: 3px;
}
body .fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-field[type=radio]+span.fmp-label::before {
   
}
/* body.product-template-default.single.single-product 
 span.woocommerce-Price-amount.amount bdi{
    font-size: 30px; 
} */
.single-product div.product .summary.entry-summary p.price {
    font-size: 30px;
}
/* .fmp-popup-container .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item:after {
    content: "";
    border: 1px dashed #DEDEDE;
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    left: 108px;
    bottom: 23px;
    max-width: 273px;
} */

.woocommerce .quantity .qty {
    background-color: #FFDFE4;
    text-align: center;
    border: none !important;
}

.fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item:after {
    content: "";
    border: 1px dashed #DEDEDE;
    position: absolute;
       width: 68%;
    height: 1px;
    right: 80px;
    bottom: 23px;
}
body .jquery-modal>.fmp-modal.modal .fmp-popup-container .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item:after{
    content: "";
    border: 1px dashed #DEDEDE;
    position: absolute;
    width: 61%;
    height: 1px;
    right: 68px;
    bottom: 23px;	
}
body .jquery-modal > .fmp-modal.modal 
.fmp-popup-container .fmp-product-addons-wrap 
.fmp-product-addon-total .fmp-price-item:last-child:after {
    display: none;
}
.woocommerce-product-details__short-description p{
    line-height: 1.6;	
}
.single-product  .woocommerce div.product form.cart .button{
/* 	  border-radius: 20px !important; */
}
button.single_add_to_cart_button.button.alt{
    border-radius: 38px !important;
}
.woocommerce div.product div.images img{
    border-radius: 15px;
    border: 1px solid #E8E8E8 !important;	
}
.woocommerce-notices-wrapper{
    padding-top: 20px;	
}
.woocommerce-cart table.cart td.product-name a {
    color: #000;
}
.fmp-minicart-drawer bdi {
    font-size: 18px !important;
}
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 500px;
    margin: 0 auto;
	margin-bottom:50px;
}
.woocommerce form .form-row .input-text {
    font-size: 20px;
    padding: 10px 16px;
    border: 1px solid #afafaf;
    border-radius: 8px;
    background: #fff;
}
.woocommerce-account h2{
	text-align: center;
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;	
}
body.woocommerce-cart .woocommerce .coupon button.button:last-child{
	    float: right;	
}
dd.variation-PickYourOption p {
    padding-top: 3px;
}
.fmp-product-addons-wrap .fmp-addon-inner-content .fmp-addon-field[type=radio]+span.fmp-label::after{
	    top: 8px !important;
	    background: #aa182c !important;
}
.style3 #fmp-side-content-area-id .mini-cart-header-wrapper .cart-count {
 background-color: #aa182c !important;
}
body .jquery-modal>.fmp-modal.modal .fmp-popup-container .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item span,
body .jquery-modal>.fmp-modal.modal .fmp-popup-container .fmp-popup-container .fmp-product-addons-wrap .fmp-product-addon-total .fmp-price-item label{
	background-color: #fbfaf6 !important;
}









/* Thank you message */
.woocommerce-order p.woocommerce-thankyou-order-received {
    font-size: 26px;
    font-weight: 600;
    color: #9B182A;
    text-align: center;
    margin-bottom: 30px;
}

/* Order details */
.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    background: #fdf8f8;
    margin-bottom: 30px !important;
}

.woocommerce-order-overview li {
    width: 50%;
    margin-bottom: 15px;
    margin-right: 0px !important;
}
li.woocommerce-order-overview__total,
li.woocommerce-order-overview__date {
    padding-left: 25px !important;
    border: none !important;
}
.woocommerce-order-overview li strong {
    color: #333;
    display: block;
    margin-top: 5px;
    font-weight: 600;
}
.woocommerce ul.order_details li:last-of-type {
    border: none;
    width: 100%;
    margin: 0px !important;
    padding: 0px;
}
.woocommerce .woocommerce-customer-details address {
	padding:20px !important;
}
/* Order details table */
.woocommerce-table--order-details {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.woocommerce-table--order-details th {
    background-color: #9B182A;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.woocommerce-table--order-details tfoot td {
    font-weight: bold;
}

/* Payment method and customer details */
.woocommerce-customer-details,
.woocommerce-order-details__customer {
    margin-top: 40px;
}

/* .woocommerce-column__title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #9B182A;
} */
.woocommerce-order-received .woocommerce-order {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    margin: 40px auto;
    max-width: 800px;
    font-family: 'Segoe UI', sans-serif;
    border: 2px dashed #aa182c;
}
.woocommerce-order .address {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #ddd;
}

.woocommerce-order .address p {
    margin-bottom: 10px;
}
.woocommerce-order ul::before {
    display: none !important;
}
span.fmp-label {
    font-size: 16px !important;
    color: #000 !important;
    display: flex !important;
    align-items: center !important;
}


#fmp-summery {
  display: flex;
  flex-direction: column;
}

.single.single-product .full-width-contact {
    background-color: transparent !important;
}

select.wapf-input {
    font-family: 'Nourd';
    padding: 10px;
}
.wapf-field-label.wapf--above {
    padding-top: 10px;
    padding-bottom: 20px;
}
