* {
    box-sizing: border-box;
}

h1 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 2.3vw;
letter-spacing: 0.5px;
	  font-family: 'Crimson Text', Georgia, Times, serif;

}
h2 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.5px;
}
.modal-offer {
    width: 580px;
    height: 120px;
    position: fixed;
	font-size: 13.5px;
	font-weight: bold;
    top: -160px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ffffff;
	color: #000000;
    padding: 10px;
    border-radius: 4px;
    z-index: 3;
    box-shadow: 0 10px 14px 0;
	text-transform: uppercase;
}
.modal-offer span { 
    position: absolute;
    top: 3px;
    right: 6px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .modal-offer {
visibility: hidden;
  }
}



.card {
    padding: 20px;
    margin-top: 20px;

}
.card h2 {
text-align: center;
}
.card p {
text-align: justify;
font-size: 1.4vw;
padding: 1.1vw;
line-height: 1.5;

}
.card ul {
line-height: 1.5;
font-size: 1.4vw;
	  font-family: 'Crimson Text', Georgia, Times, serif;
}
.card a {
text-align: center;
}
.card img {
width: 100%;
height: auto;
}


   .colortext {
     color: red;
   }
.top_text {
margin: 0.7vw;
padding: 1vw;
color: #000; 

}

.top_text p {
font-weight: 300;
font-family: 'Crimson Text', Georgia, Times, serif;
text-align: center;
padding: 3px;
font-size: 1.5vw;
letter-spacing: 0.5px;
}
.top_text a{
text-decoration: none;
color: #000;
font-weight: 900;
white-space:nowrap;
}
.top_text a:hover{
text-decoration: underline;
}
.but_link {
    text-align: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.button {
    background-color: green;
    color: white;
	margin-top: 10px;
    padding: 15px 25px;
    text-align: center;
	align-items: center;
	justify-content: center;
	margin: 2vw auto;
    text-decoration: none;
    font-size: 1.4vw;
	width: auto;
	height: auto;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
  -webkit-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
  	border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.button:hover {
    background-color: #32cd32;
	  -webkit-box-shadow: 1px 1px 13px 2px rgba(64, 80, 120, 0.8);
-moz-box-shadow: 1px 1px 13px 2px rgba(64, 80, 120, 0.8);
box-shadow: 1px 1px 13px 2px rgba(64, 80, 120, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-basket-all {
  border: none;
  outline: none;
  padding: 12px 25px;
  background-color: #00a86b;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
	margin-top: 10px;
}

.btn-basket-all:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.btn-basket-add {
  background-color: green;
  color: white;
  font-weight: bold;
  padding: 8px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
}

.btn-basket-add-black {
  border: none;
  font-family: GABRIOLA;
  padding: 12px 14px;
  background-color: #000000;
  color: #ffd700;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
	font-size: 19px;
}
.btn-basket-add-black:active {
  background-color: green;
}

.btn-basket-add-red {
  border: none;
    font-family: GABRIOLA;
  outline: none;
  padding: 12px 14px;
  background-color: red;
  color: #ffd700;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
	font-size: 19px;
}
.btn-basket-add-red:active {
  background-color: green;
}
.btn-basket-clear-close {
  border: none;
  outline: none;
  padding: 12px 25px;
  margin: 0 auto;
  background-color: #f1f1f1;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
}
@media screen and (max-width: 600px) {
    .btn-basket-clear-close {
        width: 100%;
		margin-top: 5px;
    }
}
.btn-basket-clear-close:hover {
  background-color: green;
  color: #FFFFFF;
}
.basket_container {
border: none;
width: 90%;
margin: 0 auto;
height: auto;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 3000;
}
.pre_wrapper small {
  display: block;
  position: relative;
  text-align: center;
  font-size: 25px;
  top: 100px;
}
#preloader .icon_animate {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url(../img/456.GIF) center center no-repeat; 
  background-size: 300px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
	.card p {
text-align: justify;
font-size: 18px;
padding: 14px;
line-height: 1.5;

}
.card ul {
line-height: 1.5;
font-size: 18px;
	  font-family: 'Crimson Text', Georgia, Times, serif;
}
.top_text p {
font-weight: 600;
font-family: 'Crimson Text', Georgia, Times, serif;
text-align: center;
padding: 3px;
font-size: 20px;
letter-spacing: 0.5px;

}
.button {
    font-size: 18px;

}
.button img {
width: 30px;
height: 30px;
}

}
