﻿/*.breadcrumb-item a {
    color: #444;
}
.breadcrumb-inner {
    padding: 40px !important;
    background-color: #eee !important;
}

.breadcrumb .active {
    color: #a2a2a2 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #444;
    padding: 0px 8px;

}*/
/*.product-media {
    width: auto;*/ /* Set your desired width */
    /*max-height: 300px;*/ /* Set your desired height */
    /*display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;*/
    /*border: 1px solid #ccc;*/
/*}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card h6.product-name{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.details-gallery{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden
}
.details-preview li img {
    width: auto !important;
    height: 500px;
}

.details-thumb li img {
    width: auto !important;
    height: 100px;
}*/

.banner-part {
    padding: 150px 0px;
    position: relative;
    z-index: 1;
    background-size: cover !important;
}

@media (max-width: 767px) {
    .banner-part {
        padding: 50px 0px 60px;
    }
}

.single-banner {
    /* background-color: #f1f1f1;
    padding: 30px 0px !important;*/
    background-color: #fff;
    padding: 15px 0px !important;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-top: 1px solid var(--primary);

}
    .single-banner .breadcrumb-item a {
        color: #444 !important;
    }

    .single-banner .breadcrumb .active {
        color: #a0a0a0 !important;
    }

    .single-banner .breadcrumb-item + .breadcrumb-item::before {
        color: #444;
        padding: 0px 8px;
    }
.single-banner::before{
    background:none;
}

.single-banner h1{
    font-size:34px;
}

@media (max-width: 990px) {
    .single-banner {
        padding: 15px 0px !important;
    }
}

.banner-part{
    min-height:600px !important;
}
a {
    color: #4a4a4a;
}
.btn-link {
    color: #4a4a4a;
}
td a {
    color: #4a4a4a;
}

    td a:hover {
      color: #119744
    }

.details-preview img{
  
    margin:0 auto;
}


.data-table tr td {
    text-align: left !important;
}

/* pagination*/
.pager{
    margin:1.5rem 0;
}
.total-summary{
    flex-grow:1;
}

.page-item.previous-page a, .page-item.next-page a {
    background-color: transparent !important;
    width: 100px !important;
}

.light-bg .page-item a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    border: none;
    padding: 0px;
    color: var(--text);
    background: #f5f6f7;
}

.callout {
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

    .callout a {
        color: #495057;
        text-decoration: underline;
    }

        .callout a:hover {
            color: #e9ecef;
        }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout.callout-danger {
        border-left-color: #bd2130;
    }

    .callout.callout-warning {
        border-left-color: #d39e00;
    }

    .callout.callout-info {
        border-left-color: #117a8b;
    }

    .callout.callout-success {
        border-left-color: #1e7e34;
    }


.ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../images/close.png') center no-repeat;
    font-size: 0;
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../../../Content/site/images/close.png') center no-repeat !important;
    padding: 0 !important;
}

.inner-section{
    margin-bottom:50px;
}

.single-banner {
    background-size: cover !important;
    padding: 120px 0px 50px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 990px) {
    

    .navbar-link{
        padding:8px 0 !important;
        color:#2e2c2c;
    }
}

.nav-sidebar .nav-link{
    padding:8px 0px !important
}

.nav-btn {
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 20px;
    text-align: left;
    /* background: var(--chalk);*/
    background-color: transparent;
}

.navbar-part .dropdown-position-list .navbar-item .active.navbar-link {
    color: #119744 !important;
}





thead tr th {
    text-align: left;
}

.cart .product {
    text-align: left;
}

.cart .total {
    min-width: 150px;
}

.cart .quantity, .cart .qty-input {
    min-width: 50px;
    text-align: center;
}

.cart .product a {
    color: #444;
    font-weight: bold;
}

    .cart .product a:hover {
        color: #119744;
    }

.edit-item a {
    color: #0d6efd !important;
    
}

    .edit-item a:hover {
        text-decoration: underline;
    }

    .shop-widget-content a {
        color: #7f7f7f;
    }

    .shop-widget-content a:hover {
        color: #119744;
    }

.cart-buttons {
    float: right;
    margin-top: 1.25rem;
}

.cart-total > tbody tr td{
    text-align:left !important;
}

.shop-widget-list li {
    margin-bottom: 12px;
    color: var(--gray);
    display: block !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

li.active a {
    color: #119744;
}

.shop-widget-scroll {
    height: auto;
}

.shop-widget-list-nested {
    margin-top: 10px;
    margin-left: 15px;
}

@media (max-width: 575px) {
    .product-price {
        font-size: small;
    }
}

.details-action-group .wish {
    padding: 10px 0px;
    border-radius: 8px;
    color: #555555;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.ajax-loading-block-window {
    line-height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    z-index: 2000000;
    margin: 0 auto;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    
    background: white;
    padding: 10px;
}

    .ajax-loading-block-window .fa {
        color: green;
        font-size: 48px;
        margin-right:10px;
    }

.alert-fixed,.alert-bar {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0;
}

.edu-lost-password a{
    color: #109442;
}

.edu-lost-password a:hover {
    color: #109442;
}

.required::after {
    content: '*';
    color: red;
}




.checkout-page .section {
    margin: 0 0 30px;
}

    .checkout-page .section.order-summary {
        margin: 100px 0 30px;
    }

.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden;
}

.checkout-page .cart-footer {
    border-top: none;
}

.checkout-page .total-info {
    margin: 0;
    border-bottom: none;
    padding: 5px 20px 10px;
}

.checkout-page .button-1 {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .checkout-page .button-1:hover {
        background-color: #248ece;
    }

.checkout-page .address-item {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
}

    .checkout-page .address-item ul {
        margin: 0 0 15px;
        background-color: #f9f9f9;
        padding: 20px;
        color: #444;
    }

    .checkout-page .address-item li {
        padding: 5px 0;
    }

        .checkout-page .address-item li.name {
            font-size: 16px;
            font-weight: bold;
        }

.enter-address .message-error {
    margin: 20px 0;
}

.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.checkout-page .ship-to-same-address {
    padding: 30px 0;
    text-align: center;
}

    .checkout-page .ship-to-same-address .selector {
        margin: 0 0 5px;
        font-weight: bold;
        color: #444;
    }

.checkout-page .pickup-in-store {
    text-align: center;
}

    .checkout-page .pickup-in-store .selector {
        margin: 0 0 5px;
        font-weight: bold;
        color: #444;
    }

.select-pickup-point {
    text-align: center;
}

.checkout-page .pickup-points-map {
    min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 20px 0;
        font-size: 14px; /*reset zeroing*/
    }

        .shipping-method .method-list li label,
        .payment-method .method-list li label {
            font-size: 13px;
            font-weight: bold;
            color: #444;
        }

.shipping-method .method-description {
    margin: 5px 0 0;
}

.payment-method .use-reward-points {
    margin: 0 0 30px;
    text-align: center;
    color: #444;
}

.payment-method .payment-logo {
    display: inline-block;
    vertical-align: middle;
}

    .payment-method .payment-logo label {
        display: block;
        font-size: 0 !important;
    }

.payment-method .payment-details {
    min-width: 180px;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
}

.payment-info .info {
    padding: 30px 15px;
    color: #444;
}

    .payment-info .info tr {
        display: block;
        margin: 0 0 15px;
        font-size: 0;
    }

    .payment-info .info td {
        display: inline-block;
        width: 100% !important;
        max-width: 400px !important;
        font-size: 14px; /*reset zeroing*/
    }

        .payment-info .info td:only-child {
            width: 100% !important;
            max-width: 100% !important;
        }

        .payment-info .info td input[type="text"] {
            width: 100% !important;
        }

        .payment-info .info td input[name="CardCode"] {
            width: 65px !important;
        }

        .payment-info .info td select {
            min-width: 70px;
        }

        .payment-info .info td:first-child {
            margin: 0 0 10px;
        }

    .payment-info .info p {
        text-align: center;
    }

.confirm-order .buttons {
    padding: 10px 0;
}

.confirm-order .button-1 {
    font-size: 16px;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

    .order-review-data .title strong,
    .order-details-area .title strong,
    .shipment-details-area .title strong {
        font-weight: 700;
    }

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
    margin-top: 20px;
}

.order-completed .details {
    margin: 0 0 30px;
    padding: 30px 15px;
    text-align: center;
    color: #444;
}

    .order-completed .details div {
        margin: 5px 0;
    }

    .order-completed .details strong {
        font-weight: normal;
        text-transform: uppercase;
    }

    .order-completed .details a {
        color: #4ab2f1;
    }

        .order-completed .details a:hover {
            text-decoration: underline;
        }

.opc .step-title {
    margin: 0 0 1px;
    overflow: hidden;
    background-color: #d3d3d3;
}

.opc .allow .step-title {
    background-color: #1bc35b;
    cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
    float: left;
    min-height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
    color: #fff;
    cursor: pointer;
}

.opc .step-title .number {
    width: 42px;
    border-right: 1px solid #fff;
    text-align: center;
}

.opc .allow .step-title .number {
    background-color: #119644;
}

.opc .step {
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center;
}

.opc .section {
    margin: 0 0 30px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
       
        font-size:16px;
    }

    .opc .back-link a {
        display: inline-block;
        margin: 0 0 0 -15px;
        background: url('../images/back-button.png') left center no-repeat;
        padding: 0 0 0 18px;
        color: #444;
    }

        .opc .back-link a:hover {
            color: #4ab2f1;
        }

.opc .buttons .please-wait {
    display: block;
    margin: 10px 0 0;
    background: none;
}

.opc .section.ship-to-same-address {
    margin: 0 0 30px;
    padding: 0;
}

.opc .section.pickup-in-store {
    margin: 0 0 30px;
    padding: 0;
}

.opc .payment-info .info tr {
    text-align: left;
}

.opc .section.order-summary {
    margin: 0;
}

.faq-content {
    padding: 50px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: #fff;
}

.order-progress{
    text-align:center;
    margin-bottom:0px;
}

    .order-progress li {
        display: inline-block;
        margin: 10px;
    }

        .order-progress li a:hover {
            color: var(--primary);
        }


    .order-progress a::before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto 15px;
        border: 1px solid #bbb;
        background: #fff url('../../../Content/images/pointer.png') center no-repeat;
    }

    .order-progress li.inactive-step a {
        opacity: 0.3;
        cursor: default;
    }

    

.checkout-address-card {
   text-align:left;
}

.checkout-address-box {
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: var(--chalk);
    border: 1px solid var(--border);
    position: relative;
    cursor: pointer;
}


/*checkout page*/

.method-list {
    max-width: 400px;
    background: #f5f6f7;
    margin-bottom: 20px;
    padding: 20px;
}

.new-slider li {
    margin: 0px 12px;
}