/*****************************************  offer notice style (start) **************************************/
 
@import url(https://fonts.googleapis.com/css?family=Lobster);

@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css);

/* 404 Error image
body {
  background-image: url(https://subtlepatterns.com/patterns/bedge_grunge.png);
  background-position: initial initial;
  background-repeat: initial initial;
}*/

h1 {
  font-family: "Lobster";
  font-size: 32pt;
  color: rgb(255, 153, 0);
  text-shadow: 0px 2px 3px rgb(255, 238, 204);
  text-align: center;
  padding: 6px 0px 0px 0px;
  margin: 6px 0px 0px 0px;
}
.alert .inner {
  display: block;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid rgb(180,180,180);
  background-color: rgb(212,212,212);
}

.alert .close {
  float: right;
  margin: 3px 12px 0px 0px;
  cursor: pointer;
}

.alert .inner,.alert .close {
  color: rgb(88,88,88);
}

.alert input {
  display: none;
}

.alert input:checked ~ * {
  animation-name: dismiss,hide;
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0s,100ms;
}

.alert.error .inner {
  border: 1px solid rgb(238,211,215);
  background-color: rgb(242,222,222);
}

.alert.error .inner,.alert.error .close {
  color: rgb(185,74,72);
}

.alert.success .inner {
  border: 1px solid rgb(214,233,198);
  background-color: rgb(223,240,216);
}

.alert.success .inner,.alert.success .close {
  color: rgb(70,136,71);
}

.alert.info .inner {
  border: 1px solid rgb(188,232,241);
  background-color: rgb(217,237,247);
}

.alert.info .inner,.alert.info .close {
  color: rgb(58,135,173);
}

.alert.warning .inner {
  border: 1px solid rgb(251,238,213);
  background-color: rgb(252,248,227);
}

.alert.warning .inner,.alert.warning .close {
  color: rgb(192,152,83);
}

@keyframes dismiss {
  0% {
	opacity: 1;
  }
  90%, 100% {
	opacity: 0;
	font-size: 0.1px;
	transform: scale(0);
  }
}

@keyframes hide {
  100% {
	height: 0px;
	width: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
  }
}


/* Cart Page Css */
table.shop_table tr.woocommerce-cart-form__cart-item .sBPTotalPrice span.woocommerce-Price-amount.amount {
  color: #878787;
  font-weight: 400;
  font-size: inherit;
}

table.shop_table tr td .sBPTotalPrice span.woocommerce-Price-amount.amount {
  color: #222;
}

table.shop_table .sBPTotalPrice {
  justify-content: flex-end;
}

.discount_percent_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.discount_percent_col {
  margin-left: 10px;
}

.discount_percent_col span {
  display: inherit;
}

table.shop_table tr span.dis_percent {
  width: 50px;
  background: #56cfe1;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
}


.woocommerce-cart .page-head,.woocommerce-checkout .page-head {
  padding: 30px 0;
}

.woocommerce-cart .entry.mb__60,.woocommerce-checkout .entry.mt__60.mb__60 {
  margin-top: 10px;
}

body.woocommerce-cart .woocommerce-notices-wrapper{
  margin-bottom: 0;
}

body .ck-member-alert {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #56cfe133;
}

body.woocommerce-checkout .ck-member-alert{
  margin:0 ;
}

.ck-member-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ck-member-image {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.ck-member-image img {
  width: 100%;
 
}

.ck-member-text {
  padding: 10px 10px 10px 0;
}

.ck-member-text p {
  color: #222;
  font-size: 18px;
  margin: 0;
}

.ck-member-text p span {
  font-weight: 700;
}

.ck-member-text a.ck_member_prd_add_to_cart_btn {
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0!important;
  display: inline-block;
  margin-top: 10px;
  color: #ec0101;
  font-size: 16px;
  text-decoration: underline;
  text-transform: none;
}

.ck-member-text a:hover,.ck-member-text a:focus {
  color: #ec0101;
  text-decoration: underline;
}

td.product-thumbnail img {
  max-width: 100px;
}

@media only screen and (max-width:767px){
  .ck-member-text p{
    font-size: 16px;
  }

  .ck-member-text a{
    font-size: 11px !important;
  }
}
@media only screen and (max-width:600px){
  .ck-member-text {
      width: 75%;
      padding: 10px 10px 10px 0; 
  }

  .ck-member-image {
      width: 25%;
      height: 120px;
      margin-right: 10px;
  }

  .ck-member-image img{
    object-fit: cover;
  }

  .ck-member-text p{
    font-size: 14px;
    line-height: 20px;
  }

  .ck-member-text a{
    font-size: 11px !important;
  }
}

/**********************************************  offer notice style (ends) ******************************************/