body.cms-page-view.cms-iphone5s-se-screwbox .main-container, body.cms-page-view.cms-iphone6-screwbox .main-container, body.cms-page-view.cms-iphone6plus-screwbox .main-container, body.cms-page-view.cms-iphone6s-screwbox .main-container, body.cms-page-view.cms-iphone6splus-screwbox .main-container, body.cms-iphonexsmax-screwbox .main-container, body.cms-iphonexs-screwbox .main-container, body.cms-iphonexsmax-screwbox #footer-top, body.cms-iphonexs-screwbox #footer-top, body.cms-iphone8-screwbox .main-container, body.cms-iphone8-screwbox #footer-top, body.cms-iphone7plus-screwbox .main-container, body.cms-iphone7plus-screwbox #footer-top, body.cms-iphone7-screwbox .main-container, body.cms-iphone7-screwbox #footer-top, body.cms-iphonex-screwbox .main-container, body.cms-iphonex-screwbox #footer-top, body.cms-iphone8plus-screwbox .main-container, body.cms-iphone8plus-screwbox #footer-top, body.cms-iphonexr-screwbox .main-container, body.cms-iphonexr-screwbox #footer-top, body.cms-iphone11pro-screwbox .main-container, body.cms-iphone11pro-screwbox #footer-top, body.cms-iphone11-screwbox .main-container, body.cms-iphone11-screwbox #footer-top, body.cms-iphone11promax-screwbox .main-container, body.cms-iphone11promax-screwbox #footer-top {
    margin-top: 0;
}
body.cms-page-view.cms-iphone5s-se-screwbox .main,
body.cms-page-view.cms-iphone6-screwbox .main,
body.cms-page-view.cms-iphone6plus-screwbox .main,
body.cms-page-view.cms-iphone6s-screwbox .main,
body.cms-page-view.cms-iphone6splus-screwbox .main,
body.cms-iphonexsmax-screwbox .main, body.cms-iphonexs-screwbox .main,
body.cms-iphone8-screwbox .main, body.cms-iphone8plus-screwbox .main,
body.cms-iphone7plus-screwbox .main, body.cms-iphone7-screwbox .main,
body.cms-iphonex-screwbox .main, body.cms-iphonexr-screwbox .main,
body.cms-iphone11pro-screwbox .main, body.cms-iphone11-screwbox .main,
body.cms-iphone11promax-screwbox .main {
  margin-bottom: 50px;
}
body.cms-page-view.cms-iphone5s-se-screwbox .main, body.cms-page-view.cms-iphone6-screwbox .main, body.cms-page-view.cms-iphone6plus-screwbox .main, body.cms-page-view.cms-iphone6s-screwbox .main, body.cms-page-view.cms-iphone6splus-screwbox .main, body.cms-iphonexsmax-screwbox .main, body.cms-iphonexs-screwbox .main, body.cms-iphone8-screwbox .main, body.cms-iphone8plus-screwbox .main, body.cms-iphone7plus-screwbox .main, body.cms-iphone7-screwbox .main, body.cms-iphonex-screwbox .main, body.cms-iphonexr-screwbox .main, body.cms-iphone11pro-screwbox .main, body.cms-iphone11-screwbox .main, body.cms-iphone11promax-screwbox .main {
    width: 100%;
    background-color: var(--grey-color-tone-eight);
    background-image: url(../../images/screwbox/screwbox-bg.png);
}
.screwbox-banner, .screwbox-banner img {
    float: left;
    width: 100%;
    text-align: center;
}
.screwbox-banner {
    padding: 0 0 20px;
}
.screwbox-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}
.screwbx-images {
    float: left;
    padding: 0 0 40px;
}
.screwbx-section {
    float: right;
    width: 600px;
    margin-top: 0px;
}
.screwbx-section>h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
.screwbx-section>ul {
    float: left;
    width: 100%;
    padding-left: 0;
    border-left: 1px solid var(--grey-color-tone-five);
    border-right: 1px solid var(--grey-color-tone-five);
    overflow: auto;
    max-height: 777px;
}
.screwbx-grid>li {
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 2px solid var(--grey-color-tone-six);
    background-color: var(--white-color);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.screwbx-grid>li>img {
    float: left;
    margin-right: 10px;
    width: 60px;
}
.screwbx-grid .sproduct-section {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 140px);
}
.sproduct-section>a {
    font-size: 14px;
    color: var(--grey-color-tone-three);
    font-weight: 500;
    width: 263px;
    display: inline-block;
    margin-right: 15px;
}
.screwqty {
    display: inline-block;
    margin: 10px 0;
    vertical-align: inherit;
}
.screwqty .input-text {
    width: 45px;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    background-color: var(--white-color);
    color: var(--dark-color);
    height: 30px;
    border: 1px solid var(--grey-color-tone-nine);
}
.screwqty .input-text:focus {
    background-color: var(--grey-color-tone-two);
}
.screwqty .qtybutton {
    background-image: url(../../images/sprites/plusmin-cart.svg);
    width: 38px;
    text-indent: -9999px;
    border: 1px solid var(--grey-color-tone-nine);
    background-color: var(--white-color);
    height: 30px;
    background-repeat: no-repeat;
    border-radius: 0;
    cursor: pointer;
    float: left;
}
.screwqty .qtybutton.screwplus {
    background-position: 12px -30px;
    float: right;
    background-size: 15px;
    border-left: 0;
    border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
}
.screwqty .qtybutton.screwminus {
    background-position: 12px 12px;
    background-size: 14px;
    border-right: 0;
    border-radius: 6px 0px 0px 6px;
}
.screwbox-tot-footer .saddtocart {
    background-image: url(../../images/screwbox/screwbox-sprites.png);
    font-family: raleway, sans-serif;
    height: 30px;
    background-color: var(--default-color);
    background-position: 4px 1px;
    background-size: 26px;
    background-repeat: no-repeat;
    padding: 0 10px 0 32px;
    color: var(--white-color);
    text-transform: uppercase;
    border: 1px solid var(--default-color);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    min-width: 125px;
}
.onmap {
    position: relative;
}
.onmap:hover {
    background-color: var(--grey-color-tone-five);
    z-index: 50;
}
.screwbx-grid>li.screBxSelected {
    background-color: var(--grey-color-tone-six);
    border-color: var(--default-color);
    box-shadow: 1px 1px 8px rgba(121, 121, 121, 0.5);
}
.sm-svgscreen {
    display: none;
    text-align: center;
}
.sm-svgscreen>h4 {
    font-size: 25px;
    text-transform: uppercase;
    border-top: 1px dashed var(--grey-color-tone-five);
    padding: 12px 0 6px;
}
.sm-svgscreen>p {
    font-size: 20px;
}
a.svg-back-links {
    background-color: var(--grey-color-tone-three);
    color: var(--white-color);
    min-width: 200px;
    display: inline-block;
    padding: 10px 0;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
}
.screwbx-images .map img {
    width: 100%;
}
.scr_title {
    float: left;
    width: 100%;
    background-color: var(--default-color);
    margin: 0 0 30px;
}
.scr_title h1 {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color);
    display: inline-block;
    vertical-align: middle;
}
.screw-search-container {
    float: left;
    width: 100%;
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}
.screw-search-container .input-text {
    border-radius: 4px;
    background: var(--white-color) url(../../images/screwbox/screwbox-sprites.png) -8px -287px no-repeat;
    font-family: raleway, sans-serif;
    padding-left: 37px;
}
.screwbx-grid>li span.price {
    min-width: 80px;
    text-align: center;
    margin: 12px 0;
}
.screwbox-thead {
    float: left;
    width: 100%;
    background-color: var(--dark-color);
    color: var(--white-color);
    font-weight: 600;
}
.screwbox-thead .sthead {
    padding: 10px;
    float: left;
    text-transform: uppercase;
}
.screwbox-thead .sthead:first-child {
    width: 367px;
    padding-left: 20px;
}
.screwbox-thead .sthead:nth-child(2) {
    width: 126px;
    text-align: center;
}
.screwbox-thead .sthead:nth-child(3) {
    width: 107px;
    text-align: center;
}
.scrqty-total {
    float: right;
    margin: 3px 0 0;
}
.screwbox-tot-footer {
    float: left;
    width: 100%;
    background-color: var(--grey-color-tone-three);
    color: var(--white-color);
    padding: 10px;
    border-radius: 0px 0px 4px 4px;
}
.scrqty-total .scr_fqty, .scrqty-total .scr_total {
    float: left;
    font-size: 16px;
}
.scrqty-total .scr_fqty {
    padding: 0 10px;
}
.scrqty-total .scr_fqty strong {
    font-weight: 600;
}
.scrqty-total .scr_total {
    width: 100px;
    font-weight: 400;
    text-align: center;
}
.screw-box-sidebar {
    float: left;
    position: fixed;
    width: 260px;
    height: 100%;
    background: var(--white-color);
    top: 0;
    box-shadow: 0px 0 7px var(--grey-color-tone-nine);
    left: -261px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    z-index: 100000000;
}
.screw-box-sidebar.is-ssidebar-open {
    left: 0px;
}
.screw-box-sidebar .screw-toggle {
    float: right;
    width: 40px;
    background-color: var(--default-color);
    border-radius: 0px 4px 5px 0px;
    box-shadow: 2px 1px 2px var(--box-shadow-color-ten);
    -webkit-box-shadow: 2px 1px 2px var(--box-shadow-color-ten);
    position: absolute;
    top: calc(50% - 100px);
    background-size: 28px;
    height: 220px;
    right: -40px;
}
.screw-box-sidebar .screw-toggle span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: var(--white-color);
    transform: rotate(270deg);
    white-space: nowrap;
    position: relative;
    top: 172px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.screw-box-sidebar .sidebar-container {
    float: left;
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: auto;
    left: 0;
}
.screw-box-sidebar .sidebar-container .nav-scrview-one {
    float: left;
    width: 100%;
}
.nav-scrview-one ul {
    padding-left: 0;
    float: left;
    width: 100%;
}
.nav-scrview-one ul>li {
    float: left;
    width: 100%;
    border-bottom: 2px solid var(--grey-color-tone-six);
}
.scrpopinner {
    border-radius: 4px;
    position: relative;
    overflow: auto;
    width: 550px;
}
.scrpopinner .pop-close {
    margin-top: 0;
    background-color: var(--error-color);
    color: var(--white-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 24px;
    position: absolute;
    right: -14px;
    top: -13px;
}
.scrpopinner .message {
    width: 100%;
    margin-bottom: 0;
}
.scrpopinner .message img, .scrpopinner .message .sproduct-section {
    float: left;
}
.scrpopinner .message .sproduct-section {
    width: 363px;
    padding-left: 20px;
}
.scrpopinner .message .sproduct-section>a {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 0;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.scrpopinner .message .sproduct-section span.price {
    float: left;
    width: 100%;
    font-size: 18px;
    color: var(--error-color);
    font-weight: 600;
    line-height: 25px;
}
.scrpopinner .scraddtocart {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: var(--grey-color-tone-eight);
    border-radius: 4px;
}
.scrpopinner .scraddtocart .saddtocart {
    background-image: url(../../images/screwbox/screwbox-sprites.png);
    font-family: raleway, sans-serif;
    height: 30px;
    background-color: var(--default-color);
    background-position: 4px 1px;
    background-size: 26px;
    background-repeat: no-repeat;
    padding: 0 10px 0 32px;
    color: var(--white-color);
    text-transform: uppercase;
    border: 1px solid var(--default-color);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    min-width: 125px;
    float: right;
}
.scrpopinner .scraddtocart span.fo-qty {
    float: left;
    line-height: 26px;
    color: var(--default-color);
    border-right: 1px solid var(--grey-color-tone-five);
    padding-right: 10px;
    margin-right: 10px;
    font-size: 15px;
    text-transform: uppercase;
}
.scrpopinner .scraddtocart .fo-total {
    float: left;
    line-height: 26px;
    color: var(--error-color);
    font-size: 15px;
}
.scrpopinner .pop-close:hover {
    color: var(--white-color);
}
.screwbox-container .sfront_view, .screwbox-container .sback_view {
    float: left;
    width: 100%;
}
.scr_title .scr_mview {
    background-color: var(--grey-color-tone-three);
    font-weight: 500;
    padding: 7px 12px 0;
    display: inline-block;
    margin-left: 10px;
    border-radius: 3px 3px 0px 0px;
    height: 50px;
    vertical-align: middle;
    color: var(--white-color);
    border-bottom: 0;
}
.screwqty button.outofstock {
    background-color: var(--error-color);
    padding: 5px;
    border: 1px solid var(--error-color);
    min-width: 110px;
    border-radius: 3px;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}
.svgprodoutofstock .outofstock_wrapper {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.78);
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    padding: 20px 0 0;
}
.svgprodoutofstock .outofstock_wrapper input.notify-text {
    padding: 6px;
    font-size: 14px;
    min-width: 350px;
}
.svgprodoutofstock .outofstock_wrapper .outofstock-btn {
    background-color: var(--error-color);
    padding: 4px;
    border: 1px solid var(--error-color);
    height: 32px;
    min-width: 100px;
    color: var(--white-color);
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}
.svgprodoutofstock .outofstock_wrapper .close_wrapper {
    position: absolute;
    right: 15px;
    top: 20px;
    background-color: var(--error-color);
    border: 1px solid var(--error-color);
    font-size: 25px;
    color: var(--white-color);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    line-height: 18px;
    font-weight: 800;
}
.screwbx-grid>li.svg-no-match {
    background-color: var(--grey-color-tone-eight);
}
.screwbx-grid>li.svg-no-match>img {
    float: none;
}
.screwbx-grid>li.svg-no-match>p {
    margin-bottom: 0;
}
.sproduct-section>a span.highlight {
    background-color: var(--rma-cart-color);
}
.scrpopinner .message .sproduct-section .screwqty {
    margin-bottom: 0;
}
.popup-product-row {
    float: left;
    width: 100%;
    border-bottom: 1px dashed var(--grey-color-tone-five);
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.scrpopinner .message .no-product {
    float: left;
    width: 100%;
}
.screw-overely {
    width: 100%;
    height: 100%;
    background-color: var(--dark-color);
    opacity: 0.7;
    z-index: 10000000;
    position: fixed;
    left: 0;
    top: 0;
}
.scrpopinner .message .no-product span {
    background-image: url(../../images/attention.png);
    float: left;
    width: 60px;
    height: 60px;
    background-size: 60px;
    margin-right: 10px;
}
.scrpopinner .message .no-product .msg-text {
    float: left;
    margin-top: 10px;
}
.no-product .msg-text h4 {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}
.no-product .msg-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.sidebar-container .nav-scrview-one>h3 {
    background-color: var(--dark-color);
    padding: 15px;
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.nav-scrview-one ul>li>a {
    float: left;
    width: 100%;
    line-height: 20px;
    color: var(--dark-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 12px;
    position: relative;
}
.mat-screwicon {
    float: left;
    width: 40px;
    height: 40px;
    background-color: var(--grey-color-tone-six);
    border: 1px solid var(--grey-color-tone-six);
    border-radius: 50%;
    margin-right: 10px;
}
.right-mtext {
    float: left;
}
.right-mtext>strong {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
}
.mat-screwicon>i {
    background-image: url(../../images/screwbox/screw.svg);
    width: 17px;
    height: 18px;
    display: block;
    margin: 10px auto;
    background-repeat: no-repeat;
    background-size: 16px;
}
.nav-scrview-one ul>li>a:hover {
    background-color: var(--dark-color);
    color: var(--primary-color);
}
.nav-scrview-one ul>li>a:hover .right-mtext>strong {
    color: var(--white-color);
}
.nav-scrview-one ul>li>a.cmg-lbl:hover {
    z-index: 1;
}
.nav-scrview-one ul>li>a.cmg-lbl .scmg-label {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 111;
    top: 0;
    left: -100%;
    height: 100%;
    background-color: var(--rma-cart-color);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
}
.nav-scrview-one ul>li>a.cmg-lbl:hover .scmg-label {
    visibility: visible;
    opacity: 1;
}
.scmg-label .smg-label {
    background-image: url(../../images/announcement-icon.png);
    width: 42px;
    height: 25px;
    float: left;
    background-size: 37px;
    background-repeat: no-repeat;
    margin: 20px 1px;
}
.scmg-label h5 {
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-left: 7px;
    line-height: 66px;
    color: var(--sucess-color);
}
.nav-scrview-one ul>li>a.cmg-lbl {
    overflow: hidden;
}
.nav-scrview-one ul>li>a.cmg-lbl:hover .scmg-label {
    left: 0;
}
.scrpopinner .message .sproduct-section .out-of-stock-popup {
    color: var(--error-color);
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0px;
    float: left;
    width: 100%;
}
.screw-section-sticky {
    position: sticky;
    top: 0;
}
.screw-tt-head {
    clear: both;
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0 0;
}
.screw-tt-head .screw-tab {
    float: right;
}
.scr_title .scr_mview img {
    vertical-align: middle;
    max-width: 20px;
}
.scr_title .scr_mview span {
    font-size: 15px;
    float: right;
    line-height: 16px;
    margin-left: 11px;
    letter-spacing: -0.3px;
    margin-top: 3px;
}
.scr_title .scr_mview span strong {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 900;
    color: var(--white-color);
}
.scr_title .scr_mview.screwbx-tab-current {
    background-color: var(--white-color);
    color: var(--default-color);
}
.scr_title .scr_mview.screwbx-tab-current span strong {
    color: var(--primary-color);
}
li.svg-no-match {
    text-align: center;
    background-color: var(--grey-color-tone-six);
    border-left: 1px solid var(--grey-color-tone-seven);
    border-right: 1px solid var(--grey-color-tone-seven);
}
li.svg-no-match>p {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 300;
}
.svg-search {
    width: 100%;
    border: 1px solid var(--grey-color-tone-six);
    padding: 5px 0px 5px 9px;
    margin: 0 0 10px;
    border-radius: 3px !important;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background-color: var(--grey-color-tone-eight);
    background-image: url(../images/sprites/mobilesentrix.png);
    background-position: 102% -326px;
    background-repeat: no-repeat;
    background-size: 48px;
}
.svg-search:focus {
    background-position: 102% -354px;
}

/**/
/* --- SVG LABEL SPRITES DESIGN OVER--- */
.svgproductname span.highlight {
    background-color: var(--rma-cart-color);
    color: var(--error-color);
    font-weight: 400;
}
.svgproductname>a {
    color: var(--dark-color);
    display: block;
}
.svgproductname>a:hover {
    text-decoration: underline;
    color: var(--my-account-blue-color);
}
@media screen and (max-width: 1240px) {
    .screw-tt-head{
        width: 100%;
        padding: 15px 15px 0 15px;
    }
    .screwbx-section{
        width: 450px;
    }
    .screwbx-grid>li>img{
        min-width: 50px;
    }
    .screwbx-grid>li span.price{
        min-width: 80px;
    }
    .screwbx-grid .sproduct-section {
        width: calc(100% - 130px);
    }
    .sproduct-section>a {
        width: calc(100% - 140px) !important;
    }
    .screwqty{
        margin: 0;
    }
    .screwbox-thead .sthead:first-child {
        width: 210px;
    }
    .screwbx-grid>li span.price{
        margin: 14px 0;
    }
}
@media screen and (max-width: 1024px) {
    .body .cms-iphone7plus-screwbox .sm-svgscreen {
        display: block;
    }
    .scr_title, .screwbox-container, .screw-box-sidebar {
        display: none;
    }
    .sm-svgscreen {
        display: block;
    }
}
@media screen and (max-width: 360px) {
    .sm-svgscreen {
        margin: 0 0 20px;
    }
}
