.cms-iphone-12-mini .main-container .main,.cms-iphone-12-pro .main-container .main,.cms-iphone-12-pro-max .main-container .main,.cms-iphone-13 .main-container .main,.cms-iphone-13-mini .main-container .main,.cms-iphone-13-pro .main-container .main,.cms-iphone-13-pro-max .main-container .main,.cms-iphone-11-pro .main-container .main, .cms-iphone-11 .main-container .main, .cms-iphone-xr .main-container .main, .cms-iphone-xs .main-container .main, .cms-iphone-xs-max .main-container .main, .cms-iphone7plus .main-container .main, .cms-iphone-7 .main-container .main, .cms-iphone-6 .main-container .main, .cms-iphone-6plus .main-container .main, .cms-iphone-6s .main-container .main, .cms-iphone-6s-plus .main-container .main, .cms-iphone-x .main-container .main, .cms-iphone-8-plus .main-container .main, .cms-iphone-8 .main-container .main {
    max-width: 1678px;
    width: 98%;
}
.cms-iphone-12-mini .main-container,.cms-iphone-12-pro .main-container,.cms-iphone-12-pro-max .main-container,.cms-iphone-13 .main-container,.cms-iphone-13-mini .main-container,.cms-iphone-13-pro .main-container,.cms-iphone-13-pro-max .main-container,.cms-iphone-11-pro .main-container, .cms-iphone-11 .main-container, .cms-iphone-xr .main-container, .cms-iphone-xs .main-container, .cms-iphone7plus .main-container, .cms-iphone-7 .main-container, .cms-iphone-6 .main-container, .cms-iphone-6plus .main-container, .cms-iphone-6s .main-container, .cms-iphone-6s-plus .main-container, .cms-iphone-x .main-container, .cms-iphone-8-plus .main-container, .cms-iphone-8 .main-container {
    margin-top: 0;
}
.bcomp-wrapper .bcomp-title {
    font-size: 60px;
    font-weight: 800;
}
.bcomp-wrapper h2 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.bcomp-wrapper .bcomp-title-block {
    text-align: center;
    margin: 80px 0;
}
.bcomp-row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    margin: 0 0 5rem;
}
.bcol-30 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;
}
.bcol-70 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70%;
}
.bcol-100 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.bcomp-card {
    width: 95%;
}
.bcomp-card .bcomp-ul {
    padding: 0;
    border: 2px solid var(--dark-color);
    border-radius: 0 10px 0 0;
    background-color: var(--white-color);
    overflow: auto;
    max-height: 750px;
}
.bcomp-card .bcomp-ul>li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.5% 0.5%;
    border-bottom: 1px solid var(--grey-color-tone-five);
    position: relative;
}
.bcomp-card .bcomp-ul>li>.bcom-productname {
    flex: 0 0 58%;
    padding-left: 1.5%;
    font-weight: 500;
}
.bcomp-card .bcomp-ul>li>.price {
    flex: 0 0 10%;
    text-align: center;
    float: none;
}
.bcomp-card .bcomp-ul>li>.qty-control {
    text-align: center;
}
.bcomp-card .bcomp-ul>li>.qty-control .input-text {
    float: left;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid var(--grey-color-tone-nine);
    border-bottom: 2px solid var(--grey-color-tone-nine);
    height: 38px;
    text-align: center;
    width: 55px !important;
}
.bcomp-card .bcomp-head {
    width: calc(100% - 260px);
    position: relative;
    background-color: var(--dark-color);
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    height: 57px;
    float: left;
}
.bcomp-card .bcomp-head>h5 {
    float: left;
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    min-width: 90px;
}
.bcomp-card .bcomp-head .bcomfind-box {
    float: right;
    width: calc(100% - 100px);
}
.bcomp-card .bcomp-head .bcomfind-box .bcomp-btn {
    background-image: url(../../images/svg-spritest.png);
    width: 40px;
    height: 40px;
    background-size: 22px;
    border: 0;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    position: absolute;
    right: 11px;
    padding: 5px;
    margin-top: 0;
    border-left: 2px solid var(--dark-color);
    background-color: transparent;
    z-index: 1;
}
.bcomp-card .bcomp-head .input-text {
    height: 40px;
    border-radius: 5px;
    padding-right: 50px;
}
.qty-control .bcomp-viewproduct {
    font-weight: 500;
    padding: 4px 0px 4px 20px;
    display: inline-block;
    margin-top: 5px;
    background-image: url(../../images/svg-spritest.png);
    background-repeat: no-repeat;
    background-position: -1px -74px;
}
.qty-control .bcomp-viewproduct span {
    text-decoration: underline;
}
.qty-control button.btn-minus {
    float: left;
    background-color: var(--white-color);
    width: 45px;
    height: 38px;
    border: 2px solid #bbb;
    background-image: url(../../images/sprites/incre-and-decreicon.png);
    text-indent: -99999px;
    background-position: 15px -111px;
    background-size: 14px;
    background-repeat: no-repeat;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
}
.bcomp-card .bcomp-ul>li>.qty-control .input-text {
    float: left;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    height: 38px;
    text-align: center;
    width: 55px!important;
}
.qty-control button.btn-plus {
    float: left;
    background-color: var(--white-color);
    width: 45px;
    height: 38px;
    border: 2px solid #bbb;
    background-image: url(../../images/sprites/incre-and-decreicon.png);
    text-indent: -99999px;
    background-position: 14px 10px;
    background-size: 15px;
    background-repeat: no-repeat;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}
.bcomp-foot {
    background-color: var(--grey-color-tone-six);
    padding: 15px;
    border: 2px solid var(--dark-color);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bcomp-foot .button {
    background-color: var(--dark-color);
    color: var(--white-color);
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid var(--grey-color-tone-ten);
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 160px;
}
.bcomp-foot .bcomp-right {
    float: right;
    width: 24%;
    padding: 0.8% 0;
    font-size: 16px;
}
.bcomp-foot .bcomp-right strong {
    display: inline-block;
    width: 42%;
    text-align: center;
}
.bcomp-foot .bcomp-right .total_price {
    float: none;
    display: inline-block;
    width: 50%;
    text-align: center;
    font-weight: 600;
    word-break: break-all;
}
.bcomp-board {
    position: relative;
}
.bcomp-board img {
    width: 100%;
}
.bcomp-board .bcomppart-maker {
    position: absolute;
    border: 2px #e5fdff solid;
    cursor: pointer;
    top: 0%;
    left: 0%;
    width: 10%;
    height: 10%;
    background-color: #ffffff3d;
}
.bcomp-board .bcomppart-maker:hover {
    border: 2px #35b0ef solid;
    background-color: rgb(24 166 239 / 43%);
}
.bcomp-board .bcomppart-maker.partsactivated {
    visibility: visible;
    opacity: 1;
    border: 2px #fe0c2e solid;
    background-color: #ff00003d;
}
.bcomp-board .bcomppart-maker.qtyactivated {
    visibility: visible;
    opacity: 1;
    border: 2px #18ff31 solid;
    background-color: rgb(69 255 88 / 30%);
}
.bcomp-card .bcomp-ul>li.pliactivated {
    border-bottom: 5px solid #43b5ef;
    background-color: #c8e5ff;
}
.comp-row-right .bcol-70 .bcomp-card {
    margin-left: 5%;
}
.bcol-100 .bcomp-card {
    margin: 2rem 0 0;
    width: 100%;
}
.bcomp-card .svg-rbtn {
    float: right;
    background-color: var(--notice-color);
    padding: 10px;
    color: var(--white-color);
    font-weight: 500;
    border: 1px solid var(--notice-color);
    border-radius: 20px;
    min-width: 152px;
    text-align: center;
    margin-top: 5px;
    margin-right: 20px;
    max-width: 230px;
}
.bcomp-card .svg-rbtn:hover {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}
.no-visible-row {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}
.bcomp-card .bcomp-ul>li>img {
    width: 98px;
}
.bcomp-card .bcomp-ul::-webkit-scrollbar {
    width: 5px;
    background-color: var(--grey-color-tone-six);
    border-radius: 8px;
}
.bcomp-card .bcomp-ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .8);
    background-color: var(--dark-color);
}
.bcomp-ul li .screwqty .outofstock {
    border: 0;
    background-color: var(--notice-color);
    color: var(--white-color);
    padding: 10px;
    border-radius: 5px;
    width: 170px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.bcomp-ul li .svgprodoutofstock .outofstock_wrapper {
    position: absolute;
    width: 100%;
    background-color: rgb(22 22 22 / 61%);
    left: 0;
    top: 0;
    height: 100%;
    padding: 4% 10%;
}
.bcomp-ul li .svgprodoutofstock .outofstock_wrapper .notify-centerblock {
    max-width: 320px;
    float: left;
    position: relative;
}
.bcomp-ul li .svgprodoutofstock .outofstock_wrapper .notify-centerblock .notify-text {
    height: 40px;
    border-radius: 4px;
    width: 320px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid var(--grey-color-tone-six);
}
.bcomp-ul li .svgprodoutofstock .outofstock_wrapper .notify-centerblock .notify-text+.input-text.plpre-define {
    width: 40px;
    height: 35px;
    text-align: center;
    margin: 2px 5px 0px 0px;
    padding-left: 9px;
}
.bcomp-ul li .svgprodoutofstock .outofstock_wrapper .notify-centerblock .input-text {
    padding-left: 50px;
    border-radius: 4px;
    min-width: 0;
    width: 320px;
    line-height: normal;
    height: 40px;
}
.bcomp-ul li .svgprodoutofstock .outofstock_wrapper .notify-centerblock .spmicons {
    left: inherit;
    right: 11px;
    top: 11px;
}
.bcomp-ul li .svgprodoutofstock .outofstock_wrapper .outofstock-btn {
    border: 0;
    background-color: var(--notice-color);
    color: var(--white-color);
    padding: 10px;
    border-radius: 5px;
    width: 155px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    margin-top: 0;
    margin-left: 10px;
    cursor: pointer;
}
.bcomp-ul li .svgprodoutofstock .outofstock_wrapper button.close_wrapper {
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    border-radius: 100%;
    font-size: 20px;
    width: 30px;
    background-color: var(--white-color);
    color: var(--notice-color);
    font-weight: bold;
    cursor: pointer;
    padding: 0;
}
.p_detail span.highlight {
    background-color: #fff700;
    color: var(--error-color);
    font-weight: 400;
}
.bcomp-ul .svgoutofstock {
    background-color: #ffa6a8;
}
.bcomp-ul>li .display_qty {
    position: absolute;
    background-color: var(--notice-color);
    z-index: 1;
    color: var(--white-color);
    font-weight: 600;
    width: 30px;
    text-align: center;
    border-radius: 100%;
    height: 30px;
    line-height: 30px;
    right: 18%;
    bottom: 10px;
}
@media screen and (max-width: 1678px) {
    .cms-iphone-11-pro .main-container .main {
        width: 100%;
        padding: 0 1%;
    }
    .bcomp-card .bcomp-ul>li>.bcom-productname {
        flex: 0 0 60%;
    }
}
@media screen and (max-width: 1300px) {
    .bcomp-card .bcomp-ul>li>.bcom-productname {
        flex: 0 0 55%;
    }
}
@media screen and (max-width: 1100px) {
    .bcomp-card .bcomp-ul>li>.bcom-productname {
        flex: 0 0 52%;
    }
    .bcol-70, .bcol-30, .bcol-100 {
        width: 100%;
    }
    .comp-row-right .bcol-70 .bcomp-card {
        margin-left: 0;
    width: 100%;
    }
    .bcomp-card {
        width: 100%;
        margin: 2rem 0 0;
    }
    .bcomp-wrapper .bcomp-title-block {
        margin: 60px 0 0;
        padding: 1% 5%;
    }
    .bcomp-row {
        flex-direction: column-reverse;
    }
    .bcomp-row.comp-row-right, .bcomp-row.norow-rev {
        flex-direction: revert;
    }
    .bcomp-card .bcomp-ul {
        max-height: 300px;
    }
}
@media screen and (max-width: 1024px) {
    .bcomp-card {
        width: 100%;
    }
    .bcomp-card .bcomp-ul>li>.bcom-productname {
        flex: 0 0 63%;
    }
    .bcomp-ul li .screwqty .outofstock {
        display: none;
    }
    .bcomp-ul li .screwqty .notify_btn {
        display: block !important;
        margin-left: 10px;
    }
    .bcomp-ul li .screwqty .notify_btn button.button span {
        background: url(../../images/sprites/notify-me.png) center center no-repeat var(--primary-color);
        padding: 0 20px 0 30px;
        line-height: 36px;
        min-height: 36px;
        border-radius: 4px;
        text-indent: -9999px;
        width: 40px;
    }
    .bcomp-ul>li .display_qty {
        left: inherit;
        right: 25%;
        bottom: 10px;
    }
}
@media screen and (max-width: 980px) {
    .bcomp-card .bcomp-ul>li>.bcom-productname {
        flex: 0 0 55%;
    }
    .bcomp-card .bcomp-ul>li {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 768px) {
    .bcomp-card .bcomp-ul>li>.qty-control .input-text {
        display: none;
    }
    .bcomp-card .bcomp-ul>li>.qty-control .btn-minus {
        border-right: 0;
        background-position: 50% -111px;
    }
    .bcomp-card .bcomp-ul>li>.qty-control .btn-plus {
        background-position: 50% 10px;
    }
    .bcomp-card .bcomp-ul>li>.qty-control .btn-minus, .bcomp-card .bcomp-ul>li>.qty-control .btn-plus {
        width: 50%;
    }
    .bcomp-foot .bcomp-right{
        width: 28%;
    }
}
@media screen and (max-width:640px){
    .bcomp-card .bcomp-head {
        width: calc(100% - 160px);
    }
    .bcomp-card .bcomp-head .bcomfind-box {
        width: calc(100% - 75px);
    }
    .bcomp-card .bcomp-head>h5{
        font-size: 13px;
        padding: 10px 10px 10px 0;
        min-width: 50px;
    }
    .bcomp-card .bcomp-head .input-text{
        font-size: 13px !important;
    }
    .bcomp-card .svg-rbtn {
        width: 130px;
        text-align: center;
        margin-top: 12px;
        margin-right: 10px;
        font-size: 12px;
        padding: 5px 8px;
    }
    .bcomp-ul>li .display_qty {
        right: 37%;
        bottom: 6px;
    }
    .bcomp-foot .bcomp-right{
        width: 36%;
    }
    .bcomp-foot .bcomp-right strong{
        width: 47%;
    }
}
@media screen and (max-width: 536px) {
    .bcomp-card .bcomp-ul {
        max-height: 400px;
    }
    .bcomp-card .bcomp-ul>li>img {
        display: none;
    }
    .bcomp-card .bcomp-ul>li>.bcom-productname {
        flex: 0 0 50%;
        font-size: 12px;
        line-height: 16px;
    }
    .bcomp-card .bcomp-ul>li>.qty-control .btn-minus {
        background-position: 50% -109px;
    }
    .bcomp-card .bcomp-ul>li>.qty-control .btn-plus {
        background-position: 50% 13px;
    }
    .bcomp-wrapper .bcomp-title {
        font-size: 40px;
    }
    .bcomp-card .bcomp-ul>li>.price{
        margin: 0 8px;
    }
    .bcomp-foot .button{
        font-size: 12px;
        min-width: 110px;
    }
    .bcomp-foot .bcomp-right {
        width: calc(100% - 150px);
        font-size: 14px;
    }
    .bcomp-card .bcomp-ul>li.svg-no-match>p{
        margin: 0;
        font-size: 14px;
        padding-left: 8px;
    }
}
@media screen and (max-width: 440px) {
    .bcomp-foot .bcomp-right {
        width: calc(100% - 180px);
    }
}
@media screen and (max-width: 420px) {
    .bcomp-card .bcomp-head{
        width: 100%;
    }
    .bcomp-card .svg-rbtn{
        display: block;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
        float: none;
        margin-top: 0px;
        clear: both;
    }
    .bcomp-card .bcomp-ul{
        border-radius: 0;
    }
    .bcomp-foot .bcomp-right {
        width: calc(100% - 180px);
    }
}
@media screen and (max-width: 375px) {
    .bcomp-foot{
        padding: 15px 10px;
    }
    .bcomp-foot .button{
        padding: 8px 10px;
    }
    .bcomp-foot .bcomp-right {
        width: calc(100% - 158px);
    }
}
@media screen and (max-width: 320px) {
    .bcomp-foot .bcomp-right {
        width: calc(100% - 128px);
        font-size: 12px;
    }
    .bcomp-foot .button {
        padding: 5px 5px;
        font-size: 10px;
    }
}
