/*------------------------------------------------------------------------------------------
#  Miscellaneous
------------------------------------------------------------------------------------------*/


body {
    color: #000000;
    background-color: #f1f3f7;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(67, 89, 113, 0);
}

.main {
    min-width: 100% !important;
    min-height: calc(100vh - 54px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

@media (max-width: 991px) {
    .main {
        margin-top: 40px;
    }
}

.small-icon {
    font-size: 14px;
    font-weight: 300;
    margin-right: 2px;
}

.dropdown-menu {
    min-width: auto;
}

h1.text-title {
    font-family: 'RobotoSlab', sans-serif !important;
    letter-spacing: 0.75px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.mt-secondary{
    margin-top: 16px;
}

.text-bn-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.text-title {
    font-family: 'RobotoSlab', sans-serif !important;
    letter-spacing: 0.75px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.text-sub-title{
    font-family: 'RobotoSlab', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}

.form-label{
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
    font-size: 14px;
}

.text-h1 {
    font-size: 24px;
    font-family: 'RobotoSlab', sans-serif;
    letter-spacing: .75px;
}

.text-h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'RobotoSlab', sans-serif;
    letter-spacing: .75px;
}

.list-group .active {
    background-color: #008000;
    border-color: #008000;
    color: #fff !important;
}

.form-check-input:checked {
    background-color: #008000 !important;
    border-color: #008000 !important;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.btn-color-bf {
    background-color: #008000 !important;
    border-color: #008000;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
}

.btn-color-bf:hover, .btn-color-bf:active {
    background-color: #006400 !important;
    border-color: #006400 !important;
    color: #fff !important;
    box-shadow: none;
}

.card{
    border: none;
}

.btn-outline-pf{
    border-color: #008000;
    color: #008000;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
}

.btn-outline-pf:hover, .btn-outline-pf:active {
    color: #FFF !important;
    background-color: #006400 !important;
    border-color: #006400 !important;
}

.bg-bf {
    background-color: #008000 !important;
}

.text-f-sec {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
}

.link-color-bf {
    color: #008000 !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
}

.link-color-bf:hover{
    color: #006400 !important;
}

.text-color-bf{
    color: #008000 !important;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: calc(100vh - 217px);
}

.not-breadcrumb {
    min-height: calc(100vh - 210px);
}
.fs--1{
  font-size: 14px;
}

.mt-section{
    margin-top:40px;
}

.border-radius-0 {
    border-radius: 0;
}

.link-transparent {
    color: #000;
}

.link-transparent:hover{
    color: #006400;
}

@media (max-width: 767px) {
    .text-h1 {
        font-size: 20px;
        font-family: 'RobotoSlab', sans-serif;
        letter-spacing: .5px;
    }

    h5 {
        font-size: 16px;
    }

    .text-h2 {
        font-size: 18px;
        letter-spacing: .5px;
    }
}




/*------------------------------------------------------------------------------------------
#  Breadcrumb
------------------------------------------------------------------------------------------*/
.breadcrumb {
    margin: 0 0 16px;
    padding: 6px 0;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.breadcrumb > li.breadcrumb-item {
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li.breadcrumb-item > a {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #008000;
}

.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb > li.breadcrumb-item + li:before {
    content: "";
    padding: 0;
}

@media (max-width: 767px) {
    .breadcrumb > li.breadcrumb-item {
        padding: 0 12px;
    }

    .breadcrumb > li.breadcrumb-item > a {
        font-size: 12px;
    }

    .breadcrumb > li.breadcrumb-item:after {
        content: "";
        display: block;
        position: absolute;
        top: 6px;
        right: -1px;
        width: 15px;
        height: 15px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/*------------------------------------------------------------------------------------------
#  pagination
------------------------------------------------------------------------------------------*/
.category .form-select, .search-result .form-select{
    height: 32px;
    font-size: 14px;
    line-height: 20px;
}

.pagination .active > .page-link, .pagination .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #006400;
    border-color: #006400;
}

.pagination .page-link {
    color: #008000;
}

.pagination .page-link:focus {
    box-shadow: none;
}

.form-select:focus {
    box-shadow: none;
}

.fs--1 {
    font-size: 14px;
}

.h-fit {
    height: fit-content;
}

.pagination{
    margin-bottom: 0;
}

/*------------------------------------------------------------------------------------------
#  Cart and Compare
------------------------------------------------------------------------------------------*/

.cart-items {
    cursor: pointer;
    position: fixed;
    height: 74px;
    width: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #0b1727;
    border: 1px solid rgba(255, 255, 255, .2);
    right: 20px;
    bottom: 20px;
    border-radius: 7px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%), -5px 5px 10px rgb(0 0 0 / 10%);
}

.cart-add {
    width: 75px;
    transition: .4s ease-in-out;
}

.compare {
    position: fixed;
    cursor: pointer;
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #0b1727;
    border: 1px solid rgba(255, 255, 255, .2);
    right: 20px;
    bottom: 104px;
    border-radius: 7px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%), -5px 5px 10px rgb(0 0 0 / 10%);
}

.cart-items svg, .compare svg {
    font-size: 15px;
    padding-bottom: 2px;
    color: #fff;
}

.cart-items p, .compare p {
    font-size: 12px;
    letter-spacing: 1.1px;
    color: #fff;
}

.cart-text {
    margin-bottom: 3px !important;
    border-bottom: 1px solid #fff;
    font-size: 11px !important;
}

.cart-items span.counter, .compare span.counter {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #008000;
    color: #fff;
    line-height: 20px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 991px) {
    .cart-items {
        bottom: 80px;
        z-index: 1;
    }
}

.tbody, tfoot, th, thead, tr {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee !important;
}



/*------------------------------------------------------------------------------------------
# Opcanvas Cart
------------------------------------------------------------------------------------------*/

.cart-opcanvas{
    background-color: #01132d;
    color: #fff;
}

.table-thumb-img {
    width: 40px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.table-thumb-img .img-small{
    height: 40px;
}

.font-size-16{
    font-size: 16px;
}

.btn-ex-sm {
    font-size: 10px;
    padding: 5px;
    line-height: 1.2;
}

.opcanvas-cart .delete-item{
    padding-left: 0 !important;
    max-width: 30px;
    text-align: end;
    color:red;
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    box-shadow: 0 0 30px rgb(0 0 0 / 20%), -1px 0 0 0 rgb(255 255 255 / 20%);
}
.offcanvas.offcanvas-end{
    border-left: none;
}

.min-w-total{
    width: 80px;
}

.cart-footer {
    padding: 2px 0 43px;
    position: relative;
}

.cart-footer .total {
    display: flex;
    padding: 4px 10px;
}

.cart-footer .total {
    border-bottom: 1px solid #eee;
}

.cart-footer .total>div {
    flex: 1 1 50%;
    text-align: right;
    font-size: 16px;
    color: #111;
    font-weight: bold;
}
.cart-footer .total>div.amount {
    color: #111;
    font-weight: 600;
}

.cart-footer .checkout-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.cart-footer .checkout-btn a {
    display: block;
    width: 100%;
}

.cart-footer .checkout-btn .btn {
    width: 100%;
    border: none;
    background: #007f01;
    color:#fff;
    padding: 10px;
    border-radius: 0;
}

.cart-footer .checkout-btn button:hover {
    box-shadow: 0 50px rgba(0,0,0,.2) inset;
    color: #fff;
    text-decoration: none;
}

.opcanvas-cart{
    padding:  0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-footer .coupon-code {
    background: rgba(55,73,187,.1);
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.cart-footer .coupon-code input {
    height: 36px;
    font-size: 14px;
    flex: 1 1 auto;
    border: none;
    padding: 5px 15px;
    background: #fff;
    outline: none;
    border-radius: 4px !important;
}
.input-group .input-group-btn {
    flex: 0 0 auto;
    margin-left: 10px !important;
}
.cart-footer .coupon-code button {
    height: 36px;
    line-height: 32px;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
}

.opcanvas-cart .cart{
    padding-left: 10px;
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 100px;
}

.op-cart-quantity {
    display: inline-block;
}

.op-cart-quantity .form-control {
    width: 60px;
    line-height: 1.1;
    padding: 0.175rem 0.225rem;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.op-cart-table tr td {
    vertical-align: middle;
}

.op-cart-table .total {
    font-weight: bold;
    text-align: end;
    color: #000;
}

.item-info {
    border-bottom: none !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
}


.item-price td {
    padding-top: 0px;
}

.op-cart-item .img-small {
    height:40px;
    max-width: 40px;
    object-fit: cover;
    cursor: pointer;
}

.opcanvas-cart .amount  .currency-amount{
    color: #000;
    font-weight: bolder;
}

.opcanvas-cart .cart-item-img{
    width: 60px;
}

.op-cart-item  .item-price{
    color:#000;
    font-weight: 500;
}
.opcanvas-cart .cart-item-img {
    width: 60px;
}

.opcanvas-cart .table-thumb-img {
    width: 60px;
}

.opcanvas-cart .cart-item-img {
    width: 60px;
}

.op-cart-item .img-small {
    height: 40px;
    max-width: 40px;
    object-fit: cover;
    cursor: pointer;
}

.cart-footer .total {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.op-cart-item .item-price {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
}


/*------------------------------------------------------------------------------------------
#  Password icon button
------------------------------------------------------------------------------------------*/
.password-icon-button {
    border: none;
    padding: 0;
    background-color: transparent !important;
    font-size: 12px;
    overflow: hidden;
}

.password-input-group-text {
    overflow: hidden;
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}

.input-group-text {
    padding: 0.3125rem 1rem;
}

.password-modify-input-wrapper {
    border-radius: 0.25rem;
}

.checked-icon {
    font-size: 45px;
    color: #008000;
}

/*------------------------------------------------------------------------------------------
#  Offer
------------------------------------------------------------------------------------------*/
.offer-info {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    justify-content: space-between;
    font-size: 14px;
}
.offer-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.offer-card a {
    text-decoration: none;
}

.offer-card p {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

.dark .offer-card h4 {
    color: #d8e2ef;
}

.card-image img {
    width: 100%;
}

.details-card-image {
    height: 600px;
}

.details-card-image img {
    width: 100%;
    height: 100%;
}


@media (max-width: 991px) {
    .details-card-image {
        height: auto;
    }

    .details-card-image img {
        width: 100%;
        height: 100%;
    }

}

.offer-details-width {
    max-width: 650px;
    margin: 0 auto;
}

.info-list li {
    color: #01132d;
    line-height: 24.5px;
    font-size: 18px;
    list-style-type: circle;
    margin: 0 0 14px 16px;
}

.dark .info-list li {
    color: #d8e2ef;
}

.price-new {
    color: #007f01 !important;
}


/*------------------------------------------------------------------------------------------
#  Privacy and Other Pages
------------------------------------------------------------------------------------------*/

.privacy-info h2 {
    margin-top: 40px;
    line-height: 30px;
}

.privacy-info p {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}
.info-list li {
    color: #01132d;
    line-height: 24.5px;
    font-size: 16px;
    list-style-type: circle;
    margin: 0 0 5px 16px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

.cart-table .p-name{
    min-width: 150px;
}

.currency-symbol{
    font-size: 12px;
    align-items: end;
}

.text-title .currency-symbol{
    font-size: 16px;
}

.dropdown-menu {
    border: none;
    padding-left: 0px !important;
}