input {
    outline: 0 !important;
}

body {
    padding: 0 !important;
}

/* 
@font-face {
	font-family: 'Arial Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Regular'), url('../fonts/ARIAL.woff') format('woff');
}

@font-face {
	font-family: 'Arial Narrow';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Narrow'), url('../fonts/ARIALN.woff') format('woff');
}

@font-face {
	font-family: 'Arial Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Italic'), url('../fonts/ARIALI 1.woff') format('woff');
}

@font-face {
	font-family: 'Arial Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Italic'), url('../fonts/ARIALI.woff') format('woff');
}

@font-face {
	font-family: 'Arial Narrow Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Narrow Italic'), url('../fonts/ARIALNI.woff') format('woff');
}

@font-face {
	font-family: 'Arial Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Medium'), url('../fonts/ARIALMdm.woff') format('woff');
}

@font-face {
	font-family: 'Arial Medium Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Medium Italic'), url('../fonts/ARIALMdmItl.woff') format('woff');
}

@font-face {
	font-family: 'Arial Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Bold'), url('../fonts/ARIALBD 1.woff') format('woff');
}

@font-face {
	font-family: 'Arial Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Bold'), url('../fonts/ARIALBD.woff') format('woff');
}

@font-face {
	font-family: 'Arial Narrow Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Narrow Bold'), url('../fonts/ARIALNB.woff') format('woff');
}

@font-face {
	font-family: 'Arial Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Bold Italic'), url('../fonts/ARIALBI 1.woff') format('woff');
}

@font-face {
	font-family: 'Arial Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Bold Italic'), url('../fonts/ARIALBI.woff') format('woff');
}

@font-face {
	font-family: 'Arial Narrow Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Narrow Bold Italic'), url('../fonts/ARIALNBI.woff') format('woff');
}

@font-face {
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Black'), url('ARIBLK.woff') format('woff');
}

@font-face {
	font-family: 'Arial Black Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Black Italic'), url('../fonts/ARIALBLACKITALIC.woff') format('woff');
}

@font-face {
	font-family: 'Arial Light Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Light Regular'), url('../fonts/ARIALLGT.woff') format('woff');
}

@font-face {
	font-family: 'Arial CE Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Arial CE Regular'), url('../fonts/ARIALCE.woff') format('woff');
}

@font-face {
	font-family: 'Arial CE MT Black Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Arial CE MT Black Regular'), url('../fonts/ARIALCEMTBlack.woff') format('woff');
}

@font-face {
	font-family: 'Arial CE Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Arial CE Bold'), url('../fonts/ARIALceb.woff') format('woff');
}

@font-face {
	font-family: 'Arial Light Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Light Italic'), url('../fonts/ARIALLGTITL.woff') format('woff');
}

@font-face {
	font-family: 'Arial CE Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial CE Italic'), url('../fonts/ARIALCEItalic.woff') format('woff');
}

@font-face {
	font-family: 'Arial CE Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Arial CE Bold Italic'), url('../fonts/ARIALCEBoldItalic.woff') format('woff');
} */

* {
    font-family: Arial, sans-serif;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 3px auto 35px;
}

.owl-carousel .owl-item .product-img img {
    /*width: 65% !important;
    max-width: 160px;*/
    width: auto;
    height: 300px;
}

.product-blk {
    padding: 12px;
    text-align: center;
}

.product-dtl {
    display: block;
    width: 92%;
    margin: auto;
}

.product-pack {
    color: #999999;
    font-size: 75%;
}

.sidebar-menu .activated a {
    pointer-events: none;
}

.product-title {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    color: #3E5FB0;
    /*letter-spacing: 1.5px;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.product-detail .product-title {
    color: #000;
}

.ui-menu-item-wrapper div:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-dtl {
    text-align: left;
}

.author,
.author a {
    color: #747474;
    font-size: 14px;
}

.product-stock {
    color: #fff;
    display: inline-block;
    font-size: 75%;
    /* text-shadow: 1px 1px 1px #000; */
    padding: 2px 5px;
}

.pre-order {
    background-color: #ff0000;
}

.demand-stock {
    background-color: #3E5FB0;
}

.out-stock {
    background-color: #999999;
}

.demand-text:not(.d-block) {
    display: inline-block !important;
}

.author,
.author a {
    /*letter-spacing: 1.5px;*/
}

.pre-order-text,
.demand-text {
    color: #ff0000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    display: block;
}

.in-stock {
    background: #F7941D;
}

.product-price {
    color: #999;
    font-size: 14px;
}

.sale-price {
    color: #F7941D;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.discounts,
.save-upto {
    color: #999999;
    font-size: 80%;
    line-height: 15px;
}

.discounts span {
    color: #3C5FAB;
}

.owl-carousel .owl-item .cart img {
    display: inline;
    width: auto;
    margin: 0;
}

.product-action {
    text-align: end;
}

.product-action a {
    margin: 3px;
    font-size: 14px;
    color: #999999;
}

.product-action a {
    cursor: pointer;
}

a.wishlist {
    color: #F7941D !important;
}

a.notification {
    color: #3E5FAC !important;
}

.cart img {
    width: 35px !important;
}

.top-section {
    background: #393354;
    padding: 7px;
    text-align: center;
    color: #f7941d;
}

.top-section p {
    margin-bottom: 0;
    font-size: 14px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.header-top-bar {
    background-color: #3d5fac;
}

ul.top-bar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-decoration: none;
    margin-bottom: 0;
    padding: 0;
}

ul.top-bar-menu li {
    margin: 0px 10px;
}

ul.top-bar-menu li a {
    color: #fff;
    font-size: 10px;
    line-height: 25px;
    display: block;
    margin-bottom: 0px;
}

ul.top-bar-menu .dropdown-menu a {
    color: #3d5fac;
    font-weight: 600;
    line-height: 18px;
}

.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0px 2px 5px -1px #3838389e;
    box-shadow: 0px 2px 5px -1px #3838389e;
}

.header-mainmenu .navbar-nav>li.nav-item {
    border-bottom: 2px solid #0000;
}

.header-mainmenu .navbar-nav>li.nav-item:hover {
    border-bottom: 2px solid #929497;
    background-color: #fff;
}

.dropdown-menu.megamenu.animate.slideIn {
    padding: 0;
}

h6.sup-category {
    font-weight: 600;
    border-bottom: 2px solid #000;
    display: inline-block;
    margin-bottom: 4px;
}

.header-mainmenu .navbar-nav>li.nav-item:hover a.nav-link {
    padding-bottom: calc(0.5rem - 2px);
}

ul.featured-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
}

ul.featured-dropdown a {
    font-size: 12px;
    color: #f9a11d;
    margin: 10px 10px;
    display: block;
}

.col-megamenu.bg-grey {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 15px;
}

ul.popular-categories-dropdown {
    padding: 0;
    list-style: none;
}

ul.popular-categories-dropdown a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

h4.megamenu-title {
    font-size: 14px;
    font-weight: 600;
    color: #3d5fac;
}

small.book-languages {
    margin-bottom: 10px;
    display: block;
}

span.catalog-title {
    font-size: 14px;
    display: block;
    color: #3d5fac;
    font-weight: 600;
    margin-bottom: 0px;
}

ul.categories-dropdown {
    padding: 0;
    list-style: none;
}

ul.categories-dropdown a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.col-megamenu.borderd-box {
    border: 1px solid #ddd;
    padding: 20px;
}

.dropdown-menu.megamenu .col-lg-9.col-9 {
    padding-left: 0;
}

.top-bar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.orders-blk {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 30px;
    bottom: -7px;
}

.orders-blk h4 {
    color: #3d5fac;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 10px;
    font-family: Arial, sans-serif;
}

span.quantity-counts {
    background: #3d5fac;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 20px;
    display: block;
    text-align: center;
    border-radius: 25px;
    font-size: 9px;
    position: absolute;
    right: -10px;
    top: -10px;
}

/* .order-wrapper .orders-blk:first-child::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #bfbfbf;
    height: 20px;
    right: -30px;
} */

a.header-btn {
    border: 1px solid #c9c9c9;
    padding: 4px 12px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, sans-serif;
    margin-left: 5px;
}

.advance-btn {
    color: #3d5fac;
}

.advance-btn:hover {
    color: #f7941d;
}

.request-btn {
    color: #f7941d;
}

.header-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.header-bottom {
    padding: 4.5px 0px;
}

img.logo-img {
    width: 138px;
    margin-right: 48px;
}

.search-form-wrapper {
    width: 50%;
}

button {
    color: #f7941d;
    background: rgba(0, 0, 0, 0);
    border: 0;
    position: relative;
    right: -2px;
}

.search-form .one-field input[type="text"] {
    width: calc(100% - 40px);
    border: 0;
    font-size: 11px;
}

.one-field {
    width: 58%;
    padding: 3.5px 10px;
    line-height: 18px;
    border: 1px solid #c9c9c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-mainmenu a.nav-link {
    color: #3d5fac !important;
    font-size: 12px;
    padding: 0.5rem 1rem;
}

.header-mainmenu {
    background: #f7f7f7;
}

#banner-carousel .carousel-item img {
    max-height: 300px;
}

.arrow-left {
    width: 0;
    height: 0;
    display: block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 6px solid white;
}

.owl-carousel .arrow-left {
    width: 0;
    height: 0;
    margin: auto !important;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid white;
}

.owl-carousel .arrow-right {
    width: 0;
    height: 0;
    margin: auto !important;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid white;
}

.arrow-right {
    width: 0;
    height: 0;
    display: block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid white;
}

.left-side {
    padding: 9px 9px 9px 8px;
}

.right-side {
    padding: 9px 8px 9px 9px;
}

.icon-circle {
    border: 3px solid #fff;
    border-radius: 50%;
}

.has-gradiant-bg {
    /*Ali Hide for Desktop Banners 25/4/24
    background: -o-linear-gradient(top, #8393ca, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#8393ca), to(#cccccc));
    background: linear-gradient(180deg, #8393ca, #cccccc);
*/
}

.categories-banner .col-md-12,
.categories-banner .col-md-6 {
    padding: 0 !important;
}

.categories-banner-wrapper {
    background: #fff;
    min-height: 280px;
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 20px 0;
}

.section-title h2 {
    font-size: 19px;
    font-family: Arial, sans-serif;
    margin-bottom: 0;
    color: #3c5fac;
    /*text-transform: capitalize;*/
}

.section-title .arrow-right {
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #808080;
    margin: 0 20px;
}

.product-section {
    padding: 15px 0px 0px;
}

.owl-prev.disabled,
.owl-next.disabled {
    background-color: #bdbdbd !important;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    text-align: center;
    display: block;
    position: absolute;
}

.owl-prev,
.owl-next {
    background-color: #f7931e !important;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    text-align: center;
    display: block;
    position: absolute;
}

.owl-prev .arrow-left {
    margin-left: -2px;
}

button.owl-prev {
    left: -2%;
    top: 40%;
    border: 0;
    outline: 0;
}

button.owl-next {
    right: -2%;
    top: 40%;
    border: 0;
    outline: 0;
}

.owl-next .arrow-right {
    margin-right: -2px;
}

.section-title a {
    color: #808080;
}

.pre-footer h2 {
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-bottom: 0;
    margin-right: 15px;
}

.pre-footer {
    background-color: #fff;
    padding: 15px;
    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;
}

.pre-footer form {
    width: 40%;
}

.pre-footer select {
    width: 70%;
    padding: 7px;
    border-radius: 0;
}

.pre-footer button {
    background-color: #000;
    padding: 3px 20px;
    color: #fff;
    font-size: 20px;
}

footer {
    background-color: #000;
    padding-top: 65px;
}

footer * {
    color: #fff;
}

footer hr {
    border-top: 1px solid rgb(195 195 195 / 55%);
}

.copy-right.text-center {
    padding: 18px 20px 22px;
    font-size: 12px;
}

.footer-inner-width {
    width: 70%;
}

ul.footer-links {
    padding: 0;
    list-style: none;
}

h4.footer-title {
    color: #f7941d;
    font-size: 14px;
}

ul.footer-links a {
    font-size: 14px;
    line-height: 25px;
}

ul.footer-links a:hover {
    text-decoration: none;
}

.footer-links small {
    display: block;
}

.footer-links span {
    display: inline-block;
}

.contact-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-blk i {
    margin-top: 8px;
    margin-right: 12px;
}

.contact-blk i.fab.fa-whatsapp {
    font-size: 26px;
    margin-left: -5px;
}

.contact-blk i.fa-phone-alt {
    margin-top: 12px;
}

.column-main-title {
    font-size: 14.59px;
    margin-top: 12px;
    margin-bottom: -6px !important;
    color: #3d5fac;
    font-weight: bold;
}

.column-title {
    font-size: 12.5px;
    margin-top: 12px;
    color: #000;
    font-weight: bold;
}

@media (max-width:320px) {
    ul.top-bar-menu li a {
        font-size: 10px;
    }
}

@media (max-width:767px) {
    ul.top-bar-menu li a {
        font-size: 10px;
    }

    .top-section p {
        font-size: 15px;
    }

    .order-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .orders-blk {
        margin: 0px 8%
    }

    .header-mainmenu {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    a.nav-link.bars-only {
        display: none;
    }

    .categories-banner-wrapper {
        background: #fff;
        min-height: 280px;
        margin: 15px 15px -15px;
    }

    .categories-banner .row.mt-3 .col-md-6:nth-of-type(2) {
        margin-top: 15px;
    }

    section.categories-banner {
        margin-bottom: 15px;
    }

    .product-section {
        padding: 15px 0px 0px !important;
    }

    .section-title {
        padding: 12px 0;
    }

    .owl-carousel .owl-item .product-img img {
        width: 55% !important;
    }

    button.owl-prev {
        left: -2%;
    }

    button.owl-next {
        right: -2%;
    }

    .pre-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pre-footer form {
        width: 70%;
    }

    .pre-footer select {
        width: 100%;
        margin-bottom: 10px;
    }

    .pre-footer button {
        padding: 8px 30px;
        display: block;
        margin: 0 auto;
        position: relative;
        left: -4px;
    }

    footer {
        background-color: #000;
        padding-top: 44px;
    }

    .footer-inner-width {
        width: 90%;
    }

    .copy-right.text-center {
        padding: 10px 20px 18px;
    }

    ul.featured-dropdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ul.featured-dropdown a {
        margin: 5px 10px;
    }

    .col-megamenu .col {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .header-mainmenu .navbar-nav>li.nav-item:hover a.nav-link {
        padding: 10px 10px;
    }

    .dropdown-menu.megamenu .col-6,
    .dropdown-menu.megamenu .col-2,
    .dropdown-menu.megamenu .col-4,
    .dropdown-menu.megamenu .col-3,
    .dropdown-menu.megamenu .col-6,
    .dropdown-menu.megamenu .col-7,
    .dropdown-menu.megamenu .col-8,
    .dropdown-menu.megamenu .col-9,
    .dropdown-menu.megamenu .col-10,
    .dropdown-menu.megamenu .col-11,
    .dropdown-menu.megamenu .col-12 {
        width: 100% !important;
        max-width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

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

    footer .col-md-2,
    footer .col-md-4,
    footer .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .header-bottom {
        padding: 8px 0px;
    }

    .header-bottom-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .header-mainmenu {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .orders-blk {
        margin: 0px 12px;
    }

    .order-wrapper .orders-blk:first-child::after {
        right: -18px;
    }

    .one-field {
        width: 46%;
    }

    .footer-inner-width {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .slideIn {
        -webkit-animation-name: slideIn;
        animation-name: slideIn;
    }

    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

.header-mainmenu a.nav-link {
    cursor: pointer !important;
}

@media (min-width:1024px) {
    .top-section {
        height: 2.769vw;
        padding: 0;
        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;
    }

    .top-section p {
        font-size: 1.077vw;
    }

    ul.top-bar-menu li a {
        font-size: 0.769vw;
        line-height: initial;
    }

    .header-top-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 2.154vw;
    }

    img.logo-img {
        width: auto;
        height: 2.231vw;
        margin-right: 3.692vw;
    }

    .header-bottom {
        padding: 0;
        height: 3.462vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .one-field {
        /* width: 33.308vw; */
        width: 37vw;
        padding: 0;
        border: 1px solid #c9c9c9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 2.231vw;
        line-height: 2.231vw;
    }

    .search-form .one-field input[type="text"] {
        width: 27.615vw;
        margin-left: 2.077vw;
        border: 0;
        font-size: 0.846vw;
        line-height: inherit;
        background: #0000;
    }

    .container {
        max-width: calc(100% - (2*2.769vw));
        padding: 0;
    }

    .one-field i.fa.fa-search {
        font-size: 1.231vw;
    }

    .one-field button {
        width: 3.462vw;
        height: 2vw;
        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;
    }

    .search-form-wrapper {
        /* width: 51.923vw; */
        width: 55vw;
    }

    form.search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* width: 51.923vw; */
        width: 55vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    a.header-btn {
        margin-left: 0.385vw;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .advance-btn {
        color: #3d5fac;
        padding: 0 !important;
        font-size: 0.923vw !important;
        width: 9.077vw;
        height: 2.231vw;
    }

    .request-btn {
        color: #f7941d;
        padding: 0 !important;
        width: 8.538vw;
        font-size: 0.923vw !important;
        height: 2.231vw;
    }

    .order-wrapper {
        /* margin-left: 2.846vw; */
        margin-left: 3.6vw;
        margin-right: 7px;
    }

    .orders-blk {
        margin: 0;
        bottom: 0;
        top: 0.5vw;
    }

    .pre-footer select {
        padding: 0.538vw;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .pre-footer select {
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000'><polygon points='0,0 100,0 50,100'/></svg>") no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-size: 12px;
        background-position: calc(100% - 20px) center;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    /* .orders-blk img {
		width: 2.615vw;
		height: 2.231vw;
	} */
    .orders-blk img {
        width: 2.615vw;
        height: 2.231vw;
    }

    .orders-blk h4 {
        font-size: 0.923vw;
        margin-right: 0.692vw;
    }

    span.quantity-counts {
        width: 1.162vw;
        height: 1.162vw;
        line-height: 1.25vw;
        font-size: 0.692vw;
        border-radius: 5vw;
        right: -0.485vw;
        top: -0.492vw;
    }

    /* span.quantity-counts {
		width: 1.462vw;
		height: 1.462vw;
		line-height: 1.55vw;
		font-size: 0.692vw;
		border-radius: 5vw;
		right: -0.385vw;
		top: -0.692vw;
	} */
    /* .order-wrapper .orders-blk:first-child::after {
        content: "";
        position: absolute;
        width: 0.154vw;
        background: #bfbfbf;
        height: 1.692vw;
        right: -2.308vw;
    } */

    .top-bar-right {
        /* width: 22.115vw; */
        height: 100%;
    }

    ul.top-bar-menu li {
        margin: 0;
    }

    .top-bar-right ul.top-bar-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .top-bar-right ul.top-bar-menu li:not(:last-child) {
        margin-right: 1.846vw;
    }

    .order-wrapper .orders-blk:nth-of-type(2) {
        margin-left: 4.231vw;
    }

    .top-bar-right .dropdown-toggle::after {
        margin-left: 0.314vw;
        /* vertical-align: 0.314vw; */
        border-top: 0.569vw solid;
        position: relative;
        top: 0.285vw;
        left: 0.154vw;
        border-right: 0.269vw solid transparent;
        border-bottom: 0;
        border-left: 0.269vw solid transparent;
    }

    .header-mainmenu {
        height: 2.308vw;
        line-height: 2.308vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-mainmenu a.nav-link {
        font-size: 0.923vw;
        padding: 0 !important;
        /* margin-right: 1.319VW;
		margin-left: 1.319VW; */
        margin-right: 1.25VW;
        margin-left: 1.25VW;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 8%;
        opacity: 1;
    }

    .icon-circle {
        border: 0.231vw solid #fff;
        border-radius: 50%;
    }

    .left-side,
    .right-side {
        padding: 0;
        width: 2.308vw;
        height: 2.308vw;
        display: block;
    }

    .arrow-left {
        width: 0;
        height: 0;
        display: block;
        border-top: 0.4vw solid transparent;
        border-bottom: 0.4vw solid transparent;
        border-right: 0.7vw solid white;
        margin-top: 0.63vw;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: -0.1vw;
    }

    .arrow-right {
        width: 0;
        height: 0;
        display: block;
        border-top: 0.4vw solid transparent;
        border-bottom: 0.4vw solid transparent;
        border-left: 0.7vw solid white;
        margin-top: 0.63vw;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        right: -0.1vw;
    }

    .owl-prev,
    .owl-next {
        width: 2.5vw;
        height: 2.5vw;
    }

    .categories-banner-wrapper {
        background: #fff;
        /* min-height: 21.538vw; */
    }

    .categories-banner-wrapper img {
        width: 100%;
        height: inherit;
        object-fit: cover;
        object-position: center;
    }

    .categories-banner .row .col-md-6:first-child .categories-banner-wrapper {
        margin-right: 0.731vw;
    }

    .categories-banner .row .col-md-6:last-child .categories-banner-wrapper {
        margin-left: 0.731vw;
    }

    .categories-banner .mt-3 {
        margin-top: 1.615vw !important;
    }

    .categories-banner .mr-3 {
        margin-right: 1.615vw !important;
    }

    .has-gradiant-bg.pb-3 {
        padding-bottom: 1.615vw !important;
    }

    .section-title {
        padding: 0;
    }

    section.new-release-wrapper.product-section.pt-5 {
        padding-top: 2vw !important;
    }

    .section-title h2 {
        font-size: 1.462vw;
        /*letter-spacing: -1px;*/
    }

    .section-title a {
        color: #808080;
        font-size: 1.315vw !important;
    }

    .owl-carousel {
        width: calc(100% - (2*2.769vw)) !important;
        margin: auto;
    }

    button.owl-prev {
        left: -2.8vw;
        top: 12vw;
    }

    button.owl-next {
        right: -2.8vw;
        top: 12vw;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: auto;
        margin: 0px auto 2.692vw;
    }

    .product-blk {
        padding-top: 2.623vw !important;
    }

    .owl-carousel .owl-item .product-img img {
        width: auto;
        height: 300px;
    }

    .product-action {
        text-align: end;
        margin-top: 2.231vw;
    }

    /* New alignment css */
    body section:not(.products-list) .product-action {
        position: absolute;
        bottom: 1vw;
        right: 1vw;
    }

    .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product-blk {
        padding-bottom: 4.5vw;
    }

    /* New alignment css */

    .product-title,
    .author,
    .author a .product-price {
        font-size: 0.996vw;
        line-height: 1.5vw;
    }

    .product-detail .author,
    .product-detail .author a {
        font-size: 1.4vw !important;
        line-height: 1.4vw !important;
        margin-bottom: 0.7vw;
        display: block;
    }

    .product-pack {
        font-size: 0.877vw;
    }

    .product-stock {
        font-size: 1.023vw;
        line-height: 1vw;
    }

    .pre-order-text,
    .demand-text {
        font-size: 0.923vw;
    }

    hr {
        margin: 0 !important;
    }

    .new-at-readings-wrapper,
    .new-in-our-publications-wrapper,
    .coming-soon-wrapper,
    .international-bestsellers-wrapper,
    .bestseller-in-our-Publications-wrapper,
    .bestseller-in-stationery-gift-wrapper,
    .bestseller-in-toys-games-wrapper,
    .your-recent-history-wrapper {
        padding: 0 !important;
    }

    .pre-footer {
        height: 5.308vw;
        padding: 0;
    }

    .pre-footer h2 {
        font-size: 1.536vw;
        margin-right: 1.923vw;
    }

    .pre-footer form {
        width: 45.462vw;
    }

    .pre-footer select {
        width: 33.231vw;
        height: 3.385vw;
    }

    .pre-footer button {
        padding: 0;
        width: 10.462vw;
        height: 3.385vw;
        font-size: 1.536vw;
        position: relative;
        bottom: -1px;
        margin-left: 1.446vw;
    }

    /* footer {
		padding-top: 2.846vw;
	} */
    footer {
        padding: 0;
        width: 100%;
        /* height: 22.923vw; */
    }

    h4.footer-title {
        line-height: 1.098vw;
        font-size: 1.098vw;
    }

    .footer-inner-width {
        /* width: 58.846vw; */
        /* width: 56.285vw; */
        padding: 0;
        width: 57.785vw;
        height: 22.923vw;
        padding-top: 2.846vw;
    }

    ul.footer-links a {
        font-size: 1.098vw;
        line-height: 1.098vw;
    }

    .footer-inner-width .col-md-4 {
        -ms-flex: 0 0 19.538vw;
        -webkit-box-flex: 0;
        flex: 0 0 19.538vw;
        max-width: 19.538vw;
        padding: 0 0 0 1vw;
    }

    .footer-inner-width .col-md-3 {
        -ms-flex: 0 0 17.238vw;
        -webkit-box-flex: 0;
        flex: 0 0 17.438vw;
        max-width: 17.438vw;
    }

    .footer-inner-width .col-md-2 {
        -ms-flex: 0 0 11.562vw;
        -webkit-box-flex: 0;
        flex: 0 0 11.562vw;
        max-width: 11.562vw;
        padding: 0 0 0 1vw;
    }

    .footer-inner-width .col-md-3 i.fab {
        margin-right: 0.7vw;
    }

    .footer-inner-width .col-md-3:last-child {
        -ms-flex: 0 0 9.923vw;
        -webkit-box-flex: 0;
        flex: 0 0 9.923vw;
        max-width: 9.923vw;
    }

    .contact-blk i {
        margin-top: 0.5vw;
        margin-right: 0.7vw;
        font-size: 1vw;
    }

    .contact-blk i.fab.fa-whatsapp {
        font-size: 1.6vw;
        margin-left: -0.3vw;
    }

    /* .contact-blk i.fa-phone-alt {
        margin-top: 1vw;
    } */
    .footer-links small {
        font-size: 0.95vw;
        margin-top: -0.615vw;
    }

    .footer-inner-width li {
        line-height: 2vw;
    }

    .footer-inner-width {
        padding-bottom: 1.4vw;
    }

    .copy-right.text-center {
        padding: 0 !important;
        font-size: 0.923vw;
        height: 5.385vw;
        line-height: 5.385vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    span.seperator-line {
        display: inline-block;
        margin-left: 0.923vw;
        margin-right: 0.623vw;
    }

    .product-dtl {
        min-width: 0;
        max-width: 100%;
    }

    .navbar-expand-lg .navbar-nav {
        margin-left: -1.4vw;
    }

    /* ul.featured-dropdown a {
	    font-size: 0.923vw;
		margin-top: 0.432vw !important;
		margin: 1.031vw;
	} */
    h4.megamenu-title {
        font-size: 1.077vw;
    }

    ul.popular-categories-dropdown a {
        font-size: 1.069vw;
    }

    .borderd-box li {
        line-height: 0.7vw;
        margin-top: 0.88vw;
    }

    .borderd-box ul.categories-dropdown a {
        font-size: 0.846vw !important;
    }

    .header-mainmenu .navbar-nav>li.nav-item a {
        position: relative;
        bottom: -0.154vw;
    }

    .header-mainmenu .navbar-nav>li.nav-item:hover {
        border-bottom: 4px solid #929497;
        background-color: #fff;
    }

    .header-mainmenu .navbar-nav>li.nav-item {
        border-bottom: 4px solid #0000;
    }

    #all-books+.dropdown-menu.megamenu {
        width: 82vw;
        height: 34vw;
        left: -1.2vw;
    }

    #h-discounts+.dropdown-menu.megamenu {
        width: 92.769vw;
        height: 34vw;
        left: -1.2vw;
    }

    /* .dropdown-menu.megamenu {
		width: 82vw;
		height: 34vw;
		left: -1.2vw;
	} */
    .popular-categories-dropdown li {
        line-height: 1.077vw;
        margin-top: 0.677vw;
    }

    .nav-link+.dropdown-menu.megamenu ul.featured-dropdown a {
        font-size: 0.923vw;
        line-height: 1vw;
        margin: 0;
        margin-top: 1.008vw;
        margin-bottom: 1.008vw;
        margin-right: 3.077vw;
    }

    #all-books+.dropdown-menu .col-lg-3.col-3 {
        max-width: 14.5vw;
        padding: 0;
    }

    #all-books+.dropdown-menu .col-megamenu.bg-grey {
        background-color: #f7f7f7;
        padding: 0;
        height: 28vw;
        padding-top: 1.615vw;
        padding-left: 1.538vw;
    }

    #h-discounts+.dropdown-menu .col-lg-3.col-3 {
        max-width: 18vw;
        padding: 0;
    }

    #h-discounts+.dropdown-menu .col-megamenu.bg-grey {
        background-color: #f7f7f7;
        padding: 0;
        height: 28vw;
        padding-top: 1.615vw;
        padding-left: 1.538vw;
    }

    h4.megamenu-title {
        font-size: 1.077vw;
        line-height: 1.077vw;
        margin: 0;
    }

    .popular-categories-dropdown .megamenu li {
        line-height: 1.077vw;
        margin-top: 1.077vw;
    }

    .col-megamenu.borderd-box {
        border: 1px solid #ddd;
        padding: 1.615vw 1.538vw;
    }

    #all-books+.dropdown-menu.megamenu .col-lg-9.col-9 {
        margin-left: 0.615vw;
        max-width: 61.4vw !important;
        padding: 0 !important;
        -ms-flex: 0 0 61.4vw !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 61.4vw !important;
    }

    #h-discounts+.dropdown-menu.megamenu .col-lg-9.col-9 {
        margin-left: 0.615vw;
        max-width: 68.538vw !important;
        padding: 0 !important;
        -ms-flex: 0 0 68.538vw !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 68.538vw !important;
    }

    .dropdown-menu.megamenu .container .row.g-3,
    .dropdown-menu.megamenu .container .row.g-3 .col-lg-12 .row {
        margin: 0 !important;
    }

    .dropdown-menu.megamenu .container .row.g-3 .col-lg-12 {
        padding: 0 !important;
    }

    .col-megamenu.borderd-box .col {
        padding: 0;
    }

    .featured-dropdown li:first-child a {
        margin-left: 0 !important;
    }

    #all-books+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        height: 100%;
    }

    /* .navbar-expand-lg .navbar-nav .dropdown-menu {
		margin-top: -0.254vw;
	} */
    #all-books+.dropdown-menu {
        margin-left: -0.2vw;
    }

    #h-discounts+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        height: 100%;
    }

    /* .navbar-expand-lg .navbar-nav .dropdown-menu {
		margin-top: -0.254vw;
	} */
    #h-discounts+.dropdown-menu {
        margin-left: -0.2vw;
    }

    /* #all-books + .dropdown-menu.megamenu ul.featured-dropdown a {
		font-size: 0.923vw;
		margin-top: 0.132vw !important;
		margin: 1.031vw;
		margin-bottom: 0.35vw;
	} */
    #fiction+.dropdown-menu.megamenu {
        width: 72.846vw !important;
        height: 30.462vw !important;
    }

    #fiction+.dropdown-menu .col-lg-3.col-3 {
        max-width: 14.5vw;
        padding: 0;
    }

    #fiction+.dropdown-menu .col-megamenu.bg-grey {
        /* height: 24.038vw; */
        padding-left: 1.385vw;
        padding-top: 1.615vw;
    }

    #fiction+.dropdown-menu.megamenu .col-lg-9.col-9 {
        padding: 0;
        margin-left: 0.692vw;
        padding: 0 !important;
        width: 42.331vw !important;
        -ms-flex: 0 0 42.331vw !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 42.331vw !important;
    }

    .dropdown-menu.megamenu .row {
        margin: 0 !important;
    }

    #fiction+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        height: 100% !important;
    }

    /* #fiction + .dropdown-menu.megamenu ul.featured-dropdown a {
		font-size: 0.923vw;
		margin-top: 0.132vw !important;
		margin: 1.031vw;
		margin-bottom: 0.35vw;
	} */
    #non-fiction+.dropdown-menu .col-lg-3.col-3 {
        max-width: 14.692vw;
        padding: 0 !important;
    }

    #non-fiction+.dropdown-menu.megamenu {
        width: 81vw;
        height: 30.385vw;
        left: 0vw;
    }

    #non-fiction+.dropdown-menu.megamenu .col-megamenu.bg-grey {
        padding-left: 1.462vw;
        width: 14.692vw;
        padding-top: 1.615vw;
        height: 100%;
    }

    #non-fiction+.dropdown-menu.megamenu .col-lg-9.col-9 {
        margin-left: 0.692vw;
        padding: 0 !important;
        -ms-flex: 0 0 60vw;
        -webkit-box-flex: 0;
        flex: 0 0 60vw;
        max-width: 60vw;
    }

    #non-fiction+.dropdown-menu.megamenu .popular-categories-dropdown li {
        line-height: 1.077vw;
        margin-top: 0.177vw;
    }

    #non-fiction+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        height: 100%;
    }

    /* #non-fiction + .dropdown-menu.megamenu ul.featured-dropdown a {
    font-size: 0.923vw;
    margin-top: 0.132vw !important;
    margin: 1.031vw;
    margin-bottom:0.35vw;
} */
    #non-fiction+.dropdown-menu.megamenu ul.popular-categories-dropdown a {
        line-height: 1.677vw;
    }

    #young-adults+.dropdown-menu.megamenu {
        width: 83.846vw;
        height: 37.6vw;
        left: -0.2vw;
    }

    h6.sup-category {
        font-size: 0.97vw;
        margin-bottom: 0;
    }

    #young-adults+.dropdown-menu.megamenu .col-lg-4.col-4 {
        padding: 0;
        max-width: 28.615vw;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.615vw;
        flex: 0 0 28.615vw;
    }

    #young-adults+.dropdown-menu.megamenu .col-megamenu.bg-grey {
        padding-left: 1.462vw;
        padding-top: 1.615vw;
        height: 100%;
    }

    #young-adults+.dropdown-menu.megamenu .col-megamenu.bg-grey .col {
        padding: 0 !important;
    }

    #young-adults+.dropdown-menu.megamenu .col-lg-8 {
        max-width: 48.769vw;
        -ms-flex: 0 0 48.769vw;
        -webkit-box-flex: 0;
        flex: 0 0 48.769vw;
        height: 100%;
        margin-left: 0.692vw;
        padding: 0 !important;
    }

    #young-adults+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        padding: 1.385vw;
    }

    #young-adults+.dropdown-menu.megamenu h4.megamenu-title {
        margin: 0;
        margin-bottom: 8px;
    }

    .sup-category+.row .col .categories-dropdown,
    .sup-category+.popular-categories-dropdown {
        margin-top: -0.5vw;
    }

    /* #young-adults + .dropdown-menu.megamenu ul.featured-dropdown a {
    font-size: 0.923vw;
    margin-top: 0.132vw !important;
    margin: 1.031vw;
    margin-bottom: 0.35vw;
} */
    /* #our-publications +  .dropdown-menu.megamenu ul.featured-dropdown a {
    font-size: 0.923vw;
    margin-top: 0.132vw !important;
    margin: 1.031vw;
    margin-bottom: 0.35vw !important;
} */
    #our-publications+.dropdown-menu.megamenu {
        width: 51.231vw;
        height: 22.923vw;
    }

    #toys-games+.dropdown-menu.megamenu {
        width: 50.538vw;
        right: 11vw;
        left: auto !important;
    }

    #stationery-gifts+.dropdown-menu.megamenu {
        width: calc(97vw - 2%);
        padding-bottom: 14px;
        left: -1vw !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    #stationery-gifts+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        margin: 1.462vw;
    }

    #toys-games+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        margin: 1.462vw;
    }

    span.catalog-title {
        font-size: 0.846vw;
        line-height: 0.9vw;
        margin-bottom: 0.769vw;
    }

    small.book-languages {
        margin-bottom: 10px;
        display: block;
        font-size: 0.769vw;
    }

    #our-publications+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        border: 1px solid #ddd;
        padding: 1.462vw;
        padding-bottom: 1.162vw;
    }

    #toys-games-publications+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        border: 1px solid #ddd;
        padding: 1.462vw;
        padding-bottom: 1.162vw;
    }

    #childerns+.dropdown-menu.megamenu {
        width: 87.308vw;
        height: 23.308vw;
        left: -0.2vw;
    }

    #urdu-books+.dropdown-menu.megamenu ul.featured-dropdown li:last-child a {
        margin-right: 0 !important;
    }

    #urdu-books+.dropdown-menu.megamenu {
        height: 27.546vw;
    }

    #urdu-books+.dropdown-menu.megamenu ul.featured-dropdown a {
        font-size: 0.923vw;
        line-height: 1vw;
        margin: 0;
        margin-top: 1.008vw;
        margin-bottom: 1.008vw;
        margin-right: 2.2vw;
    }

    #childerns+ul.featured-dropdown a {
        font-size: 0.923vw;
        margin-top: 0.032vw !important;
        margin: 1.031vw;
        margin-bottom: 0.35vw !important;
    }

    #childerns+.dropdown-menu.megamenu .col-lg-2 {
        padding: 0;
        height: 17.462vw;
        -ms-flex: 0 0 9.154vw;
        -webkit-box-flex: 0;
        flex: 0 0 9.154vw;
        max-width: 9.154vw;
    }

    #childerns+.dropdown-menu.megamenu .col-lg-3 {
        -ms-flex: 0 0 25vw;
        -webkit-box-flex: 0;
        flex: 0 0 25vw;
        max-width: 25vw;
        padding: 0;
        margin-left: 0.692vw;
    }

    #childerns+.dropdown-menu.megamenu .col-lg-7 {
        -ms-flex: 0 0 46.462vw;
        -webkit-box-flex: 0.9;
        flex: 0.9 0 46.162vw;
        max-width: 46.162vw;
        padding: 0;
        margin-left: 0.692vw;
    }

    #childerns+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        padding: 1.462vw;
        height: 100%;
    }

    #urdu-books+.dropdown-menu.megamenu {
        width: 73vw;
        height: 28.846vw;
        left: -0.2vw;
    }

    #urdu-books+.dropdown-menu.megamenu .col-lg-3 {
        -ms-flex: 0 0 14.308vw;
        -webkit-box-flex: 0;
        flex: 0 0 14.308vw;
        max-width: 14.308vw;
        padding: 0;
    }

    #urdu-books+.dropdown-menu.megamenu .col-lg-9.col-9 {
        padding-left: 0;
        -ms-flex: 0 0 43.231vw;
        -webkit-box-flex: 0;
        flex: 0 0 43.231vw;
        max-width: 43.231vw;
        margin-left: 0.692vw;
    }

    #urdu-books+.dropdown-menu.megamenu .col-megamenu.borderd-box {
        height: 100%;
        padding: 1.462vw;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        /* margin-top: -0.08vw; */
        margin-top: -0.58vw;
    }

    #all-books+.dropdown-menu .container {
        max-width: calc(100% - (2*2.692vw));
        padding: 0;
    }

    #h-discounts+.dropdown-menu .container {
        max-width: calc(100% - (2*2.692vw));
        padding: 0;
    }

    .nav-link+.dropdown-menu.megamenu ul.featured-dropdown li:last-child a {
        margin-right: 0 !important;
    }

    #fiction+.dropdown-menu.megamenu ul.featured-dropdown a {
        font-size: 0.923vw;
        line-height: 1vw;
        margin: 0;
        margin-top: 1.008vw;
        margin-bottom: 1.008vw;
        /*updateed Code 13-11-2022 */
        /*margin-right: 2.4vw;*/
        margin-right: 2vw;
        /*updateed Code 13-11-2022 */
    }

    .column-main-title {
        font-size: 1.122vw;
        margin-top: 0.777vw;
    }

    .column-title {
        font-size: 0.962vw;
        margin-top: 0.777vw;
    }

    .product-action a {
        font-size: 1.25vw;
    }

    .request-search-inner input#Link,
    .request-search-inner input#ISBN,
    .request-search-inner textarea#Additional_Information {
        margin-right: -0.25vw;
    }

    .request-search-inner #Title {
        width: 26vw !important;
    }

    .request-search-inner textarea#Additional_Information {
        width: 38vw !important;
    }

    .products-grid-wrapper .container-fluid.p-0+.col-md-3 {
        border: 0 !important;
    }
}


/***********Best Seller*************/

section.breadcrumbs {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 28px;
}

.page-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    color: #f7941d;
    display: inline-block;
}

.page-title a {
    color: #f7941d;
}

.products-grid-wrapper .col-md-3:not(:first-child) {
    border-left: 1px solid #e6e6e6;
}

.products-grid-wrapper .col-md-12:not(:first-child) {
    border-left: 1px solid #e6e6e6;
}

.products-grid-wrapper .col-md-3 {
    padding-bottom: 12px;
}

.products-grid-wrapper hr {
    border-top: 1px solid #e6e6e6 !important;
}

.pagination .arrows {
    background-color: #f7931e;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    text-align: center;
    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: 4px 10px;
}


/* .pagination .arrows i {
	margin-top:4px;
} */

.pagination .disabled .arrows {
    background-color: #bdbdbd;
}

section.pagination-section {
    height: 51px;
    border-bottom: 1px solid #ddd;
}

a.page-link {
    font-weight: bold;
    font-size: 19.04px;
    color: #808080 !important;
    border: 0;
}

ul.pagination {
    margin-top: 6px;
    margin-bottom: 6px;
}

.products-grid-wrapper .product-img img {
    margin-bottom: 30px;
}

ul.breadcrumb-menu.list-inline {
    display: inline-block;
    margin: 0 !important;
}

ul.breadcrumb-menu.list-inline li {
    margin-left: 52px;
}

ul.breadcrumb-menu.list-inline li a {
    color: #3e5fac;
    font-size: 14px;
}

.inner-page-content {
    min-height: 90vh;
}

.message-wraper {
    /* border: 1px solid #ddd; */
    padding: 65px 20px;
    text-align: center;
    margin: 35px;
}

.request-book {
    color: #3e5fac;
}

#h-discounts+.dropdown-menu.megamenu .container {
    margin-top: 35px;
}

@media (min-width:1024px) {

    /* section.breadcrumbs {
		height: 2.692vw;
	} */
    section.breadcrumbs {
        height: 3.092vw;
    }

    /* .page-title {
		font-size: 1.077vw;
		line-height: 2.154vw;
	} */
    .page-title {
        font-size: 1.077vw;
        line-height: 1.077vw;
        margin-top: 0.954vw;
        margin-bottom: 0.954vw;
    }

    .products-grid-wrapper .product-img img {
        margin: 0px auto 2vw;
    }

    .products-grid-wrapper .col-md-3 {
        padding-bottom: 0.923vw;
    }

    .pagination .arrows i {
        /* margin-top: 0.35vw */
        margin: 0;
    }

    .pagination .arrows {
        width: 2.3vw;
        height: 2.3vw;
        line-height: 2.3vw;
        /* margin: 0.2vw 1.5vw; */
    }

    ul.pagination {
        margin-top: 0.6vw !important;
        margin-bottom: 0.6vw;
    }

    .filter-block {
        float: right;
        line-height: 2.677vw;
    }

    ul.breadcrumb-menu.list-inline li {
        margin-left: 4vw;
    }

    ul.breadcrumb-menu.list-inline li a {
        font-size: 0.923vw;
    }

    section.pagination-section {
        height: 3.923vw;
        border-bottom: 1px solid #ddd;
    }

    .message-wraper {
        padding: 5.385vw 1.538vw;
        text-align: center;
        margin: 2.692vw;
    }
}


/***********advancesearch form*************/

button.btn.theme-btn,
button.btn.theme-blue {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 20px;
}

button.btn.theme-btn {
    color: #fff;
    background: #f7941d;
}

#advance-search-form .form-control,
#request-search-form .form-control {
    border-radius: 0 !important;
}

#advance-search-form select,
.dropdown-selection .select2-container--default .select2-selection--single {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23666666'><polygon points='0,0 100,0 50,100'/></svg>") no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 0.7vw 0.5vw;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.products-list .product-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-list .product-blk .product-img {
    margin: 0 19px;
}

.products-list .product-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-list .col-md-12 {
    border: 1px solid #ddd;
}

.products-list .author {
    color: #000;
}

.product-isbn {
    font-size: 9px;
    color: #ddd;
}

.products-list .product-action {
    text-align: left;
    margin-top: 20px;
}

.product-action button {
    background: #ddd;
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
}

.staric-2 {
    color: red;
    font-size: 22px;
    margin: 4px;
    line-height: 1px;
    position: relative;
    top: 4px;
}

.request-search-inner h2 {
    font-size: 14px;
    font-weight: 700;
}

/* #request-search-form label {
    margin-left: -20px;
} */

#request-search-form input#link {
    margin-right: -0.3vw;
}

#request-search-form input#isbn-number,
textarea#additional {
    margin-right: -4px;
}

#request-search-form label {
    font-size: 14px;
}

h2.text-heading {
    font-size: 14px;
    font-weight: 700;
}

section.message-content p,
section.message-content li {
    font-size: 12px;
}

section.message-content ul {
    padding-left: 20px;
    margin-top: -10px;
}

.selected-book-status {
    font-size: 12px;
}

.btn-link:not(.collapsed) .bottom-arrow {
    display: inline-block;
}

.btn-link:not(.collapsed) .right-arrow {
    display: none;
}

button.btn.btn-link.collapsed .bottom-arrow {
    display: none;
}

button.btn.btn-link.collapsed .right-arrow {
    display: inline-block;
}

div#myaccordion button.btn.btn-link.collapsed {
    font-size: 14px;
    color: #3e5fac;
    font-weight: 700;
}

div#myaccordion button.btn.btn-link:not(.collapsed) {
    font-size: 14px;
    color: #f9a11d;
    font-weight: 700;
}

.selected-book-status span {
    color: #808080;
    font-weight: 400;
}

#add-address-form label {
    width: 105px;
    font-size: 14px;
}

a.dropdown-item.login-btn {
    background: #f79520;
    color: #fff !important;
    font-size: 14px;
    width: 80%;
    text-align: center;
    margin: 14px auto 0;
}

a.dropdown-item.register-btn {
    text-decoration: underline;
    color: #000 !important;
    margin-bottom: 8px;
    text-align: center;
    margin-top: -10px;
}

.popup-form.changepassword.e-giftCard .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 30px;
}

.popup-form.changepassword.e-giftCard .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 30px;
}

.popup-form.changepassword.edit-profile .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}

.popup-form.changepassword.edit-profile .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 44px;
}

@media (min-width:1024px) {
    h2.text-heading {
        font-size: 1.077vw;
        font-weight: 700;
    }

    .popup-form.changepassword.e-giftCard .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.4vw;
    }

    .popup-form.changepassword.e-giftCard .select2-container .select2-selection--single {
        height: 2.4vw;
    }

    .popup-form.changepassword.e-giftCard .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2.4vw;
    }

    .popup-form.changepassword.edit-profile .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.4vw;
    }

    .popup-form.changepassword.edit-profile .select2-container .select2-selection--single {
        height: 2.4vw;
    }

    .popup-form.changepassword.edit-profile .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2.4vw;
    }

    a.dropdown-item.register-btn {
        margin-bottom: 0.6vw;
        margin-top: -0.5vw;
    }

    a.dropdown-item.login-btn {
        background: #f79520;
        color: #fff !important;
        font-size: 0.877vw;
        width: 80%;
        text-align: center;
        margin: 1.077vw auto;
    }

    div#myaccordion button.btn.btn-link:not(.collapsed),
    div#myaccordion .cancel_order,
    div#myaccordion .restore_order_container {
        font-size: 1.077vw;
    }

    div#myaccordion button.btn.btn-link.collapsed {
        font-size: 1.077vw;
    }

    section.message-content p,
    section.message-content li {
        font-size: 0.923vw;
    }

    .selected-book-status {
        font-size: 0.923vw;
    }

    #advance-search-form,
    #request-search-form {
        width: 50.923vw;
        margin: 0 auto;
        padding: 0 4vw 3vw 4vw;
    }

    #add-address-form {
        width: 30.5vw;
        padding: 2.5vw 1.5vw 1vw 1.5vw;
        border: 1px solid #d8d8d8;
    }

    #add-address-form label {
        width: 10vw;
        font-size: 1vw;
    }

    .form-group.align-items-center.mb-4 {
        margin-bottom: 2vw !important;
    }

    button.btn.theme-btn,
    button.btn.theme-blue {
        font-size: 1.2vw;
        padding: 0.5vw 1vw;
    }

    textarea#additional {
        height: 6vw;
    }

    .loggedIn {
        border: 2px solid #165dff !important;
    }

    label.mini-width {
        width: 14vw !important;
    }

    input.mini-width {
        width: 26vw !important;
    }

    input#link {
        margin-right: -0.3vw;
    }

    #request-search-form label {
        font-size: 1.077vw;
    }

    button.minus-btn:after {
        content: "-";
        position: relative;
        top: -2px;
    }

    #add-address-form .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #advance-search-form .form-group,
    #request-search-form .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 0.923vw;
    }

    .request-search-inner h2 {
        font-size: 1.077vw;
    }

    .request-search-inner {
        width: 33vw;
        margin-bottom: 2vw;
        /* margin-left: auto; */
    }

    #request-search-form label {
        width: 7vw;
        margin-left: -1vw;
    }

    #advance-search-form input,
    #request-search-form input {
        height: 2.231vw;
        width: 32vw;
    }

    #advance-search-form label,
    #request-search-form label {
        width: 10vw;
        text-align: end;
        margin-right: 0.692vw;
        margin-bottom: 0;
        font-size: 1.072vw;
        color: #666666;
    }

    label.additional-info {
        width: 21vw !important;
    }

    .dropdown-selection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
    }

    .select2-container--default .select2-selection--single {
        border-radius: 0 !important;
    }

    .dropdown-selection select.form-control,
    .dropdown-selection .select2-container--default .select2-selection--single {
        width: 9.6vw;
        margin-left: 1vw;
        font-size: 1.072vw;
        border-radius: 0 !important;
        border: 1px solid #ced4da !important;
        background-position: calc(100% - 0.7vw) center !important;
    }

    .dropdown-selection .select2-container {
        width: 100% !important;
    }

    .dropdown-selection .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none;
    }

    span.select2-dropdown.select2-dropdown--below {
        border: 1px solid #c3c3c3;
        width: 9.6vw !important;
        margin-left: 1vw !important;
    }

    .inner-page span.select2-dropdown.select2-dropdown--below {
        width: 10.4vw !important;
        margin-left: 0vw !important;
    }

    .select2-container--default .select2-results__option--selected {
        background-color: #3d5fac;
        color: #fff;
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #f7941d;
        color: white;
    }

    .select2-results__option {
        font-size: 0.923vw;
    }

    .select2-results__options>li:first-child {
        display: none;
    }

    .products-list .product-blk .product-img {
        margin: 0 1.462vw;
    }

    .products-list .product-blk {
        margin: 2vw auto 2vw;
    }

    .products-list .product-dtl {
        margin: unset !important;
        margin-top: -4px !important;
    }

    .products-list .product-img img {
        /* margin: 2vw auto 2vw; */
    }

    .products-list .col-md-12.bg-light {
        background: #a9a9a930 !important;
        border-top: 0 !important;
    }

    /* .products-list .col-md-12:not(:first-child):not(.bg-light) {
		border-left: none !important;
	} */
    section.products-grid-wrapper.products-list {
        width: 95%;
        margin: 4vw auto;
    }

    .demand_cart_page {
        margin-top: -4vw !important;
    }

    .products-list .product-blk {
        padding-top: 0.823vw !important;
        padding-bottom: 0.823vw;
    }

    .products-list .col-md-12:not(:last-child) .product-blk {
        border-bottom: none;
    }

    .product-isbn {
        font-size: 1vw;
        color: #bbb;
    }

    .products-list .discounts,
    .products-list .save-upto {
        color: #999999;
        font-size: 1vw;
        line-height: 1.538vw;
    }

    .products-list .product-img img {
        /* margin: 2vw auto 2vw; */
        /* height: 14.1vw; */
        max-width: 240px;
        height: 100% !important;
    }

    .product-action button {
        background: #ddd;
        color: #000;
        padding: 5px 10px;
        font-size: 1.077vw;
    }

    .products-list .product-action {
        margin-top: 1.231vw;
    }

    .staric-2 {
        color: red;
        font-size: 1.6vw;
        margin: 0.2vw;
        line-height: 1px;
        position: relative;
        top: 0.2vw;
    }
}

.message-content {
    margin: 34px 15px;
}

.breadcrumbs-links {
    font-size: 12px;
    font-weight: 300;
    color: #808080 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
}

.breadcrumbs-links span.arrow-icon {
    display: inline-block;
    margin: 0 4px;
    color: #bfbfbf;
}

.theme-link-yellow {
    color: #f7941d !important;
}

.theme-link-blue {
    color: #3d5fac !important;
}

.breadcrumbs-links li.active {
    color: #f7941d;
    font-weight: 600;
}

.breadcrumbs-links li.active:not(:first-child) {
    color: #f7941d;
    font-weight: 300;
}

.listing-title h2 {
    color: #f7941d;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

section.products-grid-wrapper.products-list.demand-cart {
    margin-top: 0;
}


/* Chrome, Safari, Edge, Opera */

.qty_input::-webkit-outer-spin-button,
.qty_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.qty_input {
    max-width: 50px;
    text-align: center;
    margin: 0px 8px -6px 16px;
    background-color: #fdfdfd !important;
}


/* Firefox */

.qty_input {
    -moz-appearance: textfield;
}

button.minus-btn,
button.plus-btn {
    border-color: #dfdfdf;
    color: #b7b7b7;
    border-radius: 50% !important;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 1;
    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;
}

button.minus-btn {
    line-height: 0.1 !important;
}

span.unit-price {
    font-size: 14px;
    margin-right: 15px;
}

.cart-details {
    width: 95%;
    font-size: 14px;
    margin-top: 30px;
}

/* .cart-details table {
    margin-bottom: 5px;
    margin-right: 10px;
} */

.table-bordered {
    margin-left: 8px;
}

.cart-details th {
    font-weight: 300;
}

.cart-details td {
    text-align: center;
}

.cart-action button.btn.theme-btn {
    font-weight: 500;
    border-radius: 0;
}

.cart-action {
    text-align: end;
    margin-top: 15px;
}

.demand-note {
    font-size: 14px;
    margin-top: 20px;
}

.important-note p span {
    color: #000;
}

.important-note p {
    margin: 30px auto;
    font-size: 14px;
    font-weight: 700;
    color: #3d5fac;
    width: 95%;
}

.listing-title .demand-cart .table thead th {
    border: 0 !important;
    margin-bottom: 28px;
}

.listing-title .demand-cart th:first-child {
    padding-left: 0px;
}

.demand-cart tbody.products-grid-wrapper.products-list td {
    border: 1px solid #dee2e6;
    text-align: center;
}

table.demand-cart .product-title {
    /*letter-spacing: 1.5px;*/
    font-size: 12px;
    line-height: 14px;
}

table.demand-cart .author {
    font-size: 10px;
}

table.demand-cart .product-dtl {
    width: 40%;
    margin-left: 0;
    position: relative;
    top: -8px;
}

/* .only-cart .sub-total-amount {
    margin-right: -0.2vw;
} */

table.demand-cart tfoot.bg-light tr th:last-child {
    text-align: center;
}

table.demand-cart tfoot.bg-light tr th:nth-last-child(2) {
    text-align: end;
}

.demand-cart tfoot.bg-light tr {
    border: 1px solid #ddd;
}

.cart-details td {
    vertical-align: baseline;
}

.total-prices td {
    padding-left: 0;
    padding-right: 0;
}

/* 
table.table.table-bordered.prices td {
    width: 34%;
    padding-left: 4px !important;
    padding-right: 4px !important;
} */

.theme-btn.btn.bg-grey {
    background: #8c8c8c;
}

table.cart-details+.cart-action {
    width: 92%;
}

.only-cart .cart-details {
    width: 103% !important;
}

.demand-cart-summary.simple .cart-details {
    width: 99.5% !important;

}

.demand-cart-summary.simple .cart-details+.cart-action {
    width: 96.1%;
}

#request-search-form input[type=radio] {
    height: auto;
    width: auto;
    margin: 0 8px;
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #f7941d;
    width: 1.15em !important;
    height: 1.15em !important;
    border: 0.15em solid #f7941d;
    border-radius: 50% !important;
    -webkit-transform: translateY(-0.075em);
    -ms-transform: translateY(-0.075em);
    transform: translateY(-0.075em);
}

input[type="radio"] {
    /* ...existing styles */
    display: -ms-inline-grid !important;
    display: inline-grid !important;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 120ms -webkit-transform ease-in-out;
    transition: 120ms -webkit-transform ease-in-out;
    -o-transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out;
    transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
    -webkit-box-shadow: inset 1em 1em #f7941d;
    box-shadow: inset 1em 1em #f7941d;
}

input[type="radio"]::before {
    /* ...existing styles */
    /* Windows High Contrast Mode */
    background-color: #f7941d;
}

input[type="radio"]:checked::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    left: 0.3px;
}

.sidebar-menu ul {
    list-style: none;
    padding: 0;
}

.sidebar-menu ul li a {
    color: #3d5fac;
    text-transform: capitalize;
}

.sidebar-menu ul li span {
    color: #8c8c8c !important;
    font-size: 8px;
    position: relative;
    top: -2px;
}

.sidebar-menu ul li {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: unset;
}

.sidebar-menu ul li:last-child {
    border-bottom: 1px solid #ddd;
}

.credit-card {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inner-wrapper {
    margin: 34px 15px;
}

.isqualified-label,
#isqualified,
.isqualify .btn {
    font-size: 12px;
}

.special-instrction {
    width: 100%;
}

#isqualified {
    height: 24px;
    padding-left: 5px;
}

.response-qualify {
    color: #ff0000;
}

.shipment-address {
    background: #f7941d;
    display: block;
    font-size: 12px;
    color: #fff;
    border: 1px solid #f7941d;
    margin-top: 8px;
}

.delete-shipment-address {
    background: #fff;
    display: block;
    font-size: 12px;
    color: #808080;
    border: 1px solid #808080;
    margin-top: 8px;
}

ul.current-addresses {
    padding: 0;
    list-style: none;
}

ul.current-addresses li {
    padding: 20px;
    border: 1px solid #bfbfbf;
    border-bottom: unset;
}

ul.current-addresses li:last-child {
    border-bottom: 1px solid #bfbfbf;
}

@media (min-width:1024px) {
    .message-content {
        margin: 2.615vw;
    }

    .add-address-form label {
        margin: 0;
    }

    .sub-total-heading strong,
    .sub-total-amount strong {
        font-size: 1.3vw;
    }

    .shipment-address {
        width: 10vw;
        font-size: 0.923vw;
        margin-top: 0.631vw;
    }

    .delete-shipment-address {
        width: 10vw;
        font-size: 0.923vw;
        margin-top: 0.631vw;
    }

    ul.current-addresses li {
        padding: 2.5vw;
    }

    #isqualified {
        height: 1.8vw;
        padding-left: 0.4vw;
    }

    .isqualified-label,
    #isqualified,
    .isqualify .btn {
        font-size: 0.923vw !important;
    }

    .special-instrction {
        width: 38vw;
        height: 8vw;
    }

    .special-instrction+.cart-action {
        width: 38vw;
    }

    .isqualify .btn.theme-btn {
        padding: 0.3vw 0.5vw;
        line-height: 1.3vw;
        padding-bottom: 0.1vw;
    }

    .inner-wrapper {
        margin: 2.015vw 1.5vw;
    }

    .credit-card {
        font-size: 0.923vw;
    }

    table.table.table-bordered.prices td {
        width: 5vw;
    }

    .sidebar-menu ul li span {
        font-size: 0.75vw;
    }

    .sidebar-menu ul li {
        font-size: 0.923vw;
        padding: 0.769vw;
    }

    table .product-title {
        font-size: 0.923vw;
        line-height: 1vw;
    }

    .empty-space-after {
        margin-bottom: 85vh;
    }

    table .product-dtl {
        top: -1vw;
    }

    #request-search-form label {
        width: 7vw;
    }

    .listing-title .table thead th {
        font-size: 0.923vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
        border-bottom: unset;
    }

    .table.demand-cart.demand-cart-summary.simple th {
        border-top: unset;
        border-bottom: unset;
    }

    table .author {
        font-size: 0.769vw;
    }

    /* .cart-details table {
        width: 14.5vw;
        margin: auto;
        position: relative;
        left: -0.9vw;
        margin-bottom: 5px;
    } */
    .demand-cart-summary.simple .cart-details {
        /* margin-left: -1.5vw; */
        margin-left: -1.9vw;
    }

    .cart-details table {
        width: 98%;
        margin-right: auto !important;
        position: relative;
        margin-bottom: 0.4vw !important;
        margin-left: 0.4vw;
    }

    .cart-details .table.table-bordered:not(.prices) td {
        width: 4.7vw;
    }

    .cart-details>tbody>tr>td:nth-of-type(3) {
        width: 35%;
    }

    table .product-isbn {
        font-size: 0.8vw;
        color: #bbb;
    }

    table .product-blk {
        padding: 0 !important;
    }

    .demand-cart-summary table .product-img img {
        margin: 0 auto 0.5vw !important;
    }

    table .product-img img {
        margin: 0.5vw auto 0.5vw !important;
    }

    .listing-title .table thead th:first-child {
        width: 32vw;
    }

    .listing-title .table thead th:not(:first-child) {
        text-align: center;
        width: 7vw;
    }

    .listing-title .table thead th:nth-last-child(2) {
        width: 10vw;
    }

    .listing-title .table thead th:last-child {
        width: 17vw;
    }

    tbody.products-grid-wrapper.products-list td {
        border: 1px solid #dee2e6;
        text-align: center;
        vertical-align: baseline;
    }

    .important-note p {
        margin: 2.846vw auto;
        font-size: 1.077vw;
    }

    section.products-grid-wrapper.products-list.demand-cart {
        margin-top: 0;
    }

    .listing-title h2 {
        color: #f7941d;
        /* font-size: 1.123vw; */
        font-size: 1vw;
        font-weight: 700;
    }

    .breadcrumbs-links {
        font-size: 1.077vw !important;
    }

    .listing-title strong {
        font-size: 1.2vw;
    }

    span.unit-price {
        margin-right: -1.4vw;
        font-size: 1.2vw;
    }

    /* .only-cart .sub-total-amount {
        margin-right: -0.7vw;
    } */
    .fixed-r-margin {
        margin-right: 1.5vw !important;
    }

    /* .only-cart .sub-total-amount {
        margin-right: -2vw;
    } */
    input.qty_input {
        max-width: 3vw;
        text-align: center;
        margin: 0px 0.5vw 0.5vw 1vw;
        font-size: 1vw;
        background-color: #fdfdfd !important;
    }

    .cart-details {
        font-size: 1vw;
        margin-top: 2.5vw;
    }

    table.table.demand-cart-summary {
        width: 95%;
        margin: auto;
    }

    .page-menu ul.featured-dropdown {
        margin: 0 !important;
    }

    .page-menu ul.featured-dropdown a {
        margin-right: 1vw !important;
        font-size: 0.923vw;
        font-weight: 500;
    }

    .page-wrapper section.breadcrumbs {
        border: 1px solid #e6e6e6;
        background-color: #f9f9f9;
    }

    .breadcrumbs form>.form-group {
        height: 2.9vw !important;
    }

    span.select2-dropdown.select2-dropdown--below {
        margin-left: 0 !important;
    }
}

.sort-filter+span.select2 {
    width: 65% !important;
    font-size: 12px;
}

.breadcrumbs form {
    height: 100%;
}

.breadcrumbs form>.form-group {
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-wrapper .products-grid-wrapper {
    border: 1px solid #ddd;
    border-bottom: unset;
    border-top: unset;
}

.sort-filter+span.select2.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.product-detail .card {
    margin-top: 18px;
}

.product-detail .product-blk {
    padding: 18px;
}

.product-detail .product-dtl {
    padding-left: 18px;
}

.product-detail .product-title {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    /*letter-spacing: -1px;*/
}

.product-detail .product-pack {
    font-size: 14px;
}

.product-detail .product-pack {
    display: inline;
}

.product-detail .author {
    /*letter-spacing: -0.5px;*/
    font-size: 18px;
    color: #666666;
}

.product-detail .detail-action .product-stock,
.product-detail .out_off_stock .product-stock {
    padding: 2px 5px;
    display: inline-block;
    margin: 10px 0;
}

.product-detail .pre-order-text,
.product-detail .demand-text {
    font-size: 14px;
    display: inline;
}

.product-detail .product-price {
    font-size: 24px;
    line-height: 30px;
}

.product-detail .sale-price {
    color: #ff0000;
}

.product-detail .discounts,
.product-detail .save-upto {
    color: #999999;
    font-size: 18px;
    line-height: 22px;
}

.productinfo span {
    font-size: 12px;
    color: #808080;
    display: inline-block;
}

.productinfo {
    margin-top: 10px;
}

a.product-demand-btn {
    width: 200px;
    display: block;
}

a.product-demand-btn button {
    font-weight: 400 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 20px !important;
}

.share-product {
    font-size: 19.71px;
    color: #999999;
    display: block;
    text-align: initial;
}

.more-buying-options * {
    color: #7c7c7c;
}

.more-buying-options {
    padding: 18px;
}

.more-buying-options h2.text-heading {
    margin-bottom: 18px;
}

.product-option-blk {
    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;
    text-align: center;
}

.product-option-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.buying-options-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -18px;
}

.product-option-blk img {
    width: 100px;
    height: 144px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 8px 18px;
}

.product-option-blk span {
    font-size: 12px;
}

.product-option-blk strong {
    font-size: 14px;
}

.cart-detail a {
    margin-bottom: 18px;
    display: block;
}

a.product-cart-btn button,
a.product-order-btn button,
a.product-wishlist-btn button {
    font-size: 20px !important;
    width: 100%;
    margin-right: -5px;
    font-weight: 400 !important;
}

a.product-cart-btn button img,
a.product-order-btn button img,
a.product-wishlist-btn button img {
    margin-right: 10px;
}

a.product-order-btn button {
    background: #3d5fac !important;
}

a.product-wishlist-btn button {
    background: rgba(0, 0, 0, 0) !important;
    color: #3d5fac !important;
}

a.product-wishlist-btn button i {
    color: #F7941D !important;
    margin-left: -25px;
    margin-right: 18px;
}

.cart-detail a.share-product {
    margin-top: 0 !important;
}

.cart-detail i.fas.fa-share-alt {
    margin: 0 10px;
}

@media (min-width:1024px) {
    .product-detail .product-blk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    a.product-cart-btn button,
    a.product-order-btn button,
    a.product-wishlist-btn button {
        padding: 0.2vw 1vw !important;
    }

    .cart-detail a.share-product {
        margin-top: 0 !important;
    }

    .cart-detail i.fas.fa-share-alt {
        margin: 0 0.5vw;
    }

    a.product-wishlist-btn button i {
        margin-left: -2vw;
        margin-right: 1vw;
    }

    .buying-options-grid {
        margin-left: -1.385vw;
    }

    .more-buying-options {
        padding: 0 1.385vw 1.585vw !important;
    }

    .more-buying-options h2.text-heading {
        margin-bottom: 0.785vw;
    }

    .cart-detail a {
        margin-bottom: 0.785vw;
    }

    .product-option-blk img {
        width: 7.692vw;
        height: 11.077vw;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0.615vw 1.385vw;
    }

    .product-option-blk span {
        font-size: 0.923vw;
        margin: 0 1.385vw;
    }

    .product-option-blk strong {
        font-size: 1.077vw;
        margin: 0 1.385vw;
    }

    .product-detail .card {
        margin-top: 1.385vw !important;
    }

    .product-detail .product-blk {
        padding: 1.585vw 1.385vw !important;
    }

    .product-detail .product-title {
        font-size: 1.846vw;
        line-height: 1.89vw;
    }

    .product-detail .product-pack {
        position: relative;
        top: -0.2vw;
        font-size: 1.077vw;
    }

    .product-detail .author {
        /*letter-spacing: -0.5px;*/
        font-size: 1.385vw;
        margin: 0.5vw 0 0;
    }

    .product-detail .detail-action .product-stock,
    .product-detail .out_off_stock .product-stock {
        padding: 0.5vw 0.5vw;
        display: inline-block;
        margin: 0.5vw 0 1vw;
    }

    .product-detail .product-price {
        /*font-size: 1.846vw;
        line-height: 1.846vw;*/
        /*font-size: 1.6vw;
    	line-height: 1.8vw;*/
        font-size: 1.4vw;
        line-height: 1.6vw;
        position: relative;
        bottom: -1px;
    }

    .dropdown.activated>a,
    .activated>a {
        font-weight: 700 !important;
    }

    .product-detail .discounts,
    .product-detail .save-upto {
        font-size: 1.4vw;
        /*line-height: 1.738vw;*/
        line-height: 1.6vw;
    }

    .product-detail .save-upto {
        margin-bottom: -5px;
    }

    .productinfo span {
        font-size: 0.923vw;
    }

    .productinfo div {
        line-height: 1.423vw;
    }

    .productinfo {
        margin-top: 0.769vw;
    }

    a.product-demand-btn {
        width: 15.462vw;
        display: block;
    }

    a.product-cart-btn,
    a.product-order-btn,
    a.product-wishlist-btn {
        width: 15.462vw !important;
    }

    a.product-cart-btn button,
    a.product-order-btn button,
    a.product-wishlist-btn button {
        font-size: 1.538vw !important;
        width: 100%;
    }

    a.product-demand-btn button {
        font-size: 1.538vw !important;
    }

    a.share-product {
        font-size: 1.516vw;
        margin-top: 1.385vw;
    }
}

form.popup-form {
    width: 90%;
}

.changepassword {
    margin: 30px auto;
}

.popup-form input {
    display: block;
    margin-bottom: 25px;
    border-radius: 0;
    width: 100%;
}

.popup-form input {
    display: block;
    margin-bottom: 25px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #aaa;
    padding: 5px;
    background: #f7f7f7;
}

.popup-form .close {
    outline: 0;
    display: block;
    padding: 0;
    margin-top: -8px;
    margin-right: -4px;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

button.facebook-login-btn {
    color: #5e83c5;
    border: 1px solid #5e83c5;
    padding: 8px 14px;
    width: 240px;
    margin-bottom: 20px;
}

button.google-login-btn {
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 8px 14px;
    width: 240px;
}

small#AmountHelp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

form.popup-form.changepassword.e-giftCard input[type="checkbox"] {
    width: 20px !important;
    /* margin: auto 12px auto 0; */
}

form.popup-form.changepassword.edit-profile input[type="checkbox"] {
    width: 20px !important;
    /* margin: auto 12px auto 0; */
}

.e-gift+span.select2.select2-container.select2-container--default {
    width: 60% !important;
}

.input-group-text {
    padding: 0px 10px;
}

small#deliverydate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

.popup-form.edit-profile input {
    background-color: rgba(0, 0, 0, 0);
}

.popup-form.edit-profile label {
    font-size: 13.93px;
}

.popup-form.edit-profile .col-md-3 {
    text-align: left;
}

.popup-form.edit-profile span.staric-2 {
    position: absolute !important;
    right: -8px !important;
    top: 18px !important;
}

.popup-form.e-giftCard input {
    background-color: rgba(0, 0, 0, 0);
}

.popup-form.e-giftCard label {
    font-size: 13.93px;
}

.popup-form.e-giftCard .col-md-3 {
    text-align: left;
}

.popup-form.e-giftCard span.staric-2 {
    position: absolute !important;
    right: -8px !important;
    top: 18px !important;
}

#deliveryDate::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}

#country+span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.productinfo span {
    margin-right: 2px;
}

.popup-form textarea {
    border: 1px solid #bfbfbf !important;
}

p.outlet-address {
    line-height: 22px;
}

@media (min-width:1024px) {
    .popup-form.e-giftCard .col-md-3 {
        text-align: end;
    }

    p.outlet-address {
        line-height: 1.8vw;
    }

    .e-giftCard.popup-form input,
    .popup-form.edit-profile input {
        margin-bottom: 0 !important;
    }

    .popup-form.e-giftCard label,
    .popup-form.edit-profile label {
        margin: 0;
    }

    .popup-form.edit-profile .col-md-3 {
        text-align: end;
    }

    .e-gift+span.select2.select2-container.select2-container--default {
        width: 19.2vw !important;
    }

    .changepassword {
        margin: 4.4vw auto;
        width: 27.692vw !important;
    }

    .popup-form.e-giftCard label {
        font-size: 1.072vw !important;
    }

    .popup-form.edit-profile label {
        font-size: 1.072vw !important;
    }

    .input-group-text {
        font-size: 0.923vw;
        font-weight: 600;
    }

    input#inlineFormInputGroup {
        max-width: 16.45vw;
    }

    .input-group-prepend .input-group-text {
        width: 2.8vw;
    }

    small#AmountHelp {
        font-size: 0.94vw;
    }

    .changepassword .modal-dialog {
        max-width: 27.692vw !important;
    }

    #register .modal-content {
        width: 37.769vw;
    }

    #register .modal-dialog {
        max-width: 37.769vw;
    }

    #register .modal-content p,
    #loginForm .modal-content p {
        font-size: 1.154vw;
    }

    .modal-content input,
    .modal-content textarea,
    .modal-content select {
        font-size: 0.923vw;
        padding: 0.4vw;
    }

    #loginForm .modal-content {
        width: 31.923vw;
    }

    #loginForm .modal-dialog {
        max-width: 31.923vw;
    }

    .login.changepassword {
        width: 23.846vw !important;
    }

    #changePassword .modal-content {
        width: 37.769vw;
    }

    .modal-content .theme-btn,
    .modal-content .theme-blue {
        padding: 0.35vw 1vw !important;
    }

    button.google-login-btn,
    button.facebook-login-btn {
        width: 17.6vw;
        font-size: 0.923vw;
    }

    .popup-form input {
        margin-bottom: 1.4vw;
    }

    .changepassword.login {
        margin: 3vw auto !important;
    }

    .side-menu>h2 {
        line-height: 1.7vw;
    }

    .page-menu ul.featured-dropdown {
        line-height: 1.44vw;
    }

    .page-menu>.col-lg-12 {
        padding: 0 !important;
    }

    .col-md-3.side-menu+.page-content.col-md-9 {
        -ms-flex: 0 0 75vw;
        -webkit-box-flex: 0;
        flex: 0 0 75vw;
        max-width: 75vw;
    }

    .col-md-3.side-menu {
        -ms-flex: 0 0 19vw !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 19vw !important;
        max-width: 19vw !important;
        padding-right: 0 !important;
    }

    #e-giftCard .modal-content {
        width: 64.308vw;
    }

    #e-giftCard .modal-dialog {
        max-width: 64.308vw;
    }

    form.popup-form.changepassword.e-giftCard {
        width: 43.462vw !important;
        margin: 4.4vw auto;
    }

    #edit-profile .modal-content {
        width: 64.308vw;
    }

    #edit-profile .modal-dialog {
        max-width: 64.308vw;
    }

    form.popup-form.changepassword.edit-profile {
        width: 43.462vw !important;
        margin: 4.4vw auto;
    }

    #my-account+.dropdown-menu {
        min-width: 1px !important;
        width: 10vw !important;
    }

    #my-account+.dropdown-item {
        padding: 0.25vw 1.5vw !important;
    }

    #h-discounts+.dropdown-menu.megamenu .container {
        margin-top: 2.6vw;
    }

    .product-price.list_price {
        font-size: 1.385vw;
        line-height: 1.738vw;
    }

    .product-blk .product-price.list_price {
        font-size: 0.985vw;
        line-height: 1.338vw;
        margin-bottom: -3px;
    }

    .product-price.listing_price {
        /* font-size: 1.385vw;
       line-height: 1.738vw; */
        /*font-size: 1.3vw;
       line-height: 1.15vw;
       margin-top: 0.5vw;*/
    }
}

/*added Code 13-11-2022 */
header.sticky .top-section {
    display: none;
}

header.sticky {
    position: sticky;
    width: 100%;
    background: #fff;
    z-index: 3;
    top: 0;
}

/*added Code 13-11-2022 */
.login_panel_checkout.row-eq-height .col-md-6:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7941d;
}

button.theme-btn.btn.checkout.proceedto,
button.theme-btn.btn.checkoutdemand {
    background: #000;
}

button.theme-btn:hover {
    opacity: .9;
}

.checkout_option_tab {
    width: 90%;
    margin-bottom: 24px;
}

.checkout_option_tab .nav-link {
    width: 50%;
    outline: unset !important;
    border-radius: 0 !important;
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.checkout_option_tab .nav-link.active {
    color: #000000;
    background-color: #f7941d;
    font-weight: 600;
}

.orders-blk {
    cursor: pointer;
}

.custom-control-input {
    position: absolute;
    left: -10px;
    z-index: 1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}

.custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.confirmation a.btn-success,
.confirmation a.btn-danger {
    text-decoration: none;
    padding: 5px 10px;
}

.confirmation a.btn-success {
    margin-right: 5px;
}

.confirmation a.btn-success i.fa.fa-check,
.confirmation a.btn-danger i.fa.fa-times {
    margin-right: 5px;
}

.confirmation h3.popover-header {
    font-size: 15px;
    font-weight: bold;
}

.form-control {
    font-size: 14px;
}

ul.side_menu_items {
    margin-bottom: 0 !important;
}

ul.side_menu_items li:last-child {
    margin-bottom: 1rem !important;
}

.languages_menu h2 {
    margin: 1px;
}

.bell_btn {
    right: 0 !important;
}

.share-popover {
    position: absolute;
    background: #f2f2f2;
    -webkit-box-shadow: 0px 0px 4px -2px #000;
    box-shadow: 0px 0px 4px -2px #000;
    top: 30px;
    left: -100px;
    display: none;
}

.share-popover #social-links ul {
    padding: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}

.share-popover #social-links li {
    float: left;
}

.share-popover span.fab {
    font-size: 18px;
    font-size: 2.36vw;
}

.share-popover #social-links li a:hover .fa {
    color: #8c8c8c;
}

.share-popover a .fa-facebook-square {
    color: #3B5998 !important;
}

.share-popover a>.fa-telegram {
    color: red;
}

.share-popover a>.fa-facebook {
    color: #3b5998;
}

.share-popover a>.fa-twitter {
    color: #55acee;
}

.share-popover a>.fa-instagram {
    color: #5851db;
}

.share-popover a>.fa-linkedin {
    color: #0077b5;
}

.share-popover a>.fa-reddit {
    color: #333333;
}

.share-popover .share-popover a>.fa-pinterest {
    color: #bd081c;
}

.share-popover a>.fa-whatsapp {
    color: #fff;
    background:
        -webkit-gradient(linear, left top, left bottom, from(#25d366), to(#25d366)) 14% 84%/16% 16% no-repeat,
        radial-gradient(#25d366 60%, transparent 0);
    background:
        -o-linear-gradient(#25d366, #25d366) 14% 84%/16% 16% no-repeat,
        -o-radial-gradient(#25d366 60%, transparent 0);
    background:
        linear-gradient(#25d366, #25d366) 14% 84%/16% 16% no-repeat,
        radial-gradient(#25d366 60%, transparent 0);
}

.share-popover.d-block:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 63%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: #e6e6e6 transparent transparent transparent;
}

.share-product.share {
    position: relative;
    width: 100%;
}

.share-product.share .share-popover {
    /* position: relative;
    left: 0;
    top: 0px; */
    max-width: 100%;
    padding: 0 5px;
    height: 38px;
    height: 2.8vw;
}

.share-product.share .share-popover:after {
    top: -15px;
    left: 20%;
    border-color: transparent transparent #e6e6e6 transparent;
}

.share-product.share:hover .share-popover {
    display: block;
}

.share-product.share .share-popover div#social-links a {
    color: #999999;
    margin: 3px;
}

.top-bar-right a {
    cursor: pointer !important;
}

.unavailable {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.share-popover a:hover span.fab {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media (max-width:768px) {
    .breadcrumbs-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section.breadcrumbs {
        height: 100%;
    }
}

/* .share-popover #social-links a.social-button {
    margin: 3px;
    margin-bottom: 0;
} */
.share {
    display: inline-block;
    color: #999999;
    cursor: pointer;
}

.share:hover .share-popover {
    display: block;
}

.share:not(.share-product):hover .share-popover {
    top: -30px;
    left: -85px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #f7931e !important;
    background: transparent;
    /*color: #fff !important;
    background-color: #f7931e;
    border-color: #f7931e;*/
}

.aa-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}

.aa-search-input {
    width: 100%;
    padding: 12px 28px 12px 12px;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
    box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
    font-size: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    /* -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none; */
}

input#aa-search-input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: 0;
    line-height: 1.9vw;
    font-size: 1vw;
}

.aa-search-input::-webkit-search-decoration,
.aa-search-input::-webkit-search-cancel-button,
.aa-search-input::-webkit-search-results-button,
.aa-search-input::-webkit-search-results-decoration {
    display: none;
}

.aa-search-input:focus {
    outline: 0;
    border-color: #3a96cf;
    -webkit-box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
    box-shadow: 4px 4px 0 rgba(241, 241, 241, 0.35);
}

.aa-input-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #e4e4e4;
}

.aa-hint {
    color: #e4e4e4;
}

.aa-dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-top-width: 1px;
    font-family: "Montserrat", sans-serif;
    width: 111%;
    margin-top: 2px;
    -webkit-box-shadow: 3px 4px 4px rgb(0 0 0 / 20%);
    box-shadow: 3px 4px 4px rgb(0 0 0 / 20%);
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.aa-suggestion {
    padding: 8px 12px;
    border-top: 1px solid rgba(228, 228, 228, 0.6);
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aa-suggestion em {
    background-color: #0000 !important;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.aa-suggestion:hover,
.aa-suggestion.aa-cursor {
    /* background-color:rgba(241,241,241,0.35); */
}

.aa-suggestion>span:first-child em,
.aa-suggestion>span:last-child em {
    font-weight: 700;
    font-style: normal;
    background-color: rgba(58, 150, 207, 0.1);
    padding: 2px 0 2px 2px;
}

span.algolia-autocomplete,
#aa-search-input {
    width: 100%;
}

#aa-search-input {
    text-indent: 10px;
}

.side-menu h2.text-heading .text-muted small {
    position: relative;
    top: -2px;
}

.demand-cart-summary table.demand-cart .product-dtl {
    position: unset !important;
    margin-top: 0px !important;
}

.aa-suggestion.aa-cursor {
    background-color: #ebebeb;
}

.ui-widget.ui-widget-content {
    max-width: 100%;
    margin-left: -4px !important;
}

.ui-menu .ui-menu-item {
    font-size: 13px;
}

.autocomplete-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right-align {
    text-transform: capitalize;
    white-space: nowrap;
    font-weight: 400;
    margin-left: 20px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ebebeb !important;
    background: #ebebeb !important;
    font-weight: normal;
    color: #000 !important;
}

.ui-menu .ui-menu-item {
    padding: 4px 6px;
}

form.popup-form.changepassword.e-giftCard input[type="checkbox"] {
    margin-left: -25px;
}

.iti {
    width: 100%;
}

.theme-blue {
    border: 1.5px solid;
    color: #3d5fac;
    font-weight: 600;
}

.theme-blue-solid {
    background-color: #3d5fac !important;
}

.theme-blue:hover {
    background-color: #3d5fac;
    color: #fff;
}

.theme-yellow {
    border: 1.5px solid;
    color: #f7941d;
    padding: 3px 10px;
    font-weight: 600;
}

.theme-yellow:hover {
    border: 1.5px solid;
    background-color: #f7941d;
    color: #fff;
    padding: 3px 10px;
}

.ui-menu-item .right-align.price {
    margin: 0;
    color: #909090;
    padding: 0px 1em 0px 0.4em !important;
    margin-top: -5px;
    font-weight: 600;
}

.applyDiscount input {
    border-radius: 0;
    font-size: inherit;
    border: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: unset !important;
    border: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.applyDiscount th,
.applyDiscount td,
.discount_container {
    position: relative;
    padding: 0 !important;
}

table.applyDiscount {
    /* width: 98%; */
    width: 98.4%;
    /* left: -10px; */
    top: 1;
    position: absolute !important;
    right: 0;
    bottom: 0;
    height: 88%;
    min-height: 47px;
    /* min-height: 3.5vw; */
}

.applyDiscount button.btn {
    border-color: #ddd;
    background: #e8e8e8;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
}

@media (min-width: 1024px) {

    /* table.applyDiscount {
        width: 30vw !important;
        left: -0.95vw !important;
    } */
    /* table.applyDiscount {
        width: 29.95vw !important;
        left: -0.95vw !important;
    } */
    /* table.table.table-bordered.applyDiscount.prices td {
        width: 4vw !important;
    } */
    table.table.table-bordered.applyDiscount.prices td {
        width: 4.7vw !important;
    }

    .applyDiscount button.btn {
        font-size: 1vw;
    }

    .ui-widget.ui-widget-content {
        width: 36.69vw !important;
        margin-left: -0.3vw !important;
    }

    .message-content.cart_instruction input[type=checkbox] {
        position: relative;
        bottom: -2px;
    }

    #GiftCardPopup .modal-dialog {
        max-width: 600px;
    }

    .header-bottom-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    footer svg.twitter {
        max-width: 1vw !important;
        margin-right: 0, 8vw !important;
    }
}

.cart-details .prices td {
    text-align: end;
}

.cart-details th {
    text-align: left;
}

.only-cart .cart-details {
    width: 100% !important;
}

div#myaccordion .cancel_order {
    cursor: pointer !important;
}

footer svg.twitter {
    max-width: 14px;
    margin-right: 10px;
}

.status_autocomp {
    font-weight: 100;
    font-size: 80%;
    display: inline-block;
    margin-bottom: -5px;
    margin-top: 10px;
}

#bankdiscounts+.dropdown-menu {
    transform: translate(-48px, 8px);
}

.disc_pannel {
    color: #FF1111;
    font-size: 13px;
    margin-bottom: 0px;
    padding: 10px 0 10px 1.2rem;
}

.bankDisc-blk {
    padding: 0px 0 18px 1.2rem;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 12px;
}

.bankName {
    color: #f7941d;
    font-size: 14px;
}

.BankDetail {
    font-size: 12px;
    color: #3E5FB0;
}

.product-cart-action a.notification {
    text-align: left;
    margin-left: 8px;
    margin-top: 12px;
    font-size: 19.71px;
    color: #999999 !important;
    text-decoration: none;
}

.product-cart-action a.notification i.fas.fa-bell {
    margin-right: 5px;
    color: #3E5FB0;
}

#notifymeForm .modal-dialog {
    max-width: 37.769vw;
}

#filter .select2 {
    display: none;
}

select#book_orders {
    font-size: 12px;
    height: 28px;
    padding: 0;
    max-width: 125px;
    font-size: 1vw;
    height: 2vw;
    padding: 0px;
    max-width: 10vw;
}

select#book_orders:focus {
    box-shadow: unset;
    border-color: unset;
}

section.page-menu {
    height: 2.85vw;
}

p:empty {
    display: none;
}
p.error.error-msg {
    font-size: 0.9vw !important;
    color: red;
}
span.error.error-msg {
    font-size: 0.9vw !important;
    color: red;
}
section.message-content p {
    width: 100%;
}

.bordered-box {
    width: 67vw;
    margin: 0.923vw auto;
    margin-top: 1.4615vw;
    padding: 1vw 3vw 3vw 3vw;
    border: 1px solid #ababab;
}

.bordered-box .breadcrumbs-menu {
    text-align: center;
}

.bordered-box .container { 
    text-align: justify;
}

.bordered-box .page-title {
    margin-top: 1.954vw;
    margin-bottom: 1.954vw;
}
