.product-details .page-width {
    width: 94%;
}
.product-details-list {
    display: flex;
    flex-wrap: wrap;
}
.product-details-list .product-details-sidebar {
    flex: 0 0 340px;
    max-width: 340px;
}
.product-details-list .product-details-info {
    flex: 0 0 calc(100% - 340px);
    max-width: calc(100% - 340px);
    padding-left: 50px;
}
.product-categories-tab {
    display: grid;
    grid-template-columns: 1fr 25px;
    gap: 8px;
}
.product-categories-tab {
    display: grid;
    grid-template-columns: 1fr 25px;
    gap: 8px;
    position: relative;
    padding: 12px 14px 12px 20px;
    border-radius: 8px 8px 0 0;
    background: -webkit-linear-gradient(left, #3d6be4, #b67eff, #3d6be4);
    background: linear-gradient(left, #3d6be4, #b67eff, #3d6be4);
}
.product-categories-tab h4 {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    /* font-family: "Poppin SemiBold"; */
    text-transform: uppercase;
}
.product-categories-tab span.svg-wrapper {
    height: 30px;
}
.product-categories-tab span.svg-wrapper svg {
    width: 100%;
    height: 100%;
    display: block;
}
.product-details-tab {
    margin-bottom: 20px;
    background: #eee;
}
.product-details-tab h2 {
    background: #3d6be4;
    color: #fff;
    margin: 0;
    width: fit-content;
    /* font-family: "Poppin SemiBold"; */
    font-size: 20px;
    display: inline-block;
    padding: 8px 20px;
    line-height: 30px;
    margin-right: 2px;
    border-right: 2px solid #fafafa;
    text-transform: uppercase;
}
.product-details-info .product-featured-media-image {
    max-width: 500px;
}
.product-details-info .product-featured-media-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.product-details-info .product-featured-media img {
    width: 100%;
    height: 100%;
    display: block;
}
.product-details-info h6.sub-heading {
    font-size: 14px;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    color: #555;
    line-height: 28px;
    font-weight: bold;
}
.product-coll-tag {
    padding: 4px 0;
    margin: 10px 0;
}
.product-coll-tag ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.product-coll-tag ul li:first-child {
    background: transparent;
    border: 0;
    padding: 0;
}
.product-coll-tag ul li:first-child span {
    font-size: 15px;
    /* font-family: "Poppin SemiBold"; */
    text-transform: uppercase;
    color: #5c5c5c;
    margin-right: 6px;
}
.product-coll-tag ul li {
    display: inline-block;
    padding: 0px 16px;
    background: #f8f8f8;
    color: #666;
    margin: 0;
    border-radius: 25px;
    border: 1px solid #f1f1f1;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    cursor: pointer;
}
.product-coll-tag ul li:hover {
    background: #3d6be4;
    color: #fff;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
}
.product-coll-tag ul li:first-child:hover {
    background: transparent;
    color: #666;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
}
.product-coll-tag ul li span {
    line-height: 26px;
    font-size: 12px;
    text-transform: capitalize;
}
.product-contact-form {
    position: relative;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
    border-radius: 5px;
    margin-top: 30px;
}
h3.conatct-form-heading {
    color: #fff;
    padding: 20px 20px 50px 20px;
    /* font-family: "Poppin SemiBold"; */
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #3d6be4, #b67eff, #3d6be4);
    /* background: linear-gradient(left, #eb5515, #f8b72c); */
    margin: 0;
}
.conatct-form-note {
    color: #666;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 20px;
    margin-top: -30px;
}
.product-contact-form-field {
    padding: 20px;
}
.product-contact-form-field .contact__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.product-contact-form-field .contact__fields .field {
    margin-bottom: 20px;
}
.product-contact-form-field .contact__fields .field input {
    padding: 5px;
    max-width: 100%;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 45px;
    border: 1px solid #e5e5e5;
    background: #fff;
    line-height: 50px;
    height: 50px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    box-shadow: none;
    appearance: auto;
    opacity: 1;
    font-family: unset;
}
.product-contact-form-field .field::after{
    content: none;
}
.product-contact-form-field .field textarea {
    line-height: 30px;
    font-size: 13px;
    height: 100px;
    padding: 5px;
    padding-left: 20px;
    width: 100%;
    color: #999;
    transition: 0.6s all;
    min-width: 100%;
    max-width: 100%;
    max-height: 120px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: none;
    padding-right: 45px;
    font-family: unset;
}
.product-contact-form-field .contact__fields .field input:focus,
.product-contact-form-field .field textarea:focus {
    border: 1px solid #fc8e01;
    -webkit-box-shadow: 0 7px 38px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 7px 38px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 38px 0 rgba(0, 0, 0, 0.1) !important;
    color: #333;
}
.product-contact-form-field .contact__button button.button {
    margin: 5px 0 35px 0;
    line-height: 40px;
    padding: 0 30px;
    text-align: center;
    width: auto;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    position: relative;
    display: block;
    text-transform: capitalize;
    float: left;
    /* background: -webkit-linear-gradient(left, #eb5515, #f8b72c, #eb5515);
    background: linear-gradient(left, #eb5515, #f8b72c, #eb5515); */
    transition: background-position .5s;
    background-size: 200%;
    /* font-family: 'Poppin', arial, sans-serif; */
}
.conatct-form-subject {
    border: 1px solid #eee;
    background: #eee;
    line-height: 46px;
    padding: 0px 10px;
    padding-left: 15px;
    border-radius: 5px;
    margin: 20px 20px 0;
}
.conatct-form-subject span {
    font-size: 16px;
    /* font-family: "Poppin SemiBold"; */
    color: #444;
    margin-right: 10px;
}
.conatct-form-subject a {
    color: #333;
    font-size: 16px;
    /* font-family: "Poppin SemiBold"; */
    text-decoration: underline !important;
}
.product-contact-form-field .field.email-field:after {
    content: '';
    position: absolute;
    left: 92%;
    top: 14px;
    width: 28px;
    height: 23px;
    display: inline-block;
    background-image: url('https://img-va.myshopline.com/image/store/1752147304983/email.svg?w=800&h=800');
    background-repeat: no-repeat;
    z-index: 333;
    background-size: 100% 100%;
    border: 0;
}
.product-contact-form-field .field.phone-field:after {
    content: '';
    position: absolute;
    left: 92%;
    top: 14px;
    width: 28px;
    height: 23px;
    display: inline-block;
    background-image: url('https://img-va.myshopline.com/image/store/1752147304983/phone.svg?w=800&h=800');
    background-repeat: no-repeat;
    z-index: 333;
    background-size: 100% 100%;
    border: 0;
}
.product-contact-form-field .field.textarea-field:after {
    content: '';
    position: absolute;
    left: 96%;
    top: 14px;
    width: 28px;
    height: 23px;
    display: inline-block;
    background-image: url('https://img-va.myshopline.com/image/store/1752147304983/letter-pad.svg?w=800&h=800');
    background-repeat: no-repeat;
    z-index: 333;
    background-size: 100% 100%;
    border: 0;
}
.product-navigation {
    width: 100%;
    list-style: none;
    margin-top: 20px;
    padding-top: 10px;
}
.product-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-navigation ul li {
    width: 100%;
    margin-bottom: 10px;
}
.product-navigation ul li a {
    padding: 10px;
    position: relative;
    transition: all .5s;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
}
.product-navigation ul li a span.svg-wrapper {
    transition: all .5s;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-navigation ul li a span.svg-wrapper svg {
    width: 26px;
    height: 26px;
    display: block;
}
.product-navigation .text-wrapper span {
    display: inline-block;
    font-size: 15px;
    color: #5c5c5c;
    margin-bottom: 0;
    line-height: 20px;
    transition: all .5s;
    /* font-family: 'Poppin SemiBold'; */
    text-transform: uppercase;
}
.product-navigation .text-wrapper p {
    font-size: 15px;
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
    margin: 0;
    transition: all .5s;
    font-weight: normal;
    color: #666;
}
.product-navigation ul li a:hover .svg-wrapper {
    background: #3d6be4;
}
.product-navigation ul li a:hover svg path {
    stroke: #fff;
}
.product-categories-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-categories-content ul li {
    position: relative;
    background: #f8f8f8;
    margin-bottom: 3px;
}
.product-categories-content ul li a {
    -webkit-transition: 0.5s all;
    /* font-family: "Poppin SemiBold"; */
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #555;
    padding: 12px 10px 12px 20px;
}
.product-categories-content ul li a:hover{
    color: #3d6be4;
}
.product-categories-content ul li.dropdown_tab span.svg-wrapper {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s ease;
}
.product-categories-content ul li.dropdown_tab span.svg-wrapper.is-open {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
.product-categories-content ul li.dropdown_tab span.svg-wrapper svg {
    width: 100%;
    height: 100%;
    display: block;
    padding: 2px;
}
.product-categories-content ul li.dropdown_tab .dropdown_content {
    display: none;
}
.product-banner-media {
    width: 100%;
    background: #333 url(../images/bg_about.jpg) no-repeat 70% center;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
    position: relative;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.05);
}
.product-details-list .product-details-sidebar>* {
    margin-bottom: 30px;
}
.product-details-list .product-details-sidebar>*:last-child {
    margin-bottom: 0;
}
.product-banner-info {
    padding: 30px;
    width: 100%;
    height: 100%;
    text-align: left;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.35);
}
.product-banner-info h2 {
    margin: 0;
}
.product-banner-info h2 a {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    /* font-family: 'Poppin SemiBold'; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px 0;
}
.product-banner-info .banner-desc {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 30px 0 30px;
}
.product-banner-info a.banner-button {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 20px;
    background: -webkit-linear-gradient(left, #3d6be4, #b67eff, #3d6be4);
    background: linear-gradient(left, #3d6be4, #b67eff, #3d6be4);
    transition: background-position .5s;
    background-size: 200%;
    color: #fff;
    border-color: #52a823;
    /* font-family: "Poppin SemiBold"; */
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 25px;
    width: fit-content;
}
.product-banner-info a.banner-button:hover {
    background-position: 100% 0;
}
.product-banner-info a.banner-button span.svg-wrapper {
    width: 14px;
    height: 14px;
    display: block;
}
.product-banner-info a.banner-button span.svg-wrapper svg {
    width: 100%;
    height: 100%;
    display: block;
}
.product-list-content>h4 {
    line-height: 30px;
    color: #333;
    /* font-family: "Poppin SemiBold"; */
    font-size: 22px;
    text-transform: uppercase;
    padding: 6px 0;
    position: relative;
}
.product-list-content .product-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-list-content .product-list ul li {
    margin-bottom: 8px;
}
.product-list-content .product-item {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border: 1px solid #eee;
    padding: 8px;
    background: #fff;
}
.product-list-content .product-item a {
    display: flex;
    flex-wrap: wrap;
}
.product-list-content .product-item .image-wrap {
    flex: 0 0 28%;
    max-width: 28%;
}
.product-list-content .product-item .text-wrap {
    flex: 0 0 72%;
    max-width: calc(72% - 15px);
    margin-left: 15px;
}
.product-list-content .product-item .image-wrap svg.empty-image-class,
.product-list-content .product-item .image-wrap img.image-with-text__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
}
.product-list-content .product-list ul li:hover img.image-with-text__image {
    transform: scale(1.1);
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
}
.product-list-content .product-list ul li:hover .product-item {
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    background: #fff;
}
.product-list-content .product-item .text-wrap h6 {
    font-size: 15px;
    color: #444;
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
    display: block;
    /* font-family: 'Poppin', arial, sans-serif; */
}
.product-list-content .product-item .text-wrap>span {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3d6be4;
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap: 4px;
}
.product-list-content .product-item .text-wrap>span svg {
    width: 10px;
    height: 10px;
    display: block;
}
.product-list-content .product-item .text-wrap svg path {
    fill: #3d6be4;
}
.product-list-content .product-item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: -webkit-linear-gradient(left, #3d6be4, #b67eff, #3d6be4);
    background: linear-gradient(left, #3d6be4, #b67eff, #3d6be4);
    content: '';
    transition: 0.5s all;
}
.product-list-content .product-list ul li:hover .product-item:before{
    width: 100%;
    transition: 0.5s all;
}
.product-contact-form-field .contact__fields .field input::placeholder {
    opacity: 1;
    font-weight: 400;
}
.product-contact-form-field .field textarea::placeholder {
    letter-spacing: 0;
    line-height: 2;
    opacity: 1;
    font-weight: 400;
}
.product-details-body,
.product-details-body p {
    margin: 20px 0;
}
.product-categories-tab span.svg-wrapper svg.covert-icon {
    display: none;
}
.product-coll-tag ul li:hover a {
    color: #fff;
}
.metafield-multi_line_text_field strong {
    font-weight: 600;
}

.metafield-multi_line_text_field ul li {
    font-size: 15px;
}
span.metafield-multi_line_text_field p {
    font-size: 15px;
    margin: 8px 0;
}
span.metafield-multi_line_text_field h3 {
    font-size: 17px;
}
@media(max-width:1440px){
    .product-details-info .product-featured-media-image {
        max-width: 100%;
    }
}


@media(max-width:1250px){
    .product-categories-content ul li.dropdown_tab span.svg-wrapper {
        right: 5px;
    }
    .product-contact-form-field .field.email-field:after,
    .product-contact-form-field .field.phone-field:after {
        left: 88%;
    }
    .product-contact-form-field .field.textarea-field:after{
        left: 95%;
    }
    .product-details-list .product-details-sidebar {
        flex: 0 0 290px;
        max-width: 290px;
    }
    .product-details-list .product-details-info {
        flex: 0 0 calc(100% - 290px);
        max-width: calc(100% - 290px);
        /* padding-left: 50px; */
    }
}


@media(max-width:991px){
    .product-details-list .product-details-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-details-list {
        flex-direction: column-reverse;
    }
    .product-details-list .product-details-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .product-banner-ads,
    .product-list-content,
    .product-categories-content,
    .product-categories-tab span.svg-wrapper svg.burger-icon {
        display: none;
    }
    .product-categories-tab span.svg-wrapper svg.covert-icon {
        display: block;
    }
    .product-categories-tab span.svg-wrapper svg.covert-icon path {
        stroke: #fff;
    }
    .product-categories-tab {
        padding: 0px 10px;
        border-radius: 0;
    }
    .product-categories-tab h4 {
        font-size: 18px;
        line-height: 36px;
    }
    .product-categories-tab span.svg-wrapper {
        height: auto;
    }
}

@media(max-width:767px) {
    .product-contact-form-field .contact__fields {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .product-contact-form-field .field.email-field:after,
    .product-contact-form-field .field.phone-field:after {
        left: unset;
        right: 10px;
    }
    .product-categories-tab h4 {
        font-size: 16px;
    }
}