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: #fff !important;
        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),
.navigation .level0.has-active>a:not(.ui-state-active),
.navigation .level0 .submenu .active>a {
    border-color: #009b3c;
}

.product-item .product-reviews-summary .reviews-actions {
    display: none;
}

@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;
}

@media(max-width:768px) {
    p#toolbar-amount {
        margin-left: 11px!important;
    }
}

.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;
}

.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: 3px;
    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: 511px;
    }
}

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

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

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

@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: 500px;
    }
    .products-grid li.item.product.product-item {
        height: 520px !important;
    }
}

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

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

@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: 426px;
    }
}

@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: 166px !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: 164px !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: 163px !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: 13px !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: black;
    font-weight: 400;
    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;
        width: auto;
    }
}

@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) {
    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: #134c79;
    /* padding-top: 60px; */
}

.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;
    padding-right: 18px;
}


/* 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: 10px;
    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 */

.short-desc {
    margin-bottom: 0 !important;
    width: 100% !important;
    float: left !important;
}

.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;
}

.product.attribute.desc.short-desc.overview .value:before {
    display: block;
    content: "Product Details";
    font-size: 20px;
    font-weight: bold;
    color: #285a8c;
    margin-bottom: 15px;
}

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

.fieldset .review-legend.legend strong {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

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

.review-form .action.submit.primary {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
}

.review-form .action.submit.primary:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.review-item {
    padding: 30px;
}

.block.review-add {
    background: #f9f9f9;
    padding: 30px 0px 0px 30px;
}

.review-fieldset {
    background-color: #f9f9f9;
}

.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;
    background: #f9f9f9;
}

@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 0;
    padding-left: 32px;
}

.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: 415px !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;
} */

.overview {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

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

.high-boxes {
    width: 100%;
    padding: 8px;
    /* border: solid 1px #CCC; */
    /* color: #285a8c; */
    font-size: 11px;
    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;
    white-space: nowrap;
}

.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: 70%;
    right: 20px;
    margin-top: -20px;
}

.fotorama__fullscreen .fotorama__zoom-out {
    top: 80%;
    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;
    padding-top: 16px;
}

.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: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000
}

.checkout-methods-items .item button:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.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;
    color: #000;
}

.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;
}

.actions .secondary a {
    color: #FFF;
}

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

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

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

#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;
    /* padding: 9px 20px; */
}

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

.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 {}

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

.opc-block-summary {
    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;
    padding: 0;
}

@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;
    }
}

button.amcoupons-apply.action.primary {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    padding: 8px 15px;
    font-size: 12px;
}

button.amcoupons-apply.action.primary:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.actions-toolbar .action.primary,
.action-primary {
    color: #fff;
    font-size: 10px;
    background-color: #5fba57;
    border: none;
}

a.action.primary.continue {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    border-radius: unset;
}

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

.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;
}

@media(min-width:768px) {
    #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;
    }
    #shipping-new-address-form .field .control .field:nth-child(2):before {
        content: "Landmark";
        font-size: 13px;
        font-weight: 600;
    }
}

@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: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    font-size: 12px;
}

.form-login #customer-email-fieldset .actions-toolbar .login:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.checkout-shipping-address .step-content .new-address-popup .action-show-popup {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
}

.checkout-shipping-address .step-content .new-address-popup .action-show-popup:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.checkout-index-index .modal-popup .modal-footer .action-save-address {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
}

.checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

button.action.secondary.action-hide-popup {
    background: #F4F4F4 !important;
    border: 1px solid #C5C5C5 !important;
    color: #000000 !important;
    padding: 8px 15px !important;
    font-size: 1.4rem;
    font-weight: 600 !important;
    margin: 2px !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    button.action.secondary.action-hide-popup {
        width: 100%;
    }
}

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

button.action.primary.add {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
}

button.action.primary.add:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.opc-wrapper .action-select-shipping-item {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
}

.opc-wrapper .action-select-shipping-item:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    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 !important;
    }
}

.checkout-shipping-method .actions-toolbar .action.primary.button {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
}

.checkout-shipping-method .actions-toolbar .action.primary.button:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}


/* 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 .field .control .field:nth-child(2):before {
        content: "Landmark";
        font-size: 13px;
        font-weight: 600;
    }
    .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: #F4F4F4;
        border: 1px solid #C5C5C5;
        color: #000000;
        padding: 10px 50px;
        font-size: 15px;
    }
    .checkout-billing-address .action.action-update:hover {
        background: #43B64A;
        border: 1px solid #38972F;
        color: #fff;
    }
    .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;
    }
    .billing-address-form .field .control .field:nth-child(2):before {
        content: "Landmark";
        font-size: 13px;
        font-weight: 600;
    }
}

@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 .field .control .field:nth-child(2):before {
        content: "Landmark";
        font-size: 13px;
        font-weight: 600;
    }
}

@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: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    font-size: 15px;
}

.checkout-billing-address .action.action-update:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.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,
.checkout-payment-method .action.primary.checkout:disabled {
    background: #F4F4F4 !important;
    border: 1px solid #C5C5C5 !important;
    color: #000000 !important;
    font-size: 13px;
    padding: 10px 25px !important;
}

.checkout-payment-method .action.primary.checkout:hover {
    background: #43B64A !important;
    border: 1px solid #38972F !important;
    color: #fff !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"],
.payment-method._active .payment-method-title.field.choice 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: 0px; */
}

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

.payment-method-billing-address .action.action-edit-address {
    background: none;
    border: none;
    padding: 0px;
    color: #006BB4;
    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;
}

.minicart-wrapper 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;
    }
}

@media(min-width:768px) {
    .address-items {
        padding: 20px;
    }
    .opc-wrapper .shipping-address-item.selected-item {
        border-color: #009B3C;
        border-radius: 5px;
        height: 265px;
        width: 240px!important;
    }
    .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;
        height: 265px;
        width: 240px!important;
    }
    .opc-wrapper .shipping-address-items {
        font-size: 0;
    }
    .checkout-shipping-address .step-content .new-address-popup .action-show-popup {
        margin-left: 21px;
    }
    .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 {
    margin-right: 8px;
}

.products-grid .old-price .price {
    color: #285a8c;
    padding-top: 2px;
}

#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 {
    color: #285a8c;
    font-size: 14px;
    max-width: 50%;
    padding-bottom: 30px;
}

#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:940px) {
    .products-crosssell button.slick-next.slick-arrow {
        right: -33px;
    }
}

@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%;
}


/*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: 24px;
}

@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 {
    font-weight: bold;
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    padding: 5px 8px;
    font-size: 10px;
}

.back-to-cart:hover,
.back-to-cart:active {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.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;
}

@media(max-width:768px) {
    .payment-option._collapsible.opc-payment-additional.discount-code {
        margin: 0px;
    }
}

.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: 360px) {
    .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;
    margin-top: 40px;
}


/* 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;
}

.mobile-manual-error {
    display: none;
}

@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;
    }
    .mobile-manual-error {
        display: block;
    }
    .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: 22px;
    }
    .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;
    }
    .mobile-manual-error {
        display: block;
    }
    .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 (max-width:414px) {
    .action.download-manual span {
        display: none;
    }
    .mobile-manual-error {
        display: block;
        right: 8px;
    }
    .social-share {
        margin-left: -5px !important;
    }
    .download-manual {
        margin-left: 5px !important;
    }
    .bi-share-fill::before {
        font-size: 25px;
    }
    .bi-download::before {
        font-size: 20px;
    }
    .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:518px) {
    .action.download-manual span {
        display: none;
    }
    .mobile-manual-error {
        display: block;
    }
    .social-share {
        margin-left: 0px !important;
    }
    .download-manual {
        margin-left: 10px !important;
    }
    .bi-share-fill::before {
        font-size: 30px;
    }
    .bi-download::before {
        font-size: 20px;
    }
    .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: 85px !important;
    }
    .express-img {
        width: 85px;
    }
    .partner-img {
        width: 180px;
    }
}

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

.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 {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    padding: 4px 10px 4px 10px !important;
}

.table-order-items td a.action.view span:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.table-order-items a.action.order {
    text-decoration: none;
}

.table-order-items a.action.order span {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    padding: 4px 10px 4px 10px !important;
}

.table-order-items a.action.order span:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

a.action.print {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    padding: 4px 10px;
}

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

.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;
}

.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;
        padding: 3px 10px;
        background: #F4F4F4;
        border: 1px solid #C5C5C5;
        color: #000000;
        text-decoration: none;
    }
    .block-title.order>a.action.view:hover {
        background: #43B64A;
        border: 1px solid #38972F;
        color: #fff;
    }
}

.block-title.order>a.action.view:after {
    color: #000000 !important;
    margin-left: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    /* line-height: 20px; */
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.block-title.order>a.action.view:hover:after {
    color: #fff !important;
}

.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/reward.png');
}
.block-collapsible-nav .item:nth-child(9) :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%);
    border-radius: 95px;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
    display: block !important;
    color:#000000 !important;
}
.bf-banner-sliders-block #bf-banner-sliders .slick-arrow 
{
    display: none !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 {
    /* border-bottom: 1px solid #ccc; */
    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;
    }
}
.paybutton {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}
.navigation .level0>.level1 {
    font-weight: 500 !important;
    font-size: 12px;
}



/* css for new pdp product name to share */

.product-info-main .product-reviews-summary {
    display: none;
}

.product-info-main .product-info-stock-sku {
    text-align: initial;
}

.product-info-main .product-info-price {
    display: flex;
    flex-direction: column;
}

.product-info-main .product-info-stock-sku {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 15px !important;
    padding-top: 6px;
}

@media(min-width:768px) {
    .product-info-main .stock.available {
        margin-left: 24px;
    }
}

@media(max-width:768px) {
    .product-info-main .stock.available {
        margin-left: 36px;
    }
}


/* .short-desc{
    width:auto !important; 
} */

.product-info-main .product.attribute.sku {
    padding-left: 10px;
}

.salecss {
    color: #f00f2f !important;
    font-size: 14px !important;
    margin-left: 5px;
    border-right: 1px solid black;
    padding-right: 10px;
}

.stockcss {
    border-right: 1px solid black;
    padding-right: 10px;
    font-size: 14px !important;
}

.product-info-main .stock.unavailable {
    border-right: 2px solid black;
    padding-right: 10px;
    font-size: 14px !important;
}

.product-info-main .product.attribute.sku {
    color: black !important;
    padding-left: 10px;
    font-weight: 700;
}

.salepercent {
    background: #fb4b4b;
    color: #FFF;
    padding: 5px 4px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: bold;
}

.non-salepercent {
    background: #285a8c;
    color: #FFF;
    padding: 4px 5px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: bold;
}

.product-info-main .product-info-stock-sku {
    position: initial;
}
/* 
.product-info-main .alert {
    display: none;
} */

.product-info-main .page-title-wrapper h1 {
    font-size: 27px;
}

@media(max-width:768px) {
    .product-info-main .page-title-wrapper h1 {
        padding-top: 10px;
    }
}

.product-info-price .price-box .price-container .price {
    font-size: 24px;
    font-weight: 800;
}

.product-info-main .stock {
    margin: 0 0 1px;
}

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

@media (max-width:638px) {
    .product-info-main .stock.unavailable {
        margin-left: 10px;
    }
}

.product-addto-links .action {
    margin-right: 0px;
}

.save-amount {
    font-size: 14px !important;
    color: black;
    font-weight: 400;
}

.product-info-main .product-info-stock-sku .sku {
    font-size: 11px;
    font-weight: 500;
}

.review-staticcontent {
    background-color: #ececec;
}

.review-staticcontent p {
    color: #000000;
}

.review-toolbar {
    border-top: 0px;
}

.review-staticcontent {
    margin-bottom: 0px !important;
    padding: 8px 0 5px 28px;
}

.review-field-rating .control {
    margin-bottom: 48px;
    margin-top: 0px;
    margin-left: 20px;
}

.nickname {
    margin: 0 0 10px 2px;
    font-size: 13px;
    color: #285b8a;
}

.review-ratings {
    min-width: 145px;
}

.review-content {
    font-size: 14px;
}

.product-info-main .product.attribute.sku .value {
    font-weight: 400;
}

.review-field-rating .label span {
    line-height: 30px;
}


/*css for border radius and removal of additional street field from address book*/


/* .street .control .nested .additional {
    display: none;
} */


/* .field input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
        border-radius:5px !important;
    } */

.fieldset .street {
    margin-top: 6px;
}


/* .field .control select{
        border-radius:5px;
    }
    /*mobile responsive for order summary*/

@media (min-width:250px) and (max-width:940px) {
    .cart-summary {
        margin-left: 10px;
        margin-right: 10px;
    }
    .cart-summary>.title {
        display: block;
    }
}

.success-msg {
    /* padding-left: 37%; */
    /* margin-top: 20px; */
    font-size: 25px;
    color: #134c79;
}

div#registration {
    text-align: center;
    font-size: 15px;
}

a.action.primary {
    display: inline-block;
    text-decoration: none;
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    border-radius: unset;
}

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

@media(max-width: 768px) {
    .span.base {
        padding-top: 60px;
        /* padding-left: 462px; */
        margin-bottom: 20px;
        color: #134c79;
        padding-left: 50px;
    }
    .success-msg {
        font-size: 16px;
        color: #134c79;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .checkout-success {
        background-color: #f2f7f4;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 18px;
    }
}

.checkout-success {
    background-color: #f2f7f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px;
}

.success-msg {
    display: flex;
    color: #134c79;
    align-items: center;
    justify-content: center;
}

@media(min-width: 768px) {
    .checkout-success {
        background-color: #f2f7f4;
        width: 873px;
        padding: 20px;
        margin-left: 15%;
        margin-top: 20px;
    }
}


/*css for shippingaddress form fields */

#shipping-new-address-form .field .control .field:nth-child(2):before {
    position: relative;
    bottom: 8px;
}

#shipping-new-address-form .field .control .field:nth-child(2) {
    margin-top: 25px
}

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

#opc-new-shipping-address select {
    border-radius: 5px;
}

.product-info-main .sku {
    width: auto!important;
}

#shipping-new-address-form .abs-field-tooltip input,
#shipping-new-address-form .field .control._with-tooltip input {
    width: calc(100% - 0px);
}


/*css for forgot password alignment in shipping address*/

@media (min-width:768px) {
    .checkout-shipping-address .step-content .form-login .fieldset .hidden-fields .actions-toolbar .secondary .action {
        position: relative;
        bottom: 12px;
    }
}


/*css for vertical form fields*/

.form-address-edit .fieldset .field .control input {
    border-radius: 5px;
}

.form-address-edit .fieldset .field .control select {
    border-radius: 5px;
}

.form-address-edit .fieldset .telephone .control input {
    height: 32px;
}

.form-address-edit .fieldset .field-name-firstname .control input {
    height: 32px !important;
}

@media (min-width: 768px) {
    .form-address-edit .fieldset {
        width: 75%;
    }
    .form-address-edit .fieldset:nth-child(2) {
        float: left !important;
    }
}

@media (max-width: 767px) {
    .form-address-edit .fieldset {
        width: 100%;
    }
    .form-address-edit .fieldset:nth-child(2) {
        float: left !important;
    }
}

.shipping-address-items .address-items .shipping-address-item .collapsible-content-edit .custom-modal-content .form-address-edit .fieldset {
    width: 98%;
}

@media (max-width: 767px) {
    .shipping-address-items .address-items .shipping-address-item .collapsible-content-edit .custom-modal-content .form-address-edit .fieldset {
        width: 98%;
        float: none !important;
    }
}

.billing-address-form .fieldset div:nth-child(10) .control._with-tooltip input {
    width: calc(100% - 0px) !important;
}

.billing-address-form .field .control .field:nth-child(2) .control input {
    margin-top: 7px;
}

.billing-address-form .field .control .field:nth-child(1) .control input {
    margin-bottom: 10px;
}

.form-address-edit .street .control .nested .additional:before {
    content: "LandMark";
    font-size: 13px;
    font-weight: 600;
    position: relative;
    bottom: 7px;
}

.form-address-edit .street .control .nested .additional {
    margin-top: 29px;
}

#shipping-new-address-form .field:nth-child(5) {
    position: relative;
    bottom: -160px;
    /* country */
}

#shipping-new-address-form .field:nth-child(6) {
    position: relative;
    top: 160px;
    /*     state select*/
}

#shipping-new-address-form .field:nth-child(7) {
    position: relative;
    top: 160px;
    /*     state input */
}

#shipping-new-address-form .field:nth-child(8) {
    position: relative;
    bottom: 159px;
    /*      city */
}

#shipping-new-address-form .field:nth-child(9) {
    position: relative;
    bottom: 159px;
    /*     pincode */
}

.billing-address-form .field:nth-child(5) {
    position: relative;
    bottom: -160px;
    /* country */
}

.billing-address-form .field:nth-child(6) {
    position: relative;
    top: 160px;
    /*     state select*/
}

.billing-address-form .field:nth-child(7) {
    position: relative;
    top: 160px;
    /*     state input */
}

.billing-address-form .field:nth-child(8) {
    position: relative;
    bottom: 159px;
    /*      city */
}

.billing-address-form .field:nth-child(9) {
    position: relative;
    bottom: 159px;
    /*     pincode */
}

#customer-email-fieldset div:nth-child(1) .control input {
    height: 32px !important;
}


/*remove this css if not there*/

#shipping-new-address-form .field .control input {
    border-radius: 5px !important;
}


/*three static banners modified code*/

.bannericons .refund img {
    width: 85px;
}

.bannericons .emi img {
    width: 85px;
}

.bannericons .free-delivery img {
    width: 85px;
}


/*css for premium edit and defalut edit feature in checkout shipping page */

.collapsible-content-edit {
    display: none;
    transition: max-height .25s ease-in-out;
    position: fixed;
    /* Stay in place */
    z-index: 3;
    /* Sit on top */
    /* padding-top: 100px; */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /*     Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

@media(min-width:768px) {
    .collapsible-content-edit {
        padding-top: 100px;
        /* Location of the box */
    }
}

.custom-modal-content .fieldset {
    width: auto;
    float: none !important;
}

.custom-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
}

@media(min-width:768px) {
    .custom-modal-content {
        width: 50%;
        max-height: 80%;
        overflow-y: auto;
        padding-bottom: 0px;
        padding-right: 0px;
    }
}

.save-edit-address {
    margin-right: 10px;
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
}

.save-edit-address:hover,
.save-edit-address:visited,
.save-edit-address::after,
.save-edit-address:active,
.save-edit-address:invalid {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

.edit-back {
    padding: 7px !important;
    left: 0px !important;
    background: #F4F4F4 !important;
    border: 1px solid #C5C5C5 !important;
    color: #000000 !important;
}

.edit-back:hover {
    background: #43B64A !important;
    border: 1px solid #38972F !important;
    color: #fff !important;
}

.custom-modal-content .close {
    display: block;
    float: right;
    cursor: pointer;
    position: relative;
    bottom: 10px;
    right: 14px;
    font-size: 24px;
    font-weight: bold;
}

.custom-modal-content .close:hover {
    color: #285a8c;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

@media(max-width:639px) {
    .custom-edit:before {
        font-size: 18px;
        line-height: 20px;
        color: #757575;
        content: '\e601';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        cursor: pointer
    }
    .custom-edit {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        position: absolute;
        right: 15px;
        top: 1px;
        color: #fff;
        cursor: pointer
    }
    .opc-wrapper .edit-address-link {
        position: absolute;
        right: 39px;
        top: 6px;
        z-index: 2;
    }
}

@media(min-width:639px) {
    .custom-edit {
        cursor: pointer;
        float: left;
        margin: 26px 5px 0px 0px;
        color: #006BB4;
    }
    .edit-address-link {
        position: absolute;
    }
}

.edit-field-borders {
    border-radius: 5px !important;
}

.edit-first-name-error-message {
    display: none;
    color: red;
    font-size: 12px;
}

.edit-company-error-message {
    display: none;
    color: red;
    font-size: 12px;
}

.edit-area-error-message {
    display: none;
    color: red;
    font-size: 12px;
}

.edit-city-error-message {
    display: none;
    color: red;
    font-size: 12px;
}

.edit-pincode-error-message {
    display: none;
    color: red;
    font-size: 12px;
}

.edit-state-error-message {
    display: none;
    color: red;
    font-size: 12px;
}

.edit-country-error-message {
    display: none;
    color: red;
    font-size: 12px;
}

.edit-mobile-error-message {
    display: none;
    color: red;
    font-size: 12px;
}

.edit-margin {
    margin: 0 0 14px !important;
}

.review-field-ratings .mage-error {
    padding-top: 40px;
}


/*testing css*/

@media (min-width:768px) and (max-width:900px) {
    .products-list .product-item-info .sale {
        left: 150px
    }
}

@media (min-width:900px) and (max-width:1100px) {
    .products-list .product-item-info .sale {
        left: 200px;
    }
}

@media (min-width:1100px) and (max-width:1300px) {
    .products-list .product-item-info .sale {
        left: 200px;
    }
}

@media (min-width:1300px) {
    .products-list .product-item-info .sale {
        left: 200px;
    }
}


/*css for tab*/

@media only screen and (max-width: 510px) {
    .delivery-width {
        width: 250px !important;
    }
}

@media only screen and (min-width: 511px) {
    .delivery-width {
        width: 280px !important;
    }
}

.pm-btn-pdp {
    display: flex;
}

span.pdp-qty-text {
    margin-right: 5px;
}

@media(min-width:900px) and (max-width:1300px) {
    button.float-end.back-to-cart {
        margin-right: 15px !important;
    }
    .trust-badges {
        margin-right: 15px;
    }
}


/*css for ios bugs for book on rent,shopping cart and mini cart*/

.minicart-items-wrapper {
    padding: 0px 10px !important;
}

@media only screen and (max-width: 768px) {
    .block-minicart .subtotal {
        margin: 0px;
    }
}


/* my account page ios bug fix */

@media(max-width:768px) {
    .account .table-wrapper {
        border-bottom: none !important;
    }
    .block-dashboard-info,
    .block-dashboard-addresses,
    .block-dashboard-orders {
        /* padding:10px; */
        margin-bottom: 10px;
    }
    .block-dashboard-info .block-title {
        margin-bottom: 10px!important;
    }
    .block-dashboard-orders .block-content .orders-recent {
        border: none;
    }
    .sidebar-additional .block {
        margin-bottom: 0px!important;
    }
    .sidebar-additional .block-compare .actions-toolbar {
        display: flex;
    }
    .block-addresses-list .block-title {
        margin-bottom: 0px!important;
        border-bottom: none !important;
    }
    .block-addresses-list .block-content .table-wrapper {
        border-bottom: none;
        margin-bottom: 0px;
    }
    .form-newsletter-manage .fieldset .legend span {
        font-size: 16px;
    }
    .account .sidebar-main .block-collapsible-nav-title strong {
        font-size: 21px;
    }
    .form-newsletter-manage .fieldset {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .block-addresses-default {
        margin-bottom: 20px;
    }
    .block-addresses-default .block-title {
        margin-bottom: 10px !important;
    }
    .block-addresses-default .block-title strong {
        font-size: 17px !important;
    }
    .form-edit-account fieldset {
        margin-bottom: 20px !important;
    }
    .form-edit-account .fieldset .legend span {
        font-size: 18px;
    }
    .form-edit-account .fieldset .legend {
        margin-top: 4px;
    }
}

#current-password,
#password,
#password-confirmation {
    border-radius: 5px;
    height: 40px;
}

.sidebar-additional {
    padding: 10px !important;
}

.block-wishlist {
    display: none;
}

.account .column.main {
    padding: 10px;
}

@media only screen and (max-width: 940px) {
    .cart-summary {
        margin-top: 10px !important;
    }
    .checkout-cart-index .page-wrapper .page-main .page-title-wrapper .page-title {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width:510px) {
    .products-grid.products-crosssell .slick-list.draggable {
        padding-top: 0px !important;
    }
}

.cart-container .block.crosssell {
    margin-top: 0px !important;
}

.cart-container form {
    margin-bottom: 0px !important;
}

.minicart-items-wrapper {
    padding: 0px 10px !important;
}


/*css for checkout*/

@media(max-width:768px) {
    .toolbar-amount {
        margin-left: 13px !important;
    }
    .filter-title strong {
        margin-left: 13px !important;
    }
    .page-main>.page-title-wrapper .page-title {
        margin-left: 13px !important;
    }
}

@media(max-width:768px) {
    .page-products .columns {
        padding-top: 15px !important;
    }
}

.form-address-edit .fieldset .message span {
    display: none !important;
}

.form-address-edit .fieldset .message.info>*:first-child:before {
    display: none !important;
}

.form-address-edit .fieldset .message.info {
    background: #fff;
}

@media(min-width:768px) {
    .sidebar.sidebar-additional {
        display: none;
    }
}

.block-compare .actions-toolbar .secondary {
    margin-top: 0px;
}

@media(min-width:360px) and (max-width:768px) {
    .product.attribute.desc.short-desc.overview {
        margin-bottom: 40px !important;
    }
    .product.info.detailed .product.data.items {
        border-bottom: none;
    }
}

@media(min-width:360px) and (max-width:420px) {
    .block.related .products {
        margin-top: 10px !important;
    }
    .block.related .block-title.title {
        padding-left: 25px;
    }
    .product.attribute.desc.short-desc.overview {
        padding: 0 7px;
    }
    .product.info.detailed div#description {
        padding: 5px 7px !important;
    }
    .product.info.detailed .product.data.items {
        margin-right: 0 !important;
    }
    .product-info-main {
        padding-right: 7px;
        padding-left: 7px;
    }
    .product.media {
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media(min-width:360px) and (max-width:380px) {
    .a2a_kit.share-style.a2a_kit_size_32.a2a_vertical_style {
        padding-right: 20px;
        padding-left: 15px;
    }
    .product-social-links .action.tocompare {
        padding-left: 22px;
    }
    .pm-btn-pdp label {
        padding-right: 8px
    }
}

@media(min-width:380px) and (max-width:400px) {
    .a2a_kit.share-style.a2a_kit_size_32.a2a_vertical_style {
        padding-right: 25px;
        padding-left: 20px;
    }
    .product-social-links .action.tocompare {
        padding-left: 22px;
    }
    .pm-btn-pdp label {
        padding-right: 10px
    }
}

@media(min-width:400px) and (max-width:420px) {
    .a2a_kit.share-style.a2a_kit_size_32.a2a_vertical_style {
        padding-right: 25px;
        padding-left: 20px;
    }
    .product-social-links .action.tocompare {
        padding-left: 25px;
    }
    .pm-btn-pdp label {
        padding-right: 10px
    }
}


/*css for ios bugs*/

@media only screen and (min-width: 767px) {
    .checkout-payment-method .payment-method-content {
        padding: 0 25px 15px;
    }
}

@media only screen and (max-width: 766px) {
    .checkout-payment-method .payment-method._active .payment-method-content {
        display: block;
        /* padding: 0px 25px 25px; */
    }
}

@media (max-width: 768px) {
    .checkout-cart-index .cart-empty-div {
        padding-top: 0px !important;
    }
    .checkout-cart-index .cart-empty-div p {
        margin-top: 7px !important;
        margin-bottom: -5px !important;
    }
    .checkout-cart-index .page-main>.page-title-wrapper .page-title {
        margin-left: -5px !important;
        margin-bottom: -2px !important;
    }
    #product-review-container:before {
        margin-left: 7px;
    }
}

@media (min-width: 1024px) {
    #opc-new-shipping-address #co-shipping-form #shipping-new-address-form .field .control input {
        width: 150% !important;
    }
    #opc-new-shipping-address #co-shipping-form #shipping-new-address-form .field .control select {
        width: 150% !important;
    }
}

a.action.change-password {
    padding: 6px 14px 6px 14px;
    border: 1px solid #285a8c;
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    text-decoration: none;
}

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

button.action.save.primary {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000;
    font-size: 12px;
}

button.action.save.primary:hover {
    background: #43B64A;
    border: 1px solid #38972F;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .checkout-payment-method .payment-method-content {
        padding: 0 25px 15px;
    }
}

.checkout-payment-method .payment-method._active .payment-method-content {
    display: block;
    /* padding: 0px 15px 25px; */
}

@media only screen and (max-width: 940px) {
    .cart-summary {
        margin-top: 0px !important;
    }
    .checkout-cart-index .page-wrapper .page-main .page-title-wrapper .page-title {
        margin-left: 0px !important;
    }
}

.cart-container .block.crosssell {
    margin-top: 0px !important;
}

.cart-container form {
    margin-bottom: 0px !important;
}

@media only screen and (max-width:510px) {
    .products-grid.products-crosssell .slick-list.draggable {
        padding-top: 0px !important;
    }
}

@media (max-width: 768px) {
    .block-search .label:before {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .payment-icon {
        width: 50%;
    }
}


/*android bug fix css*/

@media only screen and (max-width:768px) {
    .cart-summary .discount div:nth-child(1) {
        padding-left: 1px !important;
    }
    .checkout-container #checkoutSteps .checkout-shipping-address .step-content .new-address-popup {
        padding-left: 8px;
        padding-right: 8px;
    }
    .cart-container .cart-summary .cart-totals {
        padding-left: 0px !important;
    }
    .cart-container .cart-summary .custom-total-savings {
        padding-top: 12px !important;
        padding-right: 15px !important;
        padding-left: 0px !important;
    }
    .cart-summary .checkout-methods-items {
        padding: 0px !important;
    }
}

.cart-container .cart-summary .summary {
    font-size: 21px !important;
    font-weight: 600 !important;
}

@media only screen and (max-width: 940px) {
    .cart-container .cart-summary {
        margin-top: 12px !important;
    }
    .cart-container .cart-summary>.title {
        margin: 0px !important;
    }
}

.review-customer-index .message {
    color: green !important;
    background: #fff !important;
}

.review-customer-index .message.info>*:first-child:before {
    color: green !important;
    display: flex;
    position: relative !important;
    right: 36px !important;
    left:auto !important;
}


/* complete add to cart to pincode css section */

.delivery-width {
    border: 1px solid #ccc;
    width: fit-content;
}

.delivery-width ._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus {
    box-shadow: none !important;
}

.button-minus {
    width: 33px;
    height: 33px;
    font-size: 20px;
}

.button-plus {
    width: 33px;
    height: 33px;
    font-size: 20px;
}

@media(min-width:281px) {}

.icon-sm {
    width: 2rem;
    height: 2rem;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-size: 13px;
}

.v-demo {
    font-size: 18px;
    margin-left: 10px;
    float: right;
    background: #285a8c !important;
    color: #FFF !important;
    border: none;
}

.v-demo:hover {
    color: #CCC !important;
    background: #285a8c !important;
}

.b-rent {
    font-size: 18px;
    margin-left: 10px;
    float: right;
    background: #285a8c !important;
    color: #FFF !important;
    border: none;
}

.b-rent:hover {
    color: #CCC !important;
    background: #285a8c !important;
}

.qty-size {
    height: 33px !important;
    width: 42px;
    border-radius: 4px !important;
}

#qty-error {
    position: absolute;
    margin-top: 56px;
    margin-right: -29px;
}

.share-style {
    line-height: 16px !important;
}

.delivery-icon {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #285a8c;
    text-align: center;
    white-space: nowrap;
    /* background-color: #e9ecef; */
    /* border: 1px solid #ced4da; */
    border-radius: 0.25rem;
}

.check-button {
    background: none !important;
}

.copy-link {
    display: block;
    float: left;
    border: 1px solid #FFF;
    line-height: 24px;
    /* padding: 6px 8px; */
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 132px;
}

.copybutton {
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    z-index: 9;
}

.button-tooltip-container {
    align-items: center;
    min-height: 23px;
}

#custom-tooltip {
    display: none;
    margin-left: 33px;
    padding: 8px 12px;
    background-color: #000000df;
    border-radius: 4px;
    color: #fff;
}

.bi-link-45deg {
    padding: 6px !important;
}

.button-tooltip-container:hover {
    border-color: #EEE;
    border-style: solid;
    background-color: #EEE;
}

.button-tooltip-container .a2a_i {
    line-height: 0px !important;
}

.pdp-cart-button {
    width: 220px;
    height: 50px;
}

.sparsh-buynow-btn {
    width: 220px !important;
    font-size: 15px !important;
}

.cart-buynow-btn {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

button#product-addtocart-button {
    font-size: 15px;
    background: #F4F4F4 !important;
    color: #000000 !important;
    border: 1px solid #C5C5C5 !important;
}

button#product-addtocart-button:hover {
    background: #43B64A !important;
    color: #fff !important;
    border: 1px solid #38972F;
}

button#product-sparsh-buynow-button {
    background: #F4F4F4;
    border: 1px solid #C5C5C5;
    color: #000000 !important;
}

button#product-sparsh-buynow-button:hover {
    background: #43B64A !important;
    color: #fff !important;
    border: 1px solid #38972F;
}

@media(min-width:990px) and (max-width:1210px) {
    .pdp-cart-button {
        width: 180px !important;
    }
    #product-sparsh-buynow-button {
        width: 180px !important;
    }
}

@media(min-width:990px) and (max-width:1210px) {
    #product-addtocart-button {
        width: 180px !important;
    }
    #product-sparsh-buynow-button {
        width: 180px !important;
    }
}

@media(min-width:768px) and (max-width:990px) {
    #product-addtocart-button {
        width: 140px !important;
    }
    #product-sparsh-buynow-button {
        width: 140px !important;
    }
}

@media(max-width:768px) {
    .btn-row-pdp {
        padding-left: 10px;
    }
}

@media(min-width:360px) and (max-width:500px) {
    .pdp-cart-button {
        width: 130px !important;
    }
    #product-sparsh-buynow-button {
        width: 130px !important;
    }
}

.social-share {
    border-right: none !important;
}

.cart-buynow-btn .btn-row-pdp {
    padding-left: 10px;
}

.qty-and-share {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px 23px 0px;
}

@media(max-width:768px) {
    .qty-and-share {
        /* justify-content: space-between; */
    }
}

@media(max-width:769px) {
    p.dispatch-text {
        font-size: 11px;
    }
}

@media(max-width:360px) {
    .pdp-cart-button {
        width: 130px
    }
    .sparsh-buynow-btn {
        width: 130px !important;
    }
}

.pdp-qty-text {
    font-size: 14px;
    color: black !important;
    font-weight: 600;
}

.onlyamount {
    font-weight: 700;
}

.sparsh-buynow-view #product-sparsh-buynow-button {
    padding: 13px 17px !important;
}

.block-collapsible-nav-content .nav .item.current a:before {
    display: none;
}
@media(max-width:768px) {
    .shipping-information{
        padding: 0 30px;
    }
}
.table-checkout-shipping-method tr:nth-child(3) {
    display : none;
}
.table-checkout-shipping-method tr:nth-child(1) {
    display : none;
}
/*css for home page banners desktop*/
div#bf-banner-sliders .banner-content.left{
    position: absolute;
        top: 24%;
        right: 10%;
        user-select: text !important;
    }
    div#bf-banner-sliders .banner-content.left h2.banner-title{
    display:none;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy{
        margin-left: 0px;
        width: 100%;
        text-align: left;
        margin-left: 8%;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(1){
        color: #27C7FF;
        font-size: 36px;
        font-weight: 800;
        /* padding-right: 537px; */
        margin-bottom: 0px;
        text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
        font-family: "Montserrat" !important;
        font-family: 'Montserrat' !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(2){
        color: #fff;
        font-size: 38px;
        /* padding-right: 313px; */
        line-height: 50px;
    margin-top:-9px;
        margin-bottom: 18px;
        font-weight: 100;
        text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
        font-family: "Montserrat" !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(3){
        color: #fff;
        font-size: 38px;
        /* padding-right: 313px; */
        line-height: 50px;
        margin-bottom: 18px;
    margin-top:-29px;
        font-weight: 100;
        text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
        font-family: "Montserrat" !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(4){
        color: #fff;
        font-size: 16px;
        /* padding-right: 269px; */
        margin-bottom: 0px;
        width: 50%;
        font-family: "Montserrat" !important;
    }
    div#bf-banner-sliders .banner-button{
         position: relative;
        top: 9%;
        left: 6%;
        
        font-size: 13px;
        font-weight: 600;
        
        
    }
    div#bf-banner-sliders .banner-button a{
        text-decoration: none;
        border-radius: 0;
        padding-bottom: 10px !important;
        padding-top: 8px !important;
        margin-left:7px;
    }
    div#bf-banner-sliders .banner-button a span{
        margin: 0px 0px;
        padding: 35px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none !important;
        font-family: "Montserrat" !important;
    }
    div#bf-banner-sliders .banner-content.left{
        position: absolute;
            top: 24%;
            right: 10%;
            user-select: text !important;
        }
        div#bf-banner-sliders .banner-content.left h2.banner-title{
        display:none;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN{
            margin-left: 0px;
            width: 100%;
            text-align: left;
            margin-left: 8%;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(1){
            color: #fff;
            font-size: 36px;
            font-weight: 500;
            /* padding-right: 537px; */
            margin-bottom: 0px;
            text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
            font-family: "Montserrat" !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(2){
            color: #72bd57;
            font-size: 38px;
            /* padding-right: 313px; */
            line-height: 50px;
        margin-top:-7px;
            margin-bottom: 18px;
            font-weight: 700;
            text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
            font-family: "Montserrat" !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(3){
           color: #fff;
            font-size: 16px;
            /* padding-right: 269px; */
            margin-bottom: 0px;
            width: 50%;
          margin-top:17px;
          font-family: "Montserrat" !important;
        
        }
        div#bf-banner-sliders .banner-button{
             position: relative;
            top: 9%;
            left: 6%;
            
            font-size: 13px;
            font-weight: 600;
            
            
        }
        div#bf-banner-sliders .banner-button a{
            text-decoration: none;
            border-radius: 0;
            padding-bottom: 10px !important;
            padding-top: 8px !important;
            margin-left:7px;
        }
        div#bf-banner-sliders .banner-button a span{
            margin: 0px 0px;
            padding: 35px;
            font-size: 13px;
            font-weight: 600;
            text-decoration: none !important;
            font-family: "Montserrat" !important;
        }
        div#bf-banner-sliders .banner-content.left{
            position: absolute;
                top: 24%;
                right: 10%;
                user-select: text !important;
            }
            div#bf-banner-sliders .banner-content.left h2.banner-title{
            display:none;
            }
           
            div#bf-banner-sliders .banner-inner.left .banner-caption .mobility{
                margin-left: 0px;
                width: 100%;
                text-align: left;
                margin-left: 8%;
            }
            div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(1){
                color: #fff;
                font-size: 36px;
                font-weight: 500;
                /* padding-right: 537px; */
                margin-bottom: -10px;
                text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
                font-family: "Montserrat" !important;
            }
            div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(2){
                color: #fff;
                font-size: 36px;
                /* padding-right: 313px; */
                line-height: 50px;
            /* margin-top:-9px; */
                margin-bottom: 18px;
                font-weight: 700;
                text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
                font-family: "Montserrat" !important;
            }
            div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(3){
                color: #fff;
                font-size: 36px;
                /* padding-right: 313px; */
            /*     line-height: 50px; */
            /*     margin-bottom: 18px; */
            margin-top:-27px;
                font-weight: 100;
                text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
                width:70%;
                font-family: "Montserrat" !important;
            }
            div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(4){
                color: #fff;
                font-size: 16px;
                /* padding-right: 269px; */
                margin-bottom: 0px;
                width: 70%;
                font-family: "Montserrat" !important;
            }
            div#bf-banner-sliders .banner-button{
                 position: relative;
                top: 9%;
                left: 6%;
                
                font-size: 13px;
                font-weight: 600;
                
                
            }
            div#bf-banner-sliders .banner-button a{
                text-decoration: none;
                border-radius: 0;
                padding-bottom: 10px !important;
                padding-top: 8px !important;
                margin-left:7px;
            }
            div#bf-banner-sliders .banner-button a span{
                margin: 0px 0px;
                padding: 35px;
                font-size: 13px;
                font-weight: 600;
                text-decoration: none !important;
                font-family: "Montserrat" !important;
            }
            div#bf-banner-sliders .banner-content.left{
                position: absolute;
                    top: 24%;
                    right: 10%;
                    user-select: text !important;
                }
                div#bf-banner-sliders .banner-content.left h2.banner-title{
                display:none;
                }
                div#bf-banner-sliders .banner-inner.left .banner-caption .wbn{
                    margin-left: 0px;
                    width: 100%;
                    text-align: left;
                    margin-left: 8%;
                }
                .bldtxt{
                    color:#c9d245;
                    font-weight:800;
                }
                #onev{
                    margin-left:16px;
                }
                #Ltxt{
                    margin-left:13px;
                }
                #twov{
                    margin-left:13px;
                }
                #Atxt{
                    margin-left:14px;
                }
                div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(1){
                    color: #fff;
                    font-size: 36px;
                    font-weight: 500;
                    /* padding-right: 537px; */
                    margin-bottom: 0px;
                    text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
                    font-family: "Montserrat" !important;
                }
                div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(2){
                    color: #fff;
                    font-size: 36px;
                    /* padding-right: 313px; */
                    line-height: 50px;
                margin-top:-11px;
                    margin-bottom: 18px;
                    font-weight: 100;
                    text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
                    font-family: "Montserrat" !important;
                }
                div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(3){
                   color: #fff;
                   font-size: 16px;
                   /* padding-right: 269px; */
                   margin-bottom: 0px;
                   width: 70%;
                   margin-top: -7px;
                   font-family: "Montserrat" !important;
                }
                div#bf-banner-sliders .banner-button{
                     position: relative;
                    top: 9%;
                    left: 6%;
                    
                    font-size: 13px;
                    font-weight: 600;
                    
                    
                }
                div#bf-banner-sliders .banner-button a{
                    text-decoration: none;
                    border-radius: 0;
                    padding-bottom: 10px !important;
                    padding-top: 8px !important;
                    margin-left:7px;
                }
                div#bf-banner-sliders .banner-button a span{
                    margin: 0px 0px;
                    padding: 35px;
                    font-size: 13px;
                    font-weight: 600;
                    text-decoration: none !important;
                    font-family: "Montserrat" !important;
                }
                div#bf-banner-sliders .slick-prev, .slick-next {
                    border-radius: 1px !important;
                    /* background: #FFFFFF80 !important; */
                   
                }
                div#bf-banner-sliders .slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after {
                    color: #000000;
                    font-weight:900;
                }
/*css for home page banner mobile responsiveness*/
@media screen and (max-width: 767px) {
div#bf-banner-sliders .banner-content.left{
    position: absolute !important;
        top: 7% !important;
        right: 13% !important;
        margin-top:14px;
        user-select: text !important;
    }
    div#bf-banner-sliders .banner-content.left h2.banner-title{
    display:none;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(1){
        color: #27C7FF;
        font-size: 25px;
        font-weight: 800;
        text-align: center;
        margin-right: 22px !important;
        /* padding-right: 537px; */
        margin-bottom: 0px !important;
        text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
        font-family: "Montserrat" !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(2){
        color: #fff;
        font-size: 18px;
        /* padding-right: 313px; */
        line-height: 50px;
        margin-top: -19px !important;
        text-align: center;
        margin-bottom: 18px !important;
        font-weight: 100;
        text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
        font-family: "Montserrat" !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(3){
        color: #fff;
        font-size: 19px;
        text-align: center;
        /* padding-right: 313px; */
        line-height: 15px;
        margin-bottom: 20px !important;
        margin-top: -26px !important;
        margin-right: 27px !important;
        font-weight: 100;
        text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
        font-family: "Montserrat" !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(4){
        color: #fff;
        font-size: 13px;
        /* padding-right: 269px; */
        margin-bottom: -15px;
        width: 100%;
        margin-top: -10px;
        /* margin-left: 10px; */
        text-align: center;
        font-family: "Montserrat" !important;
    }
    div#bf-banner-sliders .banner-button{
        margin-top: 2px;
        text-align: center;
        margin-right: 30px;
    }
    div#bf-banner-sliders .banner-button a{
        text-decoration: none;
        border-radius: 0;
        padding-top: 0px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    div#bf-banner-sliders .banner-button a span{
        margin: 0px 0px;
        padding: 18px;
        font-size: 10px;
        font-weight: 600;
        text-decoration: none !important;
        font-family: "Montserrat" !important;
    }
    div#bf-banner-sliders .banner-content.left{
        position: absolute;
            top: 7%;
            right: 13%;
            user-select: text !important;
        }
        div#bf-banner-sliders .banner-content.left h2.banner-title{
        display:none;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(1){
            color: #fff;
            font-size: 26px;
            font-weight: 500;
            text-align: center;
            margin-right: 22px;
            /* padding-right: 537px; */
            margin-bottom: 0px;
            text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
            font-family: "Montserrat" !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(2){
            color: #72bd57;
            font-size: 22px;
            /* padding-right: 313px; */
            line-height: 50px;
            margin-top: -18px;
            text-align: center;
            margin-bottom: 18px;
            font-weight: 700;
            text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
            font-family: "Montserrat" !important;
        }
        
        div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(3){
            color: #fff;
            font-size: 12px;
            /* padding-right: 269px; */
            margin-bottom: -16px;
            width: 100%;
            margin-top: -19px;
            /* margin-left: 10px; */
            text-align: center;
            font-family: "Montserrat" !important;
        }
        div#bf-banner-sliders .banner-button{
            margin-top: 12px;
            text-align: center;
            margin-right: 30px;
        }
        div#bf-banner-sliders .banner-button a{
            text-decoration: none;
            border-radius: 0;
            padding-top: 0px;
            padding-bottom: 4px;
            padding-left: 24px;
            padding-right: 24px
        }
        div#bf-banner-sliders .banner-button a span{
            margin: 0px 0px;
            padding: 25px;
            font-size: 10px;
            font-weight: 600;
            text-decoration: none !important;
            font-family: "Montserrat" !important;
        }
        div#bf-banner-sliders .slick-list .slick-track:nth-child(4) .banner-content.left{
            position: absolute;
                top: 7%;
                right: 13%;
                margin-top:10px;
                user-select: text !important;
            }
            div#bf-banner-sliders .banner-content.left h2.banner-title{
            display:none;
            }
            div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(1){
                color: #fff;
                font-size: 19px;
                font-weight: 100;
                text-align: center;
                margin-right: 22px;
                /* padding-right: 537px; */
                margin-bottom: 4px;
                text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
                font-family: "Montserrat" !important;
            }
            div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(2){
                color: #fff;
                font-size: 20px;
                /* padding-right: 313px; */
                line-height: 50px;
                margin-top: -19px;
                text-align: center;
                margin-bottom: 21px;
                font-weight: 700;
                text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
                font-family: "Montserrat" !important;
            }
            div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(3){
                color: #fff;
                font-size: 18px;
                text-align: center;
                /* padding-right: 313px; */
                line-height: 15px;
                margin-bottom: 20px;
                margin-top: -26px;
                margin-left:49px;
                font-weight: 100;
                text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
                font-family: "Montserrat" !important;
            }
            div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(4){
                color: #fff;
                font-size: 12px;
                /* padding-right: 269px; */
                margin-bottom: -13px;
                width: 100%;
                margin-top: -13px;
                /* margin-left: 10px; */
                text-align: center;
                font-family: "Montserrat" !important;
            }
            div#bf-banner-sliders .slick-list .slick-track div:nth-child(4) .banner-content.left .banner-button{
                margin-top: 0px;
                text-align: center;
                margin-right: 20px;
            }
            div#bf-banner-sliders .slick-list .slick-track div:nth-child(4) .banner-content.left .banner-button a{
                text-decoration: none;
                border-radius: 0;
                padding-top: 0px;
                padding-bottom: 2px;
                padding-left: 7px;
                padding-right: 7px;
            }
            div#bf-banner-sliders .slick-list .slick-track div:nth-child(4) .banner-content.left .banner-button a span{
                margin: 0px 0px;
                padding: 14px;
                font-size: 10px;
                font-weight: 600;
                text-decoration: none !important;
                font-family: "Montserrat" !important;
            }
            div#bf-banner-sliders .banner-content.left{
                position: absolute;
                    top: 7%;
                    right: 13%;
                }
                div#bf-banner-sliders .banner-content.left h2.banner-title{
                display:none;
                }
                div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(1){
                    color: #fff;
                    font-size: 26px;
                    font-weight: 100;
                    text-align: center;
                    margin-right: 22px;
                    /* padding-right: 537px; */
                    margin-bottom: 6px;
                    text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
                    font-family: "Montserrat" !important;
                }
                .bldtxt{
                    color:#c9d245;
                    font-weight:800;
                }
                #onev{
                    margin-left:16px;
                }
                #Ltxt{
                    margin-left:13px;
                }
                #twov{
                    margin-left:13px;
                }
                #Atxt{
                    margin-left:14px;
                }
                div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(2){
                    color: #fff;
                    font-size: 25px;
                    /* padding-right: 313px; */
                    line-height: 50px;
                    margin-top: -18px;
                    text-align: center;
                    margin-bottom: 18px;
                    font-weight: 100;
                    text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
                    font-family: "Montserrat" !important;
                }
                
                div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(3){
                    color: #fff;
                    font-size: 16px;
                    /* padding-right: 269px; */
                    margin-bottom: -1px;
                    width: 100%;
                    margin-top: -19px;
                    /* margin-left: 10px; */
                    text-align: center;
                    font-family: "Montserrat" !important;
                }
                div#bf-banner-sliders .banner-button{
                    margin-top: 12px;
                    text-align: center;
                    margin-right: 23px;
                }
                div#bf-banner-sliders .banner-button a{
                    text-decoration: none;
                    border-radius: 0;
                    padding-top: 0px;
                    padding-bottom: 4px;
                    padding-left: 24px;
                    padding-right: 24px
                }
                div#bf-banner-sliders .banner-button a span{
                    margin: 0px 0px;
                    padding: 25px;
                    font-size: 10px;
                    font-weight: 600;
                    text-decoration: none !important;
                    font-family: "Montserrat" !important;
                }
}    
/*css for hero banner for tablet resonsive*/
@media only screen and (max-width: 960px) and (min-width: 768px){
    div#bf-banner-sliders .banner-content.left {
        position: absolute;
        top: 12%;
        right: 19%;
        user-select: text !important;
    }
    
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(4) {
        color: #fff;
        font-size: 16px;
        /* padding-right: 269px; */
        margin-bottom: 0px;
        width: 80%;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(3) {
        color: #fff;
        font-size: 16px;
        /* padding-right: 269px; */
        margin-bottom: 0px;
        width: 80%;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(4) {
        color: #fff;
        font-size: 16px;
        /* padding-right: 269px; */
        margin-bottom: 0px;
        width: 80%;
    }
}
@media(max-width:768px){
    div#checkout button.action-close{
        display:block !important;
    }
}
@media(min-width:768px){
.shop-by-container {
    padding-top: 1rem !important;
    margin-top: 0.1rem !important;
    margin-bottom: 3.5rem !important;
}
}


/*css for logo,searchicon,carticon color*/
@media (max-width: 440px){
.logo-col .nav-toggle:before{
    color:#111 !important;
}

img#cart_icon {
    color:#111 !important;
}
}

.block-search .label:before{
    color:#111 !important;
}
/*css to increase gap between blocks in home page in responsive*/
@media (max-width: 767px){
.shop-by-container {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
}
.ceo-banner-background {
    padding: 30px 0px !important;
    margin-top: 20px !important;
    padding-bottom:26px !important;
}
.our-approach-container{
    margin-bottom:2rem !important;
}
.virtual-demo {
    padding: 40px 0 0 0 !important;
    
}

}
div#bf-banner-sliders .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus, .slick-prev:not(.primary), .slick-next:not(.primary) {

    background:none !important;
} 
.bf-banner-sliders-block .slick-slide img{
    width: 100%;
}
@media(max-width:767px){
    .footer-bg {
        padding:30px 20px 20px 20px !important;
      }
      
      .talk-easy {
        background-color: #bfeaf5;
        padding: 20px !important;
      }
      
      .newsletter_container {
        background: #0a416f;
        color: #fff;
        padding: 20px !important;
      }
      .our-approach-container{
        padding-top:15px !important;
        margin-bottom:10px !important;
        margin-top:20px !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;
    }
    }
    .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;
    }
    @media(min-width:768px){
    .container.our-approach-container.my-5.py-md-5{
        margin-top:2.5rem !important;
        margin-bottom:2.5rem !important;
    }
    /* .container-xxl.virtual-demo{
        margin-top:4rem !important;
    } */
    .virtual-demo {
        padding: 40px 0 0 0 !important;
    }
}
/*footer mobile centre alignment*/
@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;
    }
    }
    /*css for testimonial profile images*/
    .testimonials-list figure.testimonial img, .testimonials-slider figure.testimonial img {
        height: 65px !important;
        width: 65px !important;
       }
    /*css to change color for slick dots in home page banners*/
    .bf-banner-sliders .slick-dots li button{
        background: white !important;
    }
    .bf-banner-sliders .slick-dots li.slick-active button {
        background-color: #009b3c !important;
        border:1px solid #009b3c !important;
    }
    @media(min-width:768px){
        .customer-account-logoutsuccess .page-wrapper .page-title-wrapper{
           display:flex !important;
           justify-content: center !important;
           margin-top: 11% !important;
        }
    .signedoutmsgredirectt{
        display: flex !important;
        justify-content: center !important;
        margin-top: 5px !important;
        margin-left: 7px !important;
    }
}
@media(max-width:540px){
    .signedoutmsgredirectt{
       margin-left:48px;
    }
    .customer-account-logoutsuccess .page-wrapper .page-title-wrapper .page-title .base{
        margin-left:90px;
    }
}
div#bf-banner-sliders .banner-button a:hover{
    background:linear-gradient(34deg, #e4e4e4 0%, #eeeeee 59%, #f3f3f3 100%) !important;
    color:#000 !important;
    
}
.account.review-customer-index .page-title-wrapper h1{
    display: flex !important;
        justify-content: center !important;
        margin-top: 1.3% !important;
    }
    .account.review-customer-index .message{
        display: flex;
        justify-content: center;
             
            padding:0px 0px 0px 0px!important;
        }
@media(min-width:768px) and (max-width:835px ){
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(1) {
        font-size: 30px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(2) {
        font-size: 28px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(3) {
        font-size: 28px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(4) {
        font-size: 13px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(1) {
        font-size: 30px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(2) {
        font-size: 31px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(2) {
        font-size: 31px !important;
        margin-top: -7px !important;
        margin-bottom: 9px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(1) {
        font-size: 30px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(2) {
        font-size: 30px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(3) {
        font-size: 30px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(4) {
        font-size: 12px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(1) {
        font-size: 30px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(2) {
        font-size: 31px !important;
    }
    div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(3) {
        font-size: 14px !important;
    }

}  
@media(max-width:767px){
    div#bf-banner-sliders .slick-list .slick-track div:nth-child(5) .banner-content.left .banner-button{
    margin-top: 4px !important;
    }
    
    div#bf-banner-sliders .slick-list .slick-track div:nth-child(5) .banner-content.left .banner-button a{
    padding-bottom: 8px !important;
        padding-top: 3px !important;
    padding-left: 8px !important;
        padding-right: 6px !important;
    
    }
    div#bf-banner-sliders .slick-list .slick-track div:nth-child(4) .banner-content.left .banner-button a {
        padding-bottom: 6px !important;
        padding-top: 1px !important;
        padding-left: 7px !important;
        padding-right: 6px !important;
    }
    
    
    div#bf-banner-sliders .slick-list .slick-track div:nth-child(4) .banner-content.left {
        top: 4% !important;
        margin-top: 14px !important;
        
    }
    div#bf-banner-sliders .slick-list .slick-track div:nth-child(3) .banner-content.left {
        
        top: 5% !important;
    }
    div#bf-banner-sliders .slick-list .slick-track div:nth-child(3) .banner-button a {
        padding-bottom: 10px !important;
        padding-top: 5px !important;
        padding-left: 12px !important;
        padding-right: 10px !important;
    }
    }

    @media(min-width:290px) and (max-width:352px){

        div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(1) {
            font-size: 20px !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(2) {
            font-size: 19px !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .o2BN p:nth-child(3) {
            
            font-size: 11px !important;
            margin-top: -26px !important;
        }
        div#bf-banner-sliders .slick-list .slick-track div:nth-child(3) .banner-button a {
            padding-bottom: 6px !important;
            padding-top: 1px !important;
            padding-left: 8px !important;
            padding-right: 5px !important;
        }
        
        
        div#bf-banner-sliders .slick-list .slick-track div:nth-child(5) .banner-content.left {
            position: absolute !important;
            top: 5% !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(1) {
            font-size: 21px !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(2) {
            font-size: 20px !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .wbn p:nth-child(3) {
            font-size: 13px !important;
        }
        div#bf-banner-sliders .slick-list .slick-track div:nth-child(5) .banner-content.left .banner-button a {
            padding-bottom: 5px !important;
            padding-top: 1px !important;
            padding-left: 3px !important;
            padding-right: 0px !important;
        }
        
        
        div#bf-banner-sliders .slick-list .slick-track div:nth-child(4) .banner-content.left {
            top: 4% !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(1) {
            font-size: 16px !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(2) {
            font-size: 16px !important;
            margin-bottom: 16px !important;
           margin-top: -22px !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(3) {
            
            font-size: 14px !important;
            margin-bottom: 17px !important;
                margin-left: 35px !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .mobility p:nth-child(4) {
            font-size: 10px !important;
        }
        div#bf-banner-sliders .slick-list .slick-track div:nth-child(4) .banner-button {
            position: relative;
            top: 8% !important;
        }
        div#bf-banner-sliders .slick-list .slick-track div:nth-child(4) .banner-content.left .banner-button a {
            padding-bottom: 4px !important;
            padding-top: 0px !important;
            padding-left: 4px !important;
            padding-right: 2px !important;
        }
        
        div#bf-banner-sliders .slick-list .slick-track .banner-content.left {
            position: absolute !important;
            top: 4% !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(1) {
            font-size: 22px !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(2) {
            font-size: 15px !important;
            margin-bottom: 12px !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(3) {
            font-size: 15px !important;
        }
        div#bf-banner-sliders .banner-inner.left .banner-caption .sleeptheraphy p:nth-child(4) {
            font-size: 10px !important;
                margin-top: -13px !important;
        }
        div#bf-banner-sliders .slick-list .slick-track .banner-button {
            
            top: 7% !important;
        }
        div#bf-banner-sliders .slick-list .slick-track .banner-button a {
           padding-bottom: 7px !important;
            padding-top: 4px !important;
            padding-left: 14px !important;
            padding-right: 13px !important;
        }
        }
        @media(max-width:385px){
        div#bf-banner-sliders .slick-list .slick-track div:nth-child(2) .banner-content.left{
        top: 3% !important;
        }
        }
        .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 bug fixes*/
.checkout-onepage-success .page-title-wrapper{
    margin-top: 50px !important;
        display: flex !important;
        justify-content: center !important;
    }
    .input-survey-radio{
        cursor:pointer !important;
    }

/*css for compare icon position in responsiveness*/

@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;
}
}



/*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;
    }
}
    #registration a.social-login-btn.action.primary:active {
        background: #43B64A !important;
        border: 1px solid #38972F !important;
        color: #fff !important;
}
    #registration a.social-login-btn.action.primary:focus {
        background: #43B64A !important;
        border: 1px solid #38972F !important;
        color: #fff !important;
}


/* @media(max-width:900px){
    #shipping-new-address-form .field:nth-child(5) {
       position: relative;
       bottom: -230px;
   }
    #shipping-new-address-form .field:nth-child(6) {
       position: relative;
       top: 232px;
   }
       #shipping-new-address-form .field:nth-child(10) {
           position: relative;
           top: 22px;
       }
   } */
   @media(max-width: 900px){
    .form-shipping-address #shipping-new-address-form .field-error {
        display:none !important;
    }
    }
    #customer-email-fieldset #customer-email-error{
        display:none !important;
    }
    /* @media (min-width: 900px){ 
   .form-shipping-address #shipping-new-address-form .field-error {
       display: block !important;
       position:absolute !important;
   } 
   .form-shipping-address  #shipping-new-address-form .field-error, div.mage-error[generated] {
       margin-top: 0px !important;
   }
   
   } */

   #checkout-step-shipping .shipping-address-item{
    overflow:auto !important;
}
@media(min-width:769px){
.trust-badges{
    padding-top:44px !important;
}
}
@media(min-width:768px) and (max-width:990px){
#securee{
margin-left:11px !important;
}
#satisfaaction{
    margin-left:11px !important;
}
}

.catalog-product-view .review-ratings .rating-summary.item {
    display: none; 
}

.catalog-product-view .review-ratings .rating-summary.item:last-child {
     display: block; 
 }

 .sidebar-main .a-list-item a .clearrate{
    display:none;
}
.sidebar-main .block-content .a-list-item a .clearrate{
    display:block !important;
}
.billing #primary_billing{
    cursor:pointer !important;
}
.shipping #primary_shipping{
    cursor:pointer !important;
}
@media(min-width:768px) and (max-width:825px){
    #contactemailid {
        font-size: 13px !important;
    }
    }
 @media(min-width:768px) and (max-width:1000px) {
	.trust-badges img {
		width: 80px;
		height: auto;
	}

}

@media(min-width:1430px) {
	.checkout-index-index .payment-img {
		margin-left: 0 !important;
	}
}

@media(min-width:768px) and (max-width:850px) {
	.opc-wrapper .shipping-address-item.selected-item {
		padding: 10px !important;
		width: 200px !important;
	}

	.shipping-address-items .not-selected-item {
		padding: 10px !important;
		width: 200px !important;
	}
}

@media(min-width:1024px) and (max-width:1300px) {
	.opc-wrapper .address-items {
		margin-right: 50px !important;
	}
}
.page.messages {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.page.messages.hidden {
    display: none;
}
.navigation .level-top.ui-corner-all:hover, .navigation .level-top.ui-corner-all:active{
    color:#a3d133 !important;
}
.navigation .category-item.active.level-top .level-top.ui-corner-all{
    color:#a3d133 !important; 
}
@media(min-width:768px){
.checkout-index-index .payment-img img:not(nth-child){
    width:10%;
}
.checkout-index-index .payment-img img:nth-child(5) {
    width: 15%; 
}
}
@media(max-width:768px){
.checkout-index-index .payment-img img:not(nth-child){
   width:20%;
}
.checkout-index-index .payment-img img:nth-child(5) {
   width: 30%; 
}
}
/*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;
}

.account.customer-account-index .box.box-shipping-address address>a, .account.customer-address-index .box-address-shipping address>a {

    color: #333;

    text-decoration: none;

    pointer-events: none

}

 

.account.customer-account-index .box.box-billing-address address>a, .account.customer-address-index .box-address-billing address>a {

    color: #333;

    text-decoration: none;

    pointer-events: none

}
@media(min-width: 768px) and (max-width: 1024px){
    #learmore {
        border-bottom: none !important;
    }
}
.account.customer-address-index .modal-footer button.action-secondary.action-dismiss{
    font-size:10px !important;
}
.pm-btn-pdp #qty-error {
    margin-top: 56px !important;
}
#shipping-new-address-form [name='shippingAddress.fax'] {
    display: none !important;
}
@media(min-width: 769px) and (max-width:775px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 545px;
        top: 162px;
        z-index: 2;
    }
}
@media(min-width: 775px) and (max-width:785px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 552px;
        top: 163px;
        z-index: 2;
    }
}
@media(min-width: 785px) and (max-width:795px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 557px;
        top: 165px;
        z-index: 2;
    }
}
@media(min-width: 795px) and (max-width:805px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 563px;
        top: 165px;
        z-index: 2;
    }
}
@media(min-width: 805px) and (max-width:815px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 569px;
        top: 165px;
        z-index: 2;
    }
}
@media(min-width: 815px) and (max-width:825px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 575px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 825px) and (max-width:835px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 583px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 835px) and (max-width:845px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 588px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 845px) and (max-width:855px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 598px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 855px) and (max-width:865px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 605px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 865px) and (max-width:875px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 610px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 875px) and (max-width:885px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 617px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 885px) and (max-width:895px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 623px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 895px) and (max-width:905px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 630px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 905px) and (max-width:915px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 635px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 915px) and (max-width:925px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 642px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 925px) and (max-width:935px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 647px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 935px) and (max-width:945px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 657px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 945px) and (max-width:955px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 664px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 955px) and (max-width:965px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 669px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 965px) and (max-width:975px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 675px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 975px) and (max-width:985px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 680px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 985px) and (max-width:995px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 688px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 995px) and (max-width:1005px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 693px;
        top: 166px;
        z-index: 2;
    }
}
@media(min-width: 1005px) and (max-width:1015px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 700px;
        top: 168px;
        z-index: 2;
    }
}
@media(min-width: 1015px) and (max-width:1025px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 709px;
        top: 168px;
        z-index: 2;
    }
}
@media(min-width: 1025px) and (max-width:1035px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 715px;
        top: 168px;
        z-index: 2;
    }
}
@media(min-width: 1035px) and (max-width:1045px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 722px;
        top: 169px;
        z-index: 2;
    }
}
@media(min-width: 1045px) and (max-width:1055px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 730px;
        top: 169px;
        z-index: 2;
    }
}
@media(min-width: 1055px) and (max-width:1065px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 737px;
        top: 169px;
        z-index: 2;
    }
}
@media(min-width: 1065px) and (max-width:1079px) {
    .custom-total-savings-checkout {
        position:relative;
        left: 744px;
        top: 169px;
        z-index: 2;
    }
}
/*related products arrow css */
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
    
    top: 202px !important;
   
}

:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
   
    top: 202px !important;
     left: -15px !important;
}
@media(max-width:768px){
    .cms-home.cms-index-index .page.messages {
        position: absolute;
        top: 95px;
        width: 100%;
    }
}
@media(min-width:786px){
    .cms-home.cms-index-index .page.messages {
        position: absolute;
        top: 150px;
        width: 100%;
    }
}
.points-col{
    list-style: none;
    margin-left: 22px;
}
@media(max-width:786px){
    .points-col{
       display: none;
    }
}