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

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

}

#main-nav, #cd-cart {
  position: fixed;
  top: 0px;
  height: 100%;
  max-width: 374px;
  /* 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, #cd-cart {
    width: 374px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    max-width: 374px;
    /* header height has changed */
    padding-top: 0px;
  }
}

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

#cd-cart {
  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.speed-in {
  right: 0;
}
#cd-cart > * {
  padding: 0 20px;
}
#cd-cart h2 {
font-size: 20px;
    color: #fff;
    font-weight: 700;
    background-color: #0a4e71;
    margin: 0;
    padding: 8px 20px;
    float: left;
    width: 100%;
}
#cd-cart .cd-cart-items {
  padding: 0 20px;
  margin: 0;
}
#cd-cart .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;
    align-items: center;
}
#cd-cart .cd-cart-items li:last-child {
  /* border-bottom: 1px solid #e0e6ef; */
  margin-bottom: 30px;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #8f8f8f;
}
#cd-cart .cd-price {
    margin: 2px 17px;
    color: #2e98c0;
    font-size: 18px;
    font-weight: 700;
    /* background-color: #e7e985; */
    float: left;
    line-height: 23px;
    padding: 2px 10px;
}
#cd-cart .cd-price i{ font-size: 16px; }
#cd-cart .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 .cd-item-remove:hover {
  background-color: #000;
}
#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
}
#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total .link{ width: 100%; float: none; margin-right: 0px; }
#cd-cart .cd-cart-total .link a{ font-size: 17px; }
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
  color: #FFF;
  text-align: center;
  color: #265973;
  background-color: #77c259;
  font-weight: 700;
}
#cd-cart .cart-btn {
  background-color: #77c259;
  }
.no-touch #cd-cart .checkout-btn:hover {
  background: #0c99e1;
  color: #fff;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
}
#cd-cart .cd-go-to-cart a {
    background-color: #e9e9e9;
    font-size: 15px;
    padding: 10px 20px 11px;
    border-radius: 6px;
    color: #fff;
    background: #265973;
    font-weight: 500;
    display: inline-block;
    margin:0 2px;
}
#cd-cart .cd-go-to-cart a.checkout-btn {
    background-color: #77c259;
    }
#cd-cart .cd-go-to-cart a:hover{ background-color: #265973; color: #fff; }
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    /* padding: 0 1.5em; */
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 0;
    list-style: none;
  }
  #cd-cart .cd-item-remove {
    right: 0px;
  }
}



#cd-shadow-layer {
    position: absolute;
    height: 47px;
    width: 10px;
    top: 0px;
    right: 16px;
    background-image: url(../images/icons/close.svg);
    /* background: rgba(0, 0, 0, 0.6); */
    background-repeat: no-repeat;
    background-position: 10px 15px;
    cursor: pointer;
    background-size: 21px;
    z-index: 99;
    display: none;
    filter: brightness(0) invert(1);
}
#cd-shadow-layer.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 .cd-cart-items li .tittle{font-size: 23px;color: #265973;padding-right: 35px;margin-bottom: 12px;}
#cd-cart .qty-odr{ float: right; width: 120px; }
#cd-cart .select-box{ height: 40px; margin-bottom: 0px; }



@media only screen and (max-width: 1200px) {
#cd-cart h2 {/* padding: 0 0.7em; */}
}
@media only screen and (max-width: 640px) {
#main-nav, #cd-cart, #cd-shadow-layer { top: 0px;}
}
@media only screen and (max-width: 374px) {
#main-nav, #cd-cart{ width: 100%; }
}
@media only screen and (max-width: 360px) {
#main-nav, #cd-cart, #cd-shadow-layer { top: 0px;}
}

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


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;
  }
}
