body {
  overflow-x:hidden;
}

.align-middle {
  display:table-cell;
  vertical-align:middle;
}

.cart-content {
  padding-top:0px;
  padding-bottom:0px;
}

.align-top {
  display:table-cell;
  vertical-align:top;
}

#custom-cart .btn {
  padding: 0 60px;
  height: 60px;
  line-height: 60px;
  background: #00bb00;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 13px;
}

#custom-cart .cart-left {
  width:100%;
}

#custom-cart .cart-right {
  padding:30px 15px;
  background:#f4f4f4;
}

#custom-cart .cart-right {
  position:relative;
}

#custom-cart .cart-right:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
/*   width: 100%; */
  height: 100%;
  top: 0;
  background: #f4f4f4;
}

#custom-cart .title-wrap .title {
  margin:0;
  font-size:20px;
}

#custom-cart .title-wrap .title .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #e7e8e8;
  border-radius: 100%;
  text-align: center;
  line-height: 27px;
  vertical-align: middle;
  font-weight: normal;
  margin-top: -4px;
  margin-left: 10px;
  cursor:pointer;
}

#custom-cart .title-wrap .sub-title {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

#custom-cart .main-cart-content {
  padding:30px 0px;
  padding-right:30px;
}

#custom-cart .cart-table {
  width:100%;
  margin-top:30px;
}

#custom-cart .cart-table .image-wrap {
  width:70px;
  border:1px solid #e7e8e9;
}

#custom-cart .cart-table .image-wrap img {
  width:100%;
}

#custom-cart .cart-table td {
  padding:30px 0px;
  border-top:1px solid #eee;
  padding-left:20px;
  vertical-align:top;
}

#custom-cart .cart-table tr:last-child td {
  border-bottom:1px solid #eee;
}

#custom-cart .cart-table td:first-child {
  padding-left:0;
}

#custom-cart .cart-table .info a.title {
  font-size:15px;
  font-weight:bold;
}

#custom-cart .cart-table .info .info-bottom {
  margin-top:5px;
}

#custom-cart .cart-table .info .info-bottom select {
  height:45px;
  width:90px;
}

#custom-cart .cart-table .info .extra-info,
#custom-cart .cart-table .info .select,
#custom-cart .cart-table .info .unitprice {
  display:inline-block;
  vertical-align:middle;
}

#custom-cart .cart-table .info .extra-info,
#custom-cart .cart-table .info .select {
  margin-right:15px;
}

#custom-cart .cart-table .info .extra-info ul {
  margin:0;
  padding:0;
  list-style:none;
  color:#9b9b9b;
}

#custom-cart .cart-table .info .unitprice {
  color:#9b9b9b;
}

#custom-cart .cart-table .subtotal {
  font-size:20px;
}

#custom-cart .ui.selection.dropdown {
  height: 45px;
  line-height: 45px;
  min-width:90px;
}

#custom-cart .ui.selection.dropdown > .search.icon, #custom-cart .ui.selection.dropdown > .delete.icon, #custom-cart .ui.selection.dropdown > .dropdown.icon {
  width:45px;
  height:45px;
  background:transparent;
  line-height:45px;
  border:none;
  color:#000;
}

#custom-cart .cart-table .option-icons ul {
  margin:0px -5px;
  margin-bottom:10px;
  list-style:none;
  padding:0;
  text-align:right;
  font-size:16px;
}

#custom-cart .cart-table .option-icons ul li {
  display:inline-block;
}

#custom-cart .cart-table .option-icons ul li a {
  display:block;
  padding:0px 5px;
  color:#9b9b9b;
}

#custom-cart .shipping-block {
  margin-top:30px;
  padding-top:30px;
  border-top:1px solid #eee;
}

#custom-cart .shipping-block ul {
  margin:0;
  padding:0;
  list-style:none;
  margin-top:20px;
}

#custom-cart .shipping-block .ui.checkbox .box:before, #custom-cart .shipping-block .ui.checkbox label:before {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 1px solid #e5e6e6;
  background:#fff;
}

#custom-cart .shipping-block .ui.checkbox input:checked ~ .box:after, #custom-cart .shipping-block .ui.checkbox input:checked ~ label:after {
  background: #6f6f6f;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  content: '';
  left: 7px;
  top: 7px;
}

#custom-cart .shipping-block .ui.checkbox label, #custom-cart .shipping-block .ui.checkbox + label {
  line-height: normal;
  padding-left: 50px;
  font-size: 16px;
  font-weight: bold;
}

#custom-cart .shipping-block .ui.checkbox input:indeterminate ~ .box:after, #custom-cart .shipping-block .ui.checkbox input:indeterminate ~ label:after {
  content:'';
}

#custom-cart .shipping-block label .description {
  font-weight: normal;
  font-size: 13px;
  margin-top: 5px;
  color: #9b9b9b;
}

#custom-cart .shipping-block .ui.checkbox {
  padding:5px 0px;
}

#custom-cart .bottom-block {
  margin-top:30px;
  border-top:1px solid #eee;
  padding-top:30px;
}

#custom-cart .bottom-block .total-table {
  width:400px;
  color:#000;
}

#custom-cart .bottom-block .total-table table {
  width:100%;
}

#custom-cart .bottom-block .total-table .free-shipping {
  padding: 10px 0px;
  margin: 10px 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  color:#000;
}

#custom-cart .bottom-block .total-table .free-shipping i {
  margin-right: 7px;
  font-size: 18px;
  color: #9b9b9b;
  vertical-align: middle;
  margin-top: -3px;
}

#custom-cart .bottom-block .total-table .free-shipping .green {
  color:#00bb00 !important;
}

#custom-cart .bottom-block .total-table td {
  padding:2px 0px;
}

#custom-cart .bottom-block .total-table td:first-child {
  font-weight:bold;
  color:#9b9b9b;
}

#custom-cart .bottom-block .total-table table:last-child td:first-child {
  color:#000;
}

#custom-cart .bottom-block .total-table td:last-child {
  text-align:right;
  font-size:18px;
}

#custom-cart .bottom-block .total-table .button {
  margin-top:30px;
}

#custom-cart .bottom-block .total-table .payments {
  margin-top:30px;
}

#custom-cart .bottom-block .total-table .payments ul {
  margin:0 -10px;
  padding:0;
  list-style:none;
  text-align:right;
}

#custom-cart .bottom-block .total-table .payments ul li {
  display:inline-block;
  width:55px;
}

#custom-cart .bottom-block .total-table .payments ul li img {
  width:100%;
}

#custom-cart .main-total {
  margin-top:20px;
}

#custom-cart .main-total .total {
  font-weight:bold;
  color:#9b9b9b;
}

#custom-cart .main-total .total .price {
  margin-left:10px;
  font-size:25px;
  color:#000;
}


#custom-cart .main-total .free-shipping {
  margin-top:10px;
  font-size: 14px;
  font-weight: bold;
  color:#000;
}

#custom-cart .main-total .free-shipping i {
  margin-right: 7px;
  font-size: 18px;
  color: #9b9b9b;
  vertical-align: middle;
  margin-top: -3px;
}

#custom-cart .main-total .free-shipping .green {
  color:#00bb00 !important;
}

.shop-on {
  font-weight:bold;
}

.shop-on i {
  color:#9b9b9b;
  margin-right:5px;
}

#custom-cart .cart-right .usp-block {
  padding:30px 15px;
  background:#fff;
}

#custom-cart .cart-right .usp-block .tw-logo {
  width:100px;
  margin-bottom:30px;
}

#custom-cart .cart-right .usp-block .tw-logo img {
  width:100%;
}

#custom-cart .cart-right .usp-block ul.usp {
  margin:-5px 0px;
  padding:0;
  list-style:none;
  font-weight:bold;
  color:#000;
}

#custom-cart .cart-right .usp-block ul.usp li {
  padding:5px 0px;
}

#custom-cart .cart-right .usp-block ul.usp li .icon {
  width:35px;
  font-size:16px;
  color:#00bb00;
}

#custom-cart .cart-right .usp-block .payments {
  margin-top:30px;
}

#custom-cart .cart-right .usp-block .payments ul {
  margin:0 -10px;
  padding:0;
  list-style:none;
  text-align:left;
}

#custom-cart .cart-right .usp-block .payments ul li {
  display:inline-block;
  width:45px;
}

#custom-cart .cart-right .usp-block .payments ul li img {
  width:100%;
}

#custom-cart .cart-right .kiyoh-block {
  padding:30px;
  background:#fff;
  margin-top:30px;
}

#custom-cart .cart-right .kiyoh-wrap {
  height: 130px;
  overflow: hidden;
}

#custom-cart .bottom-block .discount .discount-block {
  display:none;
}

#custom-cart .bottom-block .discount form  {
  margin-top:20px;
}

#custom-cart .bottom-block .discount form input {
  border: 1px solid #eee;
  height: 45px;
  vertical-align: top;
  padding: 0px 10px;
  width: 200px;
  margin-right:5px;
  outline:none;
}

#custom-cart .bottom-block .discount form .btn {
  width:45px;
  height:45px;
  line-height:45px;
  padding:0px;
  vertical-align:top;
}

#custom-cart .cart-table .info .info-bottom .bundle {
	margin-top:5px;
  margin-bottom:15px;
}

#custom-cart .cart-table .info .info-bottom .bundle ul {
	margin:0;
  padding:0;
  list-style:none;
}

#custom-cart .cart-table .info .info-bottom .bundle .image {
	width:40px;
  border:1px solid #e7e8e9;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}

#custom-cart .cart-table .info .info-bottom .bundle .plus {
	display:inline-block;
  margin-right:15px;
  vertical-align:middle;
  line-height:normal;
}

#custom-cart .cart-table .info .info-bottom .bundle .text {
	display:inline-block;
  vertical-align:middle;
  font-weight:bold;
  font-size:13px;
}

#custom-cart .cart-table .info .info-bottom .bundle .image img {
	width:100%;
}

@media (max-width: 991px) {
  #custom-cart .cart-left,
  #custom-cart .cart-right {
    display:block;
    width:100%;
  }
  #custom-cart .cart-right {
/*     max-width:300px; */
    float:right;
  }
    #custom-cart .cart-right img {
		max-width:300px;
  }
  #custom-cart .main-cart-content {
    padding-right:0;
    padding-top:0;
  }
  #custom-cart .bottom-block .discount .title {
    font-size:16px;
  }
}

@media (max-width: 767px) {
  #custom-cart .cart-right:after {
  	display:none;
  }
  #custom-cart .btn {
    height:50px;
    line-height:50px;
    padding:0px 30px;
  }
  #custom-cart {
    margin-top:30px;
  }
  #custom-cart .main-total .shop-on {
    white-space:nowrap;
  }
  #custom-cart .cart-table .info .select {
    margin:10px 0px;
  }
  #custom-cart .bottom-block .discount {
    display:block;
    margin-bottom:20px;
  }
  #custom-cart .bottom-block .total-table {
    display:block;
    width:100%;
  }
  #custom-cart .cart-right {
    width:100%;
    max-width:100%;
  }
}