.detail-product-landingpage {
    position: relative;
    background: url(images/bg.jpg?v=1.0.02);
    background-attachment: fixed;
    background-size: 100%;
}

:root {
    --main-color: #0042BC;
    --main-color-hover: #033ca4;
}
/* .wrap-menu-top,.account,.icon-cart{
    background: var(--main-color);
} */

.relative {
    position: relative;
}

.white {
    background: #222;
}

.red {
    color: #f00;
}

img {
    max-width: 100%;
    display: inline-block;
}

.mobile {
    display: none;
}

@media(max-width: 767px) {
    .mobile {
        display: block;
    }
    .destop {
        display: none;
    }
    .primary .content {
        padding: 0px;
    }
    .detail-product-landingpage{
        width: 100%;
    overflow: hidden;
    }
}


/**/

.option1 {
    position: relative;
    text-align: center;
    padding-bottom: 80px;
}

.option1 .option_logo {
    background: url(images/bg-header.png?v=1.0.02);
    background-size: 100% 100%;
    padding: 15px 0px 20px;
    background-repeat: no-repeat;
    position: relative;
}

.option1 .option_logo a img {
    height: 80px;
}

.option1 .option_logo>img {
    position: absolute;
    height: 40px;
    right: 15px;
    top: 28px;
}

.option1 .img {
    margin-top: 80px;
}

.option1 .img img {
    max-width: 600px;
}

.img_addcart {
    text-align: center;
}

.img_addcart img {
    max-width: 350px;
}

@media(max-width: 767px) {
    .option1 .option_logo a img {
        height: 56px;
    }
    .option1 .option_logo>img {
        height: 32px;
        top: 23px;
    }
    .option1 .img img {
        max-width: 85%;
    }
    .img_addcart img {
        max-width: 85%;
    }
}

.option1 .info {
    text-align: left;
    margin-top: 70px;
}

.option1 .info p {
    color: #3c2313;
    padding: 22px 40px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    margin: 8px 0px;
    background: url(images/bg-op1.png?v=1.0.02);
    background-size: 100% 100%;
    display: inline-block;
    line-height: 1.2;
}

.option1 .info p span {
    display: block;
}

.option1 .info p img {
    height: 40px;
    margin-bottom: 10px;
}

@media(max-width: 992px) {
    .option1 .info {
        margin-top: 0px;
        padding-right: 18px;
        text-align: center;
    }
    .option1 .img {
        margin-top: 20px;
    }
    .option1 .info p {
        margin: 5px auto 15px;
        font-size: 17px;
        padding: 15px 30px;
        border-radius: 6px;
        width: 80%;
    }
}

.flexslider {
    margin: 0px;
    overflow: hidden;
    position: relative;
    max-height: inherit;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 8;
    left: 0px;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0px 2px;
}

.flex-control-nav li a {
    display: block;
    background: #222;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border: 1px solid #cd953f;
    cursor: pointer;
}

.flex-control-nav li a.flex-active {
    background: #cd953f;
    border-color: #cd953f;
}

.flexslider img {
    width: 100%;
}

.flexslider ul {
    margin: 0px;
    padding: 0px;
}

.flexslider ul li {
    list-style-type: none;
}


/**/
/* 
.support-online {
    position: fixed;
    z-index: 999;
    left: 15px;
    bottom: 50px;
    top: auto !important
}

@media(max-width: 767px) {
    .support-online {
        bottom: 4px;
    }
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #cd953f;
    color: #222;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 999;
}

.support-online a {
    display: block
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #cd953f;
    padding: 9px 12px;
    display: block;
    margin-left: 10px;
    position: absolute;
    color: #222fff;
    z-index: 999;
    top: 0px;
    left: 40px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: none;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

@media(max-width: 767px) {
    .support-online a span {
        display: none
    }
}

.support-online a span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #cd953f transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #cd953f;
    opacity: .5;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #cd953f;
    opacity: .5;
}

.support-online .btn-support {
    cursor: pointer
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
} */

.w_title {
    display: block;
    color: #222;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.w_info {
    text-align: center;
    color: #222;
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 10px;
}

.bg {
    background: url(images/bg1.png?v=1.0.02);
    background-size: cover;
    background-position: center;
}


/**/

.option2 {
    padding: 50px 0px 30px;
}

@media(max-width: 767px) {
    .option2 {
        padding: 20px 0px;
    }
    .option2 .img {
        padding: 0px;
    }
}

.option2 .row {
    margin: 0px -10px;
}

.option2 .item {
    padding: 0px 10px;
}

@media(max-width: 767px) {
    .option2 .w_title b {
        font-size: 22px;
        margin-top: 8px;
    }
    .option2 .item:nth-child(2n+1) {
        clear: both;
    }
}

.option2 .item .iframe {
    text-align: center;
    margin: 30px 0px;
    padding: 0px;
}

@media(max-width: 767px) {
    .option2 .item .iframe {
        margin: 15px 0px;
    }
}

.option2 .item .iframe .img {
    margin-bottom: 20px;
}

.option2 .item .iframe .img img {
    height: 160px;
    border: 2px solid #cd953f;
    border-radius: 50%;
    padding: 2px;
}

@media(max-width: 767px) {
    .option2 .item .iframe .img img {
        height: 150px;
    }
}

.option2 .item .iframe .name {
    color: #222;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.option2 .item .iframe .info {
    color: #333;
}

.option2 .item .iframe .info a {
    color: #cd963f;
    cursor: pointer;
    font-weight: 600;
}

.option2 .item .iframe .detail {
    background: #222;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    text-align: left;
    padding: 40px;
}

.option2 .item .iframe .detail .w_title {
    margin-bottom: 20px;
    color: #222;
}

.option2 .item .iframe .detail ul {
    padding: 0px;
    margin: 0px;
}

.option2 .item .iframe .detail ul li {
    list-style: none;
    margin: 8px 0px;
    line-height: 1.5;
    text-align: justify;
    font-size: 16px;
}

.option2 .item .iframe .detail ul li a {
    color: #337ab7;
}

.option2 .item .iframe .detail .close {
    background: #ad0606;
    color: #222;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 40px;
    position: absolute;
    top: -15px;
    right: -15px;
    padding-left: 2px;
}

@media(max-width: 767px) {
    .option2 .item .iframe .name {
        font-size: 16px;
    }
}

.option2 .w_title1 {
    font-size: 20px;
    color: #222;
}

.option2 .w_info1 {
    color: #b3b3b3;
}


/**/

.option3 {
    position: relative;
    padding: 30px 0px 50px;
}

@media(max-width: 767px) {
    .option3 {
        padding: 10px 0px 20px;
    }
}

.option3 .w_title {
    text-align: left;
}

.item-option3 {
    margin-top: 30px;
}

.option3 .item {}

.item-option3 ul {
    padding: 0px;
    margin: 0px;
}

.item-option3 ul li {
    margin: 6px 0px;
    text-align: left;
    list-style: none;
}

.item-option3 ul li span {
    font-size: 17px;
    background: var(--main-color);
    color: #fff;
    padding: 8px 20px 8px 14px;
    border-radius: 4px;
    display: inline-block;
}

.item-option3 ul li i {
    margin-right: 5px;
    font-size: 22px;
    position: relative;
    top: 1px;
}

.item-option3 ul li ul {
    color: #333;
    padding-left: 40px;
    margin-top: 20px;
    line-height: 1.5;
}

.item-option3 ul li ul li {
    list-style-type: circle;
    font-size: 16px;
}


/**/

.option4 {
    padding: 50px 0px;
}

@media(max-width: 767px) {
    .option4 {
        padding: 30px 0px 10px;
    }
}

.option4 .w_title1 {
    text-align: left;
    color: #ad0606;
}

.option4 .w_info {
    font-size: 19px;
    margin-bottom: 10px;
    color: #222;
    font-weight: 600;
    text-align: left;
    margin-top: 0px;
}

.option4 .w_info i {
    margin-right: 5px;
}

.option4 .item-option3 {
    margin-top: 20px;
}

.option4 .item-option3 ul li span {
    background: #ad0606;
    color: #fff;
}

.option4 .item .iframe {
    text-align: center;
    margin: 30px 0px;
    padding: 0px 120px;
}

@media(max-width: 767px) {
    .option4 .item:nth-child(2n+1) {
        background: none;
    }
    .option4 .item .iframe {
        padding: 0px 10px;
        margin: 20px 0px;
    }
}

.option4 .item .iframe .img {}

.option4 .item .iframe .img img {
    height: 140px;
}

.option4 .item .iframe h3 {
    margin: 15px 0px 8px;
    color: #222;
    font-weight: 600;
    font-size: 24px;
}

.option4 .item .iframe .info {
    color: #222;
    font-size: 16px;
}


/**/

.question-option {
    padding: 40px 0px 30px;
}

@media(max-width: 767px) {
    .question-option {
        padding: 30px 0px 20px;
    }
}

.question-option .view_all {
    margin-top: 20px;
    text-align: right;
}

.question-option .view_all a {
    color: #222;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.question-option .w_title {
    margin-bottom: 30px;
}

.option-why .item {
    border-top: 1px solid #5d3331;
}

.option-why .item:first-child {
    border-top: none;
}

.option-why .item h3 {
    padding: 16px 15px 15px 45px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin-top: 0px;
    cursor: pointer;
    margin-bottom: 0px;
    color: #222;
    text-transform: uppercase;
    line-height: 1.4;
}

@media(max-width: 767px) {
    .option-why .item h3 {
        font-size: 17px;
    }
}

.option-why .item.active h3 {
    border-bottom: none;
    color: #222;
    font-weight: 700;
}

.option-why .item h3 span {
    position: absolute;
    left: 16px;
    font-size: 30px;
    top: 7px;
}

@media(max-width: 767px) {
    .option-why .item h3 span {
        font-size: 28px;
    }
}

.option-why .item h3 .minus {
    display: inline-block;
}

.option-why .item h3 .plus {
    display: none;
}

.option-why .item.active h3 .minus {
    display: none;
}

.option-why .item.active h3 .plus {
    display: inline-block;
}

.option-why .item .info {
    display: none;
    padding: 0px 17px 17px 45px;
    border-top: none;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.02px;
    line-height: 1.5;
}

.option-why .item .info ul li {
    margin: 6px 0px;
}

@media(max-width: 767px) {
    .option-why .item .info {
        font-size: 15px;
    }
}


/**/

.form-register-option {
    padding: 50px 0px;
}

.option12_2 {}

.form-register-option .w_title {
    margin-bottom: 30px;
}

.form-register-option .info {}

.form-register-option .info .title,
.form-register-option .info .title * {
    margin: 20px 0px 20px;
    text-align: center;
    font-size: 24px !important;
    color: #b3b3b3;
    line-height: 1.4;
    font-weight: 400;
}

@media(max-width: 767px) {
    .form-register-option .w_title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .form-register-option .info .title,
    .form-register-option .info .title * {
        font-size: 18px !important;
        margin-top: 0px;
    }
}

.form-register-option .info .title b {
    color: #cd953f;
}

.form-register-option .info {}

.form-register-option .info .form-registration {}

.form-register-option .info .form-registration .form-group {}

.form-register-option .info .form-registration .form-group .form-control {
    background: #e6e7e8;
    border: none;
    box-shadow: none;
    height: 42px;
}

.form-register-option .info .form-registration .form-group .form-control input {}

.form-register-option .info .form-registration .form-group .btn {
    width: 100%;
    background: #cd953f;
    color: #222;
    height: 42px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}


/**/

.option-footer {
    padding: 40px 0px 30px;
    background: #1D1B1C;
    border-top: 4px solid #cd963f;
}

.option-footer .info {
    color: #222;
}

.option-footer .info h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 6px 0px;
    line-height: 1.3;
}

@media(max-width: 767px) {
    .option-footer {
        padding: 25px 0px 15px;
    }
    .option-footer .info h2 {
        margin: 20px 0px 10px;
    }
}

.option-footer .info p {
    margin: 6px 0px;
}

.option-footer .info a {
    color: #222;
}


/**/

.modal-addCart-success {}

.modal-addCart-success .modal-dialog {
    background: url(images/bg-content-mobal.png?v=1.0.02);
    background-size: cover;
    border-radius: 20px;
    width: auto;
    max-width: 720px;
}

@media(max-width: 767px) {
    .modal-addCart-success .modal-dialog {
        border-radius: 10px;
    }
}

.modal-addCart-success .modal-dialog .modal-content {
    background: none;
    box-shadow: none;
    border: none;
}

.modal-addCart-success .modal-dialog .modal-content .modal-body {
    padding: 50px 50px 160px 50px;
}

@media(max-width: 767px) {
    .modal-addCart-success .modal-dialog .modal-content .modal-body {
        padding: 30px 20px 140px 20px;
        border-radius: 0px;
    }
}

.modal-addCart-success .modal-dialog .content {
    text-align: center;
}

.modal-addCart-success .modal-dialog .content>img {
    display: inline-block;
    height: 190px;
    margin: 30px 0px 0px 0px;
}

.modal-addCart-success .modal-dialog .content>h2 {
    color: #222;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    margin: 25px 0px 10px;
}

.modal-addCart-success .modal-dialog .content>h3 {
    margin: 0px 0px 0px;
    color: #222;
    font-weight: 300;
    font-size: 18px;
}

.modal-addCart-success .modal-dialog .content>p {
    color: #222;
    position: absolute;
    bottom: 75px;
    width: 100%;
    text-align: center;
    left: 0px;
    margin: 0px;
}

@media(max-width: 767px) {
    .modal-addCart-success .modal-dialog .content>h2 {
        font-size: 22px;
    }
    .modal-addCart-success .modal-dialog .content>h3 {
        font-size: 16px;
    }
    .modal-addCart-success .modal-dialog .content>p {
        font-size: 14px;
    }
}

.modal-addCart-success .modal-dialog .content .close {
    float: none;
    opacity: 1;
    text-shadow: none;
    color: #000;
    background: #222;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    bottom: 18px;
    left: 0px;
    right: 0px;
    width: 140px;
    margin: auto;
    padding: 11px 10px 9px;
    text-transform: uppercase;
}


/**/

.detail-product-landingpage .option2-detail {
    padding: 80px 0px;
}

.detail-product-landingpage .option2-detail .row {
    margin: 0px -15px;
}

@media(max-width: 767px) {
    .detail-product-landingpage .option2-detail {
        padding: 40px 0px 10px;
    }

    .detail-product-landingpage .option2-detail .row {
        margin: 0px -12px;
    }
    .detail-product-landingpage .option2-detail .row .img {
        padding: 0px !important;
    }
    .detail-product-landingpage .option2-detail .row .img img {
        width: 100%;
    }
}

.detail-product-landingpage .option2-detail .item {
    padding: 0px 10px;
}

.detail-product-landingpage .option2-detail .item {}

@media(max-width: 767px) {
    .detail-product-landingpage .option2-detail .item .iframe {
        padding: 2px 15px;
    }
}

.detail-product-landingpage .option2-detail .item .iframe h2,
.detail-product-landingpage .option2-detail .item .iframe h1 {
    margin: 20px 0px 15px;
    color: #682e00;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    color: #222;
}

.detail-product-landingpage .option2-detail .item .iframe h2.name_addcart1 {
    color: #222;
    text-transform: none;
    font-size: 15px;
    margin: -5px 0px -5px;
    font-weight: 400;
    line-height: 1.4;
}

.detail-product-landingpage .option2-detail .item .iframe .price {
    color: var(--main-color);
    font-weight: 700;
    font-size: 40px;
    margin: 16px 0px;
}

.wrap-quantity{
    color: #222;
}

.detail-product-landingpage .option2-detail .item .iframe .info {
    color: #58595b;
    margin-bottom: 40px;
    font-size: 15px;
}

.detail-product-landingpage .option2-detail .item .iframe .info p {
    margin: 5px 0px;
}

.detail-product-landingpage .option2-detail .item .iframe .info p b {}

.detail-product-landingpage .option2-detail .item .iframe .cart-quantity {
    color: #58595b;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.detail-product-landingpage .option2-detail .item .iframe .cart-quantity ul {
    padding: 0px;
    margin: 0px;
}

.detail-product-landingpage .option2-detail .item .iframe .cart-quantity ul li {
    list-style-type: none;
    color: #222;
}

.detail-product-landingpage .option2-detail .item .iframe .cart-quantity ul li select {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px 8px;
    margin-left: 5px;
    color: #555;
}

@media(max-width: 767px) {
    .detail-product-landingpage .option2-detail .item .iframe .info {
        margin-bottom: 20px;
    }
    .detail-product-landingpage .option2-detail .item .iframe .cart-quantity {}
    .detail-product-landingpage .option2-detail .item .iframe .cart-quantity {
        margin-bottom: 15px;
        display: none;
    }
}

.detail-product-landingpage .option2-detail .item .iframe .cart-quantity button {
    background: none;
    font-size: 30px;
    border: none;
    padding: 0px;
    width: 30px;
    height: 32px;
    border-radius: 30px;
    line-height: 20px;
    padding-bottom: 4px;
    position: absolute;
    left: 100px;
    background: #222;
    top: -2px;
}

.detail-product-landingpage .option2-detail .item .iframe .cart-quantity button.plus {
    padding: 0px 0px 0px 0px;
    left: auto;
    right: 8px;
    font-size: 25px;
    top: -3px;
}

.detail-product-landingpage .option2-detail .item .iframe .cart-quantity input {
    border: none;
    padding: 0px;
    height: 38px;
    text-align: center;
    outline: none !important;
    box-shadow: none !important;
    margin-left: 18px;
    font-size: 16px;
    margin-top: -5px;
    width: 125px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.detail-product-landingpage .option2-detail .item .iframe .action .btn,
.detail-product-landingpage .option2-detail .item .iframe .action .btn:active,
.detail-product-landingpage .option2-detail .item .iframe .action .btn:focus {
    border-bottom: 4px solid #444444;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    background-color: #4f4c4c;
    padding: 12px 10px 9px;
    width: calc(50% - 5px);
    outline: none;
    margin-right: 5px;
    float: left;
    border-left: none;
    border-right: none;
    border-top: none;
}

@media(max-width: 767px) {
    .detail-product-landingpage .option2-detail .item .iframe .action .btn,
    .detail-product-landingpage .option2-detail .item .iframe .action .btn:active,
    .detail-product-landingpage .option2-detail .item .iframe .action .btn:focus {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
    }
}

.detail-product-landingpage .option2-detail .item .iframe .action .btn:first-child {
    background-color: var(--main-color);
    border-bottom-color: var(--main-color-hover);
}

@media(max-width: 767px) {
    .detail-product-landingpage .option2-detail .item .iframe .action {
        position: fixed;
        bottom: 0px !important;
        width: 100%;
        left: 0px;
        bottom: 0px;
        z-index: 999;
    }
    .detail-product-landingpage .option2-detail .item .iframe .action .btn {
        float: left !important;
        width: 50% !important;
        border-radius: 0px !important;
        margin: 0px !important;
        padding: 5px 5px 5px;
        font-size: 15px;
        border-bottom: none;
        height: 43px;
    }
}