/* reset */

.isures-ivt--wrap a:focus,
.isures-ivt--wrap .button:focus,
.isures-ivt--wrap button:focus,
.isures-ivt--wrap input:focus {
    background: transparent!important;
    outline: none!important;
    text-decoration: none!important;
}

.isures-ivt--wrap * {
    font-size: 16px;
    color: #333
}

.isures-ivt--wrap a {
    text-decoration: none;
}


/*  */

.isures-variable--qty_wrap {
    margin-bottom: 10px;
}

table.isures-variable--qty_wrap thead tr td {
    font-size: 16px;
    font-weight: bold;
    padding: .75rem !important;
    background: #f1f1f1;
    border-color: #f1f1f1;
    line-height: 1;
    color: #3e2714
}

table.isures-variable--qty_wrap th,
table.isures-variable--qty_wrap td {
    border: 1px solid #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    padding: 5px 8px!important;
    text-transform: capitalize;
}

table.isures-variable--qty_wrap tbody td.isures-variable--qty {
    text-align: right;
    width: 80px;
    background: rgba(255, 255, 255, .39);
    padding: 0!important;
}

table.isures-variable--qty_wrap tbody td.isures-variable--price {
    width: 30%;
}

.isures-ivt--total_price * {
    color: red;
}


/* quantity */

.isures-ivt--qtv {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.isures-ivt--qtv>* {
    margin: 0!important;
    padding: 0!important;
}

.isures-ivt--qtv input {
    display: inline-block;
    vertical-align: middle;
}

.isures-ivt--qtv input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: transparent;
    outline: none;
}

.isures-ivt--qtv input[type=number]::-webkit-inner-spin-button,
.isures-ivt--qtv input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.isures-ivt--qtv button[type="button"] {
    display: inline-block;
    border: none;
    color: #333;
    background: transparent!important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0!important;
    padding: 0!important;
    min-height: auto;
    min-width: auto;
    box-shadow: none;
    outline: none;
    vertical-align: middle;
}

.isures-ivt--qtv button[type="button"] svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.isures-ivt--qtv button[type="button"]:focus {
    background: #f0f0f0;
}

.isures-ivt--total {
    font-size: 18px;
    color: #3e2714;
    font-weight: bold;
    margin-bottom: 1rem;
}

.isures-ivt--atc {
    line-height: 48px;
    min-width: 180px;
    text-align: center;
    background-color: var(--isures-ivt-primary)!important;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 25px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.isures-ivt--atc * {
    color: #fff
}

.isures-ivt--atc:hover {
    background-color: var(--isures-ivt-secondary)!important;
}

.isures-ivt--wrap .isures-ivt--atc:focus {
    background-color: var(--isures-ivt-primary)!important;
}

.isures-item--variable:hover {
    background: rgba(0, 0, 0, .02);
}

.isures-ivt--show_notice {
    display: flex;
    justify-content: space-between;
}

.isures-cart--url {
    min-width: 110px;
    text-align: center;
    background: var(--isures-ivt-primary);
    color: #fff!important;
    height: 30px;
    line-height: 30px;
}

td.isures-variable--price .amount * {
    font-size: 15px;
    color: #3e2714;
}


/* variable */

.isures-type--color,
.isures-type--image {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.isures-type--image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}