﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.sidebar-none .entry-content, .sidebar-none .home-text, .sidebar-none .taxonomy-description {
    max-width: 79%; /* меняет ширину контента */
}

@media all {
  ::-webkit-input-placeholder{color:inherit;opacity:.54;
}
* {
  -webkit-box-sizing:border-box;box-sizing:border-box;
}
:after,:before{
  -webkit-box-sizing:border-box;box-sizing:border-box;
}
}
/*! CSS Used from: Embedded */
.price-zakazat {
  display:block;
  width:90%;
  text-align:center;
  margin:0px 0px 0px 20px;
  padding:5px 15px 10px 5px;
  border-radius:0 10px 15px;
  border:2px solid;
}
.tektsena {
  font-size:24px;
  font-weight:700;
}
.cenado {
  color:#f74c17;
  font-weight:700;
  text-decoration:line-through;
}
.price-zakazat {
  max-width: 17em; /* блок занимает ширину родителя, max-width её ограничивает */
  min-height: 2em;
  margin-left: auto; /* позволяет двигать форму влево */
  margin-right: 1em; /* позволяет двигать форму вправо */
  border: 1px solid orange; /* рамка формы заказа */
  background: #ecf3fd; /* фон формы заказа */
}
.text {
  max-width: 35em; /* блок занимает ширину родителя, max-width её ограничивает */
  min-height: 2em;
  margin-left: 0em;
  margin-right: auto;
  float: left;
}

@media all {
a { 
  background-color:transparent;
  -webkit-text-decoration-skip:objects;
}
  a:active,a:hover { 
  outline-width:0;
}
button,input { 
  font:inherit;
  margin:0;
}
button,input { 
  overflow:visible;
}
button { 
  text-transform:none;
}
[type=submit],button { 
  -webkit-appearance:button;
}
[type=submit]::-moz-focus-inner,button::-moz-focus-inner { 
  border-style:none;
  padding:0;
}
[type=submit]:-moz-focusring,button:-moz-focusring { 
  outline:1px dotted ButtonText;
}
[type=checkbox] { 
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:0;
  text-decoration: none;
}
::-webkit-input-placeholder { 
  color:inherit;
  opacity:.54;
}
* { 
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
:after,:before { 
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
button,input { 
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}
a { 
  color:#428bca;
  cursor:pointer;
}
a:active,a:focus,a:hover { 
  color:#e66212;
  text-decoration:none;
  outline:0;
}
a:active,a:hover {
  outline:0;
}
}
/*! CSS Used from: Embedded */
a {
  color:#428bca;
}
a:hover,a:focus,a:active { 
  color:#e66212;
}
/*! CSS Used from: Embedded */
.btn-clculul {
  cursor:pointer;
}
.forma-zakaza { 
  width:90%;
  margin:5px 40px 0 20px;
  background:#ecf3fd;
  border-radius:15px 10px 0;
  border:2px solid;
  padding:10px 10px;
  box-shadow:0 0 43px rgba(0, 0, 0, .22);
}
.textfor {
  margin:10px;
  text-align:center;
  color:#f74c17;
  font-size:12px;
}
.btn-clculul { 
  cursor:pointer;
}
.forma-zakaza input[type="text"] {
  width:100%;
  height:45px;
  border:1px solid orange;
  border-radius:20px;
  background:ffa500;
  font:14px/35px;
  color:grey;
  text-indent:14px;
  margin-top:11px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.forma-zakaza input[type="tel"] { 
  width:100%;
  height:45px;
  border:1px solid orange;
  border-radius:20px;
  background:ffa500;
  font:14px/35px;
  color:grey;
  text-indent:14px;
  margin-top:11px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.knopkaprov {
  font-size:12px;
  line-height:90%;
  text-align:justify;
  color:#fff;
}
.knopkaprov a {
  color:#4699b9;
} 
.forma-zakaza button {
  width:100%;
  height:60px;
  border:0;
  border-radius:25px;
  background:#f2a130;
  -webkit-box-shadow:0 0 19px 0 rgba(255,120,164,.5);
  box-shadow:0 0 19px 0 rgba(255,120,164,.5);
  font:20px/27px GothamPro-Bold,sans-serif;color:#fff;
  margin-top:22px;
  margin-bottom:10px;
  color:#e6e6e6;
  font-weight:700;
}
.forma-zakaza {
  max-width: 17em; /* блок занимает ширину родителя, max-width её ограничивает */
  min-height: 2em;
  margin-left: auto; /* позволяет двигать форму влево */
  margin-right: 1em; /* позволяет двигать форму вправо */
  border: 1px solid orange; /* рамка формы заказа */
  background: #ecf3fd; /* фон формы заказа */
}
a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
   }
.skruglitel img {
               width: auto;
               height: auto;
               -webkit-border-radius: 150px;
               -moz-border-radius: 150px;
               -ms-border-radius: 150px;
               -o-border-radius: 150px;
                border-radius: 150px;
                              }   