.t1118__accordion {
    transition: all 0.25s ease;
}

.t1118__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 0 0 0;
}

.t1118__accordion.active .t1118__content {
    padding: 20px 0;
}

.t1118__icon {
    transition: transform 0.3s ease;
}

.t1118__accordion.active .t1118__icon {
    transform: rotate(45deg);
}

.t1118__descr {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.t1118__accordion.active .t1118__descr {
    opacity: 1;
}

.t_faq__accordion.active .t1118__content{
    display: block;
    max-height: fit-content !important;
}
.t1118__accordion.active .t1118__icon{
    top: 30px;
}


.home_category{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    gap: 18px;
}
.home_category_item{
    width: 374px;
    border-radius: 6px 6px 6px 6px;
    background-color: #eff2f5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 170px;
}
.home_category_item_image img{
    max-width: 147px;
    height: auto;
}
.home_category_item_image{
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.home_category_item_left{
    padding: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
.home_category_item_title{
    line-height: 23px;
    color: #333333;
    font-size: 18px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
}
.home_category_item_more{
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    border-radius: 30px;
    border: 1px solid #333333;
    margin-top: auto;
    width: 118px;
    height: 33px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    padding: 0 10px;
}
.home_category_item_more:hover{
    border-color: #728CC1;
}
.home_category_item:last-child{
    background: none;
    border: 1px solid #728CC1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #728CC1;
    font-size: 24px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.tn-elem__11782920161742409393721{
    width: 100% !important;
    left: auto !important;
    text-align: center;
}

.news{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
}
.ast-article-post{
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.ast-article-post .entry-header {
    margin-bottom: 1em;
}
.ast-article-post .entry-title a{
    text-decoration: none;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.2em;
}
.ast-button{
    color: #000000;
    border-color: #728cc1;
    background-color: #728cc1;
    border-radius: 10px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.0666666666667rem;
    text-transform: uppercase;
    text-decoration: none;
}
.entry-content p{
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    line-height: 23px;
    color: #333;
    letter-spacing: 0px;
    margin: 10px;
}
.ast-article-post:last-child{
    border-bottom: none;
}
.about_mobile{
    display: none;
    background-color: #EFF2F5;
    padding-top: 50px;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
}
.about_mobile img{
    max-width: 100%;
    height: auto;
}
.about_mobile_item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.about_mobile_item{
    margin-bottom: 15px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.about_mobile_item img{
    margin-right: 20px;
}
.about_mobile_title{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.t-menu__list .t978__menu{
    overflow-y: inherit;
    width: auto;
    height: auto;
}

#rec1178292016{
    margin-top: 90px;
}

.about_list{
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.about_list li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.about_list li svg{
    margin-right: 10px;
    width: 15px;
}
.about_list li span{
    max-width: 90%;
}
.t405__img{
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
.astra-shop-summary-wrap .request {
    border: 1px solid #728cc1;
    color: #728cc1;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}
.t978__menu-link-wrapper{
    justify-content: center;
}
.t228__right_buttons_but small{
    opacity: 1 !important;
}

@media screen and (max-width: 1919px) {
    #rec1178291911 .tn-elem[data-elem-id="1742324725478"]{
        top: 385px !important;
    }
}


@media screen and (max-width: 767px) {
    .tn-elem__11782919161742324599306,
    .tn-elem__11782919161743498016668{
        width: 90% !important;
        left: 0 !important;
        top: 0px !important;
        position: relative !important;
        margin: 0 auto;
    }
    .tn-elem__11782919161742324819151{
        left: 20px !important;
        width: 90% !important;
    }
    #rec1178291911{
        display: block !important;
    }
    .tn-elem__11782919111742324599306{
        margin: 0 auto !important;
        position: relative !important;
        left: 0 !important;
        width: 90% !important;
    }
    .tn-elem__11782919111742324819151{
        text-align: center;
        margin-left: 0 !important;
        left: 0 !important;
        width: 100% !important;
        top: 47px !important;
    }
    .tn-elem__11782919111742324819151 h1{
        line-height: 28px !important;
    }
    .tn-elem__11782919111742324906403{
        left: 0 !important;
        width: 100% !important;
        top: 154px !important;
        line-height: 20px !important;
        text-align: center;
        padding: 0 20px;
    }
    .tn-elem__11782919111742324906403 h2{
        line-height: 20px !important;
    }
    .tn-elem__11782919111742324725478{
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        padding: 0 35px;
        width: 100% !important;
    }
    .tn-elem__11782919111742324725478 a{
        height: 68px !important;
    }
    #rec1178291911 .tn-elem[data-elem-id="1742324599306"] .tn-atom{
        background-position: right !important;
    }
    .tn-elem__11782919111742324599306{
        height: 480px !important;
    }
    .tn-elem__11782919211742325117769{
        left: 25px !important;
        top: 54px !important;
        width: 90% !important;
    }
    .tn-elem__11782919211742325076835,
    .tn-elem__11782919361742409393721{
        left: 25px !important;
    }
    #rec1178291926{
        display: block !important;
    }
    
    .t396__artboard[data-artboard-recid="1178291926"] {
        height: auto !important;
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .t396__artboard[data-artboard-recid="1178291926"] .t396__elem {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    /* Заголовок */
    .tn-elem__11782919261742409393721 {
        order: 0 !important;
        font-size: 27px !important;
        line-height: 34px !important;
        margin-bottom: 35px !important;
    }

    /* ==================== ПАРЫ ==================== */

    /* 5+ + лет на рынке */
    .tn-elem__1178291926174243856691 { order: 2 !important; }
    .tn-elem__11782919261742453953257 { order: 3 !important; }

    /* 100+ + довольных клиентов */
    .tn-elem__1178291926174243901906 { order: 4 !important; }
    .tn-elem__11782919261742454000035 { order: 5 !important; }

    /* 200 + наименований */
    .tn-elem__11782919261742453917772 { order: 6 !important; }
    .tn-elem__11782919261742454037440 { order: 7 !important; }

    /* 30 + партнеров */
    .tn-elem__11782919261742453930572 { order: 8 !important; }
    .tn-elem__11782919261742454088460 { order: 9 !important; }

    /* 20+ + опыт */
    .tn-elem__11782919261742453941693 { order: 10 !important; }
    .tn-elem__11782919261742454108658 { order: 11 !important; }

    /* Стили цифр */
    .tn-elem__1178291926174243856691,
    .tn-elem__1178291926174243901906,
    .tn-elem__11782919261742453917772,
    .tn-elem__11782919261742453930572,
    .tn-elem__11782919261742453941693 {
        font-size: 58px !important;
        line-height: 62px !important;
        margin-bottom: 6px !important;
    }

    /* Стили описаний */
    .tn-elem__11782919261742453953257,
    .tn-elem__11782919261742454000035,
    .tn-elem__11782919261742454037440,
    .tn-elem__11782919261742454088460,
    .tn-elem__11782919261742454108658 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 38px !important;
    }

    .t-animate { transform: none !important; }
    
    #rec1178291951 .t396__artboard {
        height: auto !important;
        min-height: auto !important;
    }

    #rec1178291951 .t396__elem {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        margin: 0 auto 20px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Изображение (слева) — ставим сверху */
    #rec1178291951 .tn-elem__11782919511742454195590 {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 260px !important;
        margin-bottom: 25px !important;
        border-radius: 16px !important;
    }

    /* Основной текст */
    #rec1178291951 .tn-elem__11782919511742454230971 {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
        margin-bottom: 25px !important;
        font-size: 15.5px !important;
        line-height: 1.45 !important;
    }

    /* Кнопка "Подробнее" */
    #rec1178291951 .tn-elem__11782919511742454366706 {
        order: 3 !important;
        margin: 0 auto !important;
        width: auto !important;
    }

    /* Текст "Подробнее" под кнопкой */
    #rec1178291951 .tn-elem__11782919511742454535158 {
        order: 4 !important;
        margin-top: -28px !important;
        text-align: center !important;
    }

    /* Стрелка */
    #rec1178291951 .tn-elem__11782919511742454583941 {
        order: 5 !important;
        margin: 0 auto !important;
        display: block !important;
    }

    /* Убираем лишние анимации и трансформации */
    #rec1178291951 .t-animate {
        transform: none !important;
    }
    
    #rec1178291951 .t396{
        padding: 30px 15px 40px !important;
    }
    
    #rec1178291956 .t396__artboard {
        height: auto !important;
        min-height: 55px !important;
        padding: 15px 0 !important;
    }

    #rec1178291956 .t396__elem {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
    }

    /* Заголовок "Решения" */
    #rec1178291956 .tn-elem__11782919561742325076835 {
        order: 1 !important;
        width: auto !important;
        margin: 0 0 0 20px !important;
        text-align: center !important;
        font-size: 17px !important;
        line-height: 1.4 !important;
    }

    /* Линия */
    #rec1178291956 .tn-elem__11782919561742325117769 {
        order: 2 !important;
        width: 90% !important;
        margin: 0 0 0 20px !important;
        height: 1px !important;
        background-color: #728CC1 !important;
    }

    /* Синяя точка в конце линии */
    #rec1178291956 .tn-elem__11782919561742325203555 {
        display: none !important;
    }

    /* Убираем лишние стили Tilda */
    #rec1178291956 .t-animate {
        transform: none !important;
    }

    #rec1178291986 .t396__artboard {
        height: auto !important;
        min-height: auto !important;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
    }

    #rec1178291986 .t396__elem {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        margin: 0 auto 20px !important;
        max-width: 340px !important;
        order: 5;
    }

    /* Большой фон */
    .tn-elem__11782919861743509421611 {
        order: 0 !important;
        width: 100% !important;
        height: 280px !important;
        border-radius: 12px !important;
        margin-bottom: 30px !important;
    }

    /* Белая карточка */
    .tn-elem__11782919861742808471406 {
        order: 2 !important;
        width: 100% !important;
        max-width: 340px !important;
        height: auto !important;
        padding: 25px 20px !important;
        margin-bottom: 30px !important;
    }

    /* Заголовок "направления деятельности" */
    .tn-elem__11782919861742808560741 {
        order: 1 !important;
        font-size: 17px !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    /* Направления с иконками */
    .tn-elem__11782919861742808730467 { order: 2 !important; }  /* иконка 1 */
    .tn-elem__1178291986174280843163  { order: 3 !important; }  /* текст 1 */

    .tn-elem__11782919861742808843171 { order: 4 !important; }  /* иконка 2 */
    .tn-elem__11782919861742808869740 { order: 5 !important; }  /* текст 2 */

    .tn-elem__11782919861742808903519 { order: 6 !important; }  /* иконка 3 */
    .tn-elem__11782919861742808903513 { order: 7 !important; }  /* текст 3 */

    .tn-elem__11782919861742808919226 { order: 8 !important; } /* иконка 4 */
    .tn-elem__11782919861742808919214 { order: 9 !important; } /* текст 4 */

    /* Кнопки */
    .tn-elem__11782919861744192533041 { 
        order: 12 !important; 
        margin: 15px auto !important;
        width: 100% !important;
        max-width: 340px !important;
    }

    .tn-elem__11782919861744192756086 { 
        order: 13 !important; 
        margin: 10px auto !important;
        width: 100% !important;
        max-width: 340px !important;
    }

    /* Стили текста */
    #rec1178291986 .tn-elem__1178291986174280843163,
    #rec1178291986 .tn-elem__11782919861742808869740,
    #rec1178291986 .tn-elem__11782919861742808903513,
    #rec1178291986 .tn-elem__11782919861742808919214 {
        font-size: 17px !important;
        text-align: center !important;
        line-height: 1.4 !important;
    }

    .t-animate { transform: none !important; }
    
    .home_category{
        max-width: 90%;
    }
    .home_category_item{
        width: 100%;
    }
    .home_category_item_image img{
        max-width: 100%;
    }
    .ast-article-post .entry-header{
        margin: 10px;
    }
    .ast-article-post h2{
        font-size: 16px;
    }
    .ast-article-post .entry-content p{
        font-size: 14px;
    }
    .tn-elem__11782920461742325076835,
    .tn-elem__11782920311742325076835{
        left: 15px !important;
    }
    .tn-elem__11782920461742325117769,
    .tn-elem__11782920311742325117769{
        left: 15px !important;
        top: 50px !important;
        width: 90% !important;
    }
    .tn-elem__11782920161742807781577{
        width: 100% !important;
        left: 0 !important;
        text-align: center;
    }
    #rec1178292016 .tn-elem[data-elem-id="1742409393721"] .tn-atom{
        line-height: 32px !important;
    }
    #rec1178291986 .tn-elem[data-elem-id="1742808560752"]{
        display: none;
    }
    .tn-elem__11782919861742808471406{
        display: none;
    }
    
    .about_mobile{
        display: block;
    }
    
    .tn-elem__11782919111742324599306:after{
        position: absolute;
        content: '';
        background-color: #fff;
        opacity: 0.5;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }
    .t228__leftside, .t228__rightside, .t228__centerside{
        min-width: inherit !important;
    }
}

.archive.tax-product_cat.woocommerce.woocommerce-page #primary {
	padding-top: 60px;
	max-width: 1240px;
	margin: 0 auto;
	font-family: 'Circe' !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	font-size: 16px;
    color: #728CC1;
    font-family: 'Circe' !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	color: #333;
}

.woocommerce-products-header__title.page-title {
	font-family: 'Circe' !important;
    text-align: center;
    color: #333 !important;
    margin: 50px 0;
    font-weight: 500;
}

.woocommerce .woocommerce-ordering select {
		height: auto;
    color: #666;
    border: 1px solid #ddd;
    padding: .5em;
    background: #fafafa;
    font-family: 'Circe' !important;
    font-size: 15px;
    font-weight: 600;
	}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	font-weight: 400;
    font-size: 18px;
    text-align: left;
    line-height: 23px;
    color: #333;
    letter-spacing: 0px;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products, .woocommerce-page ul.products {
	    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.woocommerce div.product .related.products ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title{
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #333;
    line-height: 20px;
    font-weight: 600;
}

.woocommerce-page ul.products li.product .request {
	border: 1px solid #728cc1;
    color: #728cc1;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding-bottom: 20px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 20%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 73%;
}

/* Контейнер таблицы — делаем его скроллируемым на мобилках */
#tab-description table {
    width: 100% !important; /* Растягиваем на всю ширину контента */
    max-width: 100%;
    border-collapse: collapse !important;
    margin: 25px 0;
    font-size: 15px;
    background-color: #ffffff;
    overflow: hidden;
    border: none !important; /* Убираем черную рамку */
}

/* Стили для строк */
#tab-description table tr {
    border-bottom: 1px solid #eef2f5;
    transition: background-color 0.2s ease;
}



/* Зебра-эффект (чередование цвета строк) для лучшей читаемости */
#tab-description table tr:nth-of-type(even) {
    background-color: #f9fbfd;
}


/* Стили для ячеек */
#tab-description table td {
    padding: 14px 20px !important;
    color: #334155;
    line-height: 1.5;
    vertical-align: middle;
}

/* Левая колонка (названия характеристик) — делаем чуть акцентнее */
#tab-description table td:first-child {
    font-weight: 600;
    color: #1e293b;
    width: 35% !important; /* Задаем красивое пропорциональное соотношение */
}





/* Адаптивность для мобильных устройств */
@media screen and (max-width: 600px) {
    #tab-description table {
        display: block;
        overflow-x: auto; /* Появится аккуратная прокрутка, если таблица не влезает */
        -webkit-overflow-scrolling: touch;
    }
    
    #tab-description table td {
        padding: 10px 12px !important;
        font-size: 14px;
    }
}



@media (max-width: 800px) {
	.archive.tax-product_cat.woocommerce.woocommerce-page #primary {
	padding-top: 120px;
		padding-left: 20px;
		padding-right: 20px;
}
	
	.woocommerce ul.products, .woocommerce-page ul.products {
    grid-template-columns: repeat(2, 1fr);
}
	
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left;
	}
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		max-width: 160px;
	}
}	

.tmenu-mobile__container .t228__imglogo.t228__imglogomobile {
	max-width: 100px !important;
	min-width: 20px !important;
    margin: 0;
    padding: 0 !important;
}

.t-menuburger span {
	background-color: #728CC1 !important;
}

.tmenu-mobile {
	background-color: #fff !important; 
	box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.3);
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
#rec1178292016, 
#rec1178292021 {
	display: none;
}

.t396__elem.tn-elem.tn-elem__11782919111742324599306 {
	width: 100% !important;
	left: 0 !important;
}
.t396__elem.tn-elem.tn-elem__11782919211742325076835,
.t396__elem.tn-elem.tn-elem__11782919211742325117769,

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	margin-right: 30px;
}

.decr-wrap {
	margin: 0 auto;
}


.related.products.astra-shop-summary-wrap {
	margin-bottom: 30px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
	color: #666;
	background-color: transparent !important;
	
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: none !important;
}

/* 1. Сбрасываем стили списка, чтобы убрать точки и лишние отступы */
.my-related-slider .swiper-slide li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; /* Чтобы карточка не вылезала за пределы слайда */
}

.my-related-slider .swiper-slide li h2 {
	font-size: 1em !important;
	text-align: center !important;
}

.my-related-slider .swiper-slide li a {
	text-decoration: none !important;
}

/* 2. Ограничиваем размер изображений внутри слайдов */
.my-related-slider .swiper-slide img {
        display: block;
    width: 100%;
    max-width: 230px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    height: auto;
    margin: 0 auto;
	margin-bottom: .8em;
}


/* 3. Оформление самой карточки (опционально, для красоты) */
.my-related-slider .swiper-slide {
    text-align: center;
}

/* 4. Центрируем кнопки навигации (чтобы они были по бокам) */
.my-related-slider .swiper-button-next,
.my-related-slider .swiper-button-prev {
    color: #333; /* Цвет стрелок */
    top: 40%;    /* Позиция по вертикали */
}

@media (max-width: 800px) {
	#article .content {
		padding: 0 20px;
	}
	
	.t396__elem.tn-elem.tn-elem__11782919111742324599306 {
		padding: 0 20px;
	}
	
	#article .t017__title.t-title.t-title_xxs {
		font-size: 16px !important;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	margin-right: 0;
		width: 100%;
}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
	}
}

.woocommerce div.product .product_meta {
	border-top: none !important;
}

.woocommerce div.product .product_title {
	border-bottom: 1px solid #ebebeb;
}
