@import "../../../../back/v1/vendor/fonts/farsi-fonts-styles-fa-num/primary-iran-yekan.css";
@import "../../../../back/v1/vendor/fonts/farsi-fonts-styles-fa-num/secondary-iran-yekan.css";
@import "variables.css";

html, body, div{
    font-family: var(--primary-text-font), Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 2rem;
    font-weight: lighter;
    direction: rtl;
    color: #000;
}

/**
* Typography
*/
h1, h2, h3, h4, h5, h6 {
    font: 14px/1.5 var(--primary-title-font), Helvetica, Arial, sans-serif;
    font-weight: bold;
}
h1{font-size: 48px}
h2{font-size: 42px}
h3{font-size: 36px}
h3{font-size: 28px}
h4, h5{font-size: 24px;font-weight: normal;}
h6{font-size: 18px;font-weight: normal;}

.font-10{font-size: 10px}
.font-12{font-size: 12px}
.font-13{font-size: 13px}
.font-14{font-size: 14px}
.font-16{font-size: 16px}
.font-18{font-size: 18px}
.font-20{font-size: 20px}
.font-24{font-size: 24px}
.font-28{font-size: 28px}
.font-32{font-size: 32px}
.font-36{font-size: 36px}
.font-42{font-size: 42px}
.font-48{font-size: 48px}
.font-56{font-size: 56px}
.font-64{font-size: 64px}
.font-72{font-size: 72px}

.font-light{font-weight: lighter}
.font-bold{font-weight: bold}
.font-bolder{font-weight: bolder}

/**
* margin and padding
*/
.mt-6{margin-top: 3.5rem}
.mt-7{margin-top: 4rem}
.mt-8{margin-top: 4.5rem}
.mt-10{margin-top: 5rem}
.mb-6{margin-bottom: 3.5rem}
.mb-7{margin-bottom: 4rem}
.mb-8{margin-bottom: 4.5rem}
.mb-10{margin-bottom: 5rem}


/**
* reset
*/
a{
    text-decoration: none;
    color: var(--primary-color);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-kian-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.select-profile-type {
    border: 2px solid #f3f3f3;
    padding: 2em;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}

.active-transportation, .active-address {
    border-color: var(--primary-color) !important;
}

.select-profile-type .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 5px;
    margin-left: 5px;
}

.transportation-class:hover, .address-class:hover {
    cursor: pointer;
}

.select-profile-type label:hover {
    cursor: pointer;
}

.add-to-basket-message{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 70px;
    background-color: #592168;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 0px 12px -4px rgba(0,0,0,0.34);
    -moz-box-shadow: 2px 0px 12px -4px rgba(0,0,0,0.34);
    box-shadow: 2px 0px 12px -4px rgba(0,0,0,0.34);
    z-index: 99;
}

.add-to-basket-message.error{
    background-color: red;
}

.add-to-order .btn {
    background-color: var(--primary-color);
    color: #fff;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: calc(var(--bs-border-width)* -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
    z-index: 5;
}

.increase-decrease-holder input[type=number] {
    -moz-appearance: textfield;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
}

#basket-sale-slider{
    background-color: var(--primary-color);
}
