.table-bordered,
.theme-border {
    border-top: solid 2px #99cc60
}

.theme-color {
    color: #99cc60
}

.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 10px!important;
    margin-bottom: 40px!important
}

@media only screen and (max-width:767px) {
    .title-border {
        padding-bottom: 10px!important
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #99cc60;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>td,
.table-bordered thead>tr>th {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width:991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>td,
.table-bordered thead>tr>th {
    border-bottom-width: 1px
}

.table-bordered td,
.table-bordered th {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple .65s linear;
    -webkit-animation: ripple .65s linear;
    -moz-animation: ripple .65s linear;
    -ms-animation: ripple .65s linear;
    -o-animation: ripple .65s linear;
    animation: ripple .65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:4 / 2),
(min-device-pixel-ratio:2),
(min-resolution:192dpi),
(min-resolution:2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.skip-cart .icon:before {
    display: inline-block;
    font-family: fontello;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\e804"
}

@media only screen and (min-width:992px) {
    .skip-cart {
        width: auto;
        padding: 0
    }
    .skip-cart .icon:before {
        color: #000;
        font-size: 30px;
        line-height: normal;
        padding: 0;
        -webkit-transition: all, .3s, ease-in-out;
        -o-transition: all, .3s, ease-in-out;
        transition: all, .3s, ease-in-out
    }
    .skip-cart:hover .label {
        color: #99cc60
    }
    .skip-cart .label {
        font-size: 13px;
        color: #000;
        font-weight: 400;
        text-transform: none;
        vertical-align: middle;
        padding-right: 0;
        display: block;
        text-align: center
    }
    body.onestepcheckout-index-index .skip-cart .count {
        display: none
    }
    .skip-cart .count {
        background: #000;
        border-radius: 50%;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 3
    }
    .skip-cart .count::before {
        content: '';
        position: absolute;
        background: #dd2c00;
        border-radius: 50%;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        z-index: 2
    }
    .skip-cart.skip-active .icon:before,
    .skip-cart:hover .icon:before {
        color: #99cc60
    }
    .skip-cart.skip-active .count,
    .skip-cart:hover .count {
        background: #99cc60
    }
}

.skip-cart.no-count .count {
    font-weight: 400;
    float: right;
}

@media only screen and (max-width:499px) {
    .skip-cart .count {
        margin-left: 0;
        font-size: 14px;
    }
}

@media only screen and (min-width:992px) {
    .skip-cart {
        color: #99cc60;
        line-height: normal;
        text-transform: uppercase
    }
    .skip-cart:hover {
        text-decoration: none
    }
}

.skip-cart .count.empty {
    display: none
}

.cart-menu .empty {
    padding: 20px;
    text-align: center
}

.cart-menu .actions {
    overflow: hidden;
    padding: 15px
}

.cart-menu .actions .button {
    float: left;
    width: 48%
}

.cart-menu .actions .button+.button {
    margin-left: 4%
}

.cart-menu .subtotal {
    padding: 0 15px 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 1.2
}

.mini-cart-list {
    margin-bottom: 5px
}

.mini-cart-list li {
    position: relative;
    min-height: 90px;
    padding: 15px 15px 15px 90px;
    border-top: 1px solid #ccc;
    font-size: 13px;
    line-height: 1.35
}

.mini-cart-list .product-name {
    display: inline-block
}

.mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px
}

.mini-cart-list .product-image img {
    width: 60px;
    height: 60px
}

.mini-cart-list .has-options {
    margin-bottom: 0;
    color: #909090;
    font-size: 12px
}

.cart-menu .last-added {
    padding: 10px 15px 15px;
    border-top: 1px solid #ccc;
    font-size: 13px
}