body {
    font-family: "Open Sans" !important;
    overflow-x: hidden;
}


/* CSS for Homepage popular & bestseller products start*/

.popular-heading h2 img {
    position: relative;
    top: -3px;
}

.bestsellers-heading h2 img {
    position: relative;
    top: -3px;
}

.popular-products .product-item-inner {
    display: none;
}

.bestsellers-products .product-item-inner {
    display: none;
}

.popular-products .product-item-name>a {
    text-decoration: none !important;
}

.bestsellers-products .product-item-name>a {
    text-decoration: none !important;
}

.popular-products .product-item {
    letter-spacing: inherit !important;
    width: 222px !important;
    margin: 18px 0px 0 15px !important;
    border: solid #ccc 1px;
    border-radius: 6px;
    min-height: 450px;
    height: 450px;
    transition: transform 0.2s;
}

.bestsellers-products .product-item {
    letter-spacing: inherit !important;
    width: 220px !important;
    margin: 18px 0px 0 15px !important;
    border: solid #ccc 1px;
    border-radius: 6px;
    min-height: 420px;
    height: 450px;
    transition: transform 0.2s;
}

.popular-products img.product-image-photo {
    padding: 1px;
}

.bestsellers-products img.product-image-photo {
    padding: 1px;
}

.popular-products .product-item:hover {
    transform: scale(1.05);
}

.bestsellers-products .product-item:hover {
    transform: scale(1.05);
}

.popular-heading h2 {
    padding: 30px 0 5px 0;
    margin-top: 30px;
    margin: 0;
    font-weight: 900;
    font-size: 36px;
    color: #285a8c;
}

.bestsellers-heading h2 {
    padding: 30px 0 5px 0;
    margin-top: 30px;
    margin: 0;
    font-weight: 900;
    font-size: 36px;
    color: #285a8c;
}

.popular-products .product-item-name {
    font-size: 16px !important;
    padding: 5px 0 5px 0;
    font-weight: 630;
}

.bestsellers-products .product-item-name {
    font-size: 16px !important;
    padding: 5px 0 5px 0;
    font-weight: 630;
}

.popular-products .special-price .price {
    font-size: 20px !important;
    color: #285a8c;
    display: flex;
}

.popular-products .old-price .price {
    font-size: 14px !important;
    font-weight: bold;
    color: #888 !important;
    text-decoration: line-through;
    float: left;
}

.popular-products .price-container .price {
    font-size: 20px;
    color: #285a8c;
}

.popular-products span.price:first-letter {
    padding-right: 3px;
    color: #009b3c !important;
}

.popular-products .old-price .price:first-letter {
    color: #888 !important;
}

.popular-products .price-final_price .price {
    display: block !important;
}

.bestsellers-products .price-final_price .price {
    display: block !important;
}

.bestsellers-products span.price:first-letter {
    padding-right: 3px;
    color: #009b3c !important;
}

.bestsellers-products .old-price .price:first-letter {
    color: #888 !important;
}

.bestsellers-products .special-price .price {
    font-size: 20px !important;
    color: #285a8c;
    display: flex;
}

.bestsellers-products .old-price .price {
    font-size: 14px !important;
    font-weight: bold;
    color: #888 !important;
    text-decoration: line-through;
    float: left;
}

.bestsellers-products .price-container .price {
    font-size: 20px;
    color: #285a8c;
}

.popular-products .product-item:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.bestsellers-products .product-item:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.popular-products span.price-label {
    display: none;
}

.bestsellers-products span.price-label {
    display: none;
}

.popular-products button.slick-next.slick-arrow {
    position: absolute;
    right: 0px !important;
    background: none;
}

.bestsellers-products button.slick-next.slick-arrow {
    position: absolute;
    right: 0px !important;
    background: none;
}

.popular-products button.slick-prev.slick-arrow {
    background: none;
    position: absolute;
    left: 0px !important;
}

.bestsellers-products button.slick-prev.slick-arrow {
    background: none;
    position: absolute;
    left: 0px !important;
}

.popular-products .product-item-details:after {
    padding-left: 5px;
    font-size: 12px;
    color: #666;
    content: "(MRP Incl.of all taxes)";
}

.bestsellers-products .product-item-details:after {
    padding-left: 5px;
    font-size: 12px;
    color: #666;
    content: "(MRP Incl.of all taxes)";
}

.popular-products .product-item-details {
    padding: 0 15px;
}

.bestsellers-products .product-item-details {
    padding: 0 15px;
}

.popular-products .product-item .price-box {
    margin: 0;
}

.bestsellers-products .product-item .price-box {
    margin: 0;
}

.popular-products a.action.view {
    display: none;
}

.bestsellers-products a.action.view {
    display: none;
}

.popular-products .rating-summary .rating-result>span:before {
    color: #dbba09;
}

.bestsellers-products .rating-summary .rating-result>span:before {
    color: #dbba09;
}

.popular-view-all-button .pagebuilder-button-primary {
    margin: 0 25px 0 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    background-color: white !important;
    border: none !important;
    color: #285a8c !important;
    cursor: pointer !important;
}

.bestsellers-view-all-button .pagebuilder-button-primary {
    margin: 0 25px 0 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    background-color: white !important;
    border: none !important;
    color: #285a8c !important;
    cursor: pointer !important;
}


/* CSS for Homepage popular & bestseller products end */


/* luma header extension includes top,bottom header with navbar*/

@media (min-width: 768px) {
    .header.panel>.header.links>li.welcome a {
        color: #285a8c !important;
    }
    li.link.authorization-link.sign-label {
        float: right;
    }
    main#maincontent {
        margin-top: 14px;
    }
    .fixed-coupon {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 500;
    }
    .page-header {
        position: sticky !important;
        z-index: 500;
        width: 100% !important;
        background: white;
        top: 34px;
    }
    .sections.nav-sections {
        position: sticky !important;
        width: 100%;
        z-index: 400;
        top: 123px;
    }
    .banner-margin-sticky {
        padding-top: 14px;
    }
    .page-header .panel.wrapper {
        background-color: white;
    }
    .navigation .level0>.level-top {
        color: #ffff;
        font-size: 13px;
        font-weight: 500;
    }
    .navigation .level0>.level-top:hover {
        color: #a3d133;
    }
    nav.navigation {
        display: flex !important;
        justify-content: center !important;
    }
    div#store\.menu {
        background: linear-gradient(to right, #009b3c, #285a8c);
    }
    .category-view {
        margin-top: 14px !important;
    }
}

.navigation .level0.active>a:not(.ui-state-active) {
    border-color: #009b3c;
}

@media (max-width: 767px) {
    .category-view {
        margin-top: 27px !important;
    }
    .nav-open .nav-toggle::before {
        content: '\e616';
        color: white;
        z-index: 2;
        position: relative;
        bottom: 20px;
    }
    .fixed-coupon {
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 8;
    }
    .page-header {
        position: sticky !important;
        z-index: 10;
        width: 100% !important;
        background: white;
        top: 27px;
    }
    main#maincontent {
        margin-top: 27px;
    }
    .navigation .level0>.level-top:hover {
        color: #285a8c;
    }
    .navigation .level0>.level-top:visited {
        color: #285a8c;
    }
    .navigation .level0>.level-top {
        color: #285a8c !important;
    }
    .navigation .level0>.level-top::after {
        color: #285a8c;
    }
}


/* styles for top-header */

.header {
    font-size: 16px;
    padding: 0 20px 0 20px;
}

.header-icons {
    color: #009b3c;
    font-size: 20px;
}

.top-header-container {
    font-family: "Open Sans Extrabold";
    font-size: 15px;
}

.header .svg-inline--fa {
    vertical-align: -0.5rem;
}

.top-header {
    border-bottom: 1.4px solid #f9f9f9;
    font-family: "Open Sans";
    max-width: 1280px;
}


/* bottom header */

.header-bottom-container {
    color: #285a8c;
}

#basic-addon2 {
    background: #285a8c;
    color: #fff;
    border-style: none;
    border-radius: 0 5px 5px 0;
}

.profile-icon {
    margin-top: 4px;
    height: 26px;
    padding-right: 6px;
}

.account {
    font-size: 12px;
}


/* changes in luma bottom header */

.minicart-wrapper .action.showcart::after {
    color: #285a8c;
}

.minicart-wrapper .action.showcart:hover {
    color: #285a8c;
}

.page-header .panel.wrapper {
    background-color: white;
    color: black;
}

.customer-support {
    font-size: 13px;
    font-weight: 600;
}

.block-search {
    margin-bottom: 0;
    margin-right: 0;
    width: 470px;
}

.block-search input {
    border: 1px solid #ccc;
    box-shadow: none !important;
    padding: 15px;
    height: 40px;
    font-size: 14px;
    padding-right: 34px;
}


/* mobile styles */

@media (min-width: 768px) {
    .right-col {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 1041px) {
    .block-search {
        margin-bottom: 0;
        margin-right: 0;
        width: 470px;
    }
}

@media (max-width: 1041px) {
    .block-search {
        margin-bottom: 0;
        margin-right: 0;
        width: 250px !important;
    }
}

@media (max-width: 768px) {
    .block-search {
        margin-bottom: 0;
        margin-right: 0;
        width: 250px;
    }
    .bottom-header {
        margin-top: 0px;
        padding-top: 10px;
    }
    .logo {
        margin-top: 4px;
    }
    .top-container-main {
        border-bottom: solid 1px #ccc;
    }
    .block-search .control {
        border-top: none;
    }
    .minicart-wrapper {
        height: 40px;
    }
}

@media (max-width: 300px) {
    .logo img {
        padding-left: 30px !important;
        padding-top: 8px !important;
    }
}

@media (min-width:700px) and (max-width:780px) {
    .header.panel>.header.links>li {
        font-size: 10px;
    }
}

@media (min-width:780px) and (max-width:820px) {
    .header.panel>.header.links>li {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cart-col {
        padding-right: 9px;
    }
}

@media (max-width: 768px) {
    .logo {
        max-width: 42%;
    }
}

@media (max-width: 489px) {
    .logo {
        max-width: 49%;
    }
}

@media (max-width: 450px) {
    .logo {
        max-width: 60%;
    }
}

@media (max-width: 415px) {
    .logo {
        width: 120px;
        position: absolute;
    }
    .logo img {
        position: absolute;
        width: 88px;
        /*         padding-bottom: 10px; */
    }
}

@media (max-width:420px) {
    .logo img {
        width: 99px;
        padding-bottom: 10px;
        padding-left: 1px;
        padding-top: 1px;
    }
    .logo {
        width: 120px;
        position: absolute;
    }
}


/* desktop styles */

@media (min-width: 768px) {
    .panel.header {
        padding: 8px;
    }
    .page-header .header.panel {
        padding-right: 0px !important;
    }
    .minicart-wrapper,
    .minicart-wrapper .action.showcart {
        height: 36px !important;
    }
    /* .logo img {
        display: block;
        height: 58px;
        width: 321px;
    } */
    .logo {
        margin: auto;
        max-width: 100%;
        /* margin: -8px auto 25px 0; */
    }
    .block-search .action.search {
        padding: 4px;
    }
    .customer-welcome .action.switch:after {
        color: #285a8c;
    }
    .customer-welcome .action.switch:hover {
        color: #285a8c;
    }
}

.header.panel>.header.links {
    font-weight: 650;
}


/* changes in luma bottom header */


/* header styles are extended upto here  */


/* slider styles */

ul.slick-dots {
    position: absolute;
    bottom: 46px;
}

.slick-dots li.slick-active button {
    background-color: #009b3c;
}

.page-main {
    padding: 4px;
}

.navigation {
    background: none;
}

ul li a {
    text-decoration: none !important;
}

.nav-sections {
    margin-bottom: 0;
}

header.page-header {
    margin-bottom: 0;
}


/* CSS for Homepage footer */

footer.page-footer {
    background: linear-gradient(to right, #285a8c, #009b3c) !important;
}

.up-row {
    border-bottom: 1px solid #77aaad;
}

.up-row a:visited,
.alink:visited {
    color: #fff !important;
}

.about-us {
    border-right: 1px solid #77aaad;
}

.our-policies {
    border-right: 1px solid #77aaad;
}

.getintouch {
    border-right: 1px solid #77aaad;
}

.our-policies a:hover {
    color: #fff;
}

.quicklinks a:hover {
    color: #fff;
}

.about-us-heading {
    font-size: 18px;
}

.our-policies-heading {
    font-size: 18px;
}

.quicklinks-heading {
    font-size: 18px;
}

.getintouch-heading {
    font-size: 18px;
}

.newsletter-heading {
    font-size: 18px;
}

.payment-method-heading {
    font-size: 18px;
}

.follow-us-heading {
    font-size: 18px;
}

.about-us-content {
    color: #fff;
    font-size: 13px !important;
}

.our-policies-content {
    color: #fff;
    font-size: 13px !important;
    text-decoration: none;
}

.getintouch-content {
    color: #fff;
    font-size: 14px !important;
}

.getintouch p {
    color: #fff;
    font-size: 13px !important;
}

.social-icons a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.getintouch a {
    font-size: 14px !important;
    color: #fff;
}

.getintouch i {
    font-size: 14px !important;
}

.fa-facebook:hover {
    color: #2b4f6c;
}

.fa-twitter:hover {
    color: #55acee;
}

.fa-linkedin:hover {
    color: #084662;
}

.fa-instagram:hover {
    color: #fd1d1d;
}

.fa-youtube:hover {
    color: #cd201f;
}

.custom-newsletter .newsletter input {
    padding-left: 12px !important;
    border: none !important;
    height: 38px;
    border-color: #ffffff;
    border-radius: 5px 0 0 5px;
    box-shadow: none !important;
}

.custom-newsletter .actions button {
    min-height: 38px;
    border-radius: 0 5px 5px 0px;
    border: none !important;
    background: #a3d133 !important;
    color: #fff;
}

.payment-img img {
    margin-left: 1%;
}

.footer-copyright p {
    color: #ccc;
    font-size: 13px !important;
}

footer.page-footer {
    padding-bottom: 0px;
    margin-top: 0;
}


/* sort options css and pagination css  */

.toolbar select {
    background-color: #fff !important;
    box-shadow: none !important;
    border: none;
    cursor: pointer;
    font-size: 14px;
    /* border-right: solid 1px #ccc;
    border-left: solid 1px #ccc; */
    border-radius: 0px;
}

.modes {
    float: right !important;
    margin-right: 20px;
    background: #fff;
    border: none;
}

.modes .list {
    padding: 10px;
    font-size: 20px;
    color: #999;
}

.modes .grid {
    padding: 10px;
    font-size: 20px;
    color: #999;
}

a.action.sorter-action.sort-asc {
    display: none;
}

label.sorter-label {
    font-size: 14px;
}

select#sorter {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.sidebar.sidebar-additional {
    display: none;
}

strong.modes-mode.active.mode-grid {
    background: white;
}

a#mode-list {
    background: white;
}

p#toolbar-amount {
    font-size: 13px;
}

.toolbar-products {
    border-bottom: solid 1px #e5e8ec;
    padding-bottom: 15px;
}

.pages strong.page {
    font-size: 14px;
    line-height: 3rem;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 0 5px;
    background: #285a8c;
    width: 32px;
    height: 32px;
    border: solid 1px #285a8c;
}

.toolbar-products {
    border-bottom: solid 1px #e5e8ec;
    padding-bottom: 10px;
}

.pages .item {
    font-size: 14px;
    line-height: 3rem;
    letter-spacing: normal;
    margin: 0 8px 0 0;
    display: inline-block;
    background: #fff;
    width: 32px;
    height: 32px;
    border: solid 1px #ccc;
}

.pages .action.next {
    margin-left: -1px;
}

.pages .action {
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgb(204 204 204 / 30%);
    border-radius: 0px;
    padding: 0 8px;
}

.sorter-action.sort-desc:before {
    display: none !important;
}

.swatch-option.text {
    line-height: 12px !important;
}


/* plp page product tile css */

.products-grid .product-item-info {
    width: 222px !important;
    height: 500px;
    border: solid 1px #ccc;
    border-radius: 6px;
    transition: transform 0.2s;
}

.products-grid .product-item-link {
    font-size: 14px !important;
    font-weight: 630 !important;
}

.products-grid .product-item-name {
    height: 60px;
    overflow: hidden;
}

.products-grid .product-reviews-summary {
    height: 30px;
    overflow: hidden;
}

.products-grid .product-item {
    letter-spacing: inherit !important;
}

.products-grid .product-item-name>a {
    text-decoration: none;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    background: no-repeat !important;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-left: 0px !important;
    margin-right: 0px !important;
    /* cursor: pointer; */
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 0 !important;
}
.minicart-wrapper .block-minicart li:hover {
    cursor: initial;
}
.products-grid button.action.tocart {
    margin-top: 13px;
}

.products-grid .product-item-inner {
    box-shadow: none;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.products-grid .special-price .price {
    font-size: 15px !important;
    color: #285a8c !important;
    margin-right: 8px;
}

.products-grid .old-price .price {
    font-size: 12px !important;
    font-weight: bold !important;
    text-decoration: line-through;
    /* float: left; */
}

.products-grid .price-container .price {
    font-size: 15px;
    color: #285a8c;
}

.products-grid a.action.view {
    padding: 1px;
    color: #009b3c;
    text-decoration: none;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.products-grid .reviews-actions a:hover {
    background: #009b3c;
    color: #fff !important;
}

.products-grid span.price-label {
    display: none;
}

.products-grid .rating-summary .rating-result>span:before {
    color: #dbba09;
}

.products-grid .product-item-inner {
    background: #fff;
    box-shadow: none;
    border-bottom: none !important;
}

.products-grid .mrp-plp {
    padding-left: 5px;
    font-size: 11px;
    color: #666;
}

.products-grid a.action.view {
    padding: 1px 5px;
    text-decoration: none;
    border: solid 1px #ccc;
    border-radius: 4px;
    display: none;
}

.products-grid .reviews-actions a:hover {
    background: #009b3c;
    color: #fff !important;
}

.products-grid span.price-label {
    display: none;
}

.products-grid .rating-summary .rating-result>span:before {
    color: #dbba09;
}

.products-grid .product-reviews-summary {
    margin-bottom: 10px !important;
}

.products-grid .product-item-inner {
    background: #fff;
    box-shadow: none;
    border-bottom: none !important;
}

.products-grid .product-item .old-price .price {
    /* float: left !important; */
}

.products-grid .price-box {
    margin: 0px !important;
}

.products-grid a.action.tocompare {
    padding-left: 20px;
}

.products-grid .product.details.product-item-details {
    padding: 5px;
    text-align: center;
}

.products-grid img.product-image-photo {
    padding: 4px;
}

.products-grid .product-cart:hover {
    border-radius: 5px;
    background: #d1e9da;
    border: solid 1px #d1e9da;
    color: #159146;
}

.products-grid .product-cart {
    padding-top: 8px;
    width: 45px;
    height: 45px;
    background: #fff;
    border: solid 1px #ccc;
    color: #159146;
    font-size: 25px;
    float: left;
    text-align: center;
    line-height: 0px;
    cursor: pointer;
    transition: all 0.7s;
}

.products-grid .cart-btn {
    color: #009b3c;
}

@media (min-width: 640px) {
    .products-grid .product-item-info:hover,
    .products-grid .product-item-info.active {
        margin: 0px !important;
    }
}

@media (min-width:1921px) {
    .products-grid .product-item-info {
        height: 514px;
    }
}

@media (min-width:1401px) and (max-width: 1920px) {
    .products-grid .product-item-info {
        height: 511px;
    }
}

@media (min-width:1367px) and (max-width: 1401px) {
    .products-grid .product-item-info {
        height: 510px;
    }
}

@media (min-width:1301px) and (max-width: 1367px) {
    .products-grid .product-item-info {
        height: 510px;
    }
}

@media (min-width:1201px) and(max-width: 1300px) {
    .products-grid .product-item-info {
        height: 460px;
    }
}

@media (min-width:993px) and (max-width: 1200px) {
    .products-grid li.item.product.product-item {
        height: 510px !important;
    }
    .products-grid .product-item-info {
        height: 474px;
    }
}

@media (min-width:769px) and (max-width: 993px) {
    .products-grid .product-item-info {
        height: 500px;
    }
    .products-grid li.item.product.product-item {
        height: 520px !important;
    }
}

@media (min-width:461px) and (max-width: 769px) {
    .products-grid .product-item-info {
        height: 498px;
    }
    .products-grid li.item.product.product-item {
        height: 520px !important;
    }
}

@media (min-width:411px) and (max-width: 460px) {
    .products-grid .product-item-info {
        height: 456px;
    }
}

@media (min-width:371px) and (max-width: 410px) {
    .products-grid .product-item-info {
        height: 441px;
    }
}

@media (min-width:301px) and (max-width: 370px) {
    .products-grid .product-item-inner {
        background: none;
        box-shadow: none;
        border-bottom: none !important;
        border: none;
    }
    .products-grid .product-item-info {
        height: 425px;
    }
}

@media (max-width: 300px) {
    .products-grid .product-item-info {
        height: 431px;
    }
}

@media (max-width: 480px) {
    .products-grid .product-item-inner {
        background: none;
        box-shadow: none;
        border-bottom: none !important;
        border: none;
    }
}


/* plp page product tile css */


/************************************************************ Carousal Responsive */

.popular-products .slick-list.draggable {
    height: 523px !important;
    width: 94% !important;
    margin-left: 3% !important;
}

.bestsellers-products .slick-list.draggable {
    height: 523px !important;
    width: 94% !important;
    margin-left: 3% !important;
}

.popular-products .slick-slide {
    width: 285px !important;
}

.bestsellers-products .slick-slide {
    width: 285px !important;
}

.popular-products .product-item {
    width: 90% !important;
    height: 490px !important;
}

.bestsellers-products .product-item {
    width: 90% !important;
    height: 490px !important;
}

@media (max-width: 1920px) {
    .popular-products .slick-slide {
        width: 360px !important;
    }
    .bestsellers-products .slick-slide {
        width: 360px !important;
    }
    .popular-view-all-button .pagebuilder-button-primary {
        margin: 0 86px 0 0 !important;
    }
    .bestsellers-view-all-button .pagebuilder-button-primary {
        margin: 0 86px 0 0 !important;
    }
    .products-related .item.product.product-item {
        width: 217px !important;
    }
    .products-related .item.product.product-item {
        margin-right: 50px !important;
    }
    .products-related button.slick-prev.slick-arrow {
        left: -10px !important;
    }
}

@media (max-width: 1681px) {
    .popular-products .slick-slide {
        width: 315px !important;
    }
    .bestsellers-products .slick-slide {
        width: 315px !important;
    }
    .popular-products button.slick-next.slick-arrow {
        right: 22px !important;
    }
    .popular-products button.slick-prev.slick-arrow {
        left: 22px !important;
    }
    .bestsellers-products button.slick-next.slick-arrow {
        right: 22px !important;
    }
    .bestsellers-products button.slick-prev.slick-arrow {
        left: 22px !important;
    }
}

@media (max-width: 1600px) {
    .popular-products .slick-slide {
        width: 300px !important;
    }
    .bestsellers-products .slick-slide {
        width: 300px !important;
    }
}

@media (max-width: 1441px) {
    .popular-products .slick-slide {
        width: 270px !important;
    }
    .bestsellers-products .slick-slide {
        width: 270px !important;
    }
    .popular-products button.slick-next.slick-arrow {
        right: 15px !important;
    }
    .popular-products button.slick-prev.slick-arrow {
        left: 15px !important;
    }
    .bestsellers-products button.slick-next.slick-arrow {
        right: 15px !important;
    }
    .bestsellers-products button.slick-prev.slick-arrow {
        left: 15px !important;
    }
}


/* Extra extra large devices (extra large desktops, 1400px and up) */

@media (max-width: 1401px) {
    .popular-products .slick-list.draggable {
        height: 502px !important;
        width: 96% !important;
        margin-left: 2% !important;
    }
    .bestsellers-products .slick-list.draggable {
        height: 502px !important;
        width: 96% !important;
        margin-left: 2% !important;
    }
    .popular-products .product-item {
        width: 90% !important;
        height: 470px !important;
    }
    .bestsellers-products .product-item {
        width: 90% !important;
        height: 470px !important;
    }
    .popular-products .slick-slide {
        width: 267px !important;
        height: 490px !important;
    }
    .bestsellers-products .slick-slide {
        width: 267px !important;
        height: 490px !important;
    }
    .popular-products button.slick-next.slick-arrow {
        padding-left: 15px;
    }
    .bestsellers-products button.slick-next.slick-arrow {
        padding-left: 15px;
    }
    .popular-products button.slick-prev.slick-arrow {
        left: 2px !important;
    }
    .bestsellers-products button.slick-prev.slick-arrow {
        left: 2px !important;
    }
    .popular-view-all-button .pagebuilder-button-primary {
        margin: 0 56px 0 0 !important;
    }
    .bestsellers-view-all-button .pagebuilder-button-primary {
        margin: 0 56px 0 0 !important;
    }
}

@media (max-width: 1367px) {
    .popular-products .slick-list.draggable {
        height: 495px !important;
        width: 95% !important;
    }
    .bestsellers-products .slick-list.draggable {
        height: 495px !important;
        width: 95% !important;
    }
    .popular-products .product-item {
        height: 460px !important;
    }
    .bestsellers-products .product-item {
        height: 460px !important;
    }
    .popular-products .slick-slide {
        width: 258px !important;
    }
    .bestsellers-products .slick-slide {
        width: 258px !important;
    }
    .popular-products button.slick-prev.slick-arrow {
        left: 0px !important;
    }
    .bestsellers-products button.slick-prev.slick-arrow {
        left: 0px !important;
    }
}

@media (max-width: 1255px) {
    .products-related .item.product.product-item {
        margin-right: 44px !important;
    }
}

@media (max-width: 1242px) {
    .products-related .item.product.product-item {
        margin-right: 35px !important;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (max-width: 1200px) {
    .popular-products .slick-list.draggable {
        width: 94% !important;
        height: 495px !important;
    }
    .bestsellers-products .slick-list.draggable {
        width: 94% !important;
        height: 495px !important;
    }
    .popular-products .slick-slide {
        width: 225px !important;
    }
    .bestsellers-products .slick-slide {
        width: 225px !important;
    }
    .popular-view-all-button .pagebuilder-button-primary {
        margin: 0 72px 0 0 !important;
    }
    .bestsellers-view-all-button .pagebuilder-button-primary {
        margin: 0 72px 0 0 !important;
    }
    .popular-products button.slick-next.slick-arrow {
        right: 26px !important;
    }
    .bestsellers-products button.slick-next.slick-arrow {
        right: 26px !important;
    }
    .popular-products .product-item-details:after {
        float: left !important;
    }
    .bestsellers-products .product-item-details:after {
        float: left !important;
    }
    .products-related .item.product.product-item {
        margin-right: 32px !important;
    }
}

@media (max-width: 1185px) {
    .products-related .item.product.product-item {
        margin-right: 25px !important;
    }
}

@media (max-width: 1101px) {
    .products-related .item.product.product-item {
        margin-right: 10px !important;
    }
    .products-related .product-item-info {
        width: 190px !important;
    }
}

@media (max-width: 1025px) {
    .products-related .item.product.product-item {
        width: 185px !important;
    }
    .products-related .item.product.product-item {
        margin-right: 53px !important;
        margin-left: 2px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (max-width: 993px) {
    .popular-products .product-item {
        height: 450px !important;
    }
    .bestsellers-products .product-item {
        height: 450px !important;
    }
    .popular-products .slick-slide {
        width: 228px !important;
    }
    .bestsellers-products .slick-slide {
        width: 228px !important;
    }
    .popular-heading h2 {
        font-size: 27px;
    }
    .bestsellers-heading h2 {
        font-size: 27px;
    }
    .popular-products button.slick-prev.slick-arrow {
        left: 13px !important;
    }
    .bestsellers-products button.slick-prev.slick-arrow {
        left: 13px !important;
    }
    .popular-products button.slick-next.slick-arrow {
        right: 12px !important;
    }
    .bestsellers-products button.slick-next.slick-arrow {
        right: 12px !important;
    }
    .popular-products .slick-list.draggable {
        height: 480px !important;
        width: 92% !important;
        margin-left: 4% !important;
    }
    .bestsellers-products .slick-list.draggable {
        height: 480px !important;
        width: 92% !important;
        margin-left: 4% !important;
    }
    .products-grid .old-price:after {
        font-size: 9px !important;
    }
    .products-related .item.product.product-item {
        margin-right: 42px !important;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (max-width: 769px) {
    .popular-products .slick-slide {
        width: 235px !important;
    }
    .bestsellers-products .slick-slide {
        width: 235px !important;
    }
    .popular-products button.slick-next.slick-arrow {
        right: 0px !important;
    }
    .bestsellers-products button.slick-next.slick-arrow {
        right: 0px !important;
    }
    .popular-products button.slick-prev.slick-arrow {
        left: 0px !important;
    }
    .bestsellers-products button.slick-prev.slick-arrow {
        left: 0px !important;
    }
    .popular-heading h2 {
        font-size: 22px;
    }
    .bestsellers-heading h2 {
        font-size: 22px;
    }
    .popular-products .slick-list.draggable {
        width: 92% !important;
        margin-left: 4% !important;
    }
    .bestsellers-products .slick-list.draggable {
        width: 92% !important;
        margin-left: 4% !important;
    }
    .control-newsletter label {
        width: 130px;
    }
    .block.newsletter {
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
    .products-related .slick-list.draggable {
        margin-left: 4% !important;
    }
    .products-related .item.product.product-item {
        margin-left: 7px !important;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 577px) {
    .popular-products .slick-list.draggable {
        width: 90% !important;
        margin-left: 5% !important;
    }
    .bestsellers-products .slick-list.draggable {
        width: 90% !important;
        margin-left: 5% !important;
    }
    .popular-products .slick-slide {
        width: 248px !important;
    }
    .bestsellers-products .slick-slide {
        width: 248px !important;
    }
    .popular-products button.slick-next.slick-arrow {
        right: -11px !important;
    }
    .bestsellers-products button.slick-next.slick-arrow {
        right: -11px !important;
    }
    .popular-products button.slick-prev.slick-arrow {
        left: 15px !important;
    }
    .bestsellers-products button.slick-prev.slick-arrow {
        left: 15px !important;
    }
    .popular-view-all-button .pagebuilder-button-primary {
        margin: 0 23px 0 0 !important;
    }
    .bestsellers-view-all-button .pagebuilder-button-primary {
        margin: 0 23px 0 0 !important;
    }
    .products-related .item.product.product-item {
        margin-right: 50px !important;
    }
    .products-related .item.product.product-item {
        width: 232px !important;
    }
}

@media (max-width: 574px) {
    .products-related .item.product.product-item {
        margin-right: 10px !important;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 481px) {
    .popular-products .slick-slide {
        width: 207px !important;
    }
    .bestsellers-products .slick-slide {
        width: 207px !important;
    }
    .popular-heading h2 img {
        display: none;
    }
    .bestsellers-heading h2 img {
        display: none;
    }
    .popular-products button.slick-prev.slick-arrow {
        left: 0px !important;
    }
    .bestsellers-products button.slick-prev.slick-arrow {
        left: 0px !important;
    }
    .control-newsletter label {
        width: 290px;
    }
    .products-related li.item.product.product-item {
        width: 190px !important;
    }
    .products-related .item.product.product-item {
        margin-right: 13px !important;
    }
}

@media (max-width: 471px) {
    .products-related .item.product.product-item {
        margin-right: 1px !important;
    }
    .products-related .product-item-info {
        width: 160px !important;
    }
}

@media (max-width: 461px) {
    .products-related li.item.product.product-item {
        margin-right: 3px !important;
    }
    .products-related li.item.product.product-item {
        width: 160px !important;
    }
}

@media (max-width: 421px) {
    .popular-products .slick-slide {
        width: 373px !important;
    }
    .bestsellers-products .slick-slide {
        width: 373px !important;
    }
    .popular-products .product-item-info {
        padding: 0 35px;
    }
    .bestsellers-products .product-item-info {
        padding: 0 35px;
    }
    .popular-products button.slick-prev.slick-arrow {
        left: 0px !important;
    }
    .popular-products button.slick-next.slick-arrow {
        right: 0px !important;
    }
    .bestsellers-products button.slick-prev.slick-arrow {
        left: 0px !important;
    }
    .control-newsletter label {
        width: 245px
    }
    /* Regular price Strike off */
    .product-info-main .product-info-price .old-price .price-wrapper .price {
        text-decoration: line-through;
    }
    /* MRP Content */
    /* .product-info-main .product-info-price .old-price .price-wrapper::after {
        content: "MRP Inclusive of all taxes";
        font-size: 11px;
        font-weight: bold;
        padding-left: 15px;
    } */
    .product-info-price .price-box .old-price .price-container>span {
        font-size: 14px;
    }
    /* grid and list view changes */
    a#mode-list {
        border: none;
    }
    strong.modes-mode.active.mode-grid {
        border: none;
    }
    .modes-mode.active {
        box-shadow: none;
    }
    .bestsellers-products button.slick-next.slick-arrow {
        right: 0px !important;
    }
    .products-related li.item.product.product-item {
        margin-right: 5px !important;
    }
    .products-related li.item.product.product-item {
        width: 169px !important;
    }
}

@media (max-width: 413px) {
    .products-related li.item.product.product-item {
        width: 150px !important;
    }
    .products-related li.item.product.product-item {
        margin-right: 22px !important;
    }
}

@media (max-width: 395px) {
    .products-related li.item.product.product-item {
        width: 140px !important;
    }
}

@media (max-width: 391px) {
    .products-related li.item.product.product-item {
        width: 143px !important;
    }
    .products-related li.item.product.product-item {
        margin-right: 20px !important;
    }
}

@media (max-width: 376px) {
    .popular-products .slick-slide {
        width: 350px !important;
    }
    .bestsellers-products .slick-slide {
        width: 350px !important;
    }
    .products-related .slick-list.draggable {
        margin-left: 3% !important;
    }
    .products-related li.item.product.product-item {
        width: 151px !important;
    }
    .products-related li.item.product.product-item {
        margin-right: 2px !important;
    }
}

@media (max-width: 361px) {
    .products-related li.item.product.product-item {
        width: 145px !important;
    }
}

@media (max-width: 667px) {
    .about-us {
        border-right: none;
        /* margin-bottom: 30px; */
        border-bottom: solid 1px #ccc;
        padding-bottom: 20px;
    }
    .our-policies {
        border-right: none;
        margin-bottom: 30px;
        border-bottom: solid 1px #ccc;
        padding-bottom: 20px;
        padding-left: 0px !important;
    }
    .quicklinks {
        border-right: none;
        padding-bottom: 20px;
        /* padding-left: 0px !important; */
    }
    .getintouch {
        border-right: none;
        /* margin-bottom: 30px; */
        padding-bottom: 20px;
        /* padding-left: 0px !important; */
        border-bottom: 1px solid #ccc;
    }
    .payment-img {
        margin-top: 30px !important;
        padding-left: 0;
    }
    .social-icons {
        margin-left: -5px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.product-item-info {
    position: relative;
}

.product-item-info .sale {
    color: #fff;
    background-color: #f00f2c;
    padding: 5px 10px;
    margin-top: 10px;
    font-weight: 700;
}


/* explicitly written for grid view  */

.products-grid .product-item-info .sale {
    right: 0px;
    margin-right: 0px;
    z-index: 100;
    position: absolute;
}

.product-item-info .instock {
    color: #fff;
    background-color: #285a8c;
    padding: 5px 10px;
    margin-top: 10px;
    font-weight: 700;
}


/* explicitly written for grid view  */

.products-grid .product-item-info .instock {
    right: 0px;
    margin-right: -1px;
    z-index: 100;
    position: absolute;
}


/* Strike off the price and MRP content */

.product-info-main .product-info-price .old-price .price-wrapper .price {
    text-decoration: line-through;
}

.product-info-main .old-price:after {
    padding-left: 5px;
    font-size: 11px;
    color: black;
    font-weight: 700 !important;
    content: "(MRP Inclusive of all taxes)";
    display: flex;
    margin-left: -4px;
}

.product-info-price .price-box .old-price .price-container>span {
    font-size: 15px !important;
}


/* grid and list view changes */

a#mode-list {
    border: none !important;
}

strong.modes-mode.active.mode-grid {
    border: none !important;
}

.modes-mode.active {
    box-shadow: none !important;
    border: none;
    background: none;
}


/* css for pdp page */

.product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
    font-weight: 700;
}

.product-info-main .rating-summary .rating-result>span:before {
    color: #dbba09;
}

.product-reviews-summary .reviews-actions a {
    border: solid 1px #ccc;
    padding: 3px 11px;
    border-radius: 6px;
    background: #fff;
    transition: all 0.7s;
    cursor: pointer;
    color: #009b3c;
    font-size: 11px;
    text-decoration: none;
}

.product-reviews-summary .reviews-actions a:hover {
    color: #fff;
    background: #009b3c;
}

.product-info-main .alert .action {
    border: solid 1px #ccc;
    padding: 3px 11px;
    border-radius: 6px;
    background: #fff;
    transition: all 0.7s;
    cursor: pointer;
    color: #009b3c;
    font-size: 11px;
    text-decoration: none;
}

.product-info-main .alert .action:hover {
    color: #fff;
    background: #009b3c;
}

.product-info-price .price-box .price-container .price {
    color: #285a8c;
    margin: 0px !important;
}

.product-info-main .stock.available {
    color: red;
}

.product-info-main .stock.unavailable {
    color: red;
}

.product-info-main .product.attribute.overview .value p {
    color: #285a8c;
    font-size: 14px;
    font-weight: 600;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    text-decoration: line-through;
    color: #888;
    font-weight: 500;
    font-size: 14px !important;
}

.product-info-main .old-price:after {
    padding-left: 5px;
    font-size: 12px;
    color: black;
    font-weight: bold;
    content: "(MRP Inclusive of all taxes)";
}

.product-info-price .price-box .old-price .price-container>span {
    font-size: 14px;
}

@media (min-width: 768px) {
    .product-social-links {
        margin: 0px !important;
        padding: 0px !important;
    }
}

@media (max-width: 768px) {
    .product-social-links {
        margin: 0px !important;
    }
}

@media (min-width:390px) and (max-width:768px) {
    .product-social-links .action.tocompare {
        /* padding:10px; */
        padding-left: 10px;
    }
}

@media(min-width:220px) {
    .product-social-links .action.tocompare {
        padding-right: 5px;
        padding-left: 9px;
        padding: 5px;
    }
}

@media(max-width:767px) {
    .product-social-links .action.tocompare {
        padding-right: 10px;
    }
    .navigation .level0.active .all-category .ui-state-focus,
    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active),
    .navigation .submenu:not(:first-child) .active>a {
        border-color: #009b3c;
    }
}

.columns .column .main {
    padding: 4px;
}


/* plp grid changes */

.modes-label+.modes-mode {
    background: none;
    border: none;
}


/*css for plp list view */

.products-list .product-item {
    border: solid 1px #e5e8ec;
    border-radius: 5px;
}

.products-list .rating-summary .rating-result>span:before {
    color: #dbba09 !important;
}

.products-list .product.name a {
    font-weight: 700;
}

.products-list .product-item-name {
    padding-bottom: 20px;
}

.products-list .reviews-actions a {
    border: solid 1px #ccc;
    padding: 3px 11px;
    border-radius: 6px;
    background: #fff;
    transition: all 0.7s;
    cursor: pointer;
    color: #009b3c;
    text-decoration: none;
}

.products-list .reviews-actions a:hover {
    color: #fff;
    background-color: #009b3c;
}

.products-list .product-reviews-summary {
    margin-bottom: 10px;
}

.product-item-description {
    margin: 25px 0;
    display: none;
}

.products-list .bi-cart3 {
    font-size: 25px;
    color: #009b3c;
}

.products-list .product-item .price-box {
    margin: 10px 0 10px;
}

.product-item .price-box {
    margin: 10px 0 10px;
}

.products-list .product-item-actions .actions-primary>.stock.unavailable {
    color: red;
}

.products-list .product-item .price-box .price-label {
    color: #666;
    font-size: 12px;
    display: none;
}

.products-list .product-item .price-box .price {
    color: #285a8c;
    font-size: 16px;
    display: flex;
}

.products-list .product-item .price-box::after {
    padding-left: 5px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    content: "(MRP Inclusive of all taxes)";
}

.products-list .product-item .old-price span .price {
    font-size: 14px;
    text-decoration: line-through;
    float: left !important;
}

.products-list .product-item-info .instock {
    color: #fff;
    background-color: #285a8c;
    padding: 5px 10px;
    margin-top: 10px;
    font-weight: 700;
    position: absolute;
    z-index: 100;
    left: 160px;
}

@media (min-width: 768px) {
    .products-list .product-item {
        width: 90%;
    }
}

.products-list .product-item-info .sale {
    color: #fff;
    background-color: #f00f2c;
    padding: 5px 10px;
    margin-top: 10px;
    font-weight: 700;
    position: absolute;
    right: 640px;
    z-index: 100;
}

.products-list .product-item-details {
    padding-top: 30px;
    padding-left: 30px;
}

.products-list .product-image-wrapper .product-image-photo {
    padding: 0 30px 0 60px;
}

.bottom-header {
    display: flex;
    flex-direction: row;
}

@media (min-width: 768px) {
    .bottom-header {
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: flex;
        align-items: center;
        padding: 5px;
        justify-content: space-between;
    }
}

@media (max-width:420px) {
    .bottom-header {
        padding-bottom: 8px;
        justify-content: space-around;
    }
    .rating-summary .rating-result {
        /* width:66px !important; */
    }
    .rating-summary .rating-result:before {
        font-size: 12px !important;
    }
}

@media (min-width:500px) {
    .bottom-header {
        justify-content: space-between;
    }
}

.right-col {
    display: flex;
    flex-direction: row;
}

.profile-col {
    display: flex;
    flex-direction: row;
}

.header.content {
    padding: 0px !important;
}


/* kabeer css */

@media (min-width: 768px) {
    .bottom-header {
        padding: 5px 50px;
    }
    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border-color: #a3d133;
        color: #a3d133;
    }
}

#html-body [data-pb-style="LU11EJQ"] {
    background-size: cover !important;
}

#html-body [data-pb-style="HXF4Q7X"] {
    background-size: cover !important;
}

.navigation .level0.active>a:not(.ui-state-active),
.navigation .level0.has-active>a:not(.ui-state-active),
.navigation .level0 .submenu .active>a {
    border-color: #009b3c;
}


/* achyuth header css */

@media (max-width: 767px) {
    .navigation .level0>.level-top:hover {
        color: #285a8c;
    }
    .navigation .level0>.level-top:visited {
        color: #285a8c;
    }
    .navigation .level0>.level-top::after {
        color: #009b3c;
        font-weight: 900;
    }
    /* .block-search{

        width: auto;

    }*/
    .nav-sections .nav-sections-item-switch {
        color: #009b3c;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
    }
    .nav-sections .header.links li>a {
        color: #285a8c;
    }
    .nav-sections .header.links li.greet.welcome {
        border: none;
        padding: 0px;
    }
}


/* chaitanya css for plp alignment */

.filter .block-subtitle {
    border-bottom: 1px solid #e5e8ec;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    color: #2a5f8e;
}

@media (min-width:768px) {
    .filter .block-subtitle {
        padding: 10px 10px 10px 0px;
        margin-top: 27px;
    }
    .nav-sections {
        z-index: 10 !important;
    }
}

@media (max-width:768px) {
    .filter .block-subtitle {
        padding: 10px;
    }
}

.page-main>.page-title-wrapper .page-title {
    hyphens: auto;
    color: #009b3c;
}

.filter-options-title {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 10px 40px 0 10px;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.filter-options-content a {
    color: #494949;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 7px;
    font-size: 14px;
    text-decoration: none;
    line-height: 15px !important;
}

.filter-options-content a:hover {
    background-color: unset !important;
}

.page-wrapper>.breadcrumbs,
.page-wrapper>.top-container,
.page-wrapper>.widget {
    box-sizing: border-box;
    width: 100%;
    margin-top: 0px;
}

.page-main>.page-title-wrapper .page-title {
    hyphens: auto;
    margin-left: 8px;
}

.toolbar-products {
    border-bottom: solid 1px #e5e8ec;
    padding-bottom: 15px;
    margin-top: 15px;
}

.products-list .product-item .price-box .price {
    color: #2177a8;
    display: flex;
}

.products-list .product-reviews-summary {
    margin-bottom: 20px !important;
}

.toolbar select {
    background-color: #fff !important;
    box-shadow: none !important;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0px;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.toolbar-products {
    border-bottom: solid 1px #e5e8ec;
    padding-bottom: 15px;
}


/* plp responsive css */

@media (min-width: 641px) and (max-width: 767px) {
    .product-item {
        margin: 2px !important;
        margin-bottom: 28px !important;
    }
}

@media(max-width:640px) {
    .products-grid .mrp-plp {
        padding-left: 5px;
        font-size: 9px;
        color: #666;
    }
    .products-grid li.item.product.product-item {
        padding: 2px !important;
    }
}

@media(max-width:400px) {
    .products-grid button.action.tocart {
        margin-top: 0px !important;
    }
    .products-grid .product-reviews-summary {
        height: auto !important;
        overflow: inherit !important;
    }
    .products-grid .product.actions.product-item-actions {
        padding-left: 0px !important;
    }
}

@media(max-width:640px) {
    .products-grid button.action.tocart {
        margin-top: 0px !important;
    }
    .products-grid .product-reviews-summary {
        height: auto !important;
        overflow: inherit !important;
    }
    .products-grid .product.actions.product-item-actions {
        padding-left: 0px !important;
    }
    .products-grid .product-item-details:after {
        display: none;
    }
    .products-grid .product.actions.product-item-actions {
        display: flex;
    }
    .products-grid .product-cart {
        width: 24px !important;
        height: 29px !important;
        font-size: 12px !important;
    }
    .products-grid .old-price .price {
        font-size: 11px;
    }
    .products-grid .special-price .price {
        font-size: 12px;
    }
    .price-box.price-final_price:after {
        padding-left: 5px;
        font-size: 10px !important;
    }
    .product-item .product-reviews-summary .rating-summary {
        margin: 0px !important;
    }
    .products-grid .product-item-name {
        overflow: hidden;
    }
    .products-grid .product-item-inner {
        border-left: none !important;
        border-right: none !important;
    }
}

@media (max-width: 300px) {
    .column.main .product-items {
        padding: 4px;
        padding-left: 4px !important;
    }
}

@media (min-width: 301px) and (max-width: 500px) {
    .column.main .product-items {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 501px) and (max-width: 640px) {
    .column.main .product-items {
        padding-left: 25px;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .column.main .product-items {
        padding-left: 25px;
    }
}

.filter-title strong {
    border: solid 1px #ccc;
    padding: 3px 11px;
    border-radius: 6px;
    background: #fff;
    transition: all 0.7s;
    cursor: pointer;
    color: #009b3c;
    font-size: 11px;
    text-decoration: none;
    margin-left: 2px;
    font-weight: 600;
}

.rating-summary .rating-result>span:before {
    color: #dbba09;
}

.Salestyle {
    color: #f00f2f !important;
    font-size: 12px !important;
}

.Salestyle::before {
    content: "•";
    font-size: 24px;
    position: absolute;
    margin-left: -20px;
    margin-top: -11px;
}

.product-info-main .product.attribute.sku {
    color: #ccc !important;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    text-transform: none !important;
    font-weight: 470 !important;
}


/* css for pdp description, ratings and review */

.product.data.items a#tab-label-description-title {
    display: none;
}

.product.info.detailed .data.item.content {
    padding: 0;
    border: none;
}

.product.info.detailed .data.item.content:before {
    display: block;
    content: "Product Highlights";
    font-size: 20px;
    font-weight: bold;
    color: #285a8c;
    margin-bottom: 15px;
}

.product.attribute.desc.short-desc.overview .value {
    padding: 0;
    border: none;
}

.rating-summary .rating-result>span:before {
    color: #dbba09;
}

.fieldset .review-legend.legend strong {
    color: #009b3c;
}

.review-control-vote label:before {
    color: #dbba09;
}

.review-form .action.submit.primary {
    background: #009b3c;
    border: 1px solid #009b3c;
    color: #FFF;
    font-size: 15px;
    padding: 14px 15px;
    border-radius: 4px;
    transition: all 0.8s;
    opacity: 1;
}

.review-form .action.submit.primary:hover {
    background: #009b3c;
    border: 1px solid #009b3c;
    color: #FFF;
    opacity: 0.7;
}

.block.review-list .block-content {
    margin-top: 20px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.review-item {
    margin: 0 30px;
}

.block.review-add {
    padding: 30px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.toolbar.review-toolbar {
    margin: 0 30px;
    padding-top: 15px;
}

#product-review-container:before {
    display: block;
    content: "Ratings & Reviews";
    font-size: 20px;
    font-weight: bold;
    color: #285a8c;
    margin-bottom: 15px !important;
}

div#customer-reviews {
    margin: 0;
}

@media (max-width: 768px) {
    .product.info.detailed {
        padding-left: 15px;
    }
}


/* css for pdp description, ratings and review */


/* CSS for PDP Thumbnail Imaages and Video for Top-Left */

.fotorama__stage {
    z-index: 10;
    /* max-height: 549px !important; */
}

.product.media .gallery-placeholder .fotorama__nav--thumbs {
    float: left;
}

.fotorama__stage__shaft {
    border: 1px solid #ccc !important;
}

@media(min-width:992px) {
    .fotorama__stage__shaft {
        max-height: 541px !important;
    }
}

.fotorama__nav.fotorama__nav--thumbs.fotorama__shadows--bottom {
    max-height: 525px;
}

.fotorama__nav.fotorama__nav--thumbs.fotorama__shadows--top {
    max-height: 525px;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
    height: 100px !important;
    width: 84px !important;
    border: 1px solid #ccc;
    margin-top: 4px !important;
}

.fotorama__thumb {
    background: white !important;
    max-width: 100%;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb:hover {
    opacity: 0.5;
}

.fotorama__video-close.fotorama-show-control {
    z-index: 8;
}

.fotorama__arr.fotorama__arr--next {
    background: transparent;
}

.fotorama__arr.fotorama__arr--prev {
    background: transparent;
}

.fotorama__nav-wrap.fotorama__nav-wrap--vertical {
    z-index: 10;
}

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    top: -4px !important;
}

@media (min-width: 768px) {
    .page-layout-1column .product.media {
        width: 50% !important;
    }
    .page-layout-1column .product-info-main {
        width: 48% !important;
    }
}

.product.media {
    /* border: 1px solid #ccc ; */
}

.fotorama__thumb-border {
    display: none;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
    opacity: 0.5;
}

@media (max-width:1750px) {
    .bestsellers-products .slick-slide {
        width: 330px !important;
    }
    .bestsellers-products .slick-slide {
        width: 330px !important;
    }
}

@media (max-width:1700px) {
    .bestsellers-products .slick-slide {
        width: 320px !important;
    }
    .bestsellers-products .slick-slide {
        width: 320px !important;
    }
}

@media (max-width:1650px) {
    .bestsellers-products .slick-slide {
        width: 310px !important;
    }
    .bestsellers-products .slick-slide {
        width: 310px !important;
    }
}

@media (max-width:1550px) {
    .bestsellers-products .slick-slide {
        width: 290px !important;
    }
    .bestsellers-products .slick-slide {
        width: 290px !important;
    }
}

@media (max-width:1500px) {
    .bestsellers-products .slick-slide {
        width: 280px !important;
    }
    .bestsellers-products .slick-slide {
        width: 280px !important;
    }
}

@media (max-width:1450px) {
    .bestsellers-products .slick-slide {
        width: 270px !important;
    }
    .bestsellers-products .slick-slide {
        width: 270px !important;
    }
}

@media (max-width:1350px) {
    .popular-products .slick-slide {
        width: 260px !important;
    }
    .bestsellers-products .slick-slide {
        width: 260px !important;
    }
}

@media (max-width:1300px) {
    .popular-products .slick-slide {
        width: 247px !important;
    }
    .bestsellers-products .slick-slide {
        width: 247px !important;
    }
}

@media (max-width:1250px) {
    .popular-products .slick-slide {
        width: 237px !important;
    }
    .bestsellers-products .slick-slide {
        width: 237px !important;
    }
}


/* css for pdp related products */

.block.related {
    border-top: solid 1px #ccc;
    margin-top: 20px;
}

.block.related .block-title.title {
    margin: 30px 0 0 30px;
}

.block.related .block-actions {
    margin: 10px 0 0 30px;
}

.products-related .item.product.product-item {
    margin-right: 30px;
}

.block.related .related-available .product-item-name {
    margin: 0px;
}

.products-related .product.actions.product-item-actions {
    /* display: none; */
}

.block.related .field.choice {
    left: 0;
    position: absolute;
    top: -19px;
}

.field.choice.related input[type="checkbox"] {
    margin: 2px 5px 0;
    position: relative;
    top: 2px;
}

#block-related-heading {
    color: #285a8c;
    font-weight: bold;
    line-height: 1.1;
    font-size: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.products-related .slick-list.draggable {
    width: 96% !important;
    margin-left: 2% !important;
}

.products-related .product-item-info {
    height: 376px !important;
}

.products-related .product-item-info:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 0;
}

.products-related .price-container .price {
    font-size: 15px;
    color: #285a8c;
}

.products-related span.price:first-letter {
    padding-right: 3px;
    color: #009b3c !important;
}

.products-related .old-price .price:first-letter {
    color: #888 !important;
}

.bestsellers-products .price-final_price .price {
    display: block !important;
}

.products-related span.price:first-letter {
    padding-right: 3px;
    color: #009b3c !important;
}

.products-related .old-price .price:first-letter {
    color: #888 !important;
}

.products-related .slick-track {
    margin: 25px 10px !important;
}

.products-related .item.product.product-item {
    width: 200px !important;
    margin-bottom: 40px !important;
}

.products-related img.product-image-photo {
    padding: 10px;
}

.products-related button.slick-next.slick-arrow {
    background: none;
    position: absolute;
    right: 0px;
    width: 40px;
}

.products-related button.slick-prev.slick-arrow {
    background: none;
    position: absolute;
    left: -5px !important;
    width: 40px;
}

.rating-summary.no-rating-summary {
    height: 40px;
    padding-top: 3px;
}

.action.view.no-rating-action {
    font-size: 11px;
    margin-left: 3px;
}

.block.related .mrp-rcu {
    padding-left: 5px;
    font-size: 11px;
    color: #666;
}

.block.crosssell .mrp-rcu {
    padding-left: 5px;
    font-size: 11px;
    color: #666;
}


/* css for pdp related products */


/* css for pdp static blocks  */

.high-boxes:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
    border: solid 1px #009b3c;
    color: #009b3c;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.high-boxes {
    width: 100%;
    padding: 30px;
    border: solid 1px #CCC;
    color: #285a8c;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    border-bottom: solid 4px;
}

.high-boxes:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    border: solid 1px #009b3c;
    color: #009b3c;
}

.high-boxes i {
    font-size: 40px;
}

.high-boxes span {
    font-size: 10px;
    width: 100%;
    float: left;
}

.bi-cash-coin::before {
    font-size: 40px;
}

.bi-percent::before {
    font-size: 40px;
}

.bi-truck::before {
    font-size: 40px;
}

.high-boxes.refund p {
    font-size: 10px;
}

.high-boxes.emi p {
    font-size: 10px;
}

@media(min-width:768px) {
    .high-boxes {
        height: 170px;
    }
}


/*rating filter updated css*/


/*zoom-in zoom-out css*/

.fotorama__fullscreen .fotorama__zoom-in {
    top: 75%;
    right: 20px;
    margin-top: -20px;
}

.fotorama__fullscreen .fotorama__zoom-out {
    top: 85%;
    right: 20px;
}


/* @media screen and (min-width: 540px) and (max-width: 1368px) {
    .fotorama__fullscreen .fotorama__zoom-in {
        display: block !important;
    }
    .fotorama__fullscreen .fotorama__zoom-out{
        display: block !important;
    }
} */

@media screen and (min-width: 360px) and (max-width: 914px) {
    .fotorama__fullscreen .fotorama__zoom-in {
        display: block !important;
    }
    .fotorama__fullscreen .fotorama__zoom-out {
        display: block !important;
    }
}


/*bud fix css*/

.filter-value {
    font-size: 13px;
}

.filter-label {
    font-weight: 600;
    font-size: 13px;
}

.block-actions a {
    font-size: 12px;
    text-decoration: none !important;
    color: #0F1111;
    font-weight: 500
}

.filter-options-item {
    border-bottom: 1px solid #e5e8ec;
}

.breadcrumbs .items {
    margin-left: 5px;
}

.block .title {
    font-size: 14px;
    font-weight: 500;
}

.item a {
    text-decoration: none;
    font-size: 14px;
    color: #0F1111;
}

.salepercent {
    background: #f00f2f;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: bold;
}

.non-salepercent {
    background: #285a8c;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: bold;
}


/* css for image thumbnail icons pdp */

.fotorama__fullscreen .fotorama__zoom-in {
    top: 75%;
    right: 20px;
    margin-top: -20px;
}


/* .salecss::before {
    content: "•";
    font-size: 30px;
    position: absolute;
    margin-left: -20px;
    margin-top: -11px;
} */

.salecss {
    color: #f00f2f !important;
    font-size: 15px !important;
    margin-left: 5px;
}

.fotorama__fullscreen .fotorama__zoom-out {
    top: 85%;
    right: 20px;
}

@media screen and (min-width: 540px) and (max-width: 1368px) {
    .fotorama__fullscreen .fotorama__zoom-in {
        display: block !important;
    }
    .fotorama__fullscreen .fotorama__zoom-out {
        display: block !important;
    }
}

@media screen and (min-width: 360px) and (max-width: 914px) {
    .fotorama__fullscreen .fotorama__zoom-in {
        display: block !important;
    }
    .fotorama__fullscreen .fotorama__zoom-out {
        display: block !important;
    }
}

.rating-summary .rating-result {
    z-index: 0;
}

#html-body [data-pb-style=LU11EJQ] {
    background-size: cover !important;
}

#html-body [data-pb-style=HXF4Q7X] {
    background-size: cover !important;
}

.pagebuilder-slide-wrapper {
    background-size: 100% !important
}


/* css for star rating */

span.a-size-small.a-color-base {
    font-size: 12px;
    color: #0F1111;
    margin-left: 5px;
    margin-top: 2px;
}

.filter-options-content a:hover {
    background-color: unset !important;
}


/* Product Swatch Image Swatches */

.swatch-option.image {
    background-size: cover !important;
}

.swatch-option.image:hover {
    opacity: 0.5 !important;
}

span#option-label-swatch-145 {
    font-size: 1.5rem;
    font-weight: 500;
}

span.swatch-attribute-selected-option {
    font-size: 1.4rem !important;
    font-weight: 400 !important;
}

.product-info-main .product-add-form {
    padding-top: 0;
}


/* minicart changes  */

.minicart-wrapper .action.showcart.active:before {
    content: "";
    /* content: url("/app/design/frontend/Sanrai/theme-frontend-sanrai/web/images/cart-icon.png") !important; */
}

.minicart-wrapper .action.showcart:before {
    content: "";
    /* content: url("/app/design/frontend/Sanrai/theme-frontend-sanrai/web/images/cart-icon.png") !important; */
}

.minicart-wrapper .action.showcart:before {
    font-size: 26px;
}

.minicart-wrapper .action.showcart.active:before {
    font-size: 26px;
}

.filter-value {
    font-size: 13px;
}

.filter-label {
    font-weight: 600;
    font-size: 13px;
}

.block-actions a {
    font-size: 12px;
    text-decoration: none !important;
    color: #0F1111;
    font-weight: 500
}

.filter .block-subtitle {
    margin-left: 10px;
}

.filter-options-item {
    border-bottom: 1px solid #e5e8ec;
}

.breadcrumbs .items {
    margin-left: 5px;
}

.block .title {
    font-size: 14px;
    font-weight: 500;
}

.item a {
    text-decoration: none;
    font-size: 14px;
    color: #0F1111;
}

.page-wrapper>.breadcrumbs,
.page-wrapper>.top-container,
.page-wrapper>.widget {
    padding-left: 7px;
}

.block-actions a span {
    color: #285a8c !important;
}


/*css regarding checkout summary*/

.checkout-methods-items .item button {
    background: linear-gradient(to right, #285a8c, #009b3c);
    border: none !important;
    border-radius: 5px;
}

.checkout-methods-items .item button:hover {
    background: linear-gradient(to right, #285a8c, #009b3c);
}

.checkout-methods-items .item a span {
    color: #009b3c;
}

.grand .amount span {
    color: #009b3c;
}

.cart-summary .summary {
    color: #009b3c;
}

.item-options .field .label {
    font-size: 13px;
}

.item-title span {
    font-size: 13px;
}

.cart-totals tbody .mark {
    font-size: 13px;
}

.checkout-methods-items .item a span {
    font-size: 13px;
}

.cart-totals .amount .price {
    font-size: 13px;
}

.field .label span {
    font-size: 13px;
}

.cart-summary {
    background: #fff !important;
    /* border: solid 1px #ccc !important; */
}


/* css for mini cart  */

li.item.product.product-item.odd.last {
    border: none !important;
}

.price-wrapper>span.price {
    color: #009b3c;
}

.minicart-price>span.price {
    font-size: 15px;
    color: #009b3c;
}

button#top-cart-btn-checkout {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
}

button#top-cart-btn-checkout:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.minicart-items a {
    font-weight: bold;
    font-size: 15px;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-weight: 19px !important;
}

.product-item-details a.action.edit {
    display: none !important;
}

.minicart-wrapper .block-minicart {
    padding-bottom: 0 !important;
    padding-top: 25px !important;
}

.product .actions>.secondary {
    background: none;
    position: relative;
}

@media(max-width: 766px) {
    .secondary.view_all_btn_minicart {
        width: 100%;
    }
}

.view_all_btn_minicart a.action.viewcart {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    padding: 7px 14px;
    display: block;
    text-decoration: none;
}

.view_all_btn_minicart a.action.viewcart:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.minicart-items-wrapper {
    max-height: 250px !important;
}

#a2apage_dropdown {
    z-index: 1;
}


/* css for view and edit cart design  */

.product-item-name>a {
    color: #285a8c !important;
    font-weight: bold;
}

.view-edit-cart-page .cart-price {
    color: #009b3c;
}

.cart.table-wrapper .col.qty .input-text {
    height: 30px;
    width: 35px;
    padding: 0;
}

th.col.qty {
    padding-right: 20px;
}

.decreaseQty {
    width: 36px;
    height: 36px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.increaseQty {
    width: 36px;
    height: 36px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.in-qty input[type="number"] {
    border: none;
}

.cart.table-wrapper .actions-toolbar>.action-edit {
    display: none;
}

.cart.table-wrapper .cart>.item {
    border-right: 1px solid #ccc;
    border-left: solid 1px #ccc;
}

.th-font {
    font-size: 14px;
}

.up-btn,
.up-btn:hover,
.up-btn:active,
.up-btn:focus {
    background-color: #fff;
    border-radius: 5px;
    color: #009b3c;
    font-size: 15px;
    border: solid 2px;
    box-shadow: none !important;
    padding: 10px 20px;
}

td.col.item {
    padding-bottom: 0 !important;
}

.action-delete:before,
.action-delete:hover,
.action-delete:active {
    color: #285a8c !important;
}

.cart.table-wrapper .item-actions td {
    padding-right: 7px;
    padding-bottom: 7px;
}

@media (min-width: 768px) {
    .product-item-details.p-i-d {
        padding: 75px 0;
    }
    .cart.table-wrapper .col.price {
        padding-top: 95px;
    }
    .cart.table-wrapper .col.subtotal {
        padding-top: 95px;
    }
    td.col.qty.in-qty {
        padding-top: 90px !important;
        width: 140px !important;
    }
    .cart.table-wrapper .actions-toolbar {
        min-height: 25px;
        margin-right: 3px;
    }
}

@media screen and (min-width: 767px) and (max-width: 940px) {
    .cart-summary {
        width: 100%;
        float: none;
        position: unset;
    }
    .cart-container .form.form-cart.f-f-c {
        width: 100%;
        float: none;
        position: unset;
        padding-right: 0;
    }
}


/* css for delete popup */

.modal-popup._show .modal-inner-wrap {
    border-radius: 5px;
}

@media(min-width:768px) {
    .modal-popup._show .modal-inner-wrap {
        width: 450px !important;
    }
}

.modal-popup .modal-header {
    border: none;
    display: none;
}

.modal-inner-wrap .modal-content {
    font-size: 13px;
    padding-top: 25px;
    padding-bottom: 35px;
    border: none;
}

.modal-popup .modal-footer {
    padding-top: 5px;
    padding-bottom: 5px;
}

button.action-secondary.action-dismiss {
    background-color: #F4F4F4!important;
    color: #000000;
    border: 1px solid #C5C5C5 !important;
}

button.action-secondary.action-dismiss:hover {
    background-color: #43B64A !important;
    color: #fff;
    border: 1px solid #38972F !important;
}

button.action-primary.action-accept {
    background-color: #F4F4F4 !important;
    color: #000000;
    border: 1px solid #C5C5C5 !important;
    padding: 7px 20px;
    border-radius: unset;
}

button.action-primary.action-accept:hover {
    background-color: #43B64A !important;
    color: #fff;
    border: 1px solid #38972F !important;
    padding: 7px 20px;
}

.modal-popup.modal-slide .modal-footer button {
    background-color: #F4F4F4 !important;
    color: #000000;
    border: 1px solid #C5C5C5 !important;
}

.modal-popup.modal-slide .modal-footer button:hover {
    background-color: #43B64A !important;
    color: #fff;
    border: 1px solid #38972F !important;
}

.minicart-wrapper .action.showcart .counter.qty {
    font-weight: 700;
    bottom: 48px;
    left: 28px;
    background: rgba(67, 182, 74, 1);
    position: relative;
    border-radius: 38px;
    height: 24px;
    width: 24px;
}

.minicart-wrapper .action.showcart:before {
    font-size: 26px;
}

.minicart-wrapper .counter-number {
    font-size: 14px;
    color: #fff;
}


/* .minicart-wrapper .action.showcart .counter-number 
        text-shadow: 0 0 7px #000;
    } */

.minicart-wrapper .action.showcart.active:before {
    font-size: 26px;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none !important;
}


/* css for mini-cart quantity not available  */

.modal-title {
    display: none !important;
}

.modal-inner-wrap .modal-content {
    font-size: 16px !important;
    padding-bottom: 25px !important;
}

button.action-close {
    display: none !important;
}

.modals-overlay {
    background: none;
}

.modal-content {
    width: 100% !important;
}

.opc-sidebar {
    border: 1px solid #ccc !important;
}

.opc-block-summary {
    background: none !important;
}

.opc-summary-wrapper .modal-content {
    text-align: start !important;
}

.opc-block-summary span.title {
    color: #009b3c !important;
}

.price-excluding-tax .cart-price span.price {
    color: #009b3c;
    font-weight: bold !important;
}

.minicart-items .product-item-name {
    font-weight: bold !important;
    color: #285a8c !important;
}

aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-header {
    border-bottom: none !important;
}

aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content {
    padding-top: 0px !important;
}

@media(min-width:768px) {
    aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
        margin-top: 20px !important;
    }
    .minicart-wrapper .product .actions {
        margin: -46px 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-item-details .details-qty.qty {
        margin-left: -30px;
    }
    .minicart-wrapper .product .actions {
        float: right !important;
        margin: -46px 10px 0 0 !important;
    }
}

aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide._show .modal-content {
    margin-top: 20px;
}

.opc-block-shipping-information {
    border: 1px solid #ccc;
}

.shipping-information-title span {
    color: #009b3c !important;
}

.opc-block-shipping-information {
    border: none !important;
}

@media(max-width:768px) {
    .block.block-collapsible-nav {
        margin-top: 20px;
    }
    .widget.block.block-static-block {
        margin-bottom: 0px !important;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        bottom: 43px !important;
        left: 23px !important;
    }
    .back-to-cart {
        position: relative;
        top: -74px;
    }
    .checkout-container .minicart-wrapper {
        position: relative;
        left: 60px;
    }
}

.actions-toolbar .action.primary,
.action-primary {
    color: #fff;
    background: linear-gradient(to right, #285a8c, #009b3c);
}

.table-checkout-shipping-method tbody td input[type='radio'] {
    accent-color: #009B3c !important;
    margin-left: 10px;
}


/* coupon changes*/


/* .discount-container {
        margin-top: 58px !important;
    } */

.cart-summary .block .actions-toolbar>.primary .action.primary {
    padding-left: 70px;
}


/* checkout-shipping-page */

.shipping-and-payments {
    color: #009b3c;
    margin: 8px;
    font-weight: 600;
}

.checkout-shipping-address .step-title::first-letter {
    background: #fff;
    color: #285a8c;
    border-radius: 90px;
    padding: 1px 6px;
    margin-right: 4px;
}

.checkout-shipping-address .step-title::last-letter {
    background: #fff;
    color: #285a8c;
    border-radius: 90px;
    padding: 1px 6px;
    margin-right: 4px;
}

.checkout-shipping-address .step-title {
    color: #fff;
    background: linear-gradient(to right, #285a8c, #009b3c);
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
    border-bottom: none;
}

.checkout-shipping-address {
    border: 1px solid #ccc;
    /* padding: 8px; */
}

.form-login #customer-email-fieldset .input-text {
    border-radius: 5px;
    width: calc(100% - 36px);
}

#shipping-new-address-form input {
    border-radius: 5px;
}

.modal-inner-wrap .modal-content .form-shipping-address {
    font-size: 13px;
}

#shipping-new-address-form .field .label span {
    font-size: 13px;
    font-weight: 600;
}

#shipping-new-address-form .field:nth-child(2) {
    display: none;
}

#shipping-new-address-form .street .control .field:nth-child(2) {
    display: block;
}

#shipping-new-address-form .field .control .field:nth-child(2):before {
    content: "Landmark";
    font-size: 13px;
    font-weight: 600;
}

#shipping-new-address-form .pincode-error {
    position: absolute;
}

@media (min-width:900px) {
    #shipping-new-address-form input[type='checkbox'] {
        width: auto !important;
    }
    .form-shipping-address #shipping-new-address-form .field-error {
        display: none;
    }
    #shipping-new-address-form ._warn .message.warning {
        display: none;
    }
    .form-login #customer-email-fieldset {
        margin: 0px;
    }
    .checkout-shipping-address .step-title {
        padding: 12px;
    }
    .checkout-shipping-address .form-login {
        padding-bottom: 0px;
        margin-top: 0px;
        padding: 9px;
    }
    .checkout-shipping-address .form-shipping-address {
        max-width: none !important;
        display: flex !important;
        padding: 9px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .opc-wrapper .form-login {
        max-width: none;
    }
    #shipping-new-address-form .control .field-tooltip {
        right: 13px;
    }
    .form-shipping-address #shipping-new-address-form {
        height: 367px;
    }
    #shipping-new-address-form .street .label {
        position: relative;
        bottom: 81px;
    }
    #shipping-new-address-form .street .control .field:nth-child(1) {
        position: relative;
        bottom: 98px;
    }
    #shipping-new-address-form .street .control .field:nth-child(2) {
        position: relative;
        bottom: 90px;
        display: block;
    }
    #shipping-new-address-form .field .control .field:nth-child(2):before {
        content: "Landmark";
        font-size: 13px;
        font-weight: 600;
    }
    #shipping-new-address-form .field:nth-child(5) {
        position: relative;
        bottom: 94px;
    }
    #shipping-new-address-form .field:nth-child(6) {
        position: relative;
        bottom: 173px;
        left: 400px;
    }
    #shipping-new-address-form .field:nth-child(7) {
        position: relative;
        bottom: 173px;
    }
    #shipping-new-address-form .field:nth-child(8) {
        position: relative;
        bottom: 328px;
    }
    #shipping-new-address-form .field:nth-child(9) {
        position: relative;
        bottom: 254px;
    }
    #shipping-new-address-form .field:nth-child(10) {
        position: relative;
        bottom: 636px;
    }
    #shipping-new-address-form .field:nth-child(12) {
        position: relative;
        bottom: 312px;
    }
    #opc-new-shipping-address .form-shipping-address #shipping-new-address-form .field .choice {
        position: relative;
        bottom: 315px;
    }
}

@media (min-width:1250px) {
    #shipping-new-address-form input {
        width: 367px!important;
    }
    #shipping-new-address-form select {
        width: 367px!important;
    }
    #shipping-new-address-form .street .label {
        left: 400px;
    }
    #shipping-new-address-form .street .control .field:nth-child(1) {
        left: 400px;
    }
    #shipping-new-address-form .field:nth-child(4) {
        left: 400px;
    }
    #shipping-new-address-form .field:nth-child(6) {
        left: 400px;
    }
    #shipping-new-address-form .field:nth-child(7) {
        left: 400px;
    }
    #shipping-new-address-form .field:nth-child(8) {
        left: 400px;
    }
    #shipping-new-address-form .field:nth-child(10) {
        left: 400px;
    }
}

@media(min-width:1100px) and (max-width:1250px) {
    #shipping-new-address-form input {
        width: 300px!important;
    }
    #shipping-new-address-form select {
        width: 300px!important;
    }
    #shipping-new-address-form .street .label {
        left: 330px;
    }
    #shipping-new-address-form .street .control .field:nth-child(1) {
        left: 330px;
    }
    #shipping-new-address-form .field:nth-child(4) {
        left: 330px;
    }
    #shipping-new-address-form .field:nth-child(6) {
        left: 330px;
    }
    #shipping-new-address-form .field:nth-child(7) {
        left: 330px;
    }
    #shipping-new-address-form .field:nth-child(8) {
        left: 330px;
    }
    #shipping-new-address-form .field:nth-child(10) {
        left: 330px;
    }
}

@media (min-width:900px) and (max-width:1100px) {
    #shipping-new-address-form input {
        width: 250px!important;
    }
    #shipping-new-address-form select {
        width: 250px!important;
    }
    #shipping-new-address-form .street .label {
        left: 290px;
    }
    #shipping-new-address-form .street .control .field:nth-child(1) {
        left: 290px;
    }
    #shipping-new-address-form .field:nth-child(4) {
        left: 290px;
    }
    #shipping-new-address-form .field:nth-child(6) {
        left: 290px;
    }
    #shipping-new-address-form .field:nth-child(7) {
        left: 290px;
    }
    #shipping-new-address-form .field:nth-child(8) {
        left: 290px;
    }
    #shipping-new-address-form .field:nth-child(10) {
        left: 290px;
    }
}

@media(min-width:768px) and (max-width:900px) {
    .opc-wrapper #shipping-new-address-form {
        padding: 10px;
    }
    .opc-wrapper .form-login {
        padding: 10px;
    }
}

@media(max-width:768px) {
    #shipping-new-address-form .street .control .field:nth-child(2) {
        margin-top: 15px;
    }
}

.form-login #customer-email-fieldset .actions-toolbar .login {
    background: linear-gradient(to right, #285a8c, #009b3c);
    border-radius: 5px;
    border: none;
    color: #fff;
}

.checkout-shipping-address .step-content .new-address-popup .action-show-popup {
    background: linear-gradient(to right, #285a8c, #009b3c);
    border-radius: 5px;
    border: none;
    color: #fff;
}

.checkout-index-index .modal-popup .modal-footer .action-save-address {
    background: linear-gradient(to right, #285a8c, #009b3c);
    border-radius: 5px;
    border: none;
    color: #fff;
}

.opc-wrapper .action-select-shipping-item {
    background: linear-gradient(to right, #285a8c, #009b3c);
    border-radius: 5px;
    border: none;
    color: #fff;
}

.modal-popup .modal-inner-wrap .modal-header.modal-title {
    border-bottom: none;
}

@media (min-width:1024px) {
    .checkout-index-index .modal-popup .modal-inner-wrap {
        width: 825px;
    }
}

.checkout-shipping-method .actions-toolbar .action.primary.button {
    border-radius: 4px;
}


/* for collapsible dropdown of shipping address */

.checkout-shipping-address .lbl-toggle .step-title::after {
    content: ' ';
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out;
    margin-top: 5px;
    float: right;
}

.checkout-shipping-address .toggle:checked+.lbl-toggle .step-title::after {
    transform: rotate(90deg) translateX(-3px);
}

.checkout-shipping-address #collapsible {
    display: none;
}

.checkout-shipping-address .lbl-toggle {
    display: block;
    cursor: pointer;
}

.checkout-shipping-address .collapsible-content {
    display: block;
    transition: max-height .25s ease-in-out;
}

.checkout-shipping-address .toggle:checked+.lbl-toggle+.collapsible-content {
    display: none;
}

.opc-wrapper #opc-shipping_method {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
}

#custom-shipping {
    display: block;
}

.custom-reviews {
    color: black !important;
    font-weight: 500 !important;
    padding: 12px 11px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-top: none;
}

.custom-shipping-policy {
    z-index: 2;
    position: absolute;
    right: 20px;
    margin-top: 10px;
    text-decoration: none;
}

.custom-shipping-policy:hover {
    text-decoration: none;
}


/* css for checkout tabs */

#checkout-step-payment hr {
    display: none;
}

#co-payment-form .no-quotes-block:before {
    content: "2";
    background: #fff;
    border-radius: 90px;
    padding: 1px 6px;
    margin-right: 4px;
    border: 1px solid #ccc;
}

@media(max-width:768px) {
    .payment-group .step-title {
        margin: 0 15px;
        padding-bottom: 10px !important;
    }
    .checkout-shipping-method .step-content .methods-shipping {
        background: none;
        border-bottom: none;
    }
    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address,
    .opc-wrapper .methods-shipping {
        background: none;
        padding-top: 5px;
        padding-bottom: 0px;
        margin: 0px;
    }
    /* .form-login #customer-email-fieldset .input-text {
        width:100%;
    }
    #shipping-new-address-form input {
        width: 100%;
    } */
}

.authentication-wrapper {
    display: none;
}


/*sttic cross button zoom-in button*/

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(0px, 0px, 0) !important;
    -ms-transform: translate3d(0px, 0px, 0) !important;
    -o-transform: translate3d(0px, 0px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -ms-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
}


/* css for review and payment page */

.billing-address-form .field:nth-child(2) {
    display: none;
}

.billing-address-form .street .control .field:nth-child(2) {
    display: block;
}

.billing-address-form .field .control .field:nth-child(2):before {
    content: "Landmark";
    font-size: 13px;
    font-weight: 600;
}

.billing-address-form .field .label span {
    font-size: 13px;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .billing-address-form .street .label {
        position: relative;
        bottom: 81px;
        left: 400px
    }
    .billing-address-form .street .control .field:nth-child(1) {
        position: relative;
        bottom: 83px;
        left: 400px;
    }
    .billing-address-form .street .control .field:nth-child(2) {
        position: relative;
        bottom: 74px;
        display: block;
    }
    .billing-address-form .field .control .field:nth-child(2):before {
        content: "Landmark";
        font-size: 13px;
        font-weight: 600;
    }
    .billing-address-form .field:nth-child(5) {
        position: relative;
        bottom: 74px;
    }
    .billing-address-form .field:nth-child(6) {
        position: relative;
        bottom: 153px;
        left: 400px;
    }
    .billing-address-form .field:nth-child(7) {
        position: relative;
        bottom: 153px;
        left: 400px;
    }
    .billing-address-form .field:nth-child(8) {
        position: relative;
        bottom: 312px;
        left: 400px;
    }
    .billing-address-form .field:nth-child(9) {
        position: relative;
        bottom: 224px;
    }
    .billing-address-form .field:nth-child(10) {
        position: relative;
        bottom: 621px;
        left: 400px;
    }
    .billing-address-form .field:nth-child(11) {
        position: relative;
        bottom: 380px;
        left: 400px;
    }
    .billing-address-form input {
        width: 367px !important;
        border-radius: 4px;
    }
    .billing-address-form select {
        width: 367px !important;
        border-radius: 4px;
        font-size: 13px;
    }
    .billing-address-form {
        height: 367px !important;
        border-radius: 4px;
    }
    .checkout-billing-address .billing-address-details {
        border: solid 1px #ccc;
        width: 400px;
        padding: 15px !important;
    }
    .field.field-select-billing {
        width: 367px;
        font-size: 12px;
    }
    .checkout-billing-address .billing-address-details {
        border: solid 1px #ccc;
        width: 400px;
        padding: 15px !important;
    }
    .field.field-select-billing {
        width: 367px;
        font-size: 12px;
    }
    .checkout-billing-address .action.action-update {
        background: linear-gradient(to right, #009b3c, #285a8c);
        color: #fff;
        padding: 10px 50px;
        border-radius: 4px;
        font-size: 15px;
        border: none;
    }
    .checkout-billing-address .actions-toolbar {
        margin-top: 30px;
        position: relative;
        top: 30px;
        border-top: solid 1px #ccc;
        padding-top: 20px;
        width: 96%;
    }
    .checkout-billing-address .actions-toolbar {
        margin-top: 30px;
        position: relative;
        top: 30px;
        border-top: solid 1px #ccc;
        padding-top: 20px;
        width: 100%;
    }
    .payment-method-content .checkout-agreement.field.choice.required {
        margin: 3px 0;
        position: relative;
        bottom: 40px;
        display: inline-block;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .billing-address-form input {
        width: 350px !important;
        border-radius: 4px;
    }
    .billing-address-form select {
        width: 350px !important;
        border-radius: 4px;
        font-size: 13px;
    }
    .billing-address-form .street .label {
        position: relative;
        bottom: 81px;
        left: 380px
    }
    .billing-address-form .street .control .field:nth-child(1) {
        position: relative;
        bottom: 83px;
        left: 380px;
    }
    .billing-address-form .street .control .field:nth-child(2) {
        position: relative;
        bottom: 74px;
        display: block;
    }
    .billing-address-form .field .control .field:nth-child(2):before {
        content: "Landmark";
        font-size: 13px;
        font-weight: 600;
    }
    .billing-address-form .field:nth-child(5) {
        position: relative;
        bottom: 74px;
    }
    .billing-address-form .field:nth-child(6) {
        position: relative;
        bottom: 153px;
        left: 380px;
    }
    .billing-address-form .field:nth-child(7) {
        position: relative;
        bottom: 153px;
        left: 380px;
    }
    .billing-address-form .field:nth-child(8) {
        position: relative;
        bottom: 312px;
        left: 380px;
    }
    .billing-address-form .field:nth-child(9) {
        position: relative;
        bottom: 224px;
    }
    .billing-address-form .field:nth-child(10) {
        position: relative;
        bottom: 621px;
        left: 380px;
    }
    .billing-address-form .field:nth-child(11) {
        position: relative;
        bottom: 380px;
        left: 380px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .billing-address-form input {
        width: 260px !important;
        border-radius: 4px;
    }
    .payment-method-billing-address .field .message.warning {
        display: none;
    }
    .billing-address-form select {
        width: 260px !important;
        border-radius: 4px;
        font-size: 13px;
    }
    .billing-address-form .street .label {
        position: relative;
        bottom: 81px;
        left: 340px
    }
    .billing-address-form .street .control .field:nth-child(1) {
        position: relative;
        bottom: 83px;
        left: 340px;
    }
    .billing-address-form .street .control .field:nth-child(2) {
        position: relative;
        bottom: 74px;
        display: block;
    }
    .billing-address-form .field .control .field:nth-child(2):before {
        content: "Landmark";
        font-size: 13px;
        font-weight: 600;
    }
    .billing-address-form .field:nth-child(5) {
        position: relative;
        bottom: 74px;
    }
    .billing-address-form .field:nth-child(6) {
        position: relative;
        bottom: 153px;
        left: 340px;
    }
    .billing-address-form .field:nth-child(7) {
        position: relative;
        bottom: 153px;
        left: 340px;
    }
    .billing-address-form .field:nth-child(8) {
        position: relative;
        bottom: 312px;
        left: 340px;
    }
    .billing-address-form .field:nth-child(9) {
        position: relative;
        bottom: 224px;
    }
    .billing-address-form .field:nth-child(10) {
        position: relative;
        bottom: 621px;
        left: 340px;
    }
    .billing-address-form .field:nth-child(11) {
        position: relative;
        bottom: 380px;
        left: 340px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .payment-method-content .checkout-agreement.field.choice.required {
        margin: 3px 0;
        position: relative;
        bottom: 70px;
        display: inline-block;
    }
}

@media (max-width:1023px) {
    .billing-address-form .abs-field-tooltip input,
    .field .control._with-tooltip input {
        width: 100% !important;
    }
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    border: 1px solid #ccc;
}

.payment-group .step-title {
    background: linear-gradient(to right, #285a8c, #009b3c);
    padding: 12px;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px;
}

.payment-group .step-title:before {
    content: "2";
    background: #fff;
    color: #009b3c;
    height: 10px !important;
    border-radius: 90px;
    padding: 1px 6px;
    margin-right: 7px;
}

.payment-method-content {
    margin-top: 20px;
}

.billing-address-same-as-shipping-block.field.choice label {
    font-size: 14px !important;
    font-weight: 500;
}

.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
    accent-color: #009b3c;
    box-shadow: none;
    width: 20px;
    height: 20px;
}

.billing-address-details {
    font-size: 13px;
}

.checkout-billing-address .action.action-update {
    background: linear-gradient(to left, #009b3c, #285a8c);
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    border: none;
}

.checkout-billing-address .action.action-cancel {
    display: none;
}

.b-i-f-haeding {
    font-weight: 500;
    margin-bottom: 20px;
}

#checkout-payment-method-load {
    border: solid 1px #ccc;
    border-top: none;
    border-bottom: none;
}

.payment-method .payment-method-title.field.choice {
    margin: 0 20px;
    /* border-bottom: solid 1px #ccc;
    border-top: none; */
}

.firstname-txt,
.lastname-txt {
    color: #009b3c;
    font-weight: 600;
}

.checkout-agreements-block input[type="checkbox"] {
    accent-color: #009b3c;
    box-shadow: none;
    width: 20px;
    height: 20px;
}

.checkout-agreement.field.choice.required {
    margin: 3px 0;
}

.checkout-agreement.field.choice.required button.action.action-show {
    color: #333;
}

.checkout-payment-method .action.primary.checkout {
    background: linear-gradient(to left, #009b3c, #285a8c);
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    border: none;
    padding: 10px 25px !important;
}

.field-tooltip .field-tooltip-action:before {
    display: none;
}

.payment-method-content .billing-address-form .field-error {
    display: none;
}

.payment-method-content .checkout-agreement.field.choice.required .label {
    padding-top: 4px;
}

.checkout-billing-address .billing-address-same-as-shipping-block.field.choice {
    margin-bottom: 30px;
}

.payment-method._active .payment-method-title.field.choice input[type="radio"],
input[type="radio"]:focus {
    accent-color: #333;
    box-shadow: none;
}

.payment-method-billing-address .billing-address-details {
    margin-bottom: 80px;
}

#checkout-payment-method-load .payment-method-content .actions-toolbar {
    border-top: solid 1px #ccc;
    padding-top: 20px;
}

.payment-method._active .payment-method-billing-address .checkout-billing-address .billing-address-details a {
    text-decoration: none !important;
    color: #333;
}

.checkout-payment-method .payment-method-content {
    padding: 20px;
}

.billing-address-same-as-shipping-block.field.choice label {
    padding-top: 5px;
}

.payment-method-billing-address .action.action-edit-address {
    background: linear-gradient(to left, #009b3c, #285a8c);
    color: #fff;
    display: block;
}


/* chaitanya css for beam effect for onsale */

.dot-ring {
    font-weight: 600;
    font-size: 48px;
    position: absolute;
    /* left:2px; */
    /* bottom:-26px; */
    margin-left: -17px;
    margin-top: -39px;
}

.dot {
    border: 6px solid #f00f2f;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    height: 35px;
    width: 35px;
    position: absolute;
    top: -6px;
    /* left: -5px; */
    margin-left: -28px;
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.cart-container #block-shipping {
    display: none;
}


/*modalpopup for delete icon*/

.classModal .modal-inner-wrap {
    width: 39% !important;
}


/*cart icon changes*/

.minicart-items-wrapper .details-qty.qty {
    margin-bottom: 15px;
}

span.counter.qty {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.pagebuilder-slider-home {
    height: 350px;
}


/* css for logged in users shipping address */

.checkout-shipping-address {
    counter-reset: section;
}

.address-text::after {
    counter-increment: section;
    content: " Address: " counter(section) " ";
    font-size: 13px;
}

.address-items {
    border: 2px solid transparent;
    font-size: 14px;
    transition: .3s border-color;
    width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}

@media(max-width: 639px) {
    .address-items {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .address-items {
        width: 33.33333333%;
    }
}

.opc-wrapper .shipping-address-item {
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: .3s border-color;
    width: auto !important;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}

@media(max-width: 768px) {
    .opc-wrapper .shipping-address-item {
        width: 100% !important;
    }
}

@media (min-width: 1024px) {
    .opc-wrapper .shipping-address-item {
        width: auto !important;
    }
    .opc-wrapper .shipping-address-item:before {
        background: none;
    }
}

@media(max-width:768px) {
    .opc-wrapper .shipping-address-item.selected-item {
        border-color: #009B3C;
        border-radius: 5px;
        /* margin-right: 10px; */
    }
    .opc-wrapper .shipping-address-item.selected-item:after {
        background: #009B3C;
    }
    .shipping-address-items .not-selected-item {
        border: 1px solid #ccc !important;
        border-radius: 5px;
        margin-right: 0px;
    }
    .opc-wrapper .action-select-shipping-item {
        background: #285a8c;
        /*  */
        border: none;
        color: #fff;
    }
}

@media(min-width:768px) {
    .address-items {
        padding: 20px;
    }
    .opc-wrapper .shipping-address-item.selected-item {
        border-color: #009B3C;
        border-radius: 5px;
    }
    .opc-wrapper .shipping-address-item.selected-item:after {
        background: #009B3C;
    }
    .shipping-address-items .not-selected-item {
        border: 1px solid #ccc !important;
        border-radius: 5px;
        margin-right: 0px;
    }
    .opc-wrapper .shipping-address-items {
        font-size: 0;
    }
    .checkout-shipping-address .step-content .new-address-popup .action-show-popup {
        margin-left: 21px;
    }
    .opc-wrapper .action-select-shipping-item {
        background: #285a8c;
        border-radius: 25px;
        border: none;
        color: #fff;
    }
    .opc-wrapper .shipping-address-item {
        line-height: 20px;
    }
}

.first-text,
.last-text {
    color: #009b3c;
    font-weight: 600;
}

.spot-ring {
    font-weight: 600;
    font-size: 48px;
    position: absolute;
    /* left:2px; */
    /* bottom:-26px; */
    margin-left: -17px;
    margin-top: -39px;
    color: #009B3C;
}

.spot {
    border: 6px solid #009B3C;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    height: 35px;
    width: 35px;
    position: absolute;
    top: -6px;
    /* left: -5px; */
    margin-left: -28px;
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

.stockcss {
    color: #009B3C !important;
    font-size: 15px !important;
    margin-left: 5px;
}

span.price:first-letter {
    color: #009b3c !important;
}

.minicart-price .price {
    color: #285a8c !important;
}

.price-container .price-wrapper span {
    display: inline-block;
}

.amount .price-wrapper span.price {
    color: #285a8c !important;
}

.cart-price span.price {
    color: #285a8c !important;
}

.cart-price span.price {
    display: inline-block;
}

.amount .price {
    color: #285a8c !important;
}

.amount .price {
    display: inline-block;
}

.products-grid .special-price .price:first-letter {
    color: green !important;
}

.products-grid .special-price .price {
    display: block;
}

.products-grid .old-price .price {
    color: #285a8c;
}

#review-form div a:nth-child(2) {
    margin-left: -18px !important;
}

.products-list .product-items .product-item .product-item-info .product-item-details .price-box .special-price .price-container .salepercent {
    display: none;
}

.product.actions.product-item-actions .actions-primary button.action.tocart.primary {
    background: #F4F4F4;
    border-color: #c5c5c5;
    color: #000000;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.product.actions.product-item-actions .actions-primary button.action.tocart.primary:hover {
    background: #43B64A;
    border-color: #38972F;
    color: #fff;
}

.products-grid button.action.tocart {
    width: 100% !important
}

.product.actions.product-item-actions .actions-primary {
    width: 100% !important;
    /* padding-left: 35px; */
}


/*css for reviews nd rtings for guest users*/

#review-form {
    background: #fff;
    color: #285a8c;
    font-size: 14px;
}

#review-form a {
    margin-left: 5px;
    color: #285a8c;
    border: 1px solid #285a8c;
    border-radius: 13px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 4px;
    padding-bottom: 5px;
    text-decoration: none;
}

#review-form div a:nth-child(2) {
    background: #fff;
    background-color: #009b3c;
    border: 1px solid #009b3c;
    margin-left: 1px;
    color: #fff;
}

@media (min-width: 640px) {
    .abs-visually-hidden-desktop-s,
    .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
        clip: auto !important;
        margin-right: 0px;
        width: auto !important;
        height: auto !important;
    }
}

.product.details.product-item-details .product-item-inner {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0px 6px 0px 6px !important;
    border-radius: 6px !important;
    border: none !important;
}


/* css for cross sells design */

#block-crosssell-heading {
    color: #285a8c;
    font-weight: bold;
    font-size: 20px;
}

.products-grid.products-crosssell .slick-list.draggable {
    padding: 30px 0 0 60px;
}

.products-crosssell .slick-list.draggable .product.product-item {
    width: 239px !important;
}

.products-crosssell .product-item-info {
    width: 200px !important;
    height: 500px;
}

.products-crosssell button.slick-prev.slick-arrow {
    background: none;
    position: absolute;
    width: 40px;
}

.products-crosssell button.slick-next.slick-arrow {
    background: none;
    position: absolute;
    right: 0px;
    width: 40px;
}

@media (min-width:1300px) {
    .products-crosssell .slick-list.draggable .product.product-item {
        width: 295px !important;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .products-crosssell .slick-list.draggable .product.product-item {
        width: 280px !important;
    }
}

@media (min-width:1150px) and (max-width:1200px) {
    .products-crosssell .slick-list.draggable .product.product-item {
        width: 260px !important;
    }
}

@media (min-width:1100px) and (max-width:1150px) {
    .products-crosssell .slick-list.draggable .product.product-item {
        width: 360px !important;
    }
    .products-grid.products-crosssell .slick-list.draggable {
        padding: 30px 0 0 105px;
    }
    .products-crosssell .product-item-info {
        width: 230px !important;
        height: 520px;
    }
}

@media (min-width:990px) and (max-width:1100px) {
    .products-crosssell .slick-list.draggable .product.product-item {
        width: 360px !important;
    }
}

@media (min-width:820px) and (max-width:990px) {
    .products-crosssell .slick-list.draggable .product.product-item {
        width: 260px !important;
    }
}

@media (min-width:768px) and (max-width:820px) {
    .products-crosssell .slick-list.draggable .product.product-item {
        width: 240px !important;
    }
    .products-crosssell button.slick-next.slick-arrow {
        right: -15px;
    }
}

@media (min-width:640px) and (max-width:760px) {
    .products-crosssell .slick-list.draggable .product.product-item {
        width: 270px !important;
    }
}

@media (max-width: 640px) {
    .products-crosssell button.action.tocart {
        margin-top: 20px !important;
    }
}

@media(min-width:360px) and (max-width:365px) {
    .products-grid.products-crosssell .slick-list.draggable {
        margin: 20px 40px 10px 15px;
        padding-left: 5px;
        padding-bottom: 20px;
    }
    .products-crosssell .slick-list.draggable .product.product-item {
        width: 255px !important;
        margin: 0px;
    }
    .products-crosssell .product-item-info {
        height: 490px;
    }
    .products-crosssell button.slick-next.slick-arrow {
        right: 55px;
    }
    .products-crosssell button.slick-prev.slick-arrow {
        left: -10px;
    }
}

@media(min-width:375px) and (max-width:380px) {
    .products-grid.products-crosssell .slick-list.draggable {
        margin: 20px 40px 10px 31px;
        padding-left: 25px;
        padding-bottom: 20px;
    }
    .products-crosssell .slick-list.draggable .product.product-item {
        width: 220px !important;
    }
    .products-crosssell button.slick-next.slick-arrow {
        right: 30px;
    }
}

@media(min-width:390px) and (max-width:399px) {
    .products-grid.products-crosssell .slick-list.draggable {
        margin: 20px 40px 10px 47px;
        padding-left: 5px;
        padding-bottom: 20px;
    }
    .products-crosssell button.slick-next.slick-arrow {
        right: 50px;
    }
    .products-crosssell button.slick-prev.slick-arrow {
        left: 20px;
    }
}

@media(min-width:412px) and (max-width:419px) {
    .products-grid.products-crosssell .slick-list.draggable {
        margin: 20px 40px 10px 68px;
        padding-left: 5px;
        padding-bottom: 20px;
    }
    .products-crosssell button.slick-next.slick-arrow {
        right: 15px;
    }
}


/* css for cross sells design */

@media(min-width:768px) {
    .search-col {
        z-index: 599 !important;
    }
}

@media(max-width:767px) {
    .search-col {
        transform: translateX(40px);
        margin-top: 3px;
    }
    img#cart_icon {
        height: 32px;
    }
}

.block.crosssell,
.block.related .slick-prev,
.slick-next {
    z-index: 8 !important;
}

.payment-method-billing-address .field .message.warning {
    display: none;
}

.breadcrumbs .items>li {
    font-size: 14px;
}

.breadcrumbs .item:not(:last-child):after {
    line-height: 21px
}

.category-cms,
.category-image,
.category-description {
    margin-bottom: 5px;
}

.category-image .image {
    width: 100%;
}

.cart-button-for-pdp .action.tocart {
    border: none !important;
    width: 120px !important;
    padding: 10px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
}


/*code to hide discount percent in plp product tiles*/

.product-item-details .price-box .old-price .demo,
.product-item-details .price-box .old-price .salepercent {
    display: none !important;
}

.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .special-price .price-container .demo {
    display: none;
}

.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .special-price .price-container .salepercent {
    display: none;
}

.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .special-price .price-container .non-salepercent {
    display: none;
}

.products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-container .non-salepercent {
    display: none;
}


/*code to hide discount percent in home pge product tiles*/

.slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details .price-box .old-price .price-container .demo {
    display: none
}

.slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details .price-box .old-price .price-container .salepercent {
    display: none
}

.slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details .price-box .special-price .price-container .demo {
    display: none
}

.slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details .price-box .special-price .price-container .salepercent {
    display: none
}

.slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details .price-box .special-price .price-container .non-salepercent {
    display: none
}

.slick-list .slick-track .slick-slide .product-item .product-item-info .product-item-details .price-box .old-price .price-container .non-salepercent {
    display: none
}


/*responsive css for pdp you save*/

.product-info-main .product-info-stock-sku {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

@media screen and (max-width: 820px) and (min-width: 768px) {
    .product-info-main .product-info-stock-sku {
        display: inline-block;
        float: right;
        padding-bottom: 10px;
        padding-left: 10%;
        text-align: right;
        vertical-align: top;
        position: absolute;
        white-space: nowrap;
        left: 91%;
    }
}

@media screen and (max-width: 280px) and (min-width: 279px) {
    .product-info-main .product-info-stock-sku {
        display: inline-block;
        float: right;
        padding-bottom: 10px;
        padding-left: 10%;
        text-align: right;
        vertical-align: top;
        position: absolute;
        white-space: nowrap;
        left: 77%;
        top: 66%;
    }
}

@media screen and (max-width: 361px) and (min-width: 359px) {
    .product-info-main .product-info-stock-sku {
        display: inline-block;
        float: right;
        padding-bottom: 10px;
        padding-left: 10%;
        text-align: right;
        vertical-align: top;
        position: absolute;
        white-space: nowrap;
    }
}

@media screen and (max-width: 913px) and (min-width: 911px) {
    .product-info-main .product-info-stock-sku {
        display: inline-block;
        float: right;
        padding-bottom: 10px;
        padding-left: 10%;
        text-align: right;
        vertical-align: top;
        position: absolute;
        white-space: nowrap;
    }
}

@media screen and (max-width: 376px) and (min-width: 374px) {
    .product-info-main .product-info-stock-sku {
        display: inline-block;
        float: right;
        padding-bottom: 10px;
        padding-left: 10%;
        text-align: right;
        vertical-align: top;
        position: absolute;
        white-space: nowrap;
    }
}

@media screen and (max-width: 769px) and (min-width: 767px) {
    .salepercent {
        background: #f00f2f;
        color: #FFF;
        padding: 3px 8px !important;
        border-radius: 8px !important;
        font-size: 15px;
        font-weight: bold;
    }
}


/*code to hide/show discount percent in pdp*/

.product-info-price .special-price .demo,
.product-info-price .special-price .salepercent {
    display: none !important;
}

.product-info-price .special-price .non-salepercent {
    display: none !important;
}

.product-info-price .old-price .demo,
.product-info-price .old-price .salepercent {
    font-size: 12px !important
}


/* body::-webkit-scrollbar {
    width: 10px !important;
}

body::-webkit-scrollbar-track {
    background: #CCC;
}

body::-webkit-scrollbar-thumb {
    background: #009b3c !important;
} */


/* Handle on hover */


/* body::-webkit-scrollbar-thumb:hover {
    background: #285a8c !important;
}

.minicart-items-wrapper::-webkit-scrollbar {
    width: 10px !important;
}

.minicart-items-wrapper::-webkit-scrollbar-track {
    background: #CCC;
}

.minicart-items-wrapper::-webkit-scrollbar-thumb {
    background: #009b3c !important;
} */


/* Handle on hover */


/* .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
    background: #285a8c !important;
} */

.checkout-agreements-block .field {
    width: 65%;
}

.payment-method-billing-address .billing-address-details .lastname-txt {
    display: none;
}

.address-items .last-text {
    display: none;
}

.satisfy {
    height: 100px;
}

.safe-secure {
    font-size: 20px;
    color: #009B3C;
}

.security {
    margin: 0 0 -36px 0px;
    block-size: 0px;
}

.trust-badges {
    display: flex;
    flex-direction: row;
    padding-top: 14px;
}

@media(max-width:380px) {
    .satisfy {
        height: 85px;
    }
}

@media(min-width:768px) {
    .trust-badges {
        justify-content: space-between;
    }
}

@media(max-width:768px) {
    .trust-badges {
        justify-content: space-around;
    }
    .security-m {
        padding-left: 16px;
    }
}

@media (min-width: 640px) {
    .products-grid .product-item-actions {
        margin: 0px !important;
    }
}


/* checkout header strips */

.checkout-line {
    background: linear-gradient(to right, #285a8c, #009b3c);
    padding: 4px 0px;
    top: -4px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}

.checkout-header {
    display: block;
    height: 90px;
    margin-bottom: 1%;
}

@media(min-width:768px) {
    .checkout-header {
        border-bottom: 2px solid #ccc;
    }
}

@media(max-width:767px) {
    .checkout-header {
        height: 100px;
        border-bottom: none;
    }
}

.back-to-cart,
.back-to-cart:hover,
.back-to-cart:active {
    border-radius: 12px;
    border: 2px solid #285a8c;
    font-weight: bold;
    color: #285a8c;
    padding: 4px;
    background: none;
    font-size: 10px;
}

.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    background: linear-gradient(to right, #285a8c, #009b3c) !important;
    color: #FFF !important;
}

.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
    background: linear-gradient(to right, #285a8c, #009b3c) !important;
    color: #FFF !important;
}

.payment-option._collapsible.opc-payment-additional.discount-code {
    border: 1px solid #ccc !important;
    border-top: none !important;
}

#block-discount-heading {
    font-size: 16px !important;
}

form#discount-form button.action.action-apply {
    background: linear-gradient(to right, #285a8c, #009b3c) !important;
    color: #fff !important;
    border: none;
    padding: 8px;
}

.payment-option-title.field.choice {
    border-top: none;
}


/*placeholder css for gst field*/

input#WJBYUCW ::placeholder {
    color: #ccc !important;
}


/*responsive code for gst field above terms andconditions*/

.checkout-payment-method .checkout-billing-address .billing-address-details {
    margin-top: 27px !important;
}

#checkout-payment-method-load .payment-method-content .actions-toolbar {
    border-top: solid 0px #ccc !important;
}

.checkout-agreements-block .field {
    margin-top: -174px;
}

.checkout-agreements-block .checkout-agreement.field {
    margin-top: 49px !important;
}

.payment-method-content .checkout-agreements-block div:nth-child(2) {
    position: relative !important;
    width: 72.4%;
    top: 0px !important;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    margin-top: 26px !important;
}

@media only screen and (max-width: 769px) and (min-width: 767px) {
    .checkout-payment-method .checkout-billing-address .billing-address-details {
        margin-top: 27px !important;
    }
    #checkout-payment-method-load .payment-method-content .actions-toolbar {
        border-top: solid 0px #ccc !important;
    }
    .checkout-agreements-block .field {
        margin-top: -217px !important;
    }
    .checkout-agreements-block .checkout-agreement.field {
        margin-top: 60px !important;
    }
    .payment-method-content .checkout-agreements-block div:nth-child(2) {
        position: relative !important;
        top: 0px !important;
    }
    .checkout-payment-method .checkout-billing-address .billing-address-details {
        margin-top: 26px !important;
    }
}

@media only screen and (max-width: 912px) and (min-width: 360px) {
    .checkout-payment-method .checkout-billing-address .billing-address-details {
        margin-top: 27px !important;
    }
    #checkout-payment-method-load .payment-method-content .actions-toolbar {
        border-top: solid 0px #ccc !important;
    }
    .checkout-agreements-block .field {
        margin-top: -132px;
    }
    .checkout-agreements-block .checkout-agreement.field {
        margin-top: 60px !important;
    }
    #checkout-payment-method-load .payment-method-content .actions-toolbar {
        margin-top: 32px;
    }
    .payment-method-content .checkout-agreements-block div:nth-child(2) {
        position: relative !important;
        top: 0px !important;
    }
    .checkout-payment-method .checkout-billing-address .billing-address-details {
        margin-top: 22px !important;
    }
}

@media only screen and (max-width: 912px) and (min-width: 818px) {
    .checkout-payment-method .checkout-billing-address .billing-address-details {
        margin-top: 27px !important;
    }
    #checkout-payment-method-load .payment-method-content .actions-toolbar {
        border-top: solid 0px #ccc !important;
    }
    .checkout-agreements-block .field {
        margin-top: -198.5px !important;
    }
    .checkout-agreements-block .checkout-agreement.field {
        margin-top: 66px !important;
    }
    #checkout-payment-method-load .payment-method-content .actions-toolbar {
        margin-top: 34px;
    }
    .payment-method-content .checkout-agreements-block div:nth-child(2) {
        position: relative !important;
        top: 0px !important;
    }
    .checkout-payment-method .checkout-billing-address .billing-address-details {
        margin-top: 11px !important;
    }
}

@media only screen and (max-width: 355px) {
    .checkout-agreements-block .field {
        margin-top: -150px !important;
    }
    #checkout-payment-method-load .payment-method-content .actions-toolbar {
        border-top: solid 0px #ccc !important;
    }
    #checkout-payment-method-load .payment-method-content .actions-toolbar {
        margin-top: 41px !important;
    }
    .payment-method-content .checkout-agreements-block div:nth-child(2) {
        position: relative !important;
        top: 0px !important;
    }
    .checkout-agreements-block .checkout-agreement.field {
        margin-top: 66px !important;
    }
    .checkout-payment-method .checkout-billing-address .billing-address-details {
        margin-top: 28px !important;
    }
}

@media only screen and (max-width:768px) {
    .payment-method-content .checkout-agreements-block div:nth-child(2) {
        position: relative !important;
        width: 100% !important;
        top: 0px !important;
    }
}

@media only screen and (min-width:769px) {
    .payment-method-content .checkout-agreements-block div:nth-child(2) {
        position: relative !important;
        width: 72.5% !important;
        top: 0px !important;
    }
}

@media only screen and (max-width: 817px) and (min-width: 770px) {
    .checkout-agreements-block .field {
        margin-top: -210px !important;
    }
}


/* collapsible dropdown for payments tab*/

.checkout-payment-method .lbl-toggle2 .step-title::after {
    content: ' ';
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out;
    margin-top: 5px;
    float: right;
}

.checkout-payment-method .toggle2:checked+.lbl-toggle2 .step-title::after {
    transform: rotate(90deg) translateX(-3px);
}

.checkout-payment-method #collapsible2 {
    display: none;
}

.checkout-payment-method .lbl-toggle2 {
    display: block;
    cursor: pointer;
}

.checkout-payment-method .collapsible-content2 {
    display: block;
    transition: max-height .25s ease-in-out;
}

.checkout-payment-method .toggle2:checked+.lbl-toggle2+.collapsible-content2 {
    display: none;
}


/* css for pincode error for logged-in user */

.logged-in-pincode-error {
    font-size: 12px;
    text-align: right !important;
    padding: 14px 8px 0px 0px;
}


/* newsletter in checkout page*/

#shipping #newsletter-subscribe {
    width: auto;
}


/*bug fix for search items */

.search .block {
    display: none;
}


/*css for placeholder gst field*/

.checkout-agreements-block .field input::placeholder {
    color: #ccc;
}

#shipping #newsletter-subscribe[type="checkbox"] {
    accent-color: #009b3c;
    box-shadow: none;
}

.cart-summary {
    padding: 10px 10px 10px 10px !important;
    margin-top: 60px !important;
    border: 1px solid #ccc !important;
}


/* css for buy now buttom */

.buy-now-btn {
    width: 120px;
    border-radius: 6px;
    background: #285a8c !important;
    border: none !important;
    line-height: 27px;
}

.buynow-button {
    margin-left: 10px;
    margin-right: 15px;
}

@media(min-width:768px) and (max-width:992px) {
    .buynow-button {
        margin: 0;
    }
    .action.primary.buy-now-btn {
        padding: 5px !important;
        width: 100px;
        font-size: 12px !important;
    }
    .action.primary.tocart.pdp-cart-button {
        padding: 5px !important;
        width: 100px !important;
        margin-right: 8px;
        font-size: 12px !important;
    }
    .download-manual {
        margin-left: 10px !important;
    }
    .action.download-manual span {
        display: none;
    }
    .social-share span {
        display: none;
    }
    .social-share {
        border: none !important;
        margin-left: 10px !important;
    }
    .social-share i {
        position: relative !important;
    }
    .download-manual i {
        padding: 0 !important;
        position: relative !important;
    }
    .bi-share-fill::before {
        font-size: 25px;
    }
    .bi-download::before {
        font-size: 25px;
    }
    .social-share i {
        position: relative !important;
        margin-left: 0 !important;
    }
    .download-manual i {
        position: relative !important;
        margin-left: 0 !important;
    }
}

@media(min-width:992px) and (max-width:1100px) {
    .action.download-manual span {
        display: none;
    }
    .download-manual {
        margin-left: 10px !important;
    }
    .bi-share-fill::before {
        font-size: 30px;
    }
    .bi-download::before {
        font-size: 30px;
    }
    .social-share span {
        display: none;
    }
    .social-share {
        border: none !important;
    }
    .social-share i {
        position: relative !important;
        margin-left: 0 !important;
    }
    .download-manual i {
        position: relative !important;
        margin-left: 0 !important;
    }
}

@media(min-width:360px) and (max-width:414px) {
    .action.download-manual span {
        display: none;
    }
    .social-share {
        margin-left: -5px !important;
    }
    .download-manual {
        margin-left: 5px !important;
    }
    .bi-share-fill::before {
        font-size: 25px;
    }
    .bi-download::before {
        font-size: 28px;
    }
    .social-share span {
        display: none;
    }
    .social-share {
        border: none !important;
    }
    .social-share i {
        position: relative !important;
        margin-left: 0 !important;
    }
    .download-manual i {
        position: relative !important;
        margin-left: 0 !important;
    }
}

@media(min-width:414px) and (max-width:420px) {
    .action.download-manual span {
        display: none;
    }
    .social-share {
        margin-left: 0px !important;
    }
    .download-manual {
        margin-left: 10px !important;
    }
    .bi-share-fill::before {
        font-size: 30px;
    }
    .bi-download::before {
        font-size: 35px;
    }
    .social-share span {
        display: none;
    }
    .social-share {
        border: none !important;
    }
    .social-share i {
        position: relative !important;
        margin-left: 10px !important;
    }
    .download-manual i {
        position: relative !important;
        margin-left: 0 !important;
    }
}

@media(min-width:1200px) {
    .best-price-img {
        width: 100px !important;
    }
    .express-img {
        width: 100px;
    }
    .partner-img {
        width: 220px
    }
}

@media(min-width:1024px) {
    .form-login #customer-email-fieldset .input-text {
        border-radius: 5px;
        width: calc(100% - 36px);
    }
}

.form-login #customer-email-fieldset .input-text {
    border-radius: 5px;
}


/* .field label{
    display:none !important;
} */

.products-list .product-items .product-item .product-item-info .product-item-details .price-box .special-price .price-container .non-salepercent {
    display: none;
}

.products-list .product-items .product-item .product-item-info .product-item-details .price-box .special-price .price-container .demo {
    display: none;
}

.products-list .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-container .non-salepercent {
    display: none;
}

.custom-cart-summary {
    border: none !important;
}


/* collapsible shippping tab on successful click */

@media(max-width:768px) {
    .checkout-heading-desktop {
        display: none;
    }
}

@media(min-width:768px) {
    .checkout-heading-mobile {
        display: none;
    }
    .opc-progress-bar li:last-child {
        display: none;
    }
    .opc-progress-bar-item._complete {
        border: 1px solid #ccc;
        padding: 12px;
    }
    .opc-progress-bar-item._active {
        color: #fff;
        background: linear-gradient(to right, #285a8c, #009b3c);
        padding: 12px;
    }
    .opc-progress-bar-item._active {
        display: none;
    }
    .opc-progress-bar-item._active:before {
        display: none;
    }
    .opc-progress-bar-item:before {
        display: none;
    }
    .opc-progress-bar-item>span:before {
        display: none;
    }
    .opc-progress-bar-item>span:after {
        position: initial;
        content: ' ' !important;
        margin-top: 5px;
        float: right;
        position: auto;
        font-family: auto !important;
    }
    .opc-progress-bar-item>span:after {
        border-radius: 10% 0 10% 10%;
        transform: translateY(-2px);
        transition: transform .2s ease-out;
        margin-top: 5px;
        height: auto;
        width: auto;
        border: none;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid currentColor;
        background: none;
        float: right;
        vertical-align: middle;
        margin-right: 0.7rem;
        transform: rotate(90deg) translateX(-3px);
    }
    .opc-progress-bar-item._active>span:after {
        border-color: #fff;
    }
    .opc-progress-bar-item>span {
        padding-top: 0px;
        color: #fff;
    }
    .opc-progress-bar-item._complete>span {
        color: #009b3c;
        font-weight: 600;
        font-size: 14px;
    }
    .opc-progress-bar-item._active>span {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
    }
    .collapsed-shipping-tab:first-letter {
        background: #fff;
        border-radius: 100px;
        padding: 1px 6px;
        margin-right: 4px;
        font-size: 14px;
        border: 1px solid #ccc;
    }
    .opc-progress-bar-item {
        text-align: inherit;
        padding: 7px;
        cursor: pointer;
    }
    .opc-progress-bar {
        margin: 0px;
    }
}

@media(min-width:768px) and (max-width:800px) {
    .opc-progress-bar-item {
        width: 63%;
    }
}

@media(min-width:800px) and (max-width:850px) {
    .opc-progress-bar-item {
        width: 62.6%;
    }
}

@media(min-width:850px) and (max-width:950px) {
    .opc-progress-bar-item {
        width: 63.2%;
    }
}

@media(min-width:950px) and (max-width:1050px) {
    .opc-progress-bar-item {
        width: 63.4%;
    }
}

@media(min-width:1050px) and (max-width:1150px) {
    .opc-progress-bar-item {
        width: 63.6%;
    }
}

@media(min-width:1150px) and (max-width:1300px) {
    .opc-progress-bar-item {
        width: 64.2%;
    }
}

@media(min-width:1300px) {
    .opc-progress-bar-item {
        width: 64.2%;
    }
}


/* end of the code */

.product-item-actions .actions-primary>.stock.unavailable {
    padding-left: 35px;
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    margin-top: -8px;
    height: 35px;
}

.customer-welcome .action.switch>span {
    position: unset !important;
}

.customer-welcome .action.switch:after {
    display: none !important;
}

li.greet.welcome {
    padding-top: 10px
}

@media (min-width: 768px) {
    .create-acc-text.social-login-btn {
        display: none !important;
    }
    span.sign-text {
        display: none;
    }
}

@media (max-width: 767px) {
    img.sign-profile-icon {
        display: none;
    }
}

.products-list .price-container .price-wrapper .price {
    color: #285a8c;
    display: block;
}


/* css for total savings shopping cart */

.custom-total-savings {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
}

@media(min-width:768px) {
    .custom-total-savings {
        margin-top: -18px;
    }
}

@media(max-width:768px) {
    .custom-total-savings {
        padding: 14px;
        margin-top: -28px;
    }
}


/* css for total savings checkout */

.custom-total-savings-checkout {
    font-size: 13px;
}

@media(min-width:768px) {
    .checkout-container .opc-block-summary .items-in-cart>.title {
        padding: 10px 40px 10px 3px;
    }
}

@media(min-width:1280px) {
    .custom-total-savings-checkout {
        position: relative;
        left: 882px;
        top: 164px;
        z-index: 2;
        font-size: 13px;
        display: inline;
    }
}

@media(min-width:1274px) and (max-width:1280px) {
    .custom-total-savings-checkout {
        left: 876px;
        top: 164px;
    }
}

@media(min-width:1268px) and (max-width:1274px) {
    .custom-total-savings-checkout {
        left: 876px;
        top: 164px;
    }
}

@media(min-width:1260px) and (max-width:1268px) {
    .custom-total-savings-checkout {
        left: 872px;
        top: 164px;
    }
}

@media(min-width:1254px) and (max-width:1260px) {
    .custom-total-savings-checkout {
        left: 868px;
        top: 164px;
    }
}

@media(min-width:1250px) and (max-width:1256px) {
    .custom-total-savings-checkout {
        left: 864px;
        top: 164px;
    }
}

@media(min-width:1244px) and (max-width:1250px) {
    .custom-total-savings-checkout {
        left: 858px;
        top: 164px;
    }
}

@media(min-width:1238px) and (max-width:1244px) {
    .custom-total-savings-checkout {
        left: 856px;
        top: 164px;
    }
}

@media(min-width:1232px) and (max-width:1238px) {
    .custom-total-savings-checkout {
        left: 852px;
        top: 164px;
    }
}

@media(min-width:1226px) and (max-width:1232px) {
    .custom-total-savings-checkout {
        left: 848px;
        top: 164px;
    }
}

@media(min-width:1223px) and (max-width:1226px) {
    .custom-total-savings-checkout {
        left: 845px;
        top: 164px;
    }
}

@media(min-width:1217px) and (max-width:1223px) {
    .custom-total-savings-checkout {
        left: 842px;
        top: 164px;
    }
}

@media(min-width:1210px) and (max-width:1217px) {
    .custom-total-savings-checkout {
        left: 838px;
        top: 164px;
    }
}

@media(min-width:1207px) and (max-width:1213px) {
    .custom-total-savings-checkout {
        left: 835px;
        top: 164px;
    }
}

@media(min-width:1199px) and (max-width:1207px) {
    .custom-total-savings-checkout {
        left: 831px;
        top: 164px;
    }
}

@media(min-width:1195px) and (max-width:1200px) {
    .custom-total-savings-checkout {
        left: 827px;
        top: 170px;
    }
}

@media(min-width:1190px) and (max-width:1195px) {
    .custom-total-savings-checkout {
        left: 823px;
        top: 170px;
    }
}

@media(min-width:1184px) and (max-width:1190px) {
    .custom-total-savings-checkout {
        left: 820px;
        top: 170px;
    }
}

@media(min-width:1180px) and (max-width:1184px) {
    .custom-total-savings-checkout {
        left: 817px;
        top: 170px;
    }
}

@media(min-width:1174px) and (max-width:1180px) {
    .custom-total-savings-checkout {
        left: 813px;
        top: 170px;
    }
}

@media(min-width:1168px) and (max-width:1174px) {
    .custom-total-savings-checkout {
        left: 810px;
        top: 170px;
    }
}

@media(min-width:1164px) and (max-width:1168px) {
    .custom-total-savings-checkout {
        left: 806px;
        top: 170px;
    }
}

@media(min-width:1160px) and (max-width:1164px) {
    .custom-total-savings-checkout {
        left: 800px;
        top: 170px;
    }
}

@media(min-width:1156px) and (max-width:1160px) {
    .custom-total-savings-checkout {
        left: 800px;
        top: 170px;
    }
}

@media(min-width:1148px) and (max-width:1156px) {
    .custom-total-savings-checkout {
        left: 796px;
        top: 170px;
    }
}

@media(min-width:1140px) and (max-width:1148px) {
    .custom-total-savings-checkout {
        left: 792px;
        top: 170px;
    }
}

@media(min-width:1133px) and (max-width:1140px) {
    .custom-total-savings-checkout {
        left: 786px;
        top: 170px;
    }
}

@media(min-width:1124px) and (max-width:1133px) {
    .custom-total-savings-checkout {
        left: 781px;
        top: 170px;
    }
}

@media(min-width:1116px) and (max-width:1124px) {
    .custom-total-savings-checkout {
        left: 775px;
        top: 170px;
    }
}

@media(min-width:1109px) and (max-width:1116px) {
    .custom-total-savings-checkout {
        position: relative;
        left: 770px;
        top: 170px;
    }
}

@media(min-width:1100px) and (max-width:1109px) {
    .custom-total-savings-checkout {
        left: 764px;
        top: 170px;
    }
}

@media(min-width:1092px) and (max-width:1100px) {
    .custom-total-savings-checkout {
        left: 759px;
        top: 170px;
    }
}

@media(min-width:1085px) and (max-width:1092px) {
    .custom-total-savings-checkout {
        left: 754px;
        top: 170px;
    }
}

@media(min-width:1079px) and (max-width:1085px) {
    .custom-total-savings-checkout {
        left: 750px;
        top: 170px;
    }
}

@media(min-width:1079px) {
    .custom-total-savings-checkout {
        position: relative;
        z-index: 2;
        font-size: 13px;
        display: inline;
    }
}

@media(min-width:768px) and (max-width:769px) {
    .custom-total-savings-checkout {
        position: relative;
        left: 538px;
        top: 122px;
        z-index: 2;
        font-size: 13px;
        display: inline;
    }
}


/* css for amasty coupon title */

.cart-summary .discount .title strong {
    color: #009b3c;
    font-size: 16px;
}


/* tabs disturbance from g-recaptcha */

#checkout-step-payment #recaptcha-checkout-place-order {
    margin: 0px!important;
}

@media(min-width:1080px) {
    .checkout-line {
        margin: 0 -4px;
    }
}

#block-collapsible-nav {
    background-image: url('images/book-rent-product.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px !important;
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    border-color: #009b3c !important;
    color: #009b3c !important;
    background: #fff !important;
}

.block-collapsible-nav .item a,
.block-collapsible-nav .item>strong {
    padding: 10px 18px 10px 15px !important;
    border-left: 5px solid transparent !important;
    font-weight: 600 !important;
}

.block-collapsible-nav .item a:hover {
    background: #FFF !important;
}

.block-collapsible-nav .item .delimiter {
    display: none !important;
}

.table-order-items a.action.view {
    text-decoration: none !important;
}

.table-order-items td a.action.view span {
    color: #fff !important;
    background: #009b3c !important;
    padding: 4px 10px 4px 10px !important;
    border-radius: 12px !important;
}

.table-order-items a.action.order {
    text-decoration: none;
}

.table-order-items a.action.order span {
    color: #fff !important;
    background: #285a8c !important;
    padding: 4px 10px 4px 10px !important;
    border-radius: 12px !important;
}

.block.block-dashboard-info .block-title strong,
.block.block-dashboard-addresses .block-title strong,
.block.block-dashboard-orders .block-title strong {
    color: #009b3c !important;
}

@media (min-width: 768px) {
    .account.page-layout-2columns-left .column.main {
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 16px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    }
    table#my-orders-table {
        margin-top: 20px !important;
        border: 1px solid #ccc;
    }
    .account .table-wrapper:last-child {
        margin-bottom: 20px !important;
    }
    .block-title.order>a.action.view {
        float: right;
        margin-top: 15px;
        color: #999;
    }
}

.block-title.order>a.action.view:after {
    color: #009b3c !important;
    content: "V";
    font-weight: 600;
    font-size: x-small;
}

.block-collapsible-nav .item:nth-child(1) :before {
    content: "."!important;
    display: inline-block;
    color: transparent;
    width: 20px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('images/icon-1.png');
}

.block-collapsible-nav .item:nth-child(2) :before {
    content: "."!important;
    display: inline-block;
    color: transparent;
    width: 20px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('images/icon-2.png');
}

.block-collapsible-nav .item:nth-child(4) :before {
    content: "."!important;
    display: inline-block;
    color: transparent;
    width: 21px;
    height: 21px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('images/icon-3.png');
}

.block-collapsible-nav .item:nth-child(5) :before {
    content: "."!important;
    display: inline-block;
    color: transparent;
    width: 21px;
    height: 21px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('images/icon-4.png');
}

.block-collapsible-nav .item:nth-child(7) :before {
    content: "."!important;
    display: inline-block;
    color: transparent;
    width: 21px;
    height: 21px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('images/icon-5.png');
}

.block-collapsible-nav .item:nth-child(8) :before {
    content: "."!important;
    display: inline-block;
    color: transparent;
    width: 21px;
    height: 21px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('images/icon-6.png');
}

.box-address-billing .box-content {
    border: 1px solid #ccc;
    padding: 6px 15px;
    border-radius: 6px;
}

.box-address-shipping .box-content {
    border: 1px solid #ccc;
    padding: 6px 15px;
    border-radius: 6px;
}

.title.block-collapsible-nav-title strong {
    color: #009b3c;
}


/*sticky menu bar */

ul.level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    background: #eaf6ff;
}

.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
    background: #cfe5f7;
}

div#store\.menu {
    background: #0f4977;
}

li.level0.nav-1.category-item.first.level-top.parent.ui-menu-item:hover {
    color: #8ac756;
}

.slick-prev,
.slick-next {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -30%);
    background: #eaf6ff !important;
    border-radius: 95px;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    font-size: 19px !important;
}

.slick-dots {
    font-size: 10px !important;
}

div#store\.menu {
    border-bottom: 1px solid #8ac756;
}

.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
    z-index: 1;
}

@media (min-width: 640px) {
    .table-order-items .recent.table>thead>tbody>tr>th,
    .table>tbody>tr>td {
        padding: 8px;
    }
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-dots {
        top: 69% !important;
        left: 40% !important;
    }
}

@media screen and (max-width: 767px) {
    .navigation .level0>.level-top {
        color: #fff !important;
    }
}

input#newsletter::-webkit-input-placeholder {
    color: #fff;
}

input#newsletter {
    box-shadow: none;
    border: none;
    background: none;
    width: 308px;
    outline: none;
    color: #fff;
    border-radius: unset !important;
    border-bottom: 1px solid #ccc;
    margin-right: 0px !important;
}

.block.newsletter .field .control:before {
    display: none;
}

.block.newsletter input {
    padding-left: 0 !important;
}

#news_btn>span {
    font-size: 26px;
    padding: 0;
    margin: 0;
    color: #fff;
}

button#news_btn {
    margin-left: -28px;
    border: none;
    background: none;
    padding: 0;
}

.block.newsletter .form.subscribe {
    display: flex;
}

.block.newsletter .field.newsletter {
    max-width: 303px !important;
}

@media (min-width: 768px) {
    .block.newsletter .field.newsletter {
        max-width: 460px !important;
    }
    input#newsletter {
        font-size: 16px;
        width: 460px;
    }
}


/*bug fixes*/


/*css for filter overlapping with sticky coupen code*/

@media only screen and (max-width: 767px) {
    .filter.active .filter-title {
        top: 26px;
    }
    .filter.active .filter-subtitle {
        left: -8px;
        top: 28px;
    }
    .filter.active .filter-title strong {
        right: 2px;
        top: 17px;
    }
    .filter.active .filter-options {
        top: 75px;
    }
}


/*css for menu in mobile responsiveness*/

@media screen and (max-width: 767px) {
    span.a-size-small.a-color-base {
        margin-left: 23px;
    }
    .rating-summary .rating-result:before {
        font-size: 16px !important;
    }
}

.navigation .level0>.level1 {
    font-weight: 500 !important;
    font-size: 12px;
}


/* css for rental products  */

.rentaltheme {
    background-image: url('images/book-rent-products.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* Additional background styles */
    padding: 10px;
}

img.express-img {
    display: none !important;
}

.product-social-links {
    display: none !important;
}

.pincode-container {
    display: none !important;
}

.book-rent-btn2 {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    width: 100%;
    padding: 11px 10px;
    font-size: 14px;
    margin-top: 6px;
}

.book-rent-btn2:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}


/*
.box-tocart{
    display: none !important;
}
.cart-button-for-pdp {
    display: none !important;
} */

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none !important;
    border-width: 1px;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    font-size: 14px !important;
}

.short-desc .value table tr td {
    border: 1px solid #ccc !important;
}

.product-info-price {
    display: inline;
}

.product-info-main .product-info-price .price-box .price-container>span {
    display: inline;
}

.product-add-form {
    border: 1px solid #CCC !important;
}


/* span.numpre{
    display:block;
    font-size: 15px;
    margin-top: -28px;
} */

#telephone {
    padding-left: 35px;
}


/* #lblError.error{
    padding:10px;
} */


/* css for rental sticky  */

ul.level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    background: #eaf6ff;
}

.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
    background: #cfe5f7;
}

div#store\.menu {
    background: #0f4977;
}

li.level0.nav-1.category-item.first.level-top.parent.ui-menu-item:hover {
    color: #8ac756;
}

div#store\.menu {
    border-bottom: 1px solid #8ac756;
}

.productviews {
    font-size: 10px;
    background-color: #bfeaf5;
    /* width: 101%; */
    margin-bottom: 10px;
    padding: 4px 20px 4px 4px;
    border-radius: 5px;
}

.product-info-main .product-info-price .price-box .price-container .price {
    font-size: 23px !important;
}

.product-info-main .product-info-price {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0px;
}

.product.attribute.desc.short-desc.sku {
    display: none;
}

.product-info-main .product .page-title {
    margin-top: 10px;
}

.border-div {
    margin-top: 32px;
}

.product-item-info .product-item-details .price-box .price-container .productviews {
    display: none;
}


/* pdp rental description */

.product.attribute.desc.short-desc.overview .value:before {
    display: block;
    content: "Description";
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .overview {
        margin: 0 0 0 auto;
        width: 48%;
    }
}

.bannericons {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .category-book-a-rent .page-main .columns {
        padding: 0px !important
    }
}

@media only screen and (max-width: 768px) {
    .category-book-a-rent .page-main .columns .sidebar-main .block [data-content-type='row'] [data-pb-style=EU112WR] {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .category-book-a-rent .page-main .columns .wrapper {
        margin-top: 10px !important;
    }
}

@media (max-width: 768px) {
    .block-search .label:before {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    ul.compare.wrapper {
        padding-top: 25px;
    }
}

ul.compare.wrapper span.counter.qty {
    display: inline !important;
}
@media(max-width:768px){
    .footer-bg {
        padding:30px 20px 20px 20px !important;
      }
      .newsletter_container {
        background: #0a416f;
        color: #fff;
        padding: 20px !important;
      }
}
.products-grid .product-item-info{
    border-radius:0 !important;
}
.products-grid .product-item-info:hover{
    border-radius:0 !important;
}

.filter-title strong{
      border-radius:0 !important;
}
/*css to position logo to centre in mobile devices*/
@media (max-width:420px){
    .logo img {
        width: 120px !important;
        position:relative;
        left:59%;
        top:-4px;
    }
    }
    @media(max-width:768px){
        .about-us-mobile-border {
            text-align:center;
        }
        .footer-bg .about-us-para {
            text-align: center !important;
        }
        .get-in-touch-para {
            text-align:center;
        }
        .quick-links-para {
            text-align:center;
        }
        .mobile-footer-logos{
            justify-content: center!important;
        }
        .mobile-footer-payments {
            text-align:center;
        }
        .mobile-footer-follow {
            text-align:center;
        }
        }

        .products-grid .list li .product-item-details{
            cursor:auto !important;
        }
        #minicart-content-wrapper .minicart-items-wrapper #mini-cart .product-item-details{
            cursor:auto !important;
        }
        /*css for compare icon position in responsiveness*/
@media(max-width:314px){
    .compare{
        position:absolute;
        right:12% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 38px;
}
}

@media(min-width:315px) and (max-width:324px){
    .compare{
        position:absolute;
        right:14% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 38px;
}
}

@media(min-width:324px) and (max-width:334px){
    .compare{
        position:absolute;
        right:16% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 38px;
}
}

@media(min-width:335px) and (max-width:354px){
    .compare{
        position:absolute;
        right:18% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 38px;
}
}

@media(min-width:355px) and (max-width:358px){
    .compare{
        position:absolute;
        right:22% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 38px;
}
}

@media(min-width:360px) and (max-width:372px){
    .compare{
        position:absolute;
       bottom:11% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 38px;
}
}

@media(min-width:373px) and (max-width:420px){
    .compare{
        position:absolute;
        bottom:11% !important;
        left:62% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 38px;
}
}
@media(min-width:359px) and (max-width:361px){
    .compare{
        /* background:red; */
        position:absolute;
        margin-left:5px!important;
        /* right:20% !important; */
        bottom:11% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
     .compare .counter
    {
    position: relative;
    top: 20px;
    right: 38px;
}
}


/*logo for mobile responsiveness*/
@media(min-width:421px) and (max-width:450px){
.logo img {
        width: 120px !important;
        position:relative; 
         left:209%;
        top:9px;
    }
}

@media(min-width:451px) and (max-width:470px){
.logo img {
        width: 120px !important;
        position:relative; 
         left:249%;
        top:9px;
    }
}

@media(min-width:471px) and (max-width:480px){
  .logo img {
        width: 120px !important;
        position:relative; 
         left:239%;
        top:9px;
    }
}

@media(min-width:421px){
    .compare{
        /* position:absolute; */
        right:12% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    /* position: relative; */
    top: 20px;
    right: 38px;
}
}
/*css for mouse pointer*/
.form-newsletter-manage .choice input{
    cursor:pointer !important;
}
.form-edit-account .choice input{
    cursor:pointer !important;
}
.billing-address-details{
    overflow:auto !important;
}


@media(max-width:314px){
    .compare{
        position:absolute;
        right:18% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}

@media(min-width:315px) and (max-width:318px){
    .compare{
        position:absolute;
        right:20% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 32px;
}
}
@media(min-width:318px) and (max-width:322px){
    .compare{
        position:absolute;
        right:21% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}
@media(min-width:322px) and (max-width:334px){
    .compare{
        position:absolute;
        right:22% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 32px;
}
}

@media(min-width:334px) and (max-width:344px){
    .compare{
        position:absolute;
        right:24% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 32px;
}
}


@media(min-width:344px) and (max-width:354px){
    .compare{
        position:absolute;
        right:25% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
     .compare .counter
    {
    position: relative;
    top: 20px;
    right: 32px;
}
   
}
@media(min-width:354px) and (max-width:358px){
    .compare{
        position:absolute;
        right:27% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 32px;
}
}
@media(min-width:358px) and (max-width:360px){
    .compare{
        /* background:red; */
        position:absolute;
        /* margin-left:0px!important; */
        /* right:28% !important; */
        left:60%;
        bottom:8% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
     .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}
@media(min-width:361px) and (max-width:372px){
    .compare{
        position:absolute;
       bottom:11% !important;
        left:60%;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}



@media(min-width:372px) and (max-width:375px){
    .compare{
        position:absolute;
        bottom:10% !important;
        left:56% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}

@media(min-width:375px) and (max-width:380px){
    .compare{
        position:absolute;
        bottom:10% !important;
        left:55% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}

@media(min-width:380px) and (max-width:385px){
    .compare{
        position:absolute;
        bottom:10% !important;
        left:59% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
     .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
   
}


@media(min-width:385px) and (max-width:390px){
    .compare{
        position:absolute;
        bottom:10% !important;
        left:58% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
     .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
   
}

@media(min-width:390px) and (max-width:397px){
    .compare{
        position:absolute;
        bottom:10% !important;
        left:56% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
     .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
   
}

@media(min-width:397px) and (max-width:404px){
    .compare{
        position:absolute;
        bottom:10% !important;
        left:54% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
     .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
   
}
@media(min-width:404px) and (max-width:410px){
    .compare{
        position:absolute;
        bottom:10% !important;
        left:53% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
   
}

@media(min-width:410px) and (max-width:415px){
    .compare{
        position:absolute;
        bottom:10% !important;
        left:53% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
     .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
   
}

@media(min-width:415px) and (max-width:420px){
    .compare{
        position:absolute;
        bottom:10% !important;
        left:51% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
     .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
   
}

@media(min-width:420px) and (max-width:430px){
    .compare{
        position:absolute !important;
        right:22% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}  

@media(min-width:430px) and (max-width:440px){
    .compare{
        position:absolute !important;
        right:21% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}  

@media(min-width:440px) and (max-width:480px){
    .compare{
        position:absolute !important;
        right:20% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}  


@media(min-width:480px) and (max-width:500px){
    .compare{
        position:absolute !important;
        right:19% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
} 

@media(min-width:500px) and (max-width:566px){
    .compare{
        position:absolute !important;
        right:18% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
} 

@media(min-width:566px) and (max-width:580px){
    .compare{
        position:absolute !important;
        right:19% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
} 

@media(min-width:580px) and (max-width:634px){
    .compare{
        position:absolute !important;
        right:17% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
} 

@media(min-width:635px) and (max-width:680px){
    .compare{
        position:absolute !important;
        right:16% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
} 

@media(min-width:680px) and (max-width:724px){
    .compare{
        position:absolute !important;
        right:15% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}

@media(min-width:724px) and (max-width:766px){
    .compare{
        position:absolute !important;
        right:14% !important;
        padding:0px !important;
        white-space:nowrap !important;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 31px;
}
}

@media(min-width:421px) and (max-width:768px){
    .block-search .label:before{
        margin-right: 23px;
    }
    
}


@media (min-width: 580px) and (max-width:768px){
.bottom-header {
    justify-content: end;
}
.logo{
    position: absolute;
    left: 0%;
}
    .logo img{
        width:55%;
    }
    
}
@media(min-width:768px) and (max-width:770px){
    .bottom-header {
    justify-content: space-between;
}
.logo{
    position: initial;
    left:none;
}
 .logo img{
        width:100%;
    }
    
}




@media (max-width: 768px){
.search-col {
    transform: translateX(40px);
    margin-top: 3px;
}
    .block-search {
    margin-top: 10px;
}
 .compare-text-mobile{
        font-size:10px !important;
    }
.compare a .qty{
    font-size: 10px !important;
}
.compare.wrapper {
    margin-right: -8px
}

}

 @media (min-width: 768px) and (max-width:768px){
    .compare{
        position:absolute !important;
        right: 18% !important;
        padding:0px !important;
        white-space:nowrap !important;
        bottom: 8px;
    }
    .compare .counter
    {
    position: relative;
    top: 20px;
    right: 38px;
}
}
.category-book-a-rent .compare {
    display:block !important;
    
}
@media (min-width: 768px){
ul.compare.wrapper {
    padding-top: 25px !important; 
}
}
a.action.compare.no-display {
    display:none !important;
}