    * {
    padding: 0;
    margin: 0;
}
body {
    color: #7A8696;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #F7FAFC;
}

body .form-side-img {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-top: 0px;
    background: #F7FAFC;
}
ul.dropdown-menu {
    max-height: 350px !important;
    overflow-y: scroll;
}

/* loader css */
    #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgb(255 255 255 / 90%);
  transition: 1s 0.4s;
}
#progress{
  height:2px;
  background:#000;
  position:absolute;
/*  width:0;*/
  top:50%;
}
#progstat{
  font-size:1em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#0f0f0f;
}

span.addColorDDByBrand {
    width: 115px;
}

select.form-control.addColorDDByBrand {
    border: solid 1px #ed7527;
    color: #ed7527;
    font-weight: 600;
    margin: 3px 0px 0px -5px;
}

.loader-line {
    width: 100%;
    height: 5px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    /* margin: 100px auto; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.loader-line:before {
    content: "";
    position: fixed;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: coral;
    z-index:999999999;
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.print-scan {
    display: flex;
    margin: 10px 0 0 0;
}

.print-scan label {
    padding: 10px 2px 0px 15px;
    color: #f26224;
}

.ScanBarcode label {
    text-align: left;
    font-size: 12px;
}

.myBtnRow .navTabs {
    color: #000;
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}
/* loader css */
.form-side-img img {
    width: 100%;
    /* max-width: 350px; */
    object-fit: cover;
    height: 100%;
}
.sales-permissions .dropdown {
    margin: 0 !important;
    display: block !important;
}
.sales-permissions {
    display: block !important;
    align-items: center !important;
    width: auto !important;
}
a#dropdownMenuLink {
    margin-left: 0 !important;
}
.add-products.addProducts .d-flex {
    justify-content: end;
}


.request-demo {
    margin-top: 0 !important;
}
.form-box.request {
    text-align: left;
}
.business {
    background: #F7FAFC;
}
header.site-header {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.about-img img {
    object-fit: cover;
    width: 100%;
    max-width: 270px;
    height: 240px;
}
a, button:hover, a:hover, a:focus, button:focus, input:focus, .form-control:focus, textarea:focus, select:focus-visible {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    outline: 0;
}
p {
    margin: 0;
}


.price p,.retail p{
    color: #7A8696 !important;
}

.product-item a p {
    /* color: #F15A24 !important; */
}
a, button {
    cursor: pointer;
}
img {
    max-width: 100%;
}
.container {
    /*max-width: 1260px;*/
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.form-control:focus {
    border-color: #A3B0C0;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
h1 {
    font-size: 38px;
    color: #212429;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
    line-height: 47.69px;
}
h2 {
    font-size: 30px;
    color: #212429;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
    line-height: 37.65px;
}
h3 {
    font-size: 24px;
    color: #212429;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
    line-height: 30px;
}
h4 {
    font-size: 20px;
    color: #212429;
    font-weight: 400;
    font-family: 'Mulish', sans-serif !important;
    line-height: 25px;
    letter-spacing: -0.015rem;
    display: inline-block;
}
h5 {
    font-size: 18px;
    color: #212429;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
    line-height: 22.59px;
}
.ol-btn {
    border: 1px solid #FFD0BF;
    padding: 7px 11px;
    font-size: 14px;
    color: #F15A24;
    border-radius: 4px;
    margin-right: 3px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    background: transparent;
    z-index: 1;
}
.ol-btn:hover, .lt-btn:hover {
    background: #F15A24;
    color: #fff !important;
    border-color: #FFD0BF;
}
.lt-btn {
    background: #FFD0BF;
    padding: 7px 11px;
    font-size: 14px;
    color: #F15A24;
    border-radius: 4px;
    margin-right: 5px;
    letter-spacing: 0.5px;
    border: 1px solid #FFD0BF;
    transition: all 0.5s;
}
button.preview-btn.lt-btn.createpres {
    margin-right: 5px !important;
}

.lt-btn-del {
    /* background:  !important; */
    padding: 7px 11px;
    font-size: 14px;
    color: #CF2F4C !important;
    border-radius: 4px;
    margin-right: 16px;
    letter-spacing: 0.5px;
    border: 1px solid #FFD0BF;
    transition: all 0.5s;
}
.fill-btn {
    background: #F15A24;
    padding: 7px 6px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 0.5px;
    border: 1px solid #F15A24;
    transition: all 0.5s;
}
.fill-btn:hover {
    background: #FFD0BF;
    color: #F15A24;
    border-color: #FFD0BF;
}
strong {
    font-weight: 600;
    color: #7A8696;
}
/*-- Header css start here --*/

header.site-header {
    padding: 22px 0;
    box-shadow: 0px 1px 2px rgb(121 134 150 / 3%), 0px 2px 4px rgb(163 176 192 / 16%);
    position: relative;
    background: #fff;
    z-index: 99;
}
.header-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-logo img {
    width: 100%;
    max-width: 115px;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
div#navbarSupportedContent {
    padding: 0 !important;
}
nav a.nav-link {
    padding: 0 16px !important;
    font-size: 16px;
    color: white;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}
nav a.nav-link:hover {
    color: #F15A24;
}
/*.dropdown:hover .dropdown-menu {
    display: block;
    z-index: 99;
    position: absolute;
    top: 35px;
    left: auto;
    right: 15px;
    min-width: 200px;
    width: 100%;
}*/

.addProducts .dropdown:hover .dropdown-menu {
    display: block;
    z-index: 99;
    position: absolute;
    top: 35px;
    left: auto;
    right: 15px;
    min-width: 200px;
    width: 100%;
    overflow: auto;
    height: auto;
}
.dropdown-toggle::after {
    content: "";
    border: 0px;
    background: url(../images/arrow-down-2.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 10px;
    height: 5px;
    margin-left: 14px;
}
.login-header .nav-item.dropdown img {
    margin-right: 8px;
}
.login-header nav a.nav-link {
    padding: 0 20px !important;
}
.dropdown-menu {
    background: #FFFFFF;
    border: 1px solid #F0F3F7;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgb(163 176 192 / 6%), 0px 8px 16px rgb(163 176 192 / 16%);
    border-radius: 5px;
    padding: 0;
    width: 100%;
    left: 10px;
    max-width: 328px;
}
a.dropdown-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7A8696;
    font-family: 'Lato', sans-serif;
    padding: 13.5px 11px;
    transition: all 0.5s;
}
a.dropdown-item svg {
    width: 19px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
a.dropdown-item svg g {
    fill: #7A8696;
}
a.dropdown-item:hover svg g {
    fill: #F15A24;
}
a.dropdown-item:hover {
    background: #FFD0BF;
    color: #F15A24;
}
input.search-input {
    width: 100%;
    border: 0;
}
form.search {
    width: 100%;
    max-width: 114px;
    display: flex;
    align-items: center;
}
input.search-input::-webkit-input-placeholder {
    color: #7A8696;
}
input.search-input:-ms-input-placeholder {
    color: #7A8696;
}
input.search-input::placeholder {
    color: #7A8696;
}
button.search-icon {
    background: transparent;
    border: 0;
    margin-right: 5px;
}
.nav-link.dropdown-toggle.active span {
    position: relative;
}
.nav-link.dropdown-toggle.active span::before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 9px;
    background: #0F73FF;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
button#side-toggle {
    display: none;
}
.btns-group.mobile {
    display: none;
}
button.profile {
    background: transparent;
    border: 0;
    display: none;
}
.header-menu li .mobile-view {
    display: none;
}
/*-- Header css end here --*/

/*-- Banner css start here --*/

.banner-pic {
    text-align: center;
}
.banner-layout .row {
    align-items: center;
}
/* .banner-sec {
     padding: 165px 0;
     background: #212429;
}*/

/* .banner-pic img {
     border-radius: 4px;
}*/

.banner-sec h1 {
    margin-bottom: 34px;
    color: #fff;
}
.banner-sec p {
    color: #CED6E0;
    width: 100%;
    max-width: 500px;
    line-height: 24px;
}
/*-- Banner css end here --*/

/*-- about css start here --*/

.about-sec {
    padding: 139px 0;
    background: #fff;
}
.about-sec .row {
    align-items: center;
}
.about-img {
    text-align: center;
}
.about-img img {
    margin-bottom: 16px;
    margin-right: 16px;
}
.about-cont h1 {
    margin-bottom: 17px;
}
.about-cont p {
    width: 100%;
    max-width: 515px;
}
/*-- about css end here --*/

/*-- companies css start here --*/

/*.companies-sec {
     padding: 124px 0 60px;
}*/

.companies-sec h1 {
    margin-bottom: 40px;
    text-align: center;
}
.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    /*padding: 28px 22px 26px;*/
    border-bottom: 4px solid transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #F15A24;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    /*padding: 28px 23.3px 26px;*/
    border-bottom: 4px solid transparent;
    background: transparent;
    min-height: 70px;
}
#myTab li.nav-item {
    width: 10%;
    background: #cccccc3b;
    border-right: 1px solid #cccccc2b;
}
.col-md-4.feature {
    font-size: 50px;
    font-weight: 600;
}
.featuree {
    font-weight: 600;
    font-size: 50px !important;
    text-align: center;
    color: #000;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #fff;
    border-color: #F15A24;
}
.tab-content {
    padding: 108px 32px 115px;
    background: #faf7f7;
}
.tab-content h3 img {
    margin-left: 5px;
}
.tab-content p {
    font-size: 14px;
    line-height: 24px;
    /*max-width: 616px;*/
    margin-top: 12px;
    color: #000;
}
.tab-content .col-md-4 {
    text-align: center;
}
.tab-content ul {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 90px 40px 0;
}
.tab-content ul li span {
    display: block;
    font-size: 14px;
    color: #A3B0C0;
    font-family: 'Mulish', sans-serif !important;
    margin-top: 25px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}
/*-- companies css end here --*/

/*-- Case Studies css start here --*/

.case-studies-sec {
    overflow: hidden;
    padding: 60px 0 35px;
    background: #F7FAFC;
}
p.studie-no {
    font-size: 24px !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    color: #CED6E0;
    line-height: 30.12px;
}
.case-studies-sec h1 {
    margin: 0 auto 83px;
    max-width: 852px;
    width: 100%;
}
.studies-cont {
    margin: 0 auto 60px;
    width: 100%;
    max-width: 1022px;
}
.studies-cont h3 {
    margin-bottom: 13px;
}
.studies-cont p {
    font-size: 14px;
}
.case-slide {
    padding-bottom: 120px;
}
.slide-img {
    padding: 0 8px;
    position: relative;
    cursor: pointer;
}
.slide-img img {
    width: 100%;
}
.slide-img button {
    background: #0F73FF;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 37px;
    padding: 0;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    z-index: 99;
}
.slide-img:hover button {
    opacity: 1;
}
/*-- Case Studies css end here --*/

/*-- Contact css start here --*/

.contact-sec {
    padding: 115px 0 97px;
    background: #212429;
}
.contact-sec .container {
    max-width: 852px;
}
.contact-sec h1 {
    color: #fff;
    margin-bottom: 41px;
}
.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    font-family: 'Mulish', sans-serif;
}
th{
   font-family: 'Mulish', sans-serif; 
}
.contact-form label span {
    margin-left: 3px;
}
.contact-form .form-control {
    border: 1px solid #F0F3F7;
    margin-bottom: 20px;
    background: #7A8696;
    border-radius: 4px;
    padding: 11px !important;
    height: 42px;
    color: #F0F3F7;
}
label.phone {
    position: relative;
}
label.phone:after {
    /*content: "+";*/
    position: absolute;
    top: 33px;
    left: 11px;
    color: #A3B0C0;
    font-size: 14px;
}
.contact-form input#number {
    padding-left: 22px;
}
.contact-form textarea {
    border: 1px solid #F0F3F7;
    background: #7A8696;
    border-radius: 4px;
    padding: 5px 15px;
    height: 140px;
    width: 100%;
    color: #fff;
    margin: 0;
}
.contact-form .col-md-6.pl {
    padding-right: 40px;
}
.contact-form .col-md-6.pr {
    padding-left: 40px;
}
small#mesg-count {
    width: 100%;
    display: block;
    /* margin: 0 0 20px 0; */
    text-align: right;
    color: #7A8696;
    font-size: 14px;
}
.contact-form button {
    background: #F15A24;
    border-color: #F15A24;
    color: #fff;
    border-radius: 4px;
    padding: 10px 70px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
    font-size: 16px;
    margin-left: auto;
    width: 100%;
    max-width: 198px;
    display: block;
    transition: all 0.5s;
}
.contact-form button:hover {
    background: #FFD0BF;
    border-color: #FFD0BF;
    color: #F15A24;
}
/*-- Contact css end here --*/

/*-- Footer css start here --*/

footer.site-footer {
    padding: 31px 0 24px;
    background: #212429;
}
.footer-logo img {
    width: 100%;
    max-width: 115px;
}
.footer-col h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 12px;
}
.footer-menu li a {
    color: #CED6E0;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    transition: all 0.5s;
}
.footer-menu li:last-child a {
    margin-bottom: 0px;
}
.footer-menu li a:hover {
    color: #F15A24;
}
.footer-social-icon li a {
    color: #CED6E0;
    font-size: 9px;
    background: #fff;
    width: 36px;
    height: 36px;
    display: block;
    margin: 0px 8px;
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 500;
    transition: all 0.5s;
}
.footer-social-icon li a:hover {
    background: #F15A24;
    color: #fff;
}
.footer-social-icon ul {
    display: flex;
    align-content: center;
}
.footer-social-icon li:first-child a {
    margin-left: 0;
}
.footer-social-icon li:last-child a {
    margin-right: 0;
}
/*-- Footer css end here --*/

/*-- Sign up form css start here ---*/

.form-cont {
    display: flex;
    width: 100%;
}
.form-layout {
    width: 45%;
    padding: 70px 0;
    background: #fff;
    position: relative;
}
.form-layout h2 {
    max-width: 307px;
    width: 100%;
    margin: 0 auto 28px;
}
.form-layout .btns {
    max-width: 307px;
    width: 100%;
    margin: 0 auto;
}
.form-layout .btns a {
    border: 1px solid #FFD0BF;
    padding: 11.5px 11px;
    font-size: 14px;
    color: #F15A24;
    border-radius: 4px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    background: transparent;
    display: block;
    text-align: center;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    transition: all 0.5s;
}
.form-layout .btns a:hover {
    background: #F15A24;
    color: #fff;
}
.form-side-img {
    width: 55%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100vh;
    /*padding-top: 200px;*/
}
.form-cont form {
    width: 100%;
    max-width: 307px;
    margin: 0 auto;
}
.form-cont label {
    font-size: 14px;
    color: #212429;
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
}
.form-cont label span {
    margin-left: 3px;
}
.form-cont .form-control {
    height: 42px;
    border: 1px solid #A3B0C0;
    margin-bottom: 10px;
    padding: 12px 45px 12px 12px;
    font-size: 14px;
    color: #212429;
}
.form-cont button.btn {
    width: 100%;
    background: #F15A24;
    border: 1px solid #F15A24;
    height: 46px;
    font-size: 16px;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 20px;
    border-radius: 4px;
    transition: all 0.5s;
}
.form-cont button.btn:hover {
    background: #FFD0BF;
    border-color: #FFD0BF;
    color: #F15A24;
}
.reg_pages_msg {
    width: 100%;
    max-width: 307px;
    margin: 0 auto;
}
.add-account button {
    background: #FFD0BF;
    font-size: 14px;
    color: #F15A24;
    border-radius: 4px;
    letter-spacing: 0.5px;
    border: 1px solid #FFD0BF;
    transition: all 0.5s;
    width: 100%;
    max-width: 94.33px;
    height: 46px;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
}
.add-account button:hover {
    background: #F15A24;
    color: #fff;
    border-color: #F15A24;
}
.add-account {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
}
p.or-sign {
    text-align: center;
    margin-top: 16px;
}
.reg_pages_msg p {
    font-size: 14px;
    color: #7A8696;
}
.reg_pages_msg p a {
    color: #F15A24;
    text-decoration: underline;
    transition: all 0.5s;
}
.reg_pages_msg p a:hover, .sign-in p.forgot a:hover {
    color: #FFD0BF;
}
p.accnt {
    border-top: 1px solid #CED6E0;
    margin-top: 30px;
    padding-top: 16px;
    text-align: center;
}
p.accnt a {
    font-weight: 700;
}
/*-- Sign up form css end here ---*/

/*-- Sign in form css start here ---*/

.sign-in input#password {
    margin-bottom: 2px;
}
.sign-in p.forgot {
    margin-bottom: 10px;
    font-size: 14px;
    color: #7A8696;
}
.sign-in p.forgot a {
    color: #F15A24;
    text-decoration: underline;
}
.sign-in p.accnt {
    margin: 0;
}
.sign-in .reg_pages_msg p {
    margin-top: 16px;
    text-align: center;
}
label.password {
    position: relative;
}
label.password::after {
    content: " ";
    position: absolute;
    top: 32px;
    right: 8px;
    background: url(../images/Hide.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-color: #fff;
    z-index: 99;
}
label.textPassword::after {
    content: " ";
    position: absolute;
    top: 32px;
    right: 8px;
    background: url(../images/view.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-color: #fff;
    margin: 0px 2px;
}
/*-- Sign in form css end here ---*/

/*-- Join Session form css start here ---*/

.form-box.join {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-cont {
    position: relative;
    display: contents;
}
.form-box {
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 2px rgb(163 176 192 / 6%), 0px 16px 32px 2px rgb(100 102 102 / 12%);
    border-radius: 20px;
    width: 100%;
    max-width: 365px;
    padding: 30px;
    margin: 0 auto;
}
.form-cont .form-box form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.form-box h2 {
    margin-bottom: 30px;
}
/*-- Join Session form css end here ---*/

/*-- Request Demo form css start here ---*/

.request-demo {
    margin-top: 40px;
    text-align: center;
}
.request-demo h2 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.request-demo p {
    max-width: 650px;
    margin: 0 auto;
}
.form-box.request {
    max-width: 486px;
    margin: 70px auto;
}
.brands {
    background: #fff;
}
.brands .form-box.request {
    max-width: 662px;
    margin: 70px auto;
    box-shadow: none;
    padding: 0;
    background: transparent;
}
.form-box.request button {
    max-width: 193px;
}
.form-cont .request .form-control {
    margin-bottom: 20px;
}
.form-cont .request input#number {
    /* padding-left: 25px; */
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    width: 100% !important;
}


.form-cont .request select {
    height: 42px;
    border: 1px solid #A3B0C0;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 0px;
    padding-right: 26px;
    font-size: 14px;
    color: #212429;
    width: 100%;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
label.country {
    position: relative;
}
label.country::after {
    content: " ";
    position: absolute;
    top: 41px;
    right: 12px;
    background: url(../images/arrow-down.png) no-repeat;
    background-position: center;
    width: 7px;
    height: 6px;
}
.reset h3 {
    margin-bottom: 30px;
}
/*-- Request Demo form css end here ---*/

/*-- Eamil verify css start here ---*/

h1.email-title {
    letter-spacing: -0.015em;
    color: #CED6E0;
    text-align: center;
    margin: 81px 0 0;
}
.eamil-verify {
    background: #FFFFFF;
    box-shadow: 0px 12px 24px 6px rgb(97 97 97 / 5%), 0px 24px 48px 6px rgb(97 97 97 / 8%);
    width: 100%;
    max-width: 392px;
    /* position: relative;
     */
    /* top: 50%;
     */
    /* left: 50%;
     */
    /* transform: translate(-50%, -50%);
     */
    margin: 139px auto;
}
.logo {
    background: #fdede7;
    text-align: center;
    padding: 33px 0 34px;
}
.logo a img {
    width: 100%;
    max-width: 115px;
    opacity: 1;
}
.eamil-cont {
    padding: 64px 33px;
}
.eamil-cont h4 {
    color: #363636;
    font-size: 20px;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    margin-bottom: 24px;
}
.eamil-cont p {
    color: #363636;
    font-size: 16px;
}
.eamil-cont p a {
    color: #F15A24;
    text-decoration: underline;
    transition: all 0.5s;
}
.eamil-cont p a:hover {
    color: #FFD0BF;
}
/*-- Eamil verify css end here ---*/

/*-- subscription css start here ---*/

.select-sub {
    background: #fff;
    padding: 23px 0;
    margin-bottom: 82px;
}
.select-sub h4 {
    font-size: 20px;
    font-family: 'Mulish', sans-serif !important;
    margin: 0;
    color: #212429;
    font-family: sans-serif;
}
.subscription .container {
    max-width: 896px;
}
.table {
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
    overflow: hidden;
}
.table li:first-child {
    margin-bottom: 37px;
    background: #FFD0BF;
    text-align: center;
    color: #C94A1C;
    font-size: 18px;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    padding: 9px 50px;
    position: relative;
}
.table li:first-child::after {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 14px solid transparent;
    content: " ";
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.table .active li:first-child::after {
    border-top: 14px solid #F15A24;
}
.table div {
    border: 1px solid transparent;
    text-align: center;
}
.table li {
    font-size: 20px;
    color: #212429;
    font-family: 'Mulish', sans-serif !important;
    line-height: 25.1px;
    padding: 20px 0 29px;
    border-bottom: 1px solid #CED6E0 !important;
    position: relative;
}
.table li::before {
    content: " ";
    position: absolute;
    top: -1px;
    right: -54px;
    background: #CED6E0;
    width: 70px;
    height: 1px;
}
.table li:last-child::after {
    content: " ";
    position: absolute;
    bottom: -1px;
    right: -54px;
    background: #CED6E0;
    width: 70px;
    height: 1px;
}
.table li:first-child::before {
    display: none;
}
.table li:nth-child(2) {
    border-top: 1px solid #CED6E0;
}
.feature {
    text-align: left !important;
}
.table .feature li:first-child {
    opacity: 0;
}
.subscription p {
    font-size: 14px;
    color: #7A8696;
    margin: 30px 0 46px;
}
section.subscription {
    padding-bottom: 34px;
}
.subscription a.fill-btn.select {
    font-size: 16px;
    padding: 9.5px;
    max-width: 121px;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: auto;
}
.premium.active {
    border: 1px solid #F15A24;
}
.table .active li:first-child {
    background: #F15A24;
    color: #FFD0BF;
}
.ver-msg {
    background: #D6EDD9;
    width: 100%;
    max-width: 450px;
    padding: 20px 28px 20px 22px;
    border-left: 4px solid #4BA65B;
    margin: 37px 85px 0 auto;
    position: relative;
}
.ver-msg label {
    color: #0C2211;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-left: 0px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}
.ver-msg label::before {
    content: " ";
    background: #4BA65B;
    top: 2px;
    left: -36px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    position: absolute;
    opacity: 0.4;
}
.ver-msg label::after {
    content: '';
    display: block;
    width: 5px;
    height: 11px;
    border: solid #4BA65B;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 6.2px;
    left: -28px;
    opacity: 0;
}
.ver-msg input[type="checkbox"] {
    position: relative;
    z-index: 9999;
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
    top: 4px;
}
.ver-msg input[type="checkbox"]:checked+label::after {
    opacity: 1;
}
button.close {
    background: transparent;
    border: 0;
    margin-left: 30px;
    position: relative;
    top: -2px;
}
/*-- subscription css end here ---*/

/*-- seller profile css start here --*/

.seller-pro {
    padding-bottom: 100px;
    position: relative;
}
.seller-pro::before {
    content: " ";
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    background: #CED6E0;
    width: 100%;
    height: 1px;
    z-index: -1;
}
.seller-pro #example-basic {
    max-width: 683px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.seller-pro .steps.clearfix li {
    display: inline-block;
    width: 25%;
}
.seller-pro span.number, .current-info.audible {
    display: none !important;
}
.seller-pro .steps ul li span {
    display: block;
}
.seller-pro .title {
    display: none;
}
.seller-pro h4 {
    max-width: 683px;
    margin: 19px auto 30px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Mulish', sans-serif !important;
    color: #212429;
}
.seller-pro .steps ul li span.step {
    color: #212429;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.seller-pro .steps ul li.current a span.step {
    color: #F15A24;
    font-weight: 600;
    font-size: 16px;
}
.steps.clearfix span.complete {
    display: none;
    font-size: 16px;
    font-weight: 600;
    color: #4BA65B;
}
.steps.clearfix ul li.done span.complete {
    display: block;
}
.seller-pro .steps ul li.done span.step {
    display: none;
}
.seller-pro .steps ul li a span {
    font-size: 14px;
    letter-spacing: 0.0168em;
    color: #646666;
    font-weight: 400;
}
.seller-pro li.current {
    border-bottom: 1px solid #F15A24;
    padding-bottom: 11px;
}
.seller-pro .steps.clearfix {
    margin-bottom: 40px;
}
.seller-pro .content label, .catalog-form label, label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.0168em;
    color: #212429;
    margin-bottom: 2px;
}
label.up-lookbook {
    margin-bottom: 8px;
}
.seller-pro span.optional, label span.optional {
    font-size: 14px;
    align-items: center;
    color: #7A8696;
    font-weight: 400;
}
.seller-pro input, .catalog-form input, .form-control {
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    /*margin-bottom: 16px;*/
    color: #212429;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 11px;
    width: 100%;
	/*margin-bottom: 20px;*/
}
.seller-pro select, .catalog-form select, select {
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    padding: 9px 11px;
    color: #212429;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.seller-pro label.industry, .selc-label {
    position: relative;
    display: block;
}
.seller-pro label.industry::after, .selc-label::after {
    content: " ";
    position: absolute;
    top: 41px;
    right: 12px;
    background: url(../images/vector-2.png) no-repeat;
    background-position: center;
    width: 7px;
    height: 6px;
}
.seller-pro textarea, textarea {
    height: 181px;
    background: #FFFFFF;
    border: 1px solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    /*margin-bottom: 42px;*/
    color: #212429;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 11px;
}
textarea#description {
    margin-bottom: 0;
}
textarea#description+small {
    margin-bottom: 42px;
}
.actions.clearfix li a {
    width: 136px;
    background: #F15A24;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    padding: 11px;
    display: block;
    margin-right: 0 !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}
.actions.clearfix li a:hover {
    background: #FFD0BF;
    color: #F15A24;
}
a.skip.lt-btn {
    width: 136px;
    border-radius: 4px;
    text-align: center;
    padding: 10px 11px;
    display: block;
    margin-right: 0 !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    position: absolute;
    bottom: 1px;
    right: 157px;
}
.actions.clearfix ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #CED6E0;
    padding-top: 30px;
    margin-top: 40px;
}
.actions.clearfix li.disabled {
    opacity: 0;
    visibility: hidden;
}
.company-logo {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.comp-cont p {
    font-size: 14px;
    font-weight: 600;
    color: #212429;
}
.comp-cont p span {
    color: #A3B0C0;
    display: block;
    margin-top: 8px;
    font-weight: 400;
}
.company-logo input[type="file"] {
    cursor: pointer !important;
    width: 46px;
    height: 46px;
    margin-bottom: 0;
    position: absolute;
    bottom: -4px;
    right: 32px;
    opacity: 0;
    /*z-index: 999;*/
}
.company-logo .form-group {
    position: relative;
}
.company-logo img {
    width: 100px;
    height: 100px;
    display: block;
    margin-right: 38px;
    border: 1px dashed #CED6E0;
    /*border-radius: 101px;*/
    background: #F0F3F7;
}
.company-logo label::after {
    content: " ";
    position: absolute;
    bottom: -4px;
    right: 32px;
    width: 47px;
    height: 47px;
    background: url(../images/upload-btn.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.upload-video {
    background: #F0F3F7;
    border: 1px dashed #CED6E0;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    padding: 84px;
    position: relative;
}
.upload-video p {
    font-size: 14px;
    color: #43474c;
    letter-spacing: 0.0168em;
}
.upload-video h5 {
    font-weight: 700;
    cursor: pointer !important;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.015em;
    color: #212429;
    font-family: 'Mulish', sans-serif !important;
    margin-bottom: 10px;
}
.upload-video p span {
    color: #0F73FF;
}
button.add-link.ol-btn {
    padding: 7px 12px;
}
.upload-video .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.upload-video .form-group label {
    /*position: relative;*/
    margin: 0;
}
.upload-video .form-group label input {
    opacity: 0;
    /*width: 95px;*/
    /*height: 37px;*/
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
button.upload-video-btn.fill-btn {
    margin-right: 10px;
}
.seller-pro select:invalid {
    color: #A3B0C0;
}
.seller-pro input::-webkit-input-placeholder {
    color: #A3B0C0;
}
.seller-pro input:-ms-input-placeholder {
    color: #A3B0C0;
}
.seller-pro input::placeholder {
    color: #A3B0C0;
}
h4.primary {
    padding-bottom: 12px;
    border-bottom: 1px solid #CED6E0;
    margin-bottom: 40px;
    margin-top: 70px;
}
.brand-box {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(121, 134, 150, 0.03), 0px 2px 4px rgba(163, 176, 192, 0.16);
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 20px;
}
.brand-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.brand-name {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.brand-name p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #212429;
    margin-left: 20px;
}
.edit-brand button {
    border: 1px solid #F0F3F7;
    border-radius: 70px;
    width: 46px;
    height: 46px;
    background: transparent;
    margin-left: 10px;
}
.edit-brand-btn-group button {
    border: 1px solid #F0F3F7;
    border-radius: 70px;
    width: 46px;
    height: 46px;
    background: transparent;
    margin-left: 10px;
}
.edit-brand button.delete {
    border-color: #FCE6EB;
}

.edit-brandByBrand button {
    border: 1px solid #F0F3F7;
    border-radius: 70px;
    width: 46px;
    height: 46px;
    background: transparent;
    margin-left: 10px;
}
.edit-brandByBrand-btn-group button {
    border: 1px solid #F0F3F7;
    border-radius: 70px;
    width: 46px;
    height: 46px;
    background: transparent;
    margin-left: 10px;
}
.edit-brandByBrand button.delete {
    border-color: #FCE6EB;
}
.brand li {
    display: inline-block;
}
.brand li img {
    border: 1px solid #CED6E0;
    border-radius: 4px;
    margin: 0 0 0 1px;
}
.brand li:last-child {
    margin-right: 0;
}
button.save.fill-btn {
    padding: 11px 35px;
    font-size: 14px;
}
.brand-layout p.upload {
    font-size: 12px;
    font-weight: 400;
    color: #F15A24;
    margin-left: 10px;
}
.brand.images p {
    font-weight: 600;
        margin-top: 12px !important;
    color: #212429;
    margin-bottom: 11px !important;
    margin-top: 20px;
}
.brand.images li {
    position: relative;
    margin: 0 4px;
}
.brand.images li .edit-op {
    position: absolute;
    bottom: 19px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.brand.images div .edit-op {
    /*position: relative;
    */
    /*bottom: 19px;
    */
    /*width: 100%;
    */
    /*left: 0;
    */
    /*right: 0;
    */
    /*text-align: center;
    */
    display: flex;
}
.brand.images li .edit-op button {
    border: 0;
    background: transparent;
    font-size: 12px;
    margin: 0 5px;
    color: #29060B;
    text-decoration: underline;
}
.brand.images div .edit-op a {
    border: 0;
    background: transparent;
    font-size: 12px;
    margin: 0 5px;
    color: #29060B;
    text-decoration: underline;
}
.brand.images li:last-child {
    margin-right: 0;
    background: #F7FAFC;
    border: 1px dashed #CED6E0;
    box-sizing: border-box;
    border-radius: 4px;
    width: 165px;
    height: 165px;
}
.brand.images li:first-child {
    margin-left: 0;
}
.brand.images li .edit-op button.delete-op {
    color: #CF2F4C;
}
.brand.images li .edit-op button:hover {
    opacity: 0.5;
}
label.upload-pic {
    width: 165px;
    height: 165px;
    background: #F0F3F7;
    text-align: center;
    border: 1px dashed #CED6E0;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    margin: 0;
}
.brand.images ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
label.upload-pic input {
    width: 158px;
    height: 158px;
    opacity: 0;
}
label.upload-pic::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/plate.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 46px;
    height: 46px;
    transform: translate(-50%, -50%);
}
button.add-brand.ol-btn {
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 19px;
    margin: 0 15px 0 auto;
    display: block;
}
.actions.clearfix li:first-child a {
    border: 1px solid #FFD0BF;
    color: #F15A24;
    background: transparent;
}
.actions.clearfix li:first-child a:hover {
    background: #F15A24;
    border-color: #F15A24;
    color: #fff;
}
.private .switch {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 40px;
    flex: 0 0 auto;
}
.private .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.private .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.private .slider:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.private input:checked+.slider {
    background-color: #4BA65B;
}
.private input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}
.private input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 10px;
}
.private .slider.round {
    border-radius: 34px;
}
.private .slider.round:before {
    border-radius: 50%;
}
.private li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 61px;
}
.private li p {
    color: #212429;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.private li p span {
    display: block;
    color: #7A8696;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 8px;
}
.private li:last-child {
    margin: 0;
}
.private select#industry {
    background: #FFFFFF;
    border: 1px solid #F0F3F7;
    box-sizing: border-box;
    border-radius: 5px;
    width: 232px;
    margin: 0;
    height: 46px;
    padding: 11px;
    font-family: 'Roboto', sans-serif;
    color: #7A8696;
}
.private label.industry::after {
    top: 22px;
}
#example-basic-p-3 .private.notifications {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #F0F3F7;
}
#example-basic-p-2 li {
    border: 0;
}
/*-- seller profile css end here --*/

/*-- dashboard css start here --*/

.page-content {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.side-bar {
    background: #212429;
    width: 100%;
    max-width: 165px;
    overflow-y: auto;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.side-bar::-webkit-scrollbar {
    width: 4px;
}
.side-bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.side-bar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.side-logo {
    padding: 23px 25px;
    border-bottom: 1px solid #7A8696;
    text-align: center;
}
.side-logo a img {
    width: 100%;
    max-width: 115px;
}
.menu-bar {
    padding: 33px 8px 25px 25px;
}
button.bar-toggle {
    background: rgba(122, 134, 150, 0.2);
    border-radius: 30px;
    border: 0;
    padding: 6px 11px;
    color: #7A8696;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
button.bar-toggle svg {
    margin-right: 10px;
}
button.bar-toggle:hover {
    background: #fff;
}
.side-bar .menu-bar a.nav-link {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #fff;
    padding: 0 0 0;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}
.side-bar .menu-bar a.nav-link:hover {
    color: #F15A24;
}
.side-bar .menu-bar a.nav-link:hover svg path {
    fill: #F15A24;
}
.side-bar .menu-bar a.nav-link.active span {
    position: relative;
}
.side-bar .menu-bar a.nav-link.active span::before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 12px;
    background: #F15A24;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.side-bar .menu-bar a.nav-link.active:hover span::before {
    background: #fff;
}
.nav-item.logout {
    margin-top: 54px;
}
.side-bar .menu-bar a.nav-link svg {
    margin-right: 6px;
}
.content-wapper {
    display: block;
    position: relative;
    overflow: hidden;
    margin-left: 165px;
    margin-top: 59.43px;
    width: 100%;
}
.page-content header.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
}
.dashboard .site-logo {
    opacity: 0;
    visibility: hidden;
}
.content-inner {
    position: relative;
    overflow-y: hidden;
}
.container-fluid {
    padding: 0 20px !important;
}
.title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 18px 40px;
    margin-bottom: 53px;
}
.title-header h4 {
    margin-bottom: 0;
}
.title-header a.create.fill-btn {
    padding: 7px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-header a.create.fill-btn svg {
    margin-left: 8px;
}
.title-header a.create.fill-btn:hover svg rect {
    fill: #F15A24;
}
.content-inner .content {
    padding: 0 40px 50px;
}
/*-- dashboard css end here --*/

/*-- Presentation page css start here --*/

.collection-box {
    background: url(../images/BG.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 56px 40px 56px 30px;
    position: relative;
    margin-bottom: 14px;
}
.collection-box::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, #212429 0%, rgba(33, 36, 41, 0) 58.71%);
    width: 100%;
    height: 100%;
}
.colle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9999
}
.collection-box h3 {
    color: #fff;
    margin: 0;
    line-height: normal;
}
.collection-box h3 span {
    display: block;
    color: #CED6E0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.collection-box .btns-group button {
/*    width: 69px;*/
    height: 34px;
    padding: 5px 10.5px;
    text-align: center;
    margin-right: 19px;
}
.collection-box .btns-group a {
    margin-right: 19px;
}
.collection-box .btns-group {
    display: flex;
}
.collection-box .btns-group button:last-child {
    margin-right: 0;
}
.collection-box .btns-group button.del.fill-btn {
    background: #F15A24;
    border-color: #F15A24;
    color: #000;
}
.collection-box .btns-group button.del.fill-btn:hover {
    background: #FFD0BF;
    border-color: #FFD0BF;
    color: #000;
}
.frame-layout {
    display: flex;
    align-items: center;
}
.header-menu .dropdown-menu {
    top: 23px !important;
    left: 0 !important;
    margin-top: 7px;
    transition: all .5s ease-in-out;
}
.frame-box {
    width: 100%;
    max-width: 515px;
    background: #F7FAFC;
    border: 1px solid #CED6E0;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 68px 0;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.5s;
}
.header-menu li.nav-item.dropdown a.nav-link img {
    height: 30px;
}
.frame-box:hover, .frame-box.active {
    background: #FFD0BF;
    border-color: #F15A24;
}
.frame-box:hover h4, .frame-box.active h4 {
    color: #7A2709;
}
.frame-btn {
    width: 100%;
    max-width: 1050px;
    text-align: right;
    margin-top: 60px;
}
.frame-btn button {
    padding: 12.5px 47.5px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Mulish', sans-serif !important;
    letter-spacing: 0.03em;
    border-radius: 4px;
    border: 1px solid transparent;
}
/* .frame-btn button.cancel-btn, .btns-hedaer button.cancel-btn {
     border-color: #CED6E0;
     box-sizing: border-box;
     background: transparent;
     margin-right: 14px;
}*/

/* .frame-btn button.next-btn {
     background: #F0F3F7;
     border-color: #F0F3F7;
     color: #A3B0C0;
}*/

/* .frame-btn button.next-btn.active {
     background: #F15A24;
     border-color: #F15A24;
     color: #fff;
}*/
.dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding:0px 11px;
}
#select2-retailerSelectId-container{
    padding:7px 11px;
}
.btns-hedaer button.cancel-btn {
    padding: 7px 30px;
    font-size: 14px;
    border: 1px solid #CED6E0;
}
.btns-hedaer {
    display: flex;
    align-items: center;
    max-width: 60%;
    width: 100%;
}
.content .steps ul {
    border-bottom: 1px solid #CED6E0;
}
.content .steps li {
    display: inline-block;
    width: 13%;
}
.content .steps li span.number {
    display: none;
}
.content .steps li a span {
    font-size: 14px;
    letter-spacing: 0.0168em;
    color: #646666;
    font-weight: 400;
    display: block;
    letter-spacing: 0.01em;
}
.content .steps li a span.step {
    color: #212429;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.content .steps li.current a span.step {
    color: #F15A24;
}
.content .steps li {
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
}
.content .steps li.current {
    border-color: #F15A24;
}
.content-inner .content #example-basic {
    margin-top: -30px;
}
.content-inner .content .content.clearfix {
    padding: 30px 0 0;
}
.creat-prese h5.scene-title:nth-child(1) {
    margin-top: 0;
}
.content-inner .content .content.clearfix h3 {
    display: none;
}
.content .content.clearfix h6 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 20px;
}
.content-inner .content .actions.clearfix ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.content-inner .content .actions.clearfix {
    margin-top: 120px;
}

span.brand-wrapper {
    display: flex !important;
}

.brand-wrapper label.innerLabel {
    margin: 0 10px 10px 15px;
}

ul.catalog-list li {
    display: inline-block;
    margin-right: 14px;
    position: relative;
    cursor: pointer;
}
ul.catalog-list li:last-child {
    margin-right: 0;
}
ul.catalog-list li p {
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translate(-50%, -14%);
    color: #000;
    font-size: 16px;
    font-weight: 600;
    width: 95%;
    background: #f7fafcbd;
    text-align: center;
}
.content-inner .actions.clearfix li:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}
.sort-scenes {
    display: flex;
    align-items: center;
}
.sort {
    width: 100%;
    border: 1px solid #CED6E0;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    max-width: 306px;
    padding: 77px 0px;
    margin-right: 10px;
}
.sort h5 {
    margin-bottom: 6px;
}
.sort p {
    font-family: 'Mulish', sans-serif !important;
    color: #A3B0C0;
    font-size: 18px;
    font-weight: 300;
}
.creat-prese h5.scene-title {
    color: #7A2709;
    background: #FFD0BF;
    padding: 10px;
    font-weight: 700;
    margin-top: 30px;
}
.preview_template .product-item {
    width: 19.7% !important;
    margin-right: 3px;
}
.dashboard.preview_template .product-item {
    background: #FFFFFF;
    border: 1px solid #F0F3F7;
    display: inline-block;
    width: 24.6% !important;
    position: relative;
    margin-right: 3px;
    height: 677px;

}
.product-list.appendProduct {
    display: flex;
    flex-wrap: wrap;
}

.product-list.appendProduct.ui-sortable {
    display: flex;
    flex-wrap: wrap;
}
.product-list--.appendProduct {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-left: 10px;
}
.product-item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 142%;
    /*letter-spacing: 0.0168em;*/
    color: #212429;
    padding: 0 9px;
    /*padding: 0 21px;*/
    height: 33px;
    /*overflow: hidden;*/
}
.product-cont .tabcontent {
    padding: 6px 0px;
}
.carousel-item.active>div {
    height: 465px !important;
}
.product-pic .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    height: 465px;
}
.product-item span {
    font-size: 12px;
    letter-spacing: 0.0168em;
    color: #1e1e1f;
    padding: 0 9px;
    width: fit-content;
    position: relative;
/*    height: 19px;*/
    margin-left: 1px;
}
.product-item span.dropdown-item {
    width: 100%;
}
.price-detail p span {
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.015em;
    color: #212429 !important;
    padding: 0;
}
.price-detail p {
    font-size: 12px;
    letter-spacing: 0.0168em;
    color: #7A8696;
    padding: 0;
}
.price-detail {
    display: flex;
    align-items: center;
    padding: 14px 21px 29px;
}
.price {
    margin-right: 20px;
    word-break: break-word;
}
.product-pic {
    margin-bottom: 10px;
    max-height: 465px;
    overflow: hidden;
}
.product-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.select-mark {
    position: absolute;
    top: 10px;
    right: 13px;
}
.select-mark label {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    right: 0px;
}
.select-mark label:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #929292;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 5px;
}
.select-mark label:after {
    content: " ";
    position: absolute;
    top: 6px;
    right: 4px;
    background: url(../images/check-mark.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 14px;
    height: 9px;
    opacity: 0px;
}
.select-mark input[type="checkbox"] {
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 999;
    /*opacity: 0;*/
    cursor: pointer;
}
.select-mark input[type="checkbox"]:checked+label:before {
    border-color: #0F73FF;
    background: #0F73FF;
}
.select-mark input[type="checkbox"]:checked+label:after {
    opacity: 1;
}
.product-item.selected {
    background: #e7f1ff;
}
.content-inner .content .creat-prese+.btn-group button, .bottom-bar button {
    padding: 11px 20px !important;
    width: 136px;
    display: block;
    font-weight: 700;
    font-size: 16px !important;
}
.content-inner .content .content.clearfix .btn-group {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 40px;
    bottom: 20px;
}
.content .actions.clearfix li:last-child {
    opacity: 0;
    visibility: hidden;
}
button.preview-btn.lt-btn:hover svg path, .catalog-form .btn-group button:hover svg path {
    stroke: #fff;
}
.product-filters .title-header {
    margin: 0;
}
.product-filters .content {
    padding: 0 !important;
}
.product-cont {
    display: flex;
    width: 100%;
}
.prod-cont {
    /*padding: 20px 40px 0px 30px;*/
    padding: 0px 0px 0px 0px;
    width: 100%;
}
.filter {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #F0F3F7;
    padding: 21px 43px;
    max-width: 328px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.filter h5 {
    margin-bottom: 20px;
}
.filter form input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    width: 240px;
    height: 42px;
    padding: 11px 9px;
    color: #A3B0C0;
    font-size: 14px;
    margin-bottom: 0;
}
.filter form input[type="text"]t::-webkit-input-placeholder {
    color: #A3B0C0;
}
.filter form input[type="text"]:-ms-input-placeholder {
    color: #A3B0C0;
}
.filter form input[type="text"]::placeholder {
    color: #A3B0C0;
}
.filter form {
    position: relative;
}
.filter form button {
    position: absolute;
    background: transparent;
    border: 0;
    top: 7px;
    right: 9px;
}
.filter-wapper {
    margin-top: 20px;
}
.filter-item {
    margin-bottom: 10px;
}
.product-cont .filter-wapper p.title {
    font-weight: 600;
    font-size: 14px;
    color: #212429;
    margin-bottom: 10px;
    letter-spacing: 0.0168em;
    display: block;
    width: 100%;
}
.filter-wapper label, .filter-wapper a span {
    font-size: 14px;
    color: #7A8696;
    margin-left: 6px;
    display: inline-block;
}
.filter-item {
    margin-bottom: 10px;
    position: relative;
}
.filter-item input[type="checkbox"] {
    position: relative;
    width: 22px;
    height: 22px;
    top: 2px;
    z-index: 9;
    opacity: 1;
    cursor: pointer;
    margin-bottom: 0;
}
/* .filter-item label:after {
     content: " ";
     position: absolute;
     top: 4px;
     left: 0;
     width: 22px;
     height: 22px;
     background: #FFFFFF;
     border: 1px solid #CED6E0;
     box-sizing: border-box;
     border-radius: 5px;
}*/

/*.filter-item label::before {
     content: " ";
     position: absolute;
     top: 10px;
     left: 4px;
     background: url(../images/check-mark.svg) no-repeat;
     background-size: cover;
     background-position: center;
     width: 14px;
     height: 9px;
     opacity: 0;
}*/

.filter-item input[type="checkbox"]:checked+label:after {
    border-color: #0F73FF;
    background: #0F73FF;
}
.filter-item input[type="checkbox"]:checked+label:before {
    opacity: 1;
    z-index: 99;
}
.color.filter-wapper p.title {
    margin-bottom: 13px;
}
.filter-wapper a.link-active {
    display: block;
    height: 11px;
    width: 11px;
    margin-bottom: 12px;
    border-radius: 100%;
    border: 1px solid #212429;
    position: relative;
}
.filter-wapper a span {
    display: block;
    position: absolute;
    left: 100%;
    top: -7px;
    width: 100px;
}
.product-filters .product-item {
    width: 24.7%;
}
.product-filters .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CED6E0;
    margin-bottom: 20px;
    margin-left: 0px;
}
.product-filters .top-bar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.product-filters .top-bar ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 212px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
}
.product-filters .top-bar ul li h5 span {
    display: block;
    color: #7A8696;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.product-filters .top-bar ul li h5 {
    margin: 0;
}
.product-filters .top-bar ul li button {
    border: 0;
    background: transparent;
}
.product-filters .top-bar ul li.active {
    border-color: #F15A24;
}
button.add-sce.lt-btn {
    padding: 7px 13.5px;
    display: flex;
    align-items: center;
    margin: 0;
}
button.add-sce.lt-btn svg {
    margin-left: 8px;
}
button.add-sce.lt-btn svg rect {
    fill: #F15A24;
}
button.add-sce.lt-btn:hover svg rect {
    fill: #fff;
}
.bottom-bar {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #F0F3F7;
    padding: 15px 43px;
    text-align: right;
    /*display: none;*/
}
button.preview-btn.lt-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*-- Presentation page css end here --*/

/*-- Setting page css start here --*/

.profile-setting {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
}
.change-setting table {
    width: 100%;
}
.change-setting table tr {
    border-bottom: 1px solid #F0F3F7;
}
.change-setting table th {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.0168em;
    color: #212429;
}
.change-setting table th, .change-setting table td {
    /*padding: 20px 20px 20px 0px;*/
        padding: 20px 0px 20px 0px;
}
.change-setting table td {
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #7A8696;
}
.change-setting table td p span {
    color: #212429;
    font-weight: 600;
}
.change-setting table td p {
    font-size: 12px;
}
.change-setting table td button {
    background: transparent;
    border: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.0168em;
    text-decoration-line: underline;
    color: #F15A24;
    transition: all 0.5s;
    font-weight: 600;
}
.change-setting table td button:hover {
    color: #212429 !important;
    text-decoration-line: none;
}
.change-setting table td button:hover svg path {
    fill: #212429;
}
.change-setting table td button svg {
    margin-right: 8px;
    transition: all 0.5s;
}
.change-setting table td button.cancel {
    color: #CF2F4C;
    margin-left: 14px;
}
.profile-setting h4 {
    margin: 35px 0 0;
}
.profile-setting .private li {
    margin-bottom: 0;
    padding: 38px 0;
    border-bottom: 1px solid #F0F3F7;
}
/*-- Setting page css start here --*/

/*-- Catalog page css start here --*/

.catalog-form {
    width: 100%;
    max-width: 684px;
    margin: 0 auto;
}
.catalog-form h3 {
    margin: 40px 0;
}
.catalog-form select, .catalog-form input, .catalog-form .upload-video, .catalog-form .brand {
    margin-bottom: 20px;
}
.catalog-form input#date, .catalog-form input#date1 {
    text-transform: uppercase;
}
.catalog-form .brand span {
    font-size: 12px;
    letter-spacing: 0.0168em;
    color: #7A8696;
    margin-bottom: 8px;
    display: block;
    /*margin-top: -5px;
    */
}
.catalog-form p.ex-cat {
    font-size: 14px;
    letter-spacing: 0.0168em;
    color: #7A8696;
    padding: 30px 0 30px 50px;
}
#date::-webkit-inner-spin-button, #date::-webkit-calendar-picker-indicator {
    opacity: 0;
}
#date1::-webkit-inner-spin-button, #date1::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.out-broder {
    background: #CED6E0;
    height: 1px;
    width: 58px;
    top: 44px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.col-md-2 {
    position: relative;
}
.catalog-form .btn-group button {
    padding: 11px 20px !important;
    width: 193px;
    display: block;
    font-weight: 700;
    font-size: 16px !important;
    font-family: 'Mulish', sans-serif !important;
}
.catalog-form .btn-group {
    justify-content: flex-end;
    margin-top: 40px;
}
.catalog-form label.date {
    position: relative;
}
.catalog-form label.time {
    position: relative;
}
.catalog-form label.date::after {
    content: " ";
    position: absolute;
    top: 34px;
    right: 12px;
    background: url(../images/calendar.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 19px;
    height: 20px;
}
.catalog-form label.time::after {
    content: " ";
    position: absolute;
    top: 34px;
    right: 12px;
    background: url(../images/time.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 19px;
    height: 20px;
}
/*-- Catalog page css end here --*/

/*-- setup product page css start here --*/

.form-boxs {
    width: 100%;
    max-width: 684px;
    margin-left: 177px;
    padding-bottom: 40px;
}
.boxs {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(163 176 192 / 6%), 0px 4px 8px rgb(163 176 192 / 16%);
    padding: 20px 20px 0;
    border-radius: 4px;
    margin-bottom: 34px;
    overflow: hidden;
}
.product-cont small#mesg-count, .product-cont select, .product-cont input, .product-cont .upload-video {
    margin-bottom: 20px;
}
.product-cont p.title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #212429;
    width: 150px;
}
.product-cont .note {
    height: 62px;
}
input#photo {
    width: 100px;
    height: 100px;
    display: block;
    margin-right: 38px;
    border: 1px dashed #CED6E0;
    background: #F0F3F7;
    border-radius: 4px;
    opacity: 0;
}
.product-photo label {
    width: 100px;
    height: 100px;
    display: block;
    margin-right: 38px;
    border: 1px dashed #CED6E0;
    background: #F0F3F7;
    border-radius: 4px;
    position: relative;
}
.product-photo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.upload-cont p {
    font-size: 14px;
    font-weight: 600;
    color: #212429;
}
.upload-cont p span {
    color: #A3B0C0;
    display: block;
    margin-top: 8px;
    font-weight: 400;
}
.product-photo label:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 47px;
    height: 47px;
    background: url(../images/upload-btn.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 9;
    transform: translate(-50%, -50%);
}
input#fabric {
    margin-bottom: 0;
}
button.delt {
    font-size: 14px;
    letter-spacing: 0.0168em;
    text-decoration: underline;
    color: #CF2F4C;
    background: transparent;
    border: 0;
    padding: 30px 0;
    display: block;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
}
button.delt:hover {
    color: #212429;
    text-decoration: none;
}
.product-cont button.add-btn {
    padding: 7px 20px;
    display: block;
    margin: 0 0 0 auto;
}
.product-cont .btn-add {
    padding: 20px 0;
    position: relative;
}
.product-cont .btn-add::after {
    content: " ";
    position: absolute;
    top: 0;
    left: -20px;
    width: 700px;
    height: 1px;
    background: #F0F3F7;
}
button.create.fill-btn {
    width: 100%;
    max-width: 193px;
    padding: 10px 30px;
    font-family: 'Mulish', sans-serif !important;
    font-size: 16px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    float: right;
}
button.create.fill-btn svg {
    margin-left: 10px;
}
button.create.fill-btn:hover svg rect {
    fill: #F15A24;
}
.upload-video.video-img {
    padding-left: 30px;
    padding-right: 30px;
}
.sizes-quantity.product-cont input#size, .sizes-quantity.product-cont input#color, .prepack.product-cont input#size, .prepack.product-cont input#color {
    background: #F0F3F7;
    border: 1px solid #CED6E0;
}
/*-- setup product page css end here --*/

/*-- product page css start here --*/

.content.product {
    padding: 0;
}
proboxinfo.content.product {
    padding: 0;
}
.right-side {
    padding: 40px 87px 93px 95px;
    background: #F0F3F7;
    display: flex;
    width: 100%
}
.proboximg {
    margin-right: 50px;
    width: 302px;
}
.proboximg .slider-for {
    width: 302px;
    height: 390px;
    margin: 0px auto;
    overflow: hidden;
}
.proboximg .item.slick-slide {
    padding: 0 2px;
}
.proboximg img {
    width: 100%;
    min-height: 100%;
}
.proboximg .slider-nav {
    width: 302px;
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proboximg .slider-nav button.slick-arrow {
    background: #CED6E0;
    border-radius: 4px;
    width: 102px;
    height: 120px;
    color: #212429;
    position: relative;
    top: 61px;
    left: 0;
    right: 0;
    display: table-caption;
    padding: 0;
    text-align: center;
}
.proboximg .slider-nav .slick-next:before {
    content: " ";
    background: url(../images/arrow-right-3.svg) no-repeat;
    width: 13px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: cover;
    background-position: center;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
.proboximg .slider-nav button.slick-prev.slick-arrow {
    display: none !important;
}
.proboximg .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}
.proboximg .slick-prev {
    left: 0;
}
.proboximg .slick-next {
    right: 0;
}
.proboxinfo a {
    font-size: 14px;
    text-decoration-line: underline;
    margin-bottom: 16px;
    display: block;
    color: #212429;
    margin-top: 30px;
}
.proboxinfo h2 {
    margin-bottom: 16px;
}
.pro-cate {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.pro-cate p {
    font-size: 16px;
    color: #F15A24;
}
.pro-cate p span {
    color: #7A8696;
    margin-left: -2px;
    display: inline-block;
    position: relative;
    margin-right: 2px;
}
.pro-sty {
    display: flex;
    margin-bottom: 16px;
}
.pro-sty p {
    font-size: 14px;
    color: #7A8696;
}
.pro-sty p span {
    color: #212429;
    font-weight: 600;
}
.pro-sty p.product-SKU {
    margin-left: 8px;
}
p.product-description {
    color: #212429;
    font-size: 14px;
    width: 100%;
    /*max-width: 470px;*/
    line-height: 24px;
    margin-bottom: 40px;
    text-align: justify;
}
.proboxinfo button.edit.fill-btn {
    display: flex;
    width: 100%;
    max-width: 213px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.03em;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.proboxinfo a {
    text-decoration: none;
}
.proboxinfo {
    width: 100%;
}
.proboxinfo button.edit.fill-btn svg {
    margin-left: 10px;
}
}
.proboxinfo button.edit.fill-btn svg path {
    fill: #fff;
}
.proboxinfo button.edit.fill-btn:hover svg path {
    fill: #F15A24;
}
.left-side {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #F0F3F7;
    box-sizing: border-box;
    width: 100%;
    max-width: 323px;
}
.left-side p.detail {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #F0F3F7;
    box-sizing: border-box;
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #212429;
}
.left-side .pro-detail {
    padding: 20px;
}
.left-side .detbox p {
    color: #282929 !important;
    font-size: 14px;
    display: flex;
}
.left-side .detbox p span {
    font-weight: bold;
    font-size: 14px;
    color: #212429;
    margin-left: 10px;
}
.left-side .detbox p em {
    margin-left: 10px;
}
.left-side .detbox {
    margin: 0 0 33px 0;
}
.left-side .detbox.color {
    display: flex;
}
.left-side .detbox.color p span {
    display: flex;
    width: 100%;
    align-items: center;
}
.left-side .detbox.color p span img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.left-side .detbox.color p {
    display: block;
}
.left-side .detbox.tags li {
    background: #f15a24;
    color: #EAF3FF;
    border-radius: 4px;
    font-size: 14px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 4px;
}
.left-side .detbox.tags li svg {
    position: relative;
    top: -1px;
    width: 7px;
    height: 7px;
    margin-left: 6px;
}
.left-side .detbox.tags, .left-side .detbox.size {
    display: flex;
}
.left-side .detbox.size {
    align-items: center;
}
.left-side .detbox.tags ul, .left-side .detbox.size ul {
    margin-left: 10px;
}
.left-side .detbox.size ul li {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    color: #212429;
}
/*-- product page css end here --*/

/*-- profile page css start here --*/

.profile-banner {
    /*background: #7A8696;*/
    /* padding: 76px 0; */
    text-align: center;
    /*height: 420px;*/
}
.profile-banner h1 {
    font-weight: 600;
    font-size: 64px;
    color: #73808F;
    padding: 90px 0 0 0;
}
.profile-logo-section {
    padding: 30px 30px 100px 30px;
}
.logo-edit button {
    width: 100%;
    max-width: 155px;
    text-align: center;
    display: inherit !important;
    margin-top: 14px !important;
}
.logo-edit a.fill-btn {
    width: 100%;
    max-width: 155px;
    text-align: center;
    display: inline-block;
}
.logo-edit a.fill-btn:hover svg path {
    fill: #F15A24;
}
.tranding-name h3 {
    margin-bottom: 0px;
}
.tranding-name b {
    font-family: 'Mulish', sans-serif !important;
    color: #7A8696;
    font-size: 16px;
    font-weight: 600;
}
.tranding-name p {
    font-size: 14px;
    margin-top: 4px;
}
.tranding-name p a {
    color: #F15A24;
    text-decoration: underline;
}
.company-address li {
    font-size: 14px;
    font-weight: 600;
}
.video-section iframe.embed-responsive-item {
    width: 100%;
    height: 100%;
}
/*.left-images img {
     width: 100%;
}
*/

.left-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.left-images {
     width: 50%;
     float: left;
     padding: 0px 5px;
}
*/

.left-images {
    width: 50%;
    float: left;
    padding: 0px 5px;
    height: auto;
}
.right-images {
    width: 50%;
    float: left;
}
/*.images-collage {
     width: 50%;
     float: left;
     padding: 0px 5px 10px;
}
*/
.right-images .images-collage {
    width: 50%;
    float: left;
    padding: 0px 5px 10px;
    height: auto;
}

.images-collage img {
    width: 148px;
    height: 148px;
    object-fit: cover;
    object-position: top;
}
.images-collage img {
    width: 100%;
}
.gallery-section {
    background: #7A8696;
    padding: 42px 0px 42px 30px;
    position: relative;
    overflow: hidden;
}
.gallery-section h3 {
    color: #fff;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.images-section {
    width: 100%;
    float: left;
}
.second-images-section .left-images img {
    margin-left: 6px;
}
.second-images-section .left-images {
    padding-left: 0px;
    float: right;
    width: 50%;
}
.tabbing-section li.nav-item {
    /*width: 20%;
    */
}
.tabbing-section li.nav-item button {
    width: 100%;
}
.tabbing-section li.nav-item img {
    width: 70px;
    margin-right: 20px;
}
.tabbing-section .nav-tabs {
    border-bottom: 1px solid #F0F3F7;
}
.tabbing-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F15A24 !important;
    background: #f15a241a;
    border-radius: 3px;
}
.tabbing-section .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #F15A24 !important;
}
.tabbing-section .nav-tabs .nav-link {
    border-bottom: inherit !important;
}
.tabbing-section .nav-tabs .nav-link {
    font-weight: 400;
    align-items: center;
    /*padding: 40px 48px;
    */
    text-align: center;
    font-size: 17px;
    line-height: 19px;
    border: 0;
    color: #000;
    font-family: 'Mulish', sans-serif !important;
    width: 100% !important;
    margin: auto;

}

.tabbing-section .tab-content {
    padding: 0px 0px 80px;
    background: #fff;
}
.products-collections {
    width: 80%;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #F0F3F7;
    min-height: 300px;
}
.collections-section {
    width: 20%;
    float: left;
}
.add-collections {
    width: 100%;
    float: left;
}
.add-collections label {
    width: calc(100% - 80px);
    float: left;
    vertical-align: middle;
    padding-top: 8px;
    color: #7A8696;
}
.add-collections {
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #F0F3F7;
    padding: 15px;
}
.add-collections button.add-sce.lt-btn {
    width: 80px;
    float: left;
}
.breadcrumb-section .breadcrumb a {
    font-size: 16px;
    color: #F15A24;
    font-weight: 600;
}
.breadcrumb-section .breadcrumb {
    margin-bottom: 0;
    margin-top: 6px;
}
.breadcrumb-section .breadcrumb-item.active {
    color: #7A8696;
    font-size: 16px;
    font-weight: 600;
}
.breadcrumb-section {
    width: 50%;
    float: left;
    padding: 15px;
}
.add-products {
    width: 50%;
    float: left;
    text-align: right;
    padding: 13px 0px 14px 15px;
}
.new-filters a.ol-btn {
    width: 90px;
    float: right;
    text-align: left;
    display: inline-block;
    margin-left: 13px;
}
.new-filter a.ol-btn svg rect {
    fill: #F15A24;
}
.new-filter a.ol-btn:hover svg rect {
    fill: #fff;
}
.new-filters button {
    display: inline-block !important;
}
.new-filters a.ol-btn svg {
    margin-left: 10px;
}
.new-filters a.ol-btn:hover svg path {
    fill: #fff;
}
.products-collections .product-item {
    display: inherit;
    width: 25%;
    float: left;
}
.edit-section {
    padding: 0px 27px 26px 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: -20px;
}
.edit-section .ol-btn {
    margin-right: 0;
    width: 69px;
    display: flex;
    align-items: center;
}
.edit-section .ol-btn svg {
    margin-left: 8px;
}
.edit-section .ol-btn:hover svg path {
    fill: #fff;
}
.edit-section button.move-btn {
    border: 1px solid #CED6E0;
    background: transparent;
    padding: 7px 8px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 0;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    background: transparent;
    width: 99px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -20px;
}
.edit-section button.move-btn:hover {
    color: #fff;
    background: #000;
}
.edit-section button.move-btn:hover svg path {
    fill: #fff;
}
.delete-items {
    border: 1px solid rgb(221 122 140 / 19%);
    padding: 6px 4px;
    border-radius: 4px;
    position: relative;
    left: -20px;
}
.delete-items button.delete-btn {
    border: none;
    background: transparent;
}
.products-collections .price-detail {
    padding: 14px 21px 15px;
}
.add-collections-items {
    width: 100%;
    float: left;
}
.add-weather-collections {
    background: #fff;
    border-bottom: 1px solid #F0F3F7;
    /*padding: 20px 15px 25px;*/
    padding: 10px 10px 15px;
}
.add-weather-collections a {
    font-size: 16px;
    color: #212429;
    font-weight: 600;
    margin-bottom: 0px;
    transition: all 0.5s;
}
.add-weather-collections a:hover, .add-weather-collections a.active, .add-weather-collections a:focus {
    color: #F15A24;
}
.add-weather-collections p {
    margin-top: 0px;
}
.add-collections-items label a {
    font-size: 14px;
    font-weight: 400;
    color: #212429;
    text-decoration: underline;
    transition: all 0.3s;
}
.add-collections-items label a:hover {
    color: #CF2F4C;
}
.add-collections-items span a {
    color: #CF2F4C;
    transition: all 0.3s;
}
.add-collections-items span a:hover {
    color: #323232;
}
.add-collections-items span {
    margin-left: 12px;
}
/*.profile-image span {
    
    width: 80px;
    display: inline-block;
    text-align: center;
    height: 80px;
    border-radius: 50%;
    font-size: 16px;
    color: #F15A24;
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
    outline: 2px solid #F15A24;
}*/

.profile-image span {
    /* background: #fff; */
    width: 150px;
    display: inline-block;
    text-align: center;
    /*height: 85px;*/
    /* border-radius: 50%; */
    font-size: 16px;
    color: #F15A24;
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
    outline: 2px solid #F15A24;
}

.profile-image {
    position: relative;
    margin-top: -89px;
    margin-bottom: 35px;
    margin-left: 20px;
    max-width: fit-content;
}
.play-btn {
    position: absolute;
    top: 120px;
    transform: translateX(-50%);
    left: 50%;
}
.video-section {
    position: relative;
    padding: 0px 15px 0px 0px;
}
.main-imgages-sections {
    position: relative;
}
.scroll-section {
    position: absolute;
    top: 0;
    overflow: auto;
    height: 100%;
    padding-right: 10px;
}
.scroll-section::-webkit-scrollbar {
    width: 5px;
    border-radius: 8px;
}
.scroll-section::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 8px;
}
.scroll-section::-webkit-scrollbar-thumb {
    background: #F15A24;
    outline: 0;
    border-radius: 8px;
}
.main-imgages-sections:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    content: "";
    background: linear-gradient(360deg, rgba(121, 134, 150, 0.5) 0%, rgba(121, 134, 150, 0) 100%);
    left: 0;
    bottom: -236px;
}
.logo-edit a svg {
    margin-right: 5px;
    vertical-align: initial;
}
.product-top-header {
    border-bottom: 1px solid #F0F3F7;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    float: left;
}
.products-collections .product-list {
    width: 100%;
    float: left;
    padding-right: 15px;
}
.products-collections .price-detail {
    padding: 14px 21px 15px;
}
.tranding-name, .company-address, .logo-edit {
    padding: 0 15px;
}
/*-- profile page css end here --*/

/*-- welcome page css start here --*/

.wlc-layout {
    display: flex;
}
.welcome-cont img {
    width: 100%;
    max-width: 474px;
    margin: 0 auto;
}
.welcome-cont {
    padding-top: 110px;
    background: #fff;
    height: 100vh;
    width: 45%;
    text-align: center;
}
.welcome-cont h3 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.015em;
    color: #212429;
    width: 100%;
    max-width: 390px;
    margin: 0 auto 16px;
    text-align: left;
}
.business {
    padding: 168px 95px 0 88px;
    width: 55%;
}
.business h3 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.015em;
    color: #212429;
    width: 100%;
    text-align: center;
    margin-bottom: 27px;
}
.business .box-layout {
    display: flex;
    align-items: center;
}
.business .busi-boxs {
    background: #FFFFFF;
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 30px 20px;
    width: 50%;
    margin: 0 15px
}
.busi-boxs:first-child {
    margin-left: 0;
}
.busi-boxs:last-child {
    margin-right: 0;
}
.business a.fill-btn.box-btn {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Mulish', sans-serif !important;
    margin-top: 16px;
    padding: 10px 15px 11px;
}
.business span {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    color: #F15A24;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 128px;
    height: 47px;
    line-height: 47px;
    font-weight: 700;
    margin: 0 auto;
}
.business .busi-boxs p {
    color: #7A8696;
    text-align: center;
    font-size: 16px;
    min-height: 120px;
    margin-top: 14px;
}
/*-- welcome page css end here --*/

.btn-product-csv {
    margin: 0 0 30px auto !important;
}
.catelog-form table tbody td img {
    /* height: 50px; */
}
.catelog-form table tbody td, .catelog-form table thead tr th {
    padding: 20px;
}
.catelog-form {
    margin: 30px 10px 0px 10px;
    overflow-x: auto;
    width: 100%;
    position: relative;
    max-width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 0;
}
.catelog-form table {
    width: 100%;
    min-width: 1500px;
    display: inline-table;
}
.catelog-form::-webkit-scrollbar {
    height: 5px;
    border-radius: 8px;
}
.catelog-form::-webkit-scrollbar-track {
    background: #E2E2E2;
    border-radius: 8px;
}
.catelog-form::-webkit-scrollbar-thumb {
    background: #F15A24;
    outline: 0;
    border-radius: 8px;
}
.catelog-product-view .btn-group {
    margin: 30px 0;
}
.catelog-product-view .btn-group .save {
    margin: 0 0 0 auto;
}
.custom-browse {
    background: #FFFFFF;
    border: 1px solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    color: #798696;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    height: 39px;
}
.custom-browse p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
}
.custom-browse button {
    float: right;
}
.browse-option .upld-csv {
    opacity: 0;
    position: absolute;
    top: 0;
}
.browse-option .form-check label {
    color: #798696;
    font-weight: 400;
}
.catelog-preview button {
    padding: 12px 40px;
    font-weight: 700;
}
.catelog-preview button:hover svg path {
    stroke: #fff;
}
.succesful-msg p {
    color: #1BD00B;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.total-prdcts {
    padding: 30px 0;
}
.Cart-sidebar {
    background: #fff;
    border: solid 1px #A3B0C0;
    border-radius: 4px;
    padding: 14px;
    margin: 20px 5px 0px 5px;
}
.catelog-product-view .preview-btn {
    padding: 12px 40px;
    font-weight: 700;
}
.success-impt button {
    font-size: 16px;
}
.billing-info {
    margin: 10px 0;
    padding: 20px 0 10px 0;
}
.billing-info p {
    font-size: 14px;
}
span.side-heading {
    width: 60%;
    display: inline-block;
    color: #2c2a2a;
}
span.side-info {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #000;
    word-break: break-word;
}
.pdct-details h3 span {
    font-size: 16px;
    color: #46494c;
    font-weight: 400;
}
.pdct-details p span {
    color: #000;
    font-weight: 700;
}
.pdct-details .btn-group button {
    font-weight: 700;
    padding: 12px 30px;
}
/* .pdct-img {
     display: inline-block;
     width: auto;
     vertical-align: top;
}
 .pdct-details {
     display: inline-block;
     width: 87%;
     vertical-align: top;
}
 */

.pdct-img img {
    max-width: 100%;
    width: 100%;
}

.pdct-details .Cart-sidebar .side-heading {
    width: 46%;
    color: #4a4e53;
    font-weight: 600;
}

span.side-info {
    text-align: center;
}

.pdct-details p {
    font-size: 14px;
    line-height: 23px;
    color: #1f1c1ccc;
    font-weight: 600;
    display: flex;
}
.pdct-details .Cart-sidebar .side-info {
    width: 60%;
}
.pdct-details .Cart-sidebar h3 {
    line-height: 24px;
    color: #F15A24;
}
.pdct-details .Cart-sidebar .calndr-ic:after {
    content: '\f133';
    font-family: 'fontAwesome';
    color: #f15a24;
    margin-left: 8px;
    font-size: 12px;
}
.pre-avlble {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.size-slct {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    /* margin: 6px 5px; */
    /*text-align: center;*/
    font-size: 14px;
    color: #000;
}
.size-slct p .form-control {
    display: inline-block;
    width: 30%;
    /*width: 68%;*/
    margin-left: 5px;
    margin-bottom: 4px;
}
.size-slct span {
    /* margin-left: 18px; */
}
.prepack-tbn {
    /*width: 18%;*/
    /* position: relative;
    top: 50%;*/
}
.prepack-tbn a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.available-color {
    /* color: #14BD2F; */
}
.pending-color {
    color: #FA2828;
    /* border: solid 1px #FA2828 !important; */
    font-weight: 600;
}
.store-heading span {
    margin: -3px 0 0px auto;
    /* float: right; */
    color: #000;
    font-weight: 600;
    display: block;
    text-align: right;
    font-size: 14px;
    padding: 5px 0;
}
.store-prepack-list {
    margin: 30px 0px;
    padding: 30px 0 0 0;
}
.Cart-sidebar p b {
    color: #000;
}
.total-price .btn-group button {
    padding: 7px 9px;
    font-size: 13px;
    /* margin: 0 4px;
     */
}
.total-price .btn-group a {
    padding: 7px 9px;
    font-size: 13px;
    /* margin: 0 4px;
     */
}
.total-price {
    /*margin-top: 90px;*/
    /*padding-top: 90px;*/
    display: inline-block;
    width: 100%;
}
.odr-dtls {
    margin-top: 7% !important;
}
.store-heading p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333232;
    font-size: 12px;
    margin: 0px 0px 0px 0;
    display: block;
}
p.biling-addrs {
    color: #000;
    font-weight: 600;
}
.shop-start p {
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
    margin-left: 11px;
}
.shop-start p span {
    color: #000;
    font-weight: 600;
}
.ship-details {
    margin: 10px 0 24px 0px;
}
.product-sec {
    text-align: center;
    padding: 5px;
    border: solid 1px #CCCCCC;
    margin: 30px 0px;
    width: 100%;
}
.product-sec h6 {
    margin: 0px;
    color: #000;
    font-weight: 600;
}
.footer-order {
    text-align: right;
    padding: 24px 0 10px 0;
}
.footer-order p {
    display: inline-block;
    margin: 0 0 0 50px;
    color: #000;
}
.order-addrs p {
    color: #000;
}
.footer-order p span {
    color: #000;
    font-weight: 600;
}
.preview-order {
    z-index: 99999999;
}
.preview-order .modal-content {
    padding: 0px 20px;
}
.preview-order .store-prepack-list .size-slct .form-control {
    text-align: center;
}
.pdct-points .odr-dtls {
    margin: 0px !important;
}
.pdct-points {
    display: none;
}
.mobile-shops-availibity .store-prepack-list {
    padding: 0px;
}
.mobile-shops-availibity .store-list {
    margin: 0px !important;
}
.mobile-down-arrow {
    display: none;
    color: #f15a24;
    font-size: 16px;
    position: relative;
    margin-top: 0px;
    padding-top: 10px;
    font-weight: 700;
}
.mobile-down-arrow i {
    margin-left: 6px;
}
.mobile-down-arrow:active .rspnsv-collplse {
    height: auto;
}
.view-height {
    height: auto !important;
    transition: all .2s linear .0s;
}
.store-heading h5 {
    margin: 5px 0px 0px 0px;
    font-size: 14px;
}
.mobile-str-dtls span {
    margin-left: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.mobile-str-dtls .size-slct {
    width: 12%;
}
.ic-edit-popup {
    background: #f15a24;
    color: #fff;
    width: auto !important;
    padding: 8px 13px 12px 13px;
    margin-top: 10px !important;
    border-radius: 100%;
    float: right;
}
.mobile-str-dtls {
    display: none;
}
.note-prdct button {
    display: none;
}
.rspnsv-ttl-price {
    position: fixed;
    background: #fff;
    bottom: 0;
    width: 81%;
    left: 0;
    margin: 0 0 0 auto;
    right: 0;
    z-index: 99999999;
    box-shadow: 0 0 15px #00000038;
    display: none;
}
.rspnsv-ttl-price .total-price {
    display: block !important;
    margin: 0px;
    padding: 14px 5px;
}
.rspnsv-ttl-price .total-price button {
    width: 100% !important;
    margin: 0 3px !important;
}
.price-cart .Cart-sidebar h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.preview-order .modal-footer button {
    padding: 7px 23px;
}
.product-sec p {
    font-size: 16px;
    color: #292a2c;
}
.shipping.product-cont label.date::after {
    content: " ";
    position: absolute;
    top: 34px;
    right: 12px;
    background: url(../images/calendar.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 19px;
    height: 20px;
}
.shipping.product-cont label.date {
    position: relative;
}
.rquest-demo .form-cont {
    display: inline-block;
}
.ttl-txt {
    max-width: 486px;
    margin: 40px auto;
}
.rqst-box-outer .form-box.request {
    margin: 40px auto;
}
.odr-dtls .Cart-sidebar {
    border-radius: 8px;
}
.modal.preview-order .size-slct {
    width: 18%;
}
.collect-lookbook {
    width: 100%;
    background-size: cover;
    padding: 130px 20px;
    margin: 15px 15px 0 15px;
}
.business .busi-boxs a br {
    display: none;
}
.prfl-top {
    background: #F0F3F7;
    padding: 55px 0;
}
.store-name {
    background: #fff;
    padding: 20px 30px;
    border-radius: 4px;
    box-shadow: 0px 1px 6px rgb(121 134 150 / 15%);
    margin: 16px 0px;
}
.store-name h5 {
    margin-bottom: 3px;
}
.store-name p {
    font-size: 14px;
}
.bs-info {
    display: inline-block;
    vertical-align: middle;
    margin: 14px 20px 0 0;
    font-weight: 600;
}
.bs-info img {
    margin-top: -2px;
}
span.bs-info {
    color: #000;
}
img#prwImg {
    /*width: 214px;*/
    width: 275px;
    
    margin-top: 20px;
}
.companies-sec .tab-pane {
    position: relative;
}
.side-bar .menu-bar button.bar-toggle {
    display: none;
}
.side-bar .menu-bar ul li:nth-child(1) a {
    padding-top: 10px;
}
/**** My Css ****/

.brand-signup {
    max-width: 662px !important;
    box-shadow: none;
    border-radius: 1px;
    background: transparent;
    padding: 0px !important;
}
.profile-image span img {
    margin: 0;
/*    height: 150px !important;*/
    height: 100%;
    width: 150px;
    background-color: #fff;
    max-width: 100%;
/*    object-fit: cover;*/
}
.request-demo.brand.thanks {
    margin-top: 15%;
}
img.imagePreview {
    width: 100%;
    object-fit: cover;
}
button.readmore {
    outline: none;
    border: none;
    background: none;
    color: #F15A24;
}
.video-section video {
    border-radius: 5px;
}
.products-collections .product-list {
    width: 100%;
    float: left;
    padding-right: 15px;
}
.products-collections .price-detail {
    padding: 0px 9px 0px;

    /*padding: 14px 21px 15px;*/
}
.price-detail p {
    margin-top: 0px !important;
}
.tranding-name, .company-address, .logo-edit {
    padding: 0 15px;
}
.two-buttons .edit-btn, .two-buttons .delete-btn {
    border: 1px solid #FFD0BF;
    width: 104px;
    border-radius: 4px;
    background: transparent;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.0168em;
    color: #F15A24;
    transition: 0.5s ease all;
}
.two-buttons .delete-btn {
    border: 1px solid #E8A5B2;
    color: #CF2F4C;
}
.two-buttons .edit-btn:hover {
    background-color: #F15A24;
    color: #fff;
}
.two-buttons .delete-btn:hover {
    background-color: #CF2F4C;
    color: #fff;
}
.two-buttons .delete-btn:hover a {
    color: #fff;
}
.two-buttons p {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    color: #7A8696;
    text-align: center;
}
.view a {
    background: #F15A24;
    border: 1px solid #F15A24;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.0168em;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 37px;
    transition: 0.5s ease all;
}
.view a:hover {
    background: #fff;
    color: #F15A24;
}
.book-name {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}
.breadcrumb-item.active span {
    color: #f15a24;
}
.breadcrumb span {
    cursor: pointer;
}
.add-weather-collections.active a {
    color: #f15a24;
}
.emptyProducts {
    min-height: 300px;
    text-align: center;
    vertical-align: middle;
}
.no-lookbook {
    min-height: 230px;
    /* text-align: center; */
    padding: 8% 0 0 13px;
    font-size: 12px;
}
/* Style the tab */

.tab button.active {
    /*background-color: #ccc;*/
    border-bottom: solid 2px #F15A24;
    font-weight: 600;
}
.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
}
/* Style the buttons that are used to open the tab content */

.tab button {
    /*background-color: inherit;*/
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
}
/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */

.tab button.active {
    /*background-color: #ccc;*/
}
/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
    margin: -8px 0 0 0;
}
.swal-button--confirm {
    background-color: #F15A24 !important;
}
.swal-button--confirm:not([disabled]):hover {
    background-color: #F15A24 !important;
}
/* css 03-dec-21*/

.logo-chanel li {
    width: 100%;
    float: left;
}
.brand-layout .edit-brand:nth-child(3) {
    display: flex;
}
.list-layout .brands-info p:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-size: 15px;*/
}
/* css 03-dec-21*/

.edit-brand p {
    padding: 0px 20px;
}
div#sessionPopup .modal-content {
    background-color: #ffffffde;
    backdrop-filter: blur(6px);
}
.company-logo-wrap {
    width: 100px;
    height: 100px;
    display: block;
    margin-right: 38px;
    border: 1px dashed #CED6E0;
    /*border-radius: 101px;*/
    background: #F0F3F7;
    overflow: hidden;
    text-align: center;
}
.company-logo-wrap img {
    width: 100%;
    /* height: auto; */
    display: inline-block;
    max-width: unset;
    text-align: center;
    object-fit: cover;
}
.main-imgages-sections:after {
    height: unset !important;
}
.logo-chanel li {
    margin-left: 0 !important;
    margin-bottom: 10px;
}
.tags-sales-buttons {
    display: flex;
    align-items: center;
    /*margin-bottom: 20px;*/
}
.catalog-form .brand.images img {
    object-fit: cover;
}
button.close span {
    font-size: 27px;
}
button.close {
    top: 8px;
}
.product-list .carousel-item div[id*='vidwrap_'] {
    background-size: cover !important;
    height: 465px !important;
}
table .select2-container {
    width: 100% !important;
    max-width: 415px;
    margin: 17px 0px 0px !important;
}
.private {
    width: 100%;
    max-width: 610px;
}
.change-setting table td span {
    width: 100%;
    /*display: inline-block;*/
}
.change-setting {
    width: 100%;
    /*max-width: 1200px;*/
    max-width: 800px;
}
.Create-livesession .catalog-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}

/*New css 28-3-2023*/
.content-inner.inventory_filters .page-title {
    padding: 18px 40px !important;
    background: #fff;
}
.content-inner.inventory_filters .page-title h4 {
    margin: 0 !important;
}
.inventory_filters .inentory_mod {
    padding: 0 40px 50px !important;
}
.inventory_filters .inentory_mod .search_field_container {
    width: 100%;
}
.inventory_filters .inentory_mod .search_field_container input {
    border: 1px solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px;
    font-size: 14px;
    color: #212429;
    margin: 0;
    height: 45px;
}
.inventory_filters .inentory_mod .search_field_container i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #b7b7b7;
    z-index: 9999;
}
.inventory_filters .inentory_mod span.select2 .selection .select2-selection--single {
    height: 45px;
    padding: 8px 0px 0px 0px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}
.inventory_filters .inentory_mod .form-group {
    margin: 0;
    display: flex;
    gap: 5px;
}
.inventory_filters .inentory_mod .form-group input {
    width: auto;
    height: 45px;
    padding: 5px 5px 5px 6px;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    color: #444;
    font-size: 14px;
    position: relative;
    z-index: 5;
    background: transparent;
}
.inventory_filters .inentory_mod button.lt-btn.search-icon_inventory {
    background: #FFD0BF;
    padding: 7px 30px;
    font-size: 14px;
    color: #F15A24;
    border-radius: 4px;
    margin-right: 5px;
    letter-spacing: 0.5px;
    border: 1px solid #FFD0BF;
    transition: all 0.5s;
    height: 45px;
    position: absolute;
    /* top: 106px; */
    margin-top: 23px;
}
.inventory_filters .inentory_mod .product-list h1 {
    font-size: 28px;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 15px;
}
.inventory_filters .inentory_mod .product-list {
    padding-top: 10px;
}
.inventory_filters .inentory_mod .product-list button.fill-btn, .inventory_filters .inentory_mod .product-list button.update_quantity {
    margin-bottom: 15px;
    padding: 8px 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.inventory_filters .inentory_mod #content .table {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(163, 176, 192, 0.06), 0px 4px 8px rgba(163, 176, 192, 0.16);
    border-radius: 10px;
}
.inventory_filters .inentory_mod #content .table thead td {
    padding: 15px 20px;
    border-bottom: 1px solid #F15A24;
    font-weight: 600;
    font-size: 14px;
    color: #F15A24;
}
.inventory_filters .inentory_mod #content .table tbody td {
    padding: 10px 12px;
    font-size: 14px;
    color: #212429;
}
.inventory_filters .inentory_mod #content .table tbody td input {
    padding: 0 5px;
}
.inventory_filters .inentory_mod .form-group.custom_date_range .date {
    position: relative;
}
.inventory_filters .inentory_mod .form-group.custom_date_range .date::after {
    content: " ";
    position: absolute;
    top: 34px;
    right: 8px;
    background: url(../images/calendar.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 19px;
    height: 20px;
    z-index: 4;
}
.inventory_filters .inentory_mod .form-group input::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}
.inventory_filters .inentory_mod .select2-container {
    width: 100% !important;
}
.inentory_mod .date_range_main_div {
    width: auto;
}

/*New css 17/4/2023*/
.title-header.detailed_page_title {
    margin-bottom: 5px;
}
.detailed_page_head table.table td {
    font-size: 13px;
    color: #212429;
    padding: 9px 6px;
    border: none;
}
.detailed_page_head table.table td:first-child {
    font-weight: 700;
}
.detailed_page_head label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}
.dashboard .detailed_page_head .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
}
.viewListOrder .content-inner h1.noprint {
    font-size: 28px;
}
.viewListOrder .content-inner .orderViewStore {
    margin-top: 0;
}
.viewListOrder .content-inner .Cart-sidebar {
    margin: 0;
}
.viewListOrder .content-inner .Cart-sidebar table.table td {
    font-size: 13px;
    color: #212429;
    padding: 9px 6px;
}
.viewListOrder .content-inner .Cart-sidebar .data_table_main thead tr td {
    font-weight: 600;
}
.viewListOrder .content-inner .Cart-sidebar .data_table_main tbody tr td {
    text-align: left;
}
.view_style_main .Cart-sidebar {
    margin-top: 10px !important;
}
.viewListOrder .content-inner .orderViewStore .order-list {
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.view_style_main .Cart-sidebar table thead td {
    font-weight: 600;
    white-space: nowrap;
}
.view_style_main .Cart-sidebar table tbody td {
    text-align: left;
}
.view_style_main .Cart-sidebar > table > tbody > tr {
    border: solid 1px #CCCCCC;
}
.web_style_main .Cart-sidebar {
    margin-top: 10px !important;
}
.web_style_main .Cart-sidebar table thead td {
    font-weight: 600;
    white-space: nowrap;
}
.web_style_main .Cart-sidebar table tbody td {
    text-align: left;
}
.web_style_main .Cart-sidebar > table > tbody > tr {
    --bs-table-accent-bg: #fff;
    border: solid 1px #CCCCCC;
}
.viewListOrder .content-inner .web_style_main .Cart-sidebar {
    margin-top: 10px !important;
}
.detailed_page_head table {
    display: table;
}
.viewListOrder.store_view table {
    display: table;
}
table.table.nested_table_cell {
    margin-bottom: 0;
}
table.table.nested_table_cell thead th {
    padding: 4px 8px;
    background: #e6e6e6;
}
table.table.nested_table_cell tbody {
    background: #fff;
}
table.table.nested_table_cell tbody tr td {
    border-bottom: none;
    padding: 0 5px !important;
}
table.table.nested_table_cell tbody tr.totals td {
    border-top: 1px solid #000;
}
table.nested_store_label td {
    padding: 5px !important;
}
.viewListOrder .content-inner .data_table_main {
    border-collapse: collapse;
}
.viewListOrder .content-inner .data_table_main > tbody > tr {
    --bs-table-accent-bg: #fff;
    border: solid 1px #CCCCCC;
}
.viewListOrder .content-inner .size_heading_td td {
    padding: 0 6px !important;
}
.viewListOrder .content-inner tr.footer_col td:not(td[colspan="5"]) {
    border-top: 1px double #212429;
}
.viewListOrder tr.pre_tootls_tr td {
    padding: 0 !important;
}
.viewListOrder tr.pre_tootls_tr td table.table.nested_table_cell td {
    padding: 5px 11px !important;
}
.viewListOrder .content-inner tr.footer_col td.no_border {
    border-top: none !important;
}
.web_style_main table tbody.web_main_body > tr > td {
    padding: 0 !important;
}
.web_style_main table tbody.web_main_body td img {
    padding: 9px 6px;
}
.web_style_main table tbody.web_main_body > tr > td > table tr:not(.web_style_main table tbody.web_main_body > tr > td > table tr:first-child) {
    border-top: solid 1px #CCCCCC;
}
.viewListOrder .content-inner .web_style_main table tbody.web_main_body > tr > td > table tr td, .viewListOrder .content-inner .web_style_main .Cart-sidebar table thead > tr > td {
    padding: 8px 15px;
}
.web_style_main table tbody.web_main_body > tr > td table {
    margin-top: 10px !important;
}
.web_style_main table tbody.web_main_body tr.footer_col td {
    padding: 8px 12px !important;
}
/*New css 25/4/2023*/
.restrict_retailer {
    margin-top: -140px;
    padding: 18px 54px;
    /* margin-bottom: 65px; */
    display: flex;
    align-items: center;
    gap: 50px;
}

.pending-label {
    margin: 0 0 35px 40px;
    color: red;
    font-size: 12px;
    text-align: right;
    width: 75%;
}

.restrict_retailer h5 {
    margin-bottom: 0;
    font-size: 19px;
}
.restrict_retailer label.switch {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 40px;
}
.restrict_retailer label.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.restrict_retailer label.switch .slider.round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.restrict_retailer label.switch .slider.round::before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.restrict_retailer label.switch input:checked + .slider {
    background-color: #4BA65B;
}
.restrict_retailer label.switch input:checked + .slider::before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 10px;
}
.brand-box-dection .brand-box .brand-layout .brand > .row > .col-md-12 {
    padding: 0;
}
.tabbing-section .nav-tabs button.nav-link.brand-item {
    height: auto;
    padding-bottom: 12px;
}
.tabbing-section .nav-tabs button.nav-link.brand-item.active {
    background: #ffd0bf !important;
    padding-top: 20px;
}
.tabbing-section .nav-tabs button.nav-link.brand-item img.fit {
    /* min-width: 90px; */
    height: 67px;
    object-fit: cover;
    cursor: pointer;
}
.dashboard .title-header.sales-people {
    /* justify-content: center; */
}
.content.sales.requests .sales-permissions .btns-groups {
    display: flex;
}
#collectiontbl tbody td {
    padding-left: 18px;
    padding-right: 18px;
}
#collectiontbl tbody td.d-flex {
    justify-content: center;
}
.change-setting table span.email-display {
    margin: 0;
}
#colors tbody td {
    padding-left: 18px;
    padding-right: 18px;
}
#colors tbody td.d-flex {
    justify-content: center;
}
.request-demo.brand.thanks {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-boxs span.select2.select2-container span.selection span.select2-selection {
    height: 38px;
}
.form-boxs span.select2.select2-container span.selection .select2-selection__rendered {
    height: 38px !important;
    margin: 0 !important;
}
.form-boxs .boxs .form-group input.form-control {
    padding-top: 0;
    padding-bottom: 0;
    height: 38px;
}
.form-boxs a.cancelPorduct.add-btn.ol-btn {
    height: 46px;
    line-height: 28px;
}
.barcode input {
    padding: 9px 14px;
    width: 98px;
    background: #e9ecef;
}
.dataTables_wrapper .dataTables_length select {
    text-indent: 0;
}
.request-demo.brand.thanks .container {
    margin-top: 0 !important;
}
.profile-banner img {
    /*max-height: 450px;*/
    object-fit: cover;
    object-position: center top;
}
.newspaper img {
    max-width: 50%;
}
.seller-pro .brand-layout .brand img.fit {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.change-setting .edit-profile-table td button {
    margin: 0;
    display: inline-block;
}

/* bhavna css */
.table_btn{
    display: flex;
}

span#sessionSharelink {
    display: block;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
/* end bhavna css */
.products-collections .print-scan.for-mobile {
    display: none;
}
.profile-logo-section.dashboard-logo .tranding-name h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    text-transform: capitalize;
}



.profile-setting-content button {
    background: #F15A24;
    color: #fff;
    font-weight: 800;
    font-family: 'Mulish';
    letter-spacing: normal;
    gap: 5px;
    width: auto;
    padding: 6px 15px;
    border: 0;
    border-radius: 10px;
    font-size: 12px;
}

.profile-setting-content button:hover {
    background: #FFD0BF;
    color: #F15A24;
    border-color: #FFD0BF;
}
label.password .pass-toggle {
    display: none;
}








@media screen and (max-width: 1565px) {
    .add-products {
        width: auto !important;
    }
    .breadcrumb-section{
        width: auto !important;
    }
}


@media only screen and (max-width: 1124px) and (min-width: 1025px) {
 .products-collections .product-item {
      height: 710px !important;
    }
}

@media only screen and (max-width: 1680px) and (min-width: 1600px) {
 .products-collections .product-item {
    /*height: 665px !important;*/
        min-height: 745px;
 }

 .catalogVideo video {
    min-height: 425px !important;
 }

 .catalogVideo {
    min-height: 434px !important;
 }

}

@media only screen and (max-width: 1750px) and (min-width: 1681px) {
 .products-collections .product-item {
      height: 745px !important;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1751px) {
 .products-collections .product-item {
      /*height: 735px !important;*/
          min-height: 745px;
    }
}

@media only screen and (max-width: 2140px) and (min-width: 1921px) {
 .products-collections .product-item {
      height: 745px  !important;
    }

 .catalogVideo video {
    min-height: 564px !important;
 }
}

@media only screen and (max-width: 2400px) and (min-width: 2141px) {
    .products-collections .product-item {
      /*height: 880px !important;*/
      min-height: 745px;
      
    }

    .catalogVideo video {
/*      min-height: 642px !important;*/
    }
}

@media only screen and (max-width: 2560px) and (min-width: 2401px) {
    .Cart-sidebar span.side-heading {
     font-size: 16px;
    }

    .Cart-sidebar span.side-info {
     font-size: 16px;
    }
    .pdct-details p {
     font-size: 16px;
    }
    .productCount .Cart-sidebar {
     min-height: 100%;
    }

    span.qntsz {
     font-size: 18px;
    }

    .qntBox {
     height: 42px !important;
     width: 60px;
    }

    .prepack-tbn .fill-btn-prepack {
     font-size: 16px;
    }
     
    .products-collections .product-item {
     height: 930px !important;
    }

    .catalogVideo {
     min-height: 694px !important;
    }

    .catalogVideo video {
     min-height: 687px !important;
    }
}


@media only screen and (min-width: 2500px) {
    .edit-section {
        justify-content: space-evenly;
    }

    .product-pic {
      min-height: 435px; 
    }
    
}
@media only screen and (max-width: 1600px) {
    .sales .sales-list .sales-left-content {
        padding-right: 17px !important;
    }

    .Cart-sidebar span.side-heading {
     font-size: 14px;
    }

    .Cart-sidebar span.side-info {
     font-size: 14px;
    }

    .catalogVideo video {
     min-height: 403px !important;
    }

    .catalogVideo {
      min-height: 405px !important;
    }
}

@media only screen and (max-width: 1536px) and (min-width: 1341px) {
 .catalogVideo video {
    min-height: 385px !important;
 }
 .catalogVideo {
    min-height: 391px !important;
 }
}

@media only screen and (max-width: 1599px) and (min-width: 1341px) {

    .Cart-sidebar span.side-heading {
     font-size: 14px;
    }

    .Cart-sidebar span.side-info {
     font-size: 14px;
    }

    .product-filters .product-item {
        width: 24.6%;
    }
    .odr-dtls {
        padding: 0 6px;
    }
    .odr-dtls .Cart-sidebar {
        padding: 5px;
    }

    .pdct-details .Cart-sidebar .side-heading {
        /*width: 38%;*/
    }

    .odr-dtls .Cart-sidebar {
       min-height: 100%;
    }

    .pdct-details .Cart-sidebar .side-info {
        width: 60%;
    }
    .dropdown-menu {
        max-width: 221px;
    }
    .products-collections .product-item {
      min-height: 745px;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1341px) {
    .collections-section {
        width: 17%;
    }
    .edit-section .ol-btn {
        width: 69px;
    }
    .edit-section button.move-btn {
        width: 89px;
    }
    .products-collections {
        width: 83%;
    }
    .edit-section {
        padding: 0px 10px 26px 10px;
    }
    .size-slct p .form-control {
        width: 100%;
        margin-left: 0px;
    }
    .size-slct span {
        margin-left: 0;
    }
    .size-slct {
        vertical-align: middle;
    }
    .prepack-tbn {
        margin: 0 0;
    }

    /*.products-collections .product-item {
        min-height: 660px;
    }*/

    .products-collections .product-item {
     height: 350px; 
    }

    .products-collections .product-item {
        /*min-height: 640px;*/
        min-height: 745px;
        
    }

    .catalogVideo video {
      min-height: 370px !important;
    }

    .catalogVideo {
     min-height: 376px !important;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1361px) {
    /*.catalogVideo video {
     min-height: 364px !important;
    }

    .catalogVideo {
     min-height: 366px !important;
    }*/
}
@media only screen and (max-width: 1398px) {
    .sales .sales-list .sales-left-content .list-layout {
        padding: 15px 0 !important;
    }
    .sales .sales-list .sales-left-content .sales-permissions {
        max-width: 25%;
        min-width: 200px;
    }
}

@media only screen and (max-width: 1360px) and (min-width: 1281px) {
    .catalogVideo video {
     min-height: 344px !important;
    }

    .catalogVideo {
     min-height: 348px !important;
    }
}

@media only screen and (max-width: 1340px) and (min-width: 1281px) {
    .collections-section {
        width: 17%;
    }
    .edit-section .ol-btn {
        width: 69px;
    }
    .edit-section button.move-btn {
        width: 89px;
    }
    .product-filters .product-item {
        width: 24.5%;
    }
    .edit-section {
        padding: 0px 0px 26px 2px;
    }

    .products-collections .product-item {
        /*height: 560px !important;*/
        min-height: 698px !important;
    }

    .product-pic {
        min-height: 320px;
    }
}
@media only screen and (max-width: 1340px) {
    .odr-dtls {
        padding: 0 6px;
        width: 49%;
        margin-top: 1% !important;
    }
    .odr-dtls .Cart-sidebar {
        padding: 8px;
    }
    .pdct-details .Cart-sidebar .side-heading {
        width: 45%;
    }
    .pdct-details .Cart-sidebar .side-info {
        width: 54%;
    }
    .size-slct {
        width: 23%;
        margin: 5px;
    }
    span.side-heading {
        width: 100%;
    }
    span.side-info {
        width: 100%;
    }
    .total-price .btn-group {
        display: inline-block;
    }
    .total-price .btn-group button {
        margin: 6px 0px;
        display: inline-block;
        width: 100%;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 1200px) {
    .product-filters .product-item {
        width: 32.8%;
    }
    .right-side {
        padding: 40px;
    }
    /*-- apurva css --*/
    .products-collections .product-item {
        width: 33.3333%;
        min-height: 760px !important;
    }
    /*-- apurva css --*/
    .business {
        padding: 168px 50px 0 50px;
        width: 55%;
    }
    .dropdown-menu {
        max-width: 256px;
    }

    .catalogVideo video {
      min-height: 412px !important;
    }

    .catalogVideo {
      min-height: 415px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .products-collections .product-item {
      min-height: 710px;
     }
    .list-layout .brands-info {
        max-width: 25%;
        min-width: 120px;
    }
    .sales .sales-list .sales-left-content .appendData .sales-permissions {
        justify-content: center;
    }
    .sls-ppl-list .list-layout .brands-info {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 1025px) {
    .products-collections .product-item {
     height: 710px; 
    }
    .product-filters .product-item {
        width: 49%;
    }
    .product-filters .top-bar ul li {
        width: 100%;
    }
    .right-side {
        padding: 40px 30px;
    }
    /*-- apurva css --*/
    .products-collections {
        width: 100%;
    }
    .add-collections-items {
        width: 100%;
    }
    .products-collections .product-item {
        width: 33.333%;
    }
    .main-imgages-sections {
        max-height: 345px;
    }
    /* .profile-logo-section {
        padding: 50px 15px;
    } */

    .profile-logo-section {
    padding: 50px 15px 100px 15px;
}
    .gallery-section {
        padding: 42px 15px 0px;
    }
    .collections-section {
        width: 100%;
    }
    /*-- apurva css --*/
    .business {
        padding: 168px 40px 0 40px;
        width: 55%;
    }
    .product-sec {
        padding: 6px;
    }

    .catalogVideo {
      min-height: 449px !important;
    }

    .catalogVideo video {
      min-height: 457px !important;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) {
    .Cart-sidebar span.side-heading {
     font-size: 14px;
    }

    .Cart-sidebar span.side-info {
     font-size: 14px;
    }
    .products-collections .product-item {
        width: 33.333%;
    }
    .products-collections {
        width: 100%;
    }
    .collections-section {
        width: 100%;
        float: left;
    }
    .products-collections .product-item {
        display: inherit;
        width: 50%;
        float: left;
    }
    .products-collections {
        width: 100%;
        float: left;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid #F0F3F7;
    }
    .content .steps li {
        width: 33%;
    }
    ul.catalog-list li {
        margin-bottom: 30px;
    }
    .product-item {
        width: 32.8%;
    }
    .main-imgages-sections {
        max-height: 260px;
    }
    .right-side {
        padding: 39px 47px 93px 55px;
        display: block;
    }
    .proboximg {
        width: 100%;
    }
    .product-filters .top-bar ul li {
        width: 200px;
    }
    .product-filters .product-item {
        width: 32.6%;
    }
    .filter {
        padding: 21px 20px;
    }
    .filter form input[type="text"] {
        width: 175px;
    }
    .business {
        padding: 168px 25px 0 25px;
        width: 55%;
    }
    .business .busi-boxs p {
        min-height: 140px;
    }

    .products-collections .product-item {
      min-height: 830px !important;
    }
    
    .catalogVideo {
     min-height: 590px;
    }
    .catalogVideo video {
      min-height: 594px !important;
    }


}
@media(max-width:1080px) {
    .sales .sales-list .sales-left-content, .sales .sales-list .sales-right-content {
        width: 100%
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .add-account {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin: 16px 0;
    }

    .btns-group.dk {
        display: none;
    }
    
    div#navbarSupportedContent {
        position: fixed;
        top: 55px;
        background: #fff;
        left: 0;
        padding: 20px !important;
        width: 100%;
        right: 0;
        z-index: 999999;
    }
    .brand-banner {
        height: AUTO !important;
        overflow: hidden;
        position: relative;
        margin-bottom: 40px;
    }
    .content.search {
        margin-top: 55px;
    }
    header.site-header {
        position: fixed!important;
        width: 100%;
        top: 0;
        z-index: 99999 !important;
    }
    .request-demo .form-cont {
        flex-direction: column;
        align-items: center;
    }
    .form-cont {
        display: flex;
        width: 100%;
        /* border: 1px solid red; */
        margin-top: 55px;
    }
    header.site-header {
        padding: 18px 0;
    }
    .header-layout {
        display: block;
        position: relative;
    }
    button.navbar-toggler {
        position: absolute;
        top: -11px;
        right: 0;
        padding: 0;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar-nav {
        display: block;
        margin-bottom: 20px;
    }
    nav a.nav-link {
        padding: 0 0 10px !important;
    }
    .btns-group a {
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }
  
    .banner-sec, .about-sec {
        padding: 100px 0;
    }
    .banner-pic img {
        text-align: center;
        width: 100%;
    }
    .about-img img {
        width: 45%;
        float: left;
    }
    .tab-content ul {
        display: block;
        padding: 90px 0px 0;
    }
    .tab-content ul li {
        display: inline-block;
        padding: 0 6px;
        margin-bottom: 20px;
    }
    .tab-content ul li span {
        margin-top: 8px;
    }
    .case-studies-sec {
        padding: 50px 15px 35px;
    }
    .footer-social-icon ul {
        display: block;
    }
    .footer-social-icon ul li {
        display: inline-block;
        margin-bottom: 10px;
    }
    .footer-social-icon li a {
        margin: 0 5px !important;
    }
    .feature {
        display: none;
    }
    .table div {
        border: 1px solid #FFD0BF;
        margin-top: 30px;
    }
    .table {
        display: block;
    }
    .login-header .header-layout {
        display: flex;
    }
  .login-header div#navbarSupportedContent {
    position: relative;
    display: block;
    top: 0;
}
    .login-header ul.navbar-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .login-header .header-menu {
        width: 70%;
    }
    ul.navbar-nav {
        margin: 0;
        text-align: right;
    }
    .colle {
        display: block;
    }
    .collection-box h3 {
        margin-bottom: 20px;
    }
    .product-cont {
        display: block;
        width: 100%;
    }
    .filter form input[type="text"] {
        width: 100%;
    }
    .product-filters .product-item {
        width: 49%;
    }
    .product-filters .top-bar ul li {
        width: 199px;
    }
    .product-cont p.title {
        margin-bottom: 16px;
    }
    .right-side {
        padding: 40px;
        display: block;
        width: 100%;
    }
    .left-side {
        width: 100%;
        max-width: 100%;
    }
    .proboxinfo {
        margin-top: 40px;
    }
    /*-- apurva css --*/
    .main-imgages-sections {
        max-height: 585px;
        margin-top: 15px;
    }
    .video-section {
        position: relative;
    }
    .video-section {
        padding: 0px 6px 0px 0px;
    }
    .collections-section {
        width: 100%;
    }
    .products-collections {
        width: 100%;
    }
    .products-collections .product-item {
        width: 50%;
    }
    .tabbing-section li.nav-item {
        width: 33.333%;
    }
    /* .company-address {
        margin-top: 15px;
    } */

    .company-address {
    margin-top: 100px;
}
    .logo-edit {
        margin-top: 25px;
    }
    .profile-image {
        margin-bottom: 30px;
    }
    .gallery-section {
        padding: 30px 0px 0px;
    }
    .profile-logo-section {
        padding: 50px 0px;
    }
    .profile-logo-section {
        padding: 50px 0px 30px;
    }
    /*-- apurva css --*/
    .content .steps li {
        display: inline-block;
        width: 33%;
    }
    ul.catalog-list li {
        margin-bottom: 30px;
    }
    .product-item {
        width: 32.8%;
    }
    .form-boxs {
        margin-left: 0;
    }
    .wlc-layout {
        display: block;
       
        margin-top: 55px;
    }
    .business {
        padding: 50px 25px;
        width: 100%;
    }
    .welcome-cont {
        padding-top: 50px;
        height: 100%;
        width: 100%;
        padding-bottom: 60px;
    }

    .catalogVideo video {
      min-height: 565px !important;
    }
}
@media only screen and (max-width: 991px) {
    .pdct-img img {
        width: auto;
    }
    .store-heading span {
        float: unset;
        display: inline-block;
    }
    .size-slct {
        width: 30% !important;
    }
    .total-price {
        display: none;
    }
    span.side-heading {
        width: 49%;
    }
    span.side-info {
        width: 50%;
    }
    .cart-purchase {
        margin-top: 30px;
        padding: 0px;
    }
    .ad-pdct-btns {
        text-align: left !important;
        margin: 20px 0;
    }
    .odr-dtls {
        display: none;
    }
    .pdct-points {
        display: block;
    }
    .pdct-points .odr-dtls {
        display: block;
    }
    .pdct-points .odr-dtls {
        margin: 10px 0 7px 0px !important;
    }
    .dsktop-store-points {
        display: none;
    }
    .rspnsv-collplse {
        height: 0px;
        overflow: hidden;
        transition: all .2s linear .0s;
    }
    .mobile-down-arrow {
        display: inline-block;
    }
    .rspnsv-collplse .store-prepack-list {
        margin: 20px 0;
        padding: 20px 0 0 0;
    }
    .mobile-str-dtls {
        display: block;
    }
    .note-prdct {
        background: none;
        border: none;
        padding: 0px;
    }
    .note-prdct button {
        display: block;
    }
    .note-prdct p {
        display: none;
    }
    .rspnsv-ttl-price {
        display: block;
    }
    .companies-sec .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -30px !important;
    }
    .companies-sec .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -30px !important;
    }
}
@media(max-width:918px) {
    .tags-sales {
        display: block !important;
    }
    .tags-sales form, .tags-sales .select2 {
        width: 49% !important;
        display: inline-block;
        margin-right: 0 !important;
        margin-top: 12px;
        vertical-align: middle;
    }
    .tags-sales .select {
        display: inline;
    }
}
@media only screen and (max-width: 767px) {
    
	
	.title-header h4 {
        margin-bottom: 20px;
        width: 100%;
	}
	
	
	
    .content.search {
        margin-top: 56px;
    }
    header.site-header {
        position: fixed!important;
        width: 100%;
        top: 0;
        z-index: 99999 !important;
    }

    .catalogVideo video {
      min-height: 401px !important;
    }

    .catalogVideo {
      min-height: 404px !important;
    }

    .btns-group.mobile {
        display: none;
        background: #F0F3F7;
        width: 100%;
        padding: 20px 24px;
        justify-content: center;
    }
    .btns-group.mobile a {
        margin: 0;
        width: 100%;
        max-width: 50%;
        font-size: 14px;
    }
    .btns-group.mobile a:nth-child(1) {
        margin-right: 10px;
        background: transparent;
        border: 1px solid #F15A24;
    }
    .btns-group.mobile a:nth-child(1):hover {
        background: #F15A24;
    }
    .btns-group.mobile a:nth-child(2) {
        margin-left: 10px;
    }
    header.site-header {
        padding: 18px 0;
    }
    .header-layout {
        display: block;
        position: relative;
    }
    .login-header .header-layout {
        display: flex;
    }
    .login-header div#navbarSupportedContent {
        position: relative;
        display: block;
        padding: 0 !important;
        top: 0;
        background: transparent;
    }
    .header-menu li .mobile-view {
        display: block;
    }
    .header-menu li svg {
        width: 23px;
    }
    .login-header ul.navbar-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .login-header .header-menu {
        width: 70%;
    }
    .login-header nav a.nav-link {
        padding: 0 5px !important;
    }
    ul.navbar-nav {
        margin: 0;
        text-align: right;
    }
    header ul.navbar-nav {
        margin: 0;
        text-align: left;
    }
    .nav-item.dropdown a#navbarDropdown {
         font-size: 0; 
        padding: 0 !important;
    }
    .nav-item.dropdown a#navbarDropdown::after {
        display: none;
    }
    li.nav-item.dropdown:last-child {
        display: none;
    }
    .login-header .nav-item.dropdown img {
        margin-right: 0;
    }
    .login-header .navbar-nav .dropdown-menu {
        position: absolute;
        left: -95px;
    }
    button.navbar-toggler {
        position: absolute;
        top: -11px;
        right: 0px;
        padding: 0;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar-nav {
        display: block;
        margin-bottom: 20px;
    }
    nav a.nav-link {
        padding: 0 0 10px !important;
    }
    .btns-group a {
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }
    div#navbarSupportedContent {
        position: fixed;
        top: 55px;
        background: #fff;
        left: 0;
        padding: 20px !important;
        width: 100%;
        right: 0;
        z-index: 999999
    }
    h1, h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    }

    .brand-banner {
        height: AUTO !important;
        overflow: hidden;
        position: relative;
        margin-bottom: 40px;
    }
    .banner-sec {
        padding: 0 0 54px 0;
    }
    .banner-sec .container-fluid {
        padding: 0 12px !important;
    }
    .banner-layout .col-md-6:first-child {
        padding: 0;
    }
    .banner-layout, .about-cont {
        text-align: center;
    }
    .banner-sec .banner-layout {
        text-align: left;
    }
    .banner-sec .banner-layout .banner-cont {
        padding: 0 12px;
    }
    .banner-sec .banner-layout .banner-cont h1 {
        margin: 43px 0 12px;
        line-height: 35px;
        letter-spacing: -0.015rem;
    }
    .banner-sec .banner-layout .banner-cont p {
        text-align: left;
        letter-spacing: 0.01rem;
    }
    .banner-sec .banner-layout .banner-cont p.mt-5 {
        margin-top: 10px !important;
    }
    .about-sec, .companies-sec {
        padding: 50px 0;
    }
    .banner-pic img {
        text-align: center;
        width: 100%;
    }
    .about-sec .container {
        padding: 0 24px;
    }
    .about-img {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 30px;
    }
    .about-img img {
        margin: 0;
        max-width: calc(50% - (20px * 1/2));
        width: 100%;
        height: 180px;
        border-radius: 4px;
    }
    .about-img img:nth-child(2), .about-img img:last-child {
        margin-right: 0;
    }
    .about-cont h1 {
        margin-top: 20px;
    }
    .tab-content .col-md-4 {
        text-align: center;
        margin-bottom: 28px;
    }
    .tab-content .col-md-4 img {
        width: 100%;
    }
    .nav-tabs {
        border-bottom: 0;
        display: none;
    }
    .tab-content {
        padding: 40px 32px 50px;
    }
    .tab-content ul {
        display: none;
        padding: 50px 0px 0;
    }
    .tab-content ul li {
        display: inline-block;
        padding: 0 6px;
        margin-bottom: 20px;
    }
    .tab-content ul li span {
        margin-top: 8px;
    }
    .case-studies-sec {
        padding: 0px 15px 35px;
    }
    .case-studies-sec h1 {
        margin: 0px auto 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .case-slide {
        padding-bottom: 50px;
    }
    .studies-cont {
        margin: 0 auto 40px;
        width: 100%;
        max-width: 100%;
    }
    p.studie-no {
        margin-bottom: 20px;
        font-size: 20px !important;
    }
    .contact-sec {
        padding: 50px 0 50px;
        background: #212429;
    }
    .footer-social-icon ul {
        display: block;
    }
    .footer-social-icon ul li {
        display: inline-block;
        margin-bottom: 10px;
    }
    .footer-social-icon li a {
        margin: 0px 3px !important;
    }
    .footer-menu, .footer-social-icon {
        margin-top: 30px;
    }
    .form-box.request {
        max-width: 100%;
        margin: 50px 0px;
        padding: 30px 20px;
    }
    .form-box.request h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .add-account {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin: 16px 0;
    }
    .form-cont {
        display: block;
        width: 100%;
        padding: 0 20px;
        margin-top: 55px;
        
    }
    .form-layout {
        width: 100%;
        padding: 23px 15px 30px;
        background: transparent;
    }
    .form-layout h2 {
        max-width: 100%;
        margin: 0 auto 32px;
        text-align: center;
    }
    /* .form-side-img {
        display: block;
        text-align: center;
        width: 100%;
        padding: 30px 20px 60px;
        height: 100%;
    } */

    body .form-side-img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        padding-top: 0px;
        background: #F7FAFC;
    }

    .form-side-img img {
        width: 100%;
    }
    .seller-pro #example-basic, .seller-pro h4 {
        max-width: 100%;
        padding: 0 15px;
    }
    .upload-video {
        padding: 50px 20px;
        margin-top: 20px;
    }
    .seller-pro::before {
        display: none;
    }
    h4.primary {
        padding: 12px 0 !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    textarea#description+small {
        margin-bottom: 20px;
    }
    .seller-pro textarea, .seller-pro select, .seller-pro input {
        margin-bottom: 16px;
    }
    .feature {
        display: none;
    }
    .table div {
        border: 1px solid #FFD0BF;
        margin-top: 30px;
    }
    .table {
        display: block;
    }
    .ver-msg {
        max-width: 95%;
        padding: 20px 10px;
        margin: 37px auto 0;
    }
    .ver-msg label {
        font-size: 12px;
    }
    .colle, .frame-layout, .title-header, .sort-scenes, .product-cont, .product-filters .top-bar, .product-filters .top-bar ul {
        display: block;
    }
    .collection-box h3 {
        margin-bottom: 13px;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.015rem;
    }
    .collection-box h3 span {
        line-height: 24px;
        letter-spacing: -0.01rem;
    }
    .frame-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .content-inner .content {
        padding: 0 15px 20px;
    }
    .content-inner .content.edit {
        background: #F7FAFC;
    }
    .title-header {
        padding: 18px 15px;
        margin-bottom: 0px;
    }
    .content-wapper {
        margin-left: 0;
    }
    
    ul.catalog-list li {
        display: inline-block;
        margin-right: 14px;
        margin-bottom: 20px;
        width: 45.1%;
    }
    ul.catalog-list li img {
        width: 100%;
    }
    .content-inner .content .steps li {
    display: inline-block;
    width: 33%;
    text-align: center;
}




    .sort {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .product-item, .product-filters .product-item {
        display: block;
        width: 100%;
    }
    .content-inner .content .content.clearfix .btn-group {
        right: auto;
    }
    .dashboard .site-logo {
        opacity: 1;
        visibility: visible;
    }
    .filter {
        padding: 20px;
        max-width: 100%;
    }
    .prod-cont {
        padding: 20px 15px;
    }
    .product-filters .top-bar {
        border-bottom: 0;
        margin-bottom: 20px;
        margin-left: -12px;
    }
    button.add-sce.lt-btn {
        margin: 20px 0 0 0;
    }
    .product-filters .top-bar ul li {
        width: 100%;
    }
    .filter form input[type="text"] {
        width: 100%;
    }
    .collection-box {
        padding: 56px 20px;
    }
    .collection-box .btns-group button {
        margin-right: 10px;
    }
    .container-fluid {
        padding: 0 15px !important;
    }
    button#side-toggle {
        border: 0;
        background: transparent;
        display: block !important;
    }
    .side-bar {
        left: -100%;
        transition: all 0.5s;
    }
    .side-bar.active {
        left: 0;
        max-width: 331px !important;
    }
    .profile-setting {
        max-width: 100%;
    }
    .contact-form .col-md-6.pl {
        padding-right: 15px;
    }
    .contact-form .col-md-6.pr {
        padding-left: 15px;
    }
    .product-photo label {
        margin-right: 18px;
    }
    .product-cont p.title {
        margin-bottom: 16px;
    }
    .product-cont .upload-video {
        margin-top: 0;
    }
    button.delt {
        padding: 0 0 20px;
        text-align: right;
        width: 100%;
    }
    .right-side {
        padding: 40px;
        display: block;
        width: 100%;
    }
    .left-side {
        width: 100%;
        max-width: 100%;
    }
    .right-side {
        padding: 40px 15px;
        display: block;
        width: 100%;
    }
    .proboximg {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .content.product {
        padding: 0 !important;
    }
    /* apurva css */
    .collections-section {
        width: 100%;
        padding: 0 24px;
    }
    .collections-section .add-collections {
        border: 0;
        padding: 30px 0 12px;
        display: flex;
        align-items: center;
    }
    .collections-section .add-collections {
        border: 0;
        padding: 30px 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .collections-section .add-collections label {
        width: auto;
        padding: 0;
        font-size: 22px !important;
        line-height: 28px;
        color: #212429;
        font-family: 'Mulish';
        letter-spacing: normal;
        font-weight: 800;
        margin: 0;
    }
    .collections-section .add-collections .add-sce.lt-btn {
        background: #F15A24;
        color: #fff;
        flex-direction: row-reverse;
        font-weight: 800;
        font-family: 'Mulish';
        letter-spacing: normal;
        gap: 5px;
        width: auto;
        padding: 5px 12px;
    }
    .collections-section .add-collections .add-sce.lt-btn svg {
        margin: 0;
    }
    .collections-section .add-collections .add-sce.lt-btn svg rect {
        fill: #fff;
    }
    .products-collections {
        width: 100%;
        border: 0;
    }
    .collections-section .add-collections {
        border: 0;
        padding: 30px 0 12px;
    }
    .products-collections .product-item {
        width: 50%;
    }
    .products-collections .print-scan {
        display: none;
    }
    .products-collections .print-scan.for-mobile {
        display: block;
        padding: 0 24px;
        margin-top: 30px;
    }
    .products-collections .print-scan .print-btn {
        width: 100%;
        border-radius: 4px;
        background: #FFE7DE;
        border: 1px solid #FFE7DE;
        margin-bottom: 12px;
        padding: 17px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        font-family: 'Mulish', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        line-height: normal;
    }
    .products-collections .print-scan .print-btn:last-child {
        margin: 0;
    }
    .products-collections .product-top-header {
        border: 0;
    }
    .new-filters button {
        margin-top: 0px !important;
    }
    .video-section {
        padding: 0px 6px 6px 0px;
    }
    .company-address {
        margin-top: 100px;
    }
    .logo-edit {
        margin-top: 25px;
    }
    .profile-image {
        margin-bottom: 30px;
    }
    .profile-wrapper .accordion {
        font-size: 22px;
        line-height: 28px;
        margin: 0;
        font-weight: 900;
        color: #fff;
        background: #7A8696;
        padding: 11px 24px;
        position: relative;
        display: block !important;
    }
    .gallery-section {
        display: none;
        padding: 0px;
    }
    .gallery-section .container {
        padding: 0 24px;
    }
    .profile-wrapper .accordion:after {
        content: '';
        position: absolute;
        background-image: url(/images/plus.svg);
        right: 24px;
        top: 16px;
        width: 16px;
        height: 16px;
    }
    .gallery-section h3 {
        display: none;
    }
    .gallery-section .video-section video {
        height: 250px !important;
        object-fit: cover;
    }
    .profile-wrapper .accordion.activee:after {
        background-image: url(/images/minus.svg);
    }
    .profile-wrapper .scroll-section .left-images {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .profile-wrapper .scroll-section .right-images {
        width: 100%;
    }
    .tabbing-section li.nav-item {
        width: 33.333%;
    }
    .profile-banner {
        padding: 0px 0;
    }
    .profile-banner h1 {
        font-size: 50px;
    }
    .add-collections button.add-sce.lt-btn {
        width: 80px;
        float: left;
        margin-top: 0px !important;
    }
    .tabbing-section .nav-tabs .nav-link {
        display: inline-block;
        padding: 22px 11.3px 20px;
    }
    .new-filters a.ol-btn {
        margin-left: 7px;
        margin-right: 0px;
    }
    .add-products {
        padding: 15px 15px 15px 0px;
        display: flex;
        row-gap: 20px;
        flex-wrap: wrap;
    }
    .add-products.addProducts .d-flex {
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .main-imgages-sections {
        max-height: 100%;
    }
    .breadcrumb-section {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 24px 15px !important;
    }
    .breadcrumb-section .breadcrumb {
        margin: 0;
    }
    .breadcrumb-section .breadcrumb .breadcrumb-item.active span {
        color: #212429;
    }
    .breadcrumb-section .filters__open {
        border: 0;
        padding: 0;
        background: none;
        font-size: 14px;
        line-height: 18px;
        color: #212429;
        font-weight: 900;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 6px;
        font-family: 'Mulish';
    }
    .collections-section .add-collections-items .add-weather-collections {
    display: none;
}
.add-collections-items .collection-slider {
    display: block !important;
}
.add-collections-items .collection-slider .slick-list {
    margin: 0 -8px;
}
.add-collections-items .collection-slider .slick-track {
    display: flex;
}
.add-collections-items .collection-slider .add-collections {
    padding: 0;
    margin: 0 8px;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    overflow: hidden;
    float: none;
    height: auto;
}
.add-collections-items .collection-slider .add-collections .collectionImg {
    height: 110px;
    object-fit: cover;
    margin: 0;
}
.add-collections-items .collection-slider .add-collections .content {
    padding: 15px 12px;
}
.add-collections-items .collection-slider .add-collections .content .collectionName {
    font-size: 15px;
    line-height: 19px;
    color: #212429;
    font-family: 'Mulish';
    font-weight: bold;
}
.add-collections-items .collection-slider .add-collections .content p {
    font-size: 10px;
    line-height: 15px;
    color: #55585C;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-family: 'Mulish';
}
.add-collections-items .collection-slider .add-collections .content label {
    float: none;
    display: flex;
    align-items: center;
    margin-top: 18px;
    line-height: 0;
}
.add-collections-items .collection-slider .add-collections .content label a {
    line-height: 18px;
    font-weight: 600;
    color: #55585C;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 9px;
    margin-right: 9px;
    gap: 5px;
    border-right: 1px solid #ddd;
}
.add-collections-items .collection-slider .add-collections .content label a:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.add-collections-items .collection-slider .add-collections.active {
    border-color: #F15A24;
}
.add-collections-items .collection-slider .slick-arrow {
    margin: 0 !important;
}
.add-collections-items .collection-slider .slick-arrow {
    margin: 0 !important;
    width: 6px;
    height: 10px;
    z-index: 9;
}
.add-collections-items .collection-slider .slick-arrow::before {
    content: '';
    background-image: url(/images/arrow-slider.svg);
    width: 6px;
    height: 10px;
    display: block;
    opacity: 1;
}
.add-collections-items .collection-slider .slick-prev {
    left: -16px !important;
    right: auto;
}
.add-collections-items .collection-slider .slick-next {
    right: -16px;
}
.add-collections-items .collection-slider .slick-next::before {
    transform: rotate(180deg);
}
.tabbing-section {
    padding-top: 24px;
    background: #fff;
}
.tabbing-section .brand-slider {
    width: 100% !important;
    border: 0;
    padding: 0 24px;
}
.tabbing-section .brand-slider .slick-list {
    margin: 0 -10px;
}
.tabbing-section .brand-slider .slide {
    margin: 0 10px;
}
.tabbing-section .brand-slider .slide .brand-item {
    border: 1px solid #E3E3E3 !important;
    border-radius: 5px;
    padding: 8px 20px !important;
    min-height: auto;
}
.tabbing-section .nav-tabs button.nav-link.brand-item.active {
    background: #ffd0bf !important;
    padding-top: 20px;
}
.tabbing-section .brand-slider .slide .brand-item .brandDash {
    display: none;
}
.tabbing-section .brand-title {
    display: block !important;
    padding: 0 24px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 4px;
}
.tabbing-section .brand-slider .slide .brand-item img.fit {
    margin: 0;
    height: 43px !important;
    object-fit: contain !important;
}
.main-cont.edit-compny {
    margin-top: 58px;
}
.main-cont.edit-compny .seller-pro {
    padding-bottom: 30px;
}
.main-cont.edit-compny .seller-pro .steps ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ScanBarcode .modal-dialog {
    top: 100px;
}
.content-inner.product-filters .title-header {
    flex-wrap: wrap;
}
.content-inner.product-filters .title-header .btns-hedaer {
    max-width: 100%;
    margin-top: 10px;
}
.content-inner.product-filters .title-header .btns-hedaer .updatePresTitle {
    margin: 0 10px 0 0;
}
.content-inner.product-filters .product-list {
    gap: 40px 16px;
}
.content-inner.product-filters .product-list .product-item {
    width: calc(50% - (16px * 1/2))!important;
    height: auto !important;
    margin: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    min-height: auto !important;
}
.content-inner.product-filters .product-list .product-item .product-pic {
    min-height: auto;
}
.content-inner.product-filters .product-list .product-item .product-pic img {
    height: 229px;
    width: 100% !important;
    object-fit: cover;
}
.content-inner.product-filters .product-list .product-item a p {
    padding: 0;
    height: auto;
    margin: 0 0 5px;
    word-wrap: break-word;
    white-space: normal;
}
.content-inner.product-filters .product-list .product-item span {
    margin: 0 !important;
    padding: 0;
    line-height: 20px;
    color: #7A8696;
    letter-spacing: normal;
    display: block;
    height: auto;
    word-wrap: break-word;
    white-space: normal;
}
.content-inner.product-filters .product-list .product-item p {
    padding: 0;
    height: auto;
    margin: 0 0 5px;
    word-wrap: break-word;
    white-space: normal;
}
.content-inner.product-filters .product-list .product-item p a {
    color: #212429 !important;
}
.content-inner.product-filters .product-list .product-item .dropdown .dropdown-item {
    line-height: normal;
    padding: 2px 5px;
}
.content-inner.product-filters .product-list .product-item .price-detail {
    padding: 0;
    margin: 10px 0 17px;
}
.content-inner.product-filters .product-list .product-item .fill-btn {
    width: 100%;
}
.content-inner.product-filters .product-list .product-item .price-detail .price {
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.content-inner.product-filters .product-list .product-item .price-detail .price p, 
.content-inner.product-filters .product-list .product-item .price-detail .retail p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
.bottom-bar {
    padding: 15px 20px;
}


    /* apurva css */
    .ver-msg label::after {
        top: 4.2px;
        left: -17px;
    }
    .ver-msg label::before {
        top: 0px;
        left: -24px;
    }
    button.close {
        top: 0px;
        margin-left: 6px;
    }
    .ver-msg input[type="checkbox"] {
        margin-right: 0;
        top: 5px;
    }
    .form-boxs {
        margin-left: 0;
    }
    .site-footer .col {
        flex: 50%;
    }
    .site-footer .col:first-child {
        flex: 100%;
    }
    .scroll-section {
        position: static;
        top: -97px;
        overflow: auto;
        height: 280px;
        padding-right: 10px;
    }
    .wlc-layout {
        display: block;
        margin-top: 55px;
    }
    .business {
        padding: 30px 20px;
        width: 100%;
    }
    .welcome-cont {
        height: 100%;
        width: 100%;
        padding: 30px 20px;
    }
    .business .box-layout {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .busi-boxs{
        width: 100%;
    }


    .busi-boxs:last-child {
        margin: 0;
    }
    .welcome-cont h3, .business h3 {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
    }
    footer.site-footer {
        padding: 31px 0 54px;
        background: #212429;
    }
    .studies-cont .col-md-1 {
        width: 12.333333%;
    }
    .studies-cont .col-md-11 {
        width: 87.666667%;
    }
    .form-cont form {
        width: 100%;
        max-width: 100%;
        padding: 0 5px;
    }
    .main-cont {
        display: block;
    }
    .eamil-verify {
        max-width: 100%;
        margin: 56px 0px;
        padding: 0 20px;
    }
    .form-box.join {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-top: 92px;
    }
    .form-box {
        max-width: 375px;
    }
    .btns-group.dk {
        /* display: none; */
    }
    .page-content header.site-header {
        position: relative;
        background: #212429;
    }
    button.profile {
        background: transparent;
        border: 0;
        display: block;
        position: absolute;
        top: -25px;
        right: 0;
        padding: 0;
    }
    .profile-setting .private li {
        padding: 27px 0;
    }
    img.dk {
        display: none;
    }
    .header-menu li svg path {
        fill: #fff;
    }
    /* header.site-header.login-header li svg path {
         fill: #000;
    }
     header.site-header.login-header li:last-child {
         opacity: 0;
         visibility: hidden;
    }
     */
    .title-header a.create.fill-btn {
        display: none;
    }
    .collection-box h3 span {
        margin-top: 10px;
    }
    .request-demo.cont {
        text-align: left;
        padding: 0px 10px;
    }
    .request-demo.brand h2 {
        font-size: 24px;
        margin-bottom: 13px;
        line-height: 30px;
    }
    .form-box.request.brands {
        max-width: 100%;
        margin: 53px auto;
    }
    .collection-box .btns-group button {
        color: #000;
        font-weight: 600;
    }
    .contact-sec h1 {
        text-align: center;
    }
    .responsive-mt-20 {
        margin-top: 20px;
    }
    .ad-pdct-btns {
        text-align: left !important;
        margin: 20px 0px;
    }
    .rspnsv-ttl-price {
        width: 100%;
    }
    .order-addrs {
        padding: 10px 0 10px 30px;
    }
    .wlc-layout .box-layout .busi-boxs {
        background: none;
        box-shadow: none;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 0px;
        padding: 0px;
    }
    .wlc-layout .box-layout .busi-boxs span, .wlc-layout .box-layout .busi-boxs p {
        display: none;
    }
    .wlc-layout .box-layout .busi-boxs a {
        margin: 0;
    }
    .fr-signup {
        padding: 0 0;
    }
    .fr-signup .form-layout {
        background: #fff;
        padding-bottom: 30px;
    }
    .ttl-txt {
        max-width: 100%;
    }
    .logo-chanel li {
        width: 100%;
    }
    .sales .sales-list .sales-left-content .list-wapper {
        overflow-x: auto;
    }
    .sales .sales-list .sales-left-content .list-wapper .sales-inner-wrapper {
        min-width: 800px;
    }
    .sales-list.Create-livesession .catalog-form .custom-cs-pres label.error {
        bottom: 11px !important;
    }
.main-cont.homepage {
    margin-top: 57px;
}
}
@media only screen and (max-width: 575px) {
    .brand li img {
        border: 1px solid #CED6E0;
        border-radius: 4px;
        margin: 0 0px 8px 1px;
        width: 100%;
    }
    .brand li {
        display: inline-block;
        width: 49%;
    }
    .brand.images li:last-child {
        width: 152px;
        height: 152px;
    }
    .brand.images ul {
        display: block;
    }
    .brand.images li {
        margin: 0px 1px;
        display: inline-block;
        width: 48%;
        vertical-align: middle;
    }
    .brand.images li:last-child {
        width: 48%;
        height: 162px;
    }
    label.upload-pic {
        width: 100%;
    }
    label.upload-pic input {
        width: 100%;
        height: 100%;
    }
    .private li p {
        flex: 1;
        padding-right: 40px;
    }
    .private select#industry {
        width: 172px;
    }
    .private li p br {
        display: none;
    }
    .select-sub {
        margin-bottom: 0;
    }
    .feature {
        display: none;
    }
    .table div {
        border: 1px solid #FFD0BF;
        margin-top: 30px;
    }
    .table {
        display: block;
    }
    ul.catalog-list li {
        display: block;
        width: 100%;
    }
    .collection-box {
        padding: 40px 30px;
        border-radius: 4px;
        overflow: hidden;
    }
    .collection-box .btns-group button {
        margin-right: 10px;
    }
    form.search {
        max-width: 93px;
    }
    .change-setting table {
        width: 684px;
    }
    .catalog-form p.ex-cat {
        padding: 0;
    }
    .catalog-form h3 {
        margin: 30px 0 0;
    }
    .content-wapper {
        margin-top: 77px;
    }
    /* apurva css */
    .products-collections .product-item {
        width: 100%;
    }
    .product-pic {
        margin-bottom: 10px;
        text-align: center;
    }
    .tabbing-section li.nav-item {
        width: 50%;
    }
    .add-products {
        width: 100%;
        padding: 8px 15px 15px;
        text-align: left;
    }
    .breadcrumb-section {
        float: left;
        width: 100%;
    }
    .profile-image {
        margin-bottom: 22px;
    }
    /* apurva css */
    .odr-dtls {
        width: 100%;
    }
    .pdct-details .Cart-sidebar .side-info {
        text-align: right;
    }
    .size-slct {
        width: 45% !important;
    }
    .rspnsv-ttl-price .total-price button {
        margin: 4px 3px !important;
    }
    .footer-order {
        text-align: left;
    }
    .footer-order p {
        margin: 0px 20px 0 0;
    }
    .business .busi-boxs a {
        margin: 0 4px;
        padding: 10px 8px 11px;
    }
    .dashboard .title-header.sales-people {
        padding: 31px 20px 25px;
    }
    .dashboard .title-header.sales-people h4 {
        width: auto;
    }
    .dashboard .title-header.sales-people .add-sce.lt-btn {
        margin: 0;
    }
    .sales-list {
        margin: 0 !important;
    }
    .content-inner .content.sales {
        padding: 30px 0 60px;
        background: #F7FAFC;
    }
    .content-inner .content.sales .sales-left-content {
        padding: 0 12px !important;
    }
    .content-inner .content.sales .sales-left-content .tags-sales {
        padding: 0 20px;
        margin-bottom: 31px;
    }
    .content-inner .content.sales .sales-left-content .tags-sales .filterBtn {
        padding: 4.5px 13px;
    }
    .content-inner .content.sales .sales-right-content {
        padding: 0 32px;
    }
    .content-inner .content.sales .sales-right-content .invite {
        margin-top: 40px;
    }
    .content-inner .content.sales .sales-right-content .invite p, 
    .content-inner .content.sales .sales-right-content .invite label {
        font-size: 16px;
        line-height: 22px;
        color: #212429;
        margin-bottom: 13px;
    }
    .invite-seller button.ol-btn {
        margin: 20px 0 0 auto;
    }
    .content-inner .content.sales .sales-left-content .list-wapper {
        box-shadow: 0px -12px 8px rgba(163, 176, 192, 0.03);
        border-radius: 0;
    }
    .title-header.view_live_session {
        border-bottom: 1px solid #F0F3F7;
        padding: 18px 20px;
    }
    .content-inner .content-live-session {
        padding: 10px 20px 45px;
        background: #F7FAFC;
    }
    .content-wapper #sessionPopup .modal-dialog {
        max-width: 100% !important;
        margin: 0 !important;
        top: 77px;
    }
    #sessionPopup .modal-dialog .modal-content {
        margin-left: auto;
        margin-right: 0;
        border: 1px solid #fff;
        border-radius: 0;
        background-color: rgba(255, 255, 255, .5);
        backdrop-filter: blur(34px);
    }
    #sessionPopup .modal-dialog .modal-content .modal-header {
        background: #F0F3F7;
        backdrop-filter: blur(34px);
        border-radius: 0;
        padding: 25px 23px 21px;
        border-bottom: 1px solid #F0F3F7;
    }
    .fade.show:not(.modal.fade.show) {
        background: rgba(122, 134, 150, .89);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1040;
        width: 100vw;
        height: 100vh;
        opacity: 1;
    }
    #sessionPopup .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }
    #sessionPopup .modal-dialog .modal-content .modal-body {
        margin-bottom: 105px;
    }
    #sessionPopup .modal-dialog .modal-content .modal-body tr td:first-child {
        padding: 16px 5px 16px 23px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.016rem;
    }
    #sessionPopup .modal-dialog .modal-content .modal-body tr td:first-child {
        padding: 16px 5px 16px 23px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.016rem;
        min-width: 100px;
        width: 100px;
    }
    #sessionPopup .modal-dialog .modal-content .modal-body tr td:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.015rem;
        padding: 16px 23px 16px 0;
    }
    #sessionPopup .modal-dialog .modal-content .modal-body tr td {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    #sessionPopup .modal-dialog .modal-content .modal-body tr:last-child td {
        border: 0;
    }
    #sessionPopup .modal-dialog .modal-content .modal-body tr td .changeOrg {
        font-size: 12px !important;
        line-height: 16px;
    }
    #sessionPopup .modal-dialog .modal-content .session-btns {
        padding: 0 20px 0 24px;
    }
    #sessionPopup .modal-dialog .modal-content .session-btns .lt-btn {
        background: transparent;
        font-size: 16px;
        color: #F15A24 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .login-header .header-layout .site-logo {
        opacity: 1;
        visibility: visible;
    }
    .side-logo a img {
        max-width: 115px;
    }
    .side-bar {
        height: calc(100vh - 55px) !important;
        top: 77px !important;
    }
    .side-bar .side-logo {
        display: none;
    }
    .Create-livesession .catalog-form {
        width: 100% !important;
        padding: 0 32px !important;
        margin-bottom: 40px;
    }
    .Create-livesession .float-md-end {
        padding: 0 33px !important;
    }
    .Create-livesession .catalog-form .form-group {
        margin: 0 0 20px;
    }
    .Create-livesession .catalog-form .form-group #mesg-count {
        display: none;
    }
    .Create-livesession .catalog-form textarea {
        height: 46px !important;
    }
    .Create-livesession .catalog-form .form-group label, .Create-livesession .catalog-form label {
        line-height: 20px;
        margin-bottom: 4px;
    }
    .Create-livesession .catalog-form .form-group input {
        margin: 0;
    }
    .Create-livesession .catalog-form .duration-time span.row {
        display: none;
    }
    .Create-livesession .catalog-form .duration-time .form-group {
        display: flex;
        flex-wrap: wrap;
        column-gap: 6px;
    }
    .Create-livesession .catalog-form .duration-time .form-group label {
        width: 100%;
    }
    .Create-livesession .catalog-form .duration-time .form-group .select2 {
        width: calc(50% - (6px * 1/2)) !important;
    }
    .Create-livesession .catalog-form .present-btn .custom-cs-pres {
        order: 3;
        margin-top: 7px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #000000 transparent transparent transparent !important;
        border-width: 4px 5px 1px 5px !important;
    }
    .Create-livesession .bottom-bar {
        background: transparent;
        border: 0;
        padding: 20px 32px;
    }
    .Create-livesession .float-md-end .invite p {
        margin-bottom: 13px;
        letter-spacing: -0.015rem;
    }.title-header.create-session-title {
        padding: 18px 20px 19px;
        border-bottom: 1px solid #F0F3F7;
    }
    .site-header.login-header {
        padding: 22px 20px 30px;
    }
    .site-header.login-header .container-fluid {
        padding: 0 !important;
    }
    .title-header.presentations-title {
        padding: 18px 20px 19px;
        border-bottom: 1px solid #F0F3F7;
    }
    .content-inner .content.presentations-lists {
        padding: 20px;
        background: #F7FAFC;
    }
    .collection-box .btns-group {
        justify-content: left;
        gap: 10px;
    }
    .collection-box .btns-group button, .collection-box .btns-group a {
        margin: 0 !important;
/*        min-width: 60px;*/
        height: auto;
    }
    .content-inner .content.presentations-lists .collection-box .btns-group button {
        font-weight: normal;
        padding: 8px 7px;
        line-height: 20px;
        min-width: auto;
    }
    .content-inner .content.presentations-lists .collection-box .btns-group button.share.fill-btn {
        padding: 8px 16px;
    }
    .content-inner .content.presentations-lists .collection-box .btns-group button.del.fill-btn {
        color: #fff !important;
    }
    .request-demo.cont {
        background: #F0F3F7;
        padding: 0 20px;
    }
    .request-demo.cont .form-cont {
        padding: 0;
    }
    .request-demo.cont .form-layout {
        padding: 26px 0;
    }
    .request-demo.cont .form-layout h3 {
        font-size: 16px;
        text-align: left;
        line-height: 24px;
        letter-spacing: 0.01rem;
        margin: 0 0 5px;
    }
    .request-demo.cont .form-layout p {
        text-align: left;
    }
    .request-demo.cont .form-layout p span {
        background: none !important;
    }
    .request-demo.cont .form-side-img {
        display: none;
    }
    .request-demo.cont .form-layout .form-box.request {
        margin: 28px 0 0;
        padding: 30px 20px 40px;
    }
    .request-demo.cont .form-layout .form-box.request h2 {
        text-align: left;
        margin-bottom: 15px;
    }
    .request-demo.cont .form-layout .form-box.request form {
        padding: 0;
    }
    .request-demo.cont .form-layout .form-box.request form .form-group {
        margin: 0;
    }
    .request-demo.cont .form-layout .form-box.request form .form-group.countryErr {
        margin-bottom: 20px;
    }
    .form-box.request button {
        max-width: 100%;
        margin-top: 10px;
    }
    .content-wapper .content-inner.lookbook-view .banner-image {
        position: relative;
    }
    .content-wapper .content-inner.lookbook-view .banner-image::after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        background-image: linear-gradient(0deg, rgba(33,36,41,1) 0%, rgba(33,36,41,0) 59%);
    }
    .content-wapper .content-inner.lookbook-view .banner-image img {
        height: 243px;
    }
    .content-wapper .content-inner.lookbook-view .look-banner-cont {
        padding: 38px 20px;
    }
    .content-wapper .content-inner.lookbook-view .look-banner-cont h3 {
        text-shadow: none;
    }
    .content-wapper .content-inner.lookbook-view .look-inner {
        padding: 25px 20px;
    }
    .content-wapper .content-inner.lookbook-view .look-inner .brand-description {
        margin-bottom: 37px;
    }
    .content-wapper .content-inner.lookbook-view .look-inner .look-images-boxs img {
        height: 374px;
        border-radius: 5px;
        object-fit: cover;
    }
    #addBrandToSalesModal .BrandContainer {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .content-inner .content-live-session .fc-header-toolbar {
        flex-wrap: wrap;
        gap: 10px;
    }
    .content-inner .content-live-session .fc-list-day-cushion, .content-inner .content-live-session .fc-list-table td {
        text-align: left;
        vertical-align: middle;
        padding: 8px 10px;
    }
    .dashboard-tabs .tab-content .tab-pane {
        position: static !important;
        background: transparent !important;
        height: auto !important;
    }
    .content-inner.dashboard-content .profile-banner img {
        height: 112px;
        object-position: center center;
    }
    .profile-logo-section.dashboard-logo {
        padding: 0 8px 30px;
    }
    .profile-logo-section.dashboard-logo .tranding-name, 
    .profile-logo-section.dashboard-logo .company-address, 
    .profile-logo-section.dashboard-logo .logo-edit {
        padding: 0;
    }
    .profile-logo-section.dashboard-logo .company-address {
        margin-top: 26px;
    }
    .profile-logo-section.dashboard-logo .profile-image {
        margin-left: 0;
        margin-top: -54px;
        display: flex;
        margin-bottom: 18px;
    }
    .profile-logo-section.dashboard-logo .profile-image span {
        width: 110px;
    }
    .profile-logo-section.dashboard-logo .profile-image img {
        width: 110px;
        height: 110px;
        object-fit: cover;
    }
    .profile-logo-section.dashboard-logo .tranding-name h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 800;
    }
    .profile-logo-section.dashboard-logo .tranding-name b {
        font-size: 14px;
        line-height: 20px;
    }
    .profile-logo-section.dashboard-logo .tranding-name .description-text {
        margin-top: 14px;
        line-height: 20px;
        letter-spacing: 0.016rem;
        text-align: left !important;
        -webkit-line-clamp: 2;
        position: relative;
    }
    .profile-logo-section.dashboard-logo .tranding-name .description-text .readmore {
        position: absolute;
        top: 20px;
        width: auto;
        left: auto;
        right: 0;
        background: #f7fafc;
        padding: 0 8px;
        font-weight: 600;
    }
    .profile-logo-section.dashboard-logo .company-address {
        margin-top: 26px;
    }
    .profile-logo-section.dashboard-logo .company-address h5 {
        font-size: 18px;
        letter-spacing: -0.015rem;
        font-weight: 800;
    }
    .profile-logo-section.dashboard-logo .company-address ul li {
        display: inline-block;
    }
    .profile-wrapper {
        background: #F7FAFC;
    }
    .title-header.store-list {
        padding: 0 8px;
        margin-bottom: 15px;
        background: transparent;
    }
    .brand-box-span {
        padding: 0 8px;
        display: block;
    }
    .profile-wrapper .brand-box-span .brand-box {
        padding: 25px 15px;
        border-radius: 3px;
    }
    .profile-wrapper .brand-box-span .brand-box .brand-layout {
        margin: 0;
    }
    .profile-wrapper .brand-box-span .brand-box .brand-layout .brand,
    .profile-wrapper .brand-box-span .brand-box span {
        display: none;
    }
    .profile-wrapper .brand-box-span .brand-box .brand-layout .edit-brand {
        max-width: 50%;
        width: 100%;
        justify-content: end;
    }
    .profile-wrapper .brand-box-span .brand-box .brand-layout .edit-brand span {
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .profile-wrapper .brand-box-span .brand-box .brand-layout .edit-brand p {
        padding: 0;
        font-size: 18px;
        line-height: 23px;
        color: #212429;
        font-weight: bold;
        font-family: 'Mulish', sans-serif !important;
    }
    .content-inner.order-list {
        overflow-x: auto;
    }
    .Create-livesession .catalog-form .form-group input#date {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}



@media(max-width:520px) {
    .tags-sales form, .tags-sales .select2 {
        width: 100% !important;
    }

.product-list.ui-sortable-handle.ui-sortable {
    display: flex;
    flex-wrap: wrap;
}
.dashboard.preview_template .product-item {
    width: 48%!important;
    height: auto!important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

button.delt.delProductAutoPresentation {
    position: absolute!important;
    right: 10px;
    margin-top: 0;
    z-index: 111;
    margin: 0!important;
    left: auto!important;
}

.private .switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 25px;
    flex: 0 0 auto;
}
.private .slider:before {
 
    height: 24px;
    width: 24px;
    left: 1px;
    bottom: 0px;
 
}
.private input:checked+.slider:before {
    
    left: 1px;
}
 .product-list div#myDropdown a {
    padding: 5px;
    font-size: 15px;
}
.products-collections .product-list .product-item .edit-section .delete-items {
 
    width: 42px;
    justify-content: center;
}
span.dayHead {
    display: flex;
    align-items: center;
    gap: 5px;
}
.col-2.myBtnRow {
    width: auto;
}
.top-bar.row .col-2 {
    width: auto;
}
.col-2.myBtnRow button {
    margin: 0;
}
.top-bar.row  .tab.col-10 {
    width: 100%;
}
* {
    touch-action: auto!important;
}
.product-list.ui-sortable {
    display: flex;
    flex-wrap: wrap;
}
.content-inner .content .creat-prese+.btn-group button, .bottom-bar button {
    width: auto!important;
}
.col-6.col-md-2.myBtnRow {
    width: auto;
    margin-right: 10px;
    margin-left: 0!important;
}
.col-6.col-md-2.myBtnRow  button{
 
    margin-left: 0!important;
}
}

@media only screen and (max-width: 320px) {
    .brand-name {
        display: block;
    }
    .brand-name p {
        margin-left: 0;
        margin-top: 10px;
    }
    .brand.images li .edit-op button {
        font-size: 10px;
        margin: 0 2px;
    }
    .brand-layout p.upload {
        margin-left: 0px;
    }
    .private li p {
        max-width: 190px;
    }
}
.save {
    display: none;
}
.update-brand {
    /*display: none;*/
}
.cut-brand {
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 19px;
    margin: 0 15px 0 auto;
    display: block;
}
.collapse-brand {
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 19px;
    margin: 0 15px 0 auto;
    display: block;
}
.error {
    color: #dc3545 !important;
}
.alert.alert-danger.error-alert {
    padding: 3px 9px;
}
.lookbookHidden {
    display: none;
}
button.delt.sizeQuantityDelete {
    position: relative;
    left: 110%;
    bottom: 93%;
    padding: 30px 0px !important;
    width: 10%;
}
button.delt.sizeQuantityDeleteDb {
    /*  position: relative;
     left: 65%;
     bottom: 93%;*/
    position: relative;
    left: 110%;
    bottom: 93%;
    padding: 30px 0px !important;
    width: 10%;
}
.sizeQuantityBox .col-md-3.col-sm-6 {
    height: 90px;
}
/*hide arrows from input type number*/

/* Chrome, Safari, Edge, Opera */

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

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

/* .select2-container .select2-selection--multiple .select2-selection__rendered {
     position: relative;
     bottom: 33px;
}
*/

li.select2-selection__choice {
    background: #F15A24 !important;
    color: white !important;
}
button.select2-selection__choice__remove {
    color: white !important;
}
/*span.select2-selection.select2-selection--multiple {
     height: 40px !important;
}
*/

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid white !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #A3B0C0 !important;
}
.collectionImg {
    width: 100%;
    margin-right: 20px;
    /*height: 100px;*/
    margin-bottom: 10px;
    cursor: pointer;
    object-fit: cover;
}
.modal-dialog {
    top: 67px;
}
.editProductVideo {
    height: 158px;
    width: 158px;
}
.filter-items-date {
    width: fit-content !important;
}
/*presenntation*/

/*
    header.site-header.login-header li svg path {
        fill: #000;
    }
    header.site-header.login-header li:last-child {
        opacity: 0;
        visibility: hidden;
    }
*/

.title-header a.create.fill-btn {
    /*display: none;*/
}
.collection-box h3 span {
    margin-top: 10px;
}
.request-demo.cont {
    text-align: left;
    /*padding: 0px 10px;*/
}
.request-demo.brand h2 {
    font-size: 24px;
    margin-bottom: 13px;
    line-height: 30px;
    margin-top: 20px;
}
select {
    text-indent: 7px;
    /*text-indent: 4px;*/
}

.form-box.request.brands {
    max-width: 100%;
    margin: 53px auto;
}
.collection-box .btns-group button {
    color: #000;
    font-weight: 600;
}
.contact-sec h1 {
    text-align: center;
}
/**** Slick Slider ****/

.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    /*width: 100%;*/
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track--, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track-- {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track--:before, .slick-track--:after {
    display: table;
    content: '';
}
.slick-track--:after {
    clear: both;
}
.slick-loading .slick-track-- {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: inline-block !important;
    margin: 0 10px 0 0px;
    height: 100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
    left: 0px !important;
}
section#myTab {
    width: 95%;
    margin: auto;
}
button.slick-prev.slick-arrow {
    margin: -10px 0px 0px -20px !important;
}
button.slick-next.slick-arrow {
    margin: 0px !important;
}
/*.slide.slick-slide {
    width: auto !important;
}*/

/****** slick clider css end here *******/

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.toggle-password, .toggle-oldpassword {
    margin: -30px 5px 0px 0px !important;
    /*display: block !important;*/
}
input#banner {
    border: none;
}
.stepColl {
    width: 220px;
    height: 220px;
    object-fit: cover;
}
.collectionSelect.active img {
    opacity: 0.2;
}
.collectionSort.active {
    background: #FFD0BF;
    border: 1px solid #F15A24;
}
li.collectionSelect.active {
    background: #FFD0BF;
    border: 1px solid #F15A24;
}
button.brand-item.active {
    background: #cccccc38 !important;
}
.myModalBody {
    text-align: justify;
}
.previewVideo {
    margin: 25px 0 0 0;
}
.previewEmbed {
    margin: 25px 0 0 0px;
}
a.cancelPorduct {
    border: solid 1px #f15a24;
    padding: 9px 40px;
    border-radius: 3px;
    color: #f15a24;
    float: left;
}
.add-weather-collections.active {
    background: #ffd0bf;
}
.error {
    margin-bottom: unset !important;
    /*margin-bottom: 15px;*/
}
.form-group {
    margin-top: 9px;
}
.brand-item {
    height: 114px;
}
.slide.slick-slide.slick-active {
    /* height: 138px; */
}
.new-filters {
    margin-right: 15px;
}
.imagesUl .col-md-3 {
    margin: 0 0 10px 0;
}
.slick-track-- {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
span.empty {
    display: block;
    text-align: center;
    font-size: 14px;
}
.category.filter-wapper {
    max-height: 300px;
    overflow-y: scroll;
}
.catalog.filter-wapper {
    max-height: 300px;
    overflow-y: scroll;
}
.color.filter-wapper {
    max-height: 300px;
    overflow-y: scroll;
}
.banner-edit {
    position: absolute;
    bottom: 7px;
    right: 20px;
    color: #000;
    background: #ffffffb0;
    padding: 0px 5px;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
}
.prod_carosal button {
    border: none !important;
    background: none !important;
}
.prod_carosal img.d-block.w-100 {
    width: auto !important; 
    margin: auto;
    object-fit: cover;
}
.prod_carosal video.d-block.w-100 {
    /*width: auto !important;*/
    height: 415px !important;
    margin: auto;
    object-fit: cover;
}
.prod_carosal span.carousel-control-prev-icon {
    background-color: black;
}
.prod_carosal span.carousel-control-next-icon {
    background-color: black;
}
.edit-op {
    text-align: center;
}
a.delete-img.delete-op {
    border: 0;
    background: transparent;
    font-size: 12px;
    margin: 0 5px;
    color: #29060B;
    text-decoration: underline;
}
.ui-sortable-handle {
    cursor: move;
}
.dragProd .col-md-3 {
    cursor: move;
}
button.delt.delProductAutoPresentation {
    position: relative;
    left: 44%;
    /* top: 12%; */
    margin-top: -26px;
}
.collection-box .btns-group-presentation button {
    color: white !important;
}
.collection-box .btns-group button.del.fill-btn {
    color: #000 !important;
}
button.readmore {
    /*float: right;*/
}
.description-text {
    text-align: justify !important;
}
span#cke_1_path {
    display: none;
}
span.email-display {
    /*margin: 0 0 0 55px;*/
    margin: 0px 0 0 18px;
}
.brand-slider button#tab-one {
    /*display: flex;*/
    width: max-content;
}
.brand-slider .slick-track-- {
    display: flex;
}
.video-error {
    position: relative;
    top: 39px;
}
.fit {
    object-fit: contain;
}
.margin-left-item {
    margin-left: 15px !important;
}
.orange-text label {
    color: #F15A24 !important;
}
.carousel-control-prev i.fa.fa-chevron-left {
    color: #000;
    font-size: 20px;
    text-shadow: 1px 0px 0px #fff;
        margin-top: 4px;
}
.carousel-control-next i.fa.fa-chevron-right {
    color: #000;
    font-size: 20px;
    text-shadow: 1px 0px 0px #fff;
}
input.form-control.valid.error {
    color: black !important;
}
li.collectionSelect {
    margin-bottom: 15px;
}
li.collectionSelect img {
    box-shadow: 0px 0px 7px;
}
li.collectionSelect:hover img {
    opacity: 0.4;
}
li.collectionSelect:hover {
    background: #FFD0BF;
    border: 1px solid #F15A24;
}
.logoInputBrand {
    z-index: 99999 !important;
    cursor: pointer !important;
}
.del-scene {
    width: 13% !important;
}
.sceneCount button {
    /*background: red;*/
    /*width: 72%;*/
}
button.del-btn.del-scene svg {
    margin-left: -9px !important;
}
button.del-btn.del-scene {
    padding: 9px 15px !important;
}
.myBtnRow {
    display: flex;
    padding: 2px 0px !important;
    height: 45px;
}
.myBtnRow button.tablinks {
    padding: 6px 10px 7px 10px !important;
}
label.passwordSet::after {
    top: 11px !important;
}
span.dropdown.show.float-left {
    padding-left: 0px;
}
/*span.dropdown.show.float-left span,.colorDash{
    padding: 0 11px !important;
}*/

span.dropdown.show.float-left.col-md-6 {
    height: 17px;
}
.mydropdown {
    border: 1px solid #FFD0BF;
    /*box-shadow: 0px 0px 4px 0px #ffd0bf;*/
}
.mydropdown .dropdown-item:active {
    background-color: #F15A24 !important;
}
.mydropdown .dropdown-item {
    /*border-bottom: 1px solid #FFD0BF;*/
}
.mydropdown .dropdown-item:hover {
    background-color: #F15A24;
    color: #fff;
    /* background-color: #ffd0bf !important; */
}

.mydropdown .dropdown-item.active:hover {
    background-color: #F15A24;  !important;
    color: #fff;
    /*background-color: #ffd0bf !important;*/
}
.sceneCount {
    margin-left: 3px;
    margin-bottom: 5px;
}

span.dropdown-item.product_color_cat{
    cursor: pointer;
}
/*-- Sales page css start here now --*/

.tags-sales {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.tags-sales p {
    font-size: 16px;
    line-height: 19px;
    color: #7A8696;
    margin-right: 20px;
}
.tags-sales button {
    margin-right: 10px !important;
    font-size: 16px;
    line-height: 27px;
}
.search-example input[type="text"] {
    border: 1px solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px;
    font-size: 14px;
    color: #212429;
    margin: 0;
    width: 312px;
}
.search-example {
    position: relative;
    width: 320px;
}
.search-example button {
    position: absolute;
    background: transparent;
    border: 0;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    color: #b7b7b7;
}
.box-shadow-list {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(163, 176, 192, 0.06), 0px 4px 8px rgba(163, 176, 192, 0.16);
    border-radius: 10px;
}
.list-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #F0F3F7;
}
.sales-permissions {
    display: flex;
    align-items: center;
    /*width: 25% !important;*/
}
.sales-people-info {
    display: flex;
    align-items: center;
    width: 50%;
}
.name-email {
    margin-left: 14px;
}
.sales-list {
    margin: 0 0 60px;
}
.name-email p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #212429;
}
.name-email span {
    font-size: 14px;
    line-height: 19px;
    color: #7A8696;
    word-break: break-word;
}
.sales-permissions .remove-btn {
    border: 1px solid #FCE6EB;
    border-radius: 4px;
    background: transparent;
    padding: 7px 11px;
    font-size: 14px;
    line-height: 142%;
    color: #CF2F4C;
    transition: all 0.5s;
}
.sales-permissions p {
    margin: 0 0 0 -2px;
    color: #7A8696;
    /*font-size: 12px;*/
}
.sales-permissions p span {
    display: block;
    font-weight: 600;
    color: #212429;
}
.sales-permissions .remove-btn:hover {
    background: #CF2F4C;
    color: #fff;
}
.sales .sales-list .sales-left-content {
    padding-right: 155px;
}
.invite.box-shadow-list {
    padding: 20px;
    margin-top: 63px;
}
.invite p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 19px;
    color: #212429;
}
.invite input.form-control {
    border: 1px solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px;
    font-size: 14px;
    color: #212429;
    margin: 0 0 20px 0;
}
.invite input.form-control:last-child {
    margin: 0;
}
.invite input.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #A3B0C0;
}
.invite input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: #A3B0C0;
}
.invite input.form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    color: #A3B0C0;
    ;
}
.invite input.form-control:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    color: #A3B0C0;
}
select.select-outline.select-hidden {
    display: none;
}
.select-styled {
    border: 1px solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px;
    font-size: 14px;
    margin: 0 0 20px 0;
    color: #A3B0C0;
}
.select {
    position: relative;
}
ul.select-options {
    display: none;
    background: #fff;
    box-shadow: 0px 2px 4px rgb(163 176 192 / 6%), 0px 4px 8px rgb(163 176 192 / 16%);
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.select-options li:first-child {
    display: none;
}
.select-options li {
    font-size: 15px;
    color: #7A8696;
    margin-bottom: 15px;
    cursor: pointer;
}
.select-options li:last-child {
    margin-bottom: 0;
}
span.live-sessions {
    display: flex;
    margin-top: 12px;
    align-items: center;
}
span.live-sessions svg {
    margin-left: 3px;
}
.sales-permissions .dropdown button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: #7A8696;
}
.sales-permissions .dropdown button::after {
    display: none;
}
.sales-permissions .dropdown {
    margin-left: 13px;
}
ul.dropdown-menu {
    box-shadow: 0px 8px 16px 2px rgba(163, 176, 192, 0.06), 0px 16px 32px 2px rgba(100, 102, 102, 0.12);
    border-radius: 10px;
    width: 290px;
    padding: 12px;
}
.sales-permissions .dropdown label {
    font-size: 14px;
    color: #7A8696;
    margin-left: 8px;
}
.sales-permissions .dropdown li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    position: relative;
}
.dropdown-invite-people span {
    position: relative;
}
.sales-permissions .dropdown li:last-child {
    margin-bottom: 0;
}
.sales-permissions .dropdown input, .dropdown-invite-people .check {
    width: 22px;
    height: 22px;
    opacity: 0;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.dropdown-invite-people input {
    /*width: 22px;*/
    height: 22px;
    /*opacity: 0;*/
    position: relative;
    z-index: 999;
    cursor: pointer;
}
/*.dropdown-invite-people input[type="checkbox"]:checked + label:after, .dropdown-invite-people input[type="checkbox"]:checked + label:after {
    background: #F15A24;
    border-color: #F15A24;
}*/

.sales-permissions .dropdown label::after, .dropdown-invite-people .innerLabel::after, .salesList label::after {
    background: #fff;
    border: 1px solid #CED6E0;
    box-sizing: border-box;
    border-radius: 0;
    width: 22px;
    height: 22px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}
.sales-permissions .dropdown label:before, .dropdown-invite-people label:before, .salesList label:before {
    content: " ";
    display: block;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 99;
    opacity: 0;
}
.salesList input[type="checkbox"]:checked+label:before, .brandsList input[type="checkbox"]:checked+label:before, .sales-permissions .dropdown input[type="checkbox"]:checked+label:before {
    opacity: 1;
}
.sales-permissions .dropdown input[type="checkbox"]:checked+label:after, .dropdown-invite-people input[type="checkbox"]:checked+label:after, .brandsList input[type="checkbox"]:checked+label:after, .salesList input[type="checkbox"]:checked+label:after {
    background: #F15A24;
    border-color: #F15A24;
}
.invite-seller button.ol-btn {
    margin: 30px 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invite-seller button.ol-btn svg rect {
    fill: #F15A24;
}
.invite-seller button.ol-btn:hover svg rect {
    fill: #fff;
}
.invite-seller button.ol-btn svg {
    margin-left: 10px;
    width: 10px;
    height: 10px;
}
.sales-list .col-md-8, .sales-list .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}
.sales-people {
    margin-bottom: 0px !important;
}
form.search-example.mb {
    display: none;
}
/*-- Sales page css end here now --*/

/*-- requests page css start here now --*/

.sales-permissions button {
    height: 37px;
}
.sales-permissions button.fill-btn {
    margin-right: 10px;
}
.requests .sales-permissions p {
    margin: 0 23px 0 0;
    font-size: 12px;
    width: 118px;
}
.requests h5.heading {
    font-weight: 600;
    font-size: 12px;
    color: #F15A24;
    padding: 5px 10px;
    border-bottom: 1px solid #F7A588;
}
.requests h5.heading.seen {
    background: #F7FAFC;
    border-color: #CED6E0;
    color: #A3B0C0;
}
/*-- requests page css end here now --*/

.hdng-list {
    padding: 15px 20px;
    border-bottom: 1px solid #F15A24;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    color: #F15A24;
}
/* .hdng-list .sales-people-info {
    width: 48%;
    display: inline-block;
    vertical-align: top;
} */

/* .hdng-list .brands-info {
    display: inline-block;
    width: 31%;
    vertical-align: top;
} */

/* .hdng-list .sales-permissions {
    display: inline-block;
    width: 19%;
    vertical-align: top;
} */

.dropdown-invite-people p label {
    display: inline-block;
    vertical-align: top;
}
.dropdown-invite-people p {
    margin-bottom: 4px;
}
.right-top-btns a.ol-btn {
    border-color: #CED6E0 !important;
    color: #000 !important;
}
.Create-livesession .catalog-form {
    max-width: unset;
    width: 58.3%;
}
.Create-livesession .catalog-form textarea {
    height: 60px;
}
.Create-livesession .catalog-form small {
    margin-bottom: 15px !important;
}
.Create-livesession .catalog-form .duration-time select {
    width: 49%;
    vertical-align: top;
}
.present-btn button {
    width: 100%;
    background: none;
    border: solid 1px;
    border-color: #CED6E0 !important;
    color: #000 !important;
    padding: 12px 5px;
    border-radius: 4px;
}
.retailers-list .brands-info {
    width: auto;
}
.retailers-list .sales-people-info {
    width: 50%;
}
.retailers-list .sales-permissions {
    float: right;
    width: auto;
}
span.overlay-btn.click-show {
    display: inline-block;
    position: absolute;
    /*top: 41px;*/
    width: 100%;
    /*height: 42px;*/
}
.dropdown-invite-people {
    /*position: absolute;*/
    background: #fff;
    width: 100%;
    padding: 13px 20px 12px 18px;
    box-shadow: 0px 5px 14px #00000026;
    border-radius: 6px;
    display: none;
}
.dropdown-invite-people span label {
    display: inline-block;
    color: #212429;
    vertical-align: top;
    font-weight: 500;
}
.dropdown-invite-people span {
    width: 97%;
    display: inline-block;
}
.list-layout .brands-info {
    color: #212429;
    width: 25%;
}
.hdng-list .brands-info {
    color: #F15A24;
    margin-right: 0px !important;
    width: 25%;
}
.rqust-pg-hdng {
    padding-left: 82px;
}
.hdng-alignment {
    margin-right: 0px;
    width: 25%;
}
.sls-ppl-list .list-layout .brands-info {
    margin-right: 0px;
}
.sls-ppl-list .sales-permissions ul li label {
    font-weight: 400;
    color: #212429;
}
.m-top-5 {
    margin-top: -5px;
}
.note-msg {
    font-size: 14px;
    margin-top: 20px;
    border: solid 1px #efefef;
    padding: 20px;
    color: #212429;
    border-radius: 4px;
}
.passwrd-eye {
    position: absolute;
    right: 12px;
    top: 30px;
}
.invite .select-styled {
    display: none;
}
.invite .select2-results__options {
    display: none;
}
.brandsList {
    max-height: 250px;
    overflow-y: scroll;
}
.sales-people-info img {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    object-fit: cover;
    min-width: 48px;
}
.myBrandColor span.select2-selection__rendered, .about-product span.select2-selection__rendered {
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 16px;
    color: #212429;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 11px;
    width: 100%;
}
span.select2-dropdown.select2-dropdown--below {
    margin-top: -25px;
}
.myBrandColor .select2-container--default .select2-selection--single .select2-selection__arrow, .about-product .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}
.myBrandColor .select2-container--default .select2-selection--single, .about-product .select2-container--default .select2-selection--single {
    background-color: unset;
    border: unset;
    border-radius: unset;
}
.noRecord {
    text-align: center;
    padding: 20px;
}
.myDdFilter .select-styled {
    display: none;
}
.myDdFilter .select2-container--default .select2-selection--single {
    height: 45px;
    padding: 8px 0px 0px 0px;
}
.myDdFilter .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}
input.form-control.presTitle {
    max-width: 300px;
    width: 100%;
    margin: 0 7px 0px 9px;
}
.upper-section .btn-group {
    /*max-width: 38%;*/
    width: 100%;
    justify-content: end;
}

.prod-cont h5 {
    margin: 0 0 10px 15px;
}
/*-- lookbook page css start here now --*/

.lookbook-banner {
    position: relative;
}
.banner-image img {
    width: 100%;
    /*height: 250px;*/
    object-fit: cover;
}
.look-banner-cont a {
    font-size: 14px;
    color: #050505;
    background: #ffffffa6;
    padding: 6px 15px;
    border-radius: 3px;
}
.look-banner-cont h3 {
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    margin: 0 auto;
}
.look-banner-cont {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 48px 20px;
    align-items: center;
}
.look-inner {
    padding: 50px 20px 50px 20px;
}
.brand-description h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 21px;
}
.description p {
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #7A8696;
}
.logo-chanel li {
    font-size: 18px;
    line-height: 23px;
    font-family: 'Mulish', sans-serif !important;
    color: #212429;
    text-transform: capitalize;
}
.logo-chanel li:last-child {
    margin-left: 20px;
}
.logo-chanel {
    margin-top: 46px;
}
.brand-description {
    margin-bottom: 50px;
}
.look-images-boxs img {
    width: 100%;
    cursor: zoom-in;
}
.look-images-boxs .lookbookImgs img {
    object-fit: cover;
}
.lookbook-sider .swiper {
    width: 100%;
    height: 100%;
}
.lookbook-sider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.lookbook-sider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lookbook-sider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.lookbook-sider .swiper-slide {
    background-size: cover;
    background-position: center;
}
.lookbook-sider .lookbook-swiper2 {
    height: 80%;
    width: 100%;
}
.lookbook-sider .lookbook-swiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.lookbook-sider .lookbook-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.lookbook-sider .lookbook-swiper .swiper-slide-thumb-active {
    opacity: 1;
}
.lookbook-sider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lookbook-sider {
    padding-top: 60px;
}
.gallery-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 0;
    border: 0.5px solid #b9b9b9;
}
.gallery-img {
    margin-bottom: 15px;
}
.lookbook-gallery {
    margin-top: 50px;
}
/*-- lookbook page css end here now --*/

.swiper-slide {
    max-height: 460px;
}
.pdfEm {
    position: relative;
    /*left: 17%;*/
}
.swiper-slide.my-swiper-slide {
    height: 122px !important;
}
.text-justify {
    text-align: justify;
}
.default-cursor {
    cursor: default;
}
/*full calender css*/

.fc-daygrid-event, .fc-timegrid-event {
    background: #ffd0bf !important;
    display: block !important;
    border-color: #F15A24 !important;
    overflow: hidden;
}
.fc-timegrid-event .fc-event-main p {
    word-break: break-word;
}
#desModal .modal-body.myModalBody {
    word-break: break-word;
}
.dayHead {
    color: #F15A24 !important;
}
.weekDay {
    color: #F15A24 !important;
    font-weight: 800;
}
.fc-daygrid .weekDay {
    display: none !important;
}
.fc-daygrid-day-number {
    color: black !important;
}
.name-email {}
.fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-today-button, .fc-listWeek-button {
    background: #F15A24 !important;
    padding: 7px 11px !important;
    margin: 2px !important;
    font-size: 14px !important;
    color: #fff !important;
    border-radius: 4px !important;
    letter-spacing: 0.5px !important;
    border: 1px solid #F15A24 !important;
    transition: all 0.5s !important;
}
.fc-button-active {
    background: #FFD0BF !important;
    color: #F15A24 !important;
    font-weight: bold !important;
}
.fc-toolbar-title {
    /*color: #F15A24 !important;*/
}
.fc-prev-button, .fc-next-button {
    background: white !important;
    color: #F15A24 !important;
    border: 1px solid #F15A24 !important;
}
#sessionPopup .modal-dialog {
    /* margin-right: -15px !important; */
    margin-right: 0% !important;
    margin-top: 0px !important;
    max-width: 20% !important;
    height: 100% !important;
}
#sessionPopup.modal-title {
    text-align: left !important;
}
#sessionPopup h5#exampleModalLongTitle {
    /*padding-top: 16px;*/
}
.sales-content-page .tags-sales .search-example, .retailer-content-page .tags-sales .search-example {
    width: 60%;
    margin-right: 10px;
	margin-bottom: 20px;
}

.myDdFilter .search-example,.myDdFilter .select2-container{
   
    margin-bottom: 0px !important;
}
.sales-content-page .tags-sales .search-example input.searchInvitation, .retailer-content-page .tags-sales .search-example input.searchInvitationRetail {
    width: 100%;
}
.retailer-content-page .tags-sales .search-example input.searchInvitationRetail {
    padding-right: 48px;
}
.sales-content-page .tags-sales .search-example input.searchInvitation {
    padding-right: 48px;
}
.sales-content-page .invite-seller span.select2.select2-container.select2-container--default, .retailer-content-page .invite-seller span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.sales-content-page .sls-ppl-list .sales-people-info .name-email span {
    word-break: break-all;
}
.sales-content-page .brands-info.sales-pg-hdng {
    margin-left: 0%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #b5b4b4 transparent transparent transparent !important;
    border-width: 7px 8px 1px 8px !important;
    border-radius: 8px !important;
}
.select2-container--default .select2-selection--single.select2-container--default .select2-selection--single {
    padding: 7px 11px !important;
    font-size: 14px;
    height: 42px !important;
}
.present-btn .select2-container .select2-selection--single {
    height: 42px;
    padding: 7px 6px;
}
.present-btn .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212429 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    right: 14px !important;
}
#sessionPopup td {
    font-size: 15px;
    line-height: normal;
    /* font-weight: 600; */
    padding: 15px 11px 15px 11px;
    border-bottom: 1px solid rgb(204 204 204 / 75%);
}
#sessionPopup td b {
    color: #212429;
    word-break: break-word;
}
#sessionPopup .modal-content {
    max-width: 300px;
    right: 0;
    padding: 0px 0px 15px;
    margin: 0px auto;
}
#sessionPopup .modal-body {
    padding: 0 !important;
}
#sessionPopup .modal-body {
    margin-bottom: 35px;
}
#sessionPopup .fill-btn {
    padding: 10px;
    font-size: 15px;
    max-width: 276px;
    margin: 0px auto 7px;
    width: 100%;
}
#sessionPopup .lt-btn {
    padding: 10px;
    font-size: 15px;
    max-width: 276px;
    margin: 0px auto 7px;
    width: 100%;
}
#sessionPopup .session-btns {
    text-align: center;
}
.carousel-item iframe {
    height: 415px !important;
}
.carousel-item video {
    height: 465px;
/*    object-fit: cover;*/
}
.product-list.appendProduct.ui-sortable .carousel-item video {
    height: 465px;
/*    object-fit: cover;*/
}
div#vidwrap_active_2796 {
    height: 465px !important;
}
.carousel-item #vidwrap_active_344 {
    height: 465px !important;
}

span.productselected.ui-sortable-handle {
    display: block;
    margin: 0px 0px 15px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus-visible {
    outline: none !important;
}
.side-bar .menu-bar .nav-item.active a.nav-link {
    color: #F15A24;
}
.side-bar .menu-bar .nav-item.active path {
    fill: #F15A24 !important;
}
.fc-list-event-title p {
    color: black !important;
    text-align: unset !important;
}
tr.fc-list-event.fc-event {
    cursor: pointer !important;
}
a.changeOrg {
    font-size: 13px !important;
    color: #F15A24;
}
.changeOrgOption {
    display: none;
    position: absolute;
    background: white;
    z-index: 9999;
    width: 100%;
}
.orgOpt:hover {
    color: #F15A24;
}
.videoPlay i.fa.fa-play, .vidwrapYt i.fa.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #6e6e6e !important;
    font-size: 21px;
    text-shadow: 1px 0px 0px #fff;
    opacity: 1;
    background: white;
    padding: 9px 9px 9px 15px;
    border-radius: 100%;
    border: 2px solid #707070;
    z-index: 0;
}
.pdfEm {
    position: relative;
    /*left: 17%;*/
    min-height: 800px !important;
    /* height: 800px; */
    /*max-width: 800px !important;*/
    width: 100%;
}
body {
    background-color: white !important;
}
embed {
    position: relative !important;
}
#fullImage .close {
    float: right !important;
    text-align: right;
    padding: 0px 15px 0px 0px;
}
#fullImage .modal-dialog {
    max-width: 700px !important;
}
#fullImage .modal-body img {
    width: 100% !important;
}
.prod-cont .appendProduct .product-item p, .prod-cont .appendProduct .product-item span {
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}
.dropdown-menu span {
    overflow: auto !important;
}
.prod-cont .appendProduct .product-item {
    min-height: 645px !important;
    vertical-align: top !important;
}
html body span.select2-dropdown.select2-dropdown--below {
    border-top: 0 !important;
    /*border-bottom: 0 !important;*/
}
.side-bar .menu-bar .nav-item {
    padding: 19px 0;
}
.side-bar .menu-bar .nav-item:first-child {
    padding-top: 0;
}
.brandImageLB {
    object-fit: cover;
    width: 60%;
    height: auto;
}
.sales-list.Create-livesession .catalog-form .duration-time select {
    width: 49%;
    float: left;
    margin-bottom: 13px;
}
.sales-list.Create-livesession .catalog-form .select2 {
    /*width: 100% !important;*/
}
.sales-list.Create-livesession .catalog-form .duration-time, .sales-list.Create-livesession .catalog-form .custom-cs-pres {
    position: relative;
}
.sales-list.Create-livesession .catalog-form .duration-time label.error {
    position: absolute;
    bottom: 4px;
}
.sales-list.Create-livesession .catalog-form .duration-time select:last-of-type {
    margin-left: 1%;
}
.sales-list.Create-livesession .catalog-form .duration-time select::after {
    content: " ";
    position: absolute;
    top: 41px;
    right: 12px;
    background: url(../images/vector-2.png) no-repeat;
    background-position: center;
    width: 7px;
    height: 6px;
}
.sales-list.Create-livesession .catalog-form .custom-cs-pres label.error {
    position: absolute;
    bottom: -3px;
}
.look-banner-cont h3 {
    text-shadow: 3px 0px 5px black;
}
.pagination a {
    color: #F15A24;
}
.timeZoneDD span.select2-selection.select2-selection--single {
    padding: 8px 0px 32px;
}
.product-item .row.mt-2 {
/*    height: 13px;*/
}
.seller-pro h4 a {
    background: #f15a24;
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 3px;
    float: right;
    margin: -10px 0 0 0;
}
.hidden {
    display: none !important;
}
.discEdit i.fa.fa-pencil {
    margin-left: 10px;
    color: #F15A24;
}
.actionBtn {
    margin-left: 10px;
}
.float-right {
    /* float: right !important; */
}
.lookbookPP .modal-dialog .modal-content {
    margin-bottom: 35px;
}
.lookbookPP .modal-dialog {
    max-width: 86% !important;
    margin-right: 0px !important;
}
a.delt.regionDelete.colorDelete.col-md-1 {
    position: relative;
    top: 18px;
    color: red;
}
a.delt.regionDeleteFromDb.colorDelete.col-md-1 {
    position: relative;
    top: 18px;
    color: red;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.morelink {
    color: #F15A24;
}
.delete-btn a {
    color: #CF2F4C;
}
.delete-btn a:hover {
    color: White;
}
.nameClick {
    color: unset !important;
}
.nameClick:hover {
    color: #F15A24 !important;
}
.anArrow {
    margin-left: 19px;
}
button.productImportClose {
    border: none;
    background: no-repeat;
    font-size: 24px;
}
.product .right-side {
    padding: 40px 87px 93px 95px;
    background: #F0F3F7;
    display: flex;
    width: 100%;
}
/*.product .proboximg {
    margin-right: 50px;
    width: 302px;
}*/

.proboximg .item.slick-slide {
    padding: 0 2px;
}
.proboximg img {
    width: 100%;
    min-height: 100%;
    /*cursor: zoom-in;*/
}
.slick-current img {
    cursor: zoom-in;
}
.slider-nav .item.slick-slide {
    margin: 2px;
    /*height: 73px;*/
    height: 120px;
}
.slider-nav .thumb {
    height: 100%;
}
.slider-nav .item img {
    /*object-fit: cover;*/
}
.slider-for .videoPlay i.fa.fa-play, .slider-for .vidwrapYt i.fa.fa-play {
    position: relative !important;
}
i.fa.fa-play {
    z-index: 999999;
}
/*dropdown*/

.dropbtn {
    background-color: #3498DB;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    bottom: 20px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown a:hover {
    background-color: #ddd;
}
.show {
    display: block;
}
.slider-for .vdoPlay {
    height: 100%;
/*    object-fit: cover;*/
    height: 390px;
}
.slider-for iframe {
    height: 100%;
}
.slider-for .item.slick-slide {
    margin: 0px 0px;
    width: unset;
}
.prdDetailTitle {
    margin: 23px;
}
.prdDetailTitle .create {
    top: -6px;
    position: relative;
}
.item.slick-slide {
    cursor: pointer;
}
.Discount {
    width: 20%;
    height: 25px;
}
.outerLabel {
    font-weight: bold !important;
}
.discountRate {
    width: 40%;
    /*display: flex;*/
}
.discEdit {
    float: right !important;
}
.firstTd {
    min-width: 39px !important;
}
.filterDD {
    float: right !important;
}
.new-filters {
    display: flex;
    float: right;
}
/**Search Page CSS**/

.content.search .search-leftbar .search-example {
    width: auto;
}
.search-page .content.search .search-leftbar {
    width: 100%;
    border-right: 1px solid #F0F3F7;
    padding: 3px 40px 40px 40px;
    float: left;
    background: #fbfdfe;
    max-width: 345px;
    display: inline-block;
}
.search-page .content.search .title-header {
    padding: 58px 0 0px;
    margin-bottom: 12px;
    background: transparent;
}
.search-page span.cross {
    position: absolute;
    right: 38px;
    border-right: 1px solid #ccc;
    padding: 0px 14px 0px;
    top: 10px;
}
.search-page .content.search .search-example button i {
    color: #F15A24;
    font-size: 17px;
}
.select-product {
    margin-top: 35px;
}
.search-product .form-group input[type="checkbox"] {
    position: absolute;
    width: 21px;
    z-index: 99;
    height: 21px;
    opacity: 0;
    left: 0px;
}
.search-product .form-group {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}
.search-product .form-group span {
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #CED6E0;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 2px -1px rgb(74 74 104 / 10%);
    border-radius: 5px;
    position: relative;
}
.search-product .form-group input[type="checkbox"]:checked+span:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    right: 0;
    background-repeat: no-repeat;
    top: 0;
    content: "\f00c" !important;
    font-family: FontAwesome;
    color: #fff;
    font-weight: 100;
    font-size: 11px;
    background: #F15A24;
    border-radius: 5px;
    text-align: center;
    line-height: normal;
    padding-top: 5px;
}
.search-product .form-group label {
    display: inline;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
    vertical-align: top;
    color: #7A8696;
    padding-left: 10px;
}
.search-leftbar h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 142%;
    color: #212429;
    margin-bottom: 14px;
}
.search_result {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.search_result label {
    background: #e94707;
    border-radius: 4px;
    padding: 3px 8px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 142%;
}
label.feminine {
    background: #f15812;
}
label.cute {
    background: #f27b15;
}
.search_result label span svg {
    margin-left: 6px;
}
.search_result label span svg path {
    fill: #fff;
}
.submit_btns {
    margin-top: 18px;
}
.submit_btns {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.submit_btns button {
    width: 97%;
    padding: 12px 28px;
    border: 1px solid #F15A24;
    background: #fff;
    border-radius: 4px;
    color: #F15A24;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 129.4%;
    transition: all 0.3s;
}
.submit_btns button:hover {
    color: #fff;
    background: #F15A24;
}
button.active {
    background: #F15A24;
    color: #fff;
    margin-left: 8px;
}
.submit_btns button.active:hover {
    color: #F15A24;
    background: #fff;
}
.search-rightbar {
    width: calc(100% - 345px);
    display: inline-block;
    padding-top: 53px;
    padding-left: 33px;
    padding-right: 33px;
}
.search-rightbar select {
    border: inherit;
    background: transparent;
    margin: 0px !important;
    width: 100%;
    display: inline-block;
    padding: 0px 35px 0px 8px;
}
.search-rightbar .form-group {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
}
.search-rightbar select {
    width: auto;
    border: inherit;
    background: transparent;
    margin: 0px !important;
}
.select_field {
    position: relative;
}
.select_field:after {
    content: "";
    width: 18px;
    height: 12px;
    display: inline-block;
    position: absolute;
    background-image: url(../images/sort-icon.svg);
    right: 12px;
    top: 15px;
    pointer-events: none;
}
.select_field:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    right: -13px;
    position: absolute;
    background-image: url(../images/sort-icons.png);
    background-repeat: no-repeat;
    top: 19px;
    background-size: auto;
    pointer-events: none;
}
.request-access-section {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(163 176 192 / 6%), 0px 4px 8px rgb(163 176 192 / 16%);
    border-radius: 10px;
    padding: 25px 26px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.request_btn {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.brandBox .request-access {
    /*width: calc(100% - 177px);*/
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.request-access {
    width: calc(100% - 220px);
    display: inline-block;
    vertical-align: middle;
}
.myBB .request-access {
    width: unset !important;
    display: inline-block;
    vertical-align: middle;
}
.request-access label {
    width: 85px;
    height: 85px;
    text-align: center;
    background: #FFD0BF;
    border: 1px solid #F15A24;
    box-sizing: border-box;
    border-radius: 50%;
    padding-top: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #F15A24;
    display: inline-block;
    vertical-align: middle;
}
.company_section {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}
.company_section h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    color: #212429;
    margin-bottom: 0px;
}
.company_section span {
    width: 100%;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 142%;
    color: #7A8696;
}
.tags a {
    text-transform: capitalize;
    letter-spacing: 0.0168em;
    text-decoration-line: underline;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 142%;
    margin-right: 11px;
    color: #F15A24;
}
.request_btn a {
    background: #F15A24;
    border-radius: 4px;
    padding: 12px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 129.4%;
    color: #fff;
    border: 1px solid #F15A24;
    transition: all 0.3s;
}
.request_btn a:hover {
    background: #fff;
    color: #F15A24;
    border-color: #F15A24;
}
.search-page {
    color: #7A8696;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #F7FAFC !important;
}
/*.search-page .search-example input[type="text"] {
    border: 1px  solid #A3B0C0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 11px;
    font-size: 14px;
    color: #212429;
    margin: 0;
    width: 312px;
}*/

.content.search .search-leftbar .search-example input {
    width: 100% !important;
    background: transparent;
}
.search-product {
    max-height: 350px;
    overflow-y: scroll;
}
.moveTocoll:hover {
    background: #FFD0BF;
    color: #F15A24;
}
.logtbl {
    display: unset;
}
/**Search Page CSS**/

.timeZonetdPP span.select2.select2-container.select2-container--default {
    width: 100% !important;
    display: none;
}
.timeZonetdPP span.select2-selection.select2-selection--single {
    height: 35px;
}
.timeZonetdPP .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}
.font-weight-bold {
    font-weight: bold !important;
    font-family: 'Mulish', sans-serif;
}
.brands-info p {
    /*font-size: 16px;*/
}
/*designing tam css 28-2-2022*/

/*===============================================================================================*/

/*-- Header css start here --*/


.product-cont .boxs {

    width: 100%;
}
.product-cont .btn-product-csv {
    margin: 0px 0 10px auto !important;
    width: 100%;
    max-width: 132px;
    display: inline-block;
}
header.site-header {
    padding: 15px 0;
    box-shadow: 0px 1px 2px rgb(121 134 150 / 3%), 0px 2px 4px rgb(163 176 192 / 16%);
    position: relative;
    background: #000;
    z-index: 99;
}
.header-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-logo img {
    width: 100%;
    max-width: 115px;
}
.livesession nav.navbar.navbar-expand-lg {
    padding: 0;
    align-items: center;
}
.livesession div#navbarSupportedContent {
    padding: 0 !important;
}
.livesession nav a.nav-link {
    padding: 0 16px !important;
    font-size: 16px;
    color: #7A8696;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}
nav a.nav-link:hover {
    color: #F15A24;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-toggle::after {
    content: "";
    border: 0px;
    background: url(../images/arrow-down-2.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 10px;
    height: 5px;
    margin-left: 14px;
}
.login-header .nav-item.dropdown img {
    margin-right: 8px;
}
.login-header nav a.nav-link {
    padding: 0 20px !important;
}
.dropdown-menu {
    /* background: #ffcda4; */
    border: 1px solid #F0F3F7;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgb(163 176 192 / 6%), 0px 8px 16px rgb(163 176 192 / 16%);
    border-radius: 5px;
    padding: 0;
    width: 100%;
    left: 0;
    margin-top: 0px
}
a.dropdown-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #7A8696;
    font-family: 'Lato', sans-serif;
    padding: 13.5px 11px;
    transition: all 0.5s;
}
a.dropdown-item svg {
    width: 19px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
a.dropdown-item svg g {
    fill: #7A8696;
}
a.dropdown-item:hover svg g {
    fill: #F15A24;
}
a.dropdown-item:hover {
    background: #FFD0BF;
    color: #F15A24;
}
input.search-input {
    width: 100%;
    border: 0;
}
form.search {
    width: 100%;
    max-width: 114px;
    display: flex;
    align-items: center;
}
input.search-input::-webkit-input-placeholder {
    color: #7A8696;
}
input.search-input:-ms-input-placeholder {
    color: #7A8696;
}
input.search-input::placeholder {
    color: #7A8696;
}
button.search-icon {
    background: transparent;
    border: 0;
    margin-right: 5px;
}
.nav-link.dropdown-toggle.active span {
    position: relative;
}
.nav-link.dropdown-toggle.active span::before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 9px;
    background: #0F73FF;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
button#side-toggle {
    display: none;
}
button.profile {
    background: transparent;
    border: 0;
    display: none;
}
.header-menu li .mobile-view {
    display: none;
}
/*-- Header css end here --*/

/*-- Livesession Header css end here --*/

.livesession header.site-header {
    position: relative;
    z-index: 99;
    padding: 0px 0;
}
.livesession .login-header {
    padding: 10px 0;
    position: relative;
    z-index: 99;
    background: #212429;
    box-shadow: 0px 1px 2px rgb(121 134 150 / 3%), 0px 2px 4px rgb(163 176 192 / 16%);
}
.search-section {
    position: relative;
    max-width: 115px;
}
.search-section span {
    position: absolute;
    top: 5px;
}
.search-section input {
    background: transparent;
    border: none;
    padding: 5px 10px 5px 33px;
    width: 100%;
    font-size: 16px;
    color: #7A8696;
}
.search-section input::placeholder {
    color: #7A8696;
}
.session_header {
    padding: 18px 0px;
    background: #444b55;
}
.id_section {
    width: calc(100% - 325px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.end_session {
    width: 330px;
    display: flex;
    vertical-align: middle;
    text-align: right;
    justify-content: end;
    align-items: center;
}
.livesession button.new-btn {
    border-radius: 4px;
    padding: 7px 8px;
    border: none;
    margin-left: 11px;
    font-weight: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 142%;
    border: 1px solid transparent;
}
.livesession button.new-btn:hover {
    background: transparent;
    border-color: #fff;
}
.our_sessions {
    margin-left: 12px;
}
.our_sessions button {
    padding: 7px 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 142%;
    color: #fff;
}
.confirm_id h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin: 0px;
}
.confirm_id h3 a {
    color: #fff;
}
.confirm_id h3 span {
    font-weight: normal;
    letter-spacing: -0.015em;
    color: #CED6E0;
    padding-left: 15px;
}
.our_sessions .nav-tabs .nav-link {
    margin-bottom: 0;
    border: 1px solid rgba(33, 36, 41, 0.2);
    border-radius: 4px;
    margin: 0px -3px;
    background: #3d434c;
    ;
}
.our_sessions .nav-tabs {
    border-bottom: inherit;
}
.our_sessions .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #CF2F4C;
    border-color: transparent;
    position: relative;
    z-index: 999;
}
button.new-btn.end {
    padding: 7px 25px;
    font-style: normal;
    background: #CF2F4C;
    color: #fff;
}
.our_users span {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    padding-left: 9px;
}
.our_users {
    margin-right: 27px;
}
.our_sessions .nav-tabs .nav-link img {
    margin-left: 7px;
}
/*-- Livesession Header css end here --*/

/*-- Our Section css end here --*/

.presentation_section {
    display: flex;
    flex-wrap: wrap;
    background: #212429;
    padding: 3px 0px;
    overflow: hidden;
}
.select_section {
    width: 335px;
    padding-left: 5px;
}
.our_presentation {
    width: calc(100% - 340px);
    overflow: hidden;
    position: relative;
}
.tab-pane img {
    width: 100%;
}
.our_presentation .swiper {
    width: 100%;
    height: 100%;
}
.our_presentation .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.our_presentation .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our_presentation .swiper {
    width: 99.5%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.our_presentation .swiper-slide {
    background-size: cover;
    background-position: center;
}
.our_presentation .mySwiper2 {
    height: 625px;
    width: 100%;
}
.our_presentation .v-mySwiper2 {
    height: 615px !important;
    width: 100%;
}
.our_presentation .mySwiper {
    height: 20%;
    box-sizing: border-box;
    background: #F0F3F7;
    margin-top: 6px;
}
.our_presentation .v-mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 5px 0px!important;
    background: #F0F3F7;
    margin-top: 6px;
}
.our_presentation .swiper-slide.swiper-slide-next.swiper-slide-thumb-active {
    border: 3px solid #F17E54;
}
.our_presentation .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    height: 186px;
}
.our_presentation .v-mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    height: 186px;
}
.our_presentation .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.our_presentation .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    opacity: 1;
}
.our_presentation .swiper-button-next:after {
    content: none;
}
.our_presentation .swiper-button-prev:after {
    content: none;
}
.our_presentation .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: revert;
}
.our_presentation .swiper-button-next {
    width: 50px;
    height: 50px;
    transform: rotateZ( 180deg);
}
.our_presentation .mySwiper2 swiper-slide img {
    height: 540px;
}
.our_presentation .v-mySwiper2 swiper-slide img {
    height: 540px;
}
.our_presentation .swiper-button-prev {
    width: 50px;
    height: 50px;
}
.img-text {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: #F0F3F7;
    bottom: 0px;
    padding: 5px;
    border: 1px solid #909090;
}
.img-text h6 {
    margin: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #212429;
}
.images_slider img {
    width: 100%;
}
.select_section .swiper-button-next:after {
    content: none !important;
    display: none;
}
.select_section .swiper-button-prev:after {
    content: none !important;
    display: none;
}
.select_section .swiper-button-next {
    right: 35px;
    transform: rotateZ( 360deg);
}
.select_section .swiper-button-prev {
    left: 35px;
    opacity: 1;
    transform: rotateZ( 180deg);
}
.select_section .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}
.slider_btn {
    position: absolute;
    bottom: 56px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 999;
}
.select_slide {
    position: relative;
}
.describe_product {
    background: #fff;
    /*padding: 10px 16px;*/
    /*changed padding for shaking issue*/
    padding: 10px 8px;
}
.describe_product h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    justify-content: space-between;
    color: #7A8696;
    margin: 0px;
}
.describe_product h3 span {
    color: #212429;
}
.product-details {
    margin-top: 10px;
}
.descrition {
    width: 100%;
    display: inline-block;
    margin: 5px 0px;
}
.descrition label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 142%;
    color: #7A8696;
    width: 40px;
    vertical-align: top;
}
.descrition p {
    width: calc(100% - 45px);
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 142%;
    color: #000000;
    vertical-align: top;
}
.color_section {
    padding: 0px 10px;
    width: 100%;
    display: inline-block;
}
.descrition.show-more {
    margin-top: 10px;
}
.descrition.show-more label {
    width: 75px;
    vertical-align: top;
}
.descrition.show-more p {
    width: calc(100% - 80px);
    vertical-align: top;
}
button.cart-btn {
    padding: 13px;
    width: 100%;
    border: 1px solid transparent;
    margin-top: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 129.4%;
    color: #fff;
    background: #F15A24;
    border-radius: 4px;
    letter-spacing: 0.03em;
}
button.cart-btn:hover {
    background: transparent;
    border-color: #F15A24;
    color: #F15A24;
}
button.cart-btn:hover svg path {
    fill: #F15A24;
}
.select-color {
    display: inline-block;
    flex-wrap: wrap;
    width: calc(100% - 45px);
    padding:  0 10px;
}
.select-color .form-group {
    position: relative;
    width: 100%;
    max-width: 31.333%;
    display: inline-block;
    margin-bottom: 6px;
}
.color_section label {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 12px;
    line-height: 142%;
}
.select-color .form-group input[type="checkbox"] {
    position: absolute;
    width: 100%;
    z-index: 99;
    height: 100%;
    opacity: 0;
    font-size: 14px;
}
.checked-color {
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 10px;
    padding: 3px 4px;
}
.checked-color span {
    /*width: 10px;*/
    /*height: 10px;*/
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 4px;
    background: white;
}
.checked-color p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 142%;
    /*margin-left: 4px;*/
    color: #212429;
    padding: 0px 5px;
    word-break: break-all;
}
.select-color .form-group input[type="checkbox"]:checked+.checked-color {
    background: #FFD0BF;
}
.select-color .form-group input[type="checkbox"]:checked+.checked-color:before {
    position: absolute;
    width: 16px;
    /*height: 20px;*/
    right: -4px;
    background-repeat: no-repeat;
    /*top: 5px;*/
    content: "\f00c" !important;
    font-family: FontAwesome;
    color: #F15A24;
    font-weight: 100;
    font-size: 9px;
    margin-right: -3px;
}
.descrition.show-more a {
    color: #F15A24;
}
.scene_section {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
}
.scene_section button {
    padding: 9px 13px;
    border: inherit;
    background: #FFD0BF;
    text-align: center;
    border-radius: 4px;
}
button.scene-btn-right img {
    transform: rotateZ(180deg);
}
.scene_section span {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 129.4%;
    color: #212429;
}
/*-- Our Section css end here --*/

/*-- sidebar css start here --*/

.side-bar .menu-bar .nav-item {
    padding: 19px 0;
}
.page-content {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.side-bar::-webkit-scrollbar {
    width: 4px;
}
.side-bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.side-bar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.side-logo {
    padding: 17px 25px;
    border-bottom: 1px solid #7A8696;
    text-align: center;
}
.side-logo a img {
    width: 100%;
    max-width: 100%;
}
.menu-bar {
    padding: 33px 20px;
}
button.bar-toggle {
    background: rgba(122, 134, 150, 0.2);
    border-radius: 30px;
    border: 0;
    padding: 6px 11px;
    color: #7A8696;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
button.bar-toggle svg {
    margin-right: 10px;
}
button.bar-toggle:hover {
    background: #fff;
}
.side-bar .menu-bar a.nav-link {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #fff;
    padding: 0 0 0;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
}
.side-bar .menu-bar a.nav-link:hover {
    color: #F15A24;
}
.side-bar .menu-bar a.nav-link:hover svg path {
    fill: #F15A24;
}
.side-bar .menu-bar a.nav-link.active span {
    position: relative;
}
.side-bar .menu-bar a.nav-link.active span::before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 12px;
    background: #F15A24;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.side-bar .menu-bar a.nav-link.active:hover span::before {
    background: #fff;
}
.nav-item.logout {
    margin-top: 54px;
}
.side-bar .menu-bar a.nav-link svg {
    margin-right: 6px;
}
/*.content-wapper {
    display: block;
    position: relative;
    overflow: hidden;
    margin-left: 185px;
    margin-top: 62px;
    width: 100%;
}*/
.page-content header.site-header {
    position: fixed;
/*    top: 3px;*/
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
}
.dashboard .site-logo {
    opacity: 0;
    visibility: hidden;
}
.content-inner {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
.container-fluid {
    padding: 0 20px !important;
}
.title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    /* padding: 18px 17px; */
    /*margin-bottom: 53px;*/
}
.title-header h4 {
    margin-bottom: 0;
}
.title-header a.create.fill-btn {
    padding: 7px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-header a.create.fill-btn svg {
    margin-left: 8px;
}
.title-header a.create.fill-btn:hover svg rect {
    fill: #F15A24;
}
.content-inner .content {
    /*padding: 0 40px 20px;*/
}
/*-- sidebar css end here --*/

/**Dashboard CSS**/

.bg-shade1, .bg-shade2, .bg-shade3 {
    background: -webkit-gradient(linear, left top, right top, from(#ff8c63), to(#f15a24)) !important;
    background: linear-gradient(to right, #ff8c63, #f15a24) !important;
}
.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.card .card-body {
    padding: 2.5rem 2.5rem;
}
.card .card-body h4, .card .card-body h2 {
    color: #ffffff;
}
.card .card-body svg {
    width: 60px;
    height: 30px;
    float: right;
}
.menu-bar {
    padding: 33px 8px 25px 10px;
}
.sub-nav {
    background-color: #3a3a3a;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.sub-nav .nav-item {
    padding: 13px 0 !important;
}
a.nav-link.nav-link-dropdown::before {
    content: "\f0d7";
    position: absolute;
    right: 6px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 5px;
}
.card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 19px;
    color: #212429 !important;
}
.dashboard-table table {
    display: inline-table;
}
label.badge.badge-gradient-success {
    background-color: #87c787;
}
label.badge.badge-gradient-warning {
    background-color: #f7f779;
    color: #000;
}
label.badge.badge-gradient-info {
    background-color: #9393df;
}
label.badge.badge-gradient-danger {
    background-color: #ef8888;
}
.grid-margin table td {
    vertical-align: middle;
}
.grid-margin table td img {
    margin-right: 8px;
}
/*===============================================================================*/

.brandLogo {
    width: 8% !important;
}
.seller-pro section .row {
    margin: 0px !important;
}
.seller-pro.container {
    padding-bottom: 0px;
}
.brandM .tab-content {
    padding-bottom: 0px !important;
}
.select-product textarea.select2-search__field {
    height: 24px !important;
}
.select-product .search-example button {
    right: unset;
    transform: unset;
}
.corporateName:hover {
    color: #F15A24 !important;
}
.proboxinfo p>* {
    background: unset !important;
}
#sessionForm span.select2-selection.select2-selection--single {
    height: 41px;
    padding-top: 7px;
}
.orgOpt {
    cursor: pointer;
}
.brand-search .search-filter {
    margin-bottom: 33% !important;
}
div#brandOrderTblana_wrapper {
    padding: 10px;
}
div#myInputautocomplete-list {
    max-height: 652px;
    overflow-y: scroll;
}
div#brandOrderTblanaRetail_wrapper {
    padding: 25px;
}

.dataTables_length select {
    margin: -4px 5px 1px 5px !important;
}

.product-item a {
    color: #F15A24 !important;
}
.product-item a p {
    /*color: #F15A24 !important;*/
}
.about-img img {
    object-fit: cover;
}
.corporate-list-link a {
    color: #F15A24 !important;
}
.corporate-list-link nav.flex.items-center.justify-between {
    margin-bottom: 41px;
    margin-top: 41px;
}
.brandBox {
    background: white;
    padding: 15px;
    min-height: 179px !important;
    box-shadow: 0px 0px 1px 0px;
}
.myBB {
    background: white;
    padding: 15px;
    min-height: 200px !important;
    box-shadow: 0px 0px 1px 0px !important;
}
h4.corporateName {
    font-size: 14px;
}
.brandBox-col {
    padding: 11px;
    text-align: center;
}
.brandBox-col .brandLogo {
    /*width: 100px !important;*/
    /*border-radius: 100%;*/
    height: 100px;
        object-fit: contain;
        width: 100% !important;
}
.brandBox-col h4.corporateName {
    color: #F15A24 !important;
}
.search-page {
    height: 100% !important;
}
a.joinSession {
    text-align: center;
}
.filterImg {
    width: unset !important;
}
.filterDDicon:after {
    display: none;
}
a#dropdownMenuLink {
    margin-left: 34px;
}
.product_detail.color_section .form-group {
    max-width: max-content;
}
.product_detail .select-color {
    margin: -10px 0 0 0;
}
.product_detail.color_section {
    padding: 0 0 15px 0;
}
.companies-sec .tab-content ul {
    display: flex;
}
.companies-sec .tab-pane img {
    width: unset;
}
.subTotalPrice {
    line-height: 24px !important;
    color: #F15A24 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    font-family: 'Mulish', sans-serif !important;
}
.colorNameCart {
    color: #F15A24;
    margin-top: 7px;
}
.fill-btn-prepack {
    background: #F15A24;
    padding: 7px 11px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 0.5px;
    border: 1px solid #F15A24;
    transition: all 0.5s;
}
.lessPrepack:hover, .morePrepack:hover {
    color: #F15A24;
}
.price-cart.col-lg-2.order-lg-12.px-0.responsive-mt-20 {
    position: fixed;
    top: 8%;
    right: 0px;
}

@media (max-width: 1398px) and (min-width: 1249px) {
    .price-cart.col-lg-2.order-lg-12.px-0.responsive-mt-20 {
        position: absolute;
        top: 0;
        right: 0px;
        width: 230px;
    }
    .billing-info {
        margin: 0px 0;
        padding: 10px 0 10px 0;
    }
}
@media (max-width: 1250px) and (min-width: 1149px) {
    .price-cart.col-lg-2.order-lg-12.px-0.responsive-mt-20 {
        position: absolute;
        top: 0;
        right: 0px;
        width: 210px;
    }
    .billing-info {
        margin: 0px 0;
        padding: 10px 0 10px 0;
    }
}
@media (max-width: 1150px){
    .price-cart.col-lg-2.order-lg-12.px-0.responsive-mt-20 {
        position: absolute;
        top: 0;
        right: 0px;
        width: 190px;
    }
    .billing-info {
        margin: 0px 0;
        padding: 10px 0 10px 0;
    }
}


.avial {
    vertical-align: bottom;
    color: #000;
    font-weight: 600;
}
/*blogs css start*/

figure {
    margin: 0px;
    color: white;
    background-color: black;
    min-width: 100%;
    /*height: 500px;*/
    text-align: center;
    margin-bottom: 20px;
}
.gridBlog {
    height: 230px;
}
figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blogCard a {
    color: #F15A24;
}
.blogCard .create {
    color: white;
    height: 39px;
    text-align: center;
}
.blogCard {
    padding: 10px;
    margin: 2px;
    min-height: 495px;
}
.blogPageTitle h4 {
    padding: 18px 0px;
}
.blogCardDetail h4 {
    margin-bottom: 20px;
}
.blogpaPination {
    margin-bottom: 41px;
    margin-top: 41px;
    text-align: center !important;
    display: block;
}
.blogCardGrid h6 {
    margin-bottom: 20px;
}
.blogGridpage {
    margin: 20px 0px;
}
.blogCardGrid:hover {
    box-shadow: 0px 0px 5px;
}
.blogCardDetail {
    border: none;
}
table i {
    color: #F15A24 !important;
}
.text-left-tbl {
    text-align: left !important;
}
/*blogs css end*/

.orderViewStore {
    margin-top: 60px;
}
.footer-order-view {
    padding: 0 !important;
}
.prodQntPrice {
    display: none;
}
.prodDetailToggle {
    text-align: left !important;
}
.qntAndSizesBox {
    display: block;
    width: 90%;
    margin: auto;
    color: #000;
}
.product-sec img {
    width: 100%;
}
.searchRowBox {
    z-index: 999999;
    background: white;
    border: 1px solid gainsboro;
    position: relative;
    bottom: 38px;
    max-height: 640px;
    overflow-y: auto;
    display: none;
}
.searchRow {
    height: 0px;
}
.boxWithShadow {
    box-shadow: 0px 0px 3px 0px #a3b0c0;
}
.brandLogoSearch {
    width: 9% !important;
    padding: 12px;
    /* background: red; */
    border-radius: 50%;
    border: 1px solid #F15A24;
    color: #F15A24;
    margin: 4px;
    height: 40px !important;
    margin-left: 9px;
}
.serachRowAdm {
    color: #F15A24;
}
.qntBox {
    height: 36px !important;
    border-radius: 4px;
    margin-bottom: 0px !important;
    padding: 9px 5px !important;
    width: 68px;
}
span.qntsz {
    position: relative;
    top: 8;
    margin-right: 8px;
    margin-left: 0px;
}
.flex-span {
    margin-left: 10px !important;
}
.size-slct.col-1 {
    padding: 0px;
}
/* .size-slct span.colorAvail {
    margin-left: 52%;
} */
.size-slct span.colorAvail {
    display: none;
    margin: 8px 0px 0px 0;
    font-size: 10px;
}
/*bcorporate search page css*/

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}
/*when navigating through the items using the arrow keys:*/

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.brand-search .brandLogo {
    width: 6% !important;
}
.brand-banner {
    height: 480px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.brand-banner img {
    width: 100%;
}
.brand-banner h2 {
    position: absolute;
    top: 50%;
    left: 10%;
    color: #fff;
    z-index: 9999;
    font-size: 40px;
    transform: translateY(-50%);
    font-weight: 900;
    text-transform: uppercase;
}
.brand-banner p {
    position: absolute;
    top: 9%;
    left: 2%;
    color: #fff;
    z-index: 9999;
    font-size: 20px;
    transform: translateY(-50%);
    font-weight: 900;
    text-transform: uppercase;
}
.bg-shade1 {
    background: #e94707 !important;
}
.card.bg-shade2 {
    background: #f15812 !important;
}
.dashboard.main-dashboard .card {
    min-height: 130px !important;
}
.card.bg-shade3 {
    background: #f27b15 !important;
}
.select2-results__option--selected {
    background: #F15A24 !important;
    color: white !important;
}
.select2-results__option:hover {
    background: #F15A24 !important;
    color: white !important;
}
.select2-results__option--highlighted {
    background: #F15A24 !important;
    color: white !important;
}
span.select2-dropdown.select2-dropdown--below {
    margin-top: -38px;
}
input.error {
    color: #212429 !important;
}
.backAnalytics {
    height: 37px;
    width: 66px;
    margin-left: 64px;
}
.anNavTab {
    padding: 0px !important;
}
span.select2-selection.select2-selection--single {
        height: 100%;
     width: 100%; 
    margin-right: 20px;
       
}
.dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 25px !important;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
}
.timeZoneDD .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 26px !important;;
    font-size: 14px;
        text-align: left;
}
.ctDD .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px;
    font-size: 14px;
    text-align: left;
}
.sortAtoZ {
    cursor: pointer !important;
}
a.fill-btn.back-btn {
    margin: 15px 0;
    display: inline-block;
}
.profile-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.retail {
    word-break: break-word;
}
.saveStores {
    text-align: right !important;
    display: block;
    width: 100%;
}
.saveStore {
    display: inline-block !important;
}
input#gallery-photo-add-prod, #coverImg {
    cursor: pointer;
}
.outerLabel:after {
    background: unset !important;
    border: unset !important;
}
/*.brandsList input[type="checkbox"]:checked + label:after {
    background: #F15A24 !important;
    border-color: #F15A24 !important;
}
*/

.salesList input {
    opacity: 0;
    margin-left: 10px;
}
span.removeAllImages {
    color: #3698d5;
    font-size: 12px;
    display: block;
    /*margin: 10px 0;*/
    text-align: right;
    cursor: pointer;
}
.carousel .carousel-control-prev {
    visibility: hidden;
}
.carousel .carousel-control-next {
    visibility: hidden;
}
.carousel:hover .carousel-control-prev {
    visibility: visible;
}
.carousel:hover .carousel-control-next {
    visibility: visible;
}
.billingAddress span {
    display: block;
    width: 100%;
    margin: 10px 0 0px 0;
}
.product-sec.prodDetailToggle {
    min-height: 450px;
}
button.fill-btn.add-to-cart-cat {
    margin: auto;
    display: block;
}
button.fill-btn.add-to-cart-cat {
    width: 50%;
}
.live_brands.multi_profile img {
    width: 170px !important;
    object-fit: cover;
}
.carousel-control-next, .carousel-control-prev {
    bottom: 75px !important;
}
.select2-container {
    /* margin-bottom: 20px !important; */
    
}

.table-responsive .fa-fw {
    position: relative;
    top: 0px;
    /*left: -54px;*/
}
.newPss{
    position: relative;
    top: -20px;
   
    /*left: -6px !important;*/
}
.slider-nav .slick-track {
    width: 5247px !important;
}
.slider-nav .item.slick-slide {
    width: 95px !important;
}
@media (min-width:768px) and (max-width:1124px) {
    .live_brands.multi_profile img {
        width: 160px;
        object-fit: cover;
    }
    
}
@media (min-width:768px) and (max-width:880px) {
    
    .products-collections .product-item {
      min-height: 725px !important;
    }
}

@media (min-width:881px) and (max-width:990px) {
    
    .products-collections .product-item {
      min-height: 800px !important;
    }
}

select.form-control.select2.error {
    color: black !important;
}
select.form-control.error {
    color: black !important;
}
.select span.select2-dropdown.select2-dropdown--below {
    border: none !important;
}
span.dropdown-item.product_color_cat.active {
    background: #F15A24;
    /* overflow: visible; */
}
video.img-thumbnailc {
    max-width: 100%;
    height: auto;
    min-height: 158px;
    box-shadow: 0px 0px 6px 0px;
    padding: 1px;
}
img.imagePreview {
    height: 158px;
    width: 160px;
    box-shadow: 0px 0px 6px 0px;
    padding: 1px;
    object-fit: contain;
}
.lookbookimg img.imagePreview {
    object-fit: cover;
    height: 158px;
}
.col-md-2 video.img-thumbnailc {
    max-width: 100%;
    height: auto;
    min-height: 259px;
    box-shadow: 0px 0px 6px 0px;
    padding: 1px;
}
.col-md-2 img.imagePreview {
    height: auto;
    min-height: 259px;
    box-shadow: 0px 0px 6px 0px;
    padding: 1px;
}
.delete-img-url {
    border: 0;
    background: transparent;
    font-size: 12px;
    margin: 0 5px;
    color: #29060B;
    text-decoration: underline;
}

.video-chat-window .castDiv img{
    display: none;
}

select option:hover {
    background-color: #F15A24 !important;
    color: #fff;
}
::selection {
  color: #fff;
  background-color: #F15A24 !important;
}

/*select#industryIddd option{
    color: #fff;
  background-color: #F15A24 !important;
}*/

select#industryIddd option:hover{
     background-color: #F15A24 !important;
    color: #fff;
}

.card.bg-shade3.card-img-holder.text-white.select-lay {
    cursor: pointer;
}

.total-price p {
    color: #221f1f;
}

.note-prdct p {
    color: #262424;
}

span.qtysz {
    display: inline-block;
    /* min-width: 21px; */
}

b.sizeTab {
    display: inline-block;
    width: 70px !important;
}

span.side-info.asd {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    word-break: break-word;
}

.add-collections label {
    font-size: 16px !important;
}

select.form-control.addColorDD {
    margin: 0 15px 0px 0px;
    width: 120%;
    height: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    text-align: center;
}

.myContainer {
    width: 94%;
    margin: auto;
}

#example-basic-p-2 input.form-control.presTitle {
    margin: 15px 0 15px 0;
}

.livesession .site-logo {
    margin: 0 0 0 20px;
}

span.side-info.coprAddress {
    display: block;
    width: 100%;
    margin: 10px 0px;
    text-align: left;
}

.rPriceTxt{
        margin-left: 35px;
}

.orderViewStore{page-break-after: always;}

a.nav-link.cartIcon {
    color: #676464;
    position: relative;
}

span.cartCount {
    position: absolute;
    background: red;
    color: #fff;
    padding: 0px 5px;
    border-radius: 100%;
    /* height: 20px; */
    top: 0px;
    right: 7px;
    font-size: 12px;
}

input.searchBy {
    border: solid 1px #FFD0BF;
    margin: 0 3px 0px 0px;
    font-size: 14px;
    padding: 0 35px 0 10px;
    border-radius: 5px;
    min-height: 37px;
    width: 147px;
}

.search_field_container {
    display: inline-block;
    position: relative;
}

i.fa.fa-search.search-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fd7e14;
    cursor: pointer;
}

button.delt.currencyDelete {
    text-align: end !important;
        margin-left: 4px !important;
}

.delete-items svg:hover{
font-size: 10px;
}

.barcode img {
    height: 50px;
    margin: 0 0 15px 0;
}

.product-pic.edit-presentation {
    min-height: 360px;
}

.prod-cont .appendProduct .product-item.presentation {
    min-height: 560px !important;
}   

.edit-presentation video.vdoPlay {
    min-height: 465px;
}

.viewPresentation video.vdoPlay {
    max-height: 465px;
}

.fc-event p {
    white-space: break-spaces !important;
}

.lookbooks-list {
    margin-bottom: 15px;
}


.custom-cs-pres .error{
        bottom: -24px !important;
}

.catalogVideo {
    min-height: 505px;
}
.change-setting table td input {
    width: 415px;
}

.productImport.lt-btn svg rect {
    /*fill: #F15A24 !important;*/
}

.look-banner-cont a:hover {
    color: white;
        background: #F15A24 !important;
}

span.side-info.calndr-ic {
    display: flex;
    width: 62%;
}

.catalog-form label.selc-label {
    /*margin-top: 29px;*/
}

.genderField{
        margin-top: 20px;
}

.productContent .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px !important;
}

.dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 25px !important;
    font-size: 14px;
    text-align: left;
}

.content hr {
    width: 83%;
}

small {
    color: #000;
}

.lookbooklb iframe#viewer {
    min-height: 450px;
    width: 100%;
}

span.edit-btn.fill-btn {
    width: 150px !important;
    display: inline-block;
    text-align: center;
    padding: 10px 10px !important;
}

.catelog-import .custom-browse p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
}

.mr-12px{
    margin-right: 12px;
}

.productPages .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
}

p.mt-2.pre-avlble {
    margin-top: 25px !important;
}

label.innerLabel {
    display: inline-block !important;
    max-width: 70% !important;
    word-break: break-word;
}

/*.our_images  img{
        width: 125px !important;
}*/

select option:hover{
    background: #F15A24 !important;
    color: #fff !important;
}

select option:active{
    background: #F15A24 !important;
    color: #fff !important;
}

input[type=checkbox] {
  accent-color: #F15A24;
}

select {
  accent-color: #F15A24;
}

.imageUpload-guidelines {
    margin: 40px 0 0 0;
}

.imageUpload-guidelines h5 {
    font-size: 16px;
}

span.guidelines {
    font-size: 12px;
    font-weight: 600;
    line-height: 0;
}

span.brandDash {
    display: block;
    margin: 10px 0px 0px 0px;
    word-break: break-all;
}

.upper-section {
    display: flex;
    margin: 0 0 0px 0;
    max-width: 100%;
    width: 100%;
    justify-content: end;
}

.upper-section .btn-group a {
    height: 42px;
    display: inline-flex;
}

.upper-section button.preview-btn.lt-btn {
    height: 42px;
    min-width: 100px;
}

.upper-section button.create-btn.fill-btn.createpres {
    height: 42px;
}

.selectedproducts {
    padding: 15px 0px 15px 20px;
    border: solid 1px #ccc;
    margin: 0px 4px 25px 1px;
}

span.SingleSelectedProduct {
    background: #f15a24;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    display: inline-block;
    margin: 5px 5px 0 0px;
}

.selectedProductList {
    margin: 10px 0 0 0;
}

.SingleSelectedProduct i.fa.fa-times {
    cursor: pointer;
}

.product-list.appendProduct.ui-sortable {
    /*max-height: 1000px;*/
    /*overflow-y: scroll;*/
}

span.clearFilter {
    display: inline-block;
    position: absolute;
    top: -44px;
    right: 0;
    color: #e16d2c;
    cursor: pointer;
}

.catalog-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px !important;
   
}

.ajax-load img{
    width: 100px;
    height: 100px;
}

.ajax-load{
    display: none;
}

.product-list-guest .product-item{
    cursor: auto;
}



 span.select2-dropdown.select2-dropdown--below {
    margin-top: 0;
}

.brandAddToRet .fa-plus {
    /*margin-left: 10px;*/
    color: #F15A24;
}

.toast.toast-error{
    max-width: 513px !important;
    width: 100% !important;
    /* height: 200px !important; */
    font-size: 20px !important;
    font-weight: 500 !important;
}

.text-danger small{
    color: #dc3545  !important;
    font-weight: 600;
    font-size: 14px;
}

.edit-profile-table th,.edit-profile-table td{
    width: 151px !important;
}

.pass-td{
        width: 41px !important;
}
.tmz-th{
    width: 267px !important;
}

.tmz-span{
        /*margin-left: -118px;*/
}

.tmzbtn{
    /*margin-left: -67px;*/
}

.autopres-prods .price-detail{
    padding: 0px 10px !important;
}

/*.importContent{
    padding: 0px 22px !important; 
}*/

#inviteForm span.select2-selection__placeholder {
    line-height: 33px;
}
.csv-import-page{
        height: 1000px;
}

.csv-import-page span.select2-dropdown.select2-dropdown--below {
    margin-top: -37px;
}

    .shadow-effect {
            background: #fff;
            padding: 20px;
            border-radius: 4px;
            text-align: center;
    border:1px solid #ECECEC;
            box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
            /*width: 440px;*/
        }
        #customers-testimonials .shadow-effect p {
            font-family: inherit;
            font-size: 17px;
            line-height: 1.5;
            margin: 0 0 17px 0;
            font-weight: 300;
            text-align: justify;
            color: #000;
        }
        .testimonial-name {
            margin: -17px auto 0;
            display: table;
            width: auto;
            background: #F15A24;
            padding: 9px 35px;
            border-radius: 12px;
            text-align: center;
            color: #fff;
            box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
        }
        #customers-testimonials .item {
            text-align: center;
            /*padding: 50px;*/
                margin-bottom:5px;
            opacity: .2;
            -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        #customers-testimonials .owl-item.active.center .item {
            opacity: 1;
            -webkit-transform: scale3d(1.0, 1.0, 1);
            transform: scale3d(1.0, 1.0, 1);
        }
        .owl-carousel .owl-item img {
            /*transform-style: preserve-3d;
            max-width: 90px;
            margin: 0 auto 17px;*/

                transform-style: preserve-3d;
    /* max-width: 603px; */
    margin: 0 auto 17px;
    /*min-height: 250px;*/
    /*height: 250px;*/
}
        
        #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
            background: #F15A24;
            transform: translate3d(0px, -50%, 0px) scale(0.7);
        }
#customers-testimonials.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #F15A24;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }

        .owl-prev, .owl-next {
        width: 45px;
        height: 100px;
        position: absolute;
        top: 50%;
        /*transform: translateY(-50%);*/
        display: block !important;
        border:0px solid black;
    }
    .owl-prev { left: -20px; }
    .owl-next { right: -20px; }
    .owl-next img{ transform: rotateZ( 180deg);}
    .owl-prev i, .owl-next i {transform : scale(1,2); color: #34302bad;}

    .owl-nav i {
    background: black;
    height: 20px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    color: white;
    /* vertical-align: super; */
}
.t-unset{
    /*margin-top: 0px;*/
    top: unset;
}
.shadow-effect{
    cursor: pointer;
}

.search-icon-home i{
    position: absolute;
    top: 5px;
    right: 2px;
    color: #F15A24;
    font-size: 16px;
}
.active.center .search-icon-home i{
    font-size: 20px;
}

.ajax-load.text-center {
    text-align: center;
    margin-left: 25%;
}

.col-md-12.catelog-form {
    max-height: 700px;
}

.catelog-product-view .btn-group {
    position: sticky;
    bottom: 4px;
}

input.adjustQty {
    width: 35px;
}
.owl-prev{
    margin-top: -58px !important;
}
.owl-next{
    margin-top: -58px !important;
}
.modalRow{
    font-weight: 500;
    color: #f15a24;
}
.printBtn{
    color: #fff;
    background-color: #f15a24;
    border-color: #f15a24;
}
.printBtn:hover {
    color: #f15a24;
    background-color: #eee;
    border-color: #f15a24;
}
.modalHead{
    color: #7f685f;
}
button.print_barcode {
    background-color: none;
    color: #F15A24;
    border: solid 1px #ecc4b6;
    padding: 2px 10px;
    border-radius: 6px;
    background: none;
    font-size: 22px;
    margin: 0 3px 0px 3px;
}
button.print_barcode:hover {
    background-color: #F15A24;
    color: #fff;
}
.replaceDta .boxes{
    margin-top:10px;
}

.update_quantity{
    background:black !important;
    margin-left: 367px;
    color:#fff;
}
.editprofileSalesByBrand{
    cursor: pointer;
}

.retailerView{
    cursor:pointer;
}

.commisionDiv label{
    color:green;
    font-weight: 600;

}

.commisionDiv h3{

    font-weight: 800;
    font-size: 21px;
    color: green;
   

}
.noAccess{
  cursor:not-allowed;
}

span.fabricContent.row.mt-2 {
    overflow: hidden;
    height: 16px;
    width: 100%;
}

span.row.mt-2.title {
    margin-top: -4px !important;
    margin-bottom: 7px !important;
    text-wrap: revert;
}

button.fill-btn.addToCartCat {
    margin: auto;
    display: block;
}

/* data table */
.dataTable tr > td:nth-child(4), .dataTable tr > td:nth-child(5) {
    max-width: 120px;
    word-wrap: break-word;
}
/* .dataTable tr > td:nth-child(1) {
    max-width: 22px;
} */
table.edit-profile-table tr td:nth-child(3) {
    text-align: right;
}

/* loader css starts from here */
         .loader {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            /*background-color: #444;*/
            display: flex;
             justify-content: center;
             align-items: center;
             z-index: 2;
         }

         .loader .loader-inner {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #1b1b1bc9;
            display: flex;
             justify-content: center;
             align-items: center;
             -webkit-transition: width .5s, height 1s; /* For Safari 3.1 to 6.0 */
             transition: width .5s, height 1s;
         }
         .loader.success .loader-inner,
         .loader.error .loader-inner {
            width: 300px;
             height: 210px;
             border-radius: 5px;
         }

         .loader .loader-inner .loading-box {
            text-align: center;
            width: 100%;
             padding: 2em;
         }
         .loader .loader-inner .loading-box .loader-message {
            padding: 1em 0;
            color: white;
         }
         .loader .loader-inner .loading-box  button {
             outline: none;
             border: 1px solid white;
             padding: .8em 2em;
             color: white;
             border-radius: 2px;
         }

         .loader .loader-inner .loading-box  button.cancel {
             background-color: #444;
         }
         .loader .loader-inner .loading-box  button.done,
         .loader .loader-inner .loading-box  button.retry {
             background-color: #f17f7f;
         }
         .loader .loader-inner .loading-box .circular-loader {
             border: 3px solid #f3f3f3; /* Light grey */
             border-top: 3px solid #444; /* Blue */
             border-radius: 50%;
             width: 50px;
             height: 50px;
             animation: spin 2s linear infinite;
             margin: 0 auto;
             transition: all .5s ease-out;
             position: relative;
             display: flex;
             justify-content: center;
             align-items: center;
         }

         .loader .loader-inner .loading-box  .loader-result-control {
            display: flex;
            justify-content: center;
         }

         .loader .loader-inner .loading-box .circular-loader:before,
         .loader .loader-inner .loading-box .circular-loader:after {
            content: '';
            height: 0px;
             width: 0px;
            background-color: white;
             position: absolute;
             -webkit-transition: height .5s; /* For Safari 3.1 to 6.0 */
             transition: height .5s;
         }

         @keyframes spin {
             0% { transform: rotate(0deg); }
             100% { transform: rotate(360deg); }
         }

.navTabs {
    line-height: 1.5;
    font-size: 26px;
    padding: 0 4px;
    cursor: pointer;
    font-weight: 600;
}

span.dropdown-item.product_color_cat.active:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #000;
    border-radius: 50%;
}

span.dropdown-item.product_color_cat.active {
    position: relative;
}

span.dropdown-item.product_color.active:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #000;
    border-radius: 50%;
}

span.dropdown-item.product_color.active {
    position: relative;
}

.salesPerson .select {
    display: none;
}

.salesPerson p {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.salesPerson label {
    font-size: 12px !important;
    margin: 10px 0 3px 0 !important;
}

.pendingColor {
    color: #FA2828;
}

span.red-label {
    border: solid 2px Red;
    color: red;
    margin: 10px 10px;
    display: inline-block;
    padding: 0 10px;
}

/* captcha css starts here */

#captchaBackground {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#captcha {
    height: 90px;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#refreshButton {
    background: none;
    border: none;
    font-size: 14px;
    margin: 0 0 10px 5px;
}

#textBox {
    height: 25px;
}

.correctCaptcha {
    color: #7FFF00;
}

.incorrectCaptcha {
    color: #FF0000;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 4px 0px;
}

.captcha-content {
    display: block;
    width: 80%;
}

.captcha-content {
    display: block;
    width: 100%;
}

#textBox {
    height: 30px;
    width: 85%;
    margin: 0 0 0 10px;
    display: inline-block;
}

/* captcha css end here */

@media screen and (max-width: 767px) {
    .products-collections .product-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0 24px 30px;
        gap: 40px 16px;
    }
    .products-collections .product-list .product-item {
        width: calc(50% - (16px * 1/2))!important;
        height: auto !important;
        margin: 0;
        min-height: auto;
        border: 0;
        display: flex;
        flex-direction: column;
        touch-action: auto;
    }
    .product-pic .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        height: auto;
    }
    .products-collections .product-list .product-item .carousel-item img {
        height: 250px;
        width: 100% !important;
    }
    .products-collections .product-list .product-item .carousel-item .catalogVideo,
    .products-collections .product-list .product-item .carousel-item .videoPlay {
        height: 250px !important;
        min-height: 250px !important;
    }
    .products-collections .product-list .product-item .carousel-item .catalogVideo video,
    .products-collections .product-list .product-item .carousel-item .videoPlay video {
        min-height: 250px !important;
        height: 250px !important;
        width: 100%;
        object-fit: cover;
    }
    .products-collections .product-list .product-item .product-pic {
        margin-bottom: 17px;
    }
    .products-collections .product-list .product-item p {
        margin: 0 0 5px;
        padding: 0;
        height: auto;
        font-size: 14px;
        line-height: 18px;
        color: #212429;
        font-weight: bold;
        font-family: 'Mulish';
        word-wrap: break-word;
    }
    .products-collections .product-list .product-item p a {
        color: #212429 !important;
    }
    .products-collections .product-list .product-item span {
        margin: 0 !important;
        padding: 0;
        line-height: 20px;
        color: #7A8696;
        letter-spacing: normal;
        display: block;
        height: auto;
        white-space: normal;
        word-break: break-all;
    }
    .products-collections .product-list .product-item .price-detail {
        padding: 0;
        margin: 10px 0 17px;
    }
    .products-collections .product-list .product-item .price-detail .price {
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.products-collections .product-list .product-item .dropdown .dropdown-item {
    padding: 2px 5px;
    color: #1e1e1f;
    line-height: normal;
}
.products-collections .product-list .product-item .price-detail .price p, 
.products-collections .product-list .product-item .price-detail .retail p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
.products-collections .product-list .product-item .price-detail .price span, 
.products-collections .product-list .product-item .price-detail .retail span {
    font-weight: 600;
}
.products-collections .product-list .product-item .edit-section {
    position: static;
    padding: 0;
    gap: 8px;
    margin: 0 !important;
    align-items: stretch;
    order: 99;
}
.products-collections .product-list .product-item .edit-section .ol-btn {
    width: auto;
    border: 1px solid #CED6E0;
    font-size: 12px;
    color: #55585C !important;
    line-height: 16px;
    padding: 8px 7px;
    flex-direction: row-reverse;
    font-weight: 600;
}
.products-collections .product-list .product-item .edit-section .ol-btn svg {
    margin: 0 5px 0 0;
}
.products-collections .product-list .product-item .edit-section .ol-btn svg path {
    fill: #55585C;
}
.products-collections .product-list .product-item .edit-section .move-btn {
    margin: 0;
    width: auto;
    font-size: 12px;
    letter-spacing: normal;
    color: #55585C;
    font-weight: 600;
}
.products-collections .product-list .product-item .edit-section .delete-items {
    left: 0;
    padding: 8px 4px;
    display: flex;
    align-items: center;
    border: 1px solid #CED6E0;
}
.products-collections .product-list .product-item .edit-section .delete-items .delete-btn {
    display: flex;
}
.products-collections .product-list .product-item .edit-section .delete-items .delete-btn svg path {
    fill: #55585C;
}
.products-collections .product-list .product-item  .hostBtn {
    margin-bottom: 10px;
}
.products-collections .product-list .product-item .hostBtn .fill-btn.addToCartCat {
    width: 100%;
    padding: 9px 12px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Mulish';
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: capitalize;
}
.addProducts .dropdown:hover .dropdown-menu {
    left: 0;
}

table.edit-profile-table tr td:nth-child(3) {
    text-align: right;
}
span.appendData {
    padding: 0 20px;
    display: block;
}


.box-shadow-list {
   
    overflow-x: auto;
    width: 100%;
}


span.appendData {
    padding: 0 20px;
    display: block;
    width: 750px;
}


.fc .fc-toolbar-title {
    font-size: 1em !important;
    margin: 0;
}
h5 {
    font-size: 14px;
   
}
.h6, h6 {
    font-size: .8em;
}
.inventory_filters .inentory_mod button.lt-btn.search-icon_inventory {
    position: static;
    bottom: 0;
}
.inventory_filters .inentory_mod button.lt-btn.search-icon_inventory:hover {
    background: #F15A24;
}
.mobile-filters {
    background: rgba(0, 0, 0, 0.77);
    left: 0;
    opacity: 0;
    right: auto;
    position: fixed;
    top: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.mobile-filters.menu__expanded {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.filters-content {
    color: #000;
    position: absolute;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 288px;
    margin: 0;
    background: #212429;
    z-index: 999999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    transition: background 0.5s, transform 0.5s;
}
.filters-content.menu__expanded {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.filters-content .filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.filters-content .filter-heading h3 {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}
.filters-content .filter-heading .menu__close {
    display: flex;
}
.product-top-header .add-products.addProducts {
    display: none !important;
}
.filters-content .filter-body {
    padding: 20px 24px;
}
.filters-content .filter-body .search_field_container {
    display: block;
    margin-bottom: 20px;
}
.filters-content .filter-body input.searchBy {
    width: 100%;
    margin: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, .05);
    border: 0;
    padding: 14px 20px 14px 44px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Mulish';
    color: rgba(255, 255, 255, .4);
}
.filters-content .filter-body input.searchBy::placeholder {
    color: rgba(255, 255, 255, .4);
}
.filters-content .filter-body .search_field_container .fa {
    right: auto;
    left: 20px;
    color: rgba(221, 221, 221, .45);
    top: 15px;
}
.filters-content .filter-body .accordion .accordion-item {
    margin-bottom: 28px;
    line-height: 10px;
}
.filters-content .filter-body .accordion .accordion-header {
    width: 100%;
    border: 0;
    line-height: 0;
}
.filters-content .filter-body .accordion .accordion-header .accordion-button {
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    gap: 15px;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.filters-content .filter-body .accordion .accordion-header .accordion-button::after {
    filter: contrast(0);
}
.filters-content .filter-body .accordion .accordion-item .accordion-body {
    padding: 15px 0 0;
}
.filters-content .filter-body .accordion .accordion-item .accordion-body ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.filters-content .filter-body .accordion .accordion-item .accordion-body ul li label {
    line-height: 20px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    letter-spacing: normal;
}
.filters-content .filter-body .accordion .accordion-item .accordion-body .sort-item {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}
.filters-content .filter-body .accordion .accordion-item:last-of-type .accordion-collapse {
    border: 0;
    border-radius: 0;
}
.filters-content .filter-body .createProduct, .filters-content .filter-body .upload-csv {
    border: 1px solid #7A8696;
    border-radius: 4px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #7A8696;
    font-family: 'Mulish';
    /*max-width: 160px;
    width: 100%;*/
    letter-spacing: normal;
}
.filters-content .filter-body .createProduct {
    margin-bottom: 20px;
}
.content-inner.inventory_filters .page-title {
    padding: 18px 20px !important;
}
.inventory_filters .inentory_mod {
    padding: 0 20px 50px !important;
}
.replaceDtaa .boxes .stretch-card {
    width: 100% !important;
    margin: 0 0 15px !important;
}
.form-cont .form-control {
    font-size: 16px;
    padding: 12px;
}
.form-cont input[type="password"] {
    padding: 12px 40px 12px 12px;
}
.content-inner.product-filters .product-list .product-item {
    min-height: auto !important;
    touch-action: auto;
}
.view_presentation .content {
    padding-bottom: 50px !important;
}
.view_presentation .title-title {
    display: none;
}
.view_presentation  .title-mobile {
    display: block !important;
    padding: 20px 0 14px;
}
.view_presentation .title-mobile h4 {
    display: block;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
}
.view_presentation .title-mobile .back-btn {
    display: flex;
    margin-bottom: 24px;
}
.view_presentation .content .prod-cont {
    padding: 0;
}
.view_presentation .content .prod-cont .top-bar {
    margin-left: 0;
    margin-right: 0;
}
.view_presentation .content .prod-cont .top-bar .tab {
    padding: 0;
    width: 100%;
}
.view_presentation .content .prod-cont .top-bar .tab .row {
    margin: 0;
    gap: 13px;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
}
.view_presentation .content .prod-cont .top-bar .tab .row::-webkit-scrollbar {
    display: none;
}
.view_presentation .content .prod-cont .top-bar .tab .sceneCount .myBtnRow {
    height: auto;
    padding: 0 !important;
    width: auto;
}
.view_presentation .content .prod-cont .top-bar .tab .sceneCount .myBtnRow .navTabs {
    display: none;
}
.view_presentation .content .prod-cont .top-bar .tab .sceneCount .myBtnRow .tablinks {
    margin: 0;
    border: 1px solid #CED6E0;
    background: transparent;
    border-radius: 4px;
    padding: 10px 14px !important;
    font-size: 15px;
    line-height: 19px;
    color: #55585C;
    font-weight: 600;
    font-family: 'Mulish';
}
.view_presentation .content .prod-cont .top-bar .tab .sceneCount .myBtnRow .tablinks.active {
    background: #F15A24;
    color: #fff;
    border-color: #F15A24;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- {
    margin: 0;
    padding: 0;
    gap: 40px 16px;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-item {
    min-height: auto !important;
    height: auto !important;
    margin: 0;
    border: 0;
    width: calc(50% - (16px * 1/2)) !important;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-pic {
    margin-bottom: 17px;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-pic .carousel-item img {
    height: 229px;
    object-fit: cover;
    margin: 0;
    width: 100% !important;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-pic .carousel-item div[id*='vidwrap_'] {
    height: 229px !important;
    min-height: 229px !important;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-pic .carousel-item div[id*='vidwrap_'] video {
    min-height: 229px !important;
    height: 229px !important;
    width: 100%;
    object-fit: cover;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-item a p {
    margin: 0 0 5px;
    padding: 0;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    color: #212429;
    font-weight: bold;
    font-family: 'Mulish';
    white-space: normal;
    text-overflow: inherit;
    overflow: visible;
    word-wrap: break-word;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-item span {
    margin: 0 !important;
    padding: 0;
    line-height: 20px;
    color: #7A8696;
    letter-spacing: normal;
    display: block;
    height: auto;
    white-space: normal;
    word-break: break-all;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-item .dropdown .dropdown-item {
    padding: 2px 5px;
    color: #1e1e1f;
    line-height: normal;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-item .price-detail {
    padding: 0;
    margin: 10px 0 0;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-item .price-detail .price {
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-item .price-detail .price p, 
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-item .price-detail .retail p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-item .price-detail .price span, 
.view_presentation .content .tabsContent .tabcontent .product-list-- .product-item .price-detail .retail span {
    font-weight: 600;
    font-family: 'Mulish';
}
.tabbing-section .brand-slider .slick-arrow {
    margin: 0 !important;
    width: 6px;
    height: 10px;
    z-index: 9;
}
.tabbing-section .brand-slider .slick-arrow::before {
    content: '';
    background-image: url(/images/arrow-slider.svg);
    width: 6px;
    height: 10px;
    display: block;
    opacity: 1;
}
.tabbing-section .brand-slider .slick-prev {
    left: 10px !important;
    right: auto;
}
.tabbing-section .brand-slider .slick-next {
    right: 10px;
}
.tabbing-section .brand-slider .slick-next::before {
    transform: rotate(180deg);
}
.category.filter-wapper {
    border-bottom: 1px solid #ddd;
}
.filter-wapper {
    border-bottom: 1px solid #ddd;
}
.myBtnRow button.tablinks {
    color: #212529;
}
.myBtnRow button.tablinks.active {
    color: #fff;
}
.main-cont.brand-signup {
    margin-top: 100px;
}
.main-cont.signin-page {
    margin-top: 58px;
}
.main-cont.signin-page .form-cont {
    margin-bottom: 30px;
}
.main-cont.reset-pass {
    margin-top: 58px;
    min-height: calc(100vh - 58px);
}
.main-cont.reset-pass .form-cont {
    margin: 0;
    padding: 100px 20px;
    background: #F0F3F7;
    min-height: calc(100vh - 135px);
}
.main-cont.reset-pass .form-box.join {
    margin: 0;
    max-width: 100%;
}
.main-cont.reset-pass .form-box.join form {
    padding: 0;
}
/*#navbarSupportedContent .nav-item.dropdown .dropdown-menu {
    display: block;
}*/
.seller-pro section .row {
    margin: 0px -12px !important;
}
.seller-pro .steps.clearfix li {
    width: calc(50% - (10px * 1/2));
    padding: 0;
    border: 0;
}
.seller-pro .steps.clearfix li a {
    padding-bottom: 10px;
    display: inline-block;
}
.seller-pro .steps.clearfix li.current a {
    border-bottom: 1px solid #F15A24;
}
.seller-pro .steps.clearfix {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.brand.images div .edit-op {
    margin-top: 5px;
}
.brand.images div .edit-op a {
    margin: 0;
}
.out-broder {
    display: none;
}
.cropper-bg {
    width: 100% !important;
}
.upload--profilepic .modal-footer {
    gap: 10px;
}
.upload--profilepic .modal-footer>* {
    margin: 0;
}
.upload--profilepic .modal-footer .fill-btn {
    padding: 7px 18px;
}
.title-header.presentations-title h4 {
    margin-bottom: 0 !important;
}
.create-presentation .upper-section {
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px;
}
.create-presentation .upper-section .createPresTitle {
    margin: 0;
    max-width: 100%;
}
.create-auto .content #example-basic {
    margin: 0;
}
.brand-signup .form-cont .request .form-group {
    margin-bottom: 20px;
    margin-top: 0;
}
.brand-signup .form-cont .request .form-control {
    margin-bottom: 0;
}
.main-cont.brand-signup .mb-3 {
    margin-bottom: 0 !important;
}
.row.captcha-row {
    margin: 0 -12px !important;
}
.creat-prese h5.scene-title {
    margin-top: 0;
}
.create-auto .creat-prese .product-list {
    gap: 40px 16px;
}
.create-auto .creat-prese .product-list .product-item {
    width: calc(50% - (16px * 1/2))!important;
    height: auto !important;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
}
.create-auto .creat-prese .product-list .product-item .product-pic {
    margin-bottom: 17px;
}
.create-auto .creat-prese .product-list .product-item p {
    margin: 0 0 5px;
    padding: 0;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    color: #212429;
    font-weight: bold;
    font-family: 'Mulish';
    word-wrap: break-word;
}
.create-auto .creat-prese .product-list .product-item span {
    margin: 0 !important;
    padding: 0;
    line-height: 20px;
    color: #7A8696;
    letter-spacing: normal;
    display: block;
    height: auto;
}
.create-auto .creat-prese .product-list .product-item .price-detail {
    padding: 0 !important;
    margin: 10px 0 0;
}
.create-auto .creat-prese .product-list .product-item .product-pic .carousel-item img {
    height: 250px;
    width: 100% !important;
}
.create-auto .creat-prese .product-list .product-item .product-pic .carousel-item div[id*='vidwrap_'] {
    height: 250px !important;
    min-height: 250px !important;
}
.create-auto .creat-prese .product-list .product-item .product-pic .carousel-item div[id*='vidwrap_'] video {
    min-height: 250px !important;
    height: 250px !important;
    width: 100%;
    object-fit: cover;
}
.content-inner.create-auto .content .actions.clearfix {
    margin-top: 30px;
}
.catalog-form .form-group {
    width: 100%;
}
.catalog-form .form-group input[type="date"] {
    width: 100%;
    -moz-appearance: textfield;
    display: block;
    -webkit-appearance: none;
    text-align: left;
}
input::-webkit-date-and-time-value {
    text-align: left!important;
}
.catalog-form .form-group input[type="date"]::-webkit-inner-spin-button, 
.catalog-form .form-group input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.barcode input {
    width: 100%;
}
.carousel-control-next, .carousel-control-prev {
    bottom: 0 !important;
}
.content-inner.cart_page pre {
    display: none;
}
.content-inner.cart_page .restrict_retailer {
    margin: 0 0 20px;
    padding: 0 15px;
    justify-content: space-between;
}
.content-inner.cart_page .restrict_retailer .switch {
    width: 50px;
    height: 30px;
}
.content-inner.cart_page .restrict_retailer .switch .slider.round::before {
    width: 20px;
    height: 20px;
    bottom: 5px;
}
.content-inner.cart_page .restrict_retailer .switch input:checked + .slider::before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
.content-inner.cart_page .pending-label {
    margin: 0px !important;
    width: 100%;
    padding: 0 15px;
}
.content-inner.cart_page .cart-purchase .pdct-img {
    margin-bottom: 10px;
}
.content-inner.cart_page .cart-purchase .pdct-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.content-inner.cart_page .cart-purchase .pdct-details .ad-pdct-btns {
    margin-left: 0 !important;
    margin: 10px 0;
}
.content-inner.cart_page .cart-purchase .pre-avlble {
    margin: 10px 0 !important;
}
.content-inner.cart_page .price-cart.col-lg-2.order-lg-12.px-0.responsive-mt-20 {
    position: fixed;
    width: 300px;
    top: 75px !important;
    right: -100%;
    margin: 0;
    z-index: 99999;
    transition: all .3s ease;
}
.content-inner.cart_page .price-cart.col-lg-2.order-lg-12.px-0.responsive-mt-20.active {
    right: 0;
}
.content-inner.cart_page .price-cart .Cart-sidebar {
    min-height: 500px;
    height: 500px;
    overflow-x: scroll;
    margin: 0;
}
.content-inner.cart_page .cart-drawer {
    display: block !important;
    padding: 0;
    border: 0;
    background: transparent;
}
.content-inner.cart_page .price-cart .Cart-sidebar .total-price {
    display: block;
}
.content-inner.cart_page .price-cart .Cart-sidebar .cart_close {
    display: block !important;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background: transparent;
}
body.cart-active {
    position: relative;
}
body.cart-active:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
}
.content-inner.cart_page .rspnsv-collplse.active {
    height: auto;
    margin-top: 20px;
}
.content-inner.cart_page .rspnsv-collplse .store-prepack-list {
    margin: 0 -12px !important;
}
.content-inner.cart_page .rspnsv-collplse .store-prepack-list .store-heading {
    margin-bottom: 10px;
}
.content-inner.cart_page .rspnsv-collplse .store-prepack-list .colorRow .mobile-str-dtls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.content-inner.cart_page .rspnsv-collplse .store-prepack-list .colorRow .mobile-str-dtls .size-slct {
    width: 10% !important;
    margin: 0;
}
.content-inner.cart_page .rspnsv-collplse .store-prepack-list .colorRow .mobile-str-dtls .size-slct.ic-edit-popup {
    margin: 0 !important;
    padding: 10px;
    width: 40px !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.content-inner.cart_page .cart-purchase .pdct-details .odr-dtls {
    display: block;
    margin: 0 !important;
}
.content-inner.cart_page .cart-purchase .pdct-details .odr-dtls .Cart-sidebar {
    margin-top: 10px;
}
.order-preview-modal .modal-content {
    padding: 0;
}
.order-preview-modal .modal-content .modal-body {
    padding: 15px !important;
}
.order-preview-modal .modal-content .modal-body .store-prepack-list {
    margin: 0 -10px !important;
    align-items: center;
}
.order-preview-modal .modal-content .modal-body .store-prepack-list .size-slct {
    width: 33.33% !important;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 10px;
}
.order-preview-modal .modal-content .modal-body .store-prepack-list .size-slct .form-control {
    margin: 0;
    width: 100%;
}
.main-cont.register-thanks .thanks {
    position: static !important;
    transform: none !important;
    margin-top: 60px !important;
    padding: 50px 0;
}
.main-cont.register-thanks .thanks h2 {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 10px;
}
header.site-header .container-fluid {
    padding: 0 !important;
}
label.password .pass-toggle {
    position: absolute;
    top: 32px;
    right: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-color: #fff;
    z-index: 9999;
    margin: 0px 2px;
    display: block;
}
.toast-bottom-right {
    left: 12px;
}
.toast-top-right {
    left: 12px;
}
.content-inner.product-filters.create-presentation .create-btn {
    padding: 7px 30px;
}
.filter-wapper .ship-date {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.filter-items-date {
    width: calc(50% - (20px * 1/2)) !important;
}
.filter-items-date label {
    margin-left: 0;
}
.filter-items-date:Last-child {
    margin: 0;
}
input[type="date"] {
    -webkit-appearance: none;
    width: 100%;
}
.content-inner.product-filters.create-presentation .btn-group {
    justify-content: center;
}
.main-cont.edit-compny .content .col-md-12.mb-4 {
    margin-bottom: 0 !important;
}
.main-cont.edit-compny .content .upload-video {
    margin-bottom: 20px;
    margin-top: 5px;
}
.main-cont.edit-compny .content .card-body {
    padding: 0;
}
.main-cont.edit-compny .content .card {
    padding: 10px;
}
.main-cont.edit-compny .content .card .previewVideo {
    margin: 0;
    display: flex !important;
}
.main-cont.edit-compny .content .private li {
    margin-bottom: 30px;
}
.main-cont.edit-compny .content .private.notifications h4 {
    margin-top: 0;
    padding: 0;
}
.content-inner.edit_product .content-inner .upload-video {
    padding: 30px 15px;
    margin-top: 20px;
}
.content-inner.edit_product .content-inner .mt-5 {
    margin-top: 10px !important;
}
.content-inner.edit_product .content-inner .create {
    width: auto;
    padding: 10px 35px;
}
.content-inner.edit_product .content-inner .colorBox p {
    margin-bottom: 10px;
}
.content-inner.edit_product .content-inner .prepack .prePackParent:empty {
    display: none;
}
button.delt.sizeQuantityDeleteDb,
button.delt.sizeQuantityDelete {
    left: 100%;
}
.content-inner.edit_product .content-inner .currencyParent .delt {
    padding: 10px 0;
    margin: 0 !important;
}
.content-inner.edit_product .content-inner .prepack .prePackParent .delt {
    padding: 30px 0;
}
.main-cont.retailer_profile .seller-pro h4 a {
    float: none;
    display: inline-block;
    margin: 10px 0 0;
}
.main-cont.retailer_profile .seller-pro {
    padding-bottom: 50px;
}
.main-cont.retailer_profile .content .brand-box-dection-span .brand-layout {
    display: none;
}
.main-cont.retailer_profile .content .brand-box-dection-span .brand.images .saveStores {
    margin: 20px 0 0 !important;
}
.main-cont.retailer_profile .content .brand-box-dection-span .brand.images .saveStores button {
    width: auto;
}
.main-cont.retailer_profile .content .brand-layout {
    margin: 0;
}
.main-cont.retailer_profile .content .brand-layout .add-brand {
    margin: 0 0 0 auto;
}
.login-user .nav-item.dropdown a#navbarDropdown {
    font-size: 16px;
}
.login-user .nav-item.dropdown .dropdown-menu {
    display: block;
}
.login-user .header-menu .navbar .header-menu #navbarSupportedContent {
    position: static;
    padding: 0 !important;
}
.content-inner.create-auto .content .btn-group .preview-btn {
    padding: 11px 7px !important;
}
.main-cont.edit-compny.retailer_profile .form-control {
    margin-bottom: 0;
}
header.site-header.login-header .navbar-nav {
    justify-content: left;
}
header.site-header.login-header .navbar-nav li:last-child {
    order: -1;
    flex: 1;
    position: static;
}
header.site-header.login-header .header-menu {
    padding-left: 20px;
}
.profile-wrapper .brand-box-span .brand-box .brand-layout .edit-brand .edit.edit-brand {
    width: 46px;
}
.profile-wrapper.brand-user .brand-box-span .brand-box .brand.images .btn-rows {
    padding: 0 12px;
    margin-top: 15px;
}
.col-md-4.col-lg-2.pb-md-3.pb-sm-3.stretch-card.grid-margin {
    width: 100% !important;
    margin: 0 0 15px !important;
}
.card.table-wrapper.brand-filter .card-body,
.card.table-wrapper.retailer-filter .card-body,
.card.table-wrapper.sales-filter .card-body {
    padding: 0px !important;
}
.content-inner.brand_manager .page-title-- {
    padding: 18px 0;
}
.content-inner.brand_manager .page-title-- .row {
    align-items: center;
}
.content-inner.brand_manager .page-title-- h4 {
    margin: 0;
}
.profile-settings .profile-setting {
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin: 0;
}
.profile-settings .profile-setting .profile-setting-header {
    flex: 0 0 100%;
}
.profile-settings .profile-setting .profile-setting-content {
    flex-wrap: wrap;
}
.profile-settings .profile-setting .select2.select2-container.select2-container--default {
    width: 100% !important;
    margin: 10px 0;
}
.profile-settings .profile-setting .select2 .select2-selection {
    width: 100% !important;
}
.profile-settings .profile-setting .profile-setting-content .edit-btn {
    margin: 0;
}
.profile-settings .profile-setting.email .profile-setting-content input {
    flex: 100%;
    margin: 10px 0;
}
.profile-settings .profile-setting.email .profile-setting-content .save-btn {
    margin: 0;
}
.content .private.notifications {
    margin-top: 30px;
}
.content .private ul li {
    margin-bottom: 30px;
}
.product_detail .prdDetailTitle {
    margin: 0;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}
.product_detail .prdDetailTitle .create {
    top: 0;
}
.product_detail .right-side {
    padding: 30px 20px;
    flex-wrap: wrap;
}
.product_detail .right-side .proboximg .slider-for,
.product_detail .right-side .proboximg .slider-nav {
    width: 100%;
}
.product_detail .right-side .proboxinfo a {
    margin: 0;
}
.product_detail .right-side .proboxinfo h2 {
    font-size: 24px;
    line-height: normal;
}
.product_detail .right-side .proboxinfo .product-description {
    margin-bottom: 20px;
}
.product_detail .left-side .detbox {
    margin: 0 0 20px;
}
.product_detail .left-side .detbox:last-child {
    margin: 0;
}
.product_detail .checked-color {
    padding-right: 10px;
}
.product_detail .select-color .form-group input[type="checkbox"]:checked+.checked-color:before {
    right: 0;
}
.product_detail .left-side .detbox.price p {
    margin-bottom: 15px;
}
.product_detail .right-side .proboxinfo .edit-btn {
    width: auto !important;
    padding: 10px 20px !important;
}
.product_detail .right-side .proboximg .slider-for .item .fullImagePopUpGallery {
    margin: 0;
    height: 390px;
    object-fit: cover;
}
.product_detail .right-side .proboximg .slider-nav .item.slick-slide {
    height: 100px;
}
.product_detail .right-side .proboximg .slider-nav .item.slick-slide img {
    object-fit: cover;
}
.product_detail .left-side .product_detail.color_section label {
    margin-top: 2px;
}
.csv-import-page {
    height: auto;
}
.csv-import-page .title-header {
    margin-top: 0 !important;
    flex-wrap: wrap;
}
.csv-import-page .title-header h4 {
    margin-bottom: 10px;
}
.dashboard .title-header.sales-people {
    flex-wrap: wrap;
}
.dashboard .title-header.sales-people h4 {
    width: auto;
    margin-bottom: 10px;
}
.dashboard .title-header.sales-people div {
    gap: 10px;
}
.dashboard .title-header.sales-people a {
    padding: 0 !important;
}
.dashboard .title-header.sales-people .add-sce.lt-btn {
    padding: 7px 10px;
}
.inventory_filters .inentory_mod .Inventory_list .update_quantity {
    margin: 0;
    background: #FFD0BF !important;
    color: #F15A24;
}
.inventory_filters .inentory_mod .Inventory_list #content {
    overflow: scroll;
}
.inventory_filters .inentory_mod .form-outer {
    margin-bottom: 20px;
    width: 100%;
}
.inventory_filters .inentory_mod .form-group.custom_date_range .date {
    position: relative;
    max-width: calc(50% - (5px * 1/2));
    width: 100%;
}
.inventory_filters .inentory_mod .form-group.custom_date_range .date input {
    width: 100%;
}
.viewListOrder .Cart-sidebar {
    overflow: scroll;
}
.viewListOrder .Cart-sidebar table {
    margin: 0;
}
header.site-header.login-header .mobile-view {
    display: block !important;
}
header.site-header.login-header .mobile-view svg {
    width: 22px;
    height: auto;
}
header.site-header.login-header .nav-item.dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}
header.site-header.login-header .nav-item.dropdown .nav-link {
    background: transparent;
}
.content-inner.retailer-content-page .content .sales-list .tags-sales p {
    margin: 0 0 5px;
}
.content-inner.brand-manager-list .page-title {
    padding: 18px 15px!important;
    border-bottom: 1px solid #F0F3F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-inner.brand-manager-list .page-title h4 {
    margin: 0 !important;
}
.content-inner.brand-manager-list .page-title .export {
    padding: 7px 10px;
    margin: 0;
}
.content-inner.brand-manager-list .dataTables_length label,
.content-inner.order-list .dataTables_length label {
    align-items: center;
    margin: 0;
}
.content-inner.brand-manager-list .dataTables_length select,
.content-inner.order-list .dataTables_length label select {
    width: auto;
    margin: 0 5px !important;
}
.content-inner.brand-manager-list .dataTables_filter,
.content-inner.order-list .dataTables_filter {
    margin: 15px 0;
    text-align: left;
}
.content-inner.brand-manager-list .dataTables_filter label,
.content-inner.order-list .dataTables_filter label {
    display: flex;
    align-items: center;
}
.content-inner.brand-manager-list .dataTables_filter input[type="search"],
.content-inner.order-list .dataTables_filter input[type="search"] {
    width: 100%;
}
.inventory_filters .inentory_mod .form-outer .form-control {
    padding-right: 40px;
}
.inventory_filters .inentory_mod h1 {
    text-transform: capitalize;
}
.inventory_filters .inentory_mod #sub_total_view_sort .clickme,
.inventory_filters .inentory_mod #list_view_sort .clickme {
    padding: 7px 40px;
}
.products-collections .product-list .product-item .fill-btn {
    width: 100%;
}
.content.search.pres_view .brand-banner {
    margin-bottom: 0;
}
.content.search.pres_view .brand-banner img {
    height: 200px;
    object-fit: cover;
}
.content.search.pres_view .brand-banner h2 {
    left: 0;
    padding: 0 20px;
    margin: 0;
    font-size: 24px;
    width: 100%;
    top: 60%;
    transform: translateY(-40%);
}
.content.search.pres_view .brand-banner p {
    left: 0;
    padding: 0 20px;
    top: 40%;
}
.content.search.pres_view .content .prod-cont .tab {
    margin-bottom: 20px;
}
.content.search.pres_view .content .prod-cont .tab .row {
    margin: 0;
    gap: 13px;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
}
.content.search.pres_view .content .prod-cont .tab .row::-webkit-scrollbar {
    display: none;
}
.content.search.pres_view .content .prod-cont .tab .row .myBtnRow {
    height: auto;
    padding: 0 !important;
    width: auto;
}
.content.search.pres_view .content .prod-cont .tab .row .myBtnRow .tablinks {
    margin: 0;
    border: 1px solid #CED6E0;
    background: transparent;
    border-radius: 4px;
    padding: 10px 14px !important;
    font-size: 15px;
    line-height: 19px;
    color: #55585C;
    font-weight: 600;
    font-family: 'Mulish';
}
.content.search.pres_view .content .prod-cont .tab .row .myBtnRow .tablinks.active {
    background: #F15A24;
    color: #fff;
    border-color: #F15A24;
}
.content.search.pres_view .content .prod-cont .create-btn {
    float: none !important;
    margin: 0 !important;
}
.content.search.pres_view .content .prod-cont .product-list-- {
    margin: 0;
    padding: 0;
    gap: 40px 16px;
}
.content.search.pres_view .content .prod-cont .product-list-- .product-item {
    min-height: auto !important;
    height: auto !important;
    margin: 0;
    border: 0;
    width: calc(50% - (16px* 1 / 2)) !important;
}
.content.search.pres_view .content .prod-cont .product-list-- .product-item .product-pic {
    margin-bottom: 17px;
}
.content.search.pres_view .content .prod-cont .product-list-- .product-item .product-pic img {
    height: 229px;
    object-fit: cover;
    margin: 0;
    width: 100% !important;
}
.content.search.pres_view .content .prod-cont .product-list-- .product-item  a p {
    margin: 0 0 5px;
    padding: 0;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    color: #212429;
    font-weight: bold;
    font-family: 'Mulish';
    white-space: normal;
    text-overflow: inherit;
    overflow: visible;
    word-wrap: break-word;
}
.content.search.pres_view .content .prod-cont .product-list-- span {
    margin: 0 !important;
    padding: 0;
    line-height: 20px;
    color: #7A8696;
    letter-spacing: normal;
    display: block;
    height: auto;
    white-space: normal;
    word-break: break-all;
}
.content.search.pres_view .content .prod-cont .product-list-- .price-detail {
    padding: 0;
    margin: 10px 0 17px;
}
.content.search.pres_view .content .prod-cont .product-list-- .price-detail .price {
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.content.search.pres_view .content .prod-cont .product-list-- .price-detail .price p, 
.content.search.pres_view .content .prod-cont .product-list-- .price-detail .retail p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
.content.search.pres_view .content .prod-cont .product-list-- .price-detail .price p span, 
.content.search.pres_view .content .prod-cont .product-list-- .price-detail .retail p span {
    font-weight: 600;
    font-family: 'Mulish';
}
.content.search.pres_view .content .prod-cont .product-list-- .fill-btn {
    width: 100%;
}
.list-layout {
    white-space: nowrap;
}
.sales .sales-list .sales-left-content .sales-permissions {
    max-width: max-content;
    min-width: auto;
}
span.appendData {
    width: 830px;
}
.sales .sales-list .sales-left-content .list-layout .select2-selection__arrow {
    height: 8px;
}
}


@media only screen and (min-width: 768px) {
.mobile-filters {
    display: none;
}
.breadcrumb-section .filters__open {
    display: none;
}
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pdct-details .btn-group button {
        font-weight: 600;
        padding: 0px 15px;
    }
    .dashboard.preview_template .product-item {
        width: 47.5% !important;
    }
    .myBtnRow {
        height: 60px;
        margin: 0 25px 0 0px;
    }
    .products-collections .product-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0 14px;
        row-gap: 30px;
    }
    
    .products-collections .product-list .product-item {
        width: calc(50% - 3px)!important;
    }
    .tab-content ul{
        display: none;
    }
    .add-products.addProducts {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    
    .add-products.addProducts .d-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 20px;
    }

    .title-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #FFFFFF;
        /* padding: 18px 17px; */
        /* margin-bottom: 53px; */
        margin-top: 50px;
    }


    span.appendData {
        padding: 0 20px;
        display: block;
    }

    .invite-seller.position-relative {
        position: relative!important;
        padding: 0 20px;
    }

    .sales .sales-list .sales-left-content .list-wapper {
        overflow-x: auto;
    }

    .sales .sales-list .sales-left-content .list-wapper .sales-inner-wrapper {
        min-width: 800px;
    }


    .sales-content-page .tags-sales .search-example, .retailer-content-page .tags-sales .search-example {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .tags-sales {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .box-shadow-list {
       
        overflow-x: auto;
        width: 100%;
    }


    span.appendData {
        padding: 0 20px;
        display: block;
        width: 750px;
    }
    .sales-list .col-lg-7.col-md-8 {
        width: 100%;
    }

    .sales-list .col-md-4.float-md-end {
        width: 100%;
    }


    .fc .fc-toolbar-title {
        font-size: 1em !important;
        margin: 0;
    }
    h5 {
        font-size: 14px;
       
    }
    .h6, h6 {
        font-size: .8em;
    }

    .inventory_filters .inentory_mod .row div {
        width: 100%;
    }
    
    .inventory_filters .inentory_mod .form-group input {
        width: 100%;
     
    }

    .inventory_filters .inentory_mod button.lt-btn.search-icon_inventory {
 
        bottom: 0;
      
    }

    .preview_template .product-item {
        width: 30.7% !important;
    }
    
    .odd span.actionBtn {
        display: block;
        width: 100%;
    }

    .even span.actionBtn {
        display: block;
        width: 100%;
    }

}




@media only screen and (min-width: 1025px) and (max-width: 1400px) {

    .pdct-details .btn-group button {
        font-weight: 600;
        padding: 0px 15px;
    }

    .odd span.actionBtn {
        display: block;
        width: 100%;
    }
    .even span.actionBtn {
        display: block;
        width: 100%;
    }

    .dashboard.preview_template .product-item {
        width: 47.5% !important;
    }

    .myBtnRow {
        height: 60px;
        margin: 0 25px 0 0px;
    }

    .preview_template .product-item {
        width: 30.7% !important;
    }

    .add-products.addProducts {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    
    .add-products.addProducts .d-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 20px;
    }
    .products-collections .product-list {
        padding: 0 15px; 
    }.edit-section {flex-wrap: wrap;position: relative;padding: 0;}

   
    
    .products-collections .product-list {
        display: flex;
        flex-wrap: wrap;
        row-gap: 50px;
        padding: 0 20px;
    }
    
    .products-collections .product-item {
        min-height: 760px;
    }
    
    .products-collections .product-list .product-item {
        width: calc(33.3% - 3px)!important;
    }


    span.appendData {
        padding: 0 20px;
        display: block;
    }

    .invite-seller.position-relative {
        position: relative!important;
        padding: 0 20px;
    }

    .sales .sales-list .sales-left-content .list-wapper {
        overflow-x: auto;
    }

    .sales .sales-list .sales-left-content .list-wapper .sales-inner-wrapper {
        min-width: 800px;
    }

    
}

.changeAnimation {
    animation: blink 2.5s infinite;
    border: solid 2px #000;
  }

  @keyframes blink {
    50% {
        background: #FFD0BF;
        color: #F15A24;
        border-color: #FFD0BF;
    }
  }


@media only screen and (max-width: 370px) {
.products-collections .product-list .product-item {
    width: 100% !important;
}
}