/* #root {
  padding-top:0px;
} */
body {
  overflow-x:hidden;
}
.select-cart {
  display:inline-block;
  vertical-align:middle;
  width: 50px;
  margin-right:20px;
}
.align-middle {
  display:table-cell;
  vertical-align:middle;
}


.list-collection-cart {
  padding-left:0;
}  

.list-collection-cart li {
  width:100%;
  list-style:none;
}  

.cart-content {
  padding-top:0px;
  padding-bottom:0px;
}

.align-top {
  display:table-cell;
  vertical-align:top;

}

.discount-top {
  background:#fff;
  margin-bottom:15px;
  padding:30px 15px;
}

#custom-cart .btn {
  padding: 0 60px;
  line-height: 40px;
  background: #88c441;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border: none;
  height: 40px;
  font-size: 16px;
  text-transform: uppercase;
}

#custom-cart .btn:hover {
  opacity: 0.9;
  -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
  transition: all .3s cubic-bezier(.4,0,.2,1);
}


  
#custom-cart .cart-left {
  width:72%;
}

@media only screen and (min-width:600px) and (max-width:1024px) {
#custom-cart .cart-left {
  width:65%;
}
}

#custom-cart .cart-right {
  padding:30px 15px;
  background:#fafafa;
}

#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 {
  max-width:100%;
  color:#000;
  float:right;
}

#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:#88c441 !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:50%;
}

#custom-cart .bottom-block .total-table .payments ul li img {
  width:100%;
}

#custom-cart .main-total {
  margin-top:0px;
}

#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:#88c441 !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;
  margin-bottom:15px;
  margin-top:15px;
}

#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:#88c441;
}

#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:center;
}

#custom-cart .cart-right .usp-block .payments ul li {
  display:inline-block;
  width:90%;
}

#custom-cart .cart-right .usp-block .payments ul li img {
  width:100%;
}

#custom-cart .cart-right .kiyoh-block {
  padding:30px;
  background:#fff;
  margin-top:15px;
}

#custom-cart .cart-right .kiyoh-wrap {
  height: 130px;
  overflow: hidden;
}


#custom-cart .bottom-block .discount .discount-block,
#custom-cart .cart-right .discount .discount-block {
  display:none;
}

#custom-cart .bottom-block .discount form,
#custom-cart .cart-right .discount form{
  margin-top:20px;
}

#custom-cart .bottom-block .discount form input,
#custom-cart .cart-right .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,
#custom-cart .cart-right .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;
  }
  #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%;
  }
}

/* .cartpage-sideproducts .list-collection a:not(.btn) {
  display:flex;
} */
/* .cartpage-sideproducts .recent-side_prd {
  margin-left:10px
} */
/* .cartpage-sideproducts .recent-side_prd .title {
  min-height: inherit;
  margin:0;
} */
/* .cartpage-sideproducts .recent-side_prd .price {
  margin-bottom:0;
} */
/* .cartpage-sideproducts .list-collection img {
  width:120px;
} */
/* .cartpage-sideproducts .list-collection {
  margin-bottom:30px;
} */
.cartpage-sideproducts .recent-side_prd span.btn {
  width: 100%;
  padding: 0px 34px !important;
  background: #88c441 !important;
  font-size: 11px !important;
  cursor: pointer;
  margin: 0;
  line-height:30px !important;
  height:30px !important;
}
/* .cartpage-sideproducts .recent-side_prd span.btn:before,
.cartpage-sideproducts .recent-side_prd span.btn:after {
  content:none;
} */
.unitprice i {
  font-size:17px;
  color: #9b9b9b;
  margin-right:10px;
}
/* .cartpage-sideproducts .list-collection li {
  width:100%;
  padding-top: 15px;
} */
/* .cartpage-sideproducts .list-collection li:before {
  left: 0;
  right: 0;
} */
/* .cartpage-sideproducts .list-collection:hover li:before {
  opacity:0;
  visibility:hidden;
} */
.button a:before {
content: "\e915";
  display: inline-block;
  position: relative;
  margin: 0 12px 0 0;
  font-size: 13px;
  font-weight: 400;
  font-family: i;
  line-height: 1px;
}
.button a:after {
    -webkit-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    transform-origin: 100% center;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1), transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1), -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    margin: 0;
    background: rgba(0,0,0,.1);
}
.button a:hover:after {
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 0;
  right: 0;
  margin: 0;
}
.button a {
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    transition: all .3s cubic-bezier(.4,0,.2,1);
  position:relative;
  overflow:hidden;
}
.nice-select .list {
  overflow-y: auto !important;
}