/*your custom css goes here*/
.top-100 {
    top: 100% !important;
}


.left-0 {
    left: 0 !important;
}


.opacity-60 {
    opacity: 0.6 !important;
}


[class*="border"], hr {
    border-color: #e2e5ec !important;
}

.pb-6, .py-6, .p-6 {
    padding-bottom: 4rem;
}


.h-md-40px, .size-md-40px {
    height: 40px;
}

.form-control {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #e2e5ec;
    color: #898b92;
}


.form-control-lg {
    height: calc(1.5rem + 1.5rem + 2px);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}


.form-control::-webkit-input-placeholder {
    color: #898b92;
}

.form-control::placeholder {
    color: #898b92;
}

.aiz-checkbox,
.aiz-radio {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[dir="rtl"] .aiz-checkbox,
[dir="rtl"] .aiz-radio {
    /*padding-right: 28px;*/
    padding-left: 0;
}

.aiz-checkbox > input,
.aiz-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}


.btn-primary,
.btn-soft-primary:hover,
.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.right-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

button.btn.bg-gray {
    background: transparent;
    border: none;
    border-radius: 8px;
    color: black;
    line-height: 1;
    padding: 1rem 0.1rem !important;
}

button.btn.bg-gray i {
    margin: 0px;
}

.aiz-megabox .opacity-60 {
    min-width: 60px;
    display: inline-block;
}

.aiz-megabox.bg-white {
    border: 1px dashed gray;
    border-radius: 8px;
}

.dropdown.position-absolute.right-0.top-0 {
    left: 15px;
}
.address-form input[type="radio"]:checked+span:after {
    content: "\f14a";
    font-family: 'Line Awesome Free';
    width: 30px;
    height: 30px;
    color: green;
    z-index: 999;
    line-height: 1;
    font-size: 24px;
    position: absolute;
    right: 25px;
    top: 4px;
    font-weight: 900;
}
.address-form input[type="radio"]:checked+span {
    font-weight: bold;
}

.aiz-megabox-elem {
    height: 100%;
    flex: 1;
    padding: 3rem 1rem !important;
}
.fs-16 {
    font-size: 16px;
}

.fw-600 {
    font-weight: 600;
}
.fs-14 {
    font-size: 0.875rem !important;
}
.w-40px, .size-40px {
    width: 40px;
}
.header-search.hs-simple{ z-index: 1004; }
.siamod-login-form{ display: block;width: 100%;}
img.brand-icon { width:50px;}
tr.cart_item .product-name {
    white-space: normal;
}
.sia-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.sia-input-group button {
    border: 1px solid #ccc;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
}

.sia-input-group input.form-control {
    flex: 1;
    /* padding: 0; */
    height: inherit;
    font-size: 1.4rem;
    border: solid #ccc;
    border-width: 1px;
    color: #222;
    text-align: center;
    border-radius: 0px 8px 8px 0px;
}

.sia-input-group .input-group-append {
    margin-right: -1px;
    margin-left:0px;
}

/*aiz megabox*/
.payment_methods .aiz-megabox {
    position: relative;
    cursor: pointer;
}

.payment_methods .aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.payment_methods .aiz-megabox .aiz-megabox-elem {
    border: 1px solid #e2e5ec;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    opacity: 0.8;
}
.payment_methods .aiz-megabox .aiz-megabox-elem img{
    width:80px;
    height:80px;
    aspect-ratio:1;
}

.payment_methods .aiz-megabox > input:checked ~ span .aiz-rounded-check:after,
.payment_methods .aiz-megabox > input:checked ~ span .aiz-square-check:after {
    visibility: visible;
    opacity: 1;
}

.payment_methods .aiz-megabox > input:checked ~ .aiz-megabox-elem,
.payment_methods .aiz-megabox > input:checked ~ .aiz-megabox-elem {
    border-color: var(--primary);
    opacity: 1;
}
