.page-title-wrapperr {
    padding: 20px 0;
    text-align: center;
}
.page-title-wrapperr h1 {
    font-size: 20px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
}
.table>thead>tr>th{
  border-bottom: 0px solid #ddd;
}
.page-title {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}
 .page-title-wrapperr .page-title span {
    font-size: 20px;
    font-weight:700;
}

.cart-container {
    margin: 0 -15px;
}
.cart-container .form-cart {
    width: 66.6667%;
    float: left;
    position: relative;
    padding: 0 15px;
}
.table-wrapper {
    margin-bottom: 20px;
}
.cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
}
.cart.table-wrapper .col {
    vertical-align: middle;
}
.cart.table-wrapper .col {
    padding-top: 20px;
    border-bottom-width:0px solid;
}
#col-th>th>span{
  font-size:13px;
}
.cart.table-wrapper .items thead+.item {
    border-top: 1px solid #d1d1d1;
}

.cart.table-wrapper .item .col.item {
    display: block;
    min-height: 90px;
    padding: 25px 0 10px 75px;
    position: relative;
}
.cart.table-wrapper .item .col.item {
    padding: 30px 0 0;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
}
.cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: middle;
    width: 1%;
}
.cart.table-wrapper .product-image-container {
    display: inline-block;
}
.product-image-wrapper{
  padding:0px !important;
}
.cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
}
.cart.table-wrapper .product-item-name {
    display: inline-block;
    font-weight: 400;
    margin-top: -6px;
}
.product-item-name{
  margin: 5px 0;
}
.product-item-name a{
  color: #444;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}
.cart.table-wrapper .product-item-name+.item-options {
    margin-top: 10px;
}
.cart.table-wrapper .item-options {
    font-size: 12px;
    margin-bottom: 10px;
}
.item-options dt{
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
  font-weight: bold;
  color: #666;
}
.item-options dd{
  float: left;
  display: inline-block;
  margin: 0 0 5px;
  padding-left: 10px;
 
}
.price-including-tax {
    display: block;
    color: #999;
}
.cart-price span{
  font-weight: 400;
  color: #2eccfa;
  font-size:16px;
}
.qty-click {
  width: 110px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
}
.qty-click span {
  width: 35px;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size:14px;
}
.qty-click input.item-quantity{
  width: 35px!important;
  float: left;
  height: 35px;
  border: 0;
  text-align:center;
  background: #f5f5f5;
}
.cart.table-wrapper .item-actions td {
    padding: 0 0 10px;
}
.action-edit {
    margin-right: 10px;
    font-size: 13px;
    color:#ff5555;
}
.actions-toolbar a:hover{
    
    font-size: 13px;
    color:#ff5555;
}
.cart-remove1{
  
    font-size: 13px;
    color:#ff5555;
}
.item-actions td {
    text-align: right !important;
   border-bottom: 1px solid #ddd;
}
.item-actions td{
  border-top:0px solid !important;
}
.table>:not(caption)>*>*{
   border-bottom-width: 0px;
}
.cart-container .cart.main.actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:60px;
}
.action-1 {
    background:#fff;
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    width: auto;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-decoration: none;
    font-size:13px;
    color:#666666;
}
.actions a:hover{
    color: #ffffff;
    background-color: #58a2ff;
    border-color: #58a2ff;
   text-decoration: none;
}
.actions button:hover{
    color: #ffffff;
   background-color: #52c0b4;
    border-color: #52c0b4;
   text-decoration: none;
}
.cart-summary {
    float: right;
    margin-bottom: 25px;
    padding: 1px 15px 25px;

    width: 33.3333%;
}
.cart-summary .block {
    margin-bottom: 0;
}
.cart-summary .block>.title, .paypal-review-discount .block>.title {
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 7px 30px 7px 5px;
    position: relative;
}
.column.main .cart-summary .block>.title strong, .column.main .paypal-review-discount .block>.title strong {
    font-weight: 400;
}
.discount .title {
    display: block;
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.cart-totals {
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
}
.cart-totals .table-wrapper {
    margin-bottom: 0;
    overflow: inherit;
}
.table{
  width: 100%;
  margin-bottom: 20px;
}
.totals th{
font-weight: 400;
padding-left: 4px !important;
font-size:13px;

}
.cart-totals .amount, .opc-block-summary .table-totals .amount {
    padding-right: 4px;
    text-align: right;
    white-space: nowrap;
}
.cart-totals .grand .mark, .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .mark, .opc-block-summary .table-totals .grand .amount {
    padding-top: 20px;
}
.cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: normal;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}
.cart-totals .grand.totals .price {
    color: #2eccfa;
}
.price{
   font-size: 13px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  border-top: 0px solid #ddd !important;
}
.cart-container .checkout-methods-items {
    margin-top: 20px;
    text-align: center;
    list-style-type: none;
    padding-left: 0px;

}
.cart-container .checkout-methods-items .action.primary {
    color: #ffffff;
    background-color: rgb(31, 178, 170);
    border-color: rgb(31, 178, 170);
}
.cart-container .checkout-methods-items .action.primary {
    display:block;
    height: 45px;
    line-height: 45px;
}
.cart-container .checkout-methods-items .action.primary {
    width: 100%;
}
.checkout span{
  display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    width:100%;
   
}
.cart-container .checkout-methods-items .item+.item {
    margin-top: 20px;
}
.cart-summary .block .fieldset {
    margin: 15px 0 25px;
    padding: 0;
}
.cart-summary .block .fieldset .field {
   
    margin: 0 0 10px;
}
.cart-summary .block .fieldset .field:not(.choice)>.label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
    color: #666666;
}
.control .input-text{
  padding: 0 8px;
    height: 35px;
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #ececec;
    width: 100%
}
.applyprimary{
  display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;

}
.actions-toolbar .primary .action {
    margin: 0 5px 0 0;
    color: #666666;
    background-color: #ffffff;
    border-color: #aaaaaa;
    height: 35px;
    line-height: 30px;
    padding: 0 20px;
    border:1px solid;
}

.cart-summary>.title {
    display: block;
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.actions-toolbar>.primary button:hover{
  background-color: #52c0b4;
    border-color: #52c0b4;
    color:#fff;
}
.panel-click{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0 18px;
}
.panel{
  border:none;
}
.title_footer{
  font-size:13px;
}
.cart-summary .block>.title:after, .paypal-review-discount .block>.title:after {
    position: absolute;
    right: -5px;
    top: -5px;
}
.lable-font span{
  font-size:13px;
}
.title_footer img{
  width: 12px;
    position: absolute;
    right: 0;
}
.check-aw-giftcard{
  height: 35px;
    font-size: 13px;
    padding: 0 20px;
     background:#fff;
}
.bttn-left2 {
    width: 30px;
    height: 35px;
    outline: none;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.09);
   
}
.bttn-right2 {
    width: 30px;
    height: 35px;
    outline: none;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.09);
   
}
.input-quantity {
    width: 50px;
    height: 35px;
    outline: none;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.09);
    text-align: center;
}
.padding-dnt {
    padding-right: 15px;
}
.quantity {
    align-items: center;
}
.check-aw-giftcard span{
 display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
  
}
.actions-toolbar>.secondary button:hover {
    background-color: #52c0b4;
    border-color: #52c0b4;
    color: #fff;
}