@font-face {
  font-family: mplus;
  src: url(../gfonts/MPLUSRounded1c-Bold.ttf);
}

.product-info-main .page-title-wrapper h1 {font-family:mplus !important}
@media (min-width: 992px) {
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 0 !important;
  }
}
/* Left hand menu filter */
.filter-options-content .count::before {
  content: none !important;
}
.filter-options-content .count::after {
  content: none !important;
}
.filter-options-content .count {
  float: right !important;
}
.filter-options .item:hover {
background:#f2f2f2;
border-radius: 5px;
}
.filter-options-content a {
  color: #000 !important;
}
.filter-options .item {
  padding: 5px !important;
}

/* List.phtml */
.black{color:#000}

/* added 12th march */

/*Global*/
h1, .h1 {
  font-size: 1rem !important;
}
h2, .h2 {
  font-size: 1rem !important;
}
h3, .h3 {
  font-size: 0.9rem !important;
  font-weight:600 !important;
}
.black{color:#000}
/* header */
.page-header .header-main {
  background: #ffd814 !important;
}
.page-header .panel.wrapper::after {
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .logo {
    max-width: 200px !important;
 
  }
}
/*pagination */
.page-wrapper > .breadcrumbs .items {
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .page-main {

    padding-top: 10px !important;
  }
}

@media (max-width: 1024px) {
  .buywise_pdp_left, .buywise_pdp_right {
      flex: 100% !important; /* Set both divs to 100% width */
  }
}

/* Side Menu */
.catalog-category-view .sidebar.sidebar-main .sidebar-content, .catalogsearch-result-index .sidebar.sidebar-main .sidebar-content {
  background: #fff !important;
  border-radius: 10px !important;
}
/* Footer */
.footer .follow-us .share-links a:not(:hover) {
  background: black !important;
}

/*list phtml */

.bwrec{
  padding: 5px;
  font-weight: 600;
  font-size: 15px;
  color: #222529;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
}
.blue {color:#005bb9 !important}
.products-list .product-item {
  background: #fff !important;
  border-radius: 5px !important;
}
.products-list .product-item-details {
  max-width: none !important;
}
.product-item-name {
  white-space: normal !important;
}
.product-item-name a {
   white-space: normal !important;
   font-weight: 700 !important;
   color: #222529;
}
.product-item .action.towishlist {
display: none !important;
}
.action.tocompare::before {
  content: none !important;
}
.action.tocompare {
line-height: 15px !important;
  font-size: 1.2em !important;
  margin-top: 5px !important;
  padding-top: 3px !important;
  border: none !important;
}

.products ul li, ul.products li {

  font-size: .8rem !important;
  line-height: 2.1 !important;
}
  html .action.primary {
border-radius: 5px !important;

}
.btn-outline-primary:hover {
  color: #000 !important;
  background-color: #ffd814 !important;
  border-color: #ffd814 !important;
}
/* .product-item-name a {
  font-size: 1.4em !important;
  font-weight: 600 !important;
} */
.product-item-details .product-item-name a {
  font-weight: 700 !important;
}

.action.primary {
  background: #ffd814 !important;
  color: #000 !important;
  border-color: #fff !important;
  width:100%;

  font-size: 0.8em !important;
  line-height: 20px !important;
}
.action.primary:hover {
  background: #f7ca00 !important;
    border-color: #fff !important;
}
.bw-primary {
  margin-right: 0 !important;
  font-weight: 600 !important;
  font-size: .9375rem !important;
  border-radius: 5px !important;
  width: 100% !important;
}
/*
.old-price .price::before {
content:"Was ";
}
.old-price .price::after {
font-size: 1.5em;
  content: "\A Now ";
  white-space: pre-wrap;
  margin-right: -2.5em;
  color: red;
  font-weight: bold;
}
.old-price .price {
  text-decoration: none !important;
  font-family: Arial,sans-serif !important;
  color: #111 !important;
  font-size: 1em !important;
  font-weight: 200 !important;
}
*/
/* common */
table .product-image-container{
    width: 100px;
    height: auto;
    aspect-ratio: 100 / 100;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #008000;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #00a651;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  z-index: 9;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

/* Layered Nav */
.filter-options-content .count {
  color: #000 !important;
  padding-right: 5px !important;
  float: right !important;
}
.filter-options-content a {
  color: #000 !important;
  padding: 4px 0;
}
.filter-options .item {
  padding:5px !important;
}
.filter-options .item:hover {
  background: #f8f9fa !important;
  padding:5px !important;
}
.filter-options-content .count::after {
  content: none !important;
}
.filter-options-content .count::before {
  content: none !important;
}
.overlap {
  margin-top: -100px;
  z-index: 10;
  position: relative;
  text-align: left;
}

/* Main Product page */
@media (min-width: 768px) {
  .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main, .page-product-downloadable .product-options-bottom {
    width: 51% !important;
    padding-left:2rem;
  }
}
@font-face {
  font-family: mplus;
  src: url(../gfonts/MPLUSRounded1c-Bold.ttf);
}

.page-title {
  font-family: mplus !important;
font-size: 1.875rem !important;
  line-height: 1.2;
  color: #222529;
  letter-spacing: -.01em;
  font-weight: 700;
}
/* This is a single-line comment */


  .page-layout-1column .column.main {
margin-bottom:5%;
    background: #fff !important;
    padding: 10px !important;
    border-radius: 5px !important;
  }

.product-options-bottom .price-box, .product-info-price .price-box {
  display: block !important;

}
.buywise_pdp_container{
  display: flex;
  flex-wrap: wrap;
}
.buywise_pdp_left{
  /* width: 40%; */
  flex: 1;
  padding:10px; 
}
.buywise_pdp_right{
  flex: 1;
  /* width: 60%; */
  padding: 10px;
  background: #f4f4f4;
  border-radius: 5px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 15px #ccc;
  margin-top: 2rem;
}
.buybox {
    padding: 10px;
  background: #f4f4f4;
  border-radius: 5px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 15px #ccc;
  margin-top: 2rem;
}
.page-wrapper > .breadcrumbs .items::after {
  border-bottom: none !important;
}
.product-info-main .product.overview {

  padding-top: 1rem;
}
/* Checkout pages */
.studel:nth-child(2n+1) {
  background: #ddd;
  border-radius: 5px;
    list-style-type: none;
}
.studel {
  margin: 5px 40px 5px 5px;
  padding: 10px;
    list-style-type: none;
}

