* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
}
body {
    margin: 0;
    width: 100%;
    overflow: scroll;
}
.fa {
    font-family: FontAwesome;
}
.mainwrapper {
    width: 3000px;
    height: 2132px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.mainwrapper.men {
    background-image: url("images/men.jpg") !important;
}
.mainwrapper.women {
    background-image: url("images/women.jpg") !important;
    background-position: 0px 0px;
}
.tbx {
    background: transparent;
    position: absolute;
    height: 30px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    outline: 0;
}
.ta {
    background: transparent;
    position: absolute;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 81px;
    line-height: 43px;
    border: 0;
    outline: 0;
}
.cbx {
    height: 20px;
    width: 20px;
    position: absolute;
    border: 0;
    outline: 0;
}
.save_button {
    margin-top: 35px;
    position: absolute;
    margin-left: 2335px;
    width: 287px;
    height: 130px;
    cursor: pointer;
    outline: none;
    display: none;
}
.men .save_button {
    background: url("images/save_men.png") -7px -3px;
}
.women .save_button {
    background: url("images/save_women.png") -7px -3px;;
}
.share_button {
    margin-top: 35px;
    position: absolute;
    margin-left: 2652px;
    width: 287px;
    height: 130px;
    cursor: pointer;
    outline: none;
}
.men .share_button {
    background: url("images/share_men.png") -7px -3px;;
}
.women .share_button {
    background: url("images/share_women.png") -7px -3px;;
}
.click_button {
    margin-top: 35px;
    position: absolute;
    margin-left: 2637px;
    width: 309px;
    height: 113px;
    border-radius: 69px;
    cursor: pointer;
}
.fa-paper-plane,
.fa-paper-plane:hover {
    color: white;
}
.dropdown-item {
    text-align: right;
    line-height: 60px;
    margin-bottom: 5px;
    box-shadow: 0 0 0px 1px #cccccc;
    background: gainsboro;
    font-size: 22px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    cursor: pointer;
}
.dropdown-item i {
    margin-left: 10px;
}
.dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-bottom: 15px !important;
    right: 0;
}
.fa-whatsapp {
    font-size: 32px;
}
img {
    display: none;
}
@media print {
    @page {
        size: 3124px 2220px;
        margin: 1%;
    }
    .click_button,
    .save_button,
    .share_button {
        display: none !important;
    }
}
