.ui.grid {
    margin: 0;
}

.ui.grid .column {
    padding-right: 6px;
    padding-left: 6px;
}

.ui.dropdown, .ui.dropdown .menu .item {
    text-align: right;
}

.ui.fluid.dropdown {
    min-width: 14em;
}

.ui.horizontal.divider {
    margin: 40px 0;
}

.errors-list {
    margin: 0;
    padding: 5px 12px;
    direction: rtl;
}

.footer-section-two,
.footer-section-one {
    margin-bottom: 16px;
    margin-left: 0;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 0.7em;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    padding-top: 3.5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /*-webkit-appearance: none;*/
    margin: 0;
    -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register-input input:focus {
    border-radius: 20px !important;
}

.register-submit-button {
    min-width: 150px;
    height: 48px;
    border-radius: 20px !important;
    background-color: #343a40 !important;
    color: #fff !important;
    -webkit-transition: background-color .2s ease-in-out !important;
    -o-transition: background-color .2s ease-in-out !important;
    transition: background-color .2s ease-in-out !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.register-submit-button .register-submit-button-image {
    margin-right: 10px;
}

.register-submit-button:hover,
.update-password-button:hover {
    background-color: #181b1d !important;
}

.update-password-button {
    background-color: #343a40 !important;
    color: #fff !important;
    border-radius: 10px;
}

.main-search {
    padding: 20px 0;
}

.main-search-box input,
.main-search-box .ui.input,
.main-search-box .results.transition {
    width: 100%;
    text-align: right !important;
}

.actions-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.actions-menu li {
    white-space: nowrap;
}

.categories-container {
    /*padding: 60px 0;*/
}

.card .card-div .card-top-div > span {
    cursor: pointer;
}

.nav-link {
    cursor: pointer;
}

/*.main-search-box input{*/
/*}*/
.hidden {
    visibility: hidden !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

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

.no-padding-top {
    padding-top: 0 !important;
    /*padding-bottom: 0 !important;*/
}

.no-padding-bottom {
    padding-bottom: 0 !important;
    /*padding-bottom: 0 !important;*/
}

.logo-text-position {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cover-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*flex-direction: row-reverse;*/
    height: 230px;
}

.cover-logo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*flex-direction: row-reverse;*/
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}

.divider-test {
    width: 2px;
    background: #F9F9F9;
    height: 100%;
}

.cover-logo-item-label {
    margin: 0 10px;
}

.section-title {
    font-size: 24px;
    margin: 0 0 5px 0;
}

.section-subtitle {
    font-size: 12px;
    color: var(--secondary);
}

.steps-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.step-item img {
    width: 85px;
}

.steps-component {
    margin: 40px 0 !important;
}

.steps-component-meta {
    font-size: 18px;
}

.steps-component-title {
    font-size: 24px;
}

.border-left {
    border-left: 1px solid var(--secondary);
}

.border-top {
    border-top: 1px solid var(--secondary)
}

.store-dsecription-textarea {
    border-radius: 20px !important;
    resize: none !important;
}

.row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.row-item-content {
    padding: 20px 10px;
    width: 85%;
    direction: rtl;
}

.row-item-logo{
    width:15%;
}
.row-item-content,.row-item-logo{
    float: left;
}

.row-item-logo img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
}

/* Filters component */

/* Navbar*/
.main-navbar {
    padding: 20px;
}

.homePage .home-product-grid .product-image {
    height: 18rem;
}

.product-image {
    height: 15rem;
}

.related-products .product-grid {
    height: 340px;
}

.related-products .product-grid .product-image {
    height: 17rem;
}

.product-grid .product-image img {
    height: auto;
}

.home-product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-product-container > div {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    margin-right: 1%;
}

.slider-heading {
    padding: 10px;
}

.card-div {
    position: relative;
}

.card-div .card-top-div {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.price-input {
    height: 40px;
}

.special-order-container {
    margin: 20px 0;
}

.field-divider {
    padding: 10px;
}

.input-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.related-product-name,
.related-product-store-name {
    margin: 0;
    padding-bottom: 5px;
}

.new-product-image-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    background: orange;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.remove-icon {
    left: auto !important;
    right: 0 !important;
}

.store-save-btn {
    background: #f26932 !important;
    float: right;
    height: 40px;
    border: 1px solid #f26932 !important;
}

.store-save-btn:hover {
    background: #fff !important;
    color: #f26932 !important;
}

.items-container {
    margin: 40px auto;
    padding: 20px 0;
}

.ReactCrop__image {
    max-width: 400px;
    max-height: 500px;
}

.upload-link {
    cursor: pointer;
    width: 158px;
    margin-right: 0;
    margin-left: auto;
    padding: 5px;
    border-radius: 50px;
    background: linear-gradient(145deg, #f6f6f6, #f2f2f2);
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out ;
    -moz-transition: all .2s ease-in-out ;
    -ms-transition: all .2s ease-in-out ;
    -o-transition: all .2s ease-in-out ;
    transition: all .2s ease-in-out ;
}

.upload-link:hover {
    opacity: .8;
    border: 1px solid #c4bfbf;

}


.upload-link-hint {
    margin-top: 10px;
}

.product-description {
    -webkit-box-flex: .8;
    -ms-flex: .8;
    flex: .8;
}

/* React js slider style */
.slide-container {
    width: 70%;
    margin: auto;
}

.each-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    height: 300px;
}

.each-slide span {
    padding: 20px;
    font-size: 20px;
    background: #efefef;
    text-align: center;
}

.each-fade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.each-fade .image-container {
    width: 75%;
    overflow: hidden;
}

.each-fade .image-container img {
    width: 100%;
}

.each-fade h2 {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background: #adceed;
}

.icon.product-category-icon {
    opacity: .2;
    margin-left: 5px;
    margin-right: 0;
    text-align: right;
}

.product-remove-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    cursor: pointer;
}

.no-items-placeholder {
    text-align: center;
    font-size: 24px;
    border: 2px dashed lightgray;
    border-radius: 5px;
    height: 300px;
    line-height: 300px;
}

.product-price-view {
    font-size: 22px !important;
    font-weight: 600;
    /*border: 1px solid lightgray;*/
    /*border-radius: 10px;*/
    padding: 1px 10px;
}

.product-unit-view {
    font-size: 16px;
    margin-right: 5px;
    font-weight: lighter;
}

.product-value-view {
    color: darkgrey !important;
}

.edit-product {
    cursor: pointer;
    width: 25px;
}

.edit-product:hover {
    opacity: .5;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.product-grid .nav-link {
    padding: 0;
}

.filters-component {
    /*padding-top: 14px;*/
}

.forgot-password-container .forgot-password-header {
    text-align: center;
    padding: 40px 0 0;
}

/* Dashboard style */
.admin-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.admin-view .main-content {
    width: 80%;
    padding: 20px 25px;
}

.admin-view .main-menu {
    width: 100%;
}

/*Popup style*/
.table-popup {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 900 !important;
}

.table-popup:before {
    z-index: -1 !important;
}

.table-popup .item {
    padding: 12px;
    width: 70px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.danger-item {
    color: var(--danger);
}

.table-popup .item:hover {
    background: #eee;
}

/*Popup style END*/

/* Dashboard style END*/

/* Upload component */
.upload-area {
    height: 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.upload-area img {
    margin-left: 10px;
}

.upload-icon {
    padding: 10px;
    /*border:1px solid #777;*/
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 50%;*/
    /*transform:translateY(-50%);*/
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.upload-icon:hover {
    -webkit-box-shadow: 0 0 10px 4px #eee;
    box-shadow: 0 0 10px 4px #eee;
}

.register-now {
    margin-top: 20px;
    position: relative;
}

.image-thumnail {
    position: relative;
    width: 100px;
    height: 100%;
    margin-left: 10px;
}

.image-thumnail-content {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.image-thumnail:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.image-thumnail:hover:before {
    background: rgba(0, 0, 0, .5);
}

.image-thumnail:hover .icon {
    opacity: 1;
}

.image-thumnail .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: white;
    opacity: 0;
}

.crop-container {
    margin-bottom: 20px;
}

.align-right {
    /* width: 100%;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     direction: rtl;*/
}

.align-right .title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.no-border {
    border: none !important;
}

.results {
    max-height: 400px;
    overflow-y: scroll;
}

.results .result {
    height: 100px;
}

.no-up-down-arrows input::-webkit-outer-spin-button,
.no-up-down-arrows input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-up-down-arrows input[type=number] {
    -moz-appearance: textfield;
}

.close-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-cell,
.name-cell {
    padding: 30px 20px 22px 20px !important;
}

.close-cell {
    padding: 19px 18px !important;
}

.align-right.details {
    width: 50%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    direction: rtl;
}

.product-grid .price-cart .price {
    color: #f26932;
    font-size: 1.2em;
    font-family: Tajawal-bold, sans-serif;
    padding-top: 2px;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.custom-animation-duration {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.logo-opacity {
    opacity: .8;
    width: 50px;
}

.circle .inner-div:hover {
    cursor: pointer;
}

.error-wrapper {
    text-align: right;
    width: 100%;
}

.store-name-desc-form {
    width: 70%
}

.subscribe .form-group .input-group button {
    border: 1px solid #f26932;
    border-radius: 20px !important;
    width: 100px;
    margin: 0px auto;
    direction: rtl;
    background-color: #f26932;
    color: #fff;
    position: absolute;
    z-index: 5;
    height: 43px;
}

.subscribe .form-group .input-group button:hover {
    background-color: #fff;
    color: #f26932;
}

.profile .profile-form1 input {
    border-radius: 20px;
    border: 1px solid rgba(34, 36, 38, .15);
    padding: 7px 15px 5px;
}

.profile .profile-form1 .change {
    background-color: #757575;
    color: #fff;
    padding: 10px 30px 8px 30px;
    border-radius: 20px;
    border: 1px solid #757575;
    margin-top: 10px;
}

.profile .profile-form1 .change:hover {
    color: #757575;
    background-color: #fff;
    padding: 7px 20px 5px 20px;
    border-radius: 20px;
    border: 1px solid #757575;
}

.profile .profile-form1 .with-padding {
    padding-right: 12%;
    text-align: start;
}

.discription.clr-gray {
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.badge {
    padding: 7px 10px 4px 10px;
}

.about-header .main-header {
    padding: 20px 40px;
}

.custom-buy-form {
    width: 50%;
    text-align: right;
}

.buy-page-wrapper .buy-buttons-container {
    text-align: right;
}

.loginBtn {
    min-width: 164px;
}

.server-error-message {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 10px auto !important;
    min-height: 30px;
    padding: 10px 20px !important;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.server-error-message .header {
    font-family: 'Tajawal-regular', sans-serif !important;
    font-size: 16px !important;
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.register-tabs .cat-bottom-btn.active {
    cursor: default;
}

.ui.pagination.menu {
    min-height: 35px;
    height: 35px;
    font-size: 16px;
}

.ui.pagination.menu .item,
.ui.pagination.menu .item.active {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-background {
    background: url('/assets/login-bg.png') no-repeat top;
}

.menu-favorite-icon {
    font-size: 1.2em;
}

.menu-favorite-header {
    background: url('/assets/cart-menu-header.png') no-repeat;
}

.main-menu-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    height: 100%;
}

.fas.fa-heart.small-icon.clr-white,
.fas.fa-shopping-cart.small-icon.clr-white {
    color: white;
    padding: 2px 4px;
    vertical-align: text-top;
}

.favorite-button:hover > .fas.fa-heart.small-icon.clr-white {
    color: #404040 !important;
}

.home-page-products-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-page-product {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    padding: 1%;
}

.home-page-category {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 1%;
}

.arrow-shadow:before {
    text-shadow: 0 0 3px #ccc;
}

.related-products .react-multiple-carousel__arrow {
    outline: none;
    -webkit-box-shadow: 0 0 6px 0px #333, 0 0 6px 0px #fff;
    box-shadow: 0 0 6px 0px #333, 0 0 6px 0px #fff;
    top: calc(42% - 30px);
}

.cancel-button {
    border-radius: 11px !important;
}

.react-multi-carousel-list .react-multi-carousel-track {
    margin-left: auto;
}

.toastify.on.toastify-center {
    max-width: unset !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.modal-header-text {
    font-family: 'Tajawal-Medium', sans-serif !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.purchase-terms-link {
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.purchase-terms-link-text:hover {
    color: #f26932 !important;
}

.disabled-input {
    pointer-events: none !important;
}

.disabled-input input {
    color: #818181 !important;
}

.resize-none {
    resize: none !important;
}

.profile-address {
    border-radius: 10px !important;
}

.image-viewer {
    position: relative;
}

.image-viewer .left,
.image-viewer .right {
    cursor: pointer;
}

.arr-con {
    height: 40px;
    width: 40px;
    background: #ffffff94;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 200%;
    -webkit-box-shadow: 0 0 10px #0000003d;
    box-shadow: 0 0 10px #0000003d;
}

.image-viewer .left .arr-con {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.image-viewer .right .arr-con {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.image-viewer .left .arr-con .icon,
.image-viewer .right .arr-con .icon {
    color: black;
}

.image-viewer .left .arr-con .icon {
    margin: 0;
}

.statistics-page {
    font-family: 'Tajawal-regular', sans-serif !important;
}

.statistics-page * {
    font-family: inherit;
}

.wrap-cart-text {
    word-break: break-word;
    white-space: pre-wrap;
}

.custom-table-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-table-header-actions {
    text-align: center !important;
}

.category-description-section {
    font-size: 18px;
    text-align: right;
}

.add-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.add-form {
    width: 60%;
}

.add-form-container-extra-section {
    width: 40%;
    padding: 0 20px;
}

.ltr-direction {
    direction: ltr !important;
}

.bill-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bill-section {
    width: 49%;
    padding: 0 10px;
}

.scroll-y {
    overflow-y: auto;
    max-height: 400px;
    height: auto;
    background: #eee;
}

.counter-inner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.counter-item{
    height: 100px;
}
.counter-value{
    padding-bottom: 10px !important;
    padding-right: 5px !important;
}
.no-items-message{
    text-align: center;
    width: 100%;
}
.home-page-shortcuts{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 40px 0 10px;
}
.buy-modal{
    height: -webkit-fit-content !important;
    height: fit-content !important;
    margin: auto !important;
    text-align: right !important;
}
.details-section{
    width: 50%;
    padding: 20px 0;
}
.details-section-area{
    width: 50%;
    background: #eee;
    overflow-y: auto;
    height: auto;
    max-height: 400px;
}
.pagination-wrapper{
    padding:10px 0;
    overflow-x:auto;
    margin: auto;
}
.pagination-wrapper::-webkit-scrollbar {
    /*width: 50px;*/
}
/* Track */
.pagination-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #dad7d7;
    box-shadow: inset 0 0 5px #dad7d7;
    border-radius: 10px;
}
/* Handle */
.pagination-wrapper::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    border-radius: 10px;
}
.pagination-wrapper::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
}

.all-stores-padded-row{
    margin-right: 30px;
}


@media screen and (min-width: 600px) and (max-width: 1300px) {
    .row-item-logo{
        width:23%;
    }
}
@media screen and (max-width: 900px) {
    .ui.pagination.menu {
        font-size: 13px;
    }
    .cover-logo-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 400px;
    }

    .cover-logo-item {
        margin-bottom: 40px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .avatar-upload .avatar-edit input + label:after {
        top: 43px;
        right: 50px;
    }

    .border-left {
        border-left: none !important;
    }

    .step3 .step-form .form-group,
    .step2 .step-form .form-group {
        margin-bottom: 0px !important;
    }

    .fields-container {
        margin-bottom: 20px !important;
    }

    .main-navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-expand-md .navbar-nav .nav-link.rtl {
        padding-right: 13px;
    }
}

@media screen and (max-width: 479px) {
    .home-page-products-container.--nowrap-mobile {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-grid .product-new-label {
        height: 1px;
    }

    .home-page-product {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    .home-page-category {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }

    .product-grid .product-image {
        width: 35%;
        float: right;
        height: 9rem;
    }

    .product-top-selection + .grid .column:not(:first-child) {
        margin-top: 10px;
    }

    /*.product-grid + .product-grid{*/
    /*margin-top:10px;*/
    /*}*/
    .related-products .product-grid .product-image {
        width: auto;
        float: none;
    }

    .product-grid .product-content {
        position: static;
        /* left: 0; */
        /* right: 0; */
        /* bottom: -27px; */
        z-index: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        width: 60%;
    }

    .product-grid {
        height: auto;
        padding: 0;
    }

    .home-product-container > div {
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        margin-right: 1%;
    }

    .product-grid {
        height: 130px;
    }

    .field-divider {
        display: none;
    }

    .react-multi-carousel-list .column {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .align-right {
        width: 50%;
    }

    .woocommerce table.wishlist_table thead th {
        font-size: 13px;
        padding: 8px 0;
    }

    table.shop_table.cart.wishlist_table td.product-name.rtl,
    table.shop_table.cart.wishlist_table td.product-price.rtl {
        font-size: 12px;
    }

    table.shop_table.cart.wishlist_table td.product-name.rtl {
        width: 30%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .products .product-top-selection + .grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .products .product-top-selection + .grid .column {
        padding: 0 !important;
    }
}

@media screen and (max-width: 375px) {
    .product-grid .product-image {
        height: 5rem;
        width: 30%;
    }

    .about-header .main-header {
        padding: 20px;
    }

    .price-container {
        -ms-flex-preferred-size: 125px;
        flex-basis: 125px;
    }
}

@media screen and (max-width: 768px) {
    .details-section,
    .details-section-area{
        width: 80%;
    }
    .bill-container {
        /*display: flex;*/
        /*justify-content: space-between;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .bill-section {
        width: 100%;
        padding: 10px 0;
    }

    .add-form-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .add-form {
        width: 100%;
    }

    .add-form-container-extra-section {
        width: 100%;
        padding: 20px 0;
    }

    .store-detail {
        width: 70%;
    }

    .store-detail + .store-icon {
        width: 30%;
    }

    .woocommerce {
        width: 100%;
    }

    .cart-icons {
        margin-top: 8%;
    }

    .nav-link.cart-icons.text-white {
        margin-top: 18px;
        float: right;
    }

    .dropdown-menu.show.cart-dropdown {
        margin-left: 20px;
        position: absolute;
    }

    .cart-detail .count {
        top: 22px;
        right: 0;
    }

    .admin-view {
        display: inline-block;
        width: 98%;
    }

    .admin-view .main-menu {
        width: 100%;
        overflow-x: hidden;
    }

    .admin-view .main-content {
        width: 100%;
        padding: 20px 8px;
    }

    .d-xl-none.d-lg-none {
        padding-right: 10px;
    }

    .home-wrapper {
        height: auto !important;
    }

    .home-editor {
        height: auto !important;
    }

    .shared-form {
        width: 80% !important;
        font-size: 13px !important;
    }

    .shared-form * {
        font-size: inherit !important;
    }

    .ui.red.pointing.basic.label {
        font-size: 12px !important;
    }

    .shared-form .register-submit-button {
        padding: 5px !important;
        height: 40px !important;
    }

    .ui.form.register-store-form .seven.wide.field {
        width: 100% !important;
    }

    .step3 {
        width: 80%;
        margin: auto !important;
    }

    .step3 .register-submit-button {
        padding: 5px !important;
        height: 40px !important;
    }

    .ui.form.register-store-form {
        margin: auto;
    }

    .signin .or-signin,
    .signin .or-signin * {
        font-size: 13px;
    }

    .home-page-product {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .home-page-category {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }

    .preview-thumbnail {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .custom-table-actions {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .custom-table-header-actions {
        text-align: right !important;
    }

    .preview-pic.tab-content {
        width: 50%;
        margin: auto;
    }

    .circle {
        width: 95px;
        height: 95px;
    }

    .circle .inner-div {
        width: 90px;
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-2nd {
        padding-bottom: 20px;
    }

    .circle .inner-div img {
        margin: 0;
        width: 20px;
    }

    .circle .inner-div p {
        font-size: 12px;
    }

    .row-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .allstore .store-heading {
        padding: 10px 20px;
    }

    .row-item-content {
        font-size: 12px;
    }

    .carousel-indicators {
        margin: 0 !important;
    }

    .slider-text {
        right: 15%;
        top: 30%;
        -webkit-transform: translateY(-33%);
        -ms-transform: translateY(-33%);
        transform: translateY(-33%);
    }

    .slider-text .slider-t {
        font-size: 14px;
    }

    .slider-text .slider-1-b {
        padding: 4px;
        font-size: 10px;
        min-width: 80px;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }

    .carousel-inner {
        height: 35vh;
    }

    .container {
        max-width: 100%;
    }

    .container .items-container .align-right.ui.table tr {
        border: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 5px;
    }

    .container .items-container .align-right.ui.table tr td {
        border: none !important;
    }

    .container .items-container .align-right.ui.table tfoot tr {
        padding: 0px;
    }

    .container .items-container .align-right.ui.table tfoot tr th {
        border: none !important;
    }

    .close-div {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .last-row {
        border-bottom: 1px solid rgba(34, 36, 38, .15) !important;
    }

    .input-cell {
        padding: 10px !important;
    }

    .input-cell .ui.input {
        width: 140px !important;
    }

    .input-cell .ui.input > input {
        padding: 6px;
    }

    .title-cell {
        width: 130px;
    }

    .burger-btn {
        margin-right: 20px;
    }

    .navbar-nav.w-100.justify-set {
        padding-right: 32px;
    }

    .actions-menu {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-right: 10px;
    }

    .profile .profile-form1 .change {
        margin-right: 0px !important;
    }

    .profile .profile-form1 input {
        max-width: 50%;
    }

    .profile .profile-form1 .with-padding {
        padding-right: 2%;
    }

    .products-table {
        display: block;
    }

    .about-details-2nd {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .custom-buy-form {
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 600px) {
    .details-section,
    .details-section-area{
        width: 100%;
    }
    .related-products .product-grid .product-image {
        height: 13rem;
    }

    .actions-menu {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .product-grid {
        max-width: 350px;
        height: auto;
        /*margin-bottom: 20px;*/
    }

    .product-new-label {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .remove-icon {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .product-grid {
        max-width: 430px;
        /*height: 130px;*/
    }

    /*.filters-component{*/
    /*padding: 20px 40px;*/
    /*}*/
    .row-item-logo img {
        /*flex: 1;*/
        max-width: 100px;
    }

    .store-name-desc-form {
        width: 80%
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
    .slider-text {
        right: 100px;
    }
}

@media screen and (max-width: 992px) {
    .justify-center {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .products.container {
        max-width: 100%;
    }

    .filters-component {
        padding-top: 0;
    }

    /*.px-0.products {*/
    /*padding-left: 50px !important;*/
    /*}*/
    .profile .profile-form1 .change {
        margin-right: 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    /*.product-grid:hover .product-content {*/
    /*bottom: 15% !important;*/
    /*}*/
    .product-grid:hover .product-image {
        height: 14rem !important;
    }

    .product-content {
        bottom: 10% !important;
    }
}

a.add-item-block {
    text-decoration: none;
    color: white;
}

.add-item-block {
    position: absolute;
    right: 0px;
    left: 0px;
    /*top: 25%;*/
    z-index: 9;
    color: white !important;
    height: 100%;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.fixed-product-placeholder .product-content {
    /*height: 240px;*/
    position: relative;
}

.add-item-block-icon {

    font-size: 25px;
    text-align: center;
    display: block;
    /*margin: auto;*/
    padding: 10px 0;
}

.add-item-block-icon:hover {
    color: #f26932;
}

.rating-content {
    /*float:left;*/
}

.product-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.product-item-info-container {
    padding: 5px 20px;
    border-bottom: 1px solid #bbb;
}

.table-row-item {
    cursor: pointer !important;
}

.table-row-item:hover {
    background: #eee !important;
}

.product-item-info-total {
    height: 30px;
    background: #d7d6d6;
    font-size: 14px;
}

.product-item-info-value {
    text-align: left;
    width: 70%;
}

.product-item-info-value .icon.close{
    float:left;
}

.product-wrapper-info {
    margin-top: 40px;
}

.no-padding {
    padding: 0;
}

.admin-view .nav-item .nav-link i {
    width: 20px;
}

/* HTML editor styles*/

.home-editor {
    border: 1px solid #a5a5a56e !important;
    padding: 5px !important;
    border-radius: 2px !important;
    height: 80%;
    overflow-x: hidden !important;
    overflow-y: auto;
}

.home-wrapper {
    display: block !important;
    height: 400px;
}

.static-content-preview-section {
    margin-top: 50px;
    padding: 20px 0;
}

.public-DraftEditorPlaceholder-root {
    right: 0;
}

.public-DraftStyleDefault-block {
    margin: 0 !important;
}

.static-content-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* HTML editor styles end*/

.image-preview-container {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.image-preview-container img {
    max-height: 200px;
}

.dashboard-menu-accordion {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.admin-view .dashboard-menu-accordion ul {
    margin: 0;
}

.dashboard-menu-accordion .nav-item a.active.nav-link {
    color: var(--orange);
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

/* Statistics page*/
.statistics-page .card h5 {
    text-align: right;
    padding-top: 10px;
    padding-right: 5px;
    margin: 0;
    font-family: inherit !important;
}

.about-head-description {
    /*font-size: 16px;*/
    text-align: center;
    /*color:#666;*/
    /*margin:0;*/
}

.static-content-wrapper {
    padding: 10px;
}

.static-content-wrapper ul {
    direction: rtl;
}

/* Slider config styles*/
.slider-item-margin:not(:last-child) {
    margin-bottom: 10px;
}

.slider-btn {
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.carousel .carousel-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(128, 128, 128, .2);*/
    z-index: 0;
}

.avatar-edit.shortcut-placeholder {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    right: auto;
}

.avatar-upload .avatar-edit.shortcut-placeholder input + label:after {
    top: 0 !important;
    left: 0;
}

@media screen and (min-width: 768px) {
    .home-main-menu li .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
    }
}

.shared-form {
    width: 50%;
    margin: auto;
    text-align: right;
}

.shared-form .register-input input {
    border-radius: 20px !important;
}

.shared-form .register-submit-button {
    display: block;
    margin: 30px auto;
}

/* Semantic UI table override*/
.ui.table thead tr:first-child > th:last-child,
.ui.table thead tr:first-child > th:first-child {
    border-radius: 0 !important;
}

.register-store-form .field {
    margin-bottom: 22px !important;
}

.register-store-form .register-input input {
    border-radius: 20px !important;
}

.products .products-menu {
    margin: 0 !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.homePage .products {
    padding-bottom: 0;
}

.about .about-detail .about-ul li {
    position: relative;
}

.about .about-detail .about-ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--orange);
    position: absolute;
    right: -19px;
    top: 16px;
    border-radius: 50%;
}

.sort-options .ui.radio.checkbox label {
    padding-right: 25px;
}

.sort-options .ui.radio.checkbox label:before,
.sort-options .ui.radio.checkbox label:after {
    left: auto;
    right: 0;
}

.react-multiple-carousel__arrow {
    background-color: rgba(0, 0, 0, .5) !important;
}

.tag-icon {
    -webkit-filter: grayscale(1) invert(.8);
    filter: grayscale(1) invert(.8);
    width: 30px;
    margin-left: 5px;
}

.c-product .detail .shop-details > div {
    margin: 0 0 10px;
}

.c-product .detail .shop-details .product-price-view.clr-text-orange {
    padding-right: 0 !important;
}

.has-edit-form {
    padding: 10px 0;
    margin: 0 !important
}

.cart-popup-price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

@media screen and (min-width: 1000px) {
    .product-options-component {
        padding: 20px 20px 20px 0;
        margin-right: 100px;
    }

    .main-products-container .product-grid:not(.fixed-product-placeholder):hover .product-image {
        height: 14rem !important;
    }
}

@media only screen and (max-width: 380px) {
    .dropdown-menu.cart-menu.cart-dropdown {
        width: auto;
        position: absolute;
        right: auto !important;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left, .toastify-center {
        max-width: 80% !important;
    }

    .preview-thumbnail.nav-tabs li,
    .preview-thumbnail.nav-tabs img {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1200px){
    .modal-header-text{
        margin-right: 15px;
    }
}

@media only screen and (max-width: 425px) {
    .preview-pic.tab-content {
        width: 90%;
    }
}

@-moz-document url-prefix() {
    .buy-modal{
        height: 425px !important;
        overflow-y: scroll;
    }
}