
.update-price {
	float: right;
	font-size: 12px;
	margin-top: -30px;
	background-color: #ccc;
	border-radius: 7px;
	color: #fff;
	padding: 5px 10px;
}

.no-image {
	background-image: url(/assets/img/logo.png); 
	background-repeat: no-repeat;
	background-color:rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    background-size: 135px 115px !important;
}


.cart-page-item__img.no-image {
    opacity: 0.1;
	background-color: transparent;
	background-size: 100px 90px !important;	
}

/* order */


.cart-page {
  padding-bottom: 100px; 
  width: 100%;
  }
  .cart-page__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 356px;
            flex: 0 0 356px;
    max-width: 356px; }
  .cart-page__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 356px);
            flex: 0 0 calc(100% - 356px);
    max-width: calc(100% - 356px);
    padding-right: 38px; }
  .cart-page-order {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    }
    .cart-page-order__head {
      background-color: #000000;
      min-height: 60px;
      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: #ffffff;
      font-size: 26px; }
    .cart-page-order__body {
      padding: 34px 10px;
      text-align: center; }
    .cart-page-order__count {
      color: #333333;
      font-size: 16px;
      margin-bottom: 8px; }
    .cart-page-order__price {
      color: #333333;
      font-size: 32px;
      font-weight: 500;
      margin-bottom: 24px; }
    .cart-page-order__btn {
      width: 280px;
      height: 44px;
      border-radius: 4px;
      background-color: #336D63;
      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;
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.64px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 38px;
      margin-bottom: 18px; 
      border: none;
      }
/*
      .cart-page-order__btn:hover {
        -webkit-box-shadow: none;
                box-shadow: none; 
      }
*/

	  .cart-page-order__btn:visited {
	      color: #fff;		  
	  }
    .cart-page-order__back {
      color: #333333;
      font-size: 16px; }
  .cart-page-list {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px; }
  .cart-page-item {
    border-bottom: 1px solid #eeeeee; }
    
    .cart-page-item:last-child {
      border-bottom: none; }
      
    .cart-page-item .delete-item {
      background: none;
      border: none;
      cursor: pointer; }
    .cart-page-item__inner {
      height: 140px;
      padding-top: 10px;
      padding-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .cart-page-item__img {
      width: 120px;
		height: 100%;
      }
      
    .cart-page-item__title {
      color: #222222;
      font-size: 16px;
      width: 50%;
      margin-left: 10px; 
      margin-right: 15px;
	  overflow: hidden;      
      }
      .cart-page-item__title a {
        color: #222222;
        display: block;
/*         max-width: 395px;  */
        }
    .cart-page-item__price {
      color: #333333;
      font-size: 20px;
      font-weight: 500;
      width: 10%; }
    .cart-page-item__count {
      width: 12%; }
    .cart-page-item__total {
      color: #333333;
      font-size: 18px;
      font-weight: 500; 
	  white-space: nowrap;      
      }
    .cart-page-item__delete {
      margin-left: auto; }
    .cart-page-item__label {
      color: #222222;
      font-size: 16px;
      background-color: #ebebeb;
      padding: 2px 4px; }
  .cart-page-links {
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 50px; }
    .cart-page-links__item {
      padding-left: 32px;
      padding-right: 32px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3);
              flex: 0 0 calc(100% / 3);
      max-width: calc(100% / 3); }
    .cart-page-links-item {
      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;
      height: 100px;
      border: 2px solid #336D63;
      background-color: #ffffff;
      color: #303030;
      font-weight: 500; }
      .cart-page-links-item img {
        margin-right: 40px; }

.cart-count {
  width: 95px;
  height: 36px;
  border-radius: 5px;
/*   border: 1px solid rgba(0, 0, 0, 0.2); */
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .count__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    max-width: 28px;
    border: none;
/*     background-color: #f7f7f7; */
    cursor: pointer; 
	width: 28px;
	height: 28px;
	padding: 8px 8px;
	border-radius: 14px;

    }
    .count__btn-m {
      background: #f7f7f7 url(/assets/img/minus.png) center no-repeat; }
    .count__btn-p {
      background: #f7f7f7 url(/assets/img/plus.png) center no-repeat; }
  .count__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    max-width: 40px;
    border: none;
    text-align: center;
    color: #333333; }

.ordering__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 356px;
          flex: 0 0 356px;
  max-width: 356px; }

.ordering__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 356px);
          flex: 0 0 calc(100% - 356px);
  max-width: calc(100% - 356px);
  padding-right: 38px; }

.ordering-content {
  padding: 30px 40px 40px;
  border: 1px solid #dddddd;
  background-color: #ffffff; }
  .ordering-content-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ordering-content-tabs__btn {
      width: 180px;
      height: 40px;
      border: 1px solid #336D63;
      border-radius: 4px;
      background-color: #ffffff;
      color: #336D63;
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.52px;
      margin-right: 20px;
      cursor: pointer; }
      .ordering-content-tabs__btn_selected {
        color: #ffffff;
        background-color: #336D63;
	}
  .ordering-content__title {
    color: #333333;
    font-size: 26px;
    margin-bottom: 28px; }
  .ordering-content__head {
    border-bottom: 1px solid #eeeeee;
    padding: 34px 36px; }
  .ordering-content-item {
    display: none; }
    .ordering-content-item_active {
      display: block; }

.ordering-form__group {
  border-bottom: 1px solid #eeeeee; }
  .ordering-form__group:last-child {
    border-bottom: none; }

.ordering-form__title {
  font-size: 26px;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 28px; }

.ordering-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .ordering-form__row_mb {
    margin-bottom: 40px; }

.ordering-form__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  max-width: 50%;
  margin-bottom: 20px; }
  .ordering-form__item_data {
    margin-right: 40px; }
  .ordering-form__item_delivery {
    margin-right: 40px;
/*     max-width: 320px;  */
    }
    
  .ordering-form__item_240 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    max-width: 240px;
    margin-right: 20px; }
  .ordering-form__item_80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    margin-right: 20px; }
  .ordering-form__item_100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px; }
  .ordering-form__item_200 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    margin-right: 13px; }

.ordering-form__label {
  color: #333333;
  font-size: 14px;
  margin-bottom: 8px;
  white-space: nowrap; }

.ordering-form__input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  height: 44px;
  padding: 0 12px;
  width: 100%; }

.ordering-form__radio {
  display: none; }
  .ordering-form__radio:checked + .ordering-form__radio-label {
    border: 2px solid #ff4513; }
  .ordering-form__radio:checked + .ordering-form__pay-label-img {
    border: 2px solid #ff4513; }

.ordering-form_delivery-adr {
	margin-top: 10px;
}

.ordering-form__pay-label {
  cursor: pointer; }
  .ordering-form__pay-label-img {
    height: 100px;
    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;
    border: 2px solid #cccccc;
    margin-bottom: 16px; }
  .ordering-form__pay-label-text {
    display: block;
    text-align: center;
    color: #303030;
    font-size: 16px; }

.ordering-form__radio-label {
  border: 2px solid #cccccc;
  height: 100px;
  cursor: pointer;
  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: #303030;
  font-size: 18px;
  font-weight: 500; }
  .ordering-form__radio-label img {
    margin-right: 40px; }


@media (min-width: 1200px)  {

  .cart-page-item__title {
    padding-left: 20px;
    width: 35%; }
  .cart-page-item__price {
    width: 15%; }
  .cart-page-item__count {
    width: 15%; }
  .ordering-form__row {
    margin-left: -10px;
    margin-right: -10px; }
  .ordering-form__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0 !important; }

}


@media (min-width: 992px) and (max-width: 1199px) {

  .cart-page__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px; }
  .ordering-form__row {
    margin-left: -10px;
    margin-right: -10px; }
  .ordering-form__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0 !important; }
    .ordering-form__item_200 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .ordering-form__item_delivery {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .ordering-form__item_240 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }

}

@media (min-width: 768px) and (max-width: 991px) {

  .cart-page-item__title {
    padding-left: 20px;
    width: 35%; }
  .cart-page-item__price {
    width: 15%; }
  .cart-page-item__count {
    width: 15%; }
  .cart-page-links {
    margin-left: -15px;
    margin-right: -15px; }
    .cart-page-links__item {
      padding-left: 15px;
      padding-right: 15px; }
  .ordering-form__row {
    margin-left: -10px;
    margin-right: -10px; }
  .ordering-form__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0 !important; }
    .ordering-form__item_200 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .ordering-form__item_delivery {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .ordering-form__item_240 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }

}


@media (max-width: 991px) {
  .ordering__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }
  .cart-page__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px; }
}

@media (max-width: 767px) {

  .cart-page-links {
    display: none; }
  .cart-page__right {
    max-width: 100%; }
  .cart-page-item .delete-item {
    position: absolute;
    top: 20px;
    right: 0px; }
  .cart-page-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    position: relative; }
  .cart-page-item__title {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px; }
  .cart-page-item__price {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .cart-page-item__count {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    .cart-page-item__count .count {
      margin-left: auto;
      margin-right: auto; }
  .ordering__right {
    max-width: 100%; }
  .ordering-form__row {
    margin-left: -10px;
    margin-right: -10px; }
  .ordering-form__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .ordering-form__item_200 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .ordering-form__item_delivery {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .ordering-form__item_240 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }


/* /end order */
