body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
    font-size: 14px;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

img {
    max-width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}

input:focus, input[type="search"]:focus, textarea:focus {
    outline-offset: 0px;
    outline: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.no-margin{
    margin: 0;
}

.header-page{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 55px;
  line-height: 55px;
  background: #fcfcfc;
}
.breadcrumb-w{
  text-align: right;
}
.breadcrumb{
  float: right;
  margin-left: 8px;
}
.breadcrumb-w > span,
.breadcrumb-w ul li span,
.breadcrumb-w ul li a{
  font-size: 12px;
  color: #888888;
}
.breadcrumb-w ul li a:hover{
  color: #25bce9;
}

.printshopcart .mh-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    color: #888888;
}

.pr-main {
    padding: 30px 0 55px;
}

#cart-contents{
  clear:both;
  margin-bottom:20px;
}
.cart-summary.no-border{
  width:100%;
}
.cart-summary.no-border tr th{
  font-size:12px;
  color:#5a5a5a;
  text-transform:capitalize;
  background:#e8e8e8;
  text-align:center;
  padding:6px;
}
.cart-summary.no-border tr td{
  font-size:12px;
  color:#5a5a5a;
  text-align:center;
}
.cart-summary.no-border tr th.th-name{
  text-align:left;
  padding-left:25px;
}
.cart-summary.no-border tr td.pro_name{
  padding-left:15px;
  text-align:left;
  color:#444444;
  font-size:14px;
  padding-top:20px;
}
.cart-summary.no-border tr td{
  border-bottom:1px solid #e4e4e4;
}
.cart-summary.no-border tr.product-detail-row td{
  padding:20px 0;
}
.cart-summary.no-border tr.product-detail-row td{
  padding-top:50px;
}

.cart-banner-top{
  margin: 25px 0 20px;
}
.cart-banner-top img{
  width: 100%;
}
.cart-header{
  margin-bottom: 30px;
  padding-top: 30px;
}
.cart-header .cart-title h1,
.cart-header .continue-shopping{
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cart-header .cart-title{
  padding-right: 0;
}
.cart-header .cart-title p{
  font-size: 12px;
  color: #888888;
  margin-bottom: 0;
}
.cart-header .continue-shopping{
  text-align: right;
}
.cart-header .continue-shopping i{
  margin-left: 10px;
}
.table-cart.table{
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  border-top: none;
}
.table-cart th{
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  background: #f1f1f1;
}
.table-cart.table>thead>tr>th{
  border: none;
}
.table-cart.table>thead>tr>th:first-child{
  text-align: left;
  padding-left: 15px;
}
.table-cart.table tr td{
  padding: 30px 0px;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  border-top: none;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
}
.table-cart.table tr:last-child td{
  border-bottom: none;
}
.table-cart .product-action{
  margin-top: 15px;
}
.table-cart .product-action a i{
  margin: 0 auto;
  padding: 0px 3px;
  color: #888888;
}
.table-cart .product-action a:hover i{
  color: #25bce9;
}
.table-cart.table tr td.product-price,
.table-cart.table tr td.product-subtotal{
  font-weight: bold;
}
.table-cart.table tr td.product-subtotal{
    color: #25bce9;
    font-size: 16px;
}
.table-cart.table tr td.product-subtotal span{
  font-weight:bold;
  color:#25bce9;
}
.table-cart.table tr td h3.product-name{
  margin-bottom: 10px;
}
.table-cart.table tr td .pro-option li{
  margin-bottom: 3px;
}
.checkbox-w{
  position: relative;
}
.checkbox-w input{
  visibility: hidden;
}
.checkbox-w label{
  width: 100%;
  height: 100%;
  position: relative;  
  display: block;
}
.checkbox-w label i{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -7px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.checkbox-w label i{
  opacity: 0;
}
.checkbox-w input[type=checkbox]:checked + label>i.fa-check-square-o,
.checkbox-w input[type=checkbox] + label>i.fa-square-o{
  opacity: 1;
}
.checkbox-w input[type=checkbox]:checked + label>i.fa-square-o,
.checkbox-w input[type=checkbox] + label>i.fa-check-square-o{
  opacity: 0;
}
.table-cart.table .product-info .product-info-col{
  text-align: left;
}
.table-cart.table .product-info .product-info-col .pro-opt-value{
  color: #888888;
}
.cart .table-cart.table .product-info .product-image-col{
  float: left;
  padding: 0 15px;
  width: 37%;
  border:none;
  display:block;
}
.table-cart.table .product-info .product-image-col img{
    border: 1px solid #d6d6d6;
}
.table-cart.table .product-info .product-info-col{
  float: left;
  margin-left: 2%;
  width: 55%;
}
.table-cart.table .priceqtyval{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #888888;
}

.product-quantity select{
  width: 80px;
  height: 40px;
  border: 1px solid #888888;
  border-radius: 1px;
  display: inline-block;
}

.cart-bottom a.gbtn.btn-checkout:hover {
  background: #f1ba39;
  color: #ffffff;
}

.cart-bottom a.gbtn.btn-checkout {
  float: right; 
  margin-top: 5px;
  text-align: center;
}

.cart-bottom a.btn-checkout {
    margin-top: 30px;
}

.cart-main a.gbtn.btn-checkout {
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #646464;
}

.cart-right-banner img{
  width: 100%;
}
.cart-main .update-wishlist{
  text-align: right;
  margin-bottom: 30px;
}
.cart-main .update-wishlist i{
  margin-right: 5px;
}
.cart-main button{
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #646464;
}
.cart-main .btn-checkout,
.cart-main .btn-update-wishlist{
  min-width: 165px;
}

.cart-bottom > div{
  margin-bottom: 30px;
  font-size: 12px;
}
.cart-bottom label{
  font-weight: normal;
}
.cart-bottom > div h3{
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #25bce9;
  margin-bottom: 15px;
  padding-bottom: 5px;
  float: left;
}
.cart-bottom > div > p{
  margin-bottom: 15px;
  clear: both;
}
.cart-bottom .form-control{
  font-size: 11px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  padding-right: 20px;
}
.cart-bottom button{
  float: right;
  margin-top: 5px;
}
.cart-bottom button.btn-checkout{
  margin-top: 30px;
}
.cart-bottom button.gbtn.btn-checkout{ 
    color: #646464;
}
.cart-bottom button.gbtn.btn-checkout:hover{
    background: #f1ba39;
  color:#ffffff;
}
.cart-bottom .subtotal li{
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.cart-bottom .subtotal li > span{
  font-size: 14px;
  text-transform: uppercase;
}
.cart-bottom .subtotal li.grand-total > span{
  font-size: 16px;
}
.cart-bottom .subtotal li > span.sub-title{
  float: left;
}
.cart-bottom .subtotal li > span.sub-value{
  float: right;
}
.cart-bottom .subtotal li.grand-total span.sub-value{
  font-size: 24px;
  color: #25bce9;
}
.cart-bottom .subtotal li.grand-total span.sub-title{
  line-height: 34px;
}
@media(min-width: 768px){
  .cart-main-title,
  .cart-main-info
  {
    display: table;
    table-layout: fixed;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .cart-header .cart-title h1, .cart-header .continue-shopping{
    font-size: 14px;
  }
  .cart-header .cart-title{
    width: 78%;
  }
  .cart-header .continue-shopping{
    padding-left: 0;
    width: 22%;
  }
  .cart-header .continue-shopping i{
    margin-left: 5px;
  }
  .cart-bottom > div h3{
    font-size: 14px;
    font-weight: 500;
  }
}
@media(max-width: 767px){
  .table-responsive{
    border: none;
  }
  .table-cart.table{
    background: none;
    border: none;
  }
  .table-cart.table tr td{
    padding: 15px 0px;
    border-right: none !important;
  }
  .table-cart.table .product-info .product-image-col{
    padding-left: 0px;
    width: 45%; 
  }
  .table-cart.table .product-info .product-image-col img{
    width: 100%;
  }
  .table-cart.table .product-info .product-info-col{
    margin: 0;
    width: 50%;
  }
  .mobile-cart-title{
    margin-top: 20px;
    font-size: 12px;
    color: #888888;
  }
  .mobile-cart-total{
    font-weight: bold;
  }
  .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td{
    white-space: inherit;
  }
}

.product-info {
    margin-top: 25px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table-cart.table .product-info .product-image-col{
    border: 1px solid #666666;
    display: none;
}

img{
  display: block;
}

.table-cart .cart_item td .product-info-col ul li span {
    font-size: 12px;
    color: #444444;
}

.table-cart.table tr th.product-info {
    width: 41%;
}

.cart-main button{
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #646464;
}
.cart-main .btn-checkout,
.cart-main .btn-update-wishlist{
  min-width: 165px;
}

.gbtn{
  background: #d0d0d0;
  color: #444444;
  padding: 0 15px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
}
.gbtn.btn-estimate{
  padding:0 22px;
}
.gbtn.btn-discount{
  padding:0 26px;
}
.gbtn:hover{
  background: #fbc443;
  color: #ffffff;
}
.gbtn:hover span{
  color:#ffffff;
}
.gbtn span{
    display: inline-block;
}
button{
  border:none;
}

.fa.fa-times{
cursor:pointer;
}