.service-section {
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.wow_imgage {
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
  width: 270px;
  height: 180px;
}

.wow_imgage img {
  border: 4px solid #e4e4e1;
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
  position: relative;
  display:inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.end { margin-right: 0 !important; }

/*-=-=-=-=-=-=-=-=-=-*/
/* Links */
/*-=-=-=-=-=-=-=-=-= */

a { text-decoration: none; color: #666666;}
a:hover, a:active { outline: 0; color: #666666; }


.main-heading {
    font-size: 19px;
    margin-bottom: 20px;
}
.table-cart table {
    width: 100%;
}
.table-cart thead {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.table-cart thead tr th {
    padding: 12px;
    color: #484848;
    font-size: 15px;
    font-weight: 400;
}
.table-cart tr td {
    padding: 40px 0 27px;
    vertical-align: middle;
}
.table-cart tr td:nth-child(1) {
    width: 52%;
}
.table-cart tr td:nth-child(2) {
    width: 26%;
}
.table-cart tr td:nth-child(3) {
    width: 13.333%;
}
.table-cart tr td:nth-child(4) {
    width: 8.667%;
    text-align: right;
}
.table-cart tr td .img-product {
    width: 72px;
    float: left;
    margin-left: 8px;
    margin-right: 31px;
    line-height: 63px;
}
.table-cart tr td .img-product img {
    width: 100%;
}
.table-cart tr td .name-product {
    font-size: 15px;
    color: #484848;
    padding-top: 8px;
    line-height: 24px;
    width: 50%;
}
.table-cart tr td .price {
    text-align: right;
    line-height: 64px;
    margin-right: 40px;
    color: #121212;
    font-size: 16px;
}
.table-cart tr td .quanlity {
    position: relative;
}
.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: transparent;
    text-align: center;
    font-size: 19px;
    line-height: 34px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}
.product-count .qtyminus {
    line-height: 32px;
}
.product-count .qtyminus {
    border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
    border-radius: 0 3px 3px 0; 
}

.count-inlineflex {
    display: inline-flex;
    border: solid 2px #ccc;
    border-radius: 20px;  
}
.total {
    font-size: 20px;
    font-weight: 600;
    color: #820000;
}
.display-flex {
    display: flex;
}
.align-center {
    align-items: center;
}

.coupon-box {
    padding: 63px 0 58px;
    text-align: center;
    border: 2px dotted #e5e5e5;
    border-radius: 10px;
    margin-top: 55px;
}
.coupon-box form input {
    display: inline-block;
    width: 264px;
    margin-right: 13px;
    height: 44px;
    border-radius: 25px;
    border: solid 2px #cccccc;
    padding: 5px 15px;
    font-size: 14px;
}
input:focus {
    outline: none;
    box-shadow: none;
}
.round-black-btn {
    border-radius: 25px;
    background: #710303;
    color: #fff;
    padding: 8px 35px;
    display: inline-block;
    border: solid 2px #710303; 
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}
.round-black-btn:hover,
.round-black-btn:focus {
    background: transparent;
    color: #710303;
    text-decoration: none;
}
.cart-totals {
    border-radius: 3px;
    background: #f2f3f7;
    padding: 25px;
}
.cart-totals h3 {
    font-size: 19px;
    color: #3c3c3c;
    letter-spacing: 1px;
    font-weight: 500;
}
.cart-totals table {
    width: 100%;
}
.cart-totals table tr th,
.cart-totals table tr td {
    width: 50%;
    padding: 3px 0;
    vertical-align: middle;
}
.cart-totals table tr td:last-child {
    text-align: right;
}
.cart-totals table tr td.subtotal {
    font-size: 20px;
    color: #121212;
}
.cart-totals table tr td.free-shipping {
    font-size: 14px;
    color: #6f6f6f;
}
.cart-totals table tr.total-row td {
    padding-top: 25px;
}
.cart-totals table tr td.price-total {   
    font-size: 20px;
    font-weight: 600;
    color: #820000;
}
.btn-cart-totals {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-cart-totals .round-black-btn {
    margin: 10px 0; 
}

.cart-totals1 {
    border-radius: 3px;
    background: #f2f3f7;
    padding: 25px 25px 90px;
}
.cart-totals1 table {
    width: 100%;
}
.formcontrol1 {
    display: block;
    width: 100%;
    padding: 1.2rem 0.75rem !important;
    font-size: .8rem !important;
}

.formcontrol2 {
    display: inline;
    width: 100%;
    padding: 1.2rem0.75rem !important;
    font-size: .8rem !important;
    display: block;
    width: 100%;
    /* height: 34px; */
    height: 40px!important;
    padding: 10px;
   
}
.bor {
    border-bottom: 1px solid #dddddd;
}
.cart-totals1 table tr th, .cart-totals1 table tr td {
    width: 70%;
    padding: 10px 0;
    vertical-align: middle;
}
.align-center {
    align-items: center;
}
.img-product1 {
    width: 72px;
    float: left;
    margin-left: 8px;
    margin-right: 31px;
    line-height: 63px;
}
.img-product1 img {
    width: 100%;
}
.cartza {
    display: inline-block;
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #c3983a;
    border-radius: 14px;
    z-index: 11;
    position: absolute;
    margin-top: -63px;
    margin-left: 29px;
}
.name-product1 {
    font-size: 13px;
    color: #484848;
    padding-top: 1px;
    line-height: 22px;
    width: 100%;
}
.price1 {
    text-align: right;
    line-height: 64px;
    color: #3d3d3d;
    font-size: 14px;
}
.form-control:active,
.form-control:focus {
    border-color: #8200007a !important;
}
.content-box {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 5px;
    padding: 15px;
    color: #e9e9e9;
}
.content-box__row:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.content-box__row:after, .content-box__row:before {
    content: "";
    display: table;
}
.review-block__label {
    color: #737373;
    padding-right: 1.1428571429em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5em;
    -ms-flex: 0 1 5em;
    flex: 0.5 1 5em;
}
.review-block__content {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    color: #333333;
    padding-right: 1.1428571429em;
}
.review-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.review-block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.review-block__link {
    max-width: 10em;
    font-size: 0.8571428571em;
}
.review-block~.review-block {
    margin-top: 0.8571428571em;
    padding-top: 0.8571428571em;
    border-top: 1px solid #e6e6e6;
}
.content-box__row:after, .content-box__row:before {
    content: "";
    display: table;
}