*:focus {
    box-shadow: none !important;
    outline: none !important;
}
body{
    font-family: "Open Sans", sans-serif !important;
}
:root{
    font-family: "Open Sans", sans-serif !important;

}
.wrapper {
    position: relative;
    min-height: 100vh;
}

.site-header ul.selectprofile {
    right: 105px;
    top: 20px;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    margin-top: 1.75rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    border-radius: 0.625rem;
    z-index: 99;
    min-width: 7.5rem;
    padding: 0.625rem 0;
}

.site-header .selectprofile .select-li-profile {
    padding: 0.3125rem 1.25rem;
}

.btn-login {
    margin: 0 1.5rem;
    align-items: center;
    position: relative;
    display: flex;
    padding-right: 1rem;
}

.site-header .btn-login:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0.6875rem;
    height: 0.6875rem;
    background-image: url("../images/svg-icons/down-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0.875rem;
    pointer-events: none;
}

ul.parent-category {
    padding-left: 20px;
    margin-bottom: 0px;
}

.parent-category>li>a,
.child-category>li>a {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #303F9F !important;
}

.parent-category>li {
    list-style: none;
    color: #222;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.child-category>li {
    list-style: none;
    color: #222;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin-bottom: 5px;
}

.fc-des {
    resize: none !important;
    background: #F3F6F9 !important;
    border: none !important;
}

/* Abhinav css */

main {
    background-color: #f7f7fa;

}

.breadcrumb {
    margin-bottom: 0;
    background-color: #f7f7fa;
    padding: 20px 0;
}

.breadcrum-item {
    font-size: 200px;

}

nav ol li a {
    margin-right: 10px !important;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "";
    display: none;
}

.fa {
    color: #4F5665;
}

.title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.title-small {
    font-size: 16px;
    line-height: 25px;
    color: #4F5665;
    text-align: center;

}

.custom-btn {
    font-size: 14px;
    line-height: 25px;
    padding: 0 30px;

}

.form-control {
    background-color: #F3F6F9 !important;
    text-align: center;
}

.form-control:hover {
    background-color: #F3F6F9 !important;
}

.form-control:focus {
    background-color: #F3F6F9 !important;
}

::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: bolder !important;
}

::-moz-placeholder {
    color: #B3B4B4 !important;
    font-weight: 500 !important;

}

::-ms-placeholder {
    color: #B3B4B4 !important;
    font-weight: 500 !important;

}

::placeholder {
    color: #B3B4B4 !important;
    font-weight: 500 !important;

}

.l-flont {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}

.form-check-label {
    font-weight: 400 !important;
    font-size: 15px;
}

span {
    font-weight: 600;
}

.btn-reg {
    border: 2px solid #4F5665;
    color: #4F5665;
}

@media screen and (max-width:1024px) {

    .btn-log {
        margin-right: 1.32rem !important;
    }

    .btn-reg {
        margin-left: 1.32rem !important;
    }

}

@media screen and (max-width:1024px) {

    .btn-log {
        margin-right: 1.32rem !important;
    }

    .btn-reg {
        margin-left: 1.32rem !important;
    }

}


.form-container {
    padding: 10rem 16rem;
}

@media screen and (max-width:1118px) {

    .form-container {
        padding: 8rem 12rem
    }
}

@media screen and (max-width:990px) {

    .form-container {
        padding: 8rem 6rem
    }
}

@media screen and (max-width:990px) {

    .form-container {
        padding: 8rem 4rem
    }
}

@media screen and (max-width:767px) {

    .form-container {
        padding: 8rem 2rem
    }

    .btn-lg-re {
        margin-top: 20px;
    }

    .d-pass {
        margin-top: 20px;
    }
}

@media screen and (max-width:654px) {

    .form-container {
        padding: 8rem 0rem
    }
}

@media screen and (max-width:632px) {
    .btn-sml {
        margin: 10px 0px;
    }
}

@media screen and (max-width:425px) {

    .btn-log {
        margin-right: 0 !important;
    }

    .btn-reg {
        margin-left: 0 !important;
    }
}

.modal .modal-header .closemodel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f73859;
    color: #fff;
    margin: 0;
    opacity: 1;
    border: none;
}

.btn-description {
    padding: 15px 0 0 42px !important;
}

#the-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
    margin-right: 20px;
    color: #B3B6B8;
}

.set.av-product-md-set>a.active>i {
    background-color: #3F51B5;
    color: #fff !important
}

.min-height-footer {
    /* Important to keep footer in the bottom*/
    min-height: 51px;
}

.av-custom-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    /* right: 0; */
    width: 100%;
}
/* footer{
    position: absolute;
    bottom: 0;
    width: 100vw;
} */

/* Edit preview page start */

/* .av-pp-edit-wrapper{
    font-size: .875rem !important;
    font-weight: 400 !important;
  } */

/* Edit preview page ends */

.shop-filter-card .form-control.input-solid option {
    color: #000 !important;
}

.file-upload-content {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
}

.form-control.av-add-docs {
    overflow: auto;
    height: 200px !important;
}


/* admin products - adding a product  */

.product-img-wrapper input[type=checkbox] {
    display: none
}

.av-dt-demo {
    text-align: center;
}

/* .product-img-wrapper img.uploaded-product-img {
        transition: transform 0.25s ease;
        cursor: pointer;
    }
    .product-img-wrapper input[type=checkbox]:checked ~ img{
        transform: scale(2);
    } */


/* admin products - adding a product */

.av-pd-text-span {
    font-size: 12px;
    float: right;
    padding-bottom: 15px;
}

.av-pd-p-2 {
    margin-top: -9px;
}

/* av-changes */
.pd-wrap.border-bottom-grey.av-pd-wrap {
    /* padding: 0px !important; */
    background-color: #fff;
    padding-top: 30px !important;
    border-bottom: none !important;
}

.form-control.av-pd-background-white {
    background-color: #fff !important;
}

.form-control.av-shop-pi-fc {
    text-align: left !important;
}

/* .av-pd-custom-check:checked ~ .av-pd-custom-check-label::before{
    background-color: green !important;
   } */
.owl-carousel.product-thumb.av-pd-thumb {
    padding: 0 !important;
}

.av-pd-owl-2 {
    padding: 0 !important;

}

.av-pd-hr {
    border-top: 1px solid #2d2e2e !important;
    width: 100%;
}

.av-pd-h3-sm {
    margin-top: 20px !important;
}

.item.av-pd-box {

    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    margin: 5px !important;
}

.box.av-pd-innerbox {
    width: 100% !important;
    min-height: 390px !important;
}

.av-pd-products-container {
    background-color: #fff !important;
}

.av-pr-box {
    width: 100% !important;
    height: 300px !important;
    max-height: 300px;
    padding: 30px 15px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 0 4px 0 rgb(0 0 0 / 10%);
    position: relative;
}
.av-pr-box-content{
    position: absolute;
    top: 40%;
    left: 18%;
}
.av-pd-sp-cart {
    padding: 0 !important;
    font-weight: 400 !important;
    min-width: 13.725rem !important;
    font-size: 14px;
}

/* h6{
       position: relative;
       margin-top: 35%;
        margin-left: 20%;
        color: #575d69;
   } */
.av-dt-upload-btn {
    margin-top: 20px;
    /* margin-left: 13%; */
}

@media (min-width: 992px) {
    .product-detail .browsing-slider .owl-carousel .owl-nav button.owl-next {
        right: -52px;
    }

    .product-detail .browsing-slider .owl-carousel .owl-nav button.owl-prev {
        left: -35px;
    }
}


@media (min-width: 1200px) {
    .product-info-btn.av-shop-pr-info-btn {
        position: relative !important;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:1024px) {
    .av-pd-sp-cart {
        min-width: 10.725rem !important;
    }
}

/* admin products - adding a product  Ends*/

/* Cart page start */

.cart-container-bg-white.container.av-cart-container {
    background-color: #fff;
    padding: 0px !important;
}

.av-cart-h4 {
    color: #303F9F;
}

.av-cart-border {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    padding: 0 1.25rem;
}

.card-header.av-cart-coll {
    padding: 0px !important;
}

.card-header.av-cart-coll-new {
    padding: 7px !important;
    background-color: #303F9F;
    border-radius: 0px !important;
}

.btn.av-cart-coll-head {
    width: 100%;
    background-color: #303F9F;
    color: #fff;
    margin: 0 !important;
    padding: 10px 0px !important;
    text-align: left;
    padding-left: 20px !important;

}

.av-cart-coll-new-head {
    width: 100%;
    color: #fff;
    margin: 0 !important;
    padding: 10px 0px !important;
    text-align: left;
    padding-left: 20px !important;
    line-height: 1rem !important;
    font-size: 1rem;
    border-radius: 0rem;
    font-weight: 600;

}

.btn.av-cart-coll-head span i {
    color: #fff !important;
    float: right;
    font-size: 1.2em !important;

}

.av-mnc-btns {
    cursor: pointer;
}

.btn.av-cart-coll-head:after {
    content: "\f106" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #fff;
    font-size: 1.2em !important;
    padding: 0px 10px;

}

.btn.av-cart-coll-head.collapsed:after {
    content: "\f107" !important;
}

.btn.av-cart-coll-head span i {
    position: absolute;
    margin: 0 auto;
    right: 3%;
    color: #fff !important;
    font-size: 1.2em !important;
    padding-top: 2px;

}

.form-control.av-cart-date {
    border: none !important;
    box-shadow: inset 0px 0px 4px rgb(0 0 0 / 25%) !important;
}

.input-group-text.av-cart-date-input {
    border-radius: 0px !important;
    background-color: #fff;
}

.form-control.av-pd-md-textarea {
    height: 100px !important;
}


.content-tabtwo .tab-wrappertwo .nav-tabstwo .nav-linktwo {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 30px;
    color: rgba(0, 0, 0, .5);
    font-size: 1.125rem;
    font-weight: 600;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .25)
}

.content-tabtwo .tab-wrappertwo .nav-tabstwo .nav-linktwo.active,
.content-tabtwo .tab-wrappertwo .nav-tabstwo .nav-linktwo:hover {
    color: #3f51b5;
    box-shadow: none
}


@media screen and (max-width:425px) {
    .btn.av-cart-coll-head span i {

        right: 7%;
        padding-top: 2px;

    }
}

/* cart page end */

/* Cart page accordian End */


/* Password Reset Page start */

.form-container-reset-pass {
    padding: 4rem 10rem;
}

.av-reset-pass-label {
    font-weight: 400 !important;
}

@media screen and (max-width:1024px) {
    .form-container-reset-pass {
        padding: 4rem 4rem;
    }
}

@media screen and (max-width:768px) {
    .form-container-reset-pass {
        padding: 4rem 8rem;
    }
}

@media screen and (max-width:425px) {
    .form-container-reset-pass {
        padding: 4rem 2rem;
    }

    .av-reset-btn {
        width: 100%;
    }
}

@media screen and (max-width:375px) {
    .form-container-reset-pass {
        padding: 4rem 0rem;
    }
}

/* Password Reset page end */

/* Settings page start */
.av-settings-empty-img {
    width: 100%;
    margin-left: 28%;
    padding-bottom: 50px;
}

.av-settings-nr {
    color: #303F9F;
    font-weight: 600;
    font-size: 20px;
}

.modal-title.av-settings-modal-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #303F9F;
}

.modal-content.av-sttings-modal-content {
    border: none !important;
}

.modal-body.av-settings-modal-body {
    padding-bottom: 50px !important;
}

.av-setting-nav {
    margin: 0px 29px;
}

.av-set-onboard {
    width: 384px !important;
    /* padding-left: 73px !important; */
    color: #4F5665 !important;
    height: 38px !important;
    font-size: 14px !important;
}

.av-set-reset {
    padding-left: 147px !important;
    width: 384px !important;
    color: #4F5665 !important;
    height: 38px !important;
    font-size: 14px !important;
}

.av-setting-active {
    color: #fff !important;
    background-color: #3f51b5 !important;
}

.content-title-wrapper.av-setting-wrapper {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.content-tab.av-setting-content-tab {
    box-shadow: none !important;
}

.content-tabtwo.av-setting-content-tabtwo {
    box-shadow: none !important;
}

.form-control.av-set-form-control {
    background-color: #fff !important;
}

.form-control.av-set-form-control:hover {
    background-color: #fff !important;
}

.form-control.av-set-form-control:focus {
    background-color: #fff !important;
}

@media screen and (max-width:1024px) {
    .av-set-onboard {
        width: 280px !important;
        padding-left: 68px;
    }

    .av-set-reset {
        width: 280px !important;
        padding-left: 72px !important;
    }
}

@media screen and (max-width:768px) {
    .nav.nav-tabs.av-setting-nav {
        margin-left: 10%;

    }
}

@media (min-width: 576px) {
    .modal-dialog.av-set-modal-dialog {
        max-width: 790px !important;
        margin: 14.75rem auto !important;
    }
    

}
@media(max-width:576px){
    .av-set-onboard , .av-set-reset{
        width: 100% !important;
        text-align: center;
        padding-left: 0px !important;
    }
}
/* Settings page end */


/* Seller Cabinet Modal Css Start */

.modal-title.av-seller-cp-md-title {
    color: #303F9F;
    font-weight: 600;
}

.av-seller-cp-card {
    background-color: #303F9F;
    padding: 10px;

}

.av-seller-cp-card-head a {
    color: #fff;
    font-weight: 600;
}

.av-seller-cp-label {
    color: #303F9F;
}

.av-seller-cp-h6 {
    color: #303F9F;
    font-weight: 600;
}

.form-control.av-seller-cp-fc {
    text-align: left;
    background-color: #fff !important;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}

p.av-seller-cp-md-terms {
    float: right;
    margin-bottom: 0 !important;
}

/* Seller Cabinet Modal css End */

/* Seller request modal start */
.av-sell-req-msg {
    float: right;
    padding: 0.25rem .73rem !important;
}

.av-req-md-fc {
    width: 20% !important;
    border: none;
    float: right;
}

.form-control.av-sel-req-radio-fc {
    padding: .275rem .25rem !important;
    background-color: #fff !important;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
}

.form-control.av-sel-req-radio-2-fc {
    background-color: #fff !important;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
    height: 35px !important;
    padding-top: 7px;

}

.form-check-label.av-sel-req-fc-label {
    margin-right: -10px;
}

.form-check-input.av-sel-req-fc-radio-ip {
    margin-top: .17rem !important;
}

span.av-sel-sel-req-line {
    color: #9e9e9e;
}

.av-sel-req-save-btn {
    padding: 7px 32px !important;
}

@media screen and (max-width:768px) {
    .av-sel-req-save-btn {
        padding: 7px 15px !important;
    }

    .av-sel-req-svg svg {
        width: 600px
    }
}

@media screen and (max-width:425px) {
    .av-sel-req-save-btn {
        width: 100%;
    }
}

/* seller req modal end */

/* Needs Page start */

.form-control.av-needs-search-control {
    /* border-left: none !important; */
    border-right: none !important;
    /* background-color: #fff !important; */
    text-align: left;
}
@media(max-width:575px){
    .form-control.av-needs-search-control{
    border-left: none !important;
    }
}
.av-needs-hs-span {
    font-weight: 700;
}

.av-needs-h2 {
    font-size: 24px;
    line-height: 33px;
    font-weight: bold;
    margin-bottom: -1px;
}

.map-img-section.av-needs-map {
    margin: auto;
}

.av-needs-clr {
    color: #303F9F;
}

.video-section.av-needs-vid {
    padding: 2% 0 4% 0;
}

.vid-section-container {
    background-color: #fff;
    width: 100%;
}
.av-needs-all-caps{
    text-transform: lowercase;
}
.av-needs-all-caps::first-letter {
    text-transform: capitalize;

}

.av-needs-vid-h3 {
    font-weight: bold;
    font-size: 24px !important;
    line-height: 138%;
}

.av-needs-vid-p {
    /* font-weight: normal;
    font-size: 18px !important;
    line-height: 138%; */
    /* color: #404040 !important; */
}

.region-section.av-needs-region {
    padding-bottom: 0px !important;
}

/* Needs Page End */

/* Prodcuts Page Start */
.contaner-pc-head {
    width: 100%;
    height: 209px;
    background-color: #fff;
}

.container.gradient-grey-white.av-ptr-hd-container {

    max-width: 80% !important;
}

.av-pd-avt-img {
    float: right;
}

.av-ptr-hd-2 {
    padding-right: 0px !important;
}

.avatar.av-pd-avatar-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

h1.av-pr-h1 {
    font-size: 2.4rem !important;
}

.av-pr-bi {
    /* font-size: 14px !important;
    line-height: 19.07px !important; */
    word-wrap: break-word
}

.av-pr-small {
    margin-left: -17px !important;
}

.av-pr-head-text {
    font-size: 14px;
    color: #4F5665;
    line-height: 19px;
    font-weight: 400;
    padding: 0px 7px;
}

.av-pr-head-div {
    margin-top: 22px !important;
    padding-left: 0px !important;
}

.av-manu-search-input {
    width: 100% !important;
    padding: 0 !important;
    border: 1px solid#303F9F !important;
}

.title.av-pr-filter {
    text-align: left;
    font-size: 18px !important;
    margin-bottom: -3px !important;
}

.card-body.av-pr-filter-body {
    /* padding: 10px 10px !important; */
    padding: 0px;
}

.radio.av-pr-filter-radio {
    /* margin-bottom: 16px !important; */
}

.av-pr-filter-label {
    padding-top: 4px !important;
}

.card-header-2 {
    padding: 20px 20px 10px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header-3 {
    padding: 20px 20px 10px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header-4 {
    padding: 20px 20px 10px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header-5 {
    padding: 20px 20px 10px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-body.av-prd-card-body {
    padding: 0px 0px 0px 0px !important;
}


.av-prt-cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px !important;
    padding-right: 15px !important;
    /* color: #0B132A; */
}
.add-button:focus, .add-button:hover, .add-button{
    color: #fff !important;
}
.av-ptr-p {
    margin-bottom: 0px !important;
}

.form-control.av-ptr-select {
    background-color: #F7F7FA !important;
    padding: 0px !important;
    margin-left: 10px;
    width: 190px !important;
}

.star-font-size.av-ptr-stars {
    font-size: 5px !important;
}

.search-bar.av-prt-search {
    border: none !important;
}

.form-control.av-prt-search-control {
    background-color: #fff !important;
    width: 100% !important;
    text-align: left;
    height: 36px !important;
    border: 2px solid #3F51B5 !important;
}

.product-category .search-bar .btn-search.av-prt-search-btn {
    height: 36px !important;
    width: 35px;
    top: 0px !important;
    right: 0px !important;
}

.av-prt-cat-num {
    text-align: right;
    font-size: 14px !important;
}

ul.av-ptr-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.av-ptr-reg {
    font-size: 14px;
}

@media screen and (max-width:1024px) {
    h1.av-pr-h1 {
        font-size: 2rem !important;
        margin-bottom: 0px !important;
    }

    .av-pr-bi {
        font-size: 12px !important;
        line-height: 18.07px !important;
    }

    .avatar.av-pd-avatar-icon {
        width: 100px;
        height: 100px;
    }

    .av-pr-head-text {
        font-size: 13px;
        line-height: 16px;
        padding: 0px 5px;
    }

    .title.av-pr-filter {
        font-size: 18px !important;
    }

    .product-category .box {
        min-height: 380px;
        min-width: 194px;
    }

    .star.av-ptr-star {
        width: .7rem;
    }

    .review-font-size.av-ptr-review {
        font-size: 12px !important;
    }
    .card-body.av-prd-card-body{
        padding: 0px 10px 20px 10px !important;
    }
}

@media screen and (max-width:768px) {
    .avatar.av-pd-avatar-icon {
        width: 70px;
        height: 70px;
    }

    h1.av-pr-h1 {
        font-size: 1.5rem !important;
        margin-bottom: 0px !important;
        line-height: 2.50rem;
    }

    .av-pr-small {
        padding: 0px 10px 0px !important;
    }
}

@media screen and (max-width:425px) {
    .av-ptr-hd-1 {
        width: 120px;
        text-align: right;
    }

    .av-pd-avt-img {
        display: inline-block !important;
    }

    .av-ptr-hd-2 {
        width: 223px;
        margin-top: 0px;
        margin-left: 27px;
    }

    h1.av-pr-h1 {
        font-size: 2rem !important;

    }

    .av-pr-head-div {
        margin: 20px 0px 0px 23px !important;
    }

    .av-prt-cut-text{
        width: 180px;
    }
    .av-prt-cat-num{
        width: 30px;
    }
}

@media screen and (max-width:375px) {
    .av-ptr-hd-1 {
        width: 90px;
        /* text-align: right; */
    }

    .av-pd-avt-img {
        display: inline-block !important;
    }

    .av-ptr-hd-2 {
        width: 215px;
        margin-top: 0px;
        margin-left: 27px;
    }

    h1.av-pr-h1 {
        font-size: 1.7rem !important;

    }

    .av-pr-head-div {
        margin: 20px 0px 0px 23px !important;
    }
}

@media screen and (max-width:375px) {
    .av-ptr-hd-1 {
        width: 90px;
        /* text-align: right; */
    }

    .av-pd-avt-img {
        display: inline-block !important;
    }

    .av-ptr-hd-2 {
        width: 190px;
        margin-top: 0px;
        margin-left: 23px;
    }

    h1.av-pr-h1 {
        font-size: 1.5rem !important;

    }
}

/* Products Page End */

/* Product Details */
@media screen and (max-width:1024px) and (min-width:769px) {

    .star-font-size.av-pd-pc-star {
        font-size: 5px !important;
    }

    .review-font-size.av-pd-p-review {
        font-size: 0.775rem !important;
    }
}


/* Review - inner - start */


.av-rating-rate-c {
    color: #303F9F;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.51px;
}

.av-rating-rate-div {
    width: 75%;
    margin: auto;
}

.av-rating-rate-label {
    color: #0B132A;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 21.79px;
    padding: 22px 0px;
    margin-bottom: 0px !important;
}

.av-rating-stars {
    padding-bottom: 27px;
}

.form-control.av-rating-text-area {
    background-color: #fff !important;
    border-radius: 0;
    border: 1px solid #B3B4B4;
    text-align: left;
    height: 100% !important;
}

.form-control.av-rating-text-area:focus {
    border: 1px solid #B3B4B4;
}

.form-group.av-rating-fg {
    margin-bottom: 0px !important;
}

.av-rating-text-count {
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin-right: 0px !important;
    color: #B3B6B8;
}

/* Review - inner - end */
/* Review outer - start */

.modal .modal-header .close.av-rating-md-cl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 23px !important;
    height: 23px !important;
    border-radius: 50%;
    background: #f73859;
    color: #fff;
    margin: 0;
    opacity: 1;
}

.modal .modal-header .close.av-rating-md-cl span {
    font-size: 15px !important;
}

.btn.btn-rating-out {
    padding: 6px !important;
    width: 100% !important;
    background-color: #3F51B5 !important;
    border-color: #3F51B5 !important;
    border-radius: 0;
    font-size: 14px !important;
}

/* Review outer - end */

/* Logo slider start */
.av-clt {
    background-color: #fff;
    height: 30%;
    position: relative;
    border: 2px solid #303F9F;


}
.owl-carousel .owl-item img{
    height: 100%;
}

.av-home-logo-img {
    padding-bottom: 10px;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    margin-top: 20%;

}
@media(max-width:600px)and (min-width:460px){
    .av-home-logo-img {
        margin-top: 8%;
    }
}

.av-home-logo-h3 {
    margin-bottom: 20px;
    /* margin-top: 20px; */
    /* letter-spacing: 1px; */

}

.av-home-logo-item {
    margin-top: 75px;
}

/* Logo slider end */
/* RFP page start */
.av-rfp-print {
    position: absolute;
    margin: 0 auto;
    right: 7%;
    font-size: 1.2em !important;
    padding-top: 2px;
}

.av-rfp-delete {
    position: absolute;
    margin: 0 auto;
    right: 4%;
    font-size: 1.2em !important;
    padding-top: 2px;
}

.btn.av-rfp-btn {
    padding: 7px 30px !important;
    min-width: 0px !important;
}

.form-control.av-rfp-select {
    background-color: #fff !important;
    text-align: left !important;
    padding: 0px 35px 0px 10px !important;
    height: 44px !important;
}

.form-control.av-rfp-select-1 {
    background-color: #fff !important;
    text-align: left !important;
    border-left: none !important;

}

.form-control.av-rfp-select-1:hover {
    background-color: #fff !important;
}

.form-control.av-rfp-select-1:focus {
    box-shadow: none !important;
    outline: 0px !important;
    border: 2px solid #303F9F;
    background-color: #fff !important;

}

.av-rpf-vl {
    border-right: 1px solid #848993;
    height: 30px;
    padding: 5px;
}

.form-control.av-rfp-select:focus {
    border: 2px solid #303F9F;
}

.av-rfp-label {
    color: #303F9F;
    font-weight: 500 !important;
    font-size: 14px;
}

.form-control.av-rfp-input-fc {
    border: none;
    padding: 1px 10px !important;
    height: 35px !important;
    background-color: #FAFAFA !important;
    border: 1px solid #BDBDBD !important;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
}

.av-rfp-textarea {
    width: 100%;
    background-color: #FAFAFA !important;
    border: 1px solid #BDBDBD !important;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
}

.form-control.av-rfp-rns {
    padding: .275rem .25rem !important;
    background-color: #FAFAFA !important;
    border: 1px solid #BDBDBD !important;
    height: 35px !important;
}

.form-check-input.av-rfp-radio {
    margin-top: 0.4rem !important;

}

span.av-rfp-radio-line {
    color: #9e9e9e;
    padding: 35px !important;

}

.av-rfp-select-fc {
    width: 22% !important;
    border: none;
    float: right;
    background-color: #FAFAFA !important;
}

.form-check-label.av-rfp-radio-l2 {
    padding-right: 130px;
}

.form-check-label.av-rfp-radio-label {
    font-weight: 500 !important;
}

.av-rfp-cart-date-input {
    border-radius: 0px !important;
    background-color: #FAFAFA !important;
}

p.av-rfp-terms {
    float: right;
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 600;
}

p.av-rfp-terms.t2 {
    margin-top: -7px;
}

.av-rfp-dotted-line {
    border-bottom: 1px dotted #4F5665;
    width: 100%;
    opacity: .5;
    padding-top: 20px;
}

.av-rfp-save-btn {
    padding: 7px 32px !important;
    background: #388E3C !important;
    border: #388E3C !important;
}

.av-rpf-search {
    margin-bottom: 30px;
}

@media screen and (max-width:1024px) {

    .form-control.av-rfp-select {
        width: 140px;
    }

    .btn.av-rfp-btn {
        padding: 7px 46px !important;
    }

    .form-check-label.av-rfp-radio-l2 {
        padding-right: 98px;
    }

    span.av-rfp-radio-line {
        padding: 26px !important;
    }
}

@media screen and (max-width:768px) {

    .form-control.av-rfp-select {
        margin-bottom: 30px;
    }

    .btn.av-rfp-btn {
        margin-bottom: 30px;

    }

    .av-rfp-save-btn {
        min-width: 12.0625rem;
    }
}

@media screen and (max-width:425px) {

    .av-rpf-vl {
        display: none;
    }

    .av-rfp-delete {
        right: 10%;
    }

    .av-rfp-print {
        right: 20%;
    }
}

@media screen and (max-width:375px) {
    .form-control.av-rfp-select-1 {
        font-size: 12px;
    }

    span.av-rfp-radio-line {
        padding: 10px !important;
    }

    .form-check-label.av-rfp-radio-l2 {
        padding-right: 58px !important;
    }
}

@media screen and (max-width:375px) {
    span.av-rfp-radio-line {
        padding: 0px !important;
    }

    .form-check-label.av-rfp-radio-l2 {
        padding-right: 16px !important;
    }
}

/* RFP page end */

/* Request detals Popup start */

.background-blue {
    background-color: #303F9F;
}

/* Reqiest Detals Popup End */
/* Abhinav css */

/* My needs page start */

.pnx-32 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.afterDash::after {
    content: '—';
    position: absolute;
    left: 104%;
    top: 16%;
    color: #B3B4B4;
}

.input-group-text {
    border-radius: 0px;
    border: none;
    box-shadow: inset 0px 0px 4px rgb(0 0 0 / 25%);
}

.border-radius {
    border-radius: 0px;
}

@media screen and (max-width:1024px) {
    .mln {
        margin-left: 0px !important;
    }
}

@media screen and (max-width:768px) {

    .afterDash::after {
        left: 45%;
        top: 124%;

    }
}

@media screen and (max-width:425px) {
    .mbsm {
        margin-bottom: 10px;
    }

    .mln {
        width: 100%;
    }
}

/* My needs page end */
/* My needs manufacture modal */

.av-needs-manu-modal-h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.av-needs-manu-modal-row1 {
    background-color: #303F9F;
    color: #fff;
    padding: 15px;
}

.av-needs-manu-modal-heading {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.av-needs-manu-modal-row2 {
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.ul-none {
    list-style: none;
    padding: 0px;
    margin: 0px;
    max-height: 450px;
    overflow-y: auto;
    border-bottom: 1px solid #E7E7E7;
}

.av-needs-manu-modal-li-label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #4F5665;
}

.av-needs-manu-modal-li:nth-child(odd) {
    background: rgba(248, 248, 248, 0.65);
    border: 1px solid #E7E7E7;
}


/* My needs manufacture modal End */

/* Outgoing Request manufacture modal */

.av-out-manu-text{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #B3B4B4;
    width: 50%;
    padding: 10px
  }
  .av-out-manu-text:nth-child(odd){
    border-right: 1px solid #E7E7E7;
  }
  .av-out-manu-tr:nth-child(even){
    background: rgba(248, 248, 248, 0.65);
    border: 1px solid #E7E7E7;
  }
  .av-out-manu-table{
    width:100%;
    border-bottom: 1px solid #E7E7E7;
  }
/* Outgoing Request manufacture modal end*/

/* Incoming Proposal filter */

.av-ip-filter{
    background-color: #F7F7FA;
    border: none;
    color: #303F9F;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 20px;
    letter-spacing: .7px;
}
.av-ip-filter-header{
    background-color: #303F9F;
    border-radius: 0px;
}
.av-ip-filter-title{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
}

.modal .modal-header .close.av-ip-filter-close{

    background-color: #fff !important;
    color: #303F9F !important;
}
.modal .modal-header .close.av-ip-filter-close:hover{
    opacity: 1;
}
.av-ip-filcon-head{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #0B132A;
}
.av-ip-filter-dates{
    padding: 0px 10px 0px 0px;
}
.form-control.av-ip-date-fc{
    padding: 0px !important;
    background-color: #fff !important;
    font-size: 11px !important;
    border-radius: 0px !important;
    border: 1px solid #d3d3d3;
    border-right: none;
    cursor: pointer;
}
.input-group-text.av-ip-date-span {
    box-shadow:none !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 0px !important;
}
.form-control.av-ip-filter-search {
    background-color: #fff !important;
    text-align: left !important;
    border-radius: 0px !important;
}
.input-group-text.av-ip-filter-search-icon {
    background: #4F5665 !important;
    color: #fff;
}
.av-ip-filter-ulflow{
    max-height: 510px !important;
    overflow-y: auto;
}
ul.av-ip-filter-ul{
    list-style: none;
    padding-left: 0px;
}
ul.av-ip-filter-ul.ul-max{
    max-height: 510px !important;
    overflow-y: auto;
}
.av-ip-filter-li{
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #4F5665;
    padding:10px 5px;
    border-bottom: 1px solid #E4E4E4;
    cursor: pointer;
}
.av-ip-filter-li:focus{
    color: #303F9F;
    font-weight: bold;
}
.av-ip-tags{
    border-radius: 2px;
    text-align: center;
    padding: 6px 2px;
    width:123.48px;
    cursor: pointer;
    border: none;
}
.av-ip-grey-tag{
    background: #4F5665;
}
.av-ip-yellow-tag{
    background: #FFC200;;
}

.av-ip-tag-text{
    font-weight: 800;
    font-size: 10px;
    line-height: 14px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.av-ip-filter-ul2{
    list-style: none;
    padding-left: 0px;
    max-height: 530px;
    overflow-y: auto;
}
.av-ip-filter-li2{
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #4F5665;
    padding: 7px 0px 7px 17px;
    cursor: pointer;
}
.av-ip-filter-li2:focus{
    color: #303F9F;
    font-weight: bold;
}
.ml5{
    margin-left: 1rem;
}
.av-ip-apply-btn{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    background: #388E3C;
    color: #fff;
    padding: 6px 45px;
}

@media (min-width: 1200px){
    .modal-xl.av-filter-xl{
        max-width: 1400px;
    }
}

@media (min-width: 992px){
    .col-xl-2.ip-tags {
        flex: 0 0 16.6666666667%;
        max-width: 13.666667% !important;
    }
    /* .col-xl-1.av-ip-reg {
        flex: 0 0 8.3333333333%;
        max-width: 9.333333% !important;
    } */
}

@media(max-width:1024px){
    .av-ip-filcon-head.mt-small{
        margin-top: 20px;
    }
}

@media(max-width:768px){
    .ip-tags{
        margin-top: 20px;
    }
}
@media(max-width:425px){
    .av-ip-filter-dates{
        padding:0px 23px;
        margin-bottom: 23px;
    }
    .av-ip-filcon-head.date-sm{
        padding:0px 23px;
    }
    .av-ip-filcon-head.mt-small.sm-category{
        padding:0px 23px;
    }
    .av-ip-filter-ul.ul-max{
        padding:0px 23px;
    }
    .av-ip-filter-li2 {
        padding: 7px 0px 7px 23px;
    }
    .av-ip-filter-ul2 {
        max-height: 300px;
        overflow-y: auto;
    }
}
/* Incoming Proposal filter end*/

/* Floating button and compare modal section */

.fix-btn-section {
    position: fixed;
    left: 0;
    /* top: 0; */
    margin-top: 15rem;
    z-index: 9;
}

/* .float-search {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 30px;
    background-color: #F73859;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    padding-top: 15px;
    z-index: 1;
} */
/* .float-message {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 30px;
    background-color: #3F51B5;
    margin-top: 80px;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    padding-top: 15px;
    z-index: 1;
} */



/* .float-compare{
    position: fixed;
    width: 60px;
    height: 60px;
    right: 30px;
    background-color: #3F51B5;
    margin-top: 110px;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    padding-top: 15px;
    z-index: 2;
} */
.float-compare-relative{
    position: relative;
}
.float-compare-count-btn{
    height: 25px;
    width: 25px;
    background-color: #F73859;
    border: 2.5px solid #F7F7FA;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding:2px;
    position: absolute;
    top: 0%;
    left: 70%;
}
@media (max-width: 767px) {
    .fix-btn-section{
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-radius: 0;
        margin-bottom: 0;
    }
    .fix-btn-section{
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-radius: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 375px) {
    .float-search{
        bottom: 285px;
        right: 25px;
        color: #fff !important;
        position: fixed;
        width: 60px;
        height: 60px;
        background-color: #F73859;
        color: #fff !important;
        border-radius: 50px;
        text-align: center;
        padding-top: 15px;
        z-index: 1;
    }
    .float-message {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 210px;
        right: 25px;
        background-color: #3F51B5;
        margin-top: 80px;
        color: #fff !important;
        border-radius: 50px;
        text-align: center;
        padding-top: 15px;
        z-index: 1;
    }
    .float-compare {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 105px;
        right: 25px;
        background-color: #3F51B5;
        margin-top: 110px;
        color: #fff !important;
        border-radius: 50px;
        text-align: center;
        padding-top: 15px;
        z-index: 1;
    }
    .back-to-top {
        position: fixed;
        bottom: 25px;
        right: 25px;
        display: none;
        min-width: 60px;
        height: 60px;
        background-color: #0b132a80;
        border-radius: 60px;
        border: 1px solid transparent;
    }
}
/* @media (max-width: 575px) {
    .float-search, .float-message {
        bottom: 180px;
        right: 25px;
    }
    .float-message {
        bottom: 100px;
        right: 25px;
    }
} */


@media (min-width: 1200px){
    .modal-xl.av-compare-modal {
        max-width: 1260px;
    }
}


.av-com-empty-heading, .av-com-data-name{
    min-height: 162px;
}
.av-com-data-ul{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    border-right:1px solid #E4E4E4;
    border-top:1px solid #E4E4E4;
}

.av-com-data-li{
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4F5665;
    padding: 10px 10px;
    min-height: 50px;
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 2);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, "none");
    overflow: hidden;
}

.av-com-data-li.object-li{
    min-height: 125px;
    max-height: 125px;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 6);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, "none");
    overflow: hidden;
}
/* .ovf{
    overflow-x: scroll;
} */

.av-com-data-h1{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #4658CA;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 4);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, "none");
    overflow: hidden;
    padding: 0px 10px;
    min-height:76px;
    max-height: 76px;
}
.av-com-data-reviews{
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    text-transform: lowercase;
    color: #909090;
}

.av-com-data-price{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #4F5665;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 1);
    -webkit-box-orient: vertical;
    word-break: var(--word-break, "none");
    overflow: hidden;
}
.av-com-data-stars-svg{
    width: 65px;
}
.av-com-datacross-btn{
    border: none;
    background: none;
}
.av-com-data-btns{
    padding: 36px 0px;
    /* border-left: 1px solid #E4E4E4;
    border-right:1px solid #E4E4E4; */
}
.last{
    height: 107px;
}
div#voyager-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 999;
}
/* Floating button section and compare modal end */

/* Styles for Debussing and Fixing */


/* Select2 search selectbox */

.select2-container {
	box-sizing: border-box;
	display: block;
	margin: 0;
    position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
    font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 0px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 9;
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

.select2-container--default .select2-selection--single {
	background-color: #F3F6F9;
	border: 1px solid #c4c4c4;
    box-shadow: inset 0 0 4px 0 rgb(0 0 0 / 10%);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: normal;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 0px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 0px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 0px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 0px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 0px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

/* Select2 style End Here */


.hover-box {
    transition: all 0.2s ease;
    cursor: pointer
}
.hover-box:hover {
    background: #fff;
    border:1px solid #303F9F;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.1)
}
.hover-box-title {
    padding-top: 5px;
    height:45px;
    text-transform: capitalize;
}
.discount-tag
{
    float: right;
    background: #F53838;
    color: #fff;
    padding: 10px;
    display: inline-block;
    z-index: 1;
    position: relative;
    top: 8.8rem;
    right: 5px;
}

.seller-title {
font-size: 14px;
text-transform: capitalize;
line-height: 18px;
overflow: hidden;
height: 56px;
}
.product-inst:hover{
    color: #0B132A;
    text-shadow: 1px 1px 2px #97abe7;
}
.prod-box{
    border: 1px solid #FFF;
}
.prod-box:hover{
    border: 1px solid rgb(8, 2, 94);
}
.star-font-size-6 {
    font-size: 5px !important;
}
.capital {
    text-transform: capitalize;
}
.region-title {
    /* font-size: 2.3rem !important; */
}
#actions {
    text-align: left !important;
}
.pg-centered {
    float:none;margin: 0 auto !important;
    margin-top: 10x !important;
}
.pg-centered  .pagination_directory_list .pagination_product_list{
    margin: auto;

}
.pagination_directory_list{
    margin: auto;
}
.product-category .discount-bg
{
    bottom: 41px;
    right: 0px;
}
.txt-show  p { height:50px;
    border:1px solid #F00 !important}
    #dvry, #payshw, #wrnty {
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
    }

    #dvry:hover, #payshw:hover, #wrnty:hover{
       overflow: visible;
       white-space: normal;
       width: auto;
       position: absolute;
       background-color:#FFF;
       border:1px solid #eee;
       box-shadow: 28px 31px 30px -17px rgba(0,0,0,0.47);
    -webkit-box-shadow: 28px 31px 30px -17px rgba(0,0,0,0.47);
    -moz-box-shadow: 28px 31px 30px -17px rgba(0,0,0,0.47);
    }
    #dvry:hover+p, #payshw:hover+p, #wrnty+p {
       margin-top:20px;
    }
    .product-detail-side-panel .box-grey{
        height: auto !important;
    }

    .av-ip-filter-li label, .av-ip-filter-li2 label{
    color: #4F5665;
    font-weight: normal;

}
.av-ip-filter-li.active label, .av-ip-filter-li2.active label  {
    color: #303F9F;
    font-weight: bold;
}
.av-filter-xl label { cursor: pointer;}
#needsearch{max-height: 450px;overflow-y: auto;}
.av-rep-hashtag {
        color: #0B132A !important;
        background-color: rgba(229, 229, 229, 0.4) !important;
        padding: 5px 4px;
        font-size: 12px;
        font-weight: 400;
    }
    .av-rep-hashtag-cross {
        cursor: pointer;
        border-radius: 50%;
        background: rgba(247, 56, 89, 0.75);
        color: #fff;
        padding: 0px 3px;
        height: 21px;
        cursor: pointer;
    }
    .av-rep-hashtag-cross-div{
        background-color: rgba(229, 229, 229, 0.4) !important;
        padding: 5px 4px;
    }
    .input-group-text.av-ip-filter-search-icon:hover{
        color: #fff;
    }

    .av-ip-apply-btn:hover{
        color: #fff;
    }

    .hide{ display: none;}
    .pd-l-0 {
        padding-left: 0px !important;
    }
    .rd-sm {
        width: 15px !important;
        height: 20px !important;}

    .table thead { text-align: center !important; }
    .table thead th{ text-align: center !important; }
    .table th{ text-align: center !important; }

    /* Needs map modal popup */

    button.close.av-map-mod-close{
        background-color: red;
        opacity: 1;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        color: #fff;
    }

    .av-map-mod-square{
        height: 123px;
        width: 180px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        font-weight: bold;
        font-size: 26px;
        line-height: 49px;
        color: #303F9F;
        text-align: center;
        padding:20px;
    }

    .av-map-mod-heading{
        /* color: #4F5665; */
        text-transform: lowercase;
        /* text-transform: uppercase;
        font-weight: bold;
        font-size: 24px; */
    }
    .av-map-mod-heading::first-letter{
        text-transform: capitalize;
    }
    .av-map-mod-head-details{
        color: #4F5665;
        /* text-transform: uppercase;
        font-weight: bold;
        font-size: 24px; */
    }

    .av-map-mod-head-estimate{
        color: #4F5665;
        /* font-size: 18px;
        line-height: 138%; */
    }

    .av-map-mod-info-box{
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .av-map-mod-info-1{
        font-size: 12px;
        line-height: 19px;
        color: #0B132A;
    }
    .av-map-mod-info-2{
        background: #3F51B5;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #FFFFFF;
        padding: 15px 10px 10px 10px;
        min-width:50px;
    }
    /* Needs map modal popup end */
    .home-cat-title {
        font-size:14px !important;
        font-weight:600 !important;
        word-wrap: break-word !important;
        line-height: 1.3em !important;
        height: 4.5em !important;
        overflow: hidden !important;
        padding: 10px 2px 2px 3px !important
    }

    .av-admin-custom-checkbox{
        border: 1px solid #BDBDBD;
        padding: 10px 10px;
        color: #4F5665;
        font-size: 14px;
        line-height: 16px;
        position: relative;
        cursor: pointer;
    }
    .av-admin-custom-checkbox-list{
        position: absolute;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        top: 100%;
        border: 2px #dadada solid;
        left: -2px;
        right: 0px;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100% !important;
        background-color: #fff;
        user-select: none;
        pointer-events: none;
        z-index: 99;
    }
    .is-active .av-admin-custom-checkbox-list{
        opacity: 1;
        pointer-events: auto;
    }
    .av-admin-custom-checkbox-list li label{
        display: block;
        padding: 15px;
        transition: all 0.2s ease-out;
        padding-left: 10px;
        margin-bottom: 0px !important;
        color: #4F5665;
        line-height: 16px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    }
    .av-admin-custom-checkbox i{
        transition:all 0.4s;
    }
    .av-admin-custom-checkbox.is-active i.fa-chevron-down{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .form-control.av-common-input{
        background-color: #fff !important;
        border-radius: 0;
        border-right: none;
    }
    .input-group-text.av-common-input-date{
        border-radius: 0;
        border-left: none;
        box-shadow: none;
    }
    .av-admin-rate-form{
        border: none;
        border-radius: 0;
    }
    .f-600{
        font-weight: 600;
    }
    /* Responsive css for cabinet pages start*/
        .dataTables_wrapper{
            overflow: auto;
            margin-top: 25px;
        }
        .input-group.input-search{
            width: 250px;
        }
        .form-group.obj-status{
            width: 30%;
        }
        .viewneeddetail,.editneeddetail,.deleteneeddetail{
            cursor: pointer;
        }
        .bg-white {
            background-color: #fff !important;
        }

        .bg-white:hover {
            background-color: #fff !important;
        }

        .bg-white:focus {
            background-color: #fff !important;
        }

        #shop-search:focus {
            border: 2px solid #c4c4c4;
        }

        #shop-search-archive:hover {
            background-color: #fff !important;
        }

        #shop-search-archive:focus {
            border: 2px solid #c4c4c4;
        }

        .remove-faq.info-popover.btn.btn-danger {
            border-radius: 100%;
            width: 35px;
        }

        .main-content .dataTables_wrapper .dataTable tr .dropdown-check-list.visible .dropdown-check-list-items.ul-srch.cm {
            right: -88px;
        }
        /* .avcart-titles{
            padding-top: 40px;
        } */
        .step-wizard-wrapper .nav-fill .nav-item.wrapping{
            width: 33% !important;
            overflow-wrap: break-word !important;
        }
        /* h3.av-vendor-title{
            font-size: 20px;
        } */
        .avatar._av-pd-avatar-icon{
            width:100px;
        }
        .modal-backdrop {
            background-color: #fff;
            opacity: .7 !important;
        }
        .filter-content .checkbox label input{
            margin-right:1px !important;
        }
        /* Proposals */
            /* @media screen and (min-width:1024px){
                .av-admin-editrole, .av-admin-createrole{
                    width: 90%;
                }

            } */

            /* .av-subgroup{
                font-size: 14px;
            } */
            .form-group.av-translate-nm{
                margin-top: -20px;
            }
            .form-control.banner_category{
                border-radius: 0px;
            }
            @media screen and (max-width:1024px){
                .w55.star-font-size.av-pd-pc-star{
                    width: 65% !important;
                }
                .av-pd-md-label.avtext-sml{
                    font-size: 11px;
                }
                h1.av-vendor-title{
                    font-size: 1.5rem;
                }
            }

            @media screen and (max-width:768px){
                #writeMessages,#sendMessage{
                    margin-top: 10px;
                }
                .pg-centered {
                    margin: 0 !important;
                }
                .text-smlcenter{
                    text-align: center;
                }
                #tabs{
                    height: 350;
                    width: 650;
                }
                .av-map-mod-square{
                    height: 80px;
                    width: 113px;
                    font-size: 20px;
                    padding: 5px;
                }
                .av-map-mod-heading{
                    font-size: 20px;

                }
                .av-map-mod-head-details{
                    font-size: 20px;
                }
                .av-map-mod-head-estimate{
                    font-size: 15px;
                    line-height: 50%;
                    padding-top: 10px;
                }
                .av-pr-head-div{
                    margin-top: 8px !important;
                }
                h1.av-vendor-title{
                    font-size: 15px;
                }
                .container.gradient-grey-white.av-ptr-hd-container{
                    max-width: 87% !important;
                }
            }
            @media screen and (max-width:425px){
                .btn-100{
                    width: 100% !important;
                }
                .form-group.obj-cost{
                    width: 100% !important;
                    margin-bottom: 10px !important;
                }
                .form-control.av-myobject-input.input-text--max{
                    margin-left: 0px !important;
                }
                .form-group.obj-status{
                    width: 100%;
                }
                .form-control.av-myobject-input.av-myobject-input-1{
                    width: 100% !important;
                    margin-left: 0% !important;
                }
                .av-milestone--text{
                    text-align: center;
                }
                .remove-faq.info-popover.btn.btn-danger {
                    border-radius: 100%;
                    width: 28px;
                    margin-left: 10px;
                    padding: 4px;
                }

                #btn_import_products {
                    margin-bottom: 10px;
                }

                #canceledit {
                    margin-bottom: 10px;
                }

                #btn_shop_description {
                    margin-bottom: 10px;
                    margin-top: 10px;
                }

                .justify-ctn{
                    justify-content: center !important;
                }
                .smlpadding{
                    padding: 10px;
                }
                .pr0{
                    padding-right: 15px;
                }
                #tabs{
                    height: 200;
                    width: 340;
                }
                .map-content{
                    margin-top:1rem;
                }
                .av-needs-h2{
                    font-size: 12px;
                }
                .map-inst{
                    font-size: 12px;
                }
                .av-needs-vid-h3{
                    font-size:21px !important;
                }
                .av-needs-all-caps{
                    /* font-size:17px */
                }
                .map-section.main-content{
                    padding-top:20px;
                }
                .sml-map-head{
                    padding: 5px;

                }
                .av-map-mod-heading{
                    font-size: 13px;
                    line-height: 17px;
                }
                .av-map-mod-head-details{
                    font-size: 12px;
                }
                .av-map-mod-head-estimate{
                    font-size: 10px;
                    line-height: 130%;
                }
                .mtm{
                    margin-top: 10px;
                }
                .mbm20{
                    margin-bottom: 20px;
                }
                .mbm{
                    margin-bottom: 10px;
                }
                .mytextcenter{
                    text-align: center;
                }
                .avcart-titles{
                    /* padding-top: 20px; */
                    font-size: 16px;
                    line-height: normal;
                }
                .cart-fn-icons{
                    text-align: center;
                }
               .centertext{
                   text-align: center;
               }
               .av-hide-user{
                   display: none;
               }
               .site-header .selectprofile .select-li-profile{
                padding: 0.3125rem 0rem !important;
               }
               h1.av-vendor-title{
                 font-size: 20px;
                }
                .avatar._av-pd-avatar-icon{
                    width: 65px;
                }
                .av-manu-h1.prd-page{
                    font-size: 1.3rem;
                }
                .white-space-wrap{
                    white-space: pre-wrap;
                }
            }
            @media screen and (max-width:375px){

                .kazakhstan_map{
                    overflow: auto;
                }
                .av-needs-h2{
                    font-size: 11px;
                }
                .av-map-mod-square{
                    height: 74px;
                    width: 99px;
                }
                .container-manufacture.bg-white{
                    margin-top: 30px;
                }
                .av-manu-h1.prd-page{
                    margin-top: 15px;
                }
                .container.gradient-grey-white{
                    margin-top: 15%;
                }
                .avcart-titles{
                    margin: 0px 10px auto;
                }


            }
            @media screen and (max-width:320px){

                .av-needs-all-caps{
                    text-align: center;
                }
                .av-needs-h2{
                    line-height: 22px;
                }

                .container.gradient-grey-white.av-ptr-hd-container{
                    max-width: 100% !important;
                }
            }


    /* Responsive css for cabinet pages end */

#needDetailsBody .card-header{padding: .75rem 1.25rem;}
.modal-body .card-body .form-group .form-control[readonly], .av-seller-cp-fc[readonly]{border:solid 1px !important;}
.av-pr-filter-label{color: #000;}
.av-pr-filter-radio .av-pr-filter-label{ margin-top: 0;padding-top: 0px !important;padding-left: 5px !important; cursor: pointer; }
.filter-content .checkbox label{ color: #4F5665; }
.filter-content .checkbox label input {margin-right: 9px;}
.content-tab .tab-wrapper .nav-tabs .nav-link{ box-shadow: none;}
/* .content-tab .tab-wrapper .nav-tabs .nav-link.active,
.content-tab .tab-wrapper .nav-tabs .nav-link:hover{ border-bottom: solid;} */
.chart_loading {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: #000;opacity: 0.4;border: solid 1px #000;display: none;}
.chart_loading::after {content: ''; position: absolute;top: 45%;left: 45%; color: #fff;}
.chart_loading.no_data::after {content: ''; position: absolute;top: 45%;left: 45%; color: #fff;}
span.fa.fa-star.checked {color: #FFD600 !important;}
.dataTables_length select {width: auto;}
.box-product-view .btn{ padding: 0.36rem 0.55rem; }
#profile_group_btn .btn{ padding: 0.36rem 0.55rem; }
.admin-tab.content-tab .tab-wrapper .nav-tabs .nav-link{ padding:0 1rem;}
.bg-infolight{ background : none repeat scroll 0% 0% #F1F6FF;}
.mini-stat-info span{ color: #000;}
.mini-stat {padding: 15px;margin-bottom: 20px;}
.mini-stat-icon {width: 60px;height: 60px;display: inline-block;line-height: 60px;text-align: center;font-size: 30px;
    background: none repeat scroll 0% 0% #EEE;border-radius: 100%;float: left;margin-right: 10px;color: #FFF;}
.mini-stat-info {font-size: 12px;padding-top: 2px;}
.mini-stat-info span {display: block;font-size: 24px;font-weight: 600;margin-bottom: 5px;margin-top: 7px;}

.admin-statics .content-body{ padding: 15px;}
tr.selected {background: #3f51b5;color: #fff;}
a{ cursor: pointer;}
.row_click tr{ cursor:pointer;}
.subtab .content-tab .tab-wrapper .nav-tabs .nav-link{ font-size: 0.9rem;}
.hide_category .filter-category{ display: none;}
#filter-kz-category{ display: none}
.show_kz_category #filter-kz-category{ display: block;}
.hide_range .filter_chart{ display: none;}
.nav-secondary {min-width: 100% !important;flex-wrap: nowrap;}

.content-tab .tab-wrapper .nav-tabs .nav-link{
    height: 72px ;
}
.content-tab .tab-wrapper{
    height: auto ;

}
.min-h{
    min-height: 135px;
}
.min-h2{
    min-height: 140px;
}
.mb-neg{
    margin-bottom: -20px;
}
.fs-all{
    font-size: .875rem;
}
.wrapover{
    white-space: pre-wrap;
    text-align: left;
    width: 110px;
}
.table-hover tbody tr.selected:hover {
    background-color: #3f51b5;
    color: #fff;
}
.av-needs-map a {

    font-weight: 600;
    font-family: "Open Sans", sans-serif !important;
    color:#303F9F !important;
}
.comp_table_title{ font-size: 1rem;}
.dt-buttons{ width:100%}
.star {
    margin-right: 0.25rem;
    width: 1rem;
}

/*// Start : MPDB-301*/
.av-cart-container .form-control.av-rfp-rns {
  position: relative;
  text-align: left;
}
.av-cart-container .form-control.av-rfp-rns .form-check-input.av-rfp-radio {
  margin-left: 0;
  left: 10px;
}
.av-cart-container .form-control.av-rfp-rns .form-check-label {
  padding-left: 30px;
}
.av-cart-container .form-control.av-rfp-rns .form-check-label.av-rfp-radio-l2 {
  padding-right: 0;
}
.av-cart-container .form-control.av-rfp-rns .form-check-label .av-rfp-radio-line {
  padding: 0 10px !important;
}
/*// End : MPDB-301*/

/* Start : MPDB-222 */
    .product-category .grid-section {
        padding-top: 35px;
    }
    .breadcrumb.custom-breadcrumb {
        padding-top: 0;
        padding-bottom: 30px;
        margin-bottom: 0;
        background-color: #ffffff !important;
    }
    .breadcrumb.custom-breadcrumb ol li a {
        margin-right: 10px !important;
    }
    .breadcrumb-item.active {
        color: #6c757d;
    }
    @media(max-width:480px){
    li.breadcrumb-item{
        font-size: 12px;
        padding-left: 0px !important;
        }
    }
    .av-container-g {
        padding-top: 10px;
    }
    .search-bar.av-manu-search {
        margin-bottom: 15px;
    }
    .av-prt-new-search .form-control.av-prt-search-control,
    .av-prt-search .form-control.av-prt-search-control {
        display: flex;
        background-color: #ffffff;
        border: 2px solid #303F9F !important;
        height: 2.8125rem !important;
        align-items: center;
        /*margin-bottom: 2.875rem;*/
    }
    .product-category .search-bar .av-control .btn-search.av-prt-search-btn {
        height: 100% !important;
        width: 2.8125rem;
    }
    .product-category .search-bar {
         height: auto !important;
        margin-bottom: 15px !important;
    }
    #products-container {
        margin-top: 15px;
    }
/* End : MPDB-222 */

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    font-size: 18px !important;
    margin-right: 5px;
}
.product-slider .owl-item .item {
    height: 400px;
    padding: 40px 20px;
}

.product-slider .owl-item .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.product-slider .owl-dots button {
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    color: transparent;
    border: 0;
    outline: none;
    background: #3F51B5;
    border-radius: 50%;
    opacity: 0.6;
}

.product-slider .owl-dots button + button {
    margin-left: 10px;
}

.product-slider .owl-dots .owl-dot.active,
.product-slider .owl-dots .owl-dot:hover {
    opacity: 1;
}

.write-to-seller-modal .form-control {
    color: #555;
    border: 0;
}

.write-to-seller-modal .btn.av-support-btn.btn-secondary {
    background-color: #848993 !important;
    border: 2px solid #848993 !important;
}

.write-to-seller-modal .btn.av-support-btn.btn-secondary:hover {
    color: #fff;
    background-color: #6f7885 !important;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    font-size: 18px !important;
    margin-right: 5px;
}

.sliders {
    width: auto;
    box-shadow: 1px 1px 5px #d8d8d8;
}
.slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: grab;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    color: transparent;
    border: 0;
    outline: none;
    background: #3F51B5;
    border-radius: 50%;
    opacity: 0.6;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.sizeimg{
    height: 400px;
    padding: 20px;
}

.product-slider-thumb .product-slider-img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    height: 100px;
    margin: 10px 8px;
    padding: 20px;
}
.product-slider-thumb .product-slider-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%}
.product-slider-thumb .product-slider-img.slick-current {
    opacity: .7;
}