@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');

body {
  background-color: #fcfcfc;
}

header {
  top: 0;
  /**border-bottom: 2px solid #f1f1f1;**/
}

.content-sevenzz {
  margin-top: 35px;
  margin-bottom: 25px;
}
.go-register, .go-forgot {
    display: block;
    margin-top: 25px;
  }

.buttons-section a {
  margin: 35px 0 10px 10px;
}

@media (min-width: 576px) {   
}

@media (min-width: 768px) { 
  .content-sevenzz {
    margin-top: 150px;
    margin-bottom: 75px;
  }
  
  .go-register {
    margin-left: 75px;
  }

  .go-register, .go-forgot {
    margin-top: 0px;
    display: inline-block;
  }

  .buttons-section a {
    margin: 35px 0 10px 10px;
  }
}

.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}

.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}

.logo-area.charm-bold{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-area.charm-bold a {
  color: #8f00ff;
}
.logo-area.charm-bold a  span{
  color: #212121;
  margin-left: -2px;
  margin-right: -2px;
}

.breadcumb-area {
  background: url(/assets/images/background1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  display: block;
  width: 100%;
  height: 395px;
}
.mean-container .mean-bar::after {
  background: transparent url("/assets/images/logo/logo_ppb2.png") no-repeat scroll 0 0;
  width: 200px;
  top: 15px;
  left: 10px;
}
.shop-page-area .item .shop-list .content {
  padding-bottom: 25px;
}

.cart-productimage {
  width: 101px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.cart-table {
  text-align: center
}
.cart-table .table thead tr th {
  text-align: center
}
.cart-table .table tbody tr td {
  vertical-align: middle
}

.cart-col-image{
	width: 105px;
}
.cart-col-remove {
	width: 105px;	
}
.cart-col-quantity{
	width:150px;
}
.cart-vertical-spin{
  height: 50px;
  text-align: center;
}
.quantity-box button {
	color:#212121;
	background-color: transparent;
	border-color: transparent;
  margin-top: 0px;
  font-weight: bold;
}

.quantity-box button:hover {
	color:#212121;
	background-color: transparent;
	border-color: transparent;
}

.cart.actions {
  padding: 15px;
}

.cart-productname {
  color: initial
}
td.actions {
  text-align: left
}
td.actions form{
  display: inline-block
}
td.actions div{
  float: right
}
.cart-removeproduct{
  background-color: transparent
}
.order-summary {
  margin-top: 30px;
}

.table-totals > tbody > tr > td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-totals > tfoot > tr > td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.order-total {
  font-size: 20px;
  color: #8f00ff;
}

#myTabContent {
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 20px;
  padding: 20px 0;
}

.nav.nav-tabs.product-tabs .nav-item button.nav-link{
  color: #212121 !important;
}

.nav.nav-tabs.product-tabs .nav-item button.nav-link.active{
  color: #8f00ff !important;
  border-bottom: 4px solid !important;
  border-bottom-color: #8f00ff !important;  
}


.checkout-button-section, .shopping-cart-checkout {
  text-align: left
}

.cart-title, .cart-price, #shop_order_subtotal > tr > td {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#shop_cart_list, #shop_order_subtotal  {
	border-bottom: 1px solid #dadafa;
}

.banner-full {
  margin-top: 0px;
  height: calc(100vh);
  width: 100%;
  overflow: hidden;
}

.banner-full img {
  height: 100%;
  width: 100%;
  object-fit: cover;   /* fills the space without distortion */
  object-position: left;
  display: block;
}

.banner-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;            /* adjust as needed */
  padding: 0 20px;        /* keeps text readable on mobile */
  z-index: 2;
}

.banner-text .h1{
  font-size: 2.5rem;      /* adjust */
  font-weight: 700;
  font-family: "Charm", cursive;
  font-style: normal;
  color: #8f00ff;    
}

.banner-text .h2{
  margin-top: 50px;      /* adjust */
  font-size: 1rem;
}

@media (max-width: 576px) { 
  .banner-full img {
     transform: translate3d(-300px, 0px, 0px);
     max-width: initial;
     width:1000px;
      
   }
}

@media (min-width: 768px) { 
  .banner-full {
    margin-top: 120px;
    height: calc(100vh-120px);
  }
  .banner-text .h1{
	  font-size: 5rem;
	}
	.banner-text .h2{
	  font-size: 1.5em;
	}
}
.banner-buttons {
  margin-top: 50px;
}
.product-details .product-discription .heading .header ul li ul li {
  color: #8f00ff;
}
