﻿@charset "utf-8";
/* CSS Document */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-x;

}

.footerlinks
{
    color:#B7BB18;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}
.blackboldtext
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:orange;
}


/* ---------------   My Stylesheets  --------- */
.product-img {
        width: 300px;
        height:350px;
    }

.jumbotron {
    padding:0rem 2rem;
}

[class*="icon48-"] {
    width:48px;
    height:48px;
    display:inline-block;
}

[class*="icon24-"] {
    width:24px;
    height:24px;
    display:inline-block;
}

.icon48-telegram {
    background:url(../images/icons.png) 0 0;
}

.icon48-gmail{
    background:url(../images/icons.png) -49px 0;
}

.icon48-instagram{
    background:url(../images/icons.png) -97px 0;
}

.icon48-phone{
    background:url(../images/icons.png) -145px 0;
}

.icon48-cellphone{
    background:url(../images/icons.png) -193px 0;
}

.icon24-phone{
    background:url(../images/icons24.png) -73px 0;
}

.icon24-cellphone{
    background:url(../images/icons24.png) -97px 0;
}
#dropdown03 + .dropdown-menu{
    min-width:450px !important;
    width:max-content !important;
    direction:rtl !important;
}

#dropdown03 + .dropdown-menu .dropdown-item{
    text-align:right !important;
    white-space:nowrap !important;
}
﻿@charset "utf-8";
/* CSS Document */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-x;

}

.footerlinks
{
    color:#B7BB18;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}
.blackboldtext
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:orange;
}


/* ---------------   My Stylesheets  --------- */
.product-img {
        width: 300px;
        height:350px;
    }

.jumbotron {
    padding:0rem 2rem;
}

[class*="icon48-"] {
    width:48px;
    height:48px;
    display:inline-block;
}

[class*="icon24-"] {
    width:24px;
    height:24px;
    display:inline-block;
}

.icon48-telegram {
    background:url(../images/icons.png) 0 0;
}

.icon48-gmail{
    background:url(../images/icons.png) -49px 0;
}

.icon48-instagram{
    background:url(../images/icons.png) -97px 0;
}

.icon48-phone{
    background:url(../images/icons.png) -145px 0;
}

.icon48-cellphone{
    background:url(../images/icons.png) -193px 0;
}

.icon24-phone{
    background:url(../images/icons24.png) -73px 0;
}

.icon24-cellphone{
    background:url(../images/icons24.png) -97px 0;
}
#dropdown03 + .dropdown-menu{
    min-width:450px !important;
    width:max-content !important;
    direction:rtl !important;
}

#dropdown03 + .dropdown-menu .dropdown-item{
    text-align:right !important;
    white-space:nowrap !important;
}
.nav-item.dropdown{
    position: relative;
}

#dropdown03 + .dropdown-menu{
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
}
