.msg {
    padding: 8px;
    margin: 20px 0px;
    border:1px solid;
}

.green-msg {
    color: #3c763d;
    background-color: #dff0d8;
    border-color:#d6e9c6;
}

.red-msg {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.blue-msg {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.yellow-msg {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.table-wrap {
    padding: 5px 10px 30px 10px;
    border: 1px solid #C09836;
}

table.chantable {
    float: right;
    margin-bottom: 25px;
    border-collapse:collapse;
    width: 100%;
}

table.chantable a {
    color:#7AC142;
    text-decoration: underline;
}

table.chantable:not(.td) tr:nth-child(1) td {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: bold;
}

table.chantable tr td {
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

table.chantable,th,td {
    padding: 13px;
}

.class-cart td {
    padding: 43px 0px;
} 

.class-cart table tr:nth-child(1) td {
    padding: 13px 0px;
}

.table-item-name {
    font-weight: bold;
    float: right;
    font-size: 18px;
}

.table-item-mkt {
    clear:right;
    float: right;
    color: gray;
    font-size: 14px;
}

.table-item-price {
    color:#AD8F47;
    font-size: 22px;
    float: right;
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
}

.table-item-price2 {
    color:gray;
    font-size: 14px;
    float: right;
    clear:right;
}

.cart-right {
    float: right;
    width: 120px;
    height: 120px;
    text-align: center;
}

.cart-right img {
    max-width: 100%;
    height: 100%;
}

.cart-left {
    float: right;
    padding: 12px 15px 12px 0px;
    width: calc(100% - 120px);
}

.cart-qty {
    border:0px;
    background-color: #eee;
    padding: 5px;
    width: 40px;
    height:30px;
    text-align: center;
}

.centered {
    text-align: center;
}

.buttons-cart {
    margin: 20px 0px;
}

.button-cart-add {
    background-image: url('/img/default/cart.png');
}

.button-cart-buynow {
    background-image: url('/img/default/pay.png');
}

.button-cart-refresh {
    background-image: url('/img/default/refresh.png');
}

.button-cart-continue {
    background-image: url('/img/default/continue.png');
}

.button-cart-empty {
    background-image: url('/img/default/trash.png');
}

.button-login {
    background-image: url('/img/default/login.png');
    float: left;
}

.button-register {
    background-image: url('/img/default/register.png');
    float: left;
}

.flex-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.flex-wrapper .button {
    -webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
    box-flex: 0;
    margin: 0px 5px;
    width: 100%;
}

.flex-wrapper .button:nth-child(1) {
    margin-right: 0px;
}

.flex-wrapper .button:nth-last-child(1) {
    margin-left: 0px;
}
/* 
.cart-total {
    font-size: 20px;
    float: left;
    font-weight: bold;
    width: 330px;
    margin-top: 20px;
    margin-bottom: 20px;
    border:1px solid black;
}

.cart-total > span {
    width: 100%;
    float: right;
    padding: 10px 20px;
    border-bottom: 1px solid black;
}

.cart-total > span:nth-last-child(1) {
    border-bottom: 0px;
} */

.cart-remove {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-image: url('/img/default/trash.png');
    background-color: #DB1F26;
}

.cart-remove:hover {
    filter:contrast(2);
}

.cart-form {
    background-color: #FFF5E6;
    border: 1px solid #DAD5C7;
    padding: 10px 60px;
    font-size: 20px;
    color: #AD987B;
}

.cart-form > label {
    width: 33.33%;
    float: right;
    padding: 0px 20px;
}

.small-cart-form label {
    width: 100% !important;
    padding: 0px !important;
}

.cart-textarea {
    width: 100% !important;
    padding: 0px !important;
}

.cart-form label:nth-child(3n+1) {
    padding-right: 0px;
}

.cart-form label:nth-child(3n) {
    padding-left: 0px;
}

#errors:empty {
    display: none;
}

.minimum-order {
    padding: 10px;
    text-align: center;
    margin-top: 25px;
    border:2px dashed #DB1F26;
}

.shipment-methods {
    border:1px solid #DBDBDB;
    margin-top: 20px;
}

.shipment-title {
    color: #283593;
    cursor: pointer;
    font-weight: bold;
}

.shipment-price {
    color: #DB1F26;
    font-weight: bold;
}

.single-shipment {
    border-bottom: 1px solid #DBDBDB;
    padding: 15px;
    width: 50%;
}

.single-shipment:nth-last-child(1) {
    border-bottom: 0px;
}

.total-cart-final:empty {
    display: none;
}

.total-cart-final {
    color:#283593;
    float: right;
    width: 100%;
}

.old-price {
    text-decoration: line-through;
    color: gray;
    margin-top: 10px;
}

.newitemsadded {
    position: absolute;
    background-color: #289d2a;
    box-shadow: 0px 0px 5px white;
    padding: 10px;
    font-size: 15px;
    color: white;
    top: 40px;
    width: 200px;
    left: -71px;
    animation: jump 1s linear infinite;
    text-align: center;
}

.newitemsadded:before {
    content: "";
    width: 0; 
    top: -10px;
    position: absolute;
    height: 0; 
    left: 46%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #289d2a;
}

@keyframes jump {  
    50% {top: 50px;}
}

.discountwarning {
    padding: 10px;
    text-align: center;
    margin-top: 25px;
    background-color: #f4fff4;
    border: 1px dashed #289d2a;
}


@media print {
    @page { margin: 0; }

    #order-print {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        -webkit-print-color-adjust: exact !important;
    }
}

.payonline {
    display: none;
}

.secured {
    text-align: center;
}

.secured img {
    display: inline-block;
}


.ribbon {
    position: absolute;
    left: -1px; top: -1px;
    z-index: 1;
    overflow: hidden;
    width: 100px; height: 100px;
    text-align: right;
}

.ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 110px;
    display: block;
    position: absolute;
    top: 19px;
    left: -25px;
}

.coupon-label {
    width: 400px;
    margin: 20px 0px;
    border-top: 1px solid #EBDFC0;
    border-bottom: 1px solid #EBDFC0;
}

.coupon-label span {
    float: right;
    width: 70px;
    padding: 15px;
}

.coupon-label input {
    width: calc(100% - 250px);
    float: right;
}

.coupon-label a {
    margin: 10px;
    float: right;
}

.takanon {
    height: 200px;
    border: 1px solid #E1E1E1;
    padding: 0px 10px;
    background-color: white;
    overflow: auto;
    font-size: 14px;
}

.variations-container {
    border: 1px solid #e3e3e3;
    margin: 15px 0px;
    border-radius: 3px;
    padding: 15px;
}

.variations-container select {
    max-width: 270px;
}

.variations-item-choose {
    margin: 0px;
}

.variations-item-choose > span {
    float: right;
    padding: 20px 0px;
    font-weight: bold;
}

.variations-item-choose-options {
    float: right;
}

.variations-single-color {
    float: right;
    height: 38px;
    position: relative;
    cursor: pointer;
    margin: 15px 15px 0px 0px;
    width: 38px;
    border: 3px solid white;
    box-shadow: 0px 0px 10px #808080;
    border-radius: 50%;
}

.variations-single-color span {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 60px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:0.2s;
    margin-right: -14px;
    background-color: rgba(35, 31, 32, 0.8);
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 13px;
    color: white;
}

.variations-single-color:hover span {
    visibility: visible;
    opacity: 1;
    top: -20px;
    pointer-events: none;
}

.variations-single-color input {
    opacity: 0;
    pointer-events: none;
}

.variations-single-size {
    border: 1px solid #808080;
    float: right;
    border-radius: 3px;
    width: auto;
    padding-right: 10px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.variations-single-images {
    padding: 0px;
}

.variations-single-images label {
    width: 75px;
    height: 77px;
}

.variations-single-images .variations-thumb {
    width: 100%;
    height: 75px;
}

.variations-single-images input {
    opacity: 0;
    height: 1px;
    width: 1px;
    pointer-events: none;
}

.variations-single-block input {
    float: right;
    margin-top: 7px;
}

.variations-selected {
    border: 3px solid yellow;
    background-image: url('/img/default/check.png');
    background-position: center;
    background-repeat: no-repeat;
}

.variations-selected-size {
    box-shadow: 0px 0px 5px #289d2a;
    position: relative;
    background-color: #289d2a;
    color: white;
    border: 1px solid #289d2a;
}

.variations-selected-size .variations-thumb:after {
    position: absolute;
    content: "";
    right: 0px;
    left: 0px;
    height: 75px;
    width: 75px;
    background-image: url('/img/default/check.png');
    background-position: center;
    background-repeat: no-repeat;
}

.variations-item-choose select {
    margin: 9px 10px;
}

.variations-single-size-options {
    margin: 12px 0px;
    float: right;
}

.variations-single-block {
    border: 0px;
    width: 100%;
    text-align: right;
}

.variations-thumb {
    width: 40px;
    height: 40px;
    float: right;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.variations-thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.variations-single-checkbox-options {
    float: right;
    margin: 20px 10px;
}

.variations-single-checkbox-options input {
    float: right;
    margin: 7px;
}

#order-print {
    margin-bottom: 25px;
}

.thestatus {
    color: white;
    padding: 1px 8px;
    border-radius: 3px;
}

/* backgrounds */
.bg-cyan {background-color: #00bcd4;}
.bg-green {background-color: #31B55A;}
.bg-gray {background-color: #999999;}
.bg-red {background-color: #f44336;}
.bg-purple {background-color: #7E57C2;}
.bg-orange {background-color: #FF7043;}


@media screen and (max-width: 780px) { 
    .cart-right {
        width: 100%;
    }

    .flex-wrapper {
        display: block;
    }

    .flex-wrapper .button { 
        width: 100%;
        float: right;
        margin: 0px 0px 10px 0px;
    }

    .cart-form label {
        width: 100%;
        padding: 0px;
    }

    .cart-left {
        width: 100%;
    }

    .cart-total {
        width: 100%;
    }
    
}


