.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.js-drawer-open {
  overflow: hidden; }

.drawer {
  -webkit-transform: translateZ(0);
  will-change: transform;
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1); }

.drawer a {
  color: #333; }

.drawer a:hover, .drawer a:focus {
  opacity: 0.7; }

.drawer input, .drawer textarea {
  border-color: #e9e9e9; }

.drawer--left {
  width: 300px;
  left: -300px; }

.js-drawer-open-left .drawer--left {
  display: block;
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transform: translateX(300px); }

.lt-ie9 .js-drawer-open-left .drawer--left {
  left: 0; }

.drawer--right {
  width: 300px;
  right: -300px; }

.js-drawer-open-right .drawer--right {
  display: block;
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px); }

.lt-ie9 .js-drawer-open-right .drawer--right {
  right: 0; }

#PageContainer {
  overflow: hidden; }

.is-moved-by-drawer {
  -webkit-transform: translateZ(0);
  will-change: transform;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1); }

.js-drawer-open-left .is-moved-by-drawer {
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transform: translateX(300px); }

.js-drawer-open-right .is-moved-by-drawer {
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px); }

.drawer__header {
  display: table;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9; }

.drawer__title, .drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__title {
  width: 100%; }

.drawer__close {
  width: 1%;
  text-align: center;
  font-size: 1.28571em; }

.drawer__close button {
  position: relative;
  right: -15px;
  height: 100%;
  padding: 0 20px;
  color: inherit;
  border: none; }

.drawer__close button:active, .drawer__close button:focus {
  background-color: #e9e9e9; }

.site-footer {
  background-color: #f2f2f2;
  padding: 30px 0;
  color: #636363; }

#CartDrawer #CartContainer .cart {
  padding: 0 0 30px; }

@media screen and (min-width: 769px) {
  .site-footer {
    padding: 60px 0; } }
.grid__image {
  display: block;
  margin: 0 auto 15px; }

.grid__image img {
  display: block;
  margin: 0 auto; }

.filter--active {
  font-weight: bold; }

.breadcrumb {
  margin-bottom: 30px; }

.breadcrumb a, .breadcrumb span {
  display: inline-block;
  padding: 0 7px 0 0;
  margin-right: 7px; }

.breadcrumb a:first-child, .breadcrumb span:first-child {
  padding-left: 0; }

.product-single__variants {
  display: none; }

.no-js .product-single__variants {
  display: block; }

.product-single__photos {
  margin-bottom: 30px; }

.product-single__photos a, .product-single__photos img, .product-single__thumbnails a, .product-single__thumbnails img {
  display: block;
  margin: 0 auto; }

.product-single__photos li, .product-single__thumbnails li {
  margin-bottom: 30px; }

.note, .errors {
  border-radius: 3px;
  padding: 6px 12px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left; }

.note ul, .note ol, .errors ul, .errors ol {
  margin-top: 0;
  margin-bottom: 0; }

.note li:last-child, .errors li:last-child {
  margin-bottom: 0; }

.note p, .errors p {
  margin-bottom: 0; }

.note {
  border-color: #e5e5e5; }

.errors ul {
  list-style: disc outside;
  margin-left: 20px; }

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a; }

.form-success a {
  color: #56ad6a;
  text-decoration: underline; }

.form-success a:hover {
  text-decoration: none; }

.form-error, .errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e; }

.form-error a, .errors a {
  color: #d02e2e;
  text-decoration: underline; }

.form-error a:hover, .errors a:hover {
  text-decoration: none; }

.cart__row {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5; }

.cart__row:first-child {
  margin-top: 0; }

.cart__row:first-child {
  padding-top: 0; }

.cart__row .js-qty, .cart__row .ajaxcart__qty {
  margin: 0 auto; }

.cart-table th {
  font-weight: normal; }

.cart-table td, .cart-table th {
  padding: 30px 15px;
  border: none; }

@media screen and (min-width: 769px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .cart__row--table-large .grid__item {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
.cart__image {
  display: block; }

.cart__image img {
  display: block;
  max-width: 100%; }

.cart__subtotal {
  margin: 0 0 0 10px;
  display: inline; }

.cart__mini-labels {
  display: block;
  margin: 10px 0;
  font-size: 0.85714em; }

@media screen and (min-width: 769px) {
  .cart__mini-labels {
    display: none; } }
.cart__remove {
  display: block; }

.ajaxcart__inner {
  margin-bottom: 30px; }

.ajaxcart__row > .grid, .ajaxcart__row > .grid--rev, .ajaxcart__row > .grid--full {
  margin-left: -15px; }

.ajaxcart__row > .grid > .grid__item, .ajaxcart__row > .grid--rev > .grid__item, .ajaxcart__row > .grid--full > .grid__item {
  padding-left: 15px; }

.ajaxcart__product {
  position: relative;
  max-height: 500px; }

.ajaxcart__product.is-removed {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.ajaxcart__row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9; }

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px; }

.ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.ajaxcart__product-name, .ajaxcart__product-meta {
  display: block; }

.ajaxcart__product-name + .ajaxcart__product-meta {
  padding-top: 6px; }

.js-qty, .ajaxcart__qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  overflow: visible; }

.js-qty input, .ajaxcart__qty input {
  display: block;
  background: none;
  text-align: center;
  width: 100%;
  padding: 5px 25px;
  margin: 0; }

.js-qty__adjust, .ajaxcart__qty-adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  padding: 0 8px;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.js-qty__adjust:hover, .ajaxcart__qty-adjust:hover, .js-qty__adjust:focus, .ajaxcart__qty-adjust:focus {
  color: #FFF; }

.js-qty__adjust--plus, .ajaxcart__qty--plus {
  right: 0;
  border-left: 1px solid #e5e5e5; }

.js-qty__adjust--minus, .ajaxcart__qty--minus {
  left: 0;
  border-right: 1px solid #e5e5e5; }

.ajaxcart__qty {
  margin: 0; }

.is-loading .ajaxcart__qty {
  opacity: 0.5;
  transition: none; }

.ajaxcart__qty-num {
  border-color: #e9e9e9;
  color: #fff; }

.ajaxcart__qty-adjust {
  color: #fff; }

.ajaxcart__qty--plus {
  border-color: #e9e9e9; }

.ajaxcart__qty--minus {
  border-color: #e9e9e9; }

.ajaxcart-item__price-strikethrough {
  float: right; }

.ajaxcart__qty-adjust span.fallback-text {
  display: block !important; }

.ajaxcart__qty button, .ajaxcart__qty input {
  border: 1px solid #e9e9e9;
  font-size: 12px; }

.ajaxcart__qty button span {
  top: -14px;
  position: relative; }

.display-flex {
  display: flex;
  justify-content: space-between; }

.ajaxcart__row .money {
  font-size: 14px; }

.ajaxcart__product-name {
  text-decoration: none;
  font-size: 14px !important; }

.ajaxcart__product-name, .ajaxcart__product-meta {
  line-height: 18px; }

.ajaxcart__row .grid__item {
  margin-bottom: 0 !important; }

.ajaxcart .grid--full {
  display: flex; }

.btn--secondary.btn--full.cart__checkout {
  background-color: #ff2411;
  color: #fff;
  border: 0px;
  margin-bottom: 8px;
  width: 100%;
  padding: 10px; }

.btn--secondary.btn--full.cart__checkout:hover {
  background-color: #f71400;
  color: #fff; }

.ajaxcart__product-meta {
  font-size: 13px; }

/* cart css  */
.js-drawer-open-right .is-moved-by-drawer:before, .js-drawer-open-left .is-moved-by-drawer:before {
  visibility: visible;
  opacity: 1; }

div#CartDrawer {
  display: flex !important;
  flex-direction: column;
  justify-content: normal;
  padding: 0 15px; }

.js-drawer-open-left div#NavDrawer, .js-drawer-open-right div#CartDrawer {
  -ms-transform: translateX(-300px);
  display: block;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  transition-duration: 0.3s;
  right: -300px !important;
  background: #000; }

.drawer--right {
  width: 600px;
  right: -600px; }

.drawer {
  -webkit-transform: translateZ(0);
  will-change: transform;
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.46, 0.01, 0.32, 1);
  z-index: 9999999999999999 !important; }

.js-drawer-open-right .is-moved-by-drawer {
  -ms-transform: unset;
  -webkit-transform: unset;
  transform: unset; }

#CartContainer .text-right span.money {
  color: #B22222;
  font-size: 18px;
  padding-left: 7px;
  text-align: right;
  font-weight: 500;
  margin: 0 0 18px; }

.titleandprice {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  align-items: baseline;
  color: #fff; }

.titleandprice span.money {
  color: #B22222;
  font-size: 18px;
  padding-left: 7px;
  text-align: right;
  font-weight: 500;
  margin: 0 0 18px;
  white-space: nowrap; }

.shiptextcarttotal {
  /* position: absolute; */
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0px;
  margin-bottom: 5px; }

.shiptextcarttotal span.total {
  font-size: 20px;
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
  text-align: center;
  color: #fff; }

.carto span.money {
  color: #B22222;
  font-weight: 500; }

.btns_wrap button.crt-btn {
  background-color: #f16d00;
  color: white;
  padding: 8px 20px;
  box-sizing: border-box;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0px;
  font-size: 1.3rem;
  text-transform: uppercase;
  transition: all 0.1s ease-out; }

.cpayment_icons {
  text-align: center; }

.cart-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
  padding: 11px 0;
  color: #fff;
  text-align: center; }

.cart-title .fa-check:before {
  content: "\f00c";
  color: #F16D00;
  font-size: 20px; }

.titleandprice a.ajaxcart__product-name {
  font-size: 18px !important;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 8px;
  color: #fff; }

.titleandprice span.ajaxcart__product-meta {
  text-align: left;
  color: grey;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 1; }

#CartContainer p:first-child {
  font-size: 16px;
  font-weight: 500;
  text-align: left; }

.centerr p {
  text-align: center !important; }

#CartDrawer .drawer__close {
  text-align: right; }

.drawer__close button:active, .drawer__close button:focus {
  background-color: transparent; }

button.crt-btn.checkoutcartbtn.uppercheckout.cart__checkout {
  background-color: #F16D00;
  color: white;
  padding: 8px 20px;
  box-sizing: border-box;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0px;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  transition: all 0.1s ease-out; }

button.crt-btn.checkoutcartbtn.uppercheckout.cart__checkout:hover, button.crt-btn.checkoutcartbtn.uppercheckout.cart__checkout:focus {
  background: #d76100; }

.btns_wrap button.crt-btn:hover, .btns_wrap button.crt-btn:focus {
  background: #d76100; }

a.keep-shopping.cartt_testt_2 {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  color: #f16d00;
  display: block;
  text-align: center;
  margin-top: 10px; }

@media only screen and (max-width: 767px) {
  .ajaxcart__qty button, .ajaxcart__qty input {
    font-size: 12px !important; }

  .titleandprice {
    margin-top: 0px; }

  .titleandprice a.ajaxcart__product-name {
    font-size: 16px !important; }

  .titleandprice span.money {
    font-size: 16px; }

  .shiptextcarttotal span.total {
    font-size: 18px; } }
