.products-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, minmax(300px, auto));
    background-color: #FFF;
    grid-gap: 20px;
    padding: 20px 0;
    /* border: 1px solid #cccccc80; */
}

.products-grid-container > div {
    /* border: 1px solid #ccccccc9; */
    transition: all 100ms ease-in-out;
}

.products-grid-container > div:hover {
    /* transform: scale(1.01); */
}

.products-grid-container > div {
    padding: 25px 20px 55px 20px;
    position: relative;
    border: 1px solid #ccccccc9;
}

.products-grid-container > div h3 {
    font-size: 21px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.product-price {
    display: inline-block;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 2px;
}

.product-srp {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
    padding: 5px 8px;
    /* background-color: #00a74c; */
    background-image: linear-gradient(to right, #56b531e0 , #96ca73) !important;
    border-radius: 5px;
    color: #FFF;
    border: 1px solid #56b531e0;
}

.product-description {
    color: #8a8a8a;
    margin-bottom: 20px;
}

.higlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 20px auto;
    color: #8a8a8a;
}

.higlights > div {
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
}

.service-highlights-title{
    text-align:center;
    color: #8a8a8a;
    margin-top:20px;
}

.product-button {
    position: absolute;
    right: 20px;
    bottom: 16px;
    font-size: 16px;
    border-radius: 5px !important;
    height: 37px;
}

.product-button.view-more {
    right: 169px;
}

.product-button.add-to-cart {
    color: #FFF;
    background-image: linear-gradient(to right, #0073ff , #26cdff);
    border: 1px solid;
}

.product-button.add-to-cart:active,
.product-button.add-to-cart:focus,
.product-button.add-to-cart:hover{
    color:#FFF;
    border-color:#FFF;
}

.product-list-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 20px;
    border: 1px solid #cccccc80;
    padding: 20px;
    background-color: #FFF;
    width: 100%;
}

.products-menu {
    padding: 20px 0;
    /* border: 1px solid #cccccc80; */
    background-color: #FFF;
}

.product-srp i {
    color: #3f8624e0;
    background-color: #FFF;
    width: 16px;
    display: inline-block;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    padding: 3.4px;
    padding-left: 4.5px;
    cursor: pointer;
    margin-right: 3px;
    position: relative;
    top: -3px;
}

.products-menu ul {
    list-style-type: none;
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.products-menu ul li {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: unset;
    position: relative;
}

.products-menu ul li a {
    padding: 10px;
    display: block;
    font-size: 15px;
    text-decoration: none !important;
}

.products-menu ul li:nth-last-child(1) {
    border-bottom: 1px solid #ccc;
}

.products-menu ul li a i {
    font-size: 28px;
    position: relative;
    top: 2px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
    color: #0073ff;
    background-image: linear-gradient(to top right, #0073ff , #00a2d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 31px;
    line-height: 26px !important;
}

.products-menu ul li a span {
    position: relative;
    top: -2px;
    color: #8a8a8a;
}

.products-menu ul li a i.dash-font + span {
    top: -4px;
}

.products-menu ul li.active a i,
.products-menu ul li:hover a i {
    color: #FFF;
    background-image: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

.products-menu ul li.active a span,
.products-menu ul li:hover a span {
    color: #FFF !important;
}

.products-menu ul li.active,
.products-menu ul li:hover {
    background-image: linear-gradient(to top right, #0073ffd1 , #00a2d4cc);
}

.products-menu ul li.active:after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
}

p.usonly {
    position: absolute;
    bottom: 15px;
    color: red;
    font-size: 12px;
    font-style: italic;
}

.products-grid-container .product-srp {
    display: block;
    margin-left: 0;
    margin-top: 16px;
    width: max-content;
}

.product-price span {
    font-size: 15px;
}

.breadcrumbs-v1 li {
    /* color: #666 !important; */
    /* font-size: 13px; */
}

.breadcrumb-container .product-button.add-to-cart {
    top: -21px;
    height: 40px;
    right: 0;
}

ul.breadcrumbs-v1 {
    display: inherit;
}

.product-srp span {
    font-size: 12px;
}

.product-button.add-to-cart span {
    font-size: 14px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

div#add-to-cart .modal-body .alert {
    position: relative;
    display: block;
    max-width: unset;
    animation: unset;
    margin-top: -17px;
    margin-bottom: 30px;
    line-height: 25px;
}

#add-to-cart .modal-body > div {
    margin-top: 10px;
    margin-bottom: 15px;
}

i.items-in-cart {
    font-size: 12px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: red;
    padding-top: 1px;
    border-radius: 50%;
    top: -7px;
    font-style: normal;
}

#add-to-cart .form-actions,
#empty-cart .form-actions {
    text-align: center;
}

#add-to-cart .form-actions button,
#empty-cart .form-actions button {
    padding: 10px;
    width: 130px;
    border-radius: 5px !important;
}

div#create-new-company > label:not(:nth-child(1)) {
    margin-top:10px
}

.cart-sidebar {
    width: 100vw;
    max-width: 700px;
    height: 100vh;
    /* max-height: 650px; */
    position: fixed;
    background: #f3f3f3;
    border-left: 1px solid #ccc;
    /* border-right:unset; */
    /* border-top: unset; */
    top: 0;
    z-index: 100;
    right: 0;
    transition: right 300ms ease-in-out;
    border-radius: 0 !important;
    /* padding: 10px; */
    overflow-y: scroll;
    padding-bottom: 90px;
}

.cart-sidebar.closed{
    right: -700px!important;
}

.cart-sidebar.opened{
    right:0px !important;
}

/* .cart-sidebar.opened .cart-close-toggle {
    position: absolute;
    display: inline-block !important;
    left: -30px;
    top: 10px;
    background-color: #f3f3f3;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border: 1px solid #ccc;
    border-right: unset;
    border-radius: 5px 0 0 5px;
    text-align: center;
    padding-top: 6px;
}

.cart-close-toggle {
    display: none !important;
} */

.cart-title {
    margin: 0;
    text-align: center;
    padding: 30px;
    background-image: linear-gradient(to right, #0073ff , #26cdff);
    color: #FFF;
    line-height: 19px;
}

.cart-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(50px, max-content);
    grid-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

.cart-grid > div {
    background-color: #fff;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 30px;
}

.cart-grid > div > div:nth-child(1) {
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

.cart-grid > div > div:nth-child(2),
.cart-grid > div > div:nth-child(3){
    font-size: 15px;
    font-weight: 500;
    padding-top: 14px;
}

.cart-grid > div > div:nth-child(4){
    padding-top: 15px;
    font-size:17px;
}

.cart-total{
    text-align: center;
    font-size: 22px !important;
    font-weight: 600;
}

.cart-sidebar button {
    width: 325px;
    padding: 14px 8px;
    border-radius: 5px !important;
    border: 1px solid #26cdff;
    margin-top: 15px;
    font-size: 16.5px;
    font-weight: 500;
    position: relative;
    text-align: center !important;
}

.cart-sidebar button:last-of-type {
    margin-left: 0.5%;
    background-image: linear-gradient(to right, #0073ff , #26cdff);
    background-image: linear-gradient(to right, #56b531e0 , #96ca73e0) !important;
    color: #FFF;
    margin-right: 10px;
    border-color: #96ca73e0;
}

.cart-sidebar button:first-of-type {
    margin-right: 0.5%;
    color: #0073ff9e !important;
    border: 1px solid #0073ff70 !important;
    margin-left: 10px;
}

.remove-from-cart {
    cursor: pointer;
}

.cart-table-headers {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 30px;
    /* padding:10px; */
    height: 20px;
    margin-bottom: -10px;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.cart-table-headers > div:nth-child(1) {
    padding-left: 9px;
}

.cart-grid > div > div:nth-child(1) > span {
    display: block;
    font-weight: 200;
}

.cart-grid > div > div:nth-child(1) > span > span {
    font-style: italic;
}

.cart-title i {
    position: relative;
    font-size: 30px;
    top: -2px;
    margin-right: 7px;
}

.cart-title span {
    position: relative;
    top: -6px;
}

.cart-totals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    grid-gap: 2px;
}

.cart-totals > div {
    padding: 15px;
    text-align: center;
    background-color: #FFF;
    font-size: 17px;
}

.cart-totals > div:nth-child(3) {
    grid-column: 1/3;
}

.order-breakdown-header {
    text-align: center;
}

.cart-totals > div > i {
    position: relative;
    top: 1px;
    margin-right: 3px;
    color: #0073ff;
    background-image: linear-gradient(to top right, #0073ff , #00a2d49e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div#add-to-cart .modal-body .alert span a {
    text-decoration: none !important;
    color: #FFF;
    font-weight: 600;
}

hr.cart-separator {
    margin: 37px 10px 30px 10px;
    border-top: 4px dotted #0000001c;
    background-color: transparent;
}

.checkout-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    grid-gap: 20px;
}

.checkout-actions a,
.checkout-actions button {
    display: block;
    border: 1px solid;
    text-align: center;
    padding: 10px 8px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px !important;
}

.checkout-actions button {
    background-image: linear-gradient(to right, #56b531e0 , #96ca73e0) !important;
    border-color: #56b531e0;
    color: #FFF;
}

.checkout-actions a {
    border-color: #2cbcff;
    color: #35b2ec;
    text-decoration: none !important;
}
.checkout .cart-totals {
    border: 1px solid #ccc;
    background-color: #ccc;
    grid-gap: 1px;
}

.checkout .order-breakdown-header {
    margin-top: 40px;
}

.breadcrumb-container {
    height: 29px;
}

button.checkout-button i {
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 105px), -50%);
}

button.order-help {
    width: 100%;
    margin-bottom: 15px;
    color: #FFF;
    background-image: linear-gradient(to right, #0073ff , #26cdff);
    padding: 10px 0px;
    border: unset;
    border-radius: 5px !important;
    font-size: 16px;
    line-height: 24px;
}

button.order-help span {
    font-size: 25px;
    margin-top: 6px;
    display: block
}

span.original-price {
    text-decoration: line-through;
    color: #a0a0a0;
}

span.discounted-price {
    color: #ff0000e8;
    font-weight: 600;
}

.cart-sidebar button.apply-coupon{
    all: unset;
    background-image: linear-gradient(to right, #0073ff , #26cdff) !important;
    color: #FFF !important;
    padding: 0px 20px !important;
    cursor: pointer;
    height: 30px;
}

.checkout-grid button.apply-coupon{
    all: unset;
    background-image: linear-gradient(to right, #0073ff , #26cdff) !important;
    color: #FFF !important;
    padding: 0px 20px !important;
    cursor: pointer;
    border-radius: 5px !important;
    height: 33px;
}

input.coupon-code {
    height: 34px;
    border-radius: 5px !important;
    border: 1px solid #ccccccbd;
    width: calc(100% - 108px);
    padding-left: 10px;
    margin-left: 5px;
    margin-right: 7px;
}

.coupon-container {
    margin: 0 0 0 auto !important;
    width: 50%;
}

label.coupon-message.success {
    border: 1px solid #96ca73e0;
    background-image: linear-gradient(to right, #56b531e0 , #96ca73e0) !important;
}

label.coupon-message.error {
    background-image: linear-gradient(to top right, #dc0526e8, #ff0027fa);
    border-color: #ff0027e8;
}

label.coupon-message {
    margin-left: 6px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 10px;
    display: block;
    border-radius: 5px !important;
    font-weight: 400;
    color: #FFF;
}

.product-full-width {
    grid-column: 1/3;
}

a.view-cart > i:nth-child(1) {
    line-height: 27px;
}