*{
margin: 0;
padding: 0;
}

ul, li {
margin: 0;
padding: 0;
}

@font-face {
font-family: roboto;
src: url(/fonts/roboto-regular.ttf);
}

@font-face {
font-family: robotobold;
src: url(/fonts/roboto-bold.ttf);
}

body {
font: 16px/25px roboto;
color: #3b444d;
}

img {
max-width: 100%;
height: auto;
}

a {
color: #0cb636;
text-decoration: none;
}

p {
margin: 0 0 1em 0;
}

#header {
width: 100%;
}

header {
position: relative;
display: block;
width: 96%;
max-width: 1200px;
height: 70px;
margin: 0 auto;
}

#logo {
position: absolute;
top: 0;
left: 1px;
height: 100%;
width: auto;
max-width: 200px;
display: flex;
align-items: center;
}

#logo a {
font: bold 20px roboto;
color: #333;
text-decoration: none;
display: block;
}

#mobilesearch, #mysearch {
display: none;
}

#search {
position: absolute;
top: 0;
left: 400px;
height: 100%;
display: flex;
align-items: center;
width: 300px;
}

#search form {
position: relative;
width: 500px;
}

#search input {
border: 1px solid #f5f5f5;
border-radius: 5px;
background: #f5f5f5;
padding: 10px 7px 10px 12px;
margin: 0 0 0 0;
font: 14px / 14px roboto;
display: inline-block;
min-width: 40px;
width: 100%;
text-align: left;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#search button {
position: absolute;
background: none;
top: 0;
right: 5px;
border-radius: 0 5px 5px 0;
padding: 10px 10px;
margin: 0 0 0 0;
width: 40px;
cursor: pointer;
text-align: center;
display: inline-block;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#search button img {
display: block;
}

.closebtn, #hamburger, #menucontact {
display: none;
}

#kiru {
position: absolute;
top: 0;
right: 180px;
height: 100%;
width: auto;
max-width: 200px;
display: flex;
align-items: center;
}

#kiru img {
width: 40px;
display: block;
}

.round {
border-radius: 50%;
}

#enter {
position: absolute;
top: 0;
right: 0;
height: 100%;
display: flex;
align-items: center;
}

#enter a {
display: inline-block;
cursor: pointer;
box-sizing: border-box;
padding: 9px 25px;
border-radius: 5px;
background: #0cb636;
color: #fff;
text-decoration: none;
font: 16px/16px roboto;
}

#menu {
display: block;
width: 100%;
height: 52px;
background: #0cb636;
margin: 0 0 30px 0;
}

#mymenu {
width: 100%;
max-width: 1240px;
margin: 0 auto;
}

#mymenu ul li {
float: left;
list-style: none;
position: relative;	
}

#mymenu ul li a {
font: 16px roboto;
padding: 18px 20px 18px 20px;
text-decoration: none;
display: block;
color: #fff;
}

#mymenu ul li ul {
display: none;	
}

#mymenu ul li:hover ul {
position: absolute;
top: 52px;
display: block;
z-index: 9;
}

.myspan {
position: relative;
}

.myspan span {
cursor: pointer;
display: none;
}

#mymenu ul li span {
position: absolute;
top: 21px;
right: 5px;
display: block;
border: solid #fff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

#mymenu ul li ul li a {
font: 14px roboto;
padding: 15px 20px;
text-decoration: none;
display: block;
width: 200px;
background: #0cb636;
color: #fff;
}

#last {
margin: 0 0 100px 0;
}

#last h2 {
font: 35px/35px robotobold;
margin: 0 0 40px 0;
text-align: center;
}

.about {
display: grid;
grid-gap: 10px 0;
grid-template-columns: 50% 50%;
border-radius: 10px 10px 0 0;
overflow: hidden;
}
            
.about img {
display: block;	
}
            
.abouttext {
background: rgb(248, 249, 250);
padding: 0 30px 0 30px;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: flex;
align-items: center;
}
            
.about h2 {
text-align: left;
margin: 0 0 10px 0;
}
            
.about p {
margin: 0 0 20px 0;
}
        
.about p:last-child {
margin: 0 0 0 0;
}
            
.about a {
background: #0cb636;
color: #fff;
padding: 10px 35px;
border-radius: 25px;
text-decoration: none;
display: inline-block;
}

.reverse {
margin: 0 0 100px 0;
border-radius: 0 0 10px 10px;
}

#opportunity {
margin: 0 0 100px 0;
overflow: hidden;
}

#opportunity h2 {
font: 35px/35px robotobold;
margin: 0 0 40px 0;
text-align: center;
}

#ourlanding {
text-align: center;
display: grid;
grid-gap: 10px 10%;
grid-template-columns: 1fr 1fr 1fr;
}

#ourlanding img {
width: 80%;
max-width: 80px;
margin: 0 auto;
display: block;	
}

#ourlanding h3 {
margin: 20px 0 10px 0;
font: 20px robotobold;
color: #000;
}

#ourlanding p {
font: 14px roboto;
color: #4d4d4d;
font-weight: 500;
}

#sort {
margin: 0 0 20px 0;
}
    
#sort a {
display: inline-block;
font: 15px/16px roboto;
padding: 8px 15px;
margin: 0 4px 0 0;
border-radius: 5px;
border: 1px solid #d8d8d8;
color: #000;
}
    
#sort a:hover {
border: 1px solid #333;
}
    
.ads {
display: grid;
grid-row-gap: 20px;
grid-column-gap: 2%;
grid-template-columns: 1fr 1fr 1fr 1fr;
text-align: center;
margin: 0 0 50px 0;
}
    
.ads > div {
box-shadow: 0 0 4px rgba(0,0,0,0.12);
padding: 0 0 30px 0;
border-radius: 10px;
overflow: hidden;
}

.ads_info {
width: 96%;
padding: 0 2% 0 2%;
}
    
.ads img {
display: block;
margin: 0 auto;
}
    
.ads p {
font: 15px/16px robotobold;
color: #333;
margin: 25px 5px 10px 5px;
line-height: 1.2em;
height: 2.4em;
overflow: hidden;
}
    
.price {
font: 16px/16px roboto;
color: #333;
}
    
.ads a {
text-decoration: none;
}

#product {
display: grid;
grid-row-gap: 40px;
grid-column-gap: 4%;
grid-template-columns: 48% 48%;
margin: 0 0 20px 0;
}
    
#gallery {
display: grid;
grid-row-gap: 7px;
grid-column-gap: 2%;
grid-template-columns: 1fr 1fr 1fr 1fr;
margin: 20px 0 0 0;
}
    
#product img {
display: block;
margin: 0 auto;
}
    
#productprice {
font: 25px/25px robotobold;
color: #333;
margin: 20px 0 20px 0;
}

#username {
padding: 7px 0 7px 40px;
margin: 0 0 10px 0;
background: url(/home.svg) no-repeat;
background-size: 30px auto;
}

#userphone {
padding: 2px 0 7px 40px;
margin: 0 0 15px 0;
background: url(/phone.svg) no-repeat;
background-size: 35px auto;
}

#footer {
background: #f8f9fa;
margin: 100px 0 0 0;
padding: 70px 0 50px 0;
}

footer {
display: block;
width: 94%;
max-width: 1200px;
margin: 0 auto;
}

footer > div {
display: grid;
grid-row-gap: 10px;
grid-column-gap: 4%;
grid-template-columns: 1fr 1fr 1fr 200px;
}

footer > p {
margin: 30px 0 0 0;
text-align: left;
font: 14px roboto;
}

footer div > a {
font: 14px/20px roboto;
color: #5f6368;
display: block;
margin: 0 0 10px 0;
}

.center {
width: 94%;
max-width: 1200px;
margin: 0 auto;
}

h1 {
font: 32px/32px robotobold;
color: #3b444d;
margin: 0 0 20px 0;
}

h2 {
font: 25px/25px robotobold;
color: #292929;
margin: 40px 0 10px 0;
}

h3 {
font: 24px/25px robotobold;
color: #292929;
margin: 40px 0 10px 0;
}

h4 {
font: 20px/20px robotobold;
color: #3b444d;
margin: 0 0 10px 0;
}

h5 {
font: 18px/18px robotobold;
color: #292929;
margin: 0 0 10px 0;
}

#breadcrumb {
font: 16px/16px roboto;
margin: 0 0 20px 0;
}

#breadcrumb img {
display: inline-block;
width: 16px;
}

#breadcrumb a {
color: #333;
}

.text ul, .text ol {
margin: 0 0 1em 20px;
}

.text ul li, .text ol li {
margin: 0 0 1em ;
}

.ortasy300 {
width: 94%;
max-width: 400px;
margin: 0 auto;
box-sizing: border-box;
}

#social {
display: grid;
grid-row-gap: 40px;
grid-column-gap: 4%;
grid-template-columns: 48% 48%;
}

#social a {
display: flex;
align-items: center;
border: 1px solid #ccc;
border-radius: 7px;
padding: 5px 5px;
font: 14px roboto;
color: #333;
}

#social img {
max-width: 40px;
margin: 0 10px 0 0;
}

.ortasy300 input[type=submit] {
padding: 12px 25px;
border-radius: 7px;
border: none;
width: 100%;
}

label {
display: block;
font: 15px roboto;
color: #333;
}

.formfield {
margin: 0 0 20px 0;
}

.formfield label {
display: block;
font: 16px/16px robotobold;
color: #333;
margin: 0 0 10px 0;
}

.formfield input {
display: block;
cursor: pointer;
box-sizing: border-box;
padding: 10px 15px;
border-radius: 7px;
border: 1px solid #ccc;
font: 16px roboto;
width: 100%;
max-width: 500px;
}

.formfield textarea {
display: block;
cursor: pointer;
box-sizing: border-box;
padding: 10px 15px;
border-radius: 7px;
border: 1px solid #ccc;
font: 16px roboto;
width: 100%;
max-width: 700px;
min-height: 100px;
}

.formfield input[type=color] {
padding: 0;
border: none;
width: 100px;
}

.formfield select {
display: block;
cursor: pointer;
box-sizing: border-box;
padding: 10px 15px;
border-radius: 7px;
border: 1px solid #ccc;
font: 16px roboto;
width: 100%;
max-width: 500px;
background: #fff;
}

input[type=submit], button {
display: block;
cursor: pointer;
box-sizing: border-box;
padding: 10px 15px;
border-radius: 7px;
border: none;
background: #0cb636;
color: #fff;
font: 16px roboto;
width: auto;
}

#eske_alu {
display: flex;
align-items: center;
margin: 0 0 1em 0;
}

.inline {
display: inline;
font: 15px/15px roboto;
width: auto;
margin: 0 0 0 5px;
}

.ortasy300 p {
font: 15px roboto;
color: #333;
}

figure {
margin: 0 0 1em 0;
overflow-x: auto;
}

table {
border-collapse: collapse;
min-width: 300px;
}

th, td, tr {
border: 1px solid #444;
padding: 10px;
text-align: left;
}

#pagination {
text-align: center;
margin: 20px 0 20px 0;
padding: 7px 0 7px 0;
font: 14px roboto;
}

.pagination a {
padding: 5px;
border-radius: 3px;
color: #000;
text-decoration: none;
background: #fff;
border: 1px solid #444;
display: inline-block;
margin: 0 0 10px 0;
}

.pagination a:hover {
background: #f5f5f5;
}

.current, .previous_page, .next_page {
padding: 5px;
border-radius: 3px;
border: 1px solid #444;
background: #fff;	
}

.current {
background: #e5e1e1;
color: #000;
}

#cabinetadd {
display: grid;
grid-template-columns: auto auto;
}

#cabinetadd h1 {
font: 30px/30px robotobold;
color: #333;
margin: 5px 0 0 0;
}

#add {
text-align: right;
}

#add a {
font: 16px roboto;
text-decoration: none;
color: #fff;
padding: 10px 25px;
background: #0cb636;
border-radius: 7px;
display: inline-block;
}

#info {
margin: 10px 0 10px 0;
padding: 10px 0 10px 10px;
background: #f5f5f5;
color: #333;
border-radius: 5px;
font: 14px roboto;
}

#admin {
padding: 20px 0 0 0;
display: grid;
grid-column-gap: 40px;
grid-template-columns: 200px auto;
}

#left a {
font: 16px roboto;
text-decoration: none;
color: #333;
display: block;
padding: 12px 15px;
margin: 0 0 15px 0;
background: #f5f5f5;
border-radius: 5px;
}

#all {
margin: 20px 0 20px 0;
font: 15px roboto;
}

#all div {
padding: 20px 10px 20px 10px;
box-sizing: border-box;
border-top: 1px solid #eef2f7;
display: grid;
grid-row-gap: 40px;
grid-column-gap: 2%;
grid-template-columns: 37% 37% 10% 10%;
align-items: center;
}

#all div span {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}

#all a {
text-decoration: none;
color: #333;
font: 15px roboto;
}

#all div button {
padding: 0 0;
margin: 0 0 0 0;
background: transparent;
border-radius: 0;
border: none;
display: inline-block;
float: right;
color: #333;
font: 15px roboto;
}

#infos p {
color: rgb(100, 116, 139);
}

#infos div {
margin: 0 0 30px 0;
}

#infos a {
font: 16px roboto;
text-decoration: none;
color: #fff;
padding: 10px 25px;
background: #0cb636;
border-radius: 7px;
display: inline-block;
}

@media only screen and (max-width:1100px){
body {
font: 15px/25px roboto;
}
#header {
background: #fff;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
margin: 0 0 30px 0;
}
header {
margin: 0 auto;
width: 98%;
max-width: 1200px;
height: 50px;
position: relative;
}
#logo {
position: absolute;
top: 0;
left: 2%;
width: 100px;
}
#hamburger {
position: absolute;
right: 2.3%;
top: 9px;
cursor: pointer;
display: inline-block;
}
#search {
display: none;
}
#kiru {
right: 150px;
}
#kiru img {
width: 35px;
}
#enter {
right: 50px;
}
#enter a {
padding: 9px 15px;
font: 14px/11px roboto;
}
#mobilesearch {
position: absolute;
top: 0;
right: 190px;
height: 100%;
display: flex;
align-items: center;
width: 30px;
}
#mobilesearch img {
cursor: pointer;
}
#mysearch {
position: absolute;
left: 0;
top: 50px;
width: 90%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
padding: 20px 5% 20px 5%;
z-index: 9;
}
#mysearch form {
position: relative;
}
#mysearch input {
border: 1px solid #ccc;
border-radius: 5px;
background: #fff;
padding: 7px;
margin: 0 0 0 0;
font: 16px/16px roboto;
display: inline-block;
min-width: 40px;
width: 100%;
text-align: left;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#mysearch button {
position: absolute;
top: 0;
right: 0;
background: #0cb636;
color: #fff;
border-radius: 0 5px 5px 0;
padding: 7px 10px;
margin: 0 0 0 0;
width: 40px;
cursor: pointer;
text-align: center;
display: inline-block;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#mysearch button img {
display: block;
}
#menu {
background: rgba(255, 255, 255, 0.95);
margin: 0 0 0 0;
padding: 0 0 30px 0;
min-height: 100%;
width: 0;
max-width: 800px;
position: fixed;
z-index: 9999999;
top: 0;
left: 0;
overflow-x: hidden;
transition: 0.2s;
}
#menu .closebtn {
position: absolute;
top: 0;
right: 0;
font-size: 36px;
padding: 0 10px 0 10px;
line-height: 1;
background: #333;
color: #fff;
text-decoration: none;
display: block;
}
#menu {
border-top: none;
}
#menucontact {
min-height: 40px;
display: block;	
}
#mymenu ul li {
float: none;
display: block;
list-style: none;
position: relative;	
}
#mymenu ul li a {
font: 20px robotobold;
padding: 10px 20px;
color: #333;
text-decoration: none;
display: block;
width: 70%;
}
.myspan {
position: relative;
}
#mymenu ul li span {
position: absolute;
top: 15px;
right: 20px;
border: none;
display: block;
border: solid #333;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 5px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.myspan span {
cursor: pointer;
display: none;
color: red;
font: bold 16px roboto;
display: block;
border: solid #333;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 5px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
#mymenu ul li:hover ul {
position: relative;
top: 0;
display: none;
background: transparent;
}
#mymenu ul li ul {
padding: 0 0 10px 0;
}
#mymenu ul li ul li {
display: block;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
}
#mymenu ul li ul li a {
font: 15px/15px roboto;
padding: 12px 0 0 30px;
color: #333;
background: #fff;
text-decoration: none;
display: block;
width: 90%;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
#last {
margin: 0 0 30px 0;
} 
#last h2 {
font: 25px/25px robotobold;
margin: 0 0 20px 0;
}
.about {
display: grid;
gap: 0 0;
grid-template-columns: 100%;
}  
.abouttext {
padding: 30px 4% 30px 4%;
}
.about h3 {
margin: 0 0 20px 0;
}
.about a {
font: 15px/16px roboto;
padding: 15px 25px;
border-radius: 25px;
}
.reverse {
display: flex;
flex-direction: column-reverse;
margin: 0 0 30px 0;
}
#opportunity {
margin: 0 0 30px 0;
}
#opportunity h2 {
font: 25px/25px robotobold;
margin: 0 0 20px 0;
}   
#ourlanding {
grid-gap: 40px 0;
grid-template-columns: 100%;
}   
#ourlanding img {
width: 80%;
max-width: 80px;
margin: 0 auto;
display: block;	
}   
#ourlanding h3 {
margin: 20px 0 10px 0;
font: 20px robotobold;
}    
#ourlanding p {
font: 14px roboto;
width: 60%;
margin: 0 auto;
}
#sort {
margin: 0 0 20px 0;
}
#sort a {
display: inline-block;
font: 14px/16px roboto;
padding: 8px 3px;
margin: 0 4px 0 0;
border-radius: 3px;
color: #000;
}
.ads {
display: grid;
grid-row-gap: 20px;
grid-column-gap: 4%;
grid-template-columns: 48% 48%;
text-align: center;
margin: 0 0 30px 0;
}
.ads > div {
box-shadow: 0 0 4px rgba(0,0,0,0.12);
padding: 0 0 20px 0;
border-radius: 10px;
}
.ads p {
font: 14px/14px robotobold;
line-height: 1.2em;
height: 2.4em;
}
.price {
font: 14px/14px roboto;
}
#product {
display: grid;
grid-row-gap: 40px;
grid-column-gap: 0;
grid-template-columns: 100%;
margin: 0 0 20px 0;
}     
#gallery {
display: grid;
grid-row-gap: 7px;
grid-column-gap: 2%;
grid-template-columns: 1fr 1fr 1fr 1fr;
margin: 20px 0 0 0;
}
#productprice {
font: 20px/20px robotobold;
color: #333;
margin: 20px 0 20px 0;
}
#userphone {
padding: 5px 0 7px 40px;
margin: 0 0 15px 0;
background: url(/phone.svg) no-repeat;
background-size: 35px auto;
}
#cabinetadd h1 {
font: 25px/25px robotobold;
color: #333;
margin: 10px 0 0 0;
}
#add {
text-align: right;
}
#add a {
font: 14px roboto;
text-decoration: none;
color: #fff;
padding: 10px 25px;
border-radius: 7px;
display: inline-block;
}
#admin {
padding: 20px 0 0 0;
display: grid;
grid-column-gap: 0;
grid-template-columns: 100%;
}
#left {
overflow: auto;
white-space: nowrap;
}
#left a {
font: 14px roboto;
text-decoration: none;
color: #333;
display: inline-block;
padding: 12px 15px;
margin: 0 10px 15px 0;
background: #f5f5f5;
border-radius: 5px;
}
#all {
overflow-x: auto;
font: 14px roboto;
}
#all div {
padding: 20px 10px 20px 10px;
box-sizing: border-box;
border-top: 1px solid #eef2f7;
display: grid;
grid-row-gap: 40px;
grid-column-gap: 7%;
grid-template-columns: 29% 30% 10% 10%;
align-items: center;
min-width: 700px;
}
#all div a {
font: 14px roboto;
}
#all div button {
padding: 0 0;
margin: 0 0 0 0;
background: transparent;
border-radius: 0;
border: none;
display: inline-block;
float: right;
font: 14px roboto;
}
.ortasy300 {
width: 100%;
}
label {
display: block;
font: 15px roboto;
color: #333;
}
.formfield label {
display: block;
font: 15px/15px robotobold;
color: #333;
margin: 0 0 10px 0;
}
.formfield input {
display: block;
cursor: pointer;
box-sizing: border-box;
padding: 10px 15px;
border-radius: 7px;
border: 1px solid #ccc;
font: 15px roboto;
width: 100%;
max-width: 500px;
}
.formfield textarea {
display: block;
cursor: pointer;
box-sizing: border-box;
padding: 8px 15px;
border-radius: 7px;
border: 1px solid #ccc;
font: 15px roboto;
width: 100%;
max-width: 700px;
min-height: 100px;
}
.formfield select {
margin: 5px 0 20px 0;
display: block;
width: 215px;
cursor: pointer;
box-sizing: border-box;
padding: 8px 15px;
border-radius: 7px;
border: 1px solid #ccc;
font: 15px roboto;
}
input[type=submit], button {
display: block;
cursor: pointer;
box-sizing: border-box;
padding: 12px 15px;
border-radius: 7px;
border: none;
color: #fff;
font: 15px roboto;
width: auto;
}
input[type=checkbox], .inline {
display: inline;
font: 14px roboto;
width: auto;
}
.ortasy300 p {
font: 14px roboto;
}
h1 {
font: 27px/27px robotobold;
margin: 0 0 15px 0;
}
h2 {
font: 25px/25px robotobold;
margin: 40px 0 10px 0;
}
h3 {
font: 23px/23px robotobold;
margin: 40px 0 10px 0;
}
h4 {
font: 18px/18px robotobold;
margin: 0 0 10px 0;
}
h5 {
font: 16px/16px robotobold;
margin: 0 0 15px 0;
}
#breadcrumb {
font: 14px/14px roboto;
margin: 0 0 20px 0;
}
footer > div {
display: grid;
grid-row-gap: 40px;
grid-column-gap: 0;
grid-template-columns: 100%;
}
footer > div a {
font: 14px/20px roboto;
margin: 0 0 15px 0;
}
footer > p {
font: 14px/20px roboto;
margin: 30px 0 0 0;
text-align: left;
}
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
