html {
    font-family: 'Poppins';
}

body {
    height: 100vh;
}

img {
    width: 100%;
    height: auto;
}

b {
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #000;
}

header {
    display: flex;
    min-height: 70px;
    width: 100%;
    position: fixed;
    color: #fff;
    fill: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 22px;
    align-items: center;
}

.sideBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: 0.5s;
}

.sideBar ul {
    /*display: flex;
    align-items: flex-start;
    margin: 60px 30px;
    font-size: 25px;
    font-weight: 800;
    gap: 15px;
    overflow: hidden;
    flex-direction: column;
    white-space: nowrap;*/
}

.sideBar a {
    text-decoration: none;
    color: #fff;
}

.description{
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    width: 240px;
    white-space: normal;
}

.socialMedia{
color: #fff;
display: flex;
flex-direction: column;
gap: 20px;
font-size: 18px;
padding: 10px 0;
}

.socialMedia div{
display:flex;
gap: 10px;
width: 240px;
}

.activeSide {
    width: 300px;
}

.divcontrol{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: space-around;
    padding: 10px 0 20px;
    flex-direction: column;
}

article {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin: 0;
    padding-top: 110px;
    padding-bottom: 40px;
    align-items: center;
    min-height: 510px;
}

footer {
    background-color: #fff;
    font-size: 14px;
    color: #3aa5dc;
}

.bar {
    cursor: pointer;
}

.bar::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 30px;
    content: "\f0c9";
}

.footerCatalog {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    color: #fff;
}

.footerCatalog h4 {
    /*font-weight: 600;*/
}

.FBR {
    display: flex;
    align-items: center;
    justify-content: center;
}

.FBC {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footerConnecta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.footerConnecta img {
    max-width: 120px;
}

.back-screen {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.55s;
}

.invisibility {
    visibility: hidden;
}

.bsclose {
    position: absolute;
    right: -45px;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: 0.7;
}

.bsclose:hover {
    opacity: 1;
    cursor: pointer;
}

.bsclose:before,
.bsclose:after {
    position: absolute;
    left: 15px;
    content: '';
    height: 33px;
    width: 3.5px;
    background-color: #fff;
}

.bsclose:before {
    transform: rotate(45deg);
}

.bsclose:after {
    transform: rotate(-45deg);
}

.categories {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 14px;
    gap: 20px;
}

.categories::-webkit-scrollbar {
    display: none;
}

.category {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 13px;
    padding: 5px;
    text-align: center;
    align-items: center;
    /*font-weight: 700;*/
}

.category img {
    border-radius: 100%;
    padding: 1px;
    height: 100px;
    width: 100px !important;
}

.vitrine {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    gap: 20px;
}

.logo {
    display: flex;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    padding: 3px;
    overflow: hidden;
    background-color: #fff;
    justify-content: center;
    align-content: center;
    box-shadow: 0 1px 5px rgb(0 0 0 / 70%);
    z-index: 2;
    transition: 0.5s;
}

.logo img {
    border-radius: 100%;
}

.title {
    font-size: 20px;
    /*font-weight: 800;*/
}

.top {
    position: fixed;
    top: 10px;
    width: 70px;
    height: 70px;
}

.pt116 {
    padding-top: 116px;
}

.w100 {
    width: 100%;
}

.lmt {
    width: 90%;
}

.products {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 15px;
}

.product {
    display: flex;
    position: relative;
}

.product a {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.product span {
    width: 100%;
    color: #6e6f7a;
}

.productCover {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.productCover img {
    max-width: 100%;
    height: auto;
    min-height: 230px;
    border-radius: 10px;
    object-fit: cover;
}

.productMini {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.productMini img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}

.productShow {
    display: grid;
    grid-template-columns: repeat(1, minmax(150px, 1fr));
    gap: 20px;
}

.buy {
    padding: 14px 0;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    /*font-weight: 600;*/
    text-decoration: none;
    opacity: 0.9;
}

.buy:hover{
    opacity: 1;
}

.cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.textCenter {
    text-align: center;
}

.cartProducts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.cartProduct {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    border: 2px solid #dfdfdf;
    border-radius: 6px;
    padding: 10px;
}

.cartProductCover {
    display: flex;
    gap: 10px;
}

.cartProductImage {
    display: flex;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    max-width: 25%;
}

.cartProductDesc {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 7px;
    width: 75%;
}

.cartProductResul {
    display: flex;
    width: 95%;
    justify-content: space-between;
    align-items: center;
}

.qty {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.qty input {
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    font-size: 16px;
}

.qty a {
    text-decoration: none;
}

.variantSelect {
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    background-color: #aaaaaa00;
}

.variantSelect select {
    width: 100%;
    height: 100%;
    text-align: center;
}

.add{
    cursor: pointer;
}

.remove{
    cursor: pointer;
}

@keyframes spinner {

    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }

}

.spin {
    width: 100%;
    position: absolute;
    height: 90%;
    z-index: 2;
    background-color: #ffffffd6;
}

.spin::before {

    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 8px #cfd0d1;
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;

}

.disabled {
    background-color: #afb8bd;
}

.Sbuying {
    padding: 14px 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    /*font-weight: 600;*/
    text-decoration: none;
}

.checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.whatsapp {
    position: fixed;
    bottom: 24px;
    right: 15px;
    border-radius: 100%;
    max-height: 30px;
    max-width: 30px;
    padding: 13px;
    background-color: #34bc48;
    box-shadow: 0 2px 5px rgb(0 0 0 / 70%);
    z-index: 2;
}

.productResum {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.productResumPrice {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 14px;
    /*font-weight: 600;*/
}

.productResumTitle {
    max-width: 70%;
    font-size: 14px;
    font-weight: 600;
}

.productResumDetail {
    font-size: 12px;
}

.productCheckOutTotal {
    display: flex;
    padding: 10px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    /*font-weight: 600;*/
}

.checkout input {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    border: solid 1px #00000036;
}

.checkout textarea {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    height: 150px;
    font-size: 16px;
    border: solid 1px #00000036;
}

.checkout select {
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    border: solid 1px #00000036;
}

.checkout p {
    text-align: center;
    font-size: 12px;
}

.Shipment {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Payment {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.search-form input[type="text"] {
    padding: 12px 20px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 2em 0 0 2em;
    width: 60%;
}

.search-form input:focus-visible {
    outline: none;
}

.search-form button[type="submit"] {
    color: white;
    border: none;
    border-radius: 0 2em 2em 0;
    cursor: pointer;
    padding: 14px 20px 14px 14px;
    /*font-weight: 600;*/
}

.search-form input[type="text"],
.search-form button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.search-form button[type="submit"]:hover {
    opacity: 1;
}

.variantSelect{
    background-color: #fff;
}

.item{
    border-color: #b8b8b8;
    font-size: 20px;
    /*font-weight: 600;*/
    padding: 12px 0;
}

.selectize-input{
    border-radius: 55px !important;
}

.selectize-dropdown, .selectize-input.dropdown-active::before{
    transform: translatex(-50%) !important;
    left: 50% !important;
    width: 82% !important;
}

.selectize-dropdown-content .option{
    padding: 12px 0 !important;
    /*font-weight: 600 !important;*/
}

/* Portrait smartphones and smaller */
@media (min-width: 576px) {
    .products {
        grid-template-columns: 33.33% 33.33% 33.33%;;
        gap: 20px;
    }
}

/* Landscape smartphones and portrait tablets */
@media (min-width: 768px) {
    .divcontrol{
    	  display: flex;
    	  width: 75%;
    	  align-items: center;
     	  gap: 30px;
    	  justify-content: space-around;
    	  padding: 10px 0 20px;
	  flex-direction: row;
    }
    .products {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .productShow{
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }

    .lmt{
        width: 80%;
    }
}

/* Landscape tablets and desktops */
@media (min-width: 992px) {
    .products {
        grid-template-columns: repeat(4, 1fr);
    }

    .lmt{
        width: 75%;
    }
}

/* Large desktops */
@media (min-width: 1200px) {
    .products {
        grid-template-columns: repeat(5, 1fr);
    }
}
