[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
div#tcal {
  top: 60% !important;
  position: fixed;
}
.no_form form {
  display: none !important;
}
.con_h1 {
  margin-left: 30px;
}
.shop2-product-mode-wr .product-anonce {
  font-style: normal;
}
.shop2-product-mode-wr .price-product {
  margin-bottom: 12px;
}
.font_price {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
}
.overflowHidden2 {
  overflow: hidden;
}
.product-form {
  margin: 10px 0 0;
}
.product-form span {
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #d08935;
  border: 1px solid #d08935;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.3s ease;
  padding: 7px 10px 6px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  user-select: none;
}
.product-form span:hover {
  background: #d08935;
  color: #fff;
}
.product-form span:active {
  color: #fff;
}
.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 8px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sample-popup.opened {
  opacity: 1;
  visibility: visible;
}
.sample-popup .sample-popup-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: 547px;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
.sample-popup .tpl-anketa-success-note {
  padding: 10px 0 7px;
  color: #333;
  font-weight: bold;
}
.sample-popup .sample-close {
  z-index: 2;
  position: absolute;
  top: 7px;
  right: 0;
  cursor: pointer;
  width: 42px;
  height: 42px;
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M9.504%2C2.554%20C9.504%2C2.554%207.090%2C4.968%207.090%2C4.968%20C7.090%2C4.968%209.504%2C7.382%209.504%2C7.382%20C10.090%2C7.968%2010.089%2C8.918%209.504%2C9.504%20C8.918%2C10.090%207.968%2C10.090%207.383%2C9.504%20C7.383%2C9.504%204.968%2C7.090%204.968%2C7.090%20C4.968%2C7.090%202.554%2C9.504%202.554%2C9.504%20C1.968%2C10.090%201.019%2C10.090%200.433%2C9.504%20C-0.153%2C8.918%20-0.153%2C7.968%200.433%2C7.383%20C0.433%2C7.383%202.847%2C4.968%202.847%2C4.968%20C2.847%2C4.968%200.433%2C2.554%200.433%2C2.554%20C-0.153%2C1.968%20-0.153%2C1.019%200.433%2C0.433%20C1.019%2C-0.153%201.968%2C-0.153%202.554%2C0.433%20C2.554%2C0.433%204.968%2C2.847%204.968%2C2.847%20C4.968%2C2.847%207.383%2C0.433%207.383%2C0.433%20C7.968%2C-0.153%208.918%2C-0.153%209.504%2C0.433%20C10.090%2C1.019%2010.090%2C1.968%209.504%2C2.554%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
}
.sample-popup .tpl-anketa__title {
  margin: 0 0 20px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  padding: 0 20px 0 0;
}
.sample-popup .tpl-field {
  padding-bottom: 15px;
}
.sample-popup .tpl-field p:first-child {
  margin-top: 0;
}
.sample-popup .tpl-field p:last-child {
  margin-bottom: 0;
}
.sample-popup .tpl-field.tpl-field__ip, .sample-popup .tpl-field.tpl-field__product-name, .sample-popup .tpl-field.tpl-field__product-link {
  display: none;
}
.sample-popup .tpl-field.type-checkbox, .sample-popup .tpl-field.type-radio_group, .sample-popup .tpl-field.type-multi_checkbox {
  font-weight: bold;
}
.sample-popup .tpl-field.type-checkbox input, .sample-popup .tpl-field.type-radio_group input, .sample-popup .tpl-field.type-multi_checkbox input {
  height: auto;
}
.sample-popup .tpl-field.type-checkbox ul, .sample-popup .tpl-field.type-radio_group ul, .sample-popup .tpl-field.type-multi_checkbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sample-popup .tpl-field input[type="text"], .sample-popup .tpl-field input[type="password"], .sample-popup .tpl-field input[type="email"], .sample-popup .tpl-field textarea, .sample-popup .tpl-field select {
  width: 100%;
}
.sample-popup .field-title {
  padding-bottom: 0;
  font-weight: bold;
}
.sample-popup .field-title span {
  color: red;
}
.sample-popup .error-message {
  padding: 0 0 5px;
}
.sample-popup .tpl-field-button {
  padding-bottom: 0;
}
.sample-popup .tpl-field-button button {
  padding: 9px 6px;
}
@media (max-width: 980px) {
  body {
    overflow-x: hidden;
  }
}
/*.buy-one-click{
	text-decoration: none;
    border: none;
    padding: 0;
    margin: 0; 
    font-size: 13px;
    cursor: pointer;
    vertical-align: middle;
    background: #d08935;
    -moz-box-shadow: inset 0 0 0 1px #d08935;
    -webkit-box-shadow: inset 0 0 0 1px #d08935;
    box-shadow: inset 0 0 0 1px #d08935;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    a{color: #fff;}
    &:hover{
		background: #fff !important;
		-moz-box-shadow: inset 0 0 0 1px #d08935;
		-webkit-box-shadow: inset 0 0 0 1px #d08935;
		box-shadow: inset 0 0 0 1px #d08935;
		a{color: #d08935 !important; background: #fff !important;}
    }
}*/
/*.product-r-side{
	.details-product{
		.product-compare{
			text-decoration: none;
		    border: none;
		    padding: 0;
		    margin: 0; 
		    font-size: 13px;
		    cursor: pointer;
		    vertical-align: middle;
		    background: #d08935;
		    -moz-box-shadow: inset 0 0 0 1px #d08935;
		    -webkit-box-shadow: inset 0 0 0 1px #d08935;
		    box-shadow: inset 0 0 0 1px #d08935;
		    -webkit-border-radius: 3px;
		    -moz-border-radius: 3px;
		    -ms-border-radius: 3px;
		    -o-border-radius: 3px;
		    border-radius: 3px;
		    -webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
		    -o-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		    transition: all 0.3s ease;
		    padding: 7px;
		    color: #fff;
		    &:hover{
		    	color: #d08935 !important; background: #fff !important;
		    }
		}
		.product-compare.product-compare-added:before {
		    left: 7px;
		}
		.custom-underlined-link{
			padding-left: 30px;
			color: #fff;
		}
	}
}
.product-r-side .details-product .product-compare-added:hover{
	color: #fff !important; background: #d08935 !important;
}*/
input[type="text"], input[type="password"], input[type="email"], textarea {
  padding: 8px !important;
}
