
@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu-delete {
    display: none;
  }
}

#cd-cart-trigger-delete {
  right: 0;
}
@media only screen and (min-width: 1200px) {
  #cd-cart-trigger-delete {
    /* cart right margin on desktop */
    right: 0;
  }

}

#main-nav-delete, #cd-cart-delete {
  position: fixed;
  top: 67px;
  height: 100%;
  max-width: 350px;
  /* header height */
  padding-top: 0px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
/*  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  #main-nav-delete, #cd-cart-delete {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-nav-delete, #cd-cart-delete {
    max-width: 350px;
    /* header height has changed */
    padding-top: 0px;
  }
}

.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#cd-cart-delete {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
  box-shadow: 0px 3px 10px #00000047;
  -moz-box-shadow: 0px 3px 10px #00000047;
  -webkit-box-shadow: 0px 3px 10px #00000047;
  -ms-box-shadow: 0px 3px 10px #00000047;
  -o-box-shadow: 0px 3px 10px #00000047;
}
#cd-cart-delete.speed-in {
  right: 0;
}
#cd-cart-delete > * {
  padding: 0 20px;
}
#cd-cart-delete h2 {
 font-size: 29px;
 color: #fff;
 font-weight: 700;
 background-color: #0C99E1;
 margin: 0;
 padding: 15px 20px;
 float: left;
 width: 100%;
 margin-bottom: 25px;
}
#cd-cart-delete .cd-cart-items {
  padding: 0 20px;
  margin: 0;
}
#cd-cart-delete .cd-cart-items li {
  position: relative;
  padding: 15px 0;
  border-bottom: 3px solid #F9F9F9;
  font-size: 15px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  list-style: none;
}
#cd-cart-delete .cd-cart-items li:last-child {
  /* border-bottom: 1px solid #e0e6ef; */
  margin-bottom: 30px;
}
#cd-cart-delete .cd-qty, #cd-cart-delete .cd-price {
  color: #8f8f8f;
}
#cd-cart-delete .cd-price {
  margin-top: 12px;
  color: #0C99E1;
  font-size: 18px;
  font-weight: 700;
  background-color: #e7e985;
  float: left;
  line-height: 16px;
}
#cd-cart-delete .cd-price i{ font-size: 16px; }
#cd-cart-delete .cd-item-remove {
  position: absolute;
  right: 0;
  top: 14px;
  bottom: auto;
  /* -webkit-transform: translateY(-50%); */
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  /* transform: translateY(-50%); */
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../images/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart-delete .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart-delete .cd-cart-total {
  /* padding-top: 1em; */
  padding-bottom: 5em;
  font-weight: 700;
}
#cd-cart-delete .cd-cart-total span {
  float: right;
}
#cd-cart-delete.speed-in .tittle {
 color: #265973 ;
}
#cd-cart-delete .cd-cart-total .link{ width: 100%; float: none; margin-right: 0px; }
#cd-cart-delete .cd-cart-total .link a{ font-size: 17px; }
#cd-cart-delete .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart-delete .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  text-align: center;
  color: #265973;
  background-color: #42f0cc;
  font-weight: 700;
}
.no-touch #cd-cart-delete .checkout-btn:hover {
  background: #0c99e1;
  color: #fff;
}
#cd-cart-delete .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart-delete .cd-go-to-cart a {
  background-color: #e9e9e9;
  font-size: 15px;
  padding: 10px 20px 11px;
  border-radius: 6px;
  color: #265973;
  font-weight: 500;
}
#cd-cart-delete .cd-go-to-cart a:hover{ background-color: #265973; color: #fff; }
@media only screen and (min-width: 1200px) {
  #cd-cart-delete > * {
    /* padding: 0 1.5em; */
  }
  #cd-cart-delete .cd-cart-items li {
    padding: 1em 0;
    list-style: none;
  }
  #cd-cart-delete .cd-item-remove {
    right: 0px;
  }
}



#cd-shadow-layer-delete {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 20px;
  right: 16px;
  background-image: url(../images/icons/close.svg);
  /* background: rgba(0, 0, 0, 0.6); */
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 99;
  display: none;
}
#cd-shadow-layer-delete.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}


#cd-cart-delete .cd-cart-items li .tittle{font-size: 23px;color: #265973;padding-right: 35px;margin-bottom: 12px;}
#cd-cart-delete .qty-odr{ float: right; width: 120px; }
#cd-cart-delete .select-box{ height: 40px; margin-bottom: 0px; }



@media only screen and (max-width: 1200px) {
#cd-cart-delete h2 {/* padding: 0 0.7em; */}
}
@media only screen and (max-width: 767px) {
#main-nav-delete, #cd-cart-delete { width: 350px;}
}
@media only screen and (max-width: 640px) {
#main-nav-delete, #cd-cart-delete { top: 54px;}
#cd-shadow-layer-delete{ top: 20px; }
}
@media only screen and (max-width: 480px) {
#main-nav-delete, #cd-cart-delete{ max-width: 280px; width: 280px;}
}
@media only screen and (max-width: 350px) {
#main-nav-delete, #cd-cart-delete{ width: 100%; }
}
@media only screen and (max-width: 370px) {
#main-nav-delete, #cd-cart-delete{ max-width: 100%; width: 100%;}
}
@media only screen and (max-width: 360px) {
#main-nav-delete, #cd-cart-delete { top: 52px;}
#cd-shadow-layer-delete{ top: 20px; }
}

/* -------------------------------- 


xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
