.page-wrapper .header{
    position: sticky !important;
}
#maincontent{
    margin-top: 16px;
}
.columns .column.main{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.page-title-wrapper.product .page-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    max-height: 76px;
    overflow: hidden;
    margin: 0;
}

.page-title-wrapper.product .name__sub{
    font-size: 20px;
    font-weight: 400;
}
.product-info-main .product.attribute.overview{
    margin: 0;
    font-size: 16px;
}
.product-info-main .product.attribute.overview .value.expend{
    height: auto;
}
.product-info-main .product.attribute.overview .feature__learn__more{
    display: none;
    align-items: center;
    cursor: pointer;
}
/*.product-info-main .hr{
    border: 1px solid #c1c1c1;
}*/
.product-info-main .product-info-price .price-box .price-container > span{
    margin: 0 12px 0 0;
}

.product.media .fotorama__arr .fotorama__arr__arr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: rgba(31, 36, 41, .2);
    border-radius: 50px;
    color: #fff;
    font-size: 28px;
}
.fotorama__arr--prev .fotorama__arr__arr {
    background-position: -126px -330px;
}
.fotorama__arr--next .fotorama__arr__arr {
    background-position: -157px -330px;
}
.product.media .fotorama__arr .fotorama__arr__arr:hover {
    background-color: rgba(31,36,41,.4);
}
.fotorama__arr, .fotorama__thumb__arr{
    background-color: unset;
}
.fotorama__arr:hover, .fotorama__thumb__arr:hover{
    background-color: unset;
}

.old-price,
.product-info-price .price-box,
.product-info-main .product-info-price{
    color: #FFFFFF;
}
.product-info-main .product-info-price{
    border: none;
    margin: 0;
}
.swatch-attribute{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.swatch-attribute-options{
    margin: 0;
}

.product-options-button-aiDot .fieldset{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
}
.product-options-button-aiDot .fieldset .field{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.product-options-button-aiDot .fieldset .field label{
    margin: 0 16px 0 0;
}
.product-options-button-aiDot .fieldset .field input{
    width: 60px;
}
.product-options-button-aiDot button{
    padding: 10px 0;
    background-color:#C30D23;
    color: #FFFFFF;
    font-weight:700;
    border: none;
    border-radius: 20px;
    margin-top: 16px;
    width: 50%;
}
.product-options-button-aiDot button:hover{
    background-color:#F62740;
}

.product-options-button-aiDot a{
    padding: 10px 20px;
    background-color:#222529;
    color: #fff;
    font-weight:700;
    text-decoration: none;
}
.page-main-description {
    padding: 48px 0 0 0;
}
#overview, #specs, #support{
    margin-top: -96px;
    padding-top: 96px;
}

.details-tab{
    position: sticky;
    top: 96px;
    border-bottom: 1px solid #c1c1c1;
}
.details-tab ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 18px;
    width: 100%;
    justify-content: center;
    background-color: #242222;
}
.details-tab ul li{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 12px 0;
    font-weight: 500;
}
.details-tab ul li a{
    text-decoration: none;
    color: #FFFFFF;
}
.details-tab ul li.active{
    position: relative;
    font-weight: 700;
}
.details-tab ul li.active:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 3px solid #C30D23;
}
.details-tab ul li + li{
    margin-left: 30px;
}
.fotorama__dot{
    border-radius: 50%;
    border: 1px solid #8E8E8E;
    background-color: #8E8E8E;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.fotorama__active .fotorama__dot{
    background-color: #F62740;
    border-color: #F62740;
}
.fotorama__nav__shaft{
    margin: 10px 0 25px 0;
}

.product-options-button-aiDot button#AmazonBuy{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-options-button-aiDot button img{
    margin-left: 4px;
}


.product-options-button-aiDot .fieldset .field h3{
    margin: 0;
    padding: 0;
}

.product-info-main .product-info-price .price-box {
    display: flex;
    align-items: center;
    padding: 0;
}
.product-info-price .price-box .price-container .price{
    font-weight: 700;
    line-height: 58px;
    font-size: 36px;
}
.product-info-main .product-info-price .old-price .price-label{
    display: none !important;
}
.product-info-main .product-info-price .old-price .price-wrapper .price{
    color: #8c9399;
    font-weight: 500;
    text-decoration: line-through;
    font-size: 20px;
    line-height: 32px;
}
.overview__head__title{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 24px 0 8px 0;
}
.value ul li{
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.product-info-main .product-info-stock-sku{
    text-align: unset;
    float: unset;
    vertical-align: unset;
    padding-left: unset;
    display: flex;
    padding-bottom: 16px;
    font-size: 16px;
}
.product-info-main .product.attribute.overview ul{
    padding-left: 18px;
    margin: 0;
}

.block.related{
    margin: 0 !important;
}
.block .title{
    text-align: center;
    margin: 80px 0 32px 0;
}
.block .title strong{
    font-size: 40px;
    line-height: 64px;
    margin: 0;
}

.products-grid .product-item-info:hover{
    background: unset;
    box-shadow: unset;
    border: unset;
    margin: unset;
    padding: unset;
}
.block.related .related-available .product-item-name{
    margin: 16px 0 8px 0;
    line-height: 36px;
    max-height: 72px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 500;
}
.block.related .related-available .product-item-name a{
    color: #FFFFFF;
    text-decoration: none;
}
.product-item .price-box .old-price .price-label{
    display: none;
}
.product-item .price-box{
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-item .price-box .price-label {
    color: #FFFFFF;
    font-size: 14px;
}
.view-product-button a{
    display: flex;
    align-items: center;
    color: #F62740;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    line-height: 36px;
}
.view-product-button a img{
    margin-left: 8px;
    margin-top: -4px;
    width: 22px;
    height: 22px;
}
.products-related .product-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-item .price-box .price{
    font-size: 24px;
    font-weight: 600;
}
.product-item .old-price .price{
    color: #8c9399;
    font-weight: 500;
    text-decoration: line-through;
    padding-left: 12px;
}
.products-related .product-items .product-item .product-item-info {
    max-width: unset;
    width: unset;
}
.product-image-container{
    display: unset;
}



.swatch-attribute-selected-option{
    display: none;
}
.swatch-attribute.size .swatch-option{
    background: unset;
    color: unset;
}
.swatch-option:focus{
    box-shadow: unset;
}
.swatch-attribute.size .swatch-option.selected{
    color: #C30D23;
    border: 1px solid #C30D23;
    background-color: unset;
}
.swatch-option.text{
    padding: 4px 17px 2px;
    background: unset;
    line-height: unset;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.swatch-option:not(.disabled):hover{
    color: #C30D23;
    border: 1px solid #C30D23;
    outline: unset;
}
.swatch-option.text.selected{
    color: #C30D23;
    border: 1px solid #C30D23;
    background-color: unset;
    outline: unset;
}


/* detail custom */
#overview > strong,
#specs > strong{
    font-size: 40px;
    padding: 60px 0 32px 0;
    display: flex;
    justify-content: center;
    line-height: 64px;
}
.overview__img__video .video__item{
    width: 100%;
    padding-bottom: 50%;
    height: 0;
    position: relative;
}
.overview__img__video .video__item .video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.overview__body .body__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    flex-wrap: wrap;
}
.overview__body .body__item .item__left,
.overview__body .body__item .item__right{
    width: 49%;
}
.overview__body .body__item h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 0 16px 0;
}
.overview__body .body__item h2 img {
    height: 26px;
}
.overview__body .body__item p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.specs__body dl{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.specs__body dl:nth-child(odd){
    background: #3B3A3A;
}
.specs__body dl:nth-child(even){
    background: #525050;
}
.specs__body dl dd{
    width: 50%;
    font-size: 14px;
    padding: 10px 0 10px 20px;
    margin: 0;
    border-left: 1px solid #3E3E3E;
}
.specs__body dl dd:nth-child(odd){
    padding-left: 15%;
}

.specs__body .inner tr{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.specs__body .inner tr:nth-child(odd){
    background: #3B3A3A;
}
.specs__body .inner tr:nth-child(even){
    background: #525050;
}
.specs__body .inner tr td{
    font-size: 14px;
    padding: 10px 10px 10px 0;
    margin: 0;
}
.specs__body .inner tr td:nth-child(1){
    padding-left: 24px;
    width: 20%;
}
.specs__body .inner tr td:nth-child(2),
.specs__body .inner tr td:nth-child(3){
    border-left: 1px solid #3E3E3E;
    padding-left: 24px;
    width: 40%;
}


.product__desc__support strong{
    display: flex;
    justify-content: center;
    font-size: 40px;
    padding: 80px 0 32px 0;
}
.product__desc__support .manual__video{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product__desc__support .support__item{
    background: #525050;
    width: calc((100% - 2% - 4px) / 2);
}
.product__desc__support .support__item a{
    height: 56px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    padding: 0 24px;
    align-items: center;
}
.product__desc__support .support__item a span{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    padding-left: 16px;
}
.product__desc__support .support__item .item__left{
    display: flex;
    align-items: center;
}
.product__desc__support .support__item .item__right {
    background: #F4F5F6;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1023px) {
    .product__desc__support .support__item{
        margin-top: 12px;
    }
    .product__desc__support strong{
        font-size: 16px;
    }
    .product__desc__support .support__item a{
        height: 48px;
    }
    .product__desc__support .support__item .item__right{
        height: 32px;
        width: 32px;
    }
    .product__desc__support .support__item .item__left img{
        width: 22px;
        height: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .product__desc__support .support__item {
        width: 100%;
    }
}




@media only screen and (min-width: 768px) {
    .products-related .product-items .product-item{
        width: calc((100% - 6%) / 3);
    }
    .fotorama__nav-wrap{
        display: none !important;
    }
    .product-info-price .price-box .price-container{
        display: flex;
        align-items: center;
    }
    .product-info-main .product-add-form{
        padding-top: 0;
    }
    .page-layout-1column .product.media{
        width: 50%;
        max-width: 650px;
        margin: 0;
    }
    .page-layout-1column .product-info-main{
        width: 48.5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .column.main {
        min-height: unset;
    }
}
@media only screen and (max-width: 1439px) {
    #overview > strong,
    #specs > strong,
    .product__desc__support strong{
        padding: 64px 0 24px 0;
        font-size: 32px;
        line-height: 52px;
    }
    .block .title{
        margin: 64px 0 24px 0;
    }
    .block .title strong{
        font-size: 32px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 1279px) {
    .overview__head__title{
        margin: 0 0 8px 0;
    }
    .product-info-main .product.attribute.overview .value{
        height: 32px;
        overflow: hidden;
    }
    .product-info-main .product.attribute.overview .feature__learn__more{
        display: flex;
    }
    .product-info-main .product.attribute.overview .feature__learn__more .up{
        display: none;
    }
    #overview > strong,
    #specs > strong,
    .product__desc__support strong{
        padding: 60px 0 20px 0;
    }
    .overview__body .body__item h2{
        font-size: 32px;
    }
    .overview__body .body__item h2 img {
        height: 22px;
    }
    .block .title{
        margin: 60px 0 20px 0;
    }
    .block.related .related-available .product-item-name{
        font-size: 20px;
        line-height: 28px;
        height: 56px;
        overflow: hidden;
    }
    .product-item .price-box .price{
        font-size: 20px;
    }
    .product-item .old-price .price{
        font-size: 16px;
    }
    .view-product-button a{
        font-size: 20px;
    }
    .view-product-button a img{
        width: 18px;
        height: 18px;
    }
}
@media only screen and (max-width: 1023px) {
    .specs__body .inner{
        overflow-x: scroll;
    }
    table {
        table-layout: fixed;
        width: auto;
    }
    .specs__body .inner tr td:nth-child(1){
        padding-left: 12px;
        min-width: 160px;
    }
    .specs__body .inner tr td:nth-child(2),
    .specs__body .inner tr td:nth-child(3){
        min-width: 420px;
        padding-left: 12px;
    }

    .product-info-main .product.attribute.overview{
        font-size: 14px;
    }
    .page-title-wrapper.product .page-title{
        font-size: 20px;
        line-height: 32px;
        max-height: 64px;
        overflow: hidden;
    }
    .product-info-price .price-box .price-container .price{
        font-size: 32px;
        line-height: 52px;
    }
    .product-info-main .product-info-price .old-price .price-wrapper .price{
        font-size: 20px;
        line-height: 26px;
    }
    .overview__head__title{
        font-size: 14px;
        line-height: 26px;
    }
    .value ul li{
        font-size: 14px;
        line-height: 22px;
    }
    .product-options-button-aiDot .fieldset .field h3{
        font-size: 14px;
    }

    #overview > strong,
    #specs > strong,
    .product__desc__support strong{
        font-size: 24px;
        line-height: 38px;
    }
    #overview > strong, #specs > strong, .overview__body .body__item h2{
        font-size: 24px;
        line-height: 36px;
    }
    .overview__body .body__item h2 img {
        height: 18px;
    }
    .block .title strong{
        font-size: 24px;
        line-height: 38px;
    }
    .block.related .related-available .product-item-name {
        font-size: 16px;
        line-height: 22px;
        max-height: 44px;
        margin: 8px 0 4px 0;
    }
    .product-item .price-box .price,
    .view-product-button a{
        font-size: 16px;
    }
    .product-item .old-price .price{
        font-size: 14px;
    }
    .view-product-button a img{
        width: 14px;
        height: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .product-info-main .product.attribute.overview .feature__learn__more{
        display: none;
    }
    .product-info-main .product.attribute.overview .value{
        height: auto;
    }
    .block .title{
        margin: 40px 0 32px 0;
    }
    .block .title strong{
        font-size: 22px;
        line-height: 35px;
    }
    .details-tab ul li{
        line-height: 14px;
    }
    #overview > strong,
    #specs > strong,
    .product__desc__support strong{
        padding: 40px 0 24px 0;
        font-size: 22px;
        line-height: 35px;
    }
    .columns .column.main{
        flex-direction: column;
    }
    .products-related .product-items .product-item{
        width: calc((100% - 3%) / 2);
        margin: 8px 0;
    }
    .product__desc__support strong{
        font-size: 22px;
    }
    .view-product-button a img{
        width: 14px;
    }
    .block.related .related-available .product-item-name a,
    .view-product-button a,
    .product-item .price-box .price{
        font-size: 14px;
    }
    .product-options-button-aiDot .fieldset .actions{
        flex-direction: column;
    }
    .product-info-price{
        margin: 0;
        width: 100% !important;
    }
    .product-info-price > *:first-child{
        padding: 0;
    }
    .product-options-button-aiDot button{
        width: 100%;
    }
    .product__desc__support .support__manual{
        width: unset;
    }
    .product__desc__support .support__manual .support__manual__right img{
        width: 30px;
    }

    .overview__body .body__item .item__left,
    .overview__body .body__item .item__right{
        width: 100%;
    }
    .overview__body .body__item:nth-child(even){
        flex-direction: column-reverse;
    }
    #overview > strong, #specs > strong,.overview__body .body__item h2{
        font-size: 22px;
        line-height: 28px;
    }
    .overview__body .body__item h2 img {
        height: 16px;
    }
    .specs__body dl dd:nth-child(odd){
        padding-left: 5%;
    }
}


.save-price,
.save-price-configure{
    background: #C30D23;
    border-radius: 12px;
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #FFFFFF;
}
.products-related .save-price {
    margin-left: 12px;
}
.save-price-configure{
    display: none;
}
@media only screen and (min-width: 1280px){
    .save-price,
    .save-price-configure{
        width: 55px;
        height: 22px;
    }
}
@media only screen and (min-width: 1440px){
    .save-price,
    .save-price-configure{
        width: 59px;
        height: 24px;
        font-size: 14px;
        line-height: 18px;
    }
}
.faq .section__title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    padding: 40px 0 32px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .faq .section__title {
        font-size: 24px;
        line-height: 28px;
        padding: 40px 0 20px;
    }
}
@media only screen and (min-width: 1280px) {
    .faq .section__title {
        font-size: 32px;
        line-height: 38px;
        padding: 40px 0 24px;
    }
}
@media only screen and (min-width: 1440px) {
    .faq .section__container {
        margin: 0 auto;
    }
    .faq .section__title {
        font-size: 40px;
        line-height: 48px;
        padding: 60px 0 32px;
    }
}
.faq__container li .faq__item{
    cursor: pointer;
}
.faq__container li .faq__item .subtract{
    display: none;
}
.faq ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq ul li {
    border-bottom: 1px solid #E5E7EB;
    padding: 20px 0;
}
.faq ul li .question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #FFFFFF;
}
.faq ul li .question img {
    width: 16px;
}
.faq ul li .answer {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
    .faq ul li .answer {
        margin-top: 16px;
    }
}
@media only screen and (min-width: 1440px) {
    .faq ul li .question {
        font-size: 18px;
        line-height: 28px;
    }
    .faq ul li .answer {
        margin-top: 18px;
    }
}
.faq__container li .faq__item p {
    margin: 0;
}
.faq ul li .question .icon {
    margin-right: 16px
}
