.elementor-784 .elementor-element.elementor-element-4a9d4d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-784 .elementor-element.elementor-element-341106b{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;column-gap:0px;font-family:"benzin-bold", Sans-serif;font-size:50px;font-weight:400;text-transform:uppercase;}.elementor-784 .elementor-element.elementor-element-341106b p{margin-block-end:0px;}@media(max-width:767px){.elementor-784 .elementor-element.elementor-element-4a9d4d5{--padding-top:0px;--padding-bottom:0px;--padding-left:016px;--padding-right:016px;}.elementor-784 .elementor-element.elementor-element-341106b{font-size:24px;}}@media(min-width:768px){.elementor-784 .elementor-element.elementor-element-4a9d4d5{--content-width:1200px;}}/* Start custom CSS for shortcode, class: .elementor-element-ea6737f */.request-page {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  font-family: 'Alumni Sans', sans-serif;
  text-transform:uppercase;
  
}

.entry-content ul, .entry-content ol{
    padding-left: 0;
}

.request-form {
  flex: 1 1 580px;
  
}

.request-products {
  flex: 2 1 590px;
}

.request-products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.request-product {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #1D191780;
  padding: 10px 0;
}

.request-product .thumb img {
  width: 250px;
  height: auto;
}

.request-product .title {
  flex: 1;
}

.request-product .qty {
  width: 60px;
  text-align: center;
}

.request-product .remove {
  color: #aaa;
  font-size: 20px;
  text-decoration: none;
}
.request-product .remove:hover {
  color: red;
}





.wpcf7 .wpcf7-form-control-wrap{
    display: inline;
}

.wpcf7-form label {
  display: block;

}


.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  font-size: 24px;
  border: 1px solid #1D191780;
  background: #EDECE2;
 text-transform:uppercase;
 height: 76px;
}

.wpcf7-form textarea {
    height: 150px;
}

.form-row {
  display: flex;
  gap: 20px;
  padding: 0;
 
}

.form-row label {
  flex: 1;
  min-width: 200px;
}

.acceptance-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wpcf7-form .wpcf7-submit {
  width: 100%;
}
.woocommerce-js form .form-row{
    padding: 0;
}

.elementor-782 .elementor-element.elementor-element-d77643c .ekit-form form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .elementor-782 .elementor-element.elementor-element-d77643c .wpcf7-form textarea, .elementor-782 .elementor-element.elementor-element-d77643c .ekit-wid-con .ekit-form form textarea, .elementor-782 .elementor-element.elementor-element-d77643c .ekit-form form select{
    margin-bottom: 0px;
}


.elementor-kit-11 h3 {
color: #1D1917;
font-family: "Alumni Sans", Sans-serif;
font-size: 48px;
font-weight: 600;

}


.request-products-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}

.request-product {
  position: relative;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  border-bottom: 1px solid #1D191780;
  padding-bottom: 20px;
  font-family: 'Alumni Sans', sans-serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
.request-product{
    position: relative;
  display: grid;
    grid-template-columns: none;
    }
}

.product-left img {
  width: 100%;
}

.product-right {
  position: relative;
/* 
flex-flow: row wrap;
display: flex;
width: 200px;
height: 100%;
align-content: space-between;*/

}

.remove-item {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  color: #1D1917;
  font-weight: 500;
  box-shadow: none;
}

.remove-item:hover {
  background: #EDECE2;
  color: #1D1917;
  box-shadow: none;
}

.product-name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}

.product-brand {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}

.product-attrs {
  font-family: 'Alumni Sans', sans-serif;
  font-size: 18px;
  color: #1D1917;
  font-weight: 400;
  margin-bottom: 10px;
}

.product-attr span {
  font-weight: 400;

  font-size: 18px;
  color:#1D191780;
}

.product-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #1D191780;
  overflow: hidden;
  font-size: 18px;
}

.qty-btn {
    padding: 5px;
  width: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 500;
  color: #000;
   box-shadow: none;
}

.qty-btn:hover {
    color: #000;
  background: #EDECE2;
}

.product-qty input[type="number"] {
  width: 45px;
  height: 39px;
  border: none;
  text-align: center;
  font-size: 16px;
  background: transparent;
  pointer-events: none;
}

.request-total {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.request-total span{
    font-size: 48px;
    font-weight: 400;
    color: #4D4D4D;
}
#request-total-count{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
}

.btn-request {
  display: block;
  text-align: center;
  background: #1D1917;
  color: #fff;
  padding: 16px;
  font-size: 18px;
  margin-top: 20px;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-request:hover {
    color: #1D191780;
  background:#EDECE2;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.product-brand a{
font-family: 'benzin-bold';
font-size: 25px;
color: #1D1917;

}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a), .woocommerce-js .woocommerce-product-details__short-description a{
   text-decoration: none; 
}


.submit-btn{
    display: none;
}


.request-submit a{
    font-size: 20px;
     color: #EDECE2;
    border-radius: 4px;
}

.request-submit a:hover{
    background: #1D1917;
    color: #EDECE2;
     font-size: 20px;
}

.wpcf7-list-item-label{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.wpcf7-list-item{
    margin: 0;
}


/*Чекбокс*/
.wpcf7 input[type="checkbox"] {
    min-width: 20px;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.wpcf7 input[type="checkbox"]:checked {
    background-image: url("/wp-content/uploads/2025/11/vector-1.png"); /* путь к твоему изображению */
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}

.wpcf7 input[type="checkbox"]:active,.wpcf7 input[type="checkbox"]:hover,
.wpcf7 input[type="checkbox"]:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
/* Убираем выделение вокруг элемента */
.wpcf7 input[type="checkbox"]::-moz-focus-inner {
    border: 0;
}/* End custom CSS */