.single__product,
.single__product {
    max-width: 922px;
}

@media (max-width: 768px) {
	.single__product,
	.single__product {
		width: 100%;
		max-width: 100%;
	}
	body.product-template-default.single.single-product .widget-area.sidebar {
		width: 100%!important;
		padding-top: 20px;
	}
	.woocommerce .woocommerce-breadcrumb, .single__product-title {
		padding: 0 15px;
	}
}

.single__product p,
.single__product li {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.single-product .grid-wrapper.paddingHeader {
	padding-top: 200px;
}

.tabs {
    width: 100%;
}


.single__cart-first {
    padding-right: 35px;
    padding-bottom: 32px;
}

.single__product .mySwiperSingle {
    overflow: hidden;
}

.single__product .swiper-wrapper {
    margin-top: 0px;
    max-width: 335px;
    height: 461px;
}

.single__first-right {
    max-width: 387px;
}

.single__right_advantage {
    margin-top: 8px;
}

.single__right-text {
    margin-top: 37px;
}

.single__first-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single__mycontainer {
    display: flex;
    justify-content: space-between;
}

.mySwiperSingle-button-prev {
    padding-right: 32px;
    padding-left: 12px;
}

.single__first-icons {
    margin-top: 18px;
}

.mySwiperSingle-button-next {
    padding-left: 32px;
    padding-right: 12px;
}

.mySwiperSingle-button-prev,
.mySwiperSingle-button-next {
    background-color: transparent;
}

.single__cart-first {
    display: flex;
    flex-direction: row;
}

.swiper-slide {
    max-width: 335px;
}

.single__first-types {
    max-width: 227px;
}

.single__first-type {
    display: flex;
    justify-content: space-between;
}

.single__first-type button:last-child {
    padding-right: 5px;
}

/* Стили для списка вкладок */
.tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.1);
    border-radius: 10px;

    padding-right: 27px;
}

.tab-header div:first-child {
    display: flex;

}
@media (max-width: 768px) {
	.tab-header div:first-child, .single__cart-first {
		flex-direction: column;
	}
	.single__cart-first {
		padding: 0 15px;
	}
	.single__product .swiper-wrapper {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.single__first-left div:last-child {
		padding-left: 0!important;
		width: 100%;
	}
	.single__first-left div:last-child img, .single__product .mySwiperSingle {
		width: 100%;
	}
}

/* Стили для вкладки */
.tab-header__item {
    margin-left: 20px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 36px;
    cursor: pointer;
    border-bottom: none;

    padding-bottom: 15px;
    padding-top: 15px;
}

/* Стили для активной вкладки */
.tab-header__item.active {
    color: #FFB701;
    position: relative;
    background-color: #fff;
    border-bottom: 2px solid #FFB701;
}

/* Стиль для списка контейнеров с содержимым вкладок */
.tab-content {

    padding: 0;
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 10px;

    max-width: 922px;
}

/* Стили для контейнера с содержимым вкладки */
.tab-content__item {
    display: none;
    margin-top: 18px;
}

/* Стили для активного контейнера вкладки */
.tab-content__item.active:not(:last-child) {
    display: flex;
    justify-content: space-between;
}

.tab-content__item.active:last-child {
    display: block;
}

.single__first-left {
    display: flex;
}

.single__first-left {
    display: flex;
    flex-direction: column;
}

.single__first-left div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-left: 12px;
}

.single__first-left div:last-child svg {
    margin-left: 12px;
}

.single__first-left p {
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #000000;
}

.single__right_advantage h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

    color: #000000;
}

.single__right_advantage ul {

    max-width: 333px;
}

.single__right_advantage ul li:first-child {
    margin-top: 8px;
}

.single__right_advantage ul li {
    list-style: disc;
    margin-left: 18px;
}

.single__right-types {
    max-width: 228px;
    display: flex;
    flex-direction: column;
}

.single__right-type {
    display: flex;
    align-items: baseline;
}

.single__right-type .m2-single {
    margin-left: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.active-single {
    border-bottom: 3px solid #FFB701;
}

.single__right-type span:last-child {
    padding-left: 16px;
    padding-right: 16px;
}

.single__right-score {
    display: flex;
    flex-direction: row;
    align-items: center;

    margin-bottom: 22px;
}

.single__right-score>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;


    color: #313131;
}

.single__right-cart {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.single__right-type span,
.single__right-type p {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}

.single__right-type {
    border-bottom: 1px solid #C7C7C7;

}

.single__right-priceOfType span {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;

    color: #313131;

    margin-top: 11px;
    margin-bottom: 11px;

}

.single__right-roll {
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-right: 20px;

    background: #F9F9F9;
    border-radius: 10px;
}

.single__right-roll p {
    color: #9E9E9E;
    width: 196px;
    ;
}

.single__right-roll h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

    color: #313131;
}

.single__right-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.single__right-wrapper div:last-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    background: #F9F9F9;
    border-radius: 10px;

    color: #000000;

    padding-left: 5px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 1px;
}

.single__right-score div:first-child {
    display: flex;
    flex-direction: row
}

.single__right-score h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #313131;

    margin-left: 10px;
}

.slideSingle {
    margin-left: calc((100% - 640px)/2);
    margin-top: 38px !important;
}

.similar {
    margin-left: calc((100% - 640px)/2);
}

.single-text {
    margin-top: 38px;
    margin-left: calc((100% - 640px)/2);
}

.single-text p {
    max-width: 922px;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;

    color: #313131;
}

.single-product .slider__info-name {
    padding-left: 0px;
}

.slideSingle .slider__info-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;

    margin-bottom: 18px !important;
}

.effect {
    position: relative;
}

.effect::after {
    position: absolute;
    content: '';
    z-index: 10;
    width: 183px;
    height: 397px;
    top: 0;
    right: -2px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 53.65%, rgba(255, 255, 255, 0) 100%);
}

.single-cart-two {
    padding-top: 27px;
    padding-left: 28px;
}

.single-cart-two div {
    margin-bottom: 30px;
}

.single-cart-two h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height */


    color: #000000;

    max-width: 867px;

    margin-bottom: 23px;
}

.single-cart-two h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

    color: #000000;

    max-width: 867px;

    margin-bottom: 8px;
}

.single-cart-two p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #313131;

    max-width: 867px;
}


.single-cart-two ul li {
    list-style: disc;
    margin-left: 20px;
}

.single-cart-table {
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
}


table.single-cart-table tr {
    background: #F9F9F9;
}


table.single-cart-tabletd,
table.single-cart-table th {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 10px;
    width: 284px;
}

table.single-cart-table th {
    background: #347c99;
    color: #fff;
    font-weight: normal;
}

table.single-cart-table td {
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 338px;
    height: 57px;

    padding-left: 20px;
    padding-right: 12px;
    padding-top: 24px;
    padding-bottom: 17px;
}

table.single-cart-table td p {
    font-weight: 400;
    color: #9E9E9E;
    text-align: initial;
}

table.single-cart-table td h2 {
    font-weight: 500;
    text-align: initial;
    color: #000000;
}

table.single-cart-table tr:nth-child(even) {
    background: #FFFFFF;
}

.single-cart-three {
    padding-top: 27px;
    padding-left: 28px;
    padding-bottom: 29px;
}

.single-cart-three h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.single__right-text {
    height: 234px !important;
    max-width: 387px;
    overflow: hidden;
}
@media (max-width: 768px) {
	.single__right-text {
		height: auto!important;
		margin-bottom: 15px;
	}
}

.single__product-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;

    color: #000000;
}

.similar-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;

    color: #000000;

    margin-bottom: 38px;
}

.single__product-title {
    margin-bottom: 8px;
}

.branch {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #9CA7B5;

    padding-top: 20px;
    margin-bottom: 13px;
}

.single-product {
    padding-top: 95px;
}