@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?b4ywex');
    src:  url('../fonts/icomoon.eot?b4ywex#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?b4ywex') format('truetype'),
      url('../fonts/icomoon.woff?b4ywex') format('woff'),
      url('../fonts/icomoon.svg?b4ywex#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon', sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  

.field-with-sym{
    position: relative;
}
.field-with-sym input{
    padding-left: 25px !important;
}
.field-with-sym .add-before-sym {
    position: absolute;
    left: 10px;
    top: 7px;
}
.remarks-note {
    cursor: pointer;
}

.admin__menu .item-seller-admin-core.level-0 > a::before {
    content: '\e900';
    font-family: 'icomoon', sans-serif;
}

.order-earning .admin__page-section-title .title {
    font-weight: 600;
}

.order-earning .admin__page-section-item-content{
   max-width: 50%;
}

.order-earning .admin__table-secondary tbody th, 
.order-earning .admin__table-secondary tbody td {
    border-bottom: 1px solid #dddddd;
}
body.vendor-user .menu-wrapper:before {
    background-color: #1b1b3d;
}

body.vendor-user .admin__menu .level-0:hover > a,
body.vendor-user .admin__menu .level-0._active > a,
body.vendor-user .admin__menu .level-0 > .submenu {
    background-color: #2c2c5d;
}

body.vendor-user .admin__menu [class*='level-']:not(.level-0) a:hover {
    background-color: #30306b;
}

/** POD Header Css **/
header.login-header .logo {
    max-width: 100%;
    max-height: 90px;
    display: block;
    text-align: center;
}
.login-header {
    text-align: center;
}
header.login-header .logo img {
    width: 200px;
    display: inline-block;
}
.vendor-user:not(:has(.vendor-breadcrumbs)) .page-content {
    margin-top: 20px;
}
.vendor-breadcrumbs{
    padding: 10px 0;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
.vendor-breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 0;
    
}
.vendor-breadcrumbs ul li{
    list-style-type: none;
    margin-right: 0;
}
.vendor-breadcrumbs ul li span{
    padding: 10px;
    display: inline-block;
}
.vendor-breadcrumbs ul li a{
    padding: 10px;
    display: inline-block;
    color: #41362F;
    font-weight: 400;
}
.vendor-user .page-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-top: 30px;
}
.vendor-user .page-header .message.info{
    margin-bottom: 30px;
}
.vendor-user .page-header .page-title-wrapper{
    margin-top: 0;
}
.vendor-user .page-header .page-title-wrapper .page-title{
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.listing-top .template-search-bar .search-icon{
    display: block;
    position: absolute;
    top: 12px;
    left: 10px;
    opacity: 0.6;
}
.listing-top .template-search-bar .search-icon:before{
    content: '\e60c';
    color: #41362f;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    font-family: 'Admin Icons', sans-serif ;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
}
.vendor-user .message-wrapper .first-message {
    position: relative;
    text-align: right;
    background-color: #fffbbb;
}
.vendor-user .message-wrapper .more-messages {
    background: #fffbbb;
    border: .1rem solid #d1d1d1;
    border-top: 0;
    display: block;
    left: -1px;
    padding: 0 3rem 1.5rem;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 498;
}
.vendor-user .message-wrapper .more-messages .message.message-warning {
    border-bottom: 1px solid #dddddd;
}
.vendor-user .message-wrapper .first-message>.message-warning {
    float: left;
}
.vendor-user .toggle-vendor-messages{
    background-color: transparent;
    border: none;
    font-weight: 400;
    padding-right: 3rem;
    margin: 1.5rem 0;
}
.vendor-user .toggle-vendor-messages:after {
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: .5rem .4rem 0;
    content: '';
    height: 0;
    margin-top: -.2rem;
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transition: all .2s linear;
    width: 0;
}
.message-wrapper .more-messages .message.message-warning:last-of-type {
    border-bottom: none;
}
.message-wrapper.active .first-message{
    border-bottom: 1px solid #dddddd;
}

.message-wrapper.active .toggle-vendor-messages:after{
    border-color: transparent transparent #333;
    border-width: 0 .5rem .4rem;
}
.listing-top .template-search-bar{
    margin-bottom: 20px;
    padding: 0 5px;
}
.listing-top .template-search-bar form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.listing-top .template-search-bar form .input-text {
    border: 1px solid #dddddd;
    width:calc(100% - 200px);
    padding-left: 40px;
    border-radius: 5px;
    height: 40px;
    margin-right: auto;
}
.listing-top .template-search-bar .template-sort select{
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 40px;
    padding: 6px;
}
.pager{
   text-align: center;
   margin-top: 30px;
}
.pager ul {
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #dddddd;
    margin-left: auto;
    margin-right: auto;
}
.pager ul li{list-style-type: none;}
.pager ul li a, .pager ul li.active span, .pager ul li strong{
    border-right: none;
    padding: 10px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    display: block;
}
.pager ul li.active span, .pager ul li.current strong{
   background-color: #dddddd;
}
.pager ul li.more-pages{
   padding: 7px 10px;
}
.pager ul li a{
   color: #333333;
}
.no-item-found {
    text-align: center;
}
.no-item-found span {
    display: block;
    margin-top: 20px;
    font-weight: 600;
}
.no-item-found img{
    opacity: 0.6;
}

.rating-summary .rating-result:before {
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 1;
   -webkit-font-smoothing: antialiased;
   color: #c7c7c7;
   font-family: 'luma-icons', sans-serif;
   font-size: 16px;
   height: 16px;
   letter-spacing: 2px;
   line-height: 16px;
   content: '\e605' '\e605' '\e605' '\e605' '\e605';
   display: block;
   font-style: normal;
   font-weight: 400;
   speak: none;
}
.rating-summary .rating-result>span:before {
   position: relative;
   z-index: 2;
   -webkit-font-smoothing: antialiased;
   color: #f7b500;
   font-family: 'luma-icons', sans-serif;
   font-size: 16px;
   height: 16px;
   letter-spacing: 2px;
   line-height: 16px;
   content: '\e605' '\e605' '\e605' '\e605' '\e605';
   display: block;
   font-style: normal;
   font-weight: 400;
   speak: none;
}

.rating-summary .rating-result>span span {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}
.product-reviews-summary .rating-summary {
   margin: 0 4px 0 0;
}
.product-reviews-summary .rating-summary {
   display: inline-block;
   vertical-align: middle;
}
.rating-summary .rating-result>span {
   display: block;
   overflow: hidden;
}
.rating-summary {
   overflow: hidden;
   white-space: nowrap;
}
.rating-summary .rating-result {
   width: 88px;
   display: inline-block;
   position: relative;
   vertical-align: middle;
}
.rating-summary {
   overflow: hidden;
   white-space: nowrap;
}
.product-reviews-summary .reviews-actions {
   font-size: 12px;
   margin-top: 5px;
   display: inline-block;
   vertical-align: middle;
}
.product-reviews-summary {
   margin-bottom: 10px;
}
.vendor-user .price-range .price-slider-range {
    background: #dddcdc;
    margin: 10px;
}
.vendor-user .price-range .price-slider-range .ui-slider-handle {
    background: #898887;
    width: 15px;
    height: 15px;
    top: -3px;
    cursor: pointer;
}
.vendor-user .price-range .price-slider-range p{
    margin: 5px;
}
.field-order_confirmation .control .admin__control-radio{
    position: absolute;
}
.order-mode-wrapper  {
    padding: 20px;
    background: #edebeb;
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 0;
}
.order-mode-wrapper label {
    font-size: 14px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.order-mode-wrapper p {
    margin-top: 0;
    margin-bottom: 10px;
}
.action-approve-order, .action-approve-order:focus {
    background-color: #EB5202;
    border: 1px solid #EB5202;
    color: #ffffff;
    white-space: nowrap;
}
.action-approve-order:hover {
    background-color: transparent;
    color: #EB5202;
}
.seller-minicart .minicart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e611';
    font-family: 'luma-icons', sans-serif;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.page-header .page-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-info-main .field.qty input#qty {
    border: 1px solid #dddddd;
    height: 40px;
    padding: 5px 30px;
    border-radius: 5px;
    text-align: center;
    width: 120px;
}
.product-info-main .field.qty  .action {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    background-color: transparent;
    border-right: 1px solid #dddddd;
    height: 100%;
    border-width: 0 1px 0 0;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}
.product-info-main .field.qty .control {
    position: relative;
    display: inline-block;
}
.product-info-main .field.qty .action.qty-increment {
    left: auto;
    right: 0;
    border-left: 1px solid #dddddd;
    border-right: none;
}
.seller-new-order-wrapper {
    margin-left: 30px;
    margin-right: 15px;
}
.seller-new-order-wrapper a {
    padding: 10px 15px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
}
.seller-new-order-wrapper a:hover{
    text-decoration: none;
}
.seller-minicart .action.showcart{
    position: relative;
}
.seller-minicart {
    display: inline-block;
    margin-left: 15px;
}
.seller-minicart .counter {
    background: #ff5501;
    color: #fff;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    border-radius: 50%;
    width: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 11px;
}

.admin__data-grid-wrap tbody  td.cell-content-center, .admin__data-grid-wrap  th.cell-content-center {
    text-align: center;
}
@media (max-width: 1260px){
    .vendor-user .page-header .page-title-wrapper .page-title{
        font-size: 1.8rem;
    }
    
}
@media (max-width: 1325px){
    .seller-new-order-wrapper a {
        padding: 9px;
        font-size: 10px;
    }
}
