/* *****************************************************

** Custom Stylesheet **

Any custom styling you want to apply should be
defined here.

***************************************************** */
@font-face {
font-family: rnet;
font-display: swap;
font-style: normal;
font-weight: bold;
src: url('./fonts/IRANSansX-Bold.woff') format('woff'), url('./fonts/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
font-family: rnet;
font-display: swap;
font-style: normal;
font-weight: normal;
src: url('./fonts/IRANSansX-Regular.woff') format('woff'), url('./fonts/IRANSansX-Regular.woff2') format('woff2');
}

body{
direction:rtl;
font-family:rnet;background-color: white;
}
a,div,p,ul,li,small,h1,h2,h3,h4,h5,h6{font-family:rnet;}
ul.top-nav {
float: left;
}
.logincontainer {
margin: 40px auto 100px auto;
padding: 50px 30px;
max-width: 500px;
border: 1px solid #e7e7e7;
border-radius: 15px;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.navbar-nav {
float: right;
}
.navbar-nav>li {
float: right;
}
#order-standard_cart .cart-body {
float: none;
width: 100%;
}
.form-control {
display: block;
width: 100%;
height: 50px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #e5e5e5;
border-radius: 8px;
font-family: 'rnet';
}
#order-standard_cart .font-size-36 {
font-weight: bold;
text-align: center;
padding-bottom: 35px;
}
.btn {
font-family: 'rnet';
font-weight: lighter;
font-size: 15px;
}
.btn-primary {
color: #fff;
background-color: #155dfc;
border-color: #155dfc;
}
.custom-cart-btn {
width: 38px;
height: 38px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 15px;
background-color: white;
border: 1px solid #ddd;
color: #333;
}

.custom-cart-btn:hover,
.custom-cart-btn:focus {
background-color: #f5f5f5;
outline: none;
}

.custom-cart-btn:disabled {
opacity: 0.5;
pointer-events: none;
}

.custom-cart-btn svg {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    color: #565656;
}
.tile .icon {
    right: auto;
    left: 10px;
    font-size: 22px;
}
.tiles .tile {
    padding: 12px 20px;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    margin-left: 8px;
    width: 24%;
    border-radius: 10px;
}
.tiles .tile:last-child {
    padding: 12px 20px;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    margin-left: 8px;
    width: 24%;
    border-radius: 10px;
}
.panel-sidebar .panel-title {
    font-size: 15px;
    font-weight: bold;
    font-family: 'rnet';
}
div.header-lined h1 {
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #115bfc;
    font-size: 20px;
}
ul.top-nav>li>a {
    color: #000000;font-weight: bold;
}