/* @font-face {
    font-family: Montserrat;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/montserrat.woff2") format("woff2");
} */

:root {
    --page-width: 1260px;
    --bs-dark2: #606060;
    
}

.offcanvas {
    --bs-offcanvas-width: 500px !important;
}

body {
    font-family: "Montserrat", sans-serif;
}

label {
    font-weight: bold;
}

.my-navbar a {
    /* color: var(--bs-white) !important; */
    /* opacity: 0.6 !important; */
    /* font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1.5px; */

    color: #c2c2c2!important;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    border-bottom: 1px solid transparent;
    padding-bottom: 4px;
}

.my-navbar a.active,
.my-navbar a:hover,
.my-navbar a:focus {
    color: var(--bs-white) !important;
    opacity: 1 !important;
    /* text-decoration: underline;
    text-decoration-thickness: 0.1rem; */
    border-bottom: 1px solid #fff;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
}

a.my-link {
    text-decoration: none !important;
}

a.my-link:hover {
    color: inherit;
}

a.my-link:hover .details1 {
    text-decoration: underline;
}

a.sub:hover {
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
}

.tf-0-75 {
    font-size: 0.75rem;
}
.tf-1 {
    font-size: 1.0rem;
}

.tf-1-25 {
    font-size: 1.25rem;
}

.tf-1-50 {
    font-size: 1.5rem;
}

.heading1 {
    font-size: 54.5px;
    color: var(--bs-primary);
    font-weight: 500;

}

.details1 {
    font-size: 16.8px;
    color: var(--bs-primary);
    font-weight: 600;
}

.px-25 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.img-fluid {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.single-product img {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 15px;
}

.page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.fs-14 {
    font-size: 14px;
}

.product-thumb {
    max-width: 100px !important;
    max-height: 100px !important;
}

ul.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #c2c2c2!important;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

ul.dropdown-menu li a:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.btn-group-xs>.btn, .btn-xs {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

ul.pagination {
    display: flex;
    justify-content: center;
}

.my-image-gallery img {

    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;

}

.my-image-gallery ul.img-thumbs,
ul.product-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.my-image-gallery ul.img-thumbs li,
ul.product-options li {
    cursor: pointer;
    /* padding-right: 0px;
    padding-left: 0px;
    margin-right: 10px; */
}

.my-image-gallery ul.img-thumbs li.active img {
    border: 1px solid #000;
}

.my-image-gallery ul.img-thumbs li:last-child {
    /* padding-right: 0px; */
}

.my-image-gallery ul.img-thumbs li img {
    /* width: 100%; */
}

ul.product-options li {
    margin-left: 0 !important;
    
}

ul.product-options li.active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.radius-20 {
    border-radius: 20px;
}

.bg-gray {
    /* background-color: rgb(217, 219, 221); */
    background-color: rgba(217, 219, 221, var(--bs-bg-opacity)) !important;
}

.single-cart-item {
    /* border-top: 1px solid #ccc !important; */
    border-radius: 0;
}

.single-cart-item:first-child {
    /* border-top: 1px solid #ccc !important; */
}

/* .single-cart-item:last-child {
    border-bottom: 0 !important;
} */

.offcanvas-footer {
    padding-left: var(--bs-offcanvas-padding-x);
    padding-right: var(--bs-offcanvas-padding-x);
    padding-top: var(--bs-offcanvas-padding-y);
    padding-bottom: var(--bs-offcanvas-padding-y);
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, 
.ui-button:active, 
.ui-button.ui-state-active:hover {
    border: 1px solid var(--bs-primary) !important;
    background: var(--bs-primary) !important;
    
}

.top-10 {
    top: 10px !important;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}
.fs-9 {
    font-size: 0.75rem !important;
}

.bg-dark2 {
    background-color: #606060;
}

.px-2-5 {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}

@media screen and (min-width: 750px) {
    .page-width {
        /* padding: 0 5rem; */
    }

}
