File: /var/www/html/TBbargain/wp-content/themes/Tbbargain/css/common.css
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
html {
font-size: 20px;
}
body {
font-family: "Inter", sans-serif;
}
* {
font-family: "Inter", sans-serif;
}
img {
max-width: 100%;
}
@media (min-width: 1600px) {
.custom-container {
max-width: 1450px;
}
}
@media (max-width: 1679px) {
.custom-container {
max-width: 1280px;
}
}
@media (max-width: 767px) {
.custom-container {
max-width: 100%;
}
}
.display-flex {
display: flex;
}
.align-center {
align-items: center;
}
.justfi-center {
justify-content: center;
}
.justfi-spacebetween {
justify-content: space-between;
}/*# sourceMappingURL=common.css.map */
.report-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
}
.popup-content {
background: #fff;
padding: 20px;
border-radius: 5px;
text-align: center;
max-width: 400px;
width: 100%;
}
.popup-content h2 {
margin-bottom: 20px;
}
.deal-badge .red {
font-size: 14px;
font-weight: 500;
color: #fff;
background: red;
}
deal-badge.new