.inner-sec {
    padding: 0 0 80px 0;
}

.inner-sec .option {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 7px 25px;
    margin-bottom: 30px;
}

.inner-sec .option span {
    display: inline-block;
    line-height: 1.0;
    font-size: 13px;
    color: #999;
}

.inner-sec .option select {
    margin-right: 10px;
    border: 1px solid #eeeeee;
    color: #999;
    font-size: 12px;
    line-height: 1.7;
    height: 35px;
    padding: 5px 15px;
    display: inline-block;
    outline: none;
}

.inner-sec .side-search .input-box {
    height: 49px;
    margin-bottom: 0;
    padding-left: 50px;
}

.inner-sec .side-search .search-btn {
    background: transparent;
    color: #999;
    font-size: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 49px;
    line-height: 57px;
    border: 0;
}

.inner-sec .sidebar-sec {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    margin-top: 30px;
}

.border-title {
    display: block;
    position: relative;
    line-height: 1.7;
    color: #666;
    font-size: 16px;
    font-family: IRANSansBold;
    padding-right: 10px;
    margin: 0 0 20px;
}

.border-title:before {
    content: "";
    height: 12px;
    right: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 2px;
    background: #f16422;
}

.inner-sec .sidebar-sec .list li {
    display: block;
    margin-bottom: 8px;
}

.inner-sec .sidebar-sec .list li:last-child {
    margin-bottom: 0;
}

.inner-sec .sidebar-sec .list li a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.7;
    color: #999;
}

.inner-sec .sidebar-sec .list li a:hover,
.inner-sec .sidebar-sec .list li a.active {
    color: #f16422;
}

.inner-sec .sidebar-sec .list li ul {
    padding-right: 20px;
    padding-top: 8px;
}

.inner-sec .sidebar-sec .list li ul li a {
    font-size: 12px;
}

.inner-sec .ui-slider {
    width: 100%;
    height: 3px;
    border-radius: 0;
    background-color: #eee;
    border: 0;
}

.inner-sec .ui-slider-range {
    height: 3px;
    border: none;
    border-radius: 0;
    background: #f16422;
}


.inner-sec .ui-slider-handle {
    background: #f16422;
    border-radius: 0;
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    top: 50%;
    width: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
}

.inner-sec .amount {
    display: block;
    line-height: 1.7;
    white-space: nowrap;
    font-size: 13px;
    color: #666;
}

.inner-sec .amount span {
    display: inline-block;
    color: #999;
    font-size: 12px;
}

.inner-sec .color-list li {
    display: block;
    position: relative;
}

.inner-sec .color-list li a {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    padding-right: 20px;
    position: relative;
    color: #666;
}

.inner-sec .color-list li a:hover,
.inner-sec .color-list li a.active {
    color: #f16422;
}

.inner-sec .color-list li a span {
    display: inline-block;
    border-radius: 50%;
    height: 12px;
    right: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px;
}

.inner-sec .product-list li {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    margin-bottom: 30px;
}

.inner-sec .product-list li:last-child {
    margin-bottom: 0;
}

.inner-sec .product-list li:hover {
    box-shadow: 0 8px 13px rgba(0, 0, 0, 0.15);
}

.inner-sec .product-list li .pic {
    display: inline-block;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.inner-sec .product-list li .inner {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 10px;
}

.inner-sec .product-list li .inner .title {
    display: inline-block;
    line-height: 1.7;
    font-size: 13px;
    color: #666;
    margin-bottom: 2px;
    max-height: 43px;
    overflow: hidden;
}

.inner-sec .product-list li .inner .title:hover {
    color: #f16422;
}

.inner-sec .product-list li .inner .price {
    display: block;
    color: #999;
    font-size: 13px;
    font-family: IRANSansBold;
    line-height: 1.7;
}

.inner-sec .pagination li {
    margin-left: 6px;
}

.inner-sec .pagination li:last-child {
    margin-left: 0;
}

.inner-sec .pagination li a {
    display: block;
    border: 1px solid #eee;
    color: #999;
    font-size: 13px;
    height: 30px;
    text-align: center;
    width: 30px;
}

.inner-sec .pagination li a i {
    top: 2px;
    position: relative;
}

.inner-sec .pagination li a:hover {
    border-color: #f16422;
    color: #f16422;
}

.inner-sec .pagination li.current a {
    border-color: #f16422;
    color: #f16422;
    pointer-events: none;
}

.inner-sec .tags a {
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 5px;
    margin-left: 10px;
}

.inner-sec .tags a:last-child {
    margin-left: 0;
}

.inner-sec .tags a:hover {
    color: #f16422;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.border-title::before {
    content: "";
    height: 12px;
    right: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 2px;
    background: #f16422;
}
.inner-sec .form-box {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
    overflow: hidden;
    margin-top: 50px;
}
.form-sec {
    position: relative;
}

.form-sec .input-box {
    outline: none;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #999;
    font-size: 13px;
    min-height: 40px;
    resize: vertical;
    margin: 10px 0;
    transition: all 0.5s ease-out 0s;
    padding: 8px 15px;
}

.form-sec .input-box-birthday{
    outline: none;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #999;
    font-size: 13px;
    min-height: 40px;
    resize: vertical;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all 0.5s ease-out 0s;
    padding: 8px 15px;
}
.form-sec .button {
    background: #f16422;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 1.6;
    padding: 8px 25px;
    transition: all 0.3s ease 0s;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-auto{
    margin: auto;
}

.float-none{
    float: none;
}

.p-20px{
    padding: 20px;
}



.swal-button {
    color: #fff;
    border: none;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px !important;
    cursor: pointer;
    background-color: #f16422 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5) !important;
    margin-top: 2px !important;
}
.swal-button:hover {
    background-color: #ccc !important;
}

.main-btn{
    background-color: #f16422;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border: 0;
    color: #fff;
    outline: none;
    display: inline-block;
    transition: all .3s ease;
    white-space: nowrap;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
}


.remove {
    color: #999;
    display: inline-block;
    font-size: 18px !important;
    height: 20px;
    line-height: 20px;
    transition: all 0.3s ease 0s;
    width: 20px;
}

.mt-20px{
    margin-top: 20px !important;
}

.divider {
    display: inline-block;
    vertical-align: middle;
    margin:0 1.5rem;
    height: 15px;
    width: 2px;
    background-color: #cdd4de;
}

.mx-1{
    margin: 0 5px;
}

.header-top .container .header-left .zmdi{
    font-size: 17px;
}




.axil-dashboard-warp .axil-dashboard-author .joining-date {
    font-size: 14px;
    color: #7b7b7b;
    font-weight:normal;
}
.axil-dashboard-aside {
    border: 1px solid #CCD5DB;
    padding: 40px 35px 30px;
    border-radius: 6px;
}

.axil-dashboard-warp .axil-dashboard-author {
    margin-bottom: 50px;
}
.axil-dashboard-nav ul li {
    cursor: pointer;
}
.axil-dashboard-aside .nav-pills {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}
.axil-dashboard-aside .nav-link.active, .axil-dashboard-aside .nav-link:hover {
    background-color: #F8F9FB;
    color: #f16422;
}

.axil-dashboard-aside .nav-link {
    font-weight: 500;
    color:  #7d7d7d;
    font-size: 16px;
    position: relative;
    border-radius: 6px;
    padding: 9px 10px 9px 55px;
    margin-bottom: 8px;
    border: none;
    width: 100%;
    background-color: #F8F9FB;
}

.axil-dashboard-aside .nav-link i {
    padding: 0 10px;
}


.axil-dashboard-overview .welcome-text {
    color: #222;
    font-size: 18px;
    margin-bottom: 25px;
}
.axil-dashboard-overview p {
    font-size: 13px;
}

.axil-dashboard-order .table thead {
    background-color: #F5F6FB;
}
.axil-dashboard-order .table thead th {
    border: none;
    padding: 18px 20px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.axil-dashboard-order .table tbody tr td, .axil-dashboard-order .table tbody tr th {
    padding: 20px 20px;
    vertical-align: middle;
    border-top: none;
    font-size: 14px;
    border-bottom: 2px solid #F6F7FB;
}
.axil-dashboard-order .table tbody .view-btn {
    padding: 9px 20px;
    border: 1px solid #b2b2b2;
    background-color: rgba(0, 0, 0, 0);
    color: #222;
    border-radius: 5px;
}

.axil-dashboard-address .title {
    font-weight: bold;
    color: #292930;
}
.axil-dashboard-address .addrss-header {
    border-bottom: 1px solid #cdd4de;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}

.axil-dashboard-address .address-edit {
    font-size: 16px;
    color: #292930;
}
.axil-dashboard-address ul li {
    font-size: 13px;
    line-height: 2.4;
    color: #292930;
    list-style: none;
}

.font-weight-bold{
    font-weight: bold;
}

@media(max-width:767px) {
    .axil-dashboard-warp .tab-content {
        margin-top: 20px;
    }
    .axil-dashboard-warp{
        padding: 10px;
    }
}


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

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left{
    padding-left: 10px;
}
.ship-process li.current i {
    color: #f16422;
    border: 2px solid #f16422;
}

.ship-process li{
    list-style: none ;
    margin-bottom: 30px;
}
.ship-process li i {

    color: #aaaaaa;
    border: 2px solid #dddddd;
    display: inline-block;
    height: 54px;
    width: 54px;
    margin-right: 10px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
}

.ship-process li h6 {
    font-weight: 600;
    font-size: 14px;
    margin: 5px;
}
.ship-process li span {
    margin-top: 5px;
    color: #888888;
    display: inline-block;
}

.category{
    margin: 5px !important;
}

.btn-send-contact{
    margin-top: 15px;
}

.select-box {
    margin-bottom: 15px;
    display: flex;
}
.select-box .select-btn{
    display: block;
    text-align: center;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 36px;
    background: #fff;
    border: solid 2px #ececec;
    color: #222;
    font-size: 12px;
    line-height: 1;
    padding: 8px 5px;
    outline: none;
    border-radius: 4px;
    transition: all .3s ease;
}
.select-box .select-btn:hover{
    background-color: #f16422;
    color: #fff0ff;
}
.select-box .preview {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.select-box .preview img {
    width: 36px;
    height: auto;
    display: inline-block;
    margin-left: 10px;
}
.select-box .preview .code {
    color: #666;
    font-size: 12px;
    display: inline-block;
    line-height: 1.7;
}
.select-box .preview .selected-color {
    width: 36px;
    height: 36px;
    background: url("/frontEnd/images/no-image.png")no-repeat center;
    background-size: auto;
    background-size: cover;
    margin-left: 10px;
    display: inline-block;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 30px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.modal .bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
}
.modal.modal-style2 .modal-content {
    background: #fff;
    width: 920px;
    padding: 60px;
    border-radius: 15px;
}
.modal .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    text-align: center;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    border: none;
    display: inline-block;
    z-index: 2;
    max-width: 98%;
    max-height: 98%;
    overflow-y: auto;
}
.product-page {
    overflow: hidden;
}
.modal .close2 {
    border: 1px solid #999;
    border-radius: 3px;
    color: #999;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 25px;
    text-align: center;
    top: 23px;
    width: 30px;
    z-index: 2;
    transition: .3s ease;
}
.tab-list li a {
    display: block;
    color: #222;
    font-size: 13px;
    line-height: 1.7;
    padding: 7px 0;
    position: relative;
    letter-spacing: 1px;
}

.tab-list.inner {
    text-align: center;
    margin: 0 0 55px;
}
.tab-list li.active {
    background-color: #C0C0C0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    padding: 0 10px 0 10px;
}
.tab-list li {
    display: inline-block;
}
.tab-list li.active a {
    color: #fff;
}

.product-page .pic-list::after {
    content: "";
    display: block;
    clear: both;
}

.tab-list li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 2px;
    background-color: #f16422;
    transition: all ease .35s;
}
.modal.modal-style2 .modal-content .tab-list li + li {
    margin-right: 30px;
}
.tab-list li + li {
    margin-right: 45px;
}
.tab-list li {
    display: inline-block;
}

.product-page .pic-list li {
    float: right;
    display: inline-block;
    text-align: center;
    width: 8.5%;
    margin: 0 .7% 20px;
    position: relative;
}

.product-page .pic-list li .pic {
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}


.modal.modal-style2 .pic-list li .pic::after {
    content: "\f00c";
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
}
.product-page .pic-list li .pic::after {
    position: absolute;
    content: "\f00e";
    width: auto;
    height: auto;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    transform: scale(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    transition: all .5s ease;
}
@media (max-width: 767px) {
    .product-page .pic-list li {
        width: 23%;
    }

    .product-page .pic-list li .pic::after {
        font-size: 16px;
    }
    .box-image-article{
        height: 100%;
    }
}

.product-page .pic-list li span {
    display: block;
    font-size: 13px;
    color: #222;
    line-height: 1.6;
    margin-top: 10px;
}
.product-page .pic-list li .color {
    width: 65px;
    height: 65px;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.box-type-info{
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    margin: 7px 0;
}
.flex{
    display: flex;
}

#input-box-search:focus{
    outline: none;
}

.box-banner-slide{
    min-height: 100%;border-radius: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.box-banner-slide div{
    position: relative;height: 100%;
}

.text-banner-slide{
    position: absolute;
    bottom: 10px;
    margin: auto;
    right: 25%;
    color: #fff;
    font-size: 14px;
}

.td-title-2{
    text-align: left;
    color: #2f2f2f !important;
    font-weight: bold;
}

.order-total-price{
    text-align: left;
    color: #15c133 !important;
    font-weight: bold;
}

.main-btn-back {
    background-color: #b5b1aa;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border: 0;
    color: #fff;
    outline: none;
    display: inline-block;
    transition: all .3s ease;
    white-space: nowrap;
    font-weight: 600;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
}
.btn-printer {
    background-color: #FFAA00;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border: 0;
    color: #fff;
    outline: none;
    display: inline-block;
    transition: all .3s ease;
    white-space: nowrap;
    font-weight: 600;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
    margin-top: 5px;
}
.inner-sec .form-box .order-info {
    padding: 30px;
    margin: 0 -30px 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 0;
}


.inner-sec .form-box .order-info li .title {
    display: block;
    color: #FFAA00;
    font-size: 18px;
    margin-bottom: 7px;
}

.inner-sec .form-box .order-info li .val {
    display: block;
    color: #666;
    font-size: 17px;
}
.inner-sec .bill-info {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    color: #999;
    margin-bottom: 10px;
}

.inner-sec .bill-info span:not(.ltr) {
    width: 70px;
    color: #666;
}

.inner-sec .bill-info span {
    display: inline-block;
}


.box-image-orders{
    width: 45px;
    height: auto;
    display: inline-block;
    margin-left: 10px;
}


.fa-caret-down {
    float: left;
}

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}
.rotate {
    transition: transform 0.5s ease-in-out;
}
.rotate.rotate-180 {
    transform: rotate(180deg);
}
.ml-s {
    margin-left: 0.75rem;
}
.mr-s {
    margin-right: 0.75rem;
}
.mt-xs {
    margin-top: 0.5rem;
}
.mb-0{
    margin-bottom: 0;
}

.line-clamp{
    color: #222;
    font-size:14px;

}

.line-clamp-1{
    color: #222;
    font-size: 12px;
    display: inline-block;
    line-height: 1.8;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
}
.common_description {
    overflow: hidden;
}

.common_group{
    grid-template-columns: 1fr 1fr;border: 1px solid #eee;
    border-radius: 0.75rem;
    background-color: #eee;
    grid-gap: 1px;
    gap: 1px;
    overflow: hidden;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 50% 50%;
}

.common_group__item{
    box-sizing: border-box;background-color: #fff;position: relative;padding: 5px;
}

.common_img{
    width: calc(100% - 0.75rem*2);
    aspect-ratio: 1.1884057971;
    background-color: #eee;
    margin: auto;
    margin-top: 0.75rem;
    border-radius: 0rem;
    position: relative;
    overflow: hidden;
}

.image_module_imageWrapper{
    height: 100%;position: relative
}

.image_module_imageWrapper img{
    position: absolute;width: 100%;height: 100%;inset: 0;color: #0000;
}

.common_group_fill{
    border: 1px solid #eee;
    border-radius: 0.75rem;
    background-color: #eee;
    grid-gap: 1px;
    gap: 1px;
    overflow: hidden;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 50% 50%;
}

.common_group_fill .common_group__item .common_img{
    aspect-ratio: 2.5507246377;
}

.text-common{
    text-align: right;
    color: #222;
    margin-top: 25px;
    font-weight: bold;
}


.blog-details table {
    border-collapse: collapse;
    font-size: 16px;
    margin: auto;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-details thead tr {
    background-color: #C0C0C0;
    color: white;
    height: 40px;
}

.blog-details th, .table-blog td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: inherit;
}

.blog-details tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.blog-details tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.box-image-article{
    height: 235px;
}

.blog-details blockquote{
    border-right: 5px solid #f16422 !important;
    border-left: 0;
    background-color: #f2f2f2 !important;
}

.txt-16{
    font-size: 16px;
}