﻿* {font-family:'Oxygen', Verdana, Arial; font-weight:300;}
html, form, body {margin:0px; padding:0px;height:100%;}
body {background-color:white;}
input {border: 1px solid #DDDDDD;}

input:focus, select:focus {/*border-color: #0071bc;*/ outline: none !important;}

    input[data-regex][data-pass="0"] {
        border-color: rgb(215, 31, 55);
    }
input[data-regex][data-pass="1"] {border-color: #20b00c;}
input[data-err="1"], select[data-err="1"] {border-color: red !important;}
.center {
    max-width:1200px;
    width:100%;
    margin:0px auto;
}
a {
    text-decoration: none;
    text-decoration: none;
    /*color: inherit;*/
    color: #0071bc;
}
a:hover {
    text-decoration: underline;
}
a.nolink:hover {
    cursor: default;
}
.fbred {color:#cc0000;}
.basecolour {color:#0071BC;}
.basecolour_bg {background-color:#0071BC;}

.subhdr {font-weight:bold; font-size:120%;color:black;}
.subhdr2 {font-weight:bold; font-size:16px;color:black;}

.errmsg {
    display: none;
    color: red;
    line-height: 25px;
    font-size: 20px;
}
.sidebar {
    position: fixed;
    width: 50%;
    width: calc(100% - 50px);
    max-width: 300px;
    top: 0px;
    height: 200%;
    background-color: #ffffff;
    box-sizing: border-box;
    z-index: 15;
}
.sidebar_blackout {
    background-color:rgba(0,0,0,0.0);
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    margin:auto;
    z-index:5;
    transition:background-color ease 0.5s;
    pointer-events:none;
}
.sidebar_blackout[data-toggle="0"] {
    background-color:rgba(0,0,0,0.0);
    pointer-events:none;
}
.sidebar_blackout[data-toggle="1"] {
    background-color:rgba(0,0,0,0.5);
    pointer-events:all;
}

.sidebar[data-direction="left"] {
    -webkit-transition:left ease 0.5s;
    -moz-transition:left ease 0.5s;
    transition:left ease 0.5s;
}
.sidebar[data-direction="right"] {
    -webkit-transition:right ease 0.5s;
    -moz-transition:right ease 0.5s;
    transition:right ease 0.5s;
}

.sidebar[data-toggle="0"][data-direction="left"] {
    left:-100%;
}
.sidebar[data-toggle="0"][data-direction="right"] {
    right:-100%;
}

.sidebar[data-toggle="1"][data-direction="left"] {
    left:0%;
    text-align:left;
    border-right:4px solid #0071bc;
}
.sidebar[data-toggle="1"][data-direction="right"] {
    right:0%;
    text-align:right;
    border-left:4px solid #0071bc;
}

.sidebarcont {
    height:50%;
    box-sizing:border-box;
}
.sidebarlinks {
    flex:1 1 auto;
    overflow:auto;
}
    .sidebarlinks ul, .sidebarlinks li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
        background-color: #f7f7f7;
    }
    .sidebarlinks a {
        text-decoration: none;
        line-height: 35px;
        font-size: 18px;
        color: black;
        /*text-transform:capitalize;*/
        padding-right: 10px;
        padding-left: 10px;
    }
    .sidebarlinks li:HOVER {
        background-color: white;
    }
    .sidebarlinks li {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
   
    /*
.sidebar[data-direction="left"] .sidebarlinks a:before {
    content:"> ";
    font-size:15px;
}

    */
.sidebar[data-direction="right"] .sidebarlinks a:after {
    content:" >";
    font-size:15px;
    margin-right:5px;
    float:right;
}
    
.sidebarlinks .btn1, .sidebarlinks .btn-blue {
    display: block;
    text-align: center;
    margin:0px;
}

.minicart {
    padding-top:15px;
    margin-top:15px;
    border-top:1px solid #bfbfbf;
    text-align: center;

}
.minicart .minicart-sh {
    display:block;
    line-height:20px;
    font-size:20px;
    text-align:center;
    color:#242424;
    margin-bottom:15px;
}
.hdrcartcount {
    text-align: right;
    color: #000;
}
    .hdrcartcount span {
        color: #0071bc;
        line-height: 15px;
        padding: 4px 0px;
        width: 23px;
        text-align: center;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
        background-color: #ffffff;
        margin: 0px 0px 0px 0px;
        display: block;
        font-size: 13px;
        font-weight: 700;
    }

.fullwidthline {
    border-bottom:1px solid #cccccc;
    box-sizing:border-box;
    width:100%; 
}
.header {
    padding: 10px;
    background-color: #0071bc;
    /*border-bottom:1px solid #cccccc;*/
    height: 85px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;   
    /*background:linear-gradient(to right, rgb(10,74,152), rgb(63,169,245), rgb(10,74,152)); */
}
.header_fixed {
    background-color: white;
    z-index: 11;
    position: fixed;
    width: 100%;
    top: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
}
.menu_dd {
    background-color: rgba(0,113,188,0.9);
    transition: background-color linear 0.2s;
    padding: 20px 0px 30px 0px;
    position: absolute;
    width: 100%;
    top: 126px;
}
.menu_dd_inner {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;   
    color:white;
}
.menu_dd_inner_subhdr {
    box-sizing: border-box;
    color: white;
    font-weight: bold;
}
.menu_dd a:hover {
    color:#0071bc;
    background-color:#fff;
    text-decoration:none;
}
.menu_dd a:focus {
    outline:none;
}
.menu_dd a {
    color:white;
    padding:4px;
    margin:0px 4px;
    font-size:13px;
}
.menu_dd_btn {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    border: 1px solid white;
    color:white;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
    font-weight:bold;
}
.menu_dd_btn:hover {
    text-decoration:none;
    color: #0071bc;
    background-color:white;
}
.links {
    padding:0px 30px;
}
.cart_account {
    padding:0px;
    padding-left:30px;
}
.links .linksside {
    -webkit-flex-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-item-align: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-flex-item-align: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display:flex;
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    align-self: center;
    -webkit-flex-item-align:center;
    -ms-flex-item-align:center;
}
    .links .linksside[data-id="1"] {
        justify-content:flex-start;
    }
    .links .linksside[data-id="2"] {
        justify-content:flex-end;
    }
.links .linkscont {
    -webkit-flex-order: 0;
    -webkit-flex-order:0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-item-align: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-flex-item-align: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display:flex;
    justify-content: center;
}
.header .logobox {
    background-image: url(/images/reactive/logo-uk.svg);
    /*background:url(/images/icons/fonebank.svg), none; */
    background-repeat: no-repeat;
    background-position: left center;
    height: 60px;
    width: 260px;
    cursor: pointer;
}
.burgermenu {
    display:none;
    height:36px;
    flex:0 1 auto;
}
    .burgermenu:hover {
        cursor:pointer;
    }
    .burgermenu div {
        vertical-align:top;
    }
.burgermenu div[data-id="bars"], .burgermenu div[data-id="cart"], .carticon {
    height:28px;
    width:28px;
    display:inline-block;
}
.burgermenu div[data-id="bars"] {
    background: repeating-linear-gradient(
        0deg,
        #ffffff,
        #ffffff 5px,
        rgba(0,0,0,0) 5px,
        rgba(0,0,0,0) 10px,
        #ffffff 10px,
        #ffffff 15px,
        rgba(0,0,0,0) 15px,
        rgba(0,0,0,0) 20px
    );
}
.carticon {
    margin:0px 5px;
}
.burgermenu div[data-id="cart"], .carticon {
    background-image: url(/images/icons/cart.svg?v=3);
    /*ackground: url(/images/icons/cart.svg?v=2), none;*/
    background-repeat: no-repeat;
    background-position: top top;
}

.linkscont ul, .linkscont li {
    margin:0px;
    padding:0px;
    list-style:none;
    display:inline-block;
    vertical-align: top;
}
.linkscont a {
    display:inline-block;
    font-weight:700;
    font-size:16px;
    color:white;
    text-decoration:none;
    margin:0px 15px;
    box-sizing:border-box;
    border-bottom:3px solid rgba(0,0,0,0);
    vertical-align:top;
}

.linkscont ul, .linkscont li a:hover {
    color: #CFE3F1;
}

.linkscont a:hover, .linkscont a[data-toggle='1'] {
    /*border-bottom:3px solid #fff;*/
}
.linkscont a div {
    display:inline-block;
    height:40px;
    vertical-align:top;
}

.mfr-ddl {
    padding: 7px 7px 7px 7px;
    max-width: 300px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgb(200, 200, 200);
    color: #0071bc;
    font-size: 16px;
    height: 40px;
}
.ddl_filter_container .mfr-ddl {
    margin:10px;
}
.ftr-searchbox {
    padding: 7px 7px 7px 7px;
    max-width: 600px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgb(200, 200, 200);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    z-index: 10;
}

.top-searchbox-rhs {
    padding: 4px 10px 4px 10px;
    max-width: 300px;
    box-sizing: border-box;
    width: 100%;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    margin-left: 0px;
    margin-right: auto;
    border-top: 1px solid rgb(200,200,200);
    border-bottom: 1px solid rgb(200,200,200);
    border-right: 1px solid rgb(200,200,200);
    border-left: none;
    background-color: white;
    display: inline-block;
    /*position: relative;
    float: right;
    top: 50%;
    transform: translateY(-50%);
        */
}
.top-searchbox-lhs:HOVER {
    padding: 7px 9px 7px 16px;
    border-top: 1px solid #0071bc;
    border-bottom: 1px solid #0071bc;
    border-left: 1px solid #0071bc;
    border-right: 1px solid #0071bc;
}
.top-searchbox-rhs:HOVER {
    padding: 4px 10px 4px 9px;
    border-top: 1px solid #0071bc;
    border-bottom: 1px solid #0071bc;
    border-right: 1px solid #0071bc;
    border-left: 1px solid #0071bc;
}
.top-searchbox-lhs {
    padding: 7px 10px 7px 16px;
    max-width: 70px;
    box-sizing: border-box;
    width: 100%;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    margin-left: auto;
    margin-right: 0px;
    border-top: 1px solid rgb(200,200,200);
    border-bottom: 1px solid rgb(200,200,200);
    border-left: 1px solid rgb(200,200,200);
    border-right: none;
    /*border: 1px solid #0071bc;
    background-color: #0071bc;*/
    background-color: #ffffff;
    display: inline-block;
}

.search-btn-top {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 15px;
    border: 4px solid rgb(215, 31, 55);
    box-sizing: border-box;
    cursor: pointer;
}

.search-btn-top::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: 2px solid rgb(215, 31, 55);
    background-color: rgb(215, 31, 55);
    transition: linear 0.25s all;
    transition: border-color ease-out 0.3s;
    height: 20px;
    bottom: 12px;
    left: 9px;
    transform-origin: 2px 21px;
    transform: rotate(225deg);
}
.search-btn-top::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    background-color: white;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    right: 0px;
    top: 0px;
    border: 2px solid #fff;
}
  
.search-cont:focus-within .search-btn-top {
    border-color: rgb(215, 31, 55);
}

.search-cont:focus-within .search-btn-top::before {
    border-color: rgb(215, 31, 55);
    background-color: rgb(215, 31, 55);
}

@-webkit-keyframes fadeout{
    0%{opacity:1;visibility:visible;}
    99%{opacity:0;}
    100%{opacity:0;visibility: hidden;}
}
select.search-top-mfr::selection {
 color:white;
}
select.search-top-mfr:not(:checked) { 
    -webkit-appearance: none;
    background: url(/images/icons/selector-grey.svg?v=1) no-repeat right;
    background-color: #ffffff;
    color: #0071bc;
    border: none;
    width: 25px;
    height: 25px;
    line-height: 25px;

}

@-webkit-keyframes fadein{
    0%{opacity:0;visibility:visible;}
    100%{opacity:1;}
}
.homepage-slides .homepage-slide[data-sel="1"] {
    /*Queued up
    opacity:1;*/
    z-index: 0;
    visibility: hidden;
}

.homepage-slides .homepage-slide[data-sel="2"] {
    /*Active slide
    opacity:1;*/
    z-index: 1;
    -moz-animation: fadein 1s linear;
    -webkit-animation: fadein 1s linear;
    animation: fadein 1s linear;
    visibility: visible;
}

.homepage-slides .homepage-slide[data-sel="3"] {
    /*last slide
    opacity:1;*/
    z-index: 1;
    -moz-animation: fadeout 1s linear;
    -webkit-animation: fadeout 1s linear;
    animation: fadeout 1s linear;
    visibility: hidden;
}
.homepage-slides .main-searchbox {
    background-color: rgba(0,113,188,0.7);
    transition: background-color linear 0.5s;
    padding: 20px 0px 30px 0px;
    position: absolute;
    width: 100%;
    top: 0px;
}
.homepage-slides .main-searchbox:focus-within {
    background-color:rgba(0,113,188,0.9);
}

.homepage-slides .scroller-nav {
    padding: 0px 0px 30px 0px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}
.homepage-slides .main-searchbox .search-cont {
    padding: 0px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 300px;
    transition:max-width ease-out 0.3s;
    box-sizing: border-box;
    width: 100%;
}
    .homepage-slides .main-searchbox .search-cont:focus-within {
        max-width: 550px;
    }

.homepage-slides .main-searchbox .search-cont .search-btn {
    position:absolute;
    height:30px;
    box-sizing:border-box;
    width:30px;
    border:4px solid rgb(200, 200, 200);
    transition:border-color ease-out 0.3s;
    top:10px;
    right:10px;
    bottom:10px;
    border-radius:15px;
}
    .homepage-slides .main-searchbox .search-cont .search-btn::before {
        content: "";
        position: absolute;
        box-sizing: border-box;
        border: 2px solid rgb(200, 200, 200);
        background-color: rgb(200,200,200);
        transition: linear 0.25s all;
        transition: border-color ease-out 0.3s;
        height: 20px;
        bottom: 12px;
        left: 9px;
        transform-origin: 2px 21px;
        transform: rotate(225deg);
    }
    .random {
        animation: spinit 750ms infinite;
        animation-timing-function: linear;
    }
    .homepage-slides .main-searchbox .search-cont .search-btn::after {
        content: "";
        position: absolute;
        background-color:white;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        right: 0px;
        top: 0px;
        border: 2px solid #fff;
    }
    .homepage-slides .main-searchbox .search-cont:focus-within .search-btn {
        border-color: rgb(215, 31, 55);
    }
    .homepage-slides .main-searchbox .search-cont:focus-within .search-btn::before {
        border-color: rgb(215, 31, 55);
        background-color: rgb(215, 31, 55);
    }
    @-moz-keyframes spinit {	
        from { 
            transform: rotate(225deg);
        }
        to { 
            transform: rotate(585deg);
        } 
    }
    @-webkit-keyframes spinit {	
        from { 
            transform: rotate(225deg);
        }
        to { 
            transform: rotate(585deg);
        } 
    }
    @keyframes spinit {	
        from { 
            transform: rotate(225deg);
        }
        to { 
            transform: rotate(585deg);
        } 
    }

.main-searchbox, .search-cont, .scroller-nav {
    -webkit-flex-order:0;
    -ms-flex-order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-item-align:auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.homepage-slides .main-searchbox .search-cont input {
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    color:black;
    background-color:white;
    padding:0px 20px;
    font-size:16px;
    border:none;
    border-radius:25px;
}
.search-cont input, .main-searchbox .search-cont {
    -webkit-flex-order:0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-item-align: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    line-height:50px;
    border:none;
    position:relative;
}

.homepage-slides .scroller-nav .nav-button {
    display:inline-block;
    height:16px;
    width:16px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid white;
    margin:0px 7px;
}
.homepage-slides .scroller-nav .nav-button[data-toggle="on"] {
    background-color:white;
}
    .homepage-slides .scroller-nav .nav-button[data-toggle="off"]:hover {
        cursor:pointer;    
    }
.homepage-slide {
    height: 500px;
    position:absolute;
    width:100%;
}
.homepage-slides {
    position:relative;
    height:454px;
    -webkit-flex-order:0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color:white;
    text-align:center;
}
.homepage-slides .homepage-slide {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -webkit-flex-item-align:auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    height: 100%;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}
.homepage-slides .homepage-slide span, .homepage-slides .homepage-slide p {
    display:block;
    max-width:550px;
    font-size:20px;
    margin: 0px auto;
}

.homepage-slides .homepage-slide p {
    margin-bottom:20px;
}
    .homepage-slides .homepage-slide .slide-sh, .homepage-slides .main-searchbox .search-sh {
        font-size: 28px;
        /*text-transform:capitalize;*/
        margin-bottom: 20px;
    }
@media (max-width:600px) {
    .homepage-slides .homepage-slide span {
        font-size:25px !important;
    }
    .homepage-slides .homepage-slide p {
        font-size: 17px !important;
    }
}
.homepage-slide .btn1 {
    width:200px;
    text-align:center;
    margin-top:10px;
}
.trustpilot {
    /*background-color:rgb(0,2,49);*/
    background-color: #404141;    
}
.trustpilot, .bestselling {
    padding:20px;
    box-sizing: border-box;
}
.processboxes {
    border-bottom:1px solid #bfbfbf;
    padding:0px 20px 20px 20px;
    box-sizing: border-box;
}
.bestsellers {
    width:100%;
    margin-bottom:30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.bestsellers .topHandset {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align:center;
}
.topHandset .th_image {
    height: 180px;
    overflow: hidden;
    position: relative;
}
.th_image img {
    height:250px;
    top:0px;
    position:absolute;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}
.topHandset .th_name {
    line-height:25px;
    padding:15px 0px;
    height:50px;
}
.topHandset .th_button {
    position: relative;
    padding: 0px 20px;
}
.topHandset { border-bottom: 3px solid #ffffff;}
/*.topHandset:hover { border-bottom: 3px solid #0071bc;}*/

    .th_button a, .th_button a:hover {
        text-decoration:none;
    }
    .th_button a .td_button_off, .th_button a .td_button_on {
        line-height:20px;
        padding:15px 0px;
        text-align:center;
        box-sizing:border-box;
        border-radius:50px;
        border:3px solid rgb(215, 31, 55);
        font-size:16px;
        font-weight:700;
    }
    .th_button a .td_button_off {
        display:block;
        background-color:white;
        color:rgb(215, 31, 55);
    }
    .th_button a .td_button_on {
        display:none;
        color:white;
        background-color:rgb(215, 31, 55);
    }
    .th_button a:hover .td_button_off {
        display:none;
    }
    .th_button a:hover .td_button_on {
        display:block;
    }
.topHandset .th_mfr_img {
    margin-top:10px;
}

.infoboxes {
    background-color:#fff;
    border-bottom:1px solid #bfbfbf;
    padding:20px;
    box-sizing: border-box;
}
.infobox, .topHandset {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex:0 1 25%;
}
.processbox {
    padding-top:20px;
    flex:0 1 33.33%;
}
.processbox p.pb_sh {
    font-weight:bold;
}
.infobox *, .infobox, .processbox, .processbox * {
    text-align:center;
}
.infobox div {
    display:block;
    padding:10px;
}
.infobox div span {
    font-size:16px;
    color:black;
    text-align:center;
}
.infobox div img {
    max-width:100%;
}
.infobox div div {
    display:block;
    padding:0px;
}
.infobox div div div {
    padding:0px;
    display:inline-block;
    height:1px;
    width:30%;
    margin-top:5px;
    border-top:4px solid #0071bc;
}
.trustpilothdr span, .trustpilothdr div, .bestsellinghdr span, .bestsellinghdr div, .infoboxhdr span, .infoboxhdr div, .infoboxhdr h1 {
    -webkit-flex-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-item-align: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.trustpilothdr span, .bestsellinghdr span, .infoboxhdr span, .infoboxhdr h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    /*text-transform:capitalize;
    text-align: center;*/
}

.trustpilothdr span {
    color:white;
}
.bestsellinghdr span {
    color:black;
}
.trustpilothdr div, .bestsellinghdr div, .infoboxhdr div {
    height:4px;
    width:100px;
    display:inline-block;
    background-color:#0071bc;
    margin-bottom:20px;
}
.infoboxhdr {
    margin-top:10px;
}
.truspilotreviews {
    max-width:1200px;
    margin:0px auto;
}
.footer {
    background-color:#0071bc;
    font-size:14px;
}
.bestselling {
    background-color:white;
    border-bottom:1px solid #bfbfbf;
}
.bestselling .btn-blue {
    width:100%;
    max-width:200px;
}
.footerinner {
    padding:5px;
    max-width:1200px;
    flex:1;
}
.footersection {
    color:white;
    flex:0 1 30%;
    box-sizing:border-box;
    padding:15px;
}
.ftrtoggle {
    padding:0px;
    padding-bottom:20px;
    margin:0px;
    -webkit-transition:max-height ease 0.5s;
    -moz-transition:max-height ease 0.5s;
    transition:max-height ease 0.5s;
}
.ftrtoggle:after, .ftrtoggle:before {
    -webkit-transition:all ease 0.1s;
    -moz-transition:all ease 0.1s;
    transition:all ease 0.1s;
}
.ftrlink {
    display:block;
    line-height:18px;
    text-decoration:none;
}
    .ftrlink:hover, .ftrlinkul:hover {
        text-decoration:underline;
    }
.ftrlinkul {
    display:inline;
    line-height:inherit;
    text-decoration:none;
}
.ftrlink,.ftrlinkul {
    color:white;
}
.ftrsh {
    /*text-transform:capitalize;*/
    display:block;
    color:white;
    margin-bottom:10px;
    margin-top:5px;
    line-height:30px;
    font-size:22px;
    font-weight:700;
}
.microstar-cont {
    padding:15px;
    border-color:#F5F5F5;
    border-width:1px 0px;
    border-style:solid;
    margin:20px 0px;
}
.microstar {
    background-color:#404040;
    padding:10px;
}

.mobile[data-mob='3y'],.mobile[data-mob='2y'],.mobile[data-mob='1y'] {
    /*use the y attributes to determine at what stage; 2 to 3 (smallest) the element should be shown*/
    display:none;
}

.btn1 {
    display: inline-block;
    line-height: 40px;
    border-radius: 26px;
    font-size: 20px;
    /*text-transform:capitalize;*/
    font-weight: bold;
    margin: 0px 3px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: rgb(215, 31, 55);
    border: 2px solid rgb(215, 31, 55);
    color: white;
}
    .btn1:hover {
        background-color: #b50c00;
        border-color: #b50c00;
    }
.btn-blue, .btn-red {
    padding: 15px 0px !important;
    display: block;
    background-color: white;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    margin: 0px 0px;
    -webkit-appearance: none;
}
.btn-blue {
    color: #0071bc;
    border: 3px solid #0071bc;
    border-radius: 28px;
    font-size: 16px;
    line-height: 20px;
}
.btn-red {
    background-color:rgb(215, 31, 55);
    color:white;
    border:3px solid rgb(215, 31, 55);
    border-radius:28px;
    font-size:16px;
    line-height:20px;
}
.btn-blue-small {
    background-color: #ffffff;
    color: #0071bc;
    border: 2px solid #0071bc;
    border-radius: 14px;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    -webkit-appearance: none;
}
.btn-blue:hover, .btn-blue-small:hover {
    background-color:#0071bc;
    color:white;
    cursor:pointer;
}
.btn-red:hover {
    background-color: #b50c00;
    border-color: #b50c00;
    color: white;
    cursor: pointer;
}
.btn-small-mfr {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 15px;
    text-align: center;
    font-weight: 500;
    margin: 0px 0px;
    font-size: 11px;
    color: #0071bc;
}

.btn-small-mfr:hover {
    cursor: pointer;
    text-decoration:none;
    border: 1px solid #dddddd;
    border-radius: 10px;
    color: black;

}

.show_desk { display:inline-block;  }
.show_desk2 { display:block;  }
.show_desk_tablet { display:inline-block;  }
.show_tablet { display:none!important ; }
.show_mob_tablet { display:none!important ; }
.show_mob { display:none!important ; }

/*flexbox*/
.fb {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/*flexbox direction - row | column*/
.fb-r {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.fb-c {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*flexbox wrapping - whether the contents wrap*/
.fb-w {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fb-nw {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
/*flexbox alignment - horizontal alignment of contents in the container*/
.fb-a1 {
    -webkit-flex-item-align:start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.fb-a2 {
    -webkit-flex-item-align:center;
    -ms-flex-align: center;
    align-items: center;
}
.fb-a3 {
    -webkit-flex-item-align:end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.fb-a4 {
    -webkit-flex-item-align:stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
/*justify content - vertical alignment of contents in container*/
.fb-j1 {
    -webkit-justify-content:start;
    -ms-flex-pack:start;
    justify-content: flex-start;
}
.fb-j2 {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fb-j3 {
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/*align content - how to align the content inside the flexbox*/
.fb-ac1 {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.fb-ac2 {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.fb-ac3 {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.fb-ac4 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.popupcont_fb,.popupcont_master  {
    background-color: white;
    z-index: 12;
    width: 60%;
    position: relative;
    box-sizing: border-box;
    max-height: 500px;
    background-color: rgba(255,255,255,1);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    /*overflow-y: hidden;*/
    padding: 30px 50px 30px 30px;
}
.popup_fb {
    width:100%;
}

.btn, .btn2, .loginbtn, .fb-btn {
    text-align: center;
    border: none;
    padding: 9px 50px;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
    border: 3px solid #0071bc;
}
.btn + .btn {
    margin-left:10px;
}
.mem-btn {
    text-align: center;
    border: none;
    padding: 10px 10px;
    font-weight:700;
    font-size: 13px;
    box-sizing: border-box;
    border: 2px solid #dfdfdf;
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 60px;   
    display: inline-block;
    float: left;
    margin: 5px;
}
.mem-btn-empty {
    text-align: center;
    border: none;
    padding: 10px 10px;
    font-weight:700;
    font-size: 13px;
    box-sizing: border-box;
    border: 2px solid #f7f7f7;
    background-color: #f7f7f7;
    border: 2px solid #fff;
    background-color: #fff;
    color: #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 60px;
    display: inline-block;
    float: left;
    margin: 5px;
}

.fb-btn {
    color: white;
    background-image: url();
    background-color: #0071bc;
    border-color: #0071bc;
}

.btn, .loginbtn {
    background-color: #0071bc;
    color: white !important;
}

    .btn:hover {
        text-decoration: none;
    }
.btn[data-disabled] {
    background-color:#404040;
    border-color:#404040;
}
.btn[data-disabled]:hover {
    cursor:not-allowed;
}
.btn2{
    color: #0071bc;
    background-color: rgba(255,255,255,0);
}

    .btn2 .h_show, .btn2:hover .h_hide, .res-view-btn .h_show, .res-view-btn:hover .h_hide, .mem-btn .h_show, .mem-btn:hover .h_hide {
        display: none;
    }

    .btn2 .h_hide, .btn2:hover .h_show, .res-view-btn .h_hide, .res-view-btn:hover .h_show, .mem-btn .h_hide, .mem-btn:hover .h_show {
        display: block;
    }

.btn2:hover {background-color: #0071bc;color: white;}
.mem-btn:hover {
    border: 2px solid rgb(215, 31, 55);
    color: #ffffff;
    background-color: rgb(215, 31, 55);
}

.btn:hover, .btn2:hover, .loginbtn:hover, .fb-btn:hover, .mem-btn:hover {
    cursor: pointer;
}

.loginbtn {
    max-width: 300px;
}

.btn .loading-pulse, .btn .loading-complete {
    display: none;
}

.btn[data-loading="-1"] {
}

    .btn[data-loading="-1"]:hover {
        cursor: pointer;
    }

.btn[data-loading="1"]:hover {
    cursor: progress;
}

.btn[data-loading="2"]:hover {
    cursor: pointer;
}

.btn[data-loading="1"]:after, .btn[data-loading="2"]:after, .btn[data-loading="-1"]:after {
    content: "";
    position: absolute;
    display: block;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background-color: rgba(255,255,255,0.8);
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat
}

.btn[data-loading="1"] .loading-pulse, .btn[data-loading="2"] .loading-complete {
    display: block;
}

.actionbuttons .spacer {
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}

.input-container {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.actionbuttons .spacer {
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}
.rememberbox {
    padding: 10px 0px 20px 0px;
}

.input-tag {
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background-color: #eee;
    line-height: 40px;
    color: #404040;
    border: 1px solid #ddd;
    border-right: none;
    vertical-align: middle;
    height: 37px;
    margin: 4px 0px;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
}
.co_error, .login_err {
    color: red;
    font-size: 16px;
}

.content {
    background-color: #FFF;
}

.content[data-bg="grey"] {
    background-color: #edeff0;
}

.helptext {
    color: #0071bc;
    font-size: 80%;
}
.filter-res, .filter-res-cont {
    -webkit-flex:1 1 auto;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    width:100%;
}
.res-itemdevice-inner {
    border: 1px solid #e2e2e2;
    padding: 0px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 0px;
    -webkit-box-shadow: 0px 7px 10px -5px #cfcfcf;
    box-shadow: 0px 7px 10px -5px #cfcfcf;
    -moz-box-shadow: 0px 7px 10px -5px #cfcfcf;
}
.res-itemmfr {
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}
.res-itemmfr-inner {
    border: 1px solid #e2e2e2;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 0px;
    -webkit-box-shadow: 0px 7px 10px -5px #cfcfcf;
    box-shadow: 0px 7px 10px -5px #cfcfcf;
    -moz-box-shadow: 0px 7px 10px -5px #cfcfcf;
}
.res-itemmfr-inner:hover {
    border: 1px solid #0071bc;
}
.res-itemdevice-inner:hover .selmodel-modelname {
    background-color: #cce3f2;
}
.res-itemmfr-inner span {
    color: black;
    display: block;
}
.res-itemmfr-img {
    position: relative;
    margin-bottom: 0px;
}
.res-itemmfr-img img {
    max-width: 100%;
    max-height: 50px;
}

.res-itemdevice-img {
    position: relative;
    margin-bottom: 0px;
    height: 180px;
}
.res-itemdevice-img img {
    max-height: 132px;
}
.res-itemdevice-hdr {
    height: 48px;
    padding-top:4px;
    padding-bottom:4px;
    line-height: 20px;
    margin-bottom: 10px;
    width:100%;
}
.res-itemdevice-hdr-inner {
    font-size: 14px;
}

.lhs {float:left;}
.rhs {float:right;}
.w50 {width:50%;}
.w70 {width:80%;}
.w25 {width:25%; }
.w33 {width:33%; }


/* ---- side bar setup and page */
.lhs_page_with_sb {
    width: calc(100% - 265px);
    display: inline-block;
}

.rhs_page_sb {
    margin-left: 20px;
    width: 240px;
    display: inline-block;
    box-sizing: border-box;
}
.sb_hdr {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    /*text-transform:capitalize;*/
    font-weight: bold;
    box-sizing: border-box;
    border: 1px solid rgb(215, 31, 55);
    background-color: rgb(215, 31, 55);
    color: white;
}
.sb_hdr_alt {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    /*text-transform:capitalize;*/
    font-weight: bold;
    box-sizing: border-box;
    border: 1px solid #0071bc;
    background-color: #0071bc;
    color: white;
}


.sb_text {font-size:12px;}
.sb_text_bold {font-size:12px; font-weight:700;}
/* ----------*/


@media (max-width:1100px) {
    .burgermenu#sb2 {
        display: block;
    }

    .infobox, .topHandset {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .show_tablet { display: inline-block!important; }
    .show_desk_tablet { display: inline-block!important; }
    .show_mob_tablet {display: inline-block!important; }
    .show_mob {display: none; }
    .show_desk { display:none; }
    .show_desk2 { display:none;  }
    .burgermenu#sb1 {
        display: block;
        width:36px;display:inline-block;float:left;
    }
}

@media (max-width:850px) {
    .footer {
        padding: 10px;
    }

    .footerinner, .footersection {
        flex: 0 1 100%;
        padding: 0px;
    }

    .ftrtoggle {
        border-bottom: 1px solid white;
        overflow: hidden;
        margin: 5px;
    }

        .ftrtoggle, .ftrtoggle[data-toggle="off"] {
            max-height: 25px;
            position: relative;
        }

            .ftrtoggle:after, .ftrtoggle[data-toggle="off"]:after, .ftrtoggle[data-toggle="on"]:after, .ftrtoggle:before, .ftrtoggle[data-toggle="off"]:before, .ftrtoggle[data-toggle="on"]:before {
                position: absolute;
                top: 10px;
                right: 10px;
                content: ' ';
                display: inline-block;
                height: 20px;
                width: 2px;
                background-color: #fff;
                cursor: pointer;
            }

            .ftrtoggle:after, .ftrtoggle[data-toggle="off"]:after {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .ftrtoggle:before, .ftrtoggle[data-toggle="off"]:before {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            .ftrtoggle[data-toggle="on"]:before {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .ftrtoggle[data-toggle="on"]:after {
                -webkit-transform: rotate(135deg);
                -moz-transform: rotate(135deg);
                transform: rotate(135deg);
            }

            .ftrtoggle[data-toggle="on"] {
                max-height: 1200px;
            }

    .footersection > .ftrtoggle:first-child {
        margin-top: 5px;
    }

    .footersection > .ftrtoggle:last-child {
        margin-bottom: 0px;
    }

    .processbox {
        flex: 0 1 100%;
    }

}


@media (max-width:650px) {

    .infobox, .topHandset {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .header  {
        text-align:center;
    }
    .show_mob {display: inline-block !important; }
    .show_mob_tablet {display: inline-block !important; }
    .show_tablet { display: none!important; }
    .show_desk { display: none!important; }
    .show_desk_tablet { display: none!important; }
    .show_desk2 { display:none;  }
    .homepage-slides .homepage-slide .slide-sh {
        margin-top: 40px;
    }

    .res-itemmfr {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 10px;
    }

    ..popupcont_master {
        width: 95%;
        max-height: 600px;
    }
    .popupcont_fb {
        width: 95%;
        max-height: 800px;
    }
    .lhs {float:none;}
    .rhs {float:none;}
    .w50 {width:100%;}
    .w70 {width:100%;}
    .w25 {width:100%;}
    .w33 {width:100%;}
    .ht1 {height:1px;}
    .trustpilothdr span, .bestsellinghdr span, .infoboxhdr span, .infoboxhdr h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    /* ---- side bar setup and page */
    .lhs_page_with_sb {
        display: inline-block;
        width:100%;
    }

    .rhs_page_sb {       
        display: none;
    }
    /* ----------*/
    .input-tag {
        line-height: 46px;
        height: 46px;
        margin: 0px 0px;
        margin-bottom:10px;
        padding-top:14px;
    }
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.searchresults[data-toggle="1"]:hover, .search-cont[data-toggle="1"] .searchresults[data-toggle="1"] {
    display: block;
}

.searchresults {
    position: absolute;
    top: 36px;
    background-color: white;
    border: 1px solid #DDDDDD;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    display: none;
    z-index: 10;
    box-sizing: border-box;
    text-align:left;
}

.searchresults a.search-result-item {
    text-decoration: none;
}

a.search-result-item div {
    padding: 0px;
    color: #000;
    line-height: 200%;
}

a.search-result-item:nth-child(even) div {
    /*background-color: #fbfbfb;*/
}
a.search-result-item div:HOVER {
    background-color: #dadce0;
}
.subhdrbox {
    margin: 10px 0px;
    box-sizing: border-box;
    padding: 5px 15px;
    line-height: 20px;
    background-color: #0071bc;
}

.flags {
    margin-left: 0px;
    margin-top: 16px;
    position: relative;
    display: inline-block;
    width: 140px;
    height: 34px;
}

.flagimgsel {
    vertical-align: middle;
}

.flagsel {
    position: absolute;
    top: 31px;
    width: 140px;
    left: 0px;
    display: none;
    vertical-align: middle;
}

.flaglnk {
    border: none;color:white;
}

.flaglnk .flagimg {
    border: none;
    display: inline-block;   
}

.flags:hover > .flagsel {
    /*display: block;*/
}

.flagimg {
    vertical-align: middle;
}
.flagdiv {
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    width: 100%;
    border-bottom: 5px solid #0071bc;
}

/* progress bar shapes ----------*/
.pb_outer {background-color:#CFE3F1; width:100%;text-align:center;padding-top:15px;padding-bottom:10px;}

.pb_text {
    color: #1073b9;
    font-size: 12px;
}
.pb_col {
    text-align: center;
    display: inline-block;
    width: 24%;
}
.pb_checkmark {
    display: inline-block;
    width: 26px;
    height: 26px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.pb_checkmark_circle_tick {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #1073b9;
    border-radius: 13px;
    left: 0;
    top: 0;
}

.pb_checkmark_stem {
    position: absolute;
    width: 3px;
    height: 13px;
    background-color: #fff;
    left: 13px;
    top: 6px;
}

.pb_checkmark_kick {
    position: absolute;
    width: 6px;
    height: 3px;
    background-color: #fff;
    left: 8px;
    top: 16px;
}

.pb_checkmark_circle_untick {
    box-sizing:border-box;
    border: 2px solid white;
    background-color: #CFE3F1;
    height: 26px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 26px;
}
.pb_basecolour {
    background-color: #CFE3F1;
}
.pb_central_line {
    width: 100%;
    border: none;
    position: relative;
}

.pb_central_line:before {
    content: '';
    position: absolute;
    bottom: 50%;
    border-bottom: 2px white solid;
    width: 100%;
    z-index: 0;
    left:0px;
}

.blackout_v2 {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: 0px;
    display: none;
    z-index: 20;
    text-align: center;
}

    .blackout_v2[data-display='show'] {
        display: block;
        z-index: 10;
    }

    .blackout_v2[data-display='loading'] {
        display: block;
        opacity: 0;
        z-index: -1;
    }

.popupcont_v2 {
    position: absolute;
    max-width: 876px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: middle;
    max-height: 500px;
    background-color: rgba(255,255,255,1);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-block;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 12;
    overflow-y: hidden;
    padding: 30px 50px 30px 30px;
}

.closepopup_v2 {
    font-family: Verdana, 'Oxygen', Arial;
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #0071bc;
    border-radius: 20px;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    padding: 0px;
    box-sizing: border-box;
}

    .closepopup_v2:hover {
        cursor: pointer;
    }

.popup_v2 {
    display: none;
    min-height: 100%;
    opacity: 1;
    z-index: 11;
    width: 100%;
}

    .popup_v2[data-display='show'] {
        display: inline-block;
        opacity: 1;
        z-index: 11;
    }

    .popup_v2[data-display='loading'] {
        display: inline-block;
        opacity: 0;
        z-index: -1;
    }

    .popup_v2 iframe {
        border: none;
        padding: 0px;
        width: 100%;
    }

.popupscroll_v2 {
    display: block;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    min-height: 100%;
    max-height: 440px;
}

    .popupscroll_v2::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 8px;
    }

    .popupscroll_v2::-webkit-scrollbar-track {
        border-radius: 8px;
        background-color: rgba(201, 201, 201, .6);
    }

    .popupscroll_v2::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: rgba(0,0,0, .6);
    }

/* ---------- */
