.single-product .site-content {
    background: #f8f8f8;
}
@media only screen and (min-width: 1500px) {
    .single-product .site-content .container {
        max-width: 1440px;
        margin: 0 auto;
    }
}
.single-product .site-content > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.single-product .site-content .product-dt__item {
    padding: 35px 50px;
    margin-bottom: 20px;
    background: #fff;
}
.single-product
    .site-content
    .product-dt__item.opened
    .product-dt__title:after {
    transform: rotate(45deg);
}
.single-product .site-content .product-dt__item.hide .product-dt__description {
    display: none;
}
.single-product .site-content .product-dt__item .product-dt__title {
    font-size: 24px;
    display: block;
    position: relative;
    cursor: pointer;
}
.single-product .site-content .product-dt__item .product-dt__title:after {
    content: "\E823";
    font-family: "fontello";
    float: right;
    transition: all 0.4s ease-in-out;
}
.single-product .site-content .product-dt__item .product-dt__description {
    margin-top: 25px;
    margin-bottom: 0;
    width: 50%;
    font-size: 18px;
    line-height: 39px;
}
.single-product .product-gallery {
    /* Style the buttons inside the tab */
    /* Change background color of buttons on hover */
    /* Style the tab content */
    /* Go from zero to full opacity */
}
.single-product .product-gallery .tab {
    overflow: hidden;
    margin-bottom: 20px;
    width: 50%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.single-product .product-gallery .tab_block {
    background: #fff;
}
.single-product .product-gallery .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 0;
    transition: 0.3s;
    font-size: 22px;
    border-bottom: 1px solid transparent;
}
.single-product .product-gallery .pc-maodian-s-line {
    width: 1px;
    height: 32px;
    background: #c7c7c7;
}
.single-product .product-gallery .tab button:hover,
.single-product .product-gallery .tab button.active {
    border-bottom: 1px solid #fc1b1b;
}
.single-product .product-gallery .tabcontent {
    display: none;
    border-top: none;
    animation: fadeEffect 1s;
}
.single-product .product-gallery .videotab a {
    position: relative;
}
.single-product .product-gallery .videotab a:before {
    content: "";
    background: url("../images/play.svg") center no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
    object-position: center;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-product .product-dt,
.single-product .product-gallery {
    margin-bottom: 80px;
}
.single-product h3.product-title {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.single-product .product-info {
    color: #fff;
    background: url("../images/bg-product.jpg") center no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.single-product .product-info h4 {
    font-size: 20px;
}
.single-product .product-info h2 {
    font-size: 52px;
    margin-bottom: 100px;
}
.single-product .product-info .product__meta {
    display: flex;
}
@media only screen and (max-width: 992px) {
    .single-product .product-info .product__meta {
        justify-content: center;
    }
}
.single-product .product-info .product__meta > span {
    margin-right: 30px;
}
.single-product .product-info .product__meta .attr {
    font-size: 18px;
    display: block;
}
.single-product .product-info .product__meta .value {
    font-size: 36px;
    font-weight: bold;
    display: block;
}
.single-product .block-scroll {
    min-height: 70px;
}
.single-product .product-scroll {
    background: #fff;
    margin-bottom: 80px;
}
.single-product .product-scroll.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
}
.logged-in.single-product .product-scroll.fixed {
    top: 32px;
}
.single-product .product-scroll .leftScroll {
    display: flex;
    justify-content: space-between;
}
.single-product .product-scroll .leftScroll a {
    height: 70px;
    line-height: 70px;
    font-weight: normal;
    color: #222;
    font-size: 22px;
    border-bottom: 1px solid transparent;
}
.single-product .product-scroll .leftScroll a.active {
    color: #fc1b1b;
    border-color: #fc1b1b;
}
.single-product .product-scroll .rightCroll a {
    display: inline-block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #222;
    border: 1px solid #222;
    font-size: 22px;
}
.product-tskt__box table a {
    color: #fc1b1b;
}
.single-product .product-scroll .rightCroll a.active {
    background: #fc1b1b;
    color: #fff;
    border-color: #fc1b1b;
}
.single-product .product-tskt {
    margin-bottom: 80px;
}
.single-product .product-tskt table {
    background: #fff;
}
.single-product .product-tskt table thead {
    font-weight: bold;
}
.single-product .product-tskt table td {
    border: 0;
    padding: 20px 15px;
}
.single-product .product-tskt .table-striped tbody tr:nth-of-type(odd) {
    background: #f4f7fb;
}
.single-product .embed-catalogue .catalogue-header {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.single-product .embed-catalogue .catalogue-header .catalogue-col {
    padding: 10px;
    font-size: 16px;
}
.single-product .embed-catalogue .catalogue-item {
    background: #eeeeee;
    display: flex;
    align-items: center;
    text-align: center;
}
.single-product .embed-catalogue .catalogue-item .catalogue-col-1 {
    width: 15%;
    text-align: center;
}
.single-product .embed-catalogue .catalogue-item .catalogue-col-4,
.single-product .embed-catalogue .catalogue-item .catalogue-col-2 {
    width: 20%;
}
.single-product .embed-catalogue .catalogue-item .catalogue-col-3 {
    width: 26%;
    text-align: center;
}
.single-product .embed-catalogue .catalogue-item .catalogue-col-5 {
    width: 19%;
    text-align: center;
}
.single-product .embed-catalogue .catalogue-item:nth-child(2n) {
    background: #fff;
}
.single-product .embed-catalogue .catalogue-item .catalogue-col {
    padding: 10px;
}
.single-product .embed-catalogue .catalogue-col-1 {
    font-size: 14px;
    color: #fc1b1b;
    font-weight: bold;
}
.single-product .embed-catalogue .catalogue-col-2 img {
    max-height: 90px;
    padding: 17px;
    object-position: center;
    object-fit: contain;
}
.single-product .embed-catalogue .catalogue-col-3 p:last-child {
    margin-bottom: 0;
}
.single-product .embed-catalogue .catalogue-col-4 a {
    display: none;
}
.single-product .embed-catalogue .catalogue-col-4 a:first-child {
    display: block;
}
.single-product #slider {
    padding: 0;
}
@media only screen and (max-width: 1500px) {
    .single-product .product-info h4 {
        font-size: 20px;
    }
    .single-product .product-info h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .single-product .product-info .product__meta .attr {
        font-size: 16px;
    }
    .single-product .product-info .product__meta .value {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991.98px) {
    .single-product .site-content .product-dt__item {
        padding: 25px 25px;
    }
    .single-product .site-content .product-dt__item .product-dt__title {
        font-size: 18px;
    }
    .single-product .site-content .product-dt__item .product-dt__description {
        font-size: 15px;
        width: 100%;
    }
    .single-product h3.product-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .single-product .product-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .single-product .product-info img {
        max-width: 50%;
    }
    .single-product .product-scroll {
        margin-bottom: 40px;
    }
    .single-product .product-scroll .leftScroll {
        justify-content: space-around;
    }
    .single-product .product-scroll .leftScroll a {
        font-size: 16px;
    }
    .single-product .embed-catalogue {
        overflow: auto;
    }
    .single-product .catalogue-box {
        width: 768px;
    }
    .single-product .product-info h4 {
        font-size: 16px;
    }
    .single-product .product-info h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767.98px) {
    .single-product h3.product-title {
        font-size: 22px;
    }
    .single-product .form-tuvan h2 {
        font-size: 22px;
    }
    .single-product .product-gallery .tab {
        width: 100%;
    }
    .single-product .product-gallery .tab button {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575.98px) {
    .single-product .product-scroll .leftScroll a {
        font-size: 14px;
    }
    .single-product .site-content .product-dt__item .product-dt__title {
        font-size: 16px;
    }
}
/* Style 2 */
.product-summary .product-main-title {
    color: var(--Black, #111);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
}
.product-summary .cat-label {
    color: #777;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.product-summary .buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    row-gap: 16px;
    margin-top: 40px;
    margin-bottom: 16px;
}
.product-summary .connect-us .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    height: 62px;
    width: 50%;
    border: 1px solid #fdb92e;
    font-weight: normal;
    position: relative;
}
.product-summary .button-main .button {
    background-color: #fc1b1b;
    color: #fff;
    border: 0;
    width: 100%;
    cursor: pointer;
}
.product-summary .buttons-wrapper .button img {
    width: 20px;
}
.product-summary .connect-us .button span {
    position: relative;
    z-index: 9;
}
.product-summary .connect-us .button:hover span:after {
    transform: scaleX(1);
}
.product-summary .connect-us .button:before,
.product-summary .connect-us .button:after {
    content: "";
    background-color: rgba(0, 0, 0, 1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.product-summary .connect-us .button:before {
    top: 0;
    left: 0;
    right: auto;
}
.product-summary .connect-us .button:after {
    bottom: 0;
    right: 0;
    left: auto;
}
.product-summary .connect-us .button:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.product-summary .connect-us .button:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.product-summary .connect-us .button.button-hotline {
    background-color: #fdb92e;
    color: #fff;
}
.product-main {
    padding: 40px 0;
}
.product-images .product-thumbnails.slick-slider {
    margin-left: -5px;
    margin-right: -5px;
}
.product-images .product-thumbnails .small-image {
    padding: 0 5px;
}
.product-images .product-thumbnails .small-image .small-image-inner {
    border: 1px solid #ddd;
    padding: 10px;
}
.product-images .product-thumbnails img {
    width: 100%;
    aspect-ratio: 1/0.642857143;
    object-position: center;
    object-fit: contain;
}
.product-main-inner {
    background: #fff;
}
.product-main-inner .post-excerpt ul {
    list-style: disc inside;
    padding: 0;
    margin: 0;
}
.product-main-inner .post-excerpt ul li {
    padding: 6px 0;
}
.related-product-wrapper {
    background-color: #fff;
}
.related-product-wrapper h4 {
    text-align: center;
    color: var(--Black, #111);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.related-product-wrapper .slick-arrow {
    width: 45px;
    height: 45px;
    background-color: #fdb92e;
    color: #fff;
    border-radius: 5px;
}
.related-product-wrapper .slick-arrow:focus,
.related-product-wrapper .slick-arrow:hover {
    background-color: #fdb92e;
}
.related-product-wrapper .slick-arrow::before {
    color: #fff;
    font-size: 30px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-open {
    overflow: hidden;
}
#modalSupport {
    z-index: 9999999999;
}
#modalSupport .modal-dialog {
    max-width: 690px;
}
#modalSupport .modal-content {
    position: relative;
}
#modalSupport .modal-body {
    padding: 35px 30px 45px;
}
#modalSupport .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
#modalSupport .close svg {
    fill: var(--textcolor);
}
#modalSupport .form-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 35px;
    color: var(--secondarycolor);
    text-transform: uppercase;
}
#modalSupport .form-text {
    text-transform: uppercase;
    color: var(--secondarycolor);
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: bold;
}
#modalSupport .form-control {
    height: 50px;
    border-radius: 0;
    font-size: 14px;
}
#modalSupport .form-control::placeholder {
    color: #979797;
}
#modalSupport textarea.form-control {
    height: 120px;
}
#modalSupport .form-submit {
    text-align: center;
    position: relative;
}
#modalSupport .form-submit .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
#modalSupport .form-submit .btn-submit {
    width: 190px;
    height: 50px;
    border: 0;
    background: #fc1b1b;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width: 650px) {
    #modalSupport .modal-body {
        padding: 25px 20px;
    }
    #modalSupport .form-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #modalSupport .form-control {
        height: 40px;
    }
    #modalSupport textarea.form-control {
        height: 80px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .related-product-wrapper .slick-arrow.slick-next {
        right: 15px;
    }
    .related-product-wrapper .slick-arrow.slick-prev {
        left: 15px;
    }
}
@media only screen and (max-width: 849.99px) {
    .related-product-wrapper {
        padding-top: 60px;
        padding-bottom: 45px;
    }
    .product-summary .cat-label {
        font-size: 15px;
    }
    .product-main-inner {
        padding: 15px;
    }
}
@media only screen and (max-width: 549.99px) {
    .related-product-wrapper {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .related-product-wrapper h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .product-summary .product-main-title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 550px) {
    .related-product-wrapper h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .product-summary .product-main-title {
        font-size: 24px;
    }
}
@media only screen and (min-width: 850px) {
    .related-product-wrapper h4 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .related-product-wrapper {
        padding-top: 90px;
        padding-bottom: 75px;
    }
    .product-summary .product-main-title {
        font-size: 28px;
    }
    .product-summary .cat-label {
        font-size: 20px;
    }
    .product-summary .connect-us .button {
        font-size: 18px;
    }
    .product-main-inner {
        padding: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .related-product-wrapper .slick-arrow.slick-next {
        right: -45px;
    }
    .related-product-wrapper .slick-arrow.slick-prev {
        left: -45px;
    }
    .related-product-wrapper h4 {
        font-size: 42px;
        margin-bottom: 40px;
    }
    .product-summary .product-main-title {
        font-size: 32px;
    }
    .product-summary .connect-us .button {
        font-size: 20px;
    }
}
/* Style 2 */
