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/ |
/* contact info & basket*/
.relative-position {
position: relative;
}
.top-bar {
position: absolute;
top: 0px !important;
z-index: 99;
width: 100%;
}
.background-contact-info {
background-color: rgba(246, 246, 246, 0.9);
padding: 10px;
}
.contact-info {
font-size: 14px;
color: #333;
padding-top: 5px;
}
.phone-number {
color: #b79839;
font-weight: bold;
font-size: 18px;
}
.basket-info {
color: #333;
font-size: 14px;
font-family: "Proxima Nova Condensed";
margin-right: 30px;
padding-top: 5px;
}
.icon-bskt {
padding-top: 2px;
margin-right: 3px;
}
.checkout-btn {
background: #282828;
border-radius: 20px;
padding: 6px 20px 5px 20px;
color: #fff;
font-size: 14px;
font-family: "Proxima Nova Condensed";
font-weight: bold;
display: block;
}
.checkout-btn:hover, .checkout-btn:focus {
color: #ffd962;
}
/* 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) {
.contact-info {
font-size: 12px;
}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
/* top contact*/
.contact-info {
font-size: 12px;
line-height: 14px;
}
.phone-number {
font-size: 14px;
}
.basket-info {
margin-right: 10px;
font-size: 13px;
}
.icon-bskt {
margin-right: 2px;
}
.checkout-btn {
padding: 6px 15px 5px 15px;
font-size: 12px;
}
}
/* 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) {
}
/* Samsung Galaxy Tab 3 (7") ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: landscape) {
}
/* iPhone 3, 4, others no-name ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (orientation: portrait) {
}
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (orientation: landscape) {
}
/* 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) {
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) {
}
/* iPhone 5, 5S, 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) {
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) {
}
/* iPhone 6,7 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) {
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) {
}
/* iPhone 6+,7+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) {
}
/* Samsung Galaxy S7Edge ----------- */
@media only screen and (max-width: 412px) and (max-height: 732px) and (orientation: portrait) {
}
@media only screen and (max-width: 412px) and (max-height: 732px) and (orientation: landscape) {
}