body{
    font-family: 'Source Sans Pro', sans-serif;
}

.pointer{
    cursor: pointer;
}

.error{
    color: red;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.justify-content-center{
    margin: 0px auto;
}

.navbar-dark{
    border-top: 1px solid var(--kinda-grey);
}

.nav-link{
    color: var(--kinda-black);
    font-weight: 600;
    text-transform: uppercase;
}

.nav-link:hover{
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--primary-color);
    border-radius: 1px;
    width: 300px;
}

.navbar-nav3{
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}

.level2 a{
    text-decoration: none;
    color: var(--kinda-black);
    padding: 10px;
    font-weight: 500;
}

.level2 a:hover{
    color: black;
}

.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width .3s;
}
.nav-item:hover::after {
    width: 100%;
    transition: width 1s;
}
.navbar-toggler{
    display: none;
}
.logo-main{
    width: 200px;
    height: 50px;
    object-fit: contain;
    margin: 20px auto;
}

.header-search{
    padding-top: 25px;
    padding-left: 80px;
    padding-right: 80px;
}

.header-search input{
    border-radius: 20px;
}

.header-search span{
    border-radius: 20px;
    background: transparent;
    border-left: none !important;
}

.header-search-icon{
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.header-cart-icon{
    width: 30px;
    object-fit: contain;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.header-contact{
    font-size: 25px;
    display: inline-block;
    height: 100%;
    line-height: 1;
    margin: auto 0px;
}

.slider-1-image{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#slider-1 .owl-stage-outer{
    border-radius: 25px;
}
#slider-2 .owl-stage-outer{
    border-radius: 25px;
}

.single-product-grid{
    border: 1px solid #eeeeee;
    border-radius: 25px;
    margin-bottom: 10px;
}

.single-product-grid img{
    width: 100%;
    object-fit: contain;
    height: 200px;
}
.single-product-grid .title{
    text-align: center;
}

.single-product-grid::after {
    content: '';
    display: block;
    width: 0;
    margin: 0px 25%;
    height: 2px;
    background: var(--primary-color);
    transition: width .3s;
}
.single-product-grid:hover::after {
    width: 50%;
    margin: 0px 25%;
    transition: width 1s;
}

footer{
    background: #fbfbfb;
    padding:20px 0px;
}

.logo-footer{
    width: 100%;
    height: 40px;
    object-fit: contain;
}

h2 {
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    color: var(--primary-color);
}
h2:before,
h2:after {
    background-color: #ededed;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h2:before {
    right: 0.5em;
    margin-left: -50%;
}
h2:after {
    left: 0.5em;
    margin-right: -50%;
}


h3 {
    overflow: hidden;
    text-align: center;
    font-size: 20px;
}
h3:before,
h3:after {
    background-color: #ededed;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h3:before {
    right: 0.5em;
    margin-left: -50%;
}
h3:after {
    left: 0.5em;
    margin-right: -50%;
}

.button-85 {
    background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    outline: transparent;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;

    margin: 15px auto;
}

.button-85:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.button-85:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.inner h3{
    color: #767676;
    font-size: 15px;
}
/* CSS */
.button-13 {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember",sans-serif;
    font-size: 13px;
    line-height: 29px;
    padding: 0 10px 0 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100px;
}

.button-13:hover {
    background-color: #f7fafa;
}

.button-13:focus {
    border-color: #008296;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    outline: 0;
}

.small-icon{
    width: 100%;
    height: 50px;
    object-fit: contain;
}
.large-icon{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.no-a{
    color: unset;
    text-decoration: unset;
}.no-a:hover{
     color: unset;
     text-decoration: unset;
 }

.pagination-custom{
    margin-top: 20px;
    display: block;
}
.pagination-custom nav{
    display: table;
    margin: auto;
}

.page-link{
    color: red;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #ed1c24;
    border-color: #ed1c24;
}
