@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');


* {
    -webkit-font-smoothing: antialiased;
}

body {
    display: flex;
    justify-content: flex-end;
    margin: 0px !important;
    padding: 0px !important;
    background: white;
}

main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
}

img .h3click {
    cursor: pointer;
}

header {
    margin: 0 auto;
    /* padding-top: 12px; */
    text-align: center;
    width: 100%;
    height: 75px;
    border: 0;
    position: fixed;
    background-color: white;
    z-index: 10;
    font-family: arial, sans-serif;
    font-size: 16px;
    color: #555;
    font-weight: 200;
}

header nav {
    margin-top: 20px;
    margin-left: 8%;
    float: left;
}


nav ul li {
    display: inline;
    width: fit-content;
    padding: 5px 10px;
    /* border: solid 1px blue; */
}

nav ul li a {
    text-decoration: none;
    color: #3c1601;
    font-family: Arial, Helvetica, sans-serif;
    /* padding: 5px 10px; */
}

nav ul li a:hover {
    color: #fff;
    background: rgba(255, 0, 0, 0.838);
    /* padding: 5px 10px; */
}

nav ul li:hover {
    color: white;
}

#Spotypet-logo {
    width: 200px;
    float: left;
    margin-left: 62px;
}

/* header h1 {
    font-family: arial, sans-serif;
    font-size: 23px;
    color: #111;
    text-align: center;
    margin: auto;
    border: solid;
    position: static;
    width: fit-content;

} */

header nav ul {
    padding: 0px;
    margin: 0px;
    margin-top: 6px;
    margin-left: -48px;
}

#tiny-logo-div {
    width: fit-content;
    float: left;
    position: absolute;
}

/* #tiny-logo-div img {
    width: fit-content;
    float: left;
    position: absolute;
    margin-top: -32px;
} */


#header-div-1 {
    margin-top: 5px;
    overflow: hidden;
    /* border: 1px solid rgb(65, 104, 246); 
    display: flex;*/
}

#header-div-1 input[type=text] {
    /* width: 230px; */
    /* width: 55%; */
    border: solid 1px #aaa;
    border-radius: 10px;
    height: 25px;
    float: left;
    background: url('../images/magnifier.png') right;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 20px;
    /* margin-top: 15px;
    margin-right: 20px;
    margin-left: 24px; */
    margin: 15px 15px 0px 18px;
    color: #747373;
    font-size: 15px;
}

/* #user-profile-icon {
    margin-top: 20px;
}
*/

#shopping-cart-icon {
    margin-top: 20px;
} 

.icon {
    margin-top: 20px;
    margin-right: 30px;
    float: left;
}

#menu-desk {
    text-align: left;
    padding-top: 5px;
    /* border: 1px solid #f52; */
    overflow: hidden;
}

#search-cart {
    float: right;
    /* border: solid; */
    /* width: 35%; */
    position: relative;
    margin-top: 7px;
}

/* 
body {
    background-image: url('../images/orange.png');
  background-repeat: no-repeat;
  background-position: center;
} */

#home-section #home-div {
    position: absolute;
    width: 55%;
    min-width: 350px;
    text-align: left;
    left: 5%;
    top: 25%;
    /* border: solid; */
}




#home-section #home-div h3 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    font-weight: 800 600;
    color: white;
    margin: 2px;
    padding: 0px;
    display: block;
}


#home-section #home-div h4 {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #2e041a;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
    display: block;
}

#home-section h1 {
    /* font-size: 50px; */
    font-size: 6vw;
    font-family: 'Calibri', Arial, sans-serif;
    color: white;
    font-weight: 200;
    line-height: .95;
    text-align: left;
    margin: auto 0;
    top: 120px;
    left: 40px;
    /* width: 365px; */
    /* width:96%; */
    letter-spacing: -2px;
}

#home-section h1:first-child {
    letter-spacing: unset;
}

#home-section div h2 {
    letter-spacing: 0px;
    width: 73%;
    /* font-size: 2.15vw; */
    font-size:20px;
    line-height: 1.25;
    color: #26292f;
    font-family: Arial, sans-serif;
    text-align: left;
    text-overflow: clip;
    font-weight: 100;
    margin: -5px;
    padding: 0px;
    /* border: solid 2px #3026f4; */
}

.tangerine {
    font-family: 'Tangerine', cursive, serif;
    line-height: .95 !important;
}

#background-home {
    width: stretch;
    max-width: 1920px;
    /* left: 11px; */
    position: relative;
    top: 20px;
}

#Cat-and-Dog {
    width: 50%;
    position: absolute;
    /* margin-top: 10px; */
    top: 20%;
    right: 0px;
}

#New-Arivals,
#Shop-Now,
#View-Collections {
    width: 225px;
    height: 40px;
    border-radius: 20px;
    /* position: absolute; */
    margin-top: 7%;
    /* left: 4%; */
    background-color: #3026f4;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border: none;
    transition-duration: 0.3s;
    cursor: pointer;
}

/* #New-Arivals {
    background: url('../images/new-arrivals-button-icon.png') #3026f4;
    background-repeat: no-repeat;
    background-size: 12px;
    width:220px;
} */

#New-Arivals:hover {
    background-color: #07a2f6;
    color: #200601;
}

#Shop-Now,
#View-Collections {
    width: 100px;
    height: 50px;
    border-radius: 8px;
    transition-duration: 0.3s;
    cursor: pointer;
    float: left;
    margin: 20px 25px 0px 0px;
}

#View-Collections {    
    background-color: unset;
    border: solid 1px rgb(33, 4, 252);
}

#Shop-Now:hover {
    background-color: #07a2f6;
    color: #200601;
}

#View-Collections:hover {
    background-color: #f64b07;
    color: #012539;
}

/* =========================== */

#category h1,
#featured-products h1 {
    font-family: 'Calibri', arial, sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: .5px;
    margin: 0px;
}

#pets-products-rating {
    text-align: left;
    width: 300px;
    overflow: hidden;
    /* border: solid 1px blue; */
}

#pets-products-rating div {
    /* border: solid 1px #91ff00; */
    text-align: left;
    width: 90px;
    display: inline;
    float: left;
}

#category h4,
#featured-products h4 {
    font-family: tahoma, arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 4px;
}

#Category-Images img {
    max-width: 150px;
    display: inline-block;
    margin: 10px;
    /* box-shadow: grey 0px 0px 10px; */
}

.departments {
    margin: auto;
    width: fit-content;
    display: inline-block;
}

.departments h2 {
    color: #222;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    width: fit-content;
    padding: 0px;
    margin: auto;
    letter-spacing: 0px;
}

#Keepsakes-parent,
#Carrier-parent,
#grooming-parent
 {
    padding: 20px;
    width: auto;
    text-align: center;
    margin: auto;
    overflow: hidden;
    /* display: flex; */
    justify-content: center;
}

#grooming-parent {
    background-color: white;
}

#featured-products h2 {
   color: #111;
   font-size:18px;
   font-weight: 600;
   letter-spacing: 0px;
}


.Keepsake,
.Carrier {
    width: auto;
    max-width: 300px;
    height: 300px;
    margin: auto 2% 5%;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    box-shadow: #d6d1d1 0px 0px 10px;
    /* margin-right: 5%;
    margin-left: 5%; */
}

#Carrier-parent {
    background-color: #efeea9;
}

.Keepsake-heroes {
    max-width: 340px;
    height: 325px;
}

.Keepsake h3,
.Carrier h3 {
    width: fit-content;
    padding: 5px 8px;
    position: absolute;
    right: 8px;
    background-color: #f24822;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: lighter;
    /* letter-spacing: .5px; */
    color: white;
    text-align: center;
    border-radius: 20px;
}

#blue-shopping-cart-small {
    width: 35px;
    float: right;
}

.Keepsake>div,
.Carrier>div {
    padding: 5px;
    position: relative;
}

.Keepsake>div h3,
.Carrier>div h3 {
    all: unset;
    border: #993;
    color: #cd6a31;
    font-size: 26px;
    float: left;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.carrier-bag {
    width: 61.5%;
}

#Carrier-bag {
    width: 64%;
}

#Leon-Keyholder {
    width: 88%;
}

#Perro-Keyholder {
    width: 99%;
}

#Panda-Keyholder {
    width: 99%;
}

#Oso-blanco-Keyholder {
    width: 99%;
}

#Oso-Keyholder {
    width: 99%;
}


.keyholder {
    /* float: left; */
    transition: transform 0.3s ease;
    /* Smooth the zoom animation */
}

.keyholder:hover {
    transform: scale(1.1);
    /* Scale the image by 1.5x */
    cursor: pointer;
}


#deals-newsletter {
    background-color: #F54900;
    padding: 20px 5px 20px;
    position: relative;
}

#deals-newsletter h1,
h2 {
    font-family: 'Calibri', Arial, sans-serif;
    color: white;
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 1.3px;
}

#deals-newsletter h2,
h5 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
}

#subscribe-email {
    width: 25%;
    border: none;
    border-radius: 10px;
    background-color: #AF5032 !important;
    height: 40px;
    padding-right: 30px;
    margin: 15px 20px 0px 24px;
    color: white;
    font-size: 17px;
    position: relative;
}

#subscribe-email {
    position: relative;
    outline: none;
    /* Removes default browser outline */
    transition: all 0.3s ease;
    /* Smooth interaction transition */
}

#subscribe-email:focus {
    border: none;
    box-shadow: 0 0 0 4px rgba(0, 118, 255, 0.15);
    /* Modern subtle glow */
    background-color: #AF5032;
}

#email-div button {
    width: 120px;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    color: #024d97;
    font-size: 18px;
    height: 40px;
    padding: 7px;
}

#percent-off h5 {

    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    /* display: inline; */
    padding-bottom: 5px;
    margin: auto;
    text-align: start;
    border: solid 0px;
    width: 40%;
}


#deals-newsletter {
    background-color: #F54900;
    padding: 20px 5px 20px;
    position: relative;
}

#deals-newsletter h1,
h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 1.3px;
}

#deals-newsletter h2,
h5 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
}

#subscribe-email {
    width: 25%;
    border: none;
    border-radius: 10px;
    background-color: #AF5032 !important;
    height: 40px;
    padding-right: 30px;
    margin: 15px 20px 0px 24px;
    color: white;
    font-size: 17px;
    position: relative;
}

#subscribe-email {
    position: relative;
    outline: none;
    /* Removes default browser outline */
    transition: all 0.3s ease;
    /* Smooth interaction transition */
}

#subscribe-email:focus {
    border: none;
    box-shadow: 0 0 0 4px rgba(0, 118, 255, 0.15);
    /* Modern subtle glow */
    background-color: #AF5032;
}

#email-div button {
    width: 120px;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    color: #024d97;
    font-size: 18px;
    height: 40px;
    padding: 7px;
}

#percent-off h5 {
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    /* display: inline; */
    padding-bottom: 5px;
    margin: auto;
    text-align: start;
    border: solid 0px;
    width: 40%;
}

#subscribe-email {
    width: 25%;
    border: none;
    border-radius: 10px;
    background-color: #AF5032 !important;
    height: 40px;
    padding-right: 30px;
    margin: 15px 20px 0px 24px;
    color: white;
    font-size: 17px;
    position: relative;
}

#subscribe-email {
    position: relative;
    outline: none;

    transition: all 0.3s ease;

}

#subscribe-email:focus {
    border: none;
    box-shadow: 0 0 0 4px rgba(0, 118, 255, 0.15);

    background-color: #AF5032;
}

#email-div button {
    width: 120px;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    color: #024d97;
    font-size: 18px;
    height: 40px;
    padding: 7px;
}

#percent-off h5 {
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    padding-bottom: 5px;
    margin: auto;
    text-align: start;
    border: solid 0px;
    width: 40%;
}


footer {
    background-color: #101828;
    padding: 20px 5px 20px;
    position: relative;
}

footer div {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: white;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 92px;
    display: inline-block;
    text-align: center;
    margin-right: 2%;
}


footer div#footer-social {
    padding: 1%;
    width: 21%;
    text-align: left;
    /* border: solid 1px #6f7e4e; */
}


footer div h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;

}

footer div h3 {
    width: 82%;
    margin: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

footer div ul {
    position: absolute;
    left: 0px;
    top: 20px;
    list-style-type: none;
    padding: 0px;
}

footer div ul li,
table tr td {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: white;
    text-align: left;
    padding: 5px 0px;
}

footer div ul li a {
    text-decoration: none;
    color: white;
}

footer table {
    margin-top: 25px;
    margin-bottom: 23px;
}

footer div table tr td {
    padding: 0px;
    font-size: 13px;
}

footer div table tr td a {
    padding: 0px;
    color: white;
    text-decoration: none;
}

footer div table tr td a:hover {
    padding: 0px;
    color: #3af;
    text-decoration: none;
    cursor: pointer;
}

footer hr {
    border: 0px;
    border-top: 1px solid #25375b;
    width: 85%;
}

footer h5 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 400;
    color: white;
}