Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/public/themes/frontend_new/assets/css/ |
/* text zone*/
.text-zone {
margin-top: 78px;
margin-bottom: 20px;
}
.text-zone-title {
font-size: 18px;
color: #b79839;
font-family: 'ProximaNovaA-Regular';
font-weight: normal;
}
.text-zone-description {
font-size: 14px;
line-height: 18px;
color: #282828;
font-family: 'ProximaNova-Light';
font-weight: 300;
border-bottom: 2px solid #ffd962;
margin-top: 10px;
padding-bottom: 30px;
}
.page-content {
margin-bottom: 60px;
margin-top: 50px;
}
/* gift list*/
.gift-info {
margin-bottom: 30px;
}
.gift-title {
font-size: 21px;
line-height: 23px;
color: #000;
font-family: 'Proxima Nova';
font-weight: 600;
margin-top: 20px;
height: 37px;
}
.gift-text {
font-size: 14px;
line-height: 18px;
height: 60px;
color: #000;
font-family: 'Proxima Nova';
margin-top: 10px;
}
.gift-hour {
font-size: 18px;
line-height: 18px;
color: #000;
font-family: 'ProximaNovaA-Regular';
margin-top: 15px;
}
.gift-price {
font-size: 18px;
line-height: 18px;
color: #000;
font-family: 'Proxima Nova';
margin-top: 5px;
font-weight: 600;
}
.gift-pic {
margin: 0 auto;
display: block;
}
.buy-gift {
background: #ffd962;
border-radius: 20px;
border-bottom: 2px solid #d8b74f;
padding: 6px 20px 5px 20px;
color: #000;
font-size: 14px;
font-family: "Proxima Nova Condensed";
font-weight: bold;
display: block;
text-align: center;
width: 40%;
margin-top: 20px;
}
.buy-gift:hover, .buy-gift:focus {
color: #000;
}
/* RESPONSIVE CSS
-------------------------------------------------------------------------------*/
/*Large desktop*/
@media (min-width: 1260px) and (max-width: 1280px) {
}
/*Small Desktop*/
@media (min-width: 1200px) {
}
/*Laptops*/
@media (min-width: 992px) and (max-width: 1199px) {
.gift-title {
font-size: 16px;
line-height: 18px;
}
.gift-text {
height: 80px;
}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.gift-title {
font-size: 14px;
line-height: 18px;
height: 35px;
}
.gift-text {
font-size: 13px;
line-height: 16px;
height: 80px;
}
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}
/* Samsung Galaxy Tab 3 (7") ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: portrait) {
.gift-title {
height: auto;
}
.gift-text {
height: auto;
}
}
/* Samsung Galaxy Tab 3 (7") ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: landscape) {
.gift-title {
height: auto;
}
.gift-text {
height: auto;
}
}
/* LG (G3,G4,G5, Nexus 5), Samsung Galaxy S(3-7), HTC ONE ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) {
.gift-title {
height: auto;
}
.gift-text {
height: auto;
}
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) {
.gift-title {
height: auto;
}
.gift-text {
height: auto;
}
}
/* iPhone 6,7 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) {
.gift-title {
height: auto;
}
.gift-text {
height: auto;
}
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) {
.gift-title {
height: auto;
}
.gift-text {
height: auto;
}
}
/* iPhone 6+,7+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
.gift-title {
height: auto;
}
.gift-text {
height: auto;
}
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) {
.gift-title {
height: auto;
}
.gift-text {
height: auto;
}
}
/* Samsung Galaxy S7Edge ----------- */
@media only screen and (max-width: 412px) and (max-height: 732px) and (orientation: portrait) {
.gift-title {
height: auto;
}
.gift-text {
height: auto;
}
}
@media only screen and (max-width: 412px) and (max-height: 732px) and (orientation: landscape) {
.gift-title {
height: auto;
}
.gift-text {
height: auto;
}
}