/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.page-title.my-page-title-default{
    padding: 190px 0 244px;
    margin-bottom: -80px;
    margin-left: -15px;
    margin-right: -15px;
}
.page-title .title.my-title-single-product{
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    position: relative;
    z-index: 1;
}
.page-title.my-page-title-default .single-breadcrumbs-wrapper{
    text-align: center
}
.page-title .my-subtitle-single-product{
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
}
@media (max-width: 620px){
    .page-title.my-page-title-default{
        padding: 100px 0 44px;
        margin-bottom: 0;
    }
    .page-title .title.my-title-single-product{
        font-size: 25px;
    }
    .page-title .my-subtitle-single-product{
        font-size: 14px;
    }
}
.row.product-image-summary-inner{
    background: #fff;
    border-radius: 20px;
    padding-top: 30px
}
.payment-img{
    margin: 20px;
    text-align: center
}
.payment-img img{
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    margin: 0 5px
}

.tabs.wc-tabs{
    display: none
}
.whb-color-light:not(.whb-with-bg) {
  background-color: rgba(117, 190, 218, 0.0)!important;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e6;
}
.flex .price{
    margin-bottom: 0;
}
.flex .price del {
    color: #BDBDBD;
    display: block;
    margin-bottom: -15px;
}
.flex .price del .amount {
    font-size: 15px;
    font-weight: 500
}
.flex .price .amount {
    font-size: 30px;
    font-weight: 900;
}
.product-summary-shadow .summary-inner {
  padding: 10px 35px 15px !important;
}
@media (max-width: 550px){
    .product-summary-shadow .summary-inner {
        padding: 10px 10px 15px !important;
    }
}
.solution-information .title{
    margin-bottom: 12px;
    color: #6c6c71;
}
.solution-information .info-list {
  margin-bottom: 30px;
  color: #4a4a4f;
  padding-left: 32px;
}
.solution-information ul{
    list-style: none;
}
.solution-information ul li {
    position: relative;
    margin: 5px 0px;
}
.solution-information ul li::after {
    content: "";
    position: absolute;
    left: -12px;
    top: 11px;
    width: 10px;
    border-bottom: 1px solid #4a4a4f;
}
.button-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.button-flex form, .button-flex a{
    margin: 5px 3px !important;
    width: 100%
}
.button-flex form button.single_add_to_cart_button{
    margin-bottom: 0;
    width: 100%
}
.button-flex a{
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #102232;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}
@media (max-width: 500px){
    .button-flex{
        flex-wrap: wrap
    }
}
.flex .product-labels{
    position: relative
}
.flex .product-labels.labels-rounded{
    top: 0;
    left: 0
}
.button-flex .single_add_to_cart_button::before{
    content: '';
    content: "\f105";
    font-family: "woodmart-font";
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin-right: 5px;
    font-weight: 400
}
.button-flex .online-demo::before{
    content: '';
    content: "\f108";
    font-family: "woodmart-font";
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-right: 5px;
    font-weight: 400
}

/* для элемента input c type="checkbox" */
.wapf-input-label>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* для элемента label, связанного с .custom-checkbox */
.wapf-input-label>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
/* создание в label псевдоэлемента before со следующими стилями */
.wapf-input-label>span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
/* стили при наведении курсора на checkbox */
.wapf-input-label>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного чекбокса (при нажатии на него) */
.wapf-input-label>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.wapf-input-label>input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.wapf-input-label>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.wapf-input-label>input:checked+span::before {
  border-color: #ffac5c;
  background-color: #ffac5c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.wapf-input-label>input:disabled+span::before {
  background-color: #e9ecef;
}
form .wapf-wrapper, form .wapf-product-totals{
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.wapf-field-container {
  padding: 0!important
}
.info-tooltip-icon::before{
    content: "\f100";
    font-family: "woodmart-font";
    font-size: 16px;
    color: #6c6c71;
    margin-left: 10px;
    opacity: 0.7;
}
/* CSS */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #102232; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #102232; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #102232; /* цвет стрелочки (по умолчанию #000) */
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #102232; /* цвет стрелочки (по умолчанию #000) */
}
.tooltip-inner {
    max-width: 650px!important; /* максимальная ширина подсказки (по умолчанию 200px) */
    color: #fff; /* цвет шрифта */
    background-color: #102232!important; /* цвет фона (по умолчанию #000) */
    border-radius: 3px; /* радиус скругдения углов */
    
}
.tooltip .tooltip-inner{
    max-width: 450px!important;
    height: auto!important;
    white-space: normal !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 25px !important;
    border-radius: 6px;
    padding: 20px !important
}
.tooltip .tooltip-inner p{
    margin-bottom: 0
}
.tooltip .tooltip-inner ul{
    margin-bottom: 0 !important; 
}
.tooltip .tooltip-inner ul li{
    margin: 0px 0px;
}
.sale_lable {
    width: 100px;
    height: 40px;
    background:#ffac5c;
    clip-path: polygon(0 50%, 20% 0, 100% 0, 100% 100%, 20% 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    font-family: sans-serif;
    color: #fff;
    text-indent: 30px;
}
 
.sale_lable::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(0, -50%);
 
}
.wapf-product-totals div span:last-child {
    font-size: 20px;
}
.wapf-product-totals div span:first-child {
    font-size: 20px;
}
.my-shadow{
    padding: 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    background: #fff
}
.my-shadow .product-element-top .product-image-link{
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.single-product-page .cart:not(.variations_form):not(.grouped_form) > * {
    margin-bottom: 0;
}
@media (max-width: 575px){
    .footer-widget-collapse > :not(.widget-title):not(:first-child) {
        display: block !important;
        margin-top: 0 !important;
    }
}
.grecaptcha-badge{
    display: none !important
}
.woocommerce-MyAccount-navigation ul li.is-active > a {
    background-color: #ffac5c !important;
}
@media (max-width: 400px){
    .wapf-label-text{
        font-size: 12px;
    }
}
@media (max-width: 1300px) and (min-width: 1030px){
    .wapf-label-text{
        font-size: 12px;
    }
}

.resp-tab {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
.resp-tab th, .resp-tab td {
    padding: 10px 10px;
    font-size: 13px;
    border: none;  
    border: 1px solid #337AB7;
    vertical-align: top;
    background: #fff;
}
.resp-tab td.gray{
    color: #B5B3B3;
    font-size: 30px;
    font-weight: 700;
}
.resp-tab th {
    color: #FFF;
    background: #337AB7;
    font-weight: bold;
    border: 1px solid #1a4a73;    
    text-transform: uppercase;    
    text-align: center;    
}
.resp-tab tr:nth-child(even) {
    background: #edf7ff;
}
.resp-tab td span.mob {
    background: #337AB7;
    color: #FFF;
    display: none;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, sans-serif;    
    text-transform: uppercase;        
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;    
}
.resp-tab td div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.resp-tab td div h1{
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
}
.resp-tab td div span{
    text-align: center;
    font-size: 13px;
    position: relative;
    font-weight: 500
}
.resp-tab td p{
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    margin: 0
}
.resp-tab td div img{
    width: 30px;
}
@media(max-width: 768px) {
    .resp-tab thead {
        display: none;
    }
    .resp-tab tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .resp-tab td {
        margin: 0 -1px -1px 0;
        padding-top: 35px;
        position: relative;
        width: 50%;
    }
    .resp-tab td span.mob {
        display: block;
    }
    .resp-tab td.gray{
        display: none;
    }
}
@media(max-width: 480px) {
    .resp-tab td {
        width: 100%;
    }
}
h1.vs{
    color: red;
}
.resp-tab a{
    text-decoration: underline;
}