* {
    box-sizing: border-box;
}

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

}
@media screen and (max-width: 1200px) {
  h1 {
font-size: 23px;
font-weight: bold;
}
}
h2 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.5px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 20px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
.rightcolumn {
    float: left;
    width: 100%;
background:#ffffff;
    
}
.rightcolumn h2 {
text-align: center;
	  font-family: 'Crimson Text', Georgia, Times, serif;
text-transform: uppercase;
font-weight: bold;
	font-size: 25px;
}

.main_info {
	margin-top: 20px;
}
.main_info p {
text-align: justify;
color: #000000;
	font-size: 1.2vw;
	font-weight: 500;
	padding: 3px 10px;
text-transform: uppercase;
letter-spacing: 0.9px;
	  font-family: 'Crimson Text', Georgia, Times, serif;
}
.main_info h2 {
text-align: center;
font-family: 'Crimson Text', Georgia, Times, serif;
color: #000000;
	font-size: 1.5vw;
	font-weight: 700;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 3px;
	padding-bottom: 3.7px;
text-transform: uppercase;
letter-spacing: 0.9px;
	
}

.main_info1 {
	margin-top: 20px;
	padding: 10px;
	background: #ffffff;
-webkit-box-shadow: 0px 0px 10px 3px rgba(0, 5, 8, 0.35);
-moz-box-shadow: 0px 0px 10px 3px rgba(0, 5, 8, 0.35);
box-shadow: 0px 0px 10px 3px rgba(0, 5, 8, 0.35);
}
.main_info1 p {
text-align: center;
font-family: 'Crimson Text', Georgia, Times, serif;
color: #000000;
	font-size: 1.5vw;
	font-weight: 700;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 3px;
	padding-bottom: 3.7px;
text-transform: uppercase;
letter-spacing: 0.9px;

}

@media screen and (max-width: 1200px) {
.main_info p {
	font-size: 16px;
}
.main_info1 p {
	font-size: 20px;
}
.main_info h2 {
	font-size: 20px;
}

}

@media screen and (max-width: 1200px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
}

.basket_container {
border: none;
width: 90%;
margin: 0 auto;
height: auto;
}
   .colortext {
     color: red;
   }
      .colortext1 {
     color: green;
   }

.help {
border: 2px double black;
padding: 40px;
background: #000000;
color: #ffffff;
font-size: 20px;
text-align: justify;
text-transform: uppercase;
line-height: 1.5;
}
.help a {
text-decoration: none;
color: green;
font-weight: bold;
letter-spacing: 1.2px;
}
.help a:hover {
text-decoration: underline;
}


.variant {
    margin: 0 auto;
	width: 100%;
	height: auto;
	font-family: 'Crimson Text', Georgia, Times, serif;

}

.columns {
    float: left;
    width: 30%;
	height: auto;
    padding: 0.8vw;
    margin: 1vw;
}

.columns a{
	text-decoration: none;
	color: #000000;
}

.price {
    list-style-type: none;
	text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
  -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;
}

.price:hover {
	  -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;
  background:#ffffff;
}
.price .header {
  background: #000000;
    color: white;
	width: 100%;
	margin-right: 35px;
	padding: 10px;
    font-size: 1.4vw;
		font-weight: bold;

}

.price .header1 {
  background: url(../img/silk.jpg);
background-size: cover;
    color: white;
	width: auto;
	margin-right: 35px;
	padding: 10px;
    font-size: 1.4vw;
		font-weight: bold;

}
.price .header2 {
  background: url(../img/atlas.jpg);
background-size: cover;
    color: white;
	width: auto;
	margin-right: 35px;
	padding: 10px;
    font-size: 1.4vw;
		font-weight: bold;

}
.price .header3 {
  background: url(../img/velvet.jpg);
background-size: cover;
    color: white;
	width: auto;
	margin-right: 35px;
	padding: 10px;
    font-size: 1.4vw;
		font-weight: bold;

}


.price li {
    border-bottom: 1px solid #eee;
    padding: 5px;
	margin-right: 45px;
    text-align: center;
    font-size: 1vw;
	text-transform: uppercase;

}
.price li img {
	width: 0.9vw;
	height: 0.9vw;
}


.price .grey {
    background-color: #eee;
    font-size: 20px;
	font-weight: bold;
	    padding: 3px;

}

.button {
    background-color: #4ba1f0;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 1.4vw;
	margin-left: -45px;
	text-transform: uppercase;
	font-weight: bold;
}
.button:hover {
    background-color: #4CAF50;
}

@media only screen and (max-width: 1200px) {
    .columns {
        width: 100%;
		height: auto;
    }
	.price .header,.price .header1,.price .header2,.price .header3  {
    font-size: 18px;
}
.price li {
    font-size: 13px;
}
.price li img {
	width: 12px;
	height: 12px;
}
.button {
    font-size: 18px;
}

	
}



.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;
  }
}
.small-cost {
text-align: center;
}
.no_position {
text-decoration: line-through;
}
.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%);
}
