/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 Apr, 2021, 11:19:43 AM
    Author     : Bhoomi Joshi
*/

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}

body {
    font-family: 'Source Sans Pro';
}

a {
    color: #0B3C5D;
}

.lgp-color-1 {
    color: #344e18!important;
}

.lgp-color-2 {
    color: #88ab2d!important;
}

.lgp-bg-1 {
    background: #344e18!important;
}

.lgp-bg-2 {
    background: #88ab2d!important;
}

.lgp-bg-3 {
    background: #0B3C5D!important;
}

.lgp-bg-4 {
    background: #B44705!important;
}

.mt-30 {
    margin-top: 30px;
}

.form-control.error {
    border-color: #ff0000;
}

.error {
    color: #ff0000!important;
    font-weight: 400!important;
    font-size: 14px!important;
}

.text-green-600 {
    color: #88ab2d;
}

.text-red-600 {
    color: #ff0000;
}

.btn-normal, .btn-solid {
    background: #88ab2d;
}

.btn-normal:hover {
    background: #344e18;
}

.width-48 {
    width: 48%!important;
}

.border-left {
    border-left: 4px solid #344e18;
}

.lgp-card {
    min-height: 585px;
}

::marker {
    content: "\00BB";
    color: #0B3C5D;
    font-size: 22px;
    font-weight: 600;
}

input:focus {
    outline-color: #344e18;
}

.font-black {
    color: #000!important;
}

.action-summary, .action-summary:hover, .action-summary:focus {
    background: #344e18!important;
    box-shadow: none!important;
    border-color: transparent!important;
    border: 0!important;
}

/* custom scroll bar start */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 8px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #344e18; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #88ab2d; 
}
/* custom scroll bar end */

/* signup page style start */
#signup-form input {
    border-radius: 8px!important;
}

.signup-button, .patient-signup-button {
    width: 100%;
    border-radius: 8px!important;
    margin-right: 20px;
    margin-top: 0px!important;
}

.patient-signup-button {
    left: 12px;
    position: relative;
}

.logout-btn {
    width: 46%;
    border-radius: 8px!important;
    float: right;
    margin-top: -45px!important;
}

#dob {
    background: #fff;
}

.form-terms {
    display: flex;
}
/* signup page style end */

/* patient signup telehealth clinic start */

.telehealth-clinic.hidden {
    display: none;
}

.telehealth-check {
    margin-top: 12px;
}

.telehealth-label {
    margin-top: 7px;
    font-size: 15px;
}

/* patient signup telehealth clinic end */

/* patient signup cant find address start */

#manual-address-btn {
    width: 25%;
    margin: 0 auto;
}

/* patient signup cant find address end */

/* login page style start */
.login-title {
    margin-bottom: 12px;
    color: #414540;
}

#login-form input {
    border-radius: 8px!important;
}

.login-button {
    width: 100%;
    border-radius: 8px!important;
}

.create-account {
    border-bottom: 1px solid #88ab2d;
}

.create-account:hover {
    color: #344e18;
}

.tab2-card ul {
    margin-top: 0px!important;
    border-bottom: 0!important;
}

.custom-control-label {
    margin-left: 5px;
}
/* login page style end */

/* user dashboard style start */
.page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 135px);
}

.page-wrapper .page-body-wrapper footer {
    margin-left: 225px;
}

.page-wrapper .page-body-wrapper .page-sidebar ~ .page-body {
    margin-left: 230px;
} 

.page-wrapper .page-body-wrapper .page-sidebar {
    background: #414540;
    width: 225px;
    top: 50px;
}

.page-wrapper .page-body-wrapper .page-header {
    padding-top: 0px;
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a.active,
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a:hover,
.page-main-header .main-header-right .nav-right .profile-dropdown li:hover a,
.page-main-header .main-header-right .nav-right .profile-dropdown li:hover a svg,
.page-main-header .main-header-right .nav-right .profile-dropdown li:hover a svg path,
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li > a:hover {
    color: #88ab2d!important;
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .menu-open > li > a {
    padding-left: 0px!important;
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-header {
    font-size: 15px;
}

.sidebar-submenu svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    stroke-width: 3px;
    vertical-align: text-bottom;
    left: 5px;
    position: relative;
    left: -5px;
}

.page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    width: 40%;
}

.lgp-content .card {
    min-height: calc(100vh - 165px);
}

.lgp-content .card .card-header {
    padding: 15px 30px;
    border-bottom: 1px solid #ccc;
}

.lgp-content .card .card-header h3 {
    font-weight: 600;
    font-size: 22px;
}

.logout-button {
    background: transparent;
    border: 0;
    padding-left: 0;
    font-family: 'Source Sans Pro';
    color: #313131;
}

.user-logout {
    width: 130px;
    text-align: left;
}

.user-logout svg, .user-logout svg path, .user-logout svg line, .user-logout svg polyline {
    color: #313131!important;
}

.mobile-cart {
    border-left: 0 !important;
}

.item-count .item-count-contain {
    top: 0;
    right: 0;
    background: #344e18;
}

.cart-icon svg {
    width: 30px !important;
    height: 30px !important;
}

.page-main-header .main-header-right svg, .page-main-header .main-header-right .nav-right ul li svg path {
    color: #344e18;
}

.primary-title {
    padding: 0 10px;
    font-size: 22px;
    margin-bottom: 12px;
}

.greeting {
    text-transform: none!important;
    font-size: 28px!important;
    color: #666!important;
}

.user-icon {
    background: #344e18;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 8px;
    font-size: 20px;
}

.breadcrumb-item a {
    color: #344e18;
}

.page-wrapper .page-main-header {
    height: 50px;
    background: #88ab2d;
}

.page-wrapper .page-main-header .main-header-left .logo-wrapper {
    width: 200px;
}

.logo-wrapper a {
    color: #344e18;
    font-size: 19px;
    font-weight: 600;
}

.page-main-header .main-header-right .nav-right > ul > li:first-child {
    width: 30%;
    margin: 0;
}

.nav-menus .search-form input {
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
}

.page-wrapper .page-body-wrapper .page-sidebar.open {
    margin-left: -155px;
}

.switch input:checked + .switch-state, .switch-state:before, .switch-state {
    border: 2px solid #344e18;
}

.widget-cards {
    border-radius: 8px !important;
}

.onhover-dropdown .onhover-show-div li a {
    font-family: 'Source Sans Pro';
}

.static-top-widget .media-body {
    font-size: 18px;
}

/* products and single product page style */
.card.product {
    height: 415px;
}

.product .product-box:hover .product-detail.detail-center .detail-title {
    opacity: 1!important;
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 75%;
}

.addtocart_count .product-box .add-button {
    display: block;
    border: 1px solid #344e18;
    background: #344e18;
    outline: none;
    color: #ffffff;
    text-transform: capitalize;
    padding-top: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)));
    padding-left: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
    padding-right: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 10px;
    transition: all 0.5s ease;
    letter-spacing: 0.05em;
    width: 65%;
    margin: 0 auto;
    font-size: calc(13px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.product .product-box .product-detail.detail-center .detail-title .detail-right .price {
    margin-left: 0;
}

.product-pagination .pagination .page-item.active a {
    background: #344e18;
    color: #fff;
    padding: 12px 18px;
}

.product-pagination .pagination .page-item a {
    padding: 12px 18px;
}

.product-pagination .pagination .page-item a:hover {
    background: #344e18;
    color: #fff;
}

.product-right .pro-group .qty-box {
    float: left;
}

.product .product-box .product-imgbox {
    text-align: center;
    height: 232px;
}

#addToCart {
    padding: 12px 25px;
    margin-left: 18px;
    margin-right: 220px;
}

.collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 0px;
}

.product-page-filter .pagination {
    position: absolute;
    right: 0;
    top: 10px;
}

.product-page-filter .pagination .page-link {
    padding: 0.575rem 0.85rem;
    color: #fff;
    background: #88ab2d;
}

.pro-price li label {
    text-transform: capitalize;
    color: #313131;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.prod-description ul {
    margin-left: 12px;
}

.prod-description ul li {
    display: list-item;
    list-style: disc;
    padding-left: 5px;
}

.repeat-title {
    margin: 3px 0 0 0;
    font-weight: 600;
    color: #344e18;
}

/* single product uploads form */
#approval_date {
    background: #fff;
}

.product-buttons {
    padding-bottom: 20px;
}

label#qty-error {
    position: absolute;
    top: 45px;
    line-height: 15px;
    width: 525px;
}

.modal-image {
    width: 100%;
}

#modal-close {
    font-size: 24px;
    cursor: pointer;
}

.modal-header .close, .modal-header .closeClinic {
    text-align: right;
    padding: 0px 15px;
    border: 0;
    font-size: 25px;
    background: transparent;
}

/* floating cart and cart page style */
.cart-table thead th {
    border-top: 1px solid #dddddd !important;
    padding-top: 0.75rem!important;
}

.add_to_cart .cart-inner .cart_media ul li .btn {
    font-size: 16px;
}

.add_to_cart .cart-inner .cart_top h3, .add_to_cart .cart-inner .cart_top .close-cart i,
.add_to_cart .cart-inner .cart_media ul.cart_product li .media .media-body h6 {
    color: #344e18;
    text-transform: capitalize;
}

.add_to_cart .cart-inner .cart_top, .add_to_cart .cart-inner .cart_media ul.cart_total {
    background: rgba(71, 106, 32, 0.05);
}

.cart-table-container {
    overflow: hidden;
}

.cart-section tbody tr td, .wishlist-section tbody tr td {
    min-width: 150px;
}

.cart-tbl tr th .th-inner {
    text-align: center;
    text-transform: capitalize;
}

.cart-tbl thead th {
    border-bottom: 0;
}

.col.price h2 {
    font-size: 15px!important;
    font-weight: 600;
}

.cart-tbl th, .cart-tbl td {
    padding: 0.30rem;
    border: 0;
    border-collapse: collapse;
}

.product-item-details a {
    font-size: 14px!important;
}

.update-qty a {
    font-size: 10px !important;
    border-bottom: 1px solid;
}

.cart-summary {
    border: 1px solid #dddddd;
    padding: 15px;
}

.cart-summary h3 {
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.data.table.totals {
    margin-top: 20px;
}

.data.table.totals tbody tr th, .data.table.totals tbody tr td {
    border: 0!important;
}

.data.table.totals tbody tr td {
    text-align: right;
}

.uploads-button {
    padding: 5px;
    font-size: 13px!important;
    border-radius: 3px;
}

.upload-form input {
    border-radius: 5px;
}

.close {
    text-align: right;
    padding: 10px 15px;
}

.close i {
    font-size: 14px;
    background: #344e18;
    padding: 4px 5px;
    border-radius: 100%;
    color: #fff;
}

.add_to_cart .cart-inner .cart_media ul.cart_product li .media img {
    height: 85px!important;
}

.cart-table thead {
    background: #efefef;
}

.cart-table tbody tr:hover {
    --bs-table-accent-bg: #fff!important;
}

.lgp-cart tr .col.item {
    display: flex!important; 
    align-items: center;
    border-bottom: 0!important;
}

.add_to_cart.left .cart-inner .cart_media ul.cart_product, .add_to_cart.right .cart-inner .cart_media ul.cart_product {
    height: auto;
}

.add_to_cart.left .cart-inner .cart_media .cart_total, .add_to_cart.right .cart-inner .cart_media .cart_total {
    position: relative;
    bottom: auto;
    margin: 20px 0 0 0;
}

.shopping-btn {
    text-align: right;
}

.cart-section tbody tr td, .wishlist-section tbody tr td {
    border-bottom: 0!important;
}

.add_to_cart .cart-inner .cart_media ul.cart_product li .media {
    align-items: flex-start!important;
}

.add_to_cart .cart-inner .cart_media ul.cart_product li .media .media-body h6,
.add_to_cart .cart-inner .cart_media ul.cart_product li .media .media-body .qty-box {
    margin-bottom: 0;
}

/* checkout page style */
.checkout-details {
    border: 0 !important;
}

.checkout-page .theme-form {
    background: rgba(71, 106, 32, 0.05) !important;
}

.group-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.checkout-step {
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 3px 10px;
    font-weight: 600;
}

.checkout-page .checkout-form .check-out .form-group:last-child label {
    margin-bottom: 10px;
}

.order-review-left {
    float: left;
    text-align: center;
}

.order-review-left i {
    font-size: 45px;
    margin-top: 8px;
}

.order-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #344e18;
}

.order-qty {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    line-height: 20px;
    color: #88ab2d;
}

.cart-product-summary {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}

.sidebar-product-action {
    margin-top: 28px;
    margin-right: 10px;
}

.sidebar-product-image {
    margin-right: 10px;
}

.sidebar-product-image img {
    width: 55px;
    height: 60px;
}

.sidebar-item-title a {
    font-weight: 600;
}

.order-summary-qty-box {
    display: flex;
    margin-top: 5px;
}

.order-summary-qty-box .input-group {
    width: 150px;
}

.order-summary-qty-box .input-group input {
    height: 30px!important;
    width: 35px!important;
    padding: 0 12px!important;
}

.order-box {
    margin-bottom: 0;
}

.order-box .sub-total {
    margin-bottom: 20px;
}

.order-box .sub-total li {
    font-weight: 400;
    margin-bottom: 10px;
}

.order-box .sub-total li .count {
    color: #344e18;
    font-size: 14px;
    text-align: right;
}

.order-box .sub-total li .count-total, .order-box .sub-total li.order-total {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.payment-box .btn-normal {
    width: 100%;
    padding: 15px 0;
    border-radius: 0;
    background: #344e18;
    text-transform: capitalize;
}

.order-info {
    width: 15%;
    font-size: 18px;
    color: #88ab2d;
}

.order-summary-qty-box .qty-minus, .order-summary-qty-box .qty-plus {
    background-color: transparent!important;
    border: 0!important;
}

#message, #instruction {
    padding: 10px 22px;
}

#message:focus, #instruction:focus {
    outline-color: #344e18;
}

/* payment page */
.checkout-box {
    width: 60%;
    margin: 0 auto;
}

.secure-pay {
    text-align: center;
}

.secure-pay img {
    width: 8%;
    margin: 0 12px;
}

.account-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-info .text-right {
    text-align: right;
}

.account-btn.hidden {
    display: none;
}

/* user dashboard style end */

/* boostrap table css start */

.fixed-table-toolbar button {
    border: 1px solid #ccc!important;
    background-color: transparent!important;
    color: #344e18;
    padding: 7px;
}

.fixed-table-toolbar button:hover, .fixed-table-toolbar button:focus {
    background-color: #88ab2d!important;
    border-color: #88ab2d!important;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu li a {
    padding: 5px;
    color: #344e18;
}

.open .dropdown-menu {
    display: block;
    left: auto;
    right: 0;
}

.lgp-tables thead th {
    border-bottom: 1px solid #ccc!important;
}

.lgp-tables th, .lgp-tables td {
    padding: 10px!important;
}

.lgp-tables thead th .th-inner {
    padding: 5px!important;
}

.lgp-table-action a{
    color: #fff;
    margin: 0 3px;
}

.fa.glyphicon-export:before {
    content: "\f019";
}

.fa.fa-sync:before {
    content: "\f021";
}

.search .export {
    display: none;
}

.fixed-table-pagination .page-item.active .page-link {
    background-color: #344e18;
    border-color: #344e18;
    color: #fff;
}

.fixed-table-pagination .page-item .page-link {
    color: #344e18;
}

.dropup .dropdown-toggle {
    background: transparent!important;
    border-color: #ccc!important;
    color: #344e18;
    padding: 5px;
}

.custom-table-button {
    position: absolute;
    top: 40px;
    background: #344e18!important;
}

#table thead {
    background: #e8e8e8;
}

.lgp-datatable {
    padding-top: 0px!important;
}

.lgp-table-action {
    text-align: center;
}

/* boostrap table css end */

/* form css start */
.lgp-content form .form-control {
    background: #efefef;
}

.lgp-content form .form-control:focus {
    background: #fff;
    border-color: #ccc!important;
    box-shadow: none;
}

.form-button {
    text-align: right;
}

.form-button button {
    margin-right: 10px;
}
/* form css end */

/* view order css start */
.lgp-order-view .card-header {
    padding: 0 20px;
    border-bottom: 1px solid rgba(204,204,204,0.35);
}

.lgp-order-view h3 {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.order-label {
    text-align: right;
}

.lgp-order-view label {
    padding: 10px 8px;
    color: #666;
}

.lgp-order-view .font-bold {
    font-weight: 600;
    color: #000;
}

.patient-info h3 {
    width: 40%;
    float: left;
}

.patient-info button, .patient-info a {
    float: right;
    margin: 5px;
    border: 0;
    padding: 10px 25px;
    background: #344e18!important;
    border-radius: 3px;
}

.patient-info button:hover {
    background: #88ab2d!important;
}

/* view order css end */

/* tracking number modal css start */

#trackingInfo button {
    color: #fff;
}

.order-tracking-lbl {
    width: 150px;
}

/* tracking number modal css end */

/* pharmacy dashboard css start */

.orderClick {
    cursor: pointer;
}

.pharmacyMsg, .deliveryInst {
    float: left;
    width: 49%;
    min-height: 250px;
}

.pharmacyMsg {
    margin-right: 24px;
}

/* pharmacy dashboard css end */

/* login and signup page css start */
.lgp-logo {
    width: 10%;
    margin-top: 2%;
    opacity: 0;
}

.authentication-box {
    background: #fff;
    align-items: inherit;
}

.authentication-box .container {
    max-width: inherit !important;
}

.authentication-box .container .form-group {
    margin-bottom: 18px;
}

.login {
    opacity: 0.7;
    text-align: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
}

.register-button {
    background: #fff!important;
    border: 1px solid #344e18!important;
    width: 100%;
}

.lgp-auth-form input, .lgp-auth-form select {
    border: 1px solid #999;
}

.form-check {
    float: left;
}

.authentication-box .btn-primary {
    margin-top: 10px;
}

.lgp-terms label span {
    font-size: 13px;
}
/* login and signup page css end */

/* error page css start */

.home-button {
    background: #344e18;
    color: #fff;
    width: 15%;
    margin: 0 auto;
    padding: 10px 20px;
}

.home-button:hover {
    color: #fff;
}

/* error page css end */

/* contact us page css start */

.instructions {
    margin-bottom: 20px;
}

.instructions p {
    font-size: 14px;
    margin: 10px 0;
    color: #333;
}

.send-message-btn button {
    float: right;
}
/* contact us page css end */

.session-expire h2 {
    font-size: 40px;
    font-weight: 600;
    color: #344e18;
}

.session-expire p {
    margin-bottom: 30px;
}

/* seacrh page style start */

.search-list li {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.offcanvas .page-wrapper .page-body-wrapper .page-body:before {
    background-color: transparent!important;
    z-index: 0!important;
}

/* search page style end */

/* media queries */
@media only screen and (max-width: 576px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open ~ .page-body {
        margin-left: 70px;
    }
    
    .page-main-header .main-header-right svg, .page-main-header .main-header-right .nav-right ul li svg path {
        color: #344e18;
    }
    
    .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a.active,
    .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a:hover,
    .page-main-header .main-header-right .nav-right .profile-dropdown li:hover a,
    .page-main-header .main-header-right .nav-right .profile-dropdown li:hover a svg,
    .page-main-header .main-header-right .nav-right .profile-dropdown li:hover a svg path,
    .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li > a:hover {
       color: #88ab2d!important;
    }
    
    .nav-menus .search-form input {
        border-radius: 5px;
        background: rgba(255,255,255,0.5);
    }
    .tableautowidth{
        width: 100%;
    }
    
    #addToCart {
        padding: 12px 25px;
        margin: auto;
    }

}

@media (max-width: 1470px) {
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        width: 10%;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 15%;
    }
    
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        text-align: left;
    }
    
}

@media (max-width: 767px) {
    .cart-section tbody tr td:nth-last-child(-n+4), .cart-section .cart-table thead th:nth-last-child(-n+4) {
        display: table-cell!important;
    }
    
    .page-wrapper .page-body-wrapper .page-sidebar {
        top: 50px!important;
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open ~ .page-body, .page-wrapper .page-body-wrapper .page-sidebar.open ~ footer {
        margin-left: 65px;
    }
    
    .page-wrapper .page-body-wrapper .page-sidebar {
        top: 50px!important;
    }
    
    .cart-section tbody tr td:last-child {
        display: table-cell;
    }
    
    .qty-box .input-group .form-control {
        width: 60px;
    }
    
    .lgp-auth-form .form-group div {
        margin: 10px 0;
    }
}

@media (max-width: 575px) {
    .item-count .item-count-contain {
        width: 20px;
        height: 20px;
    }
    
    .order-info {
        width: 50%;
    }
    
    .lgp-checkout .form-group label {
        margin-bottom: 0!important;
    }
    
    .lgp-checkout .form-group input {
        margin-bottom: 10px;
    }
    
    .checkout-box {
        width: 100%;
    }
    
    .secure-pay img {
        width: 25%;
    }
    
    .product-page-filter .pagination {
        top: 5px;
    }
    
    .product-page-filter .pagination .page-link {
        padding: 0.35rem 0.75rem;
    }
    
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        border: 0;
        padding: 10px 20px 10px 0px;
    }
    
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
        font-size: 16px;
    }
    
    .product-right .pro-group h2, .product-right .pro-group ul.pro-price {
        text-align: center;
    }
    
    .product-right .pro-group ul.pro-price li:last-child {
        font-size: 100%;
    }
    
    .product-right .pro-group .revieu-box span {
        font-size: calc(16px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    }
    
    .lgp-auth-form .form-group div {
        margin: 10px 0;
    }
    
    .authentication-box .container .form-group {
        margin-bottom: 10px;
    }
    
    .add_to_cart.right .cart-inner .cart_media .cart_total {
        bottom: 0;
    }
    
    .page-wrapper .page-main-header .main-header-right .nav-right > ul > li:first-child {
        width: 45%;
    }
    
    .user-logout span svg {
        right: 10px;
        position: relative;
    }
    
    .collection-product-wrapper .product-top-filter {
        margin: 10px 0;
        border-bottom: 0;
    }
    
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        border-right: 0;
    }
    
    .footer {
        padding-left: 65px;
    }
    
    .pharmacyMsg, .deliveryInst, .orderinfopharm {
        width: 100%;
    }
    
    .send-message-btn button {
        float: left;
        margin-left: 20px;
    }
    
    .signup-confirm {
        width: 2em!important;
        height: 1.2em!important;
        border-radius: 1em!important;
    }
}

/* media query iPad and iPad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    
    .cart-tbl tbody tr td {
        min-width: 165px;
    }
    
    .totals tbody tr td {
        min-width: 110px;
    }
    
    .btn-normal {
        padding: 18px 20px;
    }
    
    .lgp-shipping, .lgp-order-review {
        width: 100%!important;
    }
    
    .pharmacyMsg, .deliveryInst, .orderinfopharm {
        width: 100%;
    }
}

@media (min-width: 1920px) {
    .product-imgbox img {
        width: 75%!important;
    }
}

@media (min-width: 2000px) {
    .product-imgbox img {
        width: 70%!important;
    }
}

@media (min-width: 2300px) {
    .product-imgbox img {
        width: 60%!important;
    }
}

@media (min-width: 3000px) {
    .product-imgbox img {
        width: 40%!important;
    }
}
