.fas {
    color: rgb(255, 0, 47);
}
#envelope {
    color: white;
    cursor: pointer;
}
#envelope:hover {
    color: rgb(0, 0, 0);
}
.main-mid-container {
    width: 100%;
    height: auto;
    background-color: #3ab8b441;
    overflow: scroll;
}
.main-mid-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.shoping-item-div {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.shoping-item-div-row-property {
    height: 308.5px;
    width: 1515px;
    background-color: rgb(255, 255, 255);
    margin: 10px 0px 0px 10px;
    box-shadow: 0px 0px 10px rgb(174, 174, 174);
}
.shoping-item-category-name {
    width: 1520;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
}
.shoping-item-category-name h3 {
    font-family: sans-serif;
    font-size: 25px;
}
.shoping-item-category-container {
    width: 1520;
    height: 258.5px;
    display: flex;
}
.scroll-container {
    width: 1370px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(172, 172, 172);
    padding-right: 80px;
}
.scroll-content {
    display: inline-block;
    display: flex;
}
.scroll-content a{
 text-decoration: none;
}
.scroll-button {
    margin-top: 120px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    background-color: #3ab8b450;
}
.box {
    flex: none;
    height: 238.5px;
    width: 190.7px;
    margin: 10px 10px 10px 23px;
    background-color: rgba(117, 117, 117, 0.084);
    box-shadow: 0px 0px 5px rgb(172, 172, 172);
    border-radius: 1px;
    cursor: pointer;
    overflow: hidden;
}
.scroll-button-div {
    margin-top: .4px;
    height: 255.8px;
    width: 60px;
}
.scroll-button-div img {
    opacity: 40%;
    /* border-radius: 0px 50% 50% 0px; */
}
.scroll-button-div img:hover {
    opacity: 60%;
}
.scroll-button-div img:active {
    opacity: 80%;
}
.dress-info-div p{
color: black;
text-decoration: none;
}
/* ///////////////////////////////////////////////////////// */
.scroll-container1 {
    width: 1370px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(172, 172, 172);
    padding-right: 80px;
}
.scroll-content1 {
    display: inline-block;
    display: flex;
}
.scroll-button1 {
    margin-top: 120px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
}
/* //////////////////////////////////////////////////// */
.scroll-container2 {
    width: 1370px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(172, 172, 172);
    padding-right: 80px;
}
.scroll-content2 {
    display: inline-block;
    display: flex;
}
.scroll-button2 {
    margin-top: 120px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
}
/* //////////////////////////////////////////////////// */
.scroll-container3 {
    width: 1370px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(86, 86, 86);
    padding-right: 80px;
}
.scroll-content3 {
    display: inline-block;
    display: flex;
}
.scroll-button3 {
    margin-top: 120px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
}
/* //////////////////////////////////////////////////// */
.scroll-container4 {
    width: 1370px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(172, 172, 172);
    padding-right: 80px;
}
.scroll-content4 {
    display: inline-block;
    display: flex;
}
.scroll-button4 {
    margin-top: 120px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
}
/* //////////////////////////////////////////////////// */
.scroll-container5 {
    width: 1370px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgb(172, 172, 172);
    padding-right: 80px;
}
.scroll-content5 {
    display: inline-block;
    display: flex;
}
.scroll-button5 {
    margin-top: 120px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
}
.dress-info-div {
    height: 60px;
    width: 100%;
    background-color: #ffffffb8;
    margin-top: 179px;
    font-family: sans-serif;
    padding-left: 3px;
    padding-bottom: 1px;
    box-sizing: border-box;
}
.dress-info-div {
    font-size: 15px;
}
.dress-info-div h3 {
    color: rgb(0, 0, 0);
    font-weight: lighter;
    font-weight: bold;
    font-size: 18px;
}

.dress-info-div h4 {
    text-align: left;
    font-weight: lighter;
    color: black;
    margin-top: 2px;
    font-size: 14px;
}
.dress-info-div p {
   font-size: 13px;
}


.cross-word {
    text-decoration: line-through;
    color: rgb(83, 83, 83);
}

.see-more {
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 90px;
    cursor: pointer;
}
Offers {
    color: rgb(212, 72, 25);
    font-weight: lighter;
    font-size: 12px;
    font-weight: bold;
}
a{
    text-decoration: none;
}