.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-item-choose {
    margin: 15px 0px;
}

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

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

.variations-single-color {
    float: right;
    height: 38px;
    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 #e3e3e3;
    float: right;
    border-radius: 3px;
    width: auto;
    padding: 10px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

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

.variations-selected {
    border: 3px solid yellow;
}

.variations-selected-size {
    /* box-shadow: 0px 0px 5px #9F264A; */
    position: relative;
    background-color: #9F264A;
    color: white;
    border: 1px solid #9F264A;
}

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

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

.variations-thumb {
    width: 80px;
    height: 80px;
    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;}

/* smaller template */

.table-title {
    font-weight: bold;
    font-size: 18px;
}

.table-title td {
    padding: 10px 0px;
    border-bottom: 0px;
}

.orders-table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.small-td {
    width: 100px;
}

.small-td2 {
    width: 170px;
}

table td {
    padding: 5px;
    position: relative;
}

.table-image {
    float: right;
    width: 150px;
    padding-left: 25px;
}

.table-image img {
    width: 100%;
    height: auto;
}

.table-details {
    position: absolute;
    right: 175px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 150px);
}

.table-details a {
    font-size: 20px;
}

.table-details a:hover {
    color: red;
}

.fakeinput {
    float: right;
    text-align: center;
    background-color: #F3F3F3;
    color: #808080;
    outline: 0px;
    border: 0px;
    padding-top: 7px;
    border-radius: 5px;
    height: 38px;
    width: 100%;
}

table input {
    float: right;
    text-align: center;
    background-color: #F3F3F3;
    color: #808080;
    outline: 0px;
    border: 0px;
    border-radius: 5px;
    height: 38px;
    width: 38px;
}

.delete-cart-item img {
    width: 20px;
    height: 20px;
    right: 0px;
    position: absolute;
    top: calc(50% - 10px);
}

.cart-total {
    font-size: 22px;
    padding: 25px 0px;
}

.coupon-line {
    color: gray;
    margin-bottom: 25px;
}

.coupon-line input {
    margin-right: 15px;
    padding: 5px;
}

.buttons-flex {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 25px;
}

.buttons-flex .button {
    width: 100%;
    margin: 0px 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-box-flex: 0;
}

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

.buttons-flex .button:nth-last-child(1) {
    margin-left: 0px;
}

.button-continue {
    background-color: #231F20;
}

.button-checkout {
    background-color: red;
}

/* cart old */
.cart-table {
    float: right;
    width: 100%;
}

.cart-row > div {
    padding: 10px 13px;
    float: right;
    font-size: 22px;
}

.cart-first-row > div {
    height: auto;
}

.cart-1-first {
    width: 70%;
}

.cart-1 {
    width: 70%;
    position: relative;
}

.cart-2-first {
    width: 10%;
}

.cart-row {
    border-bottom: 1px solid #DADADA;
}

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

.cart-3-first {
    width: 20%;
}

.cart-2 {
    width: 10%;
    padding-top: 35px !important;
}

.cart-3 {
    width:20%;
    padding-top: 40px !important;
}

.cart-1-image img {
    float: right;
    width: 100px;
    margin-top: 18px;
    height: 70px;
}

.cart-1-image {
    float: right;
    padding-right: 25px;
    width: 135px;
}

.cart-1-content {
    float: right;
    padding-right: 10px;
    height: 100px;
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: calc(100% - 135px);
}

.cart-item-title {
    font-size: 20px;
    width: 100%;
    padding: 1px 0px 0px 0px;
    text-decoration: none;
}

.cart-item-price {
    font-size: 16px;
    padding-top: 4px;
}

.cart-item-price span {
font-weight: bold;
color: black;
}

.cart-2 input { 
    float: right;
    text-align: center;
    font-size: 16px;
    background-color: #F3F3F3;
    color: #808080;
    outline: 0px;
    border: 0px;
    border-radius: 5px;
    height: 38px;
    width: 38px;
}

.cart-3 span, .count { 
    float: right;
    text-align: center;
    font-size: 16px;
    background-color: #F3F3F3;
    color: #808080;
    padding-top: 9px;
    outline: 0px;
    border: 0px;
    border-radius: 5px;
    height: 38px;
    width: 90%;
}

.cart-title {
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
}

.cart-info {
    font-size: 16px;
}

.differentaddress-open {
    display: none;
}

.checkbox-label {
    float: right;
}

.checkbox-label input {
    width: auto;
}

.checkbox-label span {
    margin: 3px 10px;
    float: right;
    width: auto;
}

#checktakanon {
    margin-top: 13px;
}

.cart-table {
    padding: 15px;
}

.cart-first-row {
    background-color: #9F264A;
    color: white;
}

.coupon-line {
    margin: 25px 0px;
    float: right;
    padding: 15px;
    width: 340px;
    max-width: 100%;
}

.coupon-line span {
    float: right;
}

.coupon-line input {
    float: right;
    clear:both;
    width: 100%;
    margin: 10px 0px 0px 0px !important;
}

.coupon-line a {
    float: right;
    clear:both;
    padding: 10px 0px !important;
}

.cart-total {
    font-weight: bold;
    text-align: center;
}

.cart-end-left {
    padding-top: 0px !important;
}

.shipment-title-js {
    width: 33.33%;
    padding: 15px;
}

.shipment-type * {
    width: auto;
    font-size: 18px;
}

.shipment-check {
    width: auto;
    margin-top: 10px;
    margin-left: 10px;
}

.shipment-name {
    font-weight: bold;
    padding: 3px;
    width: auto;
    float: right;
}

.shipment-price {
    padding: 3px;
    float: right;
}

.shipment-details {
    float: right;
    clear:both;
    margin-right: 25px;
    font-size: 15px;
}

.buttons-flex .button, .buttons .button {
    padding: 15px;
    color: white;
    background-color: #9F264A;
    font-family: 'Open Sans Hebrew';
    font-size: 18px;
    text-align: right;
}

.buttons-flex .button img, .buttons .button img {
    float: right;
    margin-left: 10px;
}

.button-checkout {
    background-color: #00952C !important;
}

.cart-info {
    color: #9F264A;
    margin-bottom: 25px;
}

.cart-title {
    margin-bottom: 15px !important;
}

.register {
    background-color: white;
    padding: 0px 0px;
    margin-bottom: 25px;
}

.cards-cart {
    float: right;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

.yousaved {
    float: right;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
}

.cards-cart img {
    max-width: 100%;
    display: inline-block;
}

.ordernow-button {
    float: left;
    padding: 10px 25px !important;
    margin-top: 15px;
    margin-bottom: 25px;
}

.button {
    transition: 0.2s;
}

.button:hover {
    filter: brightness(1.2);
}

.profile-card {
    margin-bottom: 35px;
}

.avatar-wrap {
    position: absolute;
    left: 25px;
    top: -35px;
}

.padding {
    padding: 25px;
    margin-bottom: 35px;
}

.profile-table {
    padding: 25px;
}

.profile-table tr td:nth-child(1) {
    width: 200px;
    font-weight: bold;
}

.forgot-password-button {
    background-color: #9F264A;
    font-size: 16px;
    font-family: 'Open Sans Hebrew';
    color: white;
}

#order-print table {
    background-color: white;
}

.minimum-order {
    margin-bottom: 35px;
}

.cart-login-open {
    display: none;
    padding: 15px;
    background-color: #f3f3f3;
}

.msg-options a {
    margin-bottom: 0px;
    background-color: white;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px;
    margin-top: 15px;
}

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

    .orders-table, #order-print table {
        zoom: 0.7;
    }

    .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%;
    }

    .cart-1 {
        position: relative;
        width: 100%;
    }

    .cart-item-1 {
        width: 100%;
        text-align: center;
    }
    
    .cart-2:before {
        content: "כמות";
        float: right;
        margin-bottom: 10px 0px;
        width: 100%;
    }
    
    .cart-3:before {
        content: "מחיר";
        float: right;
        margin: 0px;
        width: 100%;
    }
    
    .cart-2 {
        width: 50%;
        padding: 10px !important;
        text-align: center;
    }
    
    .cart-2 input {
        width: 100%;
        margin: 0px !important;
        height: 25px;
    }
    
    .cart-3 {
        width: 50%;
        padding: 10px !important;
        text-align: center;
    }
    
    .cart-3 span {
        height: 25px;
        padding: 2px;
    }
    
    .cart-2-first, .cart-3-first {
        display: none;
    }
    
    .cart-1-content {
        width: 100%;
        text-align: center;
    }
    
    .cart-item-title {
        width: 100%;
        text-align: center;
    }
    
    .cart-1-image {
        float: right;
        width: 100%;
        text-align: center;
        border: 0px;
    }
    
    .cart-1-image img {
        display: inline-block;
        float: none;
        height: auto;
    }
    
    .delete-cart-item {
        position: absolute;
        right: 10px;
        top: 25px;
    }
    
    .cart-row > div {
        height: auto;
    }

    .half-field {
        width: 100%;
        margin: 0px;
    }

    .shipment-title-js {
        width: 100%;
    }

    .buttons-flex {
        display: block;
    }

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

    .half-field:nth-child(2n) {
        padding-right: 0px;
    }
    
}


