/* ========== Personal CSS =========== */
body{
    font-family: Nunito !important;
}

.pr-title {
    font-family:'Nunito' !important;
    /* font-size: 14px; */
    text-align:center;
    justify-content: center;
}

.pr-sale-price{
    font-size: 19px !important;
}
@media screen and (max-width: 600px){
    .pr-sale-price{
        font-size: 16px !important;
    }
    .sh-product-card-discount-tag {
        font-size: 13px !important;
        line-height: 18px !important;
    }
}
.sh-product-card {
    border: 1px solid #E5E5E5 !important;
    border-radius: 0px !important;    
}
.sh-product-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-header-main
{
font-size: 20px;
}
.sh-product-card-discount-tag {
background-color:#ffca00;
    font-weight: 400 !important;
    border-radius: 0px 8px 0px 8px !important;
    right: auto !important;
    top: 0px !important;
    left: 0px !important;
}
.sh-product-discount-tag {
background-color:#ffca00;
    font-weight: 400 !important;
    border-radius: 4px !important;
}
.sh-product-plus-minus-button {
    border-radius: 4px !important;
}
.sh-solid-button {
    border-radius: 4px;
}
.sh-row-title-divider {
   display: none !important
}
.sh-product-card-discount-tag{
font-size: 16px;
    line-height: 26px;
}
#container-page-home
{
font-family:"lato";
}
.sh-product-plus-minus-button {
    background-color: #004e4b;
color: #ffca00;
    border: 1px solid #000 !important;
}
.sh-banner-collection-card {
	padding: 0px;
	margin-top: -25px;
	margin-bottom: -27px;
}
.pr-long-col-content
{
justify-content: center;
align-items: center;
}
.row-box
{
justify-content: center;
}
.sh-product-card {
background-color: #FDFFFC;
    border: 1px solid #F2F2F2 !important;
    border-radius: 0px !important;
   
}
.pr-long-card .pr-image
{border-radius: 0px !important;}
.LargeCollectionCard-component {
padding:5px !important;
}

.pr-long-col-name {
    text-align: center;
}
.pr-long-col-details {
    align-items: center;
justify-content: center;
}

.sh-footer-main {
    background-color: #000;
    color: #fff;
    box-shadow: rgb(238 238 238) 0px 1px 0px;
}
.sh-footer-icon
{
color:#fff;
}
.sh-product-card-name {
padding:5px 10px;
}

.pr-var-btn{
    display:none;
}

/*.section-item {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}*/