@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    overflow-x: hidden;
    font-family: "Rubik";
    font-style: normal;
}


/* impontant css */
#signinbtn1 .minicart-wrapper .action.showcart .counter.qty .loader > img {
    max-width: 24px;
    display: none;
}
#signinbtn1 .loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: none;
}






/*28 MARCH css start here*/

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    margin: 0px;
}

.customheadermaindiv {
    width: calc(100% - 200px);
    float: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.customheadermaindiv .block.block-search {
    display: inline-block;
}

.Customheadercontent {
    width: 50%;
    float: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 50%;
}


header.page-header {
    padding: 30px 0px;
    z-index: 5;
}

.tbic {
    width: 145px;
}


/*28 MARCH css end here here*/

.page-main .block {
    margin-bottom: 0;
}

.row {
    margin-right: -30px;
    margin-left: -30px;
}

.rowblock {
    margin-right: -15px;
    margin-left: -15px;
}

.columns .column.main {
    padding-bottom: 0;
}

.footer.content {
    padding-top: 0px;
}

.block-search input {
    position: relative;
    left: 0px;
}

.field.search .control {
    position: relative;
}

.header .block-search .action.search {
    position: absolute;
    left: 8px;
    top: 8px;
}

.signinbtn a img {
    top: 7px;
    position: relative;
}


/*Home Banner*/

.homebannerblock {
    position: relative;
}
div#banner-slider-carousel\ homebannerblock {
    background: #f3feff;
}
div#bannerslider-list-items-4-62612f5266b49 .owl-stage-outer.owl-height {
    height: auto !important;
}
.homebannerblock img.owl-image.img-responsive.owl-lazy {
    padding-top: 42px;
    padding-bottom: 42px;
}

.homebannerblock:before, .homebannerblock:after {
    position: absolute;
    top: 0;
    display: block;
    width: calc((99vw - 100%) / 2);
    height: 100%;
    background-color: #F3FEFF;
    content: '';
}

.homebannerblock:after {
    left: 100%;
}

.homebannerblock:before {
    right: 100%;
}

.homebannerblock .homebannercontent {
    position: absolute;
    left: 0;
    top: 50%;
    margin: auto;
    width: 100%;
    max-width: 500px;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
}

.homebannerblock .homebannercontent h1 {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    color: #000000;
    margin: 0px 0px 10px;
}

.homebannerblock .homebannercontent h1 span {
    color: #AC2275;
}

.homebannerblock .homebannercontent p {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #212112;
}

.homebannerblock .homebannercontent .homebtnblock {
    margin: 27px 0px 0px;
}

.homebannerblock .homebannercontent .homebtnblock a {
    padding: 12px 30px;
    border-radius: 4px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-right: 15px;
}

.homebannerblock .homebannercontent .homebtnblock a.homesignupbtn {
    background: #AC2275;
    border: 1px solid #AC2275;
    color: #FFFFFF;
}

.homebannerblock .homebannercontent .homebtnblock a.homeloginpbtn {
    color: #7EC6CC;
    border: 1px solid #7EC6CC;
}


/*footer*/

.copyright {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 10px;
    text-align: center;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 202.5%;
    letter-spacing: 0.02em;
    color: #666666;
}

.page-footer {
    background: #fff;
    margin-top: auto;
    padding-bottom: 0px;
}

.tbi-custom-footer {
    width: 100%;
    float: left;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 70px;
}

.tbi-custom-footer .footer-column:nth-child(1) {
    width: 41.66%;
    float: left;
    padding: 0px 0px;
}

.tbi-custom-footer .footer-column:nth-child(2) {
    width: 41.66%;
    float: left;
    padding: 0px 0px;
}

.tbi-custom-footer .footer-column:nth-child(3) {
    width: 16.66%;
    float: left;
    padding: 0px 0px;
}

.tbi-custom-footer .footer-column .footercontentblock {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.tbi-custom-footer .footer-column .footercontentblock img {
    margin-bottom: 20px;
}

.tbi-custom-footer .footer-column .footercontentblock p {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #808080;
    max-width: 350px;
}

.tbi-custom-footer .footer-column .footercontentblock h3 {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin: 0px 0px 20px;
    color: #000000;
}

.tbi-custom-footer .footer-column .footercontentblock ul {
    padding: 0px;
    width: 50%;
    float: left;
}

.tbi-custom-footer .footer-column .footercontentblock ul li {
    width: 100%;
}

.tbi-custom-footer .footer-column .footercontentblock ul li a {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    color: #808080;
}

.tbi-custom-footer .footer-column .footercontentblock ul li a img {
    margin: 0px 0px 0px;
    position: relative;
    top: 4px;
}


/*Home point Block*/

.homepointblock {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 60px 0px;
    border-bottom: 1px solid #EBEBEB;
}

.homepointblock:before,
.homepointblock:after {
    position: absolute;
    top: 0;
    display: block;
    width: calc((99vw - 100%) / 2);
    height: 100%;
    border-bottom: 1px solid #EBEBEB;
    content: '';
}

.homepointblock:after {
    left: 100%;
}

.homepointblock:before {
    right: 100%;
}

.homepointblock .homepointblockcontent {
    margin: 0px;
    min-width: 25%;
    max-width: calc(100% / 4 - (15px * 2));
}

.homepointblock .homepointblockcontent img {
    float: left;
    margin-right: 15px;
}

.homepointblock .homepointblockcontent p {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    width: 100%;
}


/*online ordering today*/

.onlineorderingtodayblock {
    background: #7EC6CC;
    width: 100%;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 65px;
    height: 322px;
}

.onlineorderingtodayblock:before,
.onlineorderingtodayblock:after {
    position: absolute;
    top: 0;
    display: block;
    width: calc((99vw - 100%) / 2);
    height: 100%;
    background: #7EC6CC;
    content: '';
}

.onlineorderingtodayblock:after {
    left: 100%;
}

.onlineorderingtodayblock:before {
    right: 100%;
}

.onlineorderingtodayblock .onlineorderingtodaycontent {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
}

.onlineorderingtodayblock .onlineorderingtodaycontent h2 {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #FFFFFF;
    margin: 0px 0px 40px;
}

.onlineorderingtodaybtnblock {
    text-align: center;
    width: 100%;
}

.onlineorderingtodaybtnblock a {
    padding: 12px 30px;
    border-radius: 4px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-right: 17px;
}

.onlineorderingtodaybtnblock a.onlineorderingtodaysignupbtn {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #7EC6CC;
}

.onlineorderingtodaybtnblock a.onlineorderingtodayloginpbtn {
    background: #7EC6CC;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}


/*How it work*/

.howitworks {
    background: #F3FEFF;
    position: relative;
    padding: 0px 0px 80px;
}

.howitworks:before,
.howitworks:after {
    position: absolute;
    top: 0;
    display: block;
    width: calc((99vw - 100%) / 2);
    height: 100%;
    background: #F3FEFF;
    content: '';
}

.howitworks:after {
    left: 100%;
}

.howitworks:before {
    right: 100%;
}

.howitworks .howitworksblock {
    width: 100%;
    margin: 0px 0px 60px;
    padding: 85px 0px 0px;
}

.howitworks .howitworksblock h2 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #000000;
}

.howitworkscontentleft {
    margin-right: 2%;
    width: 50%;
}

.howitworkscontentleft .howitworkscontentleftblock {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 4%;
}

.howitworkscontentleft .howitworkscontentleftblock span {
    background: #E2E2E2;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    float: left;
    line-height: 44px;
    margin: 0px 15px 15px 0;
    color: #fff;
}

.howitworkscontentleft .howitworkscontentleftblock h3 {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    color: #000000;
    margin: 0px 0px 5px;
}

.howitworkscontentleft .howitworkscontentleftblock p {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    text-align: left;
    color: #808080;
}


/*Home Categories block*/

.commanblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.homecategories {
    background: #FFF0F9;
    position: relative;
    padding: 0px 0px 80px;
}

.homecategories:before,
.homecategories:after {
    position: absolute;
    top: 0;
    display: block;
    width: calc((99vw - 100%) / 2);
    height: 100%;
    background: #FFF0F9;
    content: '';
}

.homecategories:after {
    left: 100%;
}

.homecategories:before {
    right: 100%;
}

.homecategories .homecategoriesblock {
    width: 100%;
    margin: 85px 0px 60px;
    padding: 0px;
}

.homecategoriesblock h2 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #000000;
}

.homecategoriesblock {
    width: 100%;
    margin: 85px 0px 60px;
    float: left;
    text-align: center;
    padding: 0px;
}

.homecategoriesblock h2 {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #000000;
}

.homecategoriescontent {
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    width: 100%;
    margin-bottom: 2%;
}

.homecategoriescontentleftblock {
    width: 50%;
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
    height: 100%;
}

.homecategoriescontentrightblock {
    width: 50%;
    float: left;
}

.homecategoriescontentrightblock img {
    float: left;
}

.homecategoriescontentleftblock h3 {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 0px 0px 5px;
}

.homecategoriescontentleftblock p {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #808080;
    margin: 0px;
}

.homecategoriescontentleftblock img {
    margin: 30px 0px;
    position: absolute;
    bottom: 30px;
}

.homecategoriescontent.colsixblock {
    width: 45%;
    padding: 30px 2% 0px;
    margin-right: 2%;
}

.homecategoriescontent.colsixblock:nth-child(2) {
    margin-right: 0px;
}

.homecategoriescontent.colfourblock {
    width: 45%;
    padding: 30px 2% 0px;
    margin-right: 2%;
}

.homecategoriescontent.colfourblock:nth-child(3) {
    margin-right: 0px;
}

.homecategoriescontent.colfourblock .homecategoriescontentleftblock {
    width: 100%;
    position: relative;
    height: auto;
    min-height: 70px;
}

.homecategoriescontent.colfourblock .homecategoriescontentrightblock {
    width: 100%;
    position: relative;
}

.homecategoriescontent.colfourblock .homecategoriescontentrightblock img {
    float: right;
}

.homecategoriescontent.colfourblock .homecategoriescontentrightblock a img {
    position: absolute;
    bottom: 50px;
}

.homeallcategoriesblock {
    text-align: center;
}

.homeallcategoriesblock a {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    color: #AC2275;
}

.homeallcategoriesblock a img {
    position: relative;
    top: 6px;
}


/*Home product block*/

.home-trending-products-content {
    width: 100%;
    text-align: center;
    margin: 85px 0px 50px;
}

.home-trending-products-content h2 {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #000000;
    margin: 0px;
}

.cms-index-index.page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0 !important;
    margin-bottom: 20px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.products-grid .product-items .product-item-info {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.cms-index-index.page-layout-1column .product-item-name>a {
    text-decoration: none;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}


/*29-3-2022 New css - Home Page*/

.form.minisearch .tbic select {
    border-color: #7FC6CC;
    background-image: url('../images/Polygon 1.png');
    position: relative;
    background-size: auto;
    background-position: 90% 51%;
}

.form.minisearch .tbic select:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form.minisearch .tbi .control input {
    background: #FFFFFF;
    border: 1px solid #7FC6CC;
    border-radius: 5px;
    border-left: none;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 32px;
}

.form.minisearch .tbi .control .actions button.action.search::before {
    line-height: 29px;
    font-size: 15px;
}

.products-grid .product-items .product-item .product-item-info span.product-image-wrapper {
    padding-bottom: 100% !important;
}

.products-grid .product-items .product-item .product-item-info span.product-image-wrapper img.product-image-photo {
    position: unset;
    width: auto;
    min-height: 240px;
}

.products-grid .product-items .product-item .product-item-info span.pecentpriceblock {
    padding: 12px 12px 10px 12px;
    top: 72px;
    right: 18px;
}

.sellerloginbtn {
    display: block !important;
    line-height: 44px;
    text-align: center;
}

.cms-categories .breadcrumbs {
    display: none;
}

.cms-categories main.page-main-full-width .bannerbreadcums .breadcrumbs {
    display: block;
}

.cms-categories .page-title-wrapper {
    display: none;
}

.form.minisearch .tbi .control input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}


/*Footer*/

.page-footer {
    width: 100%;
}

.footer.content .onlineorderingtodayblock::before {
    content: none;
}

.footer.content .onlineorderingtodayblock::after {
    content: none;
}

.page-footer .footer.content {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
}

.footer.content .onlineorderingtodayblock {
    width: 100%;
    max-width: 100%;
    position: unset;
    background: #7EC6CC;
    float: unset;
    height: auto;
    margin-bottom: 89px;
}

.footer.content .onlineorderingtodayblock .onlineorderingtodaycontent {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 105px 0;
}

.page-footer .footer.content .tbi-custom-footer {
    max-width: 1280px;
    margin: 0 auto;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tbi-custom-footer .footer-column {
    float: unset !important;
}

.bannerblock {
    background: #F3FEFF;
    text-align: center;
    padding: 85px 0 101px 0;
}

.bannerblock .bannertitle {
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #000000;
    text-transform: capitalize;
}

.bannerblock .bannerbreadcums .breadcrumbs .items .item strong {
    color: #AC2275;
}

.catalog-category-view .page-title-wrapper {
    display: none !important;
}

.catalog-category-view .sidebar.sidebar-additional,
.catalog-category-view .sidebar.sidebar-main {
    display: none;
}

.catalog-category-view .page-main {
    max-width: 100%;
    padding: 0;
}

.catalog-category-view .columns .column.main {
    width: 100%;
    float: unset;
    padding: 0;
}

.allcategoriesimages {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.allcategoriesimages .categoryimagebox {
    width: 25%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    margin-bottom: 65px;
}

.allcategoriesimages .categoryimage {
    padding: 0 15px;
    width: auto;
    height: auto;
}

.allcategoriesimages .categoryname {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 18px 22px;
}


/*listing page*/

.catalog-category-view .products.wrapper.grid.products-grid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 80px;
}

.catalog-category-view .product-items.widget-product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.catalog-category-view .products .product-items .product-item {
    width: 25%;
    margin-left: 0 !important;
}

.catalog-category-view .products .product-item .product-item-info {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.catalog-category-view .products .product-item-info .product-item-details .product-item-name a {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.products-grid .product-item .product-item-info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.products-grid .product-item .product-item-info:hover::after {
    bottom: -82px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 14px rgb(0 0 0 / 10%);
            box-shadow: 0px 4px 14px rgb(0 0 0 / 10%);
    border-radius: 18px;
    padding: 0px;
    z-index: 2;
}

.products-grid .product-item .product-item-info:hover a.product-item-photo {
    z-index: 5;
}

.products-grid .product-item .product-item-info:hover span.pecentpriceblock {
    z-index: 6;
}

.products-grid .product-item .product-item-info:hover span.product-image-wrapper {
    z-index: 4;
}

.products-grid .product-item .product-item-info .product-item-details {
    z-index: 5;
    width: -webkit-fill-available;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details {
    z-index: 5;
    width: 100%;
}

.products-grid .product-item-info .product-item-details {
    position: relative;
}

.products-grid .product-item-info .product-item-details #sellerprofile {
    position: absolute;
}

.products-grid .product-item .product-item-info:hover .product-item-details::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -82px;
    right: 0;
    left: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 13px rgb(0 0 0 / 14%);
            box-shadow: 0px 4px 13px rgb(0 0 0 / 14%);
    border-radius: 8px;
    padding: 15px;
    z-index: -1;
    border: 1px solid #F4F4F4;
}

.products-grid .product-items .product-item-info:hover,
.products-grid .product-items .product-item-info.active {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: unset;
    background: unset;
}


/*pagination*/

.catalog-category-view .hrline {
    max-width: 1280px;
    margin: 0 auto;
}
.catalog-category-view .hrline hr {
    display: none;
}

.catalog-category-view .column.main .toolbar.toolbar-products {
    width: 100%;
    max-width: 1280px;
    margin: 24px auto;
}

.catalog-category-view .toolbar.toolbar-products .field.limiter {
    display: none;
}

.catalog-category-view .toolbar.toolbar-products .pages {
    float: unset;
    position: relative;
}

.catalog-category-view .toolbar.toolbar-products .pages li.item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #222;
}

.catalog-category-view .toolbar.toolbar-products .pages li.item.current .page {
    background: #AC2275;
    border-radius: 50%;
    padding: 1px 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #FFFFFF;
}

.catalog-category-view .toolbar.toolbar-products .pages a.action {
    background: no-repeat;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.catalog-category-view .toolbar.toolbar-products .pages a.action::before {
    content: none;
}

.catalog-category-view .toolbar.toolbar-products .pages a.action span:not(span.label) {
    clip: unset;
    height: auto;
    width: auto;
    overflow: unset;
    position: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #AC2275;
}

.catalog-category-view .toolbar.toolbar-products .pages li.item.pages-item-next {
    position: absolute;
    right: 0;
}

.catalog-category-view .toolbar.toolbar-products .pages li.item.pages-item-previous {
    position: absolute;
    left: 0;
}

.catalog-product-view .page-main.page-main-details {
    display: none;
}


/*Single product page */

.catalog-product-view .breadcrumbs {
    width: 100%;
    max-width: 1420px;
    padding: 0;
    margin-top: 80px;
    padding-bottom: 36px;
    padding-left: 15px;
    padding-right: 15px;
}

.catalog-product-view main#maincontent {
    width: 100%;
    max-width: 1420px;
    padding: 0;
}

.catalog-product-view .breadcrumbs li.item a {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    padding-right: 3px;
}

.catalog-product-view .breadcrumbs li.item strong {
    font-weight: 400;
    font-size: 16px;
    color: #AC2275;
    padding-left: 4px;
}

.catalog-product-view .fotorama__thumb-border {
    border: 2px solid #AC2275;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 11px !important;
    height: 92px !important;
}

.catalog-product-view main#maincontent .product.media {
    width: 50%;
    margin-bottom: 0;
}



.catalog-product-view main#maincontent .product-info-main {
    width: 50%;
    /*padding-left: 15px;
    padding-right: 15px;*/
    position: relative;
}


/*.catalog-product-view .product.media .fotorama__stage {
    width: 100% !important;
}
.catalog-product-view .product.media .fotorama__stage .fotorama__stage__shaft.fotorama__grab {
    width: 100% !important;
    max-width: 100% !important;
}*/

.catalog-product-view .product.media .fotorama__stage__shaft.fotorama__grab .fotorama__stage__frame img.fotorama__img {
    top: 0;
    -webkit-transform: translate3d(-50%, 0%, 0);
            transform: translate3d(-50%, 0%, 0);
}

.catalog-product-view .fotorama__stage__frame .fotorama__img {}

.catalog-product-view .fotorama__arr.fotorama__arr--prev {
    display: none !important;
}

.catalog-product-view .fotorama__arr.fotorama__arr--next {
    display: none !important;
}

.catalog-product-view .product-info-main .page-title-wrapper.product {
    background: none;
    height: auto;
    display: block;
}

.catalog-product-view .product-info-main .product h1.page-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    color: #212121;
    text-align: left;
    margin-bottom: 4px;
}

.catalog-product-view .product-info-main .product.attribute.overview {
    margin: 0;
    margin-top: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #383838;
}

.catalog-product-view .product-info-main .price-box span.price-label {
    display: none;
}

.catalog-product-view .product-info-main .price-box span.price {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #7EC6CC;
}

.catalog-product-view .product-info-main .price-box {
    margin-top: 25px;
}

.catalog-product-view .product-info-main .product-info-price {
    border: none;
    margin-bottom: 45px;
}

.catalog-product-view .product-info-main .sizechart a.textlink {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #AC2275;
}

.catalog-product-view .product-info-main .sizechart {
    text-align: right;
    position: absolute;
    right: 0;
}

.catalog-product-view .product-info-main .product-add-form {
    padding-top: 0;
}

.catalog-product-view .product-info-main .product-add-form .swatch-attribute-label {
    display: none;
}

.catalog-product-view .product-info-main .product-add-form span.swatch-attribute-selected-option {
    display: none;
}

.catalog-product-view .product-info-main .product-add-form .swatch-option.text {
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    padding: 15px 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #212121;
}

.catalog-product-view .product-info-main .product-add-form .swatch-opt {
    margin-top: -14px;
}

.catalog-product-view .product-info-main .product-add-form .product-options-bottom {
    padding: 0;
    margin-top: 35px;
}

.catalog-product-view .products-grid .product-item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.catalog-product-view .products-grid .product-item .product-item-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.catalog-product-view .products-grid .product.name.product-item-name {
    margin-left: 0;
}

.catalog-product-view .product-add-form .product-options-bottom .field.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.catalog-product-view .product-add-form .product-options-bottom .field.qty label.label {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #212121;
    padding-right: 35px;
    margin-bottom: 0;
}

.catalog-product-view .product-add-form .product-options-bottom .control {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 20px 12px 20px;
}

.catalog-product-view .product-add-form .product-options-bottom .control span,
.catalog-product-view .product-add-form .product-options-bottom .control input {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    padding: 0;
    border: none;
    height: auto;
    display: inline-block;
    width: auto;
    max-width: 85px;
    cursor: pointer;
}

.catalog-product-view .product-add-form .product-options-bottom .control input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.catalog-product-view .product-add-form .product-options-bottom .actions button.tocart {
    background: #AC2275;
    border-radius: 4px;
    border: none;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    padding: 12px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.catalog-product-view .product-add-form .box-tocart .field.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.catalog-product-view .product-add-form .box-tocart .field.qty label.label {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #212121;
    padding-right: 35px;
    margin-bottom: 0;
}

.catalog-product-view .product-add-form .box-tocart .control {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 20px 12px 20px;
}

.catalog-product-view .product-add-form .box-tocart .control span,
.catalog-product-view .product-add-form .box-tocart .control input {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    padding: 0;
    border: none;
    height: auto;
    display: inline-block;
    width: auto;
    max-width: 85px;
    cursor: pointer;
}

.catalog-product-view .product-add-form .box-tocart .control input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.catalog-product-view .product-add-form .box-tocart .actions button.tocart {
    background: #AC2275;
    border-radius: 4px;
    border: none;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    padding: 12px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.catalog-product-view span.wk-block-font-bold-up,
.catalog-product-view span.wk-block-title-css {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #383838;
}

.catalog-product-view .wk-seller-card-row .wk-seller-card-row-viewstore a {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #AC2275;
    padding-left: 20px;
}

.catalog-product-view .wk-seller-card-row {
    margin-top: 15px;
}

.catalog-product-view .wk-seller-card-row-sellerprofile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6px;
}

.catalog-product-view .wk-seller-card-row-sellerprofileimg img {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background: #9c9c9c;
}

.catalog-product-view .wk-seller-card-row-sellerprofileimgdetail .customreview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.catalog-product-view .wk-seller-card-row-sellerprofileimgdetail .customreview .mpfeedback {
    padding-right: 10px;
}

.catalog-product-view .wk-seller-card-row-sellerprofileimgdetail {
    margin-left: 12px;
    -ms-flex-item-align: baseline;
        align-self: baseline;
}

.catalog-product-view .wk-seller-card-row-sellerprofileimgdetail .wk-seller-card-row-sellerprofileimgdetailproduct,
.catalog-product-view .wk-seller-card-row-sellerprofileimgdetail .ratingcustom {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #383838;
}

.catalog-product-view .page-main.page-main-details {
    max-width: 100%;
    padding: 0;
}

.catalog-product-view .page-main.page-main-details div#additional {
    max-width: 1420px;
    margin: 0 auto;
    padding-top: 0;
}

.catalog-product-view #additional .titleattributes h4 {
    margin-top: 0;
}

.catalog-product-view #additional .titleattributes {
    width: 50%;
    margin-left: auto;
    position: relative;
}

.catalog-product-view #additional .titleattributes::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #EDEDED;
    position: absolute;
    top: -28px;
}

.catalog-product-view #additional .titleattributes .additional-attributes-wrapper {
    padding-left: 15px;
}

.catalog-product-view #additional .titleattributes h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    padding-left: 15px;
    margin-bottom: 26px;
}

.catalog-product-view #additional .titleattributes table.data tbody {
    display: -ms-grid;
    display: grid;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
}

.catalog-product-view #additional .titleattributes table.data tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
    padding-right: 100px;
}

.catalog-product-view #additional .titleattributes table.data tbody tr th {
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;
    color: #383838;
    padding: 0;
    padding-bottom: 5px;
}

.catalog-product-view #additional .titleattributes table.data tbody tr td {
    font-weight: 400;
    font-size: 16px;
    color: #383838;
    padding: 0;
    padding-left: 0;
}

.catalog-product-view .block.related {
    background: #F3FEFF;
    padding: 90px 0;
}

.catalog-product-view .block.related .block-title.title {
    text-align: center;
}

.catalog-product-view .block.related .block-title.title strong {
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #000000;
}

.catalog-product-view .block.related .block-content.content {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

.catalog-product-view .block.related .block-content.content .products.products-related {
    margin-bottom: 0;
}

.products-grid .product-item .product-item-info a.product-item-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.catalog-product-view main#maincontent .product.media .gallery-placeholder {
    padding: 0 15px;
}

.catalog-product-view main#maincontent .product-info-main>div {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


/*SignIn SignUp*/

.customer-account-login .page-wrapper .page-main {
    padding: 25px 15px;
}

.catalog-product-view .products-grid .product-item .product-item-info.related-available {
    background: #fff;
    border-radius: 18px;
}


/*CMS category page design*/

.cms-page-view .breadcrumbs {
    display: none;
}

.cms-page-view .page-title-wrapper {
    display: none;
}

.cms-page-view .page-main-full-width .column.main>div {
    width: 100%;
    max-width: 100%;
}

.cms-page-view .bannerbreadcums .breadcrumbs {
    display: block;
}

.cms-page-view .allcategoriesseller {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.cms-page-view .allcategoriesseller .sellerdetail {
    width: 100%;
    max-width: 25%;
    margin-bottom: 58px;
}

.cms-page-view .allcategoriesseller .sellerdetail>div {
    margin-left: 15px;
    margin-right: 15px;
}

.cms-page-view .allcategoriesseller .sellerdetail .sellerbanner {
    text-align: center;
}

.cms-page-view .allcategoriesseller .sellerdetail .sellerbanner img {
    width: 100%;
    max-width: 100%;
}


/*.cms-page-view .allcategoriesseller .sellerdetail:first-child > div {
    padding-left: 0;
}
.cms-page-view .allcategoriesseller .sellerdetail:nth-child(4n) > div {
    padding-right: 0;
}*/

.cms-page-view .sellerlogo {
    text-align: center;
    position: absolute;
    padding: 0 !important;
    left: calc(50% - 61px);
    bottom: calc(0% - 64px);
}

.cms-page-view .sellerlogo img {
    background: #E9FBFD;
    border: 11px solid #FFFFFF;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

.cms-page-view .sellershop_name {
    padding-top: 60px;
    text-align: center;
    margin-bottom: 2px;
}

.cms-page-view .sellerlocation>div {
    margin: 0 2px;
}

.cms-page-view .sellershop_name a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.cms-page-view .sellershop_name a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.cms-page-view .sellerlocation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px 0;
}

.cms-page-view .sellerlocation .locationicon {
    line-height: 0;
}

.cms-page-view .sellerlocation .place {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #808080;
}

.cms-page-view .sellershopurl {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}

.cms-page-view .sellershopurl a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #AC2275;
}

.cms-page-view .banner_logo {
    position: relative;
}

.cms-page-view .allcategoriesseller .sellerdetail .banner_logo {
    background: #FFFFFF;
    border-radius: 18px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.cms-page-view .allcategoriesseller .sellerdetail .contentseller {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


/*SignUp*/

.customer-account-create .page-wrapper {
    background: #f3feff;
}

.customer-account-create .page-wrapper .page-main {
    width: 100%;
    max-width: 50%;
    padding: 50px 15px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
    -webkit-box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.03);
    border-radius: 14px;
    margin-bottom: 100px;
}

.customer-account-create h1.page-title {
    display: none !important;
}

.customer-account-create .signup legend.legend {
    border: none;
    text-align: center;
}

.customer-account-create .signup legend.legend span {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.customer-account-create .signup label.label span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
}

.customer-account-create .signup .control input {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    height: 46px;
}

.customer-account-create .signup .control input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.customer-account-create .signup .field.choice input {
    margin-top: 0 !important;
}

.customer-account-create .signup .control input#wantpartner,
.customer-account-create .signup .control input#wantpartner0 {
    height: auto;
    vertical-align: text-top;
}

.customer-account-create .signup label.label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
}

.customer-account-create .signup .actions-toolbar .primary {
    display: block;
    width: 100%;
}

.customer-account-create .signup .actions-toolbar .primary button {
    background: #AC2275;
    border-radius: 4px;
    height: 48px;
    border: none;
    width: 100%;
    display: block;
    margin: 0;
}

.customer-account-create .signup .actions-toolbar .primary button span,
.loginbuttomcustom button span {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.customer-account-create .signup .actions-toolbar .secondary {
    width: 100%;
    display: block;
    margin-top: 80px;
}

.customer-account-create .signup .actions-toolbar a.action.back {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #AC2275;
    width: 100%;
    display: block;
}

.customer-account-create .signup form.create {
    margin: 0 auto;
}


/*Seller store page 11-4-22*/

.seller_detail#seller_detail p {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 0;
}

.wk-mp-collection-header-right {
    border-bottom: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.wk-mp-collection-header-right .wk-mp-collection-product-right .wk-mp-seller-profile-box {
    min-height: auto;
    line-height: normal;
    font-size: initial;
}

.wk-mp-collection-header-right-wrapper .wk-mp-collection-product-count-container {
    padding: 0 0;
    margin-right: 0;
}

.wk-mp-collection-header-css {
    border: none !important;
}

.wk-mp-collection-header-right-wrapper .active>div {
    border-bottom: 3px solid #AC2275 !important;
    padding: 16px 0;
}

.wk-mp-collection-header-bottom-txt a {
    line-height: 36px;
}

.wk_mp_design .wk-mp-collection-container {
    width: 100%;
    margin: 0 auto;
}

.wk_mp_design .wk-mp-collection-right {
    float: unset;
    width: 100%;
}

p#toolbar-amount span,
label.sorter-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #212121;
}

.toolbar-sorter.sorter select {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #212121;
    height: 46px;
    max-width: 100%;
    padding-left: 16px;
    position: relative;
}

.toolbar-sorter.sorter select::after {
    content: "";
    position: absolute;
    background-image: url('../avatar/arrow_dwn.svg');
}

.wk_mp_design ol.products.list .item.product.product-item {
    width: 25%;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.wk_mp_design ol.products.list .item.product.product-item .product-item-info {
    width: 100%;
}

.wk_mp_design ol.products.list .item.product.product-item .product-item-info a.product-item-inner {
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    bottom: -55px;
}

.wk_mp_design .item.product.product-item .product-item-info a.product-item-inner .product.actions {
    margin-bottom: 10px;
}

.wk_mp_design .item.product.product-item a.product-item-inner .product.actions button.action {
    background: #AC2275;
    border-radius: 4px;
    border: none;
    padding: 12px 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}


/* rohit css  */

.field.search .tbi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.field.search .tbi select {
    background-color: #7FC6CC;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
}

.header.content {
    padding: 0;
    position: static;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.logodata {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.logodata a {
    margin: 0;
    float: unset;
    max-width: 100%;
    position: static;
    z-index: auto;
}

.customheadermaindiv .block.block-search {
    display: inline-block;
    float: unset;
    position: static;
    width: auto;
}

.header .block-search .block-content {
    margin-bottom: 0;
    width: 100%;
}

.block-content form {
    width: 100%;
    height: auto;
}

.field.search .tbi {
    width: 100%;
    height: 100%;
}

.block.block-content {
    height: 100%;
    width: 100%;
}

.tbic select {
    height: 100%;
}

.tbi .control input {
    height: 100%;
}

.field.search {
    height: auto;
}

.sellerloginbtn {
    padding: 0px 0px;
    position: unset;
    width: auto;
    max-width: 65%;
    height: 44px;
    background: #AC2275;
    border-radius: 4px;
    margin-left: 14px;
    white-space: nowrap;
    padding: 0 12px;
}

.sellerloginbtn a {
    position: static;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}



.signinbtn a {
    position: absolute;
    /* width: 53px;
    height: 19px; */
    /* left: 1090.08px; */
    /* top: 42px; */
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #000000;
}

.signinbtn img {
    position: absolute;
    width: 23px;
    height: 23px;
}
#categories:hover a {
    text-decoration: underline;
    cursor: pointer;
}
.signupbtn {
    padding: 12px 12px;
    width: auto;
    max-width: 100%;
    margin-left: 14px;
    height: 44px;
    border: 1px solid #7EC6CC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
}
.header.content .switcher {
    float: unset;
    margin-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.header.content .switcher .actions.dropdown ul.dropdown.switcher-dropdown {
    list-style-type: none;
    margin: 0;
    position: absolute;
    padding: 4px 8px;
    margin-top: 2px;
    display: none;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.header.content .switcher .actions.dropdown.active ul.dropdown.switcher-dropdown {
    display: block;
}
.header.content .switcher .actions.dropdown {
    cursor: pointer;
}
.header.content .switcher .actions.dropdown ul.dropdown.switcher-dropdown a:hover {
    text-decoration: underline;
}
.header.content .switcher .actions.dropdown ul.dropdown.switcher-dropdown a {
    color: #ac2275;
}
.header.content .switcher .switcher-label {
    display: none;
}
.signupbtn a {
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #7EC6CC;
}

.header .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    /* position: absolute;
    right: 217px;
    top: 8px; */
    z-index: 1;
    width: 19.13px;
    height: auto;
}

.tbi .control input {
    height: 100%;
    width: 100%;
}

.tbi .control input {
    height: 100%;
    width: 95%;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #808080;
    padding-left: 31px;
}

.field.search .tbi select {
    background-color: #7FC6CC;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}


.seller {
    width: auto;
    height: auto;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    /* identical to box height, or 150% */
    color: #808080;
}


#sellerprofile {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}

#sellerdetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#sellerlogo {
    width: 46px;
    height: 46px;
    background: #E9FBFD;
    border-radius: 50% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* margin: 30px; */
}

#sellerlogo img {
    width: 35px;
    height: auto;
    border-radius: 50%;
}

#sellershopname {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */
    color: #808080;
    width: auto;
    height: 21px;
}

#sellershopurl a {
    width: 70px;
    height: 21px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */
    color: #AC2275;
}

#sellershopdetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    margin-left: 11px;
}

#sellerdetail {
    margin-top: 6px;
}

#sellerprofile {
    margin-top: 15px;
}

.widget .homecategories {
    margin-top: 172px;
}


/*.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    padding: 0px;
}*/

.products-grid .product-item-info:hover #sellerprofile,
.products-grid .product-item-info.active #sellerprofile {
    display: block;
}


/*.products-grid .product-item-info:hover .product-item-details,
.products-grid .product-item-info.active .product-item-details {
    margin-left: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgb(0 0 0 / 14%);
    border-radius: 8px;
    padding: 15px;
}*/

#sellerprofile {
    margin-top: 15px;
    margin-left: 0px;
}

.product-item-info .product-image-container-3 span.product-image-wrapper {
    padding-bottom: 0;
}

.products-grid .product-item-info .product-image-container {
    width: 100% !important;
}

.products-grid .product-item-info .product-image-container .product-image-photo {
    width: 100%;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: static;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.products-grid .product-item-info .product-item-details {
    padding: 15px;
}

.catalog-category-view .products-grid .product-item-info .product-item-details {
    padding: 15px 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details strong.product-item-name, .catalog-category-view .products-grid .product-item .product-item-info .product-item-details p {
    padding: 0 15px;
}
.catalog-category-view .products-grid .product-item-info .product-item-details #sellerprofile {
    position: absolute;
    left: 0;
    padding: 0 15px;
}

.products-grid .product-item-info .product-item-details p {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
    color: #808080;
}

span.pecentpriceblock {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    background: #AC2275;
    color: #FFFFFF;
    padding: 9px 10px;
    width: 36px;
    height: 36px;
    float: right;
    border-radius: 41px;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    text-transform: capitalize;
}


/* catalog page css */

.products-grid .product-item-info {
    position: relative;
}

.catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 279px;
    width: 100%;
    background: #F3FEFF;
}

.catalog1 {
    width: 179px;
    height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.catalog2 {
    width: 179px;
    height: 57px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 57px;
    /* identical to box height */
    text-align: center;
    color: #000000;
}

.catalog3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 26px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-align: center;
    color: #000000;
}

.catalog5 {
    height: 26px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-align: center;
    color: #AC2275;
}

.allcategoriesimages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 100px;
    width: 100%;
}

.categoryimagebox {
    width: 301.32px;
    height: 380.29px;
    margin-bottom: 92px;
}

.categoryimage {
    width: 100%;
    height: 330px;
}

.categoryimagebox:hover {
    cursor: pointer;
}

.categoryname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    /* height: 28px; */
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}


/* Shop 4th April Css Start*/

.seller_com_profile {
    width: 100%;
    margin: 0;
    position: relative;
    bottom: 95px;
    max-width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.seller_com_profile.wk-mp-collection-header-box img.wk-mp-collection-logo {
    height: 165px;
    width: 166px;
    display: inline-block;
    position: inherit;
    border-radius: 50%;
    -o-object-fit: none;
       object-fit: none;
}

.seller_com_profile .wk-mp-collection-header-box {
    width: 100%;
    margin: 35px 0px 0px;
    border-bottom: none;
    display: inline-block;
}

.wk-mp-banner img {
    width: 100%;
    display: inherit;
    position: relative;
    max-width: 100%;
    max-height: 425px;
    -o-object-fit: cover;
       object-fit: cover;
}

.seller_logo_profile {
    width: 270px;
    display: inline-block;
}

.sellerprofile_section {
    width: calc(100% - 275px);
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
}

.shoptitle {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 52px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.sellerprofile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.seller_contact {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    -ms-flex-item-align: baseline;
        align-self: baseline;
}

.seller_review11 {
    width: calc(100% - 220px);
    display: inline-block;
    vertical-align: middle;
}

.seller_loc_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 4px;
}

.seller_location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: fit-content;
    padding-right: 20px;
    width: 100%;
}

.customreview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.seller_contact {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.lacation_detail {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding-left: 11px;
}

.seller_contact .askque {
    background: #AC2275;
    border-radius: 4px;
    padding: 12px 33px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.seller_logo_profile img.wk-mp-collection-logo {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    border-radius: 50%;
}

.seller_logo_profile {
    width: 213px;
    display: inline-block;
    height: 213px;
    background: #E9FBFD;
    border: 11px solid #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
}

.sellerprofile_section1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.seller_detail#seller_detail {
    width: calc(100% - 205px);
    vertical-align: middle;
}

.seller_detail#seller_detail p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #808080;
    margin-top: 0;
}

.sellerprofile_section1 .products {
    margin: 0px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.productstext {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #383838;
}

.products_order {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.productstext_order {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #383838;
}

.total_products {
    margin-right: 67px;
}

.product11 {
    width: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}

.ratingcustom {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    margin-left: 15px;
    text-transform: capitalize;
}

.wk-mp-collection-header-right-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    float: inherit;
}

.wk-mp-collection-header-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wk-mp-collection-rating-count-container {
    padding: 0px;
    margin: 0;
}

.seller_policy {
    margin-bottom: 9px;
}

.wk-mp-seller-profile-box {
    padding: 0;
}

.wk-mp-collection-header-bottom-txt a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 20px 30px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}

.wk_mp_design {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    display: inherit;
}

.wk_mp_design .wk-mp-collection-right {
    float: right;
    width: 100%;
}


/* Shop 4th April Css End*/

.sellerloginbtn:hover {
    background: #fff;
    outline: 1px solid #AC2275;
}

.sellerloginbtn:hover a {
    color: #AC2275;
}

.tbic select#allcategory {
    cursor: pointer;
    background-position: 92% 50%;
    padding: 12px 19px 12px 12px;
}

.signupbtn:hover {
    background: #7EC6CC;
    border: 1px solid #7EC6CC;
}

.catalog-product-view .product-add-form .box-tocart .actions button.tocart:hover {
    background: #fff;
    color: #AC2275;
    outline: 1px solid #AC2275;
}

.signupbtn:hover a {
    color: #fff;
}

.homebannerblock .homebannercontent .homebtnblock a.homesignupbtn:hover {
    background: #fff;
    border: 1px solid #AC2275;
    color: #AC2275;
    text-decoration: none;
}

a.homeloginpbtn:hover {
    color: #fff !important;
    background: #7EC6CC;
    text-decoration: none;
}

.onlineorderingtodaybtnblock a.onlineorderingtodaysignupbtn:hover {
    background: #7ec6cc;
    border: 1px solid #ffffff;
    color: #fff;
    text-decoration: none;
}

a.onlineorderingtodayloginpbtn:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #7EC6CC;
    text-decoration: none;
}

.allcategoriesimages .categoryimagebox:hover .categoryname {
    text-decoration: underline;
    text-underline-position: under;
}

.signinbtn a {
    text-transform: capitalize;
}

.tbi-custom-footer .footer-column .footercontentblock ul li a:hover {
    color: #20a7b3;
}

.products-grid .product-item .product-item-info a.product-item-link {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}


.customer-account-login .page-wrapper .page-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.customer-account-forgotpassword .page-wrapper {
    background: #f3feff;
}

.customer-account-forgotpassword header.page-header {
    background: #fff;
}

.customer-account-forgotpassword main#maincontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    width: 100%;
    max-width: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 40px;
}

.customer-account-forgotpassword h1.page-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    padding-top: 40px;
}

.customer-account-forgotpassword .actions-toolbar .primary {
    width: 100%;
}

.customer-account-forgotpassword .actions-toolbar .primary button.action {
    width: 100%;
    height: 48px;
    background: #AC2275;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-radius: 4px;
    border: none;
}

.homecategoriescontent {
    cursor: pointer;
}

.catalogsearch-result-index .page-title-wrapper .page-title {
    display: none;
}

.catalogsearch-result-index .breadcrumbs {
    display: none;
}

.catalogsearch-result-index .bannerbreadcums .breadcrumbs {
    display: block;
}

.catalogsearch-result-index .column.main {
    padding-top: 0 !important;
}

.catalogsearch-result-index main#maincontent {
    max-width: 100%;
    padding: 0;
}

.catalogsearch-result-index .column.main .products {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 80px;
}

.catalogsearch-result-index .product-items.widget-product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.catalogsearch-result-index .products .product-items .product-item {
    width: 25%;
}

.catalogsearch-result-index .products .product-items .product-item .product-item-info {
    width: 100%;
}

.catalogsearch-result-index .hrline {
    max-width: 1280px;
    margin: 0 auto;
}

.catalogsearch-result-index .column.main .toolbar.toolbar-products {
    width: 100%;
    max-width: 1280px;
    margin: 24px auto;
}

.catalogsearch-result-index .toolbar.toolbar-products .pages {
    float: unset;
    position: relative;
}

.catalogsearch-result-index .toolbar.toolbar-products .pages li.item.current .page {
    background: #AC2275;
    border-radius: 50%;
    padding: 1px 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #FFFFFF;
}

.catalogsearch-result-index .toolbar.toolbar-products .pages li.item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #222;
}

.catalogsearch-result-index .toolbar.toolbar-products .pages li.item.pages-item-next {
    position: absolute;
    right: 0;
}

.catalogsearch-result-index .toolbar.toolbar-products .pages li.item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #222;
}

.catalogsearch-result-index .toolbar.toolbar-products .pages a.action {
    background: no-repeat;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.catalogsearch-result-index .toolbar.toolbar-products .pages a.action span:not(span.label) {
    clip: unset;
    height: auto;
    width: auto;
    overflow: unset;
    position: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #AC2275;
}

.catalogsearch-result-index .toolbar.toolbar-products .field.limiter {
    display: none;
}

.catalogsearch-result-index .toolbar.toolbar-products .pages li.item a::before {
    content: none;
}

.catalog-category-view .bannerbreadcums .breadcrumbs {
    display: block;
}

.customer-account-forgotpassword .actions-toolbar .primary button.action:hover {
    background: #ffffff;
    outline: 1px solid #AC2275;
    color: #AC2275;
}

.customer-account-forgotpassword .control input:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.loginbuttomcustom button:hover {
    background: #ffffff;
    border-color: #AC2275;
}

.loginbuttomcustom button:hover span {
    color: #AC2275;
}

.customer-account-create .signup .actions-toolbar .primary button:hover {
    background: #ffffff;
    outline: 1px solid #AC2275;
}

.customer-account-create .signup .actions-toolbar .primary button:hover span {
    color: #AC2275;
}

.customer-account-login .control input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

a:hover {
    text-decoration: none;
}

a.product-item-link:hover {
    text-decoration: none;
}

.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--vertical {
    margin-top: -11px;
}

.catalogsearch-result-index dl.block {
    display: none;
}

.products-grid .product-items .product-item {
    margin-bottom: 55px;
}

.homecategoriescontentleftblock h3 {
    color: #000000;
}
.customer-account-forgotpassword label.label span, .customer-account-forgotpassword .field.note  {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
}
.customer-account-forgotpassword .column.main .field .control input {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    margin-top: 10px;
    height: 47px;
}
.customer-account-forgotpassword button.action.reload.captcha-reload {
    background: #fff;
}
table#product-review-table thead tr th, table#product-review-table tbody tr th {
    width: 12%;
}
form#review-form button.button {
    background: #AC2275;
    color: #fff;
    border-color: #AC2275;
}
form#review-form button.button:active {
    -webkit-box-shadow: none;
            box-shadow: none;
}
form#review-form button.button:hover {
    color: #AC2275;
    border-color: #AC2275;
    background: #fff;
}
/*Modal contact seller*/
#wk-mp-ask-data .modal-header {
    text-align: center;
    border-bottom: none;
}
#wk-mp-ask-data h4.modal-title {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    border-bottom: none;
}
#wk-mp-ask-data button.action-close.wk-close {
    opacity: 1;
}
#wk-mp-ask-data form#ask-form .modal-body.form-list {
    margin: 0 auto;
    width: 80%;
}
#wk-mp-ask-data form#ask-form  label.label {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
}
#wk-mp-ask-data form#ask-form .modal-body.form-list input, #wk-mp-ask-data form#ask-form .modal-body.form-list textarea {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 2px;
    height: 40px;
    margin-bottom: 15px;
}
#wk-mp-ask-data form#ask-form .modal-body.form-list textarea {
    height: auto;
}
#wk-mp-ask-data form#ask-form .modal-footer {
    border-top: none;
    padding: 15px;
    width: 80%;
    margin: 0 auto;
}
#wk-mp-ask-data form#ask-form .modal-footer input#askbtn {
    background: #AC2275;
    border-color: #AC2275;
    padding: 6px 40px;
    margin-left: 5px;
}
#wk-mp-ask-data form#ask-form .modal-footer input#askbtn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
#wk-mp-ask-data form#ask-form .modal-footer input#askbtn:hover {
    background: #fff;
    color: #AC2275;
}
#wk-mp-ask-data form#ask-form .modal-footer input#resetbtn {
    background: #fff;
    color: #7EC6CC;
    border: 1px solid #7EC6CC;
}
#wk-mp-ask-data form#ask-form .modal-footer input#resetbtn:hover {
    background: #7EC6CC;
    color: #fff;
}
#wk-mp-ask-data form#ask-form .modal-footer input#resetbtn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.toolbar-sorter.sorter a.action.sorter-action.sort-asc {
    display: none;
}
.custom_paggination .limiter {
    margin-left: 10px;
}
.custom_paggination .limiter strong.limiter-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #212121;
}
.custom_paggination .limiter select#limiter {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #212121;
    height: 46px;
    max-width: 100%;
    padding-left: 16px;
    position: relative;
}
.products-grid .product-item .product-item-info p span.a-list-item {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
table#product-review-table {
    margin-bottom: 20px;
}
.marketplace-seller-policy .page-title-wrapper, .marketplace-seller-discription .page-title-wrapper {
    display: none;
}
.marketplace-seller-policy main#maincontent, .marketplace-seller-discription main#maincontent {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.marketplace-seller-policy .partner_shop_name, .marketplace-seller-discription .partner_shop_name {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 65px;
}
.marketplace-seller-policy .partner_discription, .marketplace-seller-discription .partner_discription {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    padding: 25px 15px;
    margin-bottom: 15px;
    margin-top: 65px;
}

.marketplace-seller-policy .partner_shop_name span, .marketplace-seller-discription .partner_shop_name span {
    font-size: 24px;
    padding: 0 10px 0 0;
}
.marketplace-seller-policy .wk-mp-banner p {
    max-width: 1280px;
    margin: 0 auto;
    /* padding: 20px 15px; */
    /* margin-top: 65px; */
    margin-bottom: 50px;
    margin-top: 90px;
    font-size: 16px;
    font-weight: 400;
}
.marketplace-seller-collection .page-products.page-with-filter .order-products-toolbar.toolbar.bottom .limiter-label {
    display: none;
}
.marketplace-seller-collection .page-products.page-with-filter .order-products-toolbar.toolbar.bottom span.limiter-text {
    display: none;
}
.marketplace-seller-collection .page-products.page-with-filter .order-products-toolbar.toolbar.bottom .limiter {
    float: unset;
}
.marketplace-seller-collection .page-products.page-with-filter .order-products-toolbar.toolbar.bottom .limiter select#limiter {
    display: none;
}
.marketplace-seller-collection .toolbar-products {
    margin: 0;
}
.marketplace-seller-collection .order-products-toolbar.toolbar.bottom {
    border-top: 1px solid #cccccc;
    padding-top: 25px;
}
.marketplace-seller-collection .order-products-toolbar .pages {
    float: unset !important;
    position: relative;
}
.marketplace-seller-collection .order-products-toolbar .pages li.item.current .page {
    background: #AC2275;
    border-radius: 50%;
    padding: 1px 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #FFFFFF;
}
.marketplace-seller-collection .order-products-toolbar .pages li.item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #222;
}
.marketplace-seller-collection .order-products-toolbar .pages li.item.pages-item-next {
    position: absolute;
    right: 0;
}
.marketplace-seller-collection .order-products-toolbar .pages a.action {
    background: no-repeat;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.marketplace-seller-collection .order-products-toolbar .pages a.action::before {
    content: none;
}
.marketplace-seller-collection .order-products-toolbar .pages a.action span:not(span.label) {
    clip: unset;
    height: auto;
    width: auto;
    overflow: unset;
    position: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #AC2275;
}
.marketplace-seller-collection .order-products-toolbar .pages li.item.pages-item-previous {
    position: absolute;
    left: 0;
}
.seller_contact .askque:hover {
    background: #fff;
    outline: 1px solid #AC2275;
    color: #AC2275;
}
.homeallcategoriesblock a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.customer-account-login .secondary {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
}
.customer-account-login .loginbuttomcustom .secondary {
    padding-top: 0;
    padding-bottom: 0;
}
.customer-account-login .secondary span, .customer-account-create .secondary span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #737373;
}
.customer-account-login .secondary a span, .customer-account-create .secondary a span {
    color: #AC2275;
}
div#categories {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    height: auto;
    width: auto;
    line-height: normal;
    padding: 0 0 0 15px;
}

div#categories a {
    position: static;
    line-height: 45px;
}

.Customheadercontent #signinbtn1 .minicart-wrapper {
    margin-left: 0;
}
.Customheadercontent #signinbtn1 .minicart-wrapper .action span.text {
    display: none;
}
.Customheadercontent #signinbtn1 a.action.showcart {
    position: unset;
}
.minicart-wrapper {
    display: none;
}
.Customheadercontent #signinbtn1 .minicart-wrapper {
    display: block;
}
.minicart-wrapper .action.showcart:before {
    color: #ac2275 !important;
}

/*account - wishlist page*/
.account .sidebar.sidebar-main {
    padding-right: 0;
}
.account h1.page-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.account .column.main .page-title-wrapper {
    display: inline-block;
}
.account .toolbar.wishlist-toolbar {
    display: inline-block;
    margin-bottom: 0;
    float: right;
}
.account .toolbar.wishlist-toolbar p.toolbar-amount {
    display: none;
}
.account .toolbar.wishlist-toolbar strong.limiter-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #212121;
}
.account .toolbar.wishlist-toolbar select#limiter {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.account .toolbar.wishlist-toolbar span.limiter-text {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #ac2275;
    color: #ffffff;
    height: auto;
    line-height: 18px;
    border-radius: 5px;
    display: inline-block;
    margin: -1px 0 0 0;
    min-width: auto;
    overflow: hidden;
    padding: 0 5px 0 4px;
    text-align: center;
    white-space: normal;
    font-size: 12px;
    vertical-align: top;
    font-family: monospace;
}
.minicart-wrapper .action.showcart:hover:before {
    color: #ac2275;
}
.minicart-wrapper .action.showcart.active:before {
    color: #ac2275;
}
select#limiter:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.account.wishlist-index-index .column.main .products-grid .product-item {
    width: 33%;
    padding: 0 5px;
    margin-left: 0;
}
.account.wishlist-index-index .column.main .products-grid .product-item-info {
    padding: 0 15px;
}
.account.wishlist-index-index .column.main .products-grid .product-item-info:hover::after {
    bottom: -140px;
    background: transparent;
}
.account.wishlist-index-index .column.main .products-grid .product-item-info .product-item-inner {
    background: #fff;
    border: none;
    margin: 8px 0 0 0;
    padding: 0 15px 10px;
    position: absolute;
    right: 0;
    z-index: 5;
    -webkit-box-shadow: 0px 4px 8px rgb(0 0 0 / 5%);
            box-shadow: 0px 4px 8px rgb(0 0 0 / 5%);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.account.wishlist-index-index .column.main .products-grid .product-item-info .box-tocart {
    display: inline-block;
    margin: 0;
}
.account.wishlist-index-index .column.main .products-grid .product-item-info .product-item-actions:not(.fieldset .product-item-actions) {
    display: inline-block;
    float: right;
    margin-top: 25px;
}
.wishlist-index-index .fieldset .product-item-actions button {
    background: #ac2275;
    border-color: #ac2275;
    border-radius: 2px;
}
.wishlist-index-index .fieldset .product-item-actions button:hover {
    color: #ac2275;
    background: #fff;
    border-color: #ac2275;
}
.account .sidebar.sidebar-additional .actions-primary button {
    background: #ac2275;
    border-color: #ac2275;
    border-radius: 3px;
    padding: 7px 12px;
}
.account .page-main button {
    background: #ac2275 !important;
    border-color: #ac2275 !important;
    border-radius: 3px !important;
    padding: 7px 12px !important;
    border-radius: 3px !important;
    color: #fff !important;
}
form#wishlist-view-form .actions-toolbar button {
    background: #fff;
}
.block.block-wishlist .primary a.action.details span {
    color: #ac2275;
}
.block.block-wishlist .primary a.action.details span:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.account .toolbar.wishlist-toolbar:last-child {
    display: none;
}
.account .columns {
    padding-bottom: 50px;
}
.account .sidebar.sidebar-additional .block-title {
    padding: 0 15px;
}
.wishlist-index-index .sidebar.sidebar-additional .empty {
    padding: 0 15px;
}
.account .block-collapsible-nav .content {
    background: #ffffff;
    border: 1px solid #eee;
}
.account .block-collapsible-nav .item.current a, .account .block-collapsible-nav .item.current > strong {
    border-color: #ac2275;
}
.account .sidebar.sidebar-additional .actions-primary button:hover {
    background: #fff;
    color: #ac2275;
}
.account .page-main button:hover {
    background: #fff !important;
    color: #ac2275 !important;
}
.marketplace-seller-collection .custom_paggination .order-products-toolbar.toolbar.bottom {
    border-top: none;
    padding-top: 0;
    margin-bottom: 0;
}
div#signinbtn1 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-left: 8px;
}
/*header category hover*/
.hovershow {
    visibility: visible;
    z-index: 9;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px;
}
.chover {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hovercategoryimage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.chover .hovercategoryimagebox img {
    width: 150px;
    max-width: 100%;
    padding: 15px 20px;
    height: auto;
    border: 0;
}
.payment-option._collapsible.opc-payment-additional.discount-code {
    display: none;
}

/* Home banner css dynamatically */

.homeimageblock3 {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
}
.homeimageblock3 img {
    max-width: 100%;
}
.homeimageblock1 {
    position: absolute;
    top: 70px;
    right: calc(50% - 220px);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgb(0 0 0 / 8%);
            box-shadow: 0px 4px 8px rgb(0 0 0 / 8%);
    border-radius: 10px;
    text-align: center;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.homeimageblock1img img {
    max-width: 90%;
}
.homeimageblock1imgp {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
   /* overflow-wrap: break-word;*/
    max-width: 95px;
    padding-right: 32px;
}
.homeimageblock2 {
    position: absolute;
    bottom: 68px;
    right: calc(50% - 192px);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgb(0 0 0 / 8%);
            box-shadow: 0px 4px 8px rgb(0 0 0 / 8%);
    border-radius: 10px;
    text-align: center;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px;
}
.homeimageblock2img img {
    max-width: 100%;
}
.homeimageblock2imgp {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    max-width: 138px;
    overflow-wrap: break-word;
    padding-right: 5px;
}

.homeimageblock4imgp {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 0 15px 15px;
    color: #000000;
}

.wk-mp-collection-right .custompaggination .custom_paggination .toolbar .limiter{
    display: block;
}
.wk-mp-collection-right .custompaggination .custom_paggination .toolbar .pages{
    display: none;
}
.wk-mp-collection-right .custompaggination .custom_paggination .toolbar .toolbar-amount{
    display: none;
}
.custompaggination .toolbar .modes{
    display: none;
}
.custompaggination .toolbar .toolbar-amount{
    display: none;
}
.custompaggination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custompaggination .toolbar .toolbar-amount .sorter .sorter-action:before{
    display: none;
}
.custom_paggination .toolbar .pager .limiter .limiter-text{
    display: none;

}
.homeimageblock4 {
    position: absolute;
    bottom: 125px;
    right: 4px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    text-align: center;
    padding-right: 8px;
}
.homeimageblock4img img {
    max-width: 100%;
}
.modal-popup.popup-authentication  .modal-content .block-customer-login .control input {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    margin-top: 10px;
    height: 47px;
}
.modal-popup.popup-authentication  .modal-content .block-new-customer a.action.action-register.primary {
    background: #AC2275;
    border-color: #AC2275;
    padding: 12px 16px;
}
.modal-popup.popup-authentication  .modal-content .block-customer-login button#send2 {
    background: #fff;
    padding: 12px 15px;
}
.modal-popup.popup-authentication  .modal-content .block-customer-login button#send2:hover {
    background: #ac2275;
    color: #fff;
    border-color: #ac2275;
}
.modal-popup.popup-authentication  .modal-content .block-new-customer a.action.action-register.primary:hover {
    background: #fff;
    color: #AC2275;
    border-color: #AC2275;
}
.modal-popup.popup-authentication  .modal-content .block-title {
    color: #000;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
    background: #ac2275;
    border-color: #ac2275;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
    color: #ac2275;
    background: #fff;
}
ul.checkout.methods.items.checkout-methods-items a.action.multicheckout, table#shopping-cart-table span.wk-block-title-css a {
    color: #ac2275;
}
ul.checkout.methods.items.checkout-methods-items a.action.multicheckout:active, table#shopping-cart-table span.wk-block-title-css a:active {
    color: #ac2275;
}
ul.checkout.methods.items.checkout-methods-items a.action.multicheckout:hover, table#shopping-cart-table span.wk-block-title-css a:hover {
    text-decoration: underline;
}
.sellerloginbtn a {
    text-transform: capitalize;
}
.signupbtn a {
    text-transform: capitalize;
}
.catalog-product-view .column.main {
    min-height: auto;
}
/*minicart design*/
.minicart-wrapper .block-minicart {
    border: 1px solid #DDDDDD;
    padding: 22px 15px;
}
.minicart-wrapper .block-minicart .actions .primary button {
    background: #ac2275;
    border-color: #ac2275;
    padding: 12px 15px !important;
    border-radius: 4px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
    margin: 0 -15px;
    border: 1px solid #DDDDDD;
    border-left: 0;
    border-right: 0;
    padding: 10px 15px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper li.item.product.product-item {
    padding-bottom: 8px;
}
.minicart-wrapper .block-minicart .actions .primary {
    margin-bottom: 20px;
}
.minicart-wrapper .block-minicart .actions .secondary a.action.viewcart {
    color: #ac2275;
}
.minicart-wrapper .block-minicart .actions .secondary a.action.viewcart:hover {
    text-decoration: underline;
}
.minicart-wrapper .block-minicart .actions .primary button:hover {
    background: #fff;
    color: #ac2275;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-name a {
    font-size: 18px;
    line-height: normal;
    color: #000000;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-name a:hover {
    color: #ac2275;
}
.minicart-wrapper .block-minicart .details-qty input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.block.block-customer-login .fieldset:last-child {
    margin-bottom: 0;
}

.wk-right button.button::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    position: absolute;
    text-align: center;
    left: 14px;
    top: 7px;
}
.wk-right button.button {
    background: transparent;
    border: none;
    padding: 0;
}
.wk-right {
    float: right;
    padding-left: 5px;
    padding-top: 0px;
}
.wk-left input {
    padding-left: 42px;
    padding-right: 95px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 5px;
}
.wk-left input:focus {
    box-shadow: none;
}
form#searchform .form-search {
    padding: 0;
    position: relative;
}
.wk-right button.button span {
    display: none;
}
.header.content .switcher .actions.dropdown ul.dropdown.switcher-dropdown li.view-es {
    margin-bottom: 0;
}
.header.content .switcher .actions.dropdown ul.dropdown.switcher-dropdown li.view-en {
    margin-bottom: 0;
}
.marketplace-seller-collection header.page-header {
    z-index: 9;
}
.img_wit_shad {
    position: relative;
    width: 100%;
    max-width: 100%;
    float: left;
}
.wk-mp-banner .img_wit_shad:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
a.action.primary.checkout {
    background: #AC2275;
    border-color: #AC2275;
    text-align: center;
}
a.action.primary.checkout:hover {
    color: #AC2275;
    background: #fff;
}
/*checkout*/
.customcheckout-index-index .page-title-wrapper {
    display: none;
}
.modal-popup.confirm._show .action-primary {
    background: #AC2275;
    border-color: #AC2275;
}
.modal-popup.confirm._show .action-primary:hover {
    background: #fff;
    color: #AC2275;
}
.modal-popup.confirm._show .action-secondary {
    background: #fff;
}
.modal-popup.confirm._show .action-secondary:hover {
    background: #eee;
}
.modal-popup.confirm._show .modal-footer {
    padding: 16px;
}
.modal-popup.confirm._show .modal-content {
    padding-bottom: 16px;
    padding-top: 8px;
}
.pagebuilder-attribute-wrapper {
    padding: 0 20px;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.field.profile.wk-profile-links-container a.btn-primary {
    background: #ac2275;
    border: 1px solid #ac2275;
    opacity: 1;
    border-radius: 3px;
    padding: 10px 7px;
    box-shadow: none;
}
.field.profile.wk-profile-links-container a.btn-primary:hover {
    color: #ac2275 !important;
    background: #fff;
}
a.left {
    color: #ac2275;
    font-size: 15px;
    font-weight: 500;
}
.multicheckout button.action.primary.continue {
    background: #AC2275;
    border-color: #AC2275;
}
.multicheckout button.action.primary.continue:hover {
    background: #ffffff;
    color: #AC2275;
}
.multicheckout 
 a.action.back {
    color: #ac2275;
    font-size: 15px;
    font-weight: 500;
}
.multicheckout .actions-toolbar .secondary .action.back:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.multicheckout .col.actions a span {
    color: #ac2275;
}
.multicheckout .col.actions a span:active {
    color: #ac2275;
}
.multicheckout .col.actions a span:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.multishipping-checkout_address-newshipping button.action.save.primary {
    background: #AC2275;
    border-color: #AC2275;
}
.multishipping-checkout_address-newshipping button.action.save.primary:hover {
    background: #ffffff;
    color: #AC2275;
}
.multishipping-checkout_address-newshipping .control input:not(input[type="checkbox"]), .multishipping-checkout_address-newshipping .control select {
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 10px;
    height: 46px;
}
.multishipping-checkout_address-newshipping .control input:focus, .multishipping-checkout_address-newshipping .control select:focus, .multishipping-checkout_address-newshipping input:active {
    box-shadow: none;
}
.multishipping-checkout_address-newshipping .field label {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 19px;
    color: #424242;
}
/*Multivendor login*/

.multishipping-checkout-login .page-wrapper .page-main {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    background: #F3FEFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.multishipping-checkout-login .page-title-wrapper {
    display: none;
}
.multishipping-checkout-login .page-wrapper .page-main .columns {
    width: 30%;
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.multishipping-checkout-login .page-wrapper .page-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.multishipping-checkout-login .page-wrapper .page-main {
    padding: 25px 15px;
}
.multishipping-checkout-login .field.email.required {
    height: 76px;
}
.multishipping-checkout-login .field.email.required span {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
}
.multishipping-checkout-login .field.email.required .control input {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 10px;
    height: 46px;
}
.multishipping-checkout-login .field.password.required {
    height: 76px;
    margin-top: 25px;
}
.multishipping-checkout-login .secondary {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
}
.multishipping-checkout-login .secondary span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #737373;
}
.multishipping-checkout-login .secondary a span {
    color: #AC2275;
}
.multishipping-checkout-login .loginbuttomcustom .secondary {
    padding-top: 0;
    padding-bottom: 0;
}
.multishipping-checkout-login .page-wrapper .page-main .columns .column.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/*reset password css*/
.customer-account-createpassword main#maincontent {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    background: #F3FEFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
}
.customer-account-createpassword .page-wrapper .page-title-wrapper h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 15px;
}
.customer-account-createpassword .page-wrapper .page-main .columns {
    width: 30%;
    height: auto;
}
.customer-account-createpassword .page-wrapper .page-main .columns form {
    width: 100%;
    min-width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 14px;
    -webkit-box-shadow: 0px 14px 34px rgb(0 0 0 / 3%);
    box-shadow: 0px 14px 34px rgb(0 0 0 / 3%);
}
.customer-account-createpassword .page-wrapper .page-main .columns form fieldset.fieldset {
    padding: 0 10%;
    padding-top: 48px;
}
.customer-account-createpassword .page-wrapper .page-main .columns form .actions-toolbar {
    padding: 0 10%;
    padding-bottom: 38px;
}
.customer-account-createpassword .columns .field .label span {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
}
.customer-account-createpassword .columns .field .control input {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 10px;
    height: 46px;
}
.customer-account-createpassword .page-wrapper .page-main .columns form .actions-toolbar .primary {
    width: 100%;
}
.customer-account-createpassword .columns .actions-toolbar button.action {
    background: #AC2275;
    border-color: #AC2275;
    color: #ffffff;
    width: 100%;
    height: 48px;
    margin: auto;
    font-size: 16px;
    line-height: 19px;
    border-radius: 4px;
    font-weight: 400;
    font-family: "Rubik";
}
.customer-account-createpassword .columns .actions-toolbar button.action:hover {
    background: #fff;
    color: #AC2275;
}
.customer-account-createpassword .columns .field .control input:focus {
    box-shadow: none;
}
.customcheckout-index-index header.page-header {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.customcheckout-index-index main#maincontent {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.minicart-wrapper .block-minicart:before {
    border: 7px solid;
    border-color: transparent transparent #ffffff transparent;
}
.minicart-wrapper .block-minicart:after {
    right: 12px;
    top: -14px;
}
.marketplace-seller-policy .wk-mp-collection-header-right-wrapper .active>div {
    padding: 0;
}
.marketplace-seller-discription .partner_discription p {
    font-size: 16px;
    font-weight: 400;
}
div#wk-mp-ask-data .modal-popup .modal-inner-wrap {
    width: 50%;
}
.customer-account-create .field.choice input {
    top: 0;
}


/*Responsive*/

@media (min-width: 1281px) {
.header.content .switcher .toggle strong {
    position: relative;
}
.header.content .switcher .toggle strong::after {
    content: "";
    background-image: url('../images/Polygon 1.png') !important;
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat;
    top: 4px;
    right: -15px;
    width: 10px;
    filter: invert(1);
    height: 10px;
    background-position: 90% 51%;
}
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .logodata a img {
        width: 200px;
    }
    .header .block.block-search {
        padding-left: 35px;
    }
}

@media all and (min-width:640px){
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    box-shadow: none !important;
    border: none !important;
}
}


/* header */

@media screen and (max-width: 1280px) {
    .header.content {
        width: 95%;
        left: 0px;
    }
    .logo {
        left: 25px;
    }
    .header .block.block-search {
        left: 242px;
    }
    .logodata {
        left: 0px;
    }
    .signupbtn {
        left: 1029px;
    }
    .signupbtn a {
        font-size: 15px;
    }
    /* .signinbtn {
    left: 916px;
} */
    .sellerloginbtn {
        left: 722px;
    }
    .header .block.block-search {
        left: 219px;
    }
    .sellerloginbtn a {
        font-size: 15px;
    }
    .customer-account-create .signup form {
        min-width: 100% !important;
    }
    div#customer-reviews {
        padding-left: 15px;
        padding-right: 15px;
    }
    #hoverid {
        display: none;
    }
    .catalog-product-view #additional .titleattributes table.data tbody tr {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1120px) {
    .signinbtn {
        margin-left: 30px;
    }
    .Customheadercontent {
        -webkit-box-pack: right;
            -ms-flex-pack: right;
                justify-content: right;
    }
    .logodata {
        height: 25px;
    }
    .signupbtn {
        margin-top: 30px;
    }
    .multishipping-checkout-login .page-wrapper .page-main .columns {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
    }
    .customer-account-createpassword .page-wrapper .page-main .columns {
        width: 50%;
        height: auto;
    }
}

@media (min-width: 916px) and (max-width: 1280px) {
.page-footer .footer.content .tbi-custom-footer .footer-column {
    padding-left: 15px;
    padding-right: 15px;
}
.tbi-custom-footer .footer-column .footercontentblock ul li {
    white-space: nowrap;
}
.Customheadercontent .signupbtn {
    margin-top: 0px !important;
    width: auto;
    padding: 12px 22px;
}
.marketplace-seller-collection .wk-mp-collection-container {
    padding-left: 15px;
    padding-right: 15px;
}
.header.content {
    width: 100%;
    left: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
header.page-header {
    padding: 30px 0px;
    padding-top: 48px;
}
div#categories {
    margin-left: 0;
    margin-right: 6px;
    position: absolute;
    top: 0;
    right: 101px;
}
div#signinbtn1 {
    position: absolute;
    top: 7px;
    right: 65px;
}
div#switcher-language {
    position: absolute;
    right: 55px;
    top: 4px;
}
.switcher .actions.dropdown.options strong {
    position: relative;
}
.switcher .actions.dropdown.options strong span {
    display: none;
}
.switcher .actions.dropdown.options strong::after {
    content: "";
    background-image: url('../images/language_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
}
.header.content .switcher .actions.dropdown ul.dropdown.switcher-dropdown {
    top: 38px;
    left: -10px;
    background: #fff;
    z-index: 9;
}
.catalog-product-view #additional .titleattributes {
    margin-top: 22px;
}
.catalog-product-view #additional .titleattributes::before {
    top: -12px;
}


}

@media (min-width: 916px) and (max-width: 1120px) {
    /*header*/
    .customheadermaindiv {
        width: 100%;
    }
    .header .block.block-search {
        padding-left: 0;
        width: 100%;
    }
    .Customheadercontent {
        margin-top: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        float: unset;
    }
    .Customheadercontent .signupbtn {
        margin-top: 0px;
    }
    .Customheadercontent .signinbtn {
        margin-left: 30px;
    }
    .customer-account-login .page-wrapper .page-main .columns {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
    }
    .column.main .login-container {
        height: auto !important;
    }
    .block.block-customer-login {
        height: auto !important
    }
    .column.main .login-container {
        width: 50% !important;
        height: auto;
    }
    .customer-account-forgotpassword main#maincontent {
        max-width: 80%;
    }
/*Banner*/
.homebannerblock .homebannercontent h1 {
    font-size: 48px;
    line-height: 52px;
}
.homeimageblock4 {
    bottom: 135px;
    right: 0;
    padding: 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.homeimageblock4imgp {
    padding: 0 8px 12px;
    overflow-wrap: break-word;
    max-width: 140px;
    margin: auto;
}
.homeimageblock2 {
    bottom: 72px;
    right: calc(50% - 155px);
}
.homeimageblock2img img {
    width: 100%;
    max-width: 100px;
}
.homeimageblock1img img {
    max-width: 105px;
}
.homeimageblock1 {
    right: calc(50% - 175px);
}
.wk_mp_design .item.product.product-item a.product-item-inner .product.actions button.action {
    padding: 12px 35px;
}
.logodata {
    height: auto;
}
.tbic {
    width: 125px;
    margin-left: 8px;
}



}

@media screen and (max-width: 915px) {
    .tbi-custom-footer .footer-column:nth-child(1) {
        width: 100%;
    }
    .tbi-custom-footer .footer-column:nth-child(2) {
        width: 100%;
    }
    .tbi-custom-footer .footer-column:nth-child(3) {
        width: 100%;
    }
    .homecategoriescontent.colsixblock {
        width: 65%;
        margin: 0 auto !important;
        margin-bottom: 30px !important;
    }
    .widget .homecategories {
        margin-top: 70px;
    }
    .commanblock {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .howitworkscontentleft {
        width: 80%;
        margin-right: 0px;
    }
    .homecategoriescontent.colfourblock {
        width: 65%;
        margin-right: 0%;
        margin-bottom: 30px;
    }
    /* second-home sec css  start*/
    .homepointblock .homepointblockcontent img {
        width: 50px;
    }
    /* second-home sec css end here */
    .header.content {
        display: block;
    }
    .homepointblock {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .homepointblock .homepointblockcontent {
        max-width: 50%;
        min-width: 33.33%;
        margin-top: 20px;
    }
    .Customheadercontent .signupbtn {
        margin-top: 0px !important;
        width: auto;
        padding: 12px 12px;
    }
    .customheadermaindiv {
        width: 100%;
        margin-top: 30px;
        -webkit-box-pack: right;
            -ms-flex-pack: right;
                justify-content: right;
    }
    .header.content {
        display: block;
        position: relative;
    }
    .sellerloginbtn {
        margin-right: 30px;
    }
    /*New css 29-3-2022*/
    /*Home page*/
    /*Footer*/
    .howitworks {
        padding: 0px 0px 40px;
    }
    .footer.content .onlineorderingtodayblock .onlineorderingtodaycontent {
        padding: 80px 0;
    }
    .page-footer .footer.content .tbi-custom-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
    }
    .tbi-custom-footer .footer-column {
        width: auto !important;
        max-width: 100% !important;
        margin-bottom: 15px;
        padding: 0 15px !important;
    }
    .tbi-custom-footer .footer-column .footercontentblock p {
        width: 100%;
        max-width: 100%;
    }
    .signinbtn {
        width: 100%;
        margin: 0;
        text-align: right;
    }
    .header .signinbtn a {
        position: unset;
    }
    /*Catalog page*/
    .allcategoriesimages .categoryname {
        font-size: 20px;
        line-height: normal;
        padding: 11px 15px;
    }
    /*listing page*/
    .bannerblock .bannertitle {
        font-size: 38px;
    }
    .catalog-category-view .columns {
        padding: 0;
    }
    .catalog-category-view .products .product-items .product-item {
        width: 33%;
        margin: 0;
        padding: 0 5px;
    }
    .catalog-category-view .products .product-item-info .product-item-details .product-item-name a {
        font-size: 16px;
        line-height: 24px;
    }
    .catalog-category-view .products-grid .product-item-info .product-item-details #sellerprofile {
        position: relative;
    }
    .products-grid .product-item-info .product-item-details #sellerprofile {
        position: relative;
        display: block;
    }
    .cms-page-view .allcategoriesseller .sellerdetail {
        max-width: 33%;
    }
    /*SignUp*/
    .customer-account-create .page-wrapper .page-main {
        max-width: 100%;
        padding: 0;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
        background: transparent;
    }
    .customer-account-create .page-wrapper .page-main .columns {
        background: #fff;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
        width: 80%;
        -webkit-box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.03);
                box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.03);
        border-radius: 14px;
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
    .customer-account-create .signup legend.legend span {
        font-size: 24px;
        line-height: 30px;
    }
    .customer-account-create .signup .control input {
        height: 40px;
    }
    .customer-account-create .signup .actions-toolbar .secondary {
        margin-top: 35px;
    }
    .logintitle {
        font-size: 24px !important;
        line-height: 30px !important;
        height: auto !important;
    }
    .customer-account-login .login-container .control input {
        height: 40px !important;
    }
    .loginbuttomcustom button {
        height: 44px;
    }
    .customer-account-create .signup .actions-toolbar .primary button {
        height: 44px;
    }
    .customer-account-create .signup .actions-toolbar .primary button span,
    .loginbuttomcustom button span {
        font-size: 16px;
    }
    .catalogsearch-result-index .columns {
        padding-top: 0;
    }
    .catalogsearch-result-index .column.main .toolbar.toolbar-products,
    .catalog-category-view .column.main .toolbar.toolbar-products {
        padding: 0;
    }
    .products-grid .product-item .product-item-info:hover .product-item-details::after {
        bottom: -20px;
    }
    .products-grid .product-item .product-item-info:hover::after {
        bottom: -20px;
    }
    .customcheckout-index-index iframe {
        position: static !important;
    }
    .customcheckout-index-index  main#maincontent {
        padding: 0;
    }
    .multishipping-checkout-login .login-container .control input {
        height: 40px !important;
    }
    .multishipping-checkout-login .login-container .block.block-customer-login .logintitle {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 915px) {
    /*header*/
    .customheadermaindiv {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-top: 12px;
    }
    .header .block.block-search {
        padding-left: 0;
        width: 100%;
    }
    .Customheadercontent {
        margin-top: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        float: unset;
    }
    .sellerloginbtn {
        margin-right: 5px;
        margin-left: 10px;
    }
    /*Home page*/
    .homebannerblock .homebannercontent h1 {
        font-size: 36px;
        line-height: 50px;
        margin: 5px 10px 10px;
    }
    .homebannerblock .homebannercontent p {
        font-size: 15px;
        line-height: 21px;
        margin: 5px 10px 10px;
    }
    .homebannerblock .homebannercontent .homebtnblock {
        margin-left: 10px;
    }
    .homepointblock {
        padding-top: 30px;
        padding-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
    }
    .homepointblock .homepointblockcontent {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .homepointblock .homepointblockcontent p {
        text-align: center;
        font-size: 19px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .home-trending-products-content {
        margin: 50px 0px 10px;
    }
    .home-trending-products-content h2 {
        font-size: 34px;
        line-height: normal;
    }
    .homecategoriesblock h2 {
        font-size: 36px;
        line-height: normal;
    }
    .homecategories .homecategoriesblock {
        margin: 50px 0px 35px;
    }
    .homecategoriescontent.colsixblock {
        width: 100%;
    }
    .homecategoriescontent.colfourblock {
        width: 100%;
    }
    .howitworkscontentleft {
        width: 100%;
        margin-right: 0px;
    }
    .howitworks .howitworksblock h2 {
        font-size: 36px;
        line-height: normal;
    }
    .howitworks .howitworksblock {
        margin: 0 0px 35px;
    }
    .onlineorderingtodayblock .onlineorderingtodaycontent h2 {
        font-size: 40px;
        line-height: normal;
    }
    .products-grid .product-items .product-item .product-item-info span.pecentpriceblock {
        padding: 6px 6px 3px 6px;
        top: 72px;
        right: 12px;
        font-size: 12px;
        line-height: 16px;
    }
    .cms-index-index.page-layout-1column .product-item-name>a {
        font-size: 16px;
        line-height: 21px;
    }
    .products-grid .product-item-info .product-item-details p {
        font-size: 13px;
        line-height: 16px;
    }
    .widget .homecategories {
        margin-top: 50px;
    }
    .cms-index-index.page-layout-1column .block.widget .product-item-info {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .customer-account-login .page-wrapper .page-main .columns {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
    }
    .column.main .login-container {
        height: auto !important;
    }
    .block.block-customer-login {
        height: auto !important
    }
    .column.main .login-container {
        width: 80% !important;
        height: auto;
    }
    .customer-account-create .signup form {
        min-width: 100% !important;
    }
    .customer-account-login .login-container .block.block-customer-login .logintitle {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .catalogsearch-result-index .products .product-items .product-item {
        width: 33%;
        margin: 0;
        padding: 0 5px;
    }
    .customer-account-forgotpassword main#maincontent {
        max-width: 90%;
    }
div#categories {
    position: absolute;
    top: -15px;
    right: 95px;
}
div#signinbtn1 {
    margin-right: 10px;
}
.homeimageblock4 {
    display: none;
}
.homeimageblock2 {
    display: none;
}
.homeimageblock3 {
    display: none;
}
.homeimageblock1 {
    display: none;
}
div#bannerslider-list-items-4-626148f2a12c2 .owl-stage-outer.owl-height {
    height: auto !important;
}
.item-image.homebannerblock {
    padding-top: 40px;
    padding-bottom: 50px;
}
.homebannerblock img.owl-image.img-responsive.owl-lazy {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
}
.homebannerblock .homebannercontent {
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    position: unset;
}
.wk_mp_design ol.products.list .item.product.product-item {
    width: 33%;
}
.marketplace-seller-collection .wk-mp-collection-container {
    padding-left: 15px;
    padding-right: 15px;
}
.wk_mp_design .item.product.product-item a.product-item-inner .product.actions button.action {
    padding: 12px 35px;
}
.shoptitle {
    font-size: 30px;
    line-height: 35px;
}
.seller_contact .wk-mp-seller-profile-box {
    line-height: 80px;
}
div#signinbtn1 {
    top: -7px;
    position: absolute;
    right: 42px;
}
.Customheadercontent .signupbtn {
    width: 100%;
    max-width: fit-content;
    margin-left: 0px;
}
div#switcher-language {
    position: absolute;
    top: -10px;
    right: 44px;
}
#hoverid {
    display: none;
}
.switcher .actions.dropdown.options strong span {
    display: none;
}
.switcher .actions.dropdown.options strong::after {
    content: "";
    background-image: url('../images/language_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
}
.switcher .actions.dropdown.options strong {
    position: relative;
}
.header.content .switcher .actions.dropdown ul.dropdown.switcher-dropdown {
    top: 38px;
    left: -10px;
    background: #fff;
    z-index: 9;
}
.catalog-product-view #additional .titleattributes table.data tbody {
    display: flex;
    flex-wrap: wrap;
}
.catalog-product-view #additional .titleattributes table.data tbody tr {
    width: 50%;
}
.additional-attributes-wrapper .additional-attributes {
    border: none;
    width: auto;
}
.catalog-product-view #additional .titleattributes::before {
    top: -12px;
}
.catalog-product-view #additional .titleattributes {
    margin-top: 20px;
}
.catalog-product-view #additional .titleattributes table.data tbody tr {
    padding-right: 0;
    padding-bottom: 15px;
}
.catalog-product-view .product-info-main .sizechart {
    position: static;
    text-align: left;
    padding-bottom: 12px !important;
}

}

@media screen and (max-width: 768px) {
    .homebannerblock .homebannercontent {
        width: auto;
    }
    .customer-account-create .signup .actions-toolbar .secondary {
        margin-top: 65px;
    }
    /*banner-sec css start here */
    .cms-index-index.page-layout-1column .block.widget .products-grid .product-item {
        width: 48%;
    }
    .homepointblock .homepointblockcontent {
        max-width: 50%;
        min-width: 50%;
        margin-top: 20px;
    }
    .homebannerblock img {
        height: auto;
    }
    /*banner-sec css end here */
    .customheadermaindiv {
        display: block;
    }
    .header.content {
        margin: 0 auto;
    }
    .logo {
        left: 0px;
        position: unset;
    }
    .header .block-search .action.search {
        display: none;
    }
    .block-search .control {
        border-top: none;
    }
    .field.search {
        height: 100%;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .block-search .label {
        position: absolute;
        left: 42%;
        top: 9px;
        overflow: visible;
        height: auto;
        clip: unset;
        width: auto;
    }
    .block-search .label::before {
        font-size: 15px;
    }
    .field.search .control {
        z-index: -1;
    }
    input#search {
        margin-top: 0px;
    }
    .customer-account-login .page-wrapper .page-main .columns {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
    }
    .column.main .login-container {
        height: auto !important;
    }
    .block.block-customer-login {
        height: auto !important
    }
    .column.main .login-container {
        width: 80% !important;
        height: auto;
    }
    .catalog-product-view #additional .titleattributes h4 {
        padding-top: 25px;
    }
    .catalog-product-view #additional .titleattributes::before {
        top: 12px;
    }
.homeimageblock4 {
    display: none;
}
.homeimageblock2 {
    display: none;
}
.homeimageblock3 {
    display: none;
}
.homeimageblock1 {
    display: none;
}
div#bannerslider-list-items-4-626148f2a12c2 .owl-stage-outer.owl-height {
    height: auto !important;
}
.item-image.homebannerblock {
    padding-top: 40px;
    padding-bottom: 50px;
}
.homebannerblock img.owl-image.img-responsive.owl-lazy {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
}
.homebannerblock .homebannercontent {
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    position: unset;
}

}

@media only screen and (max-width: 767px) {
    .page-title-wrapper .breadcrumbs {
        display: block;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        /* line-height: 18px; */
        content: "/";
        /* font-family: "luma-icons"; */
        margin: 0 0px;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        /* overflow: hidden; */
        text-align: center;
        font-family: "Rubik";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        /* identical to box height, or 162% */
        text-align: center;
        color: #000000;
    }
    /*New css 29-3-2022 */
    .customheadermaindiv {
        margin-top: 12px;
    }
    .header.content .logodata {
        height: auto;
    }
    .header .block.block-search {
        width: 100%;
    }
    .customheadermaindiv label.label {
        left: 42%;
        z-index: 6;
    }
    .customheadermaindiv label.label::before {
        color: #808080;
        font-size: 16px;
        margin: 0 auto;
    }
    .field.search .tbi {
        width: 100%;
        height: 100%;
    }
    .form.minisearch .tbic {
        width: 40%;
        z-index: 6;
    }
    .form.minisearch .control {
        width: 60%;
        padding: 0 0 0 15px;
        margin: 0;
        margin-left: -15px;
        z-index: 5;
    }
    .Customheadercontent {
        margin-top: 20px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        float: unset;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        max-width: 100%;
    }
    .Customheadercontent .sellerloginbtn {
        left: unset;
        position: unset;
        -ms-flex-item-align: baseline;
            align-self: baseline;
        width: 100%;
        text-align: center;
        margin-right: 12px;
        max-width: 100%;
        margin-left: 0;
    }
    .Customheadercontent .signupbtn {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .homebannerblock .homebannercontent h1 {
        font-size: 29px;
        line-height: normal;
        margin: 5px 10px 10px;
    }
    .homebannerblock .homebannercontent p {
        font-size: 15px;
        line-height: 21px;
        margin: 5px 10px 5px;
    }
    .homebannerblock .homebannercontent .homebtnblock {
        margin: 27px 10px 5px;
    }
    header.page-header {
        margin-bottom: 0;
        border-bottom: 1px solid #f4f4f4;
    }
    .form.minisearch .field.search {
        width: 100%;
    }
    .homepointblock {
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
    }
    .homepointblock .homepointblockcontent {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 42px;
    }
    .homepointblock .homepointblockcontent img {
        width: 100%;
        max-width: 38px;
        margin: 0;
        margin-bottom: 9px;
    }
    .homepointblock .homepointblockcontent p {
        font-size: 16px;
        text-align: center;
        line-height: normal;
    }
    .homepointblock .homepointblockcontent p br {
        display: none;
    }
    .home-trending-products-content {
        margin: 46px 0px 15px;
    }
    .home-trending-products-content h2 {
        font-size: 29px;
        line-height: normal;
    }
    .cms-index-index.page-layout-1column .products-grid .product-item {
        margin-left: 0px !important;
    }
    .products-grid .product-items .product-item .product-item-info span.product-image-wrapper img.product-image-photo {
        width: auto;
    }
    .products-grid .product-item-info .product-item-details {
        padding: 10px;
    }
    .cms-index-index.page-layout-1column .product-item-name>a {
        font-size: 18px;
        line-height: 24px;
    }
    .homecategories .homecategoriesblock {
        margin: 46px 0px 40px;
    }
    .homecategoriesblock h2 {
        font-size: 29px;
        line-height: normal;
    }
    .homecategoriescontent.colsixblock {
        width: 100%;
        padding: 30px 4% 0px;
    }
    .homecategoriescontentleftblock h3 {
        font-size: 19px;
        line-height: normal;
    }
    .homecategoriescontentleftblock p {
        font-size: 15px;
    }
    .homecategoriescontentleftblock img {
        margin: 0;
        bottom: 25px;
    }
    .homecategories .commanblock .homecategoriescontent {
        width: 100%;
        padding: 30px 4% 0px;
        position: relative;
    }
    .homecategories .commanblock .homecategoriescontentleftblock {
        width: 50%;
    }
    .homecategories .commanblock .homecategoriescontentrightblock {
        width: 50%;
        position: unset;
    }
    .homecategories .commanblock .homecategoriescontentrightblock a img {
        position: absolute;
        bottom: 15px;
        left: 4%;
    }
    .howitworks .howitworksblock {
        padding: 46px 0px 10px;
        margin: 0px 0px 40px;
    }
    .howitworks .howitworksblock h2 {
        font-size: 29px;
    }
    .howitworks .howitworkscontentleft {
        width: 100%;
    }
    .howitworkscontentleft .howitworkscontentleftblock {
        padding: 35px 20px;
    }
    .howitworkscontentleft .howitworkscontentleftblock span {
        width: 40px;
        height: 40px;
        font-size: 19px;
        line-height: 40px;
    }
    .howitworkscontentleft .howitworkscontentleftblock h3 {
        font-size: 19px;
        line-height: normal;
    }
    .howitworkscontentleft .howitworkscontentleftblock p {
        font-size: 14px;
        font-weight: 400;
    }
    .onlineorderingtodayblock .onlineorderingtodaycontent h2 {
        font-size: 32px;
        line-height: 42px;
    }
    /*Footer*/
    .howitworks {
        padding: 0px 0px 40px;
    }
    .footer.content .onlineorderingtodayblock .onlineorderingtodaycontent {
        padding: 80px 0;
    }
    .page-footer .footer.content .tbi-custom-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
    }
    .tbi-custom-footer .footer-column {
        width: auto !important;
        max-width: 100% !important;
        margin-bottom: 15px;
        padding: 0 15px !important;
    }
    .tbi-custom-footer .footer-column .footercontentblock p {
        width: 100%;
        max-width: 100%;
    }
    .signinbtn {
        width: 100%;
        margin: 0;
        text-align: right;
    }
    .header .signinbtn a {
        position: unset;
    }
    /*Catalog page*/
    .allcategoriesimages {
        margin-top: 60px;
    }
    .allcategoriesimages .categoryimagebox {
        margin-bottom: 40px;
        width: 50%;
    }
    .allcategoriesimages .categoryname {
        padding: 12px 16px;
        font-size: 19px;
        line-height: normal;
    }
    .bannerblock {
        padding: 50px 0 35px 0;
    }
    /*listing page*/
    .bannerblock .bannertitle {
        font-size: 38px;
    }
    .catalog-category-view .columns {
        padding: 0;
    }
    .catalog-category-view .products .product-items .product-item {
        width: 50%;
        margin: 0;
        margin-bottom: 25px;
        padding: 0 15px;
    }
    .catalog-category-view .products .product-item-info .product-item-details .product-item-name a {
        font-size: 16px;
        line-height: 24px;
    }
    .cms-index-index.page-layout-1column .block.widget .product-item-info {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .catalog-product-view #additional .titleattributes table.data tbody tr {
        padding-bottom: 12px;
        display: inline-block;
        padding-left: 15px;
    }
    .catalog-product-view #additional .titleattributes .additional-attributes-wrapper {
        padding-left: 0;
    }
    .catalog-product-view .products-grid .product-item {
        width: 100%;
        margin-left: 0 !important;
    }
    .catalog-product-view .products-grid .product-item .product-item-info.related-available {
        background: transparent;
        border-radius: 18px;
    }
    .catalog-product-view .block.related .block-content.content {
        padding: 0 !important;
    }
    /*CMS Category page*/
    .cms-page-view .allcategoriesseller .sellerdetail {
        max-width: 50%;
    }
    .cms-page-view .allcategoriesseller {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .customer-account-login .login-container .block.block-customer-login .logintitle {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    /*seller store page*/
    .seller_com_profile {
        bottom: 55px;
        position: relative;
    }
    .seller_logo_profile {
        max-width: 105px;
        max-height: 105px;
    }
    .sellerprofile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    .seller_review11 {
        width: 100%;
    }
    .shoptitle {
        color: #000000;
        font-size: 22px;
        line-height: normal;
    }
    .sellerprofile_section {
        padding-left: 15px;
        padding-right: 10px;
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .seller_detail#seller_detail {
        width: 100%;
    }
    .location_icon svg {
        -webkit-filter: brightness(0.1);
                filter: brightness(0.1);
    }
    .seller_location {
        max-width: 100%;
    }
    .lacation_detail {
        font-size: 15px;
        color: #000;
        line-height: normal;
    }
    .seller_review {
        padding-right: 15px;
    }
    .ratingcustom {
        color: #000000;
        font-size: 12px;
        line-height: normal;
        margin-left: 2px;
    }
    .seller_contact a.askque {
        padding: 8px 29px;
    }
    .seller_contact {
        margin-top: 20px;
        text-align: left;
    }
    .seller_location {
        width: auto;
        margin-right: 25px;
        margin-bottom: 12px;
    }
    .seller_loc_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin-top: 4px;
}
    .sellerprofile_section1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .seller_detail#seller_detail p {
        font-size: 15px;
    }
    .product11 {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 15px;
    }
    .sellerprofile_section1 .products,
    .products_order {
        font-size: 25px;
    }
    .wk_mp_design ol.products.list .item.product.product-item {
        width: 50%;
    }
    .wk_mp_design .item.product.product-item .product-item-info a.product-item-inner .product.actions {
        margin-top: 20px;
    }
    .wk-mp-collection-header-bottom-txt a {
        font-size: 15px;
        padding: 0;
        padding-right: 10px;
        text-align: left;
    }
    .wk-mp-collection-header-right-wrapper .wk-mp-collection-product-count-container {
        margin-left: 14px;
        padding: 8px 10px;
        line-height: normal;
    }
    .wk-mp-collection-header-bottom-txt a {
        font-size: 15px;
        padding: 0;
        padding-right: 10px;
        text-align: left;
        line-height: 19px;
    }
    .wk_mp_design .wk-mp-collection-container {
        padding-top: 30px;
    }
    .wk-mp-collection-right .toolbar-amount {
        display: inline-block;
        padding-top: 12px;
        font-size: 15px;
        float: left;
        padding-left: 15px;
    }
    .wk-mp-collection-right .sorter {
        position: static;
        display: inline-block;
        padding-top: 2px;
        padding-right: 10px;
        text-align: left;
    }
    .wk-mp-collection-right .sorter label.sorter-label {
        font-size: 15px;
        padding-left: 5px;
    }
    .products-grid .product-items .product-item .product-item-info span.product-image-wrapper img.product-image-photo {
        width: auto !important;
    }
    .wk_mp_design ol.products.list .item.product.product-item .product-item-info {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .wk-mp-collection-header-bottom-txt {
        text-align: left;
    }
    .toolbar.toolbar-products {
        padding-left: 15px;
        padding-right: 15px;
    }
    .customer-account-forgotpassword main#maincontent {
        margin-left: auto;
        max-width: 80%;
        margin-right: auto;
    }
    .catalogsearch-result-index .products .product-items .product-item {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }
    .marketplace-seller-feedback .wk-mp-rating-right {
    padding-left: 15px;
    padding-right: 15px;
}
.account .page-main {
    padding-top: 75px;
}
div#categories {
    position: absolute;
    top: -14px;
    right: 92px;
    padding-left: 0;
}
#hoverid {
    display: none;
}
div#switcher-language {
    position: absolute;
    top: -8px;
    right: 42px;
}
div#signinbtn1 {
    margin-right: 0;
    position: absolute;
    top: -16px;
    right: 50px;
}
.minicart-wrapper .block-minicart {
    right: 0;
}
.modal-popup.modal-slide {
    left: 35px;
    z-index: 900;
    right: 35px;
}
.switcher .actions.dropdown.options strong span {
    display: none;
}
.switcher .actions.dropdown.options strong::after {
    content: "";
    background-image: url('../images/language_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
}
.switcher .actions.dropdown.options strong {
    position: relative;
}
.header.content .switcher .actions.dropdown ul.dropdown.switcher-dropdown {
    top: 38px;
    left: -38px;
    background: #fff;
    z-index: 9;
}
.custompaggination {
    clear: both;
}
.ppppp {
    margin-top: 10px;
}
.custom_paggination {
    margin-top: 10px;
}
.wk_mp_design .wk-mp-collection-right .wk_search {
    float: none;
}
form#searchform .form-search {
    margin-left: 15px;
}
.account.wishlist-index-index .column.main .products-grid .product-item {
    width: 50%;
    padding: 0 5px;
    margin-left: 0;
}
.account .products-grid.wishlist .product-item-photo {
    float: none;
    margin-right: 0;
}
.account .products-grid.wishlist .product-image-container {
    max-width: 100%;
}
.products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
    margin-left: 0 !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item-info .product-item-actions:not(.fieldset .product-item-actions) {
    margin-top: 0;
}
.account.wishlist-index-index .column.main .products-grid .product-item-info .product-item-inner {
    position: static;
    box-shadow: none;
    padding: 2px 0;
}
.products-grid .product-items .product-item {
    margin-bottom: 5px !important;
}
.multishipping-checkout-login .login-container .block.block-customer-login .logintitle {
    padding-top: 30px;
    padding-bottom: 20px;
}
.customer-account-createpassword .page-wrapper .page-main .columns {
    width: 80%;
    height: auto;
}
.catalog-product-view #additional .titleattributes table.data tbody {
    display: block;
}
.catalog-product-view main#maincontent .product-info-main {
    width: 100%;
}
.catalog-product-view main#maincontent .product.media {
    width: 100%;
}
.catalog-product-view main#maincontent .product.media .gallery-placeholder {
    padding: 0 10px;
}
.wk-seller-card-container.wk-card-type1 {
    margin: 5px 0;
}
.catalog-product-view .wk-seller-card-row {
    margin-top: 10px;
}
.catalog-product-view #additional .titleattributes .additional-attributes-wrapper {
    border: none;
}
.catalog-product-view #additional .titleattributes table.data tbody {
    display: block;
}
.catalog-product-view #additional .titleattributes table.data tbody tr {
    padding-bottom: 12px;
    display: block;
}
.catalog-product-view #additional .titleattributes {
    width: 100%;
}
.catalog-product-view #additional .titleattributes table.data tbody tr th {
    padding: 0;
    line-height: normal;
    padding-right: 10px;
    font-weight: bold;
}
.catalog-product-view main#maincontent .product.media {
    width: 100%;
}
.catalog-product-view .product-info-main .sizechart {
    text-align: left;
    position: static;
    padding-bottom: 12px !important;
}
.catalog-product-view .page-main.page-main-details div#additional {
    width: 100%;
}
.catalog-product-view .product-info-main .product-info-price {
    margin-bottom: 20px;
}
.catalog-product-view .product-info-main .price-box {
    padding-left: 10px;
}
.catalog-product-view #additional .titleattributes {
    margin-top: 0;
}
.password-strength-meter {
    line-height: 28px;
    font-size: 12px;
}
div#password-error {
    padding-top: 8px;
}

}

@media screen and (max-width: 525px) {
    .cms-index-index.page-layout-1column .block.widget .products-grid .product-item {
        width: 100%;
        padding: 0;
    }
    .homepointblock .homepointblockcontent {
        max-width: 100%;
        min-width: 100%;
        margin-top: 20px;
    }
    /*New css 29-3-2022*/
    .customheadermaindiv {
        margin-top: 12px;
    }
    .header.content .logodata {
        height: auto;
    }
    .header .block.block-search {
        width: 100%;
    }
    .customheadermaindiv label.label {
        left: 42%;
        z-index: 6;
    }
    .customheadermaindiv label.label::before {
        color: #808080;
        font-size: 16px;
        margin: 0 auto;
    }
    .field.search .tbi {
        width: 100%;
        height: 100%;
    }
    .form.minisearch .tbic {
        width: 40%;
    }
    .form.minisearch .control {
        width: 60%;
        padding: 0 0 0 15px;
        margin: 0;
        margin-left: -15px;
        z-index: 5;
    }
    .Customheadercontent {
        margin-top: 20px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        float: unset;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .Customheadercontent .sellerloginbtn {
        left: unset;
        position: unset;
        -ms-flex-item-align: baseline;
            align-self: baseline;
        width: 100%;
        text-align: center;
        margin-right: 12px;
    }
    .Customheadercontent .signupbtn {
        margin: 0;
        width: 100%;
    }
    .homebannerblock .homebannercontent h1 {
        font-size: 29px;
        line-height: normal;
        margin: 5px 10px 10px;
    }
    .homebannerblock .homebannercontent p {
        font-size: 15px;
        line-height: 21px;
        margin: 5px 10px 5px;
    }
    .homebannerblock .homebannercontent .homebtnblock {
        margin: 27px 10px 5px;
    }
    header.page-header {
        margin-bottom: 0;
        border-bottom: 1px solid #f4f4f4;
    }
    .form.minisearch .field.search {
        width: 100%;
    }
    .homepointblock {
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
    }
    .homepointblock .homepointblockcontent {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 42px;
    }
    .homepointblock .homepointblockcontent img {
        width: 100%;
        max-width: 38px;
        margin: 0;
        margin-bottom: 9px;
    }
    .homepointblock .homepointblockcontent p {
        font-size: 16px;
        text-align: center;
        line-height: normal;
    }
    .homepointblock .homepointblockcontent p br {
        display: none;
    }
    .home-trending-products-content {
        margin: 46px 0px 15px;
    }
    .home-trending-products-content h2 {
        font-size: 29px;
        line-height: normal;
    }
    .cms-index-index.page-layout-1column .products-grid .product-item {
        margin-left: 0px !important;
    }
    .products-grid .product-items .product-item .product-item-info span.product-image-wrapper img.product-image-photo {
        width: 100%;
    }
    .products-grid .product-item-info .product-item-details {
        padding: 10px;
    }
    .cms-index-index.page-layout-1column .product-item-name>a {
        font-size: 18px;
        line-height: 24px;
    }
    .homecategories .homecategoriesblock {
        margin: 46px 0px 40px;
    }
    .homecategoriesblock h2 {
        font-size: 29px;
        line-height: normal;
    }
    .homecategoriescontent.colsixblock {
        width: 100%;
        padding: 30px 4% 0px;
    }
    .homecategoriescontentleftblock h3 {
        font-size: 16px;
        line-height: normal;
    }
    .homecategoriescontentleftblock p {
        font-size: 14px;
    }
    .homecategoriescontentleftblock img {
        margin: 0;
        bottom: 25px;
        width: auto;
        max-width: 29px !important;
    }
    .homecategories .commanblock .homecategoriescontent {
        width: 100%;
        padding: 30px 4% 0px;
        position: relative;
    }
    .homecategories .commanblock .homecategoriescontentleftblock {
        width: 50%;
    }
    .homecategories .commanblock .homecategoriescontentrightblock {
        width: 50%;
        position: unset;
    }
    .homecategories .commanblock .homecategoriescontentrightblock a img {
        position: absolute;
        bottom: 9px;
        left: 4%;
        max-width: 26px;
    }
    .howitworks .howitworksblock {
        padding: 46px 0px 10px;
        margin: 0px 0px 40px;
    }
    .howitworks .howitworksblock h2 {
        font-size: 29px;
    }
    .howitworks .howitworkscontentleft {
        width: 100%;
    }
    .howitworkscontentleft .howitworkscontentleftblock {
        padding: 35px 20px;
    }
    .howitworkscontentleft .howitworkscontentleftblock span {
        width: 40px;
        height: 40px;
        font-size: 19px;
        line-height: 40px;
    }
    .howitworkscontentleft .howitworkscontentleftblock h3 {
        font-size: 19px;
        line-height: normal;
    }
    .howitworkscontentleft .howitworkscontentleftblock p {
        font-size: 14px;
        font-weight: 400;
    }
    .onlineorderingtodayblock .onlineorderingtodaycontent h2 {
        font-size: 32px;
        line-height: 42px;
    }
    /*Footer*/
    .howitworks {
        padding: 0px 0px 40px;
    }
    .footer.content .onlineorderingtodayblock .onlineorderingtodaycontent {
        padding: 80px 0;
    }
    .page-footer .footer.content .tbi-custom-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
    }
    .tbi-custom-footer .footer-column {
        width: auto !important;
        max-width: 100% !important;
        margin-bottom: 15px;
        padding: 0 15px !important;
    }
    .tbi-custom-footer .footer-column .footercontentblock p {
        width: 100%;
        max-width: 100%;
    }
    .signinbtn {
        width: 100%;
        margin: 0;
        text-align: right;
    }
    .header .signinbtn a {
        position: unset;
    }
    /*Catalog page */
    .allcategoriesimages {
        margin-top: 60px;
    }
    .allcategoriesimages .categoryimagebox {
        margin-bottom: 40px;
        width: 100%;
    }
    .allcategoriesimages .categoryname {
        padding: 12px 16px;
        font-size: 18px;
        line-height: normal;
    }
    .bannerblock {
        padding: 50px 0 35px 0;
    }
    /*listing page*/
    .bannerblock .bannertitle {
        font-size: 38px;
    }
    .catalog-category-view .columns {
        padding: 0;
    }
    .catalog-category-view .products .product-items .product-item {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
    .catalog-category-view .products .product-item-info .product-item-details .product-item-name a {
        font-size: 16px;
        line-height: 24px;
    }
    /*Single product page*/
    .catalog-product-view main#maincontent .product-info-main {
        width: 100%;
    }
    .catalog-product-view main#maincontent .product.media {
        width: 100%;
    }
    .catalog-product-view main#maincontent .product.media .gallery-placeholder {
        padding: 0 10px;
    }
    .catalog-product-view .product-info-price {
        margin: 0;
        width: 100% !important;
    }
    .catalog-product-view .product-info-main .sizechart {
        text-align: left;
        position: static;
        padding-bottom: 12px !important;
    }
    .catalog-product-view .product-info-main .product-info-price {
        margin-bottom: 22px;
    }
    .catalog-product-view .product-info-main .price-box {
        margin-top: 12px;
    }
    .catalog-product-view .product-info-main .product-add-form .swatch-option.text {
        padding: 10px 20px;
    }
    .catalog-product-view .product-info-main .product h1.page-title {
        font-size: 28px;
        line-height: 39px;
    }
    .catalog-product-view .product-info-main .price-box span.price {
        font-size: 38px;
        line-height: 40px;
    }
    .wk-seller-card-container.wk-card-type1 {
        margin: 5px 0;
    }
    .catalog-product-view .wk-seller-card-row {
        margin-top: 10px;
    }
    .catalog-product-view #additional .titleattributes .additional-attributes-wrapper {
        border: none;
    }
    .catalog-product-view #additional .titleattributes table.data tbody tr {
        padding-bottom: 12px;
    }
    .catalog-product-view .block.related {
        padding: 65px 0;
    }
    .catalog-product-view .block.related .block-title.title strong {
        font-size: 34px;
        line-height: normal;
    }
    .catalog-product-view .block.related .block-content.content {
        padding: 0 10px;
    }
    .catalog-product-view .products-grid .product-item {
        width: 100%;
    }
    .catalog-product-view .product-info-main .product.attribute.overview {
        padding-left: 0;
    }
    .catalog-product-view #additional .titleattributes {
        width: 100%;
    }
    .catalog-product-view #additional .titleattributes table.data tbody {
        display: block;
    }
    .catalog-product-view .page-main.page-main-details div#additional {
        margin: unset;
    }
    /*login page*/
    .customer-account-login .page-wrapper .page-main .columns {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
    }
    .column.main .login-container {
        height: auto !important;
    }
    .block.block-customer-login {
        width: auto !important;
        height: auto !important;
    }
    .column.main .login-container {
        width: 100% !important;
    }
    .logintitle {
        height: auto;
        padding: 26px 0;
        margin-bottom: 10px;
    }
    .cms-page-view .allcategoriesseller .sellerdetail {
        max-width: 100%;
    }
    /*SignUp*/
    .customer-account-create .page-wrapper .page-main {
        max-width: 100%;
        padding: 0;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
        background: transparent;
    }
    .customer-account-create .page-wrapper .page-main .columns {
        background: #fff;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
        width: 80%;
        -webkit-box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.03);
                box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.03);
        border-radius: 14px;
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
    .customer-account-create .signup legend.legend span {
        font-size: 24px;
        line-height: 30px;
    }
    .customer-account-create .signup .control input {
        height: 40px;
    }
    .customer-account-create .signup .actions-toolbar .secondary {
        margin-top: 35px;
    }
    .logintitle {
        font-size: 24px !important;
        line-height: 30px !important;
        height: auto !important;
    }
    .customer-account-login .login-container .control input {
        height: 40px !important;
    }
    .loginbuttomcustom button {
        height: 44px;
    }
    .customer-account-create .signup .actions-toolbar .primary button {
        height: 44px;
    }
    .customer-account-create .signup .actions-toolbar .primary button span,
    .loginbuttomcustom button span {
        font-size: 16px;
    }
    .wk_mp_design ol.products.list .item.product.product-item {
        width: 100%;
    }
    .catalogsearch-result-index .products .product-items .product-item {
        width: 100%;
        margin: 0;
        padding: 0 5px;
    }
    .account.wishlist-index-index .column.main .products-grid .product-item {
        width: 100%;
    }
    div#email-error {
        position: relative;
        bottom: 8px;
    }
    .catalog-product-view .product-info-main .price-box {
        padding-left: 0;
    }
    .field-tooltip .field-tooltip-content {
        left: auto;
        right: auto;
        width: 140px;
    }
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
        right: auto;
    }

}

@media screen and (max-width: 390px) {
    .signupbtn {
        margin-top: 20px;
    }
    .Customheadercontent .sellerloginbtn {
    margin-right: 0;
    margin-bottom: 12px;
    }
    .Customheadercontent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .homebannerblock .homebannercontent .homebtnblock a {
    padding: 12px 20px;
    }
.onlineorderingtodaybtnblock a.onlineorderingtodayloginpbtn {
    background: #7EC6CC;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-top: 15px;
}
.onlineorderingtodaybtnblock a.onlineorderingtodaysignupbtn {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #7EC6CC;
    display: block;
    max-width: fit-content;
    margin: auto;
}
div#categories {
    top: -14px;
    right: 88px;
}
div#signinbtn1 {
    top: -16px;
    right: 46px;
}
div#switcher-language {
    top: -12px;
    right: 40px;
}

}

@media screen and (max-width: 320px) {
    .homecategories .commanblock .homecategoriescontent {
        padding: 25px 4% 20px;
    }
    .homecategoriescontentleftblock img {
        bottom: 0;
        width: auto;
        max-width: 26px !important;
    }
    .homecategories .commanblock .homecategoriescontentrightblock a img {
        bottom: 9px;
        max-width: 26px;
    }
    .homebannerblock .homebannercontent .homebtnblock {
        margin: 27px 10px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .homebannerblock .homebannercontent .homebtnblock a {
        margin-bottom: 12px;
    }
    .onlineorderingtodaybtnblock a {
        width: 50%;
        max-width: 50%;
        display: inline-block;
        margin-bottom: 10px;
    }
    .footer.content .onlineorderingtodayblock .onlineorderingtodaycontent {
        padding: 52px 0;
    }
    .catalog-category-view .products .product-items .product-item {
        width: 100%;
    }
    .homebannerblock .homebannercontent .homebtnblock a {
        margin-right: 4px;
    }
    .Customheadercontent .sellerloginbtn {
    margin-right: 0;
    margin-bottom: 12px;
    }
    .Customheadercontent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.categorypath-clothing .page-wrapper .page-main {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumbs .items .item a {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-align: center;
    color: #000000;
}

.breadcrumbs .item:last-child {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-align: center;
    color: #AC2275;
}

.breadcrumbs .item:not(:last-child):after {
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    /* line-height: 18px; */
    content: "/";
    /* font-family: "luma-icons"; */
    margin: 0 0px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    /* overflow: hidden; */
    text-align: center;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    text-align: center;
    color: #000000;
}



/* login form css */

.catalog-product-view .page-main.page-main-details {
    display: block;
}



#additional h2 {
    display: none;
}

.customer-account-login .page-title-wrapper {
    display: none;
}

.customer-account-login .page-wrapper .page-main {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    background: #F3FEFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.customer-account-login .page-wrapper .page-main .columns {
    width: 30%;
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.customer-account-login .page-wrapper .page-main .columns .column.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
}

.column.main .login-container {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 14px;
    -webkit-box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.03);
}

.block.block-customer-login {
    width: 80%;
    height: 100%;
    margin-left: 10%;
    margin-right: 10%;
}

.logintitle {
    height: 138px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    /* identical to box height */
    text-align: center;
    color: #000000;
    ;
}

.customer-account-login .field.email.required {
    height: 76px
}

.customer-account-login .field.email.required span {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
}

.customer-account-login .field.email.required .control input {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    margin-top: 10px;
    height: 46px;
}

.customer-account-login .field.password.required {
    height: 76px;
    margin-top: 25px;
}

.customer-account-login .field.password.required span {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
}

.field.password.required .control input {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    margin-top: 10px;
    height: 47px;
}

.loginbuttomcustom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.loginbuttomcustom .secondary {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.loginbuttomcustom .secondary a {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #AC2275;
}

.loginbuttomcustom .primary {
    width: 100%;
}

.loginbuttomcustom button {
    width: 100%;
    height: 48px;
    background: #AC2275;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-radius: 4px;
}

.Signuplinknew {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 19px;
    margin-top: 40px
}

.dontaccount {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #737373;
}

.Signuplink {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #AC2275;
    margin-left: 5px
}

.Signuplink span {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #AC2275;
}
.cms-all-products .column.main .block:last-child {
    margin-bottom: 0;
    margin-top: 35px;
}
.cmail{
width: 125%;

}


.cms-all-products .block.widget .pager {
    padding: 0;
    display: none;
}

.cms-all-products .order-products-toolbar .pager{
    padding: 0;
    display: block;
}
.cms-all-products .order-products-toolbar .pager .toolbar-amount{


display: none;
}
.cms-all-products .order-products-toolbar .pager .limiter{
    display: none;
}
.homecategories .allcategoriesimages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 100px;
    width: 100%;
    flex-direction: column;
}
.categoryfirstrow {
    display: flex;
    justify-content: space-between;
    /* background: white; */
}
.categorysecondrow {
    display: flex;
    justify-content: space-between;
}
.categoryfirstrowfirstcolumn {
    display: flex;
    background: white;
    justify-content: space-between;
}.categoryfirstrowsecondcolumn {
    display: flex;
    background: white;
    justify-content: space-between;
}
.categorysecondrowfirstcolumn {
    display: flex;
    flex-direction: column;
    background: white;
}
.categorysecondrowsecondcolumn {
    display: flex;
}
.categorysecondrowthirdcolumn {
    display: flex;
    flex-direction: column;
}
.categoryfirstrowfirstcolumn {
    display: flex;
    background: white;
    justify-content: space-around;
    width: 45%;
    border-radius: 20px;
    height: 270.9px;
}
.categoryfirstrowsecondcolumn {
    display: flex;
    background: white;
    justify-content: space-around;
    width: 45%;
    height: 270.9px;
    border-radius: 20px;
}
.categoryfirstrowfirstcolumncolumn2 {
    width: 45%;
}
.categoryfirstrowfirstcolumncolumn1 {
    width: 45%;
}
.categoryfirstrowfirstcolumncolumn2 {
    width: 45%;
    height: 270.9px;
}
.categoryfirstrowfirstcolumncolumn1 {
    width: 45%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    /* align-items: center; */
}
.categoryfirstrowfirstcolumncolumn1row1 {
    height: 50%;
    display: flex;
    align-items: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    font-size: 24px;
    line-height: 28px;
}
.categoryfirstrowfirstcolumncolumn1row1 {
    height: 50%;
    display: flex;
    align-items: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-left: 10%;
}
.categoryfirstrowfirstcolumncolumn1row2 {
    margin-left: 10%;
}
.categoryfirstrowfirstcolumncolumn2 {
    width: 45%;
    height: 270.9px;
}
.catgoryimg {
    height: 100%;
}
.catgoryimg img {
    height: 80%;
}
.catgoryimg {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


