/*reset.css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,main {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

/*page-layout*/
.container {
    margin: 0 auto;
    max-width: 960px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.6667%;
}

.col-10 {
    width: 83.3333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.6667%;
}

.col-7 {
    width: 58.3333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.6667%;
}

.col-4 {
    width: 33.3333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.6667%;
}

.col-1 {
    width: 8.33333%;
}

.m-left-0 {
    margin-left: 0;
}

.m-right-0 {
    margin-left: 0;
}

.p-left-0 {
    padding-left: 0 !important;
}

.p-right-0 {
    padding-right: 0 !important;
}

.col-1.first, .col-2.first, .col-3.first, .col-4.first, .col-5.first, .col-6.first, .col-7.first, .col-8.first, .col-9.first, .col-10.first, .col-11.first, .col-12 {
    padding-left: 0;
}

.col-1.last, .col-2.last, .col-3.last, .col-4.last, .col-5.last, .col-6.last, .col-7.last, .col-8.last, .col-9.last, .col-10.last, .col-11.last, .col-12 {
    padding-right: 0;
}

.container [class*="col-"]:first-child {
    padding-left: 0;
}

.container [class*="col-"]:last-child {
    padding-right: 0;
}

.clear {
    clear: both;
    display: block;
}

.clear:after, .container:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

h1, h2, h3, h4, h5 {
    line-height: 100%;
    font-weight: bold;
}

h1 {
    font-size: 80px;
    text-transform: uppercase;
}

h2 {
    font-size: 25px;
    margin: 0;
    line-height: 35px;
}

a {
    color: #2b2b2b;
    text-decoration: none;
    padding: 0px;
}

a {
    font-family: 'MyriadPro-Regular';
}

a:hover {
    background: none;
}

a, a:link, a:focus, a:visited {
    outline: none;
}

/*Web fonts*/
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot?') format('eot'), url('../fonts/MyriadPro-Regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}

body {
    font-family: 'MyriadPro-Regular';
    background: /*url('images/body-bg.jpg') repeat-x*/ #fff;
    margin: 0;
    padding: 0;
    color: #747D7D;
    line-height: 1.2;
}

.topbar {
    text-align: center !important;
    width: 100%;
    height: 23px;
    vertical-align: middle;
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: lighter;
    font-variant: normal;
    color: #2b2b2b;
    background: #efefef;
    -webkitbox-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
    padding-top: 3px;
}

.topbar span {
    margin: auto;
    max-width: 960px;
    text-decoration: none;
    font-family: 'MyriadPro-Regular';
    font-weight: bold;
    font-size: 14px;
}

.topbar a {
    color: #2b2b2b;
    text-decoration: none;
    font-family: 'MyriadPro-Regular';
    font-weight: bold;
    font-size: 14px;
}

.topbar a:hover {
    color: none;
    background-color: none;
}

#headder {
    text-align: center;
    font-weight: light;
    color: #FFF;
    width: 100%;
    margin: auto;
    /*    background: #2b2b2b;*/
}

div.logo {
    padding: 17px 13px 17px 0px;
    color: #2b2b2b;
    width: 300px;
    float: left;
    margin: auto;
    /*    background: #FFF;*/
}

nav:before, nav:after {
    content: '';
    display: block;
    width: 15px;
    height: 100px;
    position: absolute;
    top: 13px;
}

nav:before {
    left: -50px;
    z-index: 998;
}

nav:after {
    right: -50px;
    z-index: 997;
}

ul#nav {
    display: table;
    /*    margin: 0 auto;*/
    padding: 0;
    width: auto;
    position: relative;
    z-index: 9999;
}

nav > ul:before, nav > ul:after {
    content: '';
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    height: 10px;
}

nav > ul:before {
    top: -2px;
}

nav > ul:after {
    bottom: 2px;
}

.navicon {
    display: none;
}

ul#nav > li {
    list-style: none;
    display: inline-block;
    line-height: 20px;
}

ul#nav > li > a {
    display: block;
    font-family: 'MyriadPro-Bold';
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 15px 25px;
}

ul#nav > li:hover > a {
    display: block;
    font-family: 'MyriadPro-Bold';
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 15px 25px;
    background: #333;
}

ul.shop-submenu, ul.shop-megamenu {
    background: #f1f4f5 url(images/background.png) repeat;
    position: absolute;
    top: 100%;
    min-width: 100px;
    color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    max-height: 0px;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    /*
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
*/
}

/*
ul.shop-submenu:before, ul.shop-megamenu:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
    left: 36px;
    background: url(images/bg-green.png) no-repeat #2b2b2b;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/
li.shop-submenu-area:hover a {
    position: relative;
}

li.shop-submenu-area:hover > a:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 8px);
    /* background: url(images/bg-green.png) no-repeat #f1f4f5; */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(90deg);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 0px;
}

ul.shop-megamenu {
    left: 0;
    padding: 0px;
    width: 100%;
}

li:hover ul.shop-submenu {
    left: 0;
    padding: 15px 20px;
    width: 100%;
}

ul.shop-megamenu .col-md-4 {
    width: 33.3333%;
    float: left;
}

ul.shop-megamenu > li ul {
    /*    width: 100% !important;*/
}

ul.shop-megamenu {
/*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
*/
}

ul.shop-submenu {
/*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
*/
}

ul.shop-submenu.ssm-rr li {
    width: 25%;
    float: left;
    padding: 0px 10px 10px 0px;
}

ul#nav > li:hover ul.shop-submenu, ul#nav > li:hover ul.shop-megamenu {
    max-height: 1000px;
    z-index: 999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    border-bottom: 3px #2b2b2b solid;
}

ul.shop-megamenu > li ul {
    background: transparent;
    float: left;
    display: block;
    /*    padding-left: 18px;*/
    /*    width: 150px;*/
}

ul.ssm-rr li {
    list-style: none;
}

ul.ssm-rr li a {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    /*    position: relative;*/
    text-align: left;
    font-family: 'MyriadPro-Regular';
    padding: 5px 0px !important;
    border-bottom: none;
}

ul.ssm-rr li.view-all a {
    color: #2b2b2b;
    font-weight: bold;
    line-height: 30px;
    width: 110px;
    margin-left: 0;
    text-align: center;
}

td .bullet {
    font-family: cursive;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: normal;
    margin-right: 5px;
    line-height: 20px;
}

ul.ssm-rr li a:hover {
    color: #2b2b2b;
}

ul.ssm-rr ul {
    padding-left: 0 !important;
}

ul.shop-megamenu .category, ul.shop-megamenu .category a {
    color: #363636;
    padding: 15px 0 5px;
    font-weight: bold;
    list-style: none !important;
    text-decoration: none;
    text-align: left;
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 22px;
}

ul.shop-megamenu .category a {
    font-size: 16px;
}

ul.shop-megamenu > li {
    list-style: none;
}

/*slider block*/
.slider-bg {
    width: 100%;
    position: relative;
}

.slider-bg:before {
    /*    background: none repeat scroll 0 0 #2b2b2b;*/
    content: "";
    display: block;
    height: 60%;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider {
    position: relative;
    margin: auto;
    height: auto;
}

/*main container*/
.maindiv {
    position: relative;
    margin: auto;
    overflow: hidden;
    clear: both;
}

.bodyleft1 {
    width: 22%;
    float: left;
    overflow: hidden;
    padding: 0 0 20px;
}

.bodyleft {
    float: left;
    padding: 0px 0px 10px 0px;
    font-size: small;
}

/*col left*/
ul#menu, ul#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: small;
}

ul#menu ul {
    border-right: 1px solid #8B939E;
    border-left: 1px solid #8B939E;
    border-bottom: 1px solid #8B939E;
    width: auto;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    padding-bottom: 5px;
    background: #efefef;
}

ul#menu ul li:last-child {
    border-bottom: 0;
}

ul#menu li span {
    font-weight: bold;
    font-size: small;
}

ul#menu a {
    display: block;
    text-decoration: underline;
    font-size: small;
}

ul#menu > li {
    font-weight: bold;
    font-size: small;
    background: #002F58;
    padding-top: 5px;
}

ul#menu > li:first-child {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

ul#menu > li:nth-child(4), ul#menu > li:last-child a {
    -webkit-border-radius: 0 0 5px 5px ;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

ul#menu > li:hover, ul#menu li:active {
    background: #232E3C;
}

ul#menu > li > a {
    background: #074e78;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3NGU3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTQ2NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #074e78 0%, #11466b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#074e78), color-stop(100%,#11466b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #074e78 0%,#11466b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #074e78 0%,#11466b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #074e78 0%,#11466b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #074e78 0%,#11466b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074e78', endColorstr='#11466b',GradientType=0 );
    /* IE6-8 */
    color: #ffffff;
    height: 32px;
    line-height: 27px;
    outline: 0 none;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 10px;
    text-align: left;
    text-decoration: none;
    position: relative;
    line-height: 1.5;
}

ul#menu > li >a:before {
    color: #fff;
    content: "\bb";
    display: inline-block;
    font-family: 'MyriadPro-Regular';
    font-size: 24px;
    left: 10px;
    position: absolute;
    top: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
    font-weight: normal;
}

ul#menu > li >a.open-tab:before {
    content: "\bb";
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

ul#menu li ul li {
    border-bottom: 1px solid #d9d9d9;
}

ul#menu li ul li a {
    background: #efefef;
    color: #000;
    padding: 5px 0 5px 20px;
    line-height: 1.2;
}

ul#menu li ul li a:hover {
    background: #efefef;
}

.code {
    border: 1px solid #ccc;
    list-style-type: decimal-leading-zero;
    padding: 5px;
    margin: 0;
}

.code code {
    display: block;
    padding: 3px;
    margin-bottom: 0;
}

.code li {
    background: #ddd;
    border: 1px solid #ccc;
    margin: 0 0 2px 2.2em;
}

.indent1 {
    padding-left: 1em;
}

.indent2 {
    padding-left: 2em;
}

.navbottom {
    border-bottom: 1px solid #6a4746;
}

ul#menu li > a.first_open, ul#menu > li >a:hover, ul#menu li > a:active, ul#menu > li >a.open-tab {
    background: #6d6d6d;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNmQ2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #6d6d6d 0%, #2b2b2b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#2b2b2b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6d6d6d 0%,#2b2b2b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6d6d6d 0%,#2b2b2b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6d6d6d 0%,#2b2b2b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #6d6d6d 0%,#2b2b2b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#2b2b2b',GradientType=0 );
    /* IE6-8 */
}

ul#ACCESSORY_TYPE_1 {
    background: url("/assets/images/sprite.png") no-repeat scroll -675px -344px transparent;
}

ul#PHONE_CARRIERS_2 {
    background: url("/assets/images/sprite.png") no-repeat scroll -675px -344px transparent;
}

ul#PHONE_MANU_3 {
    background: url("/assets/images/sprite.png") no-repeat scroll -675px -344px transparent;
}

ul#PRODCT_MANU_4 {
    background: url("/assets/images/sprite.png") no-repeat scroll -675px -344px transparent;
}

.sidebar_ads {
    margin: 10px 0 20px;
    overflow: hidden;
}

.sidebar_ads img {
    width: 100%;
}

.sidebar_ads table {
    margin: 10px 0 0;
}

.sidebar_ads table td {
    padding: 0 5px;
}

/* body right*/
.bodyright {
    float: right;
    margin-left: 3%;
    min-height: 300px;
    padding: 0;
    width: 75%;
}

.bodyright > h2 ,h2{
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 15px
}

.bodyright > h2 hr {
    font-family: 'MyriadPro-Regular';
    border: 0;
    width: 100%;
    color: #CCC;
    background-color: #CCC;
    height: 1px;
    margin-top: 26px;
    margin-bottom: 0;
}

ul.home-tabs, ul.product-grid {
    list-style: none;
    clear: both;
    overflow: hidden;
}

ul.home-tabs {
    margin-bottom: 20px;
}

ul.home-tabs li {
    float: left;
    display: block;
    width: 24%;
    margin-right: 1.33%;
}

ul.home-tabs li:last-child {
    margin-right: 0;
}

ul.home-tabs li .thumbnail {
    display: block;
    margin-bottom: 5px;
}

ul.home-tabs li span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.new-arrivals, .popular-devices, .welcome {
    clear: both;
}

.new-arrivals h2 , .popular-devices h2, .welcome h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1;
}

h2 .grey-heading {
    padding-left: 4px;
}

/*Product grid*/
.product-grid {
    position: relative;
    width: 100%;
    list-style: none;
    /*  display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;*/
}

.product-grid:after {
    content: '';
    display: table;
    clear: both;
}

.product-grid > li {
    border-bottom: 1px solid #ccc;
    float: left;
    margin-right: 0;
    padding-bottom: 10px;
    text-align: center;
    width: 25%;
    position: relative;
    margin-bottom: 10px;
    /* -webkit-box-flex: 0 1 25%;
  -moz-box-flex:  0 1 25%;
  -webkit-flex:  0 1 25%;
  -ms-flex:  0 1 25%;
  flex:  0 1 25%;*/
}

.product-grid > li:nth-child(4n) {
    margin-right: 0;
}

.product-grid > li:nth-child(4n+1) {
    clear: left;
}

.product-grid > li:after {
    content: '';
    display: table;
    clear: both;
}

.product-grid .product-image {
    margin: 5px auto;
    display: inline-block;
}

.product-grid .product-image img,.sidebar_ads img, .home-tabs .thumbnail > img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar_ads img:hover, .home-tabs .thumbnail > img:hover {
    opacity: 0.8;
    filer: alpha(opacity=80);
}

.product-grid .product-image img:hover {
    opacity: 0.8;
    filer: alpha(opacity=80);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

/*.new-arrivals .product-grid > li { height: 176px;}*/
.new-arrivals .product-grid .product-title {
    font-size: 13px;
    line-height: 1.2;
    padding: 0 5px;
    min-height: 50px;
}

.new-arrivals .product-grid .product-image {
    clear: both;
    min-height: 80px;
    min-width: 100px;
}

.new-arrivals .product-grid .product-image img {
    width: 100px;
    height: 80px;
    min-height: 80px;
}

.product-grid .sku, .product-grid .wholesale {
    clear: both;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.popular-devices .product-grid > li {
    height: 154px;
}

.popular-devices .product-grid .product-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 5px;
}

.popular-devices .product-grid .product-image {
    clear: both;
    min-height: 91px;
    min-width: 100px;
}

.popular-devices .product-grid .product-image img {
    width: 100px;
    height: 91px;
    min-height: 91px;
}

a.view-button {
    clear: both;
    display: block;
    margin: auto;
}

/*welcome block*/
.welcome {
    margin: 10px 0 20px;
}

.welcome > p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.bodyright select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc !important;
    font-family: 'MyriadPro-Regular';
    height: 28px;
    padding-left: 3px;
    padding-top: 0px;
    text-indent: 0;
    width: 156px;
}

.inputbox, .cart-block input[type="text"] {
    border: 1px solid #2b2b2b;
    padding: 2px 3px;
}

.inputboxsm {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/assets/images/listtextsmall.png') no-repeat;
    background-position: 0px 0px;
    width: 125px;
    padding-top: -2px;
    padding-left: 17px;
    height: 39px;
    text-indent: 0.01px;
    text-overflow: "";
    font-family: 'MyriadPro-Regular';
}

.bodyright hr {
    font-family: 'MyriadPro-Regular';
    border: 0;
    width: 100%;
    color: #CCC;
    background-color: #CCC;
    height: 1px;
}

.tablehead {
    font-weight: 400;
}

.item-list .tablehead th {
    background: #2b2b2b;
    font-size: 14px;
    padding: 10px 5px;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
}

.item-list .tablehead th a {
    color: #fff;
}

.item-list td {
    font-size: 14px;
    padding: 5px;
    width: auto;
}

.item-list td.hr {
    padding: 0px;
}

.item-list .tablehead th.title.add-to-cart {
    padding-right: 10px;
    text-align: right;
    width: 20%;
}

.item-list .tablehead th.title.price {
    text-align: right;
    width: 15%;
}

.item-list .tablehead th.title.brand-name {
    text-align: left;
    width: 15%;
}

.item-list td.title-desc >span {
    clear: both;
    display: block;
    margin-bottom: 5px;
}

.item-list td.add-to-cart {
    font-size: 12px;
}

.item-list td.add-to-cart form {
    line-height: 2;
}

.esc {
    position: relative;
    clear: both;
    width: 680px;
}

header, footer {
    position: relative;
}

header {
    text-align: center;
}

#logo {
    position: relative;
    margin: 20px auto;
    max-width: 960px;
    text-align: center;
}

#logo h1 {
    font-size: 100px;
    position: relative;
    margin: 20px auto auto auto;
    display: block;
    float: left;
}

#logo h1 span {
    text-transform: none;
}

#logo a {
    background: none;
    display: inline;
    margin: 0px;
}

#logo img {
    position: relative;
    cursor: pointer;
    display: block;
    float: left;
    margin-top: 10px;
}

#logo h2 {
    font-size: 50px;
}

#content {
    position: relative;
    margin: 50px auto;
    width: 680px;
}

.als-container {
    position: relative;
    left: -100px;
    width: 900px;
    margin: 0px auto;
}

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 900px;
}

.als-wrapper {
    position: relative;
    list-style: none;
}

.als-item {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
}

.als-prev, .als-next {
    position: absolute;
    cursor: pointer;
    clear: both;
}

#lista1 {
    margin: 60px auto 80px auto;
}

#lista1 .als-item {
    margin: 0px 30px;
    min-height: 140px;
    min-width: 128px;
}

#lista1 .als-item img {
    position: relative;
    display: block;
    vertical-align: middle;
    margin-bottom: 8px;
}

#lista1 .als-prev, #lista1 .als-next {
    top: 58px;
    width: 15px;
    height: 22px;
}

#lista1 .als-prev {
    left: 90px;
}

#lista1 .als-next {
    right: 100px;
}

#listb1 {
    margin: 60px auto 80px auto;
}

#listb1 .als-item {
    margin: 0px 30px;
    min-height: 140px;
    min-width: 128px;
}

#listb1 .als-item img {
    position: relative;
    display: block;
    vertical-align: middle;
    margin-bottom: 8px;
}

#listb1 .als-prev, #lista1 .als-next {
    top: 58px;
    width: 15px;
    height: 22px;
}

#listb1 .als-prev {
    left: 90px;
}

#listb1 .als-next {
    right: 100px;
}

#lista2 {
    margin-bottom: 80px;
}

#lista2 .als-item {
    margin: 10px 0px;
    min-height: 140px;
    min-width: 128px;
}

#lista2 .als-item img {
    position: relative;
    display: block;
    vertical-align: middle;
    margin-bottom: 8px;
}

#lista2 .als-prev, #lista2 .als-next {
    left: 470px;
    width: 22px;
    height: 15px;
}

#lista2 .als-prev {
    top: -25px;
}

#lista2 .als-next {
    bottom: -20px;
}

#lista2 .als-item {
    vertical-align: middle;
}

#listb2 {
    margin-bottom: 80px;
}

#listb2 .als-item {
    margin: 10px 0px;
    min-height: 140px;
    min-width: 128px;
}

#listb2 .als-item img {
    position: relative;
    display: block;
    vertical-align: middle;
    margin-bottom: 8px;
}

#listb2 .als-prev, #listb2 .als-next {
    left: 470px;
    width: 22px;
    height: 15px;
}

#listb2 .als-prev {
    top: -25px;
}

#listb2 .als-next {
    bottom: -20px;
}

#listb2 .als-item {
    vertical-align: middle;
}

.topbg-left {
    background: url(../images/sprite.png) -393px -297px no-repeat;
    width: 13px;
    height: 53px;
}

.topbg-middle {
    background: url(../images/header_mid.gif) repeat-x;
    height: 53px;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.topbg1-middle {
    background: url(../images/header_mid1.gif) repeat-x;
    height: 53px;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.topbg-right {
    background: url(../images/sprite.png) -416px -297px no-repeat;
    width: 17px;
    height: 53px;
}

.bottombg-left {
    background: url(../images/sprite.png) -394px -353px no-repeat;
    width: 13px;
    height: 19px;
}

.bottombg-middle {
    background: url(../images/footer_mid.gif) repeat-x;
}

.bottombg-right {
    background: url(../images/sprite.png) -415px -353px no-repeat;
    width: 13px;
    height: 19px;
}

.leftbg {
    background: url(../images/body_left.gif) repeat-y;
}

.rightbg {
    background: url(../images/body_right.gif) repeat-y;
}

#banner_title {
    color: #0F3975;
    font-size: 14pt;
}

#banner_subtitle {
    font-style: italic;
}

.pager_selected {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #747D7D;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    display: block;
    font-weight: bold;
    height: 20px;
    text-align: center;
    text-decoration: none;
    width: 20px;
}

a.pager {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    display: block;
    font-weight: bold;
    height: 20px;
    text-align: center;
    text-decoration: none;
    width: 20px;
}

a.pager:hover {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #747D7D;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.pager_next {
    color: #666666;
    display: block;
    font-weight: bold;
    height: 20px;
    padding-left: 10px;
    text-decoration: none;
}

.tablelist {
    background: #ffffff;
}

.tablelist th {
    background: #cccccc;
    color: #0F3975;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ffffff;
}

.tablelist th a {
    color: #000000;
}

.tablelist th a:hover {
    color: #000000;
}

.tablelist td {
    padding: 10px;
    color: #000000;
}

.tablelist td a {
    color: #000000;
}

.tablelist td a:hover {
    color: #000000;
}

.tablelist td span a {
    color: #0F3975;
}

.tablelist td span a:hover {
    color: #0F3975;
}

.qtytextbox {
    border: 1px solid #D9D9D9;
    color: #747D7D;
    font-size: 12px;
    height: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 25px;
}

#footer_box {
    clear: both;
}

#footer_box .top_left {
    background: url(/assets/images/sprite.png) -781px -251px no-repeat;
    height: 5px;
    width: 5px;
    border: none;
}

#footer_box .top_mid {
    background: #aeaeae;
    height: 5px;
}

#footer_box .btm_mid {
    background: #aeaeae;
    height: 5px;
}

#footer_box .mid_left {
    background: #aeaeae;
    height: 1px;
    width: 5px;
}

#footer_box .mid_right {
    background: #aeaeae;
    height: 1px;
    width: 5px;
}

#footer_box .top_right {
    background: url(/assets/images/sprite.png) -795px -251px no-repeat;
    height: 5px;
    width: 5px;
    border: none;
}

#footer_box .btm_left {
    background: url(/assets/images/sprite.png) -781px -263px no-repeat;
    height: 5px;
    width: 5px;
    border: none;
}

#footer_box .btm_right {
    background: url(/assets/images/sprite.png) -795px -263px no-repeat;
    height: 5px;
    width: 5px;
    border: none;
}

#footer_box .mid_mid {
    background: #aeaeae;
}

.footer_box_left {
    color: #ffffff;
    float: left;
    font-size: 8pt;
    padding: 5px;
    width: 440px;
}

.footer_box_right {
    color: #ffffff;
    float: right;
    font-size: 8pt;
    padding: 5px;
    width: 250px;
}

#footter {
    border-top: 1px solid #CCCCCC;
    clear: both;
    color: #747D7D;
    font-size: 8pt;
    margin: 12px auto;
    padding-bottom: 10px;
    padding-top: 6px;
    width: 975px;
}

.rpad {
    padding-right: 10px;
}

.wrapper-inner {
    margin: 0 auto;
}

div.wrapperie8 {
    display: none;
}

footer {
    width: 100%;
    background: #2b2b2b;
    height: auto;
    overflow: hidden;
    clear: both;
    padding-bottom: 15px;
}

footer, .wrapperie8 .wrapper-inner {
    font-size: 16px;
    color: #FFF;
}

footer h1, .wrapperie8 .wrapper-inner h1 {
    font-size: 16px;
    padding: 0 0 10px 10px;
    text-transform: uppercase;
    font-weight: normal;
}

footer a, .wrapperie8 .wrapper-inner a {
    text-decoration: none;
    color: #fff;
}

footer a:hover, .wrapperie8 .wrapper-inner a:hover {
    color: #ccc;
}

/*
footer ul li, .wrapperie8 .wrapper-inner ul li {
    font-size: 13px;
    color: #CCC;
    margin-top: 10px;
    margin-left: -15px;
    list-style: none;
    line-height: 1em;
}
*/
footer p tiny, .wrapperie8 .wrapper-inner p.tiny {
    color: #CCC;
    font-size: 11px;
    padding-top: 5px !important;
    clear: both;
}

footer section {
    float: left;
    display: block;
    margin: 10px 0 0;
    position: relative;
}

footer section.headquaters {
    width: 21%;
}

footer section.contact {
    width: 17%;
}

footer section.about {
    width: 14%;
}

footer section.services {
    width: 15%;
}

footer section.support {
    width: 12%;
}

footer section.newsletter {
    width: 21%;
}

/*
footer section:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    border-left: 1px solid #4e7690;

}
*/
footer section > .content {
    padding: 0 15px;
}

footer section h3 {
    margin-bottom: 10px;
    font-family: 'MyriadPro-Bold';
    font-weight: 500;
}

footer section ul {
    margin-left: 15px;
}

footer .headquaters ul li, .wrapperie8 .wrapper-inner .headquaters ul li {
    list-style: none;
    line-height: 1.2;
}

footer p, .wrapperie8 .wrapper-inner p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'MyriadPro-Regular';
}

.copyright {
    color: #fff !important;
    font-size: 12px !important;
    line-height: 18px;
    font-family: 'MyriadPro-Regular';
}

.copyright a:hover {
    color: #ccc !important;
}

.wrapperie8 .wrapper-inner .hq-image {
    /*    background:url(https://www.hypercel.com/images/hypercel-hq.jpg);*/
}

footer .hq-image {
    margin-bottom: 3px;
}

.wrapperie8 .wrapper-inner .hq-image img {
    border: 1px solid #FFF;
    max-width: 100%;
    height: auto;
}

footer .hq-image img {
    width: 220px;
    height: auto;
}

footer .about, .wrapperie8 .wrapper-inner .about {
}

footer .support, .wrapperie8 .wrapper-inner .support {
}

footer .newsletter, .wrapperie8 .wrapper-inner .newsletter {
}

footer .newsletter h1, .wrapperie8 .wrapper-inner .newsletter h1 {
    padding-bottom: 0;
}

/*
footer .newsletter p, .wrapperie8 .wrapper-inner .newsletter p {
    padding: 0 0 10px;
}
*/
footer .newsletter a, .wrapperie8 .wrapper-inner .newsletter a {
    color: #42c8f4;
    text-decoration: none;
}

footer .newsletter a:hover, .wrapperie8 .wrapper-inner .newsletter a:hover {
    text-decoration: underline;
}

footer .newsletter form input[type=text], .wrapperie8 .wrapper-inner .newsletter form input[type=text] {
    border: none;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
    height: 30px;
    padding: 6px 8px;
    float: left;
    width: calc(100% - 90px) !important;
}

footer .newsletter .newsletter-form {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

footer .social-media, .wrapperie8 .wrapper-inner .social-media {
    width: 110px;
    padding: 0px;
    border: 1px solid #4e7690;
    border-radius: 6px;
}

footer .social-media ul, .wrapperie8 .wrapper-inner .social-media ul {
    margin-left: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 110px;
    margin-bottom: 10px;
}

footer .social-media ul li, .wrapperie8 .wrapper-inner .social-media ul li {
    float: left;
    list-style: none;
    display: inline-block;
    width: 40px;
    margin: 10px 0 0 10px;
}

footer .social-media ul li img, .wrapperie8 .wrapper-inner .social-media ul li img {
    padding: 0;
    display: block;
    margin: auto;
    width: 38px;
    float: none;
}

footer .social-media ul li:nth-child(4) img, .wrapperie8 .wrapper-inner .social-media ul li:nth-child(4) img {
    margin-left: -1px;
    width: 40px;
}

.headquaters ul li {
    line-height: 11px;
}

.copyright {
    clear: both;
    !important height: 30px;
    width: 100%;
    font-size: 11px;
    padding: 5px 0;
    text-align: center;
    color: #FFF;
    background-color: #333333;
    overflow: hidden;
}

div .breadcrums {
    left: 60px;
    /*    height: 42px;*/
    vertical-align: middle;
    padding-left: 7px;
    font-size: 14px;
    color: #FFF;
    background-color: #2b2b2b;
}

div .breadcrums a:link {
    color: #FFFFFF;
}

div .breadcrums a:visited {
    color: #FFF;
}

div .breadcrums a:hover {
    color: #FFF;
    text-decoration: underline;
    background-color: none;
}

nav > ul > li > a {
    padding: 13px 8px;
}

nav > ul > li:first-child a {
    padding: 0;
    margin: 0
}

footer .newsletter .newsletter-btn, .wrapperie8 .wrapper-inner .newsletter .newsletter-btn {
    border: 1px solid #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 6px 0px 10px !important;
    padding: 3px;
    width: 85px;
    cursor: pointer;
    background: #F0F0F0;
}

.tpad20 p {
    font-family: 'MyriadPro-Regular' !important;
}

.main-container {
    margin: auto;
    width: 100%;
}

nav {
    width: 920px;
    margin: auto;
}

.model-name a {
    font-family: 'MyriadPro-Regular';
    color: #2b2b2b;
    font-size: small;
}

.blue-heading {
    font-family: 'MyriadPro-Regular';
    color: #2b2b2b;
}

.grey-heading {
    font-family: 'MyriadPro-Regular';
    color: #747D7D;
}

.dark-grey-heading {
    font-family: 'MyriadPro-Regular';
    color: #747D7D;
    font-size: 14px !important;
    line-height: 20px;
}

.darker-heading {
    font-family: 'MyriadPro-Regular';
    color: #333;
}

.black-heading {
    font-family: 'MyriadPro-Regular';
    color: #000;
}

#tabs-content-block strong {
    font-family: 'MyriadPro-Bold';
    font-weight: 500;
    color: #747D7D;
}

#tabs-content-block a {
    font-family: 'MyriadPro-Regular';
    color: #747D7D;
    font-size: 14px !important;
    line-height: 20px;
    word-break: break-all;
}

#tabs-content-block a:hover {
    font-family: 'MyriadPro-Regular';
    color: #747D7D;
    font-size: 14px !important;
    line-height: 20px;
    text-decoration: underline;
    word-break: break-all;
}

.white-heading {
    font-family: 'MyriadPro-Regular';
    color: #fff;
}

.red-heading {
    color: #FF0000;
}

.fs2 {
    font-size: small;
}

.leftnav-note {
    color: #CBCBCB;
}

.bodyleft1 .leftnav-filter-table {
    background: #2b2b2b;
    border-radius: 5px;
    font-family: 'MyriadPro-Regular';
    color: #FFF;
    font-size: 10px;
    width: 100%;
    padding: 10px 5px;
}

.breadcrums a {
    font-family: 'MyriadPro-Regular';
}

p.brand-desc {
    font-family: 'MyriadPro-Regular';
    color: #747D7D;
    font-size: 14px;
    line-height: 1.2;
    margin: 10px 0;
}

.toolbar-label {
    font-family: 'MyriadPro-Regular';
    color: #333;
}

.product-list-title {
    display: block;
    min-height: 40px;
    color: #2b2b2b;
    font-family: 'MyriadPro-Regular';
}

.product-list-price {
    display: block;
    color: #747D7D;
    font-family: 'MyriadPro-Regular';
}

.tablehead .title {
    font-family: 'MyriadPro-Regular';
    color: #747D7D;
}

input.add-to-cart-btn {
    display: block;
}

.new-arrivals-title {
    height: 50px;
}

.dark-grey-heading.fs2 > input {
    margin: 5px 0 10px 0;
}

.bodyright p.product-info {
    font-family: 'MyriadPro-Regular';
    background: #2b2b2b;
    color: #fff;
    border-bottom: 2px solid #000;
    text-align: center;
    padding: 10px 0px;
}

#tabs-content-block {
    border: 1px solid #cccccc;
    border-radius: 0px 0px 6px 6px;
    width: 100%;
    margin-bottom: 1em;
    padding: 25px 15px 15px 15px;
    font-family: 'MyriadPro-Regular';
}

.result-table input {
    margin-bottom: 5px;
}

.white-heading.left-bar {
    font-size: 12px;
    height: 20px;
}

.leftnav-filter-table.cart-list {
    padding: 0px;
    border: 2px solid #2b2b2b;
}

.leftnav-filter-table.cart-list a.white-heading.fs2 {
    font-size: 10px;
}

.fs-3 {
    font-size: 10px;
}

.red-heading {
    color: red;
}

.invoice-list-table a {
    text-decoration: underline;
}

.leftnav-filter-table.cart-list .tblitem {
    background: none repeat scroll 0 0 #fff;
    color: #2b2b2b;
}

.bodyleft1 .cart-list {
    border: 2px solid #2b2b2b;
    border-radius: 5px;
    margin-bottom: 25px;
    width: auto;
}

.cart-list-items {
    height: 300px;
    overflow: auto;
}

.cart-list-header-block {
    background: #2b2b2b;
    color: #fff;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
    padding-top: 10px;
    color: #fff;
    font-family: 'MyriadPro-Regular';
}

.cart-list-header-title {
    font-family: 'MyriadPro-Regular';
    text-align: center;
    margin-bottom: 5px;
    color: #fff;
}

.cart-list-icon {
    float: left;
    text-align: center;
    width: 70px;
    font-family: 'MyriadPro-Regular';
}

.cart-list-qty {
    float: left;
    text-align: center;
    width: 50px;
    font-family: 'MyriadPro-Regular';
}

.cart-list-remove {
    float: left;
    text-align: center;
    width: 20px;
}

.cart-list-item-title {
    font-size: 10px;
    height: auto;
    line-height: 14px;
    margin-bottom: 10px;
    color: #2b2b2b;
    margin-top: 5px;
    text-align: center;
    font-family: 'MyriadPro-Regular';
}

.cart-list-item {
    float: left;
    font-size: 10px;
    text-align: center;
    color: #2b2b2b;
    font-family: 'MyriadPro-Regular';
}

.cart-list-item-icon {
    float: left;
    font-size: 10px;
    text-align: center;
    width: 85px;
    color: #2b2b2b;
    font-family: 'MyriadPro-Regular';
}

.cart-list-item-qty {
    float: left;
    font-size: 10px;
    text-align: center;
    width: 25px;
    color: #2b2b2b;
    font-family: 'MyriadPro-Regular';
}

.cart-list-item-remove {
    text-align: center;
    width: 35px;
    float: left;
}

div.cart-list-item-block {
    border-bottom: 1px solid #ccc;
    height: 90px;
    padding: 5px 0;
}

div.button {
    text-align: center;
    background: #2b2b2b;
    padding: 10px;
    width: auto;
}

div.button input[type="button"] {
    border: none;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

div.button input[type="button"]:hover {
    background: #ddd;
}

.bodyleft1 .cart-list div.cart-list-item-block:last-of-type {
    border-bottom: none;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
}

.alignleft {
    text-align: left;
}

.new_arrivals_block {
    clear: both;
    font-size: 14px;
}

.aligncenter {
    text-align: center;
}

.slider {
    width: 900;
    height: auto;
    min-height: inherit;
}

.product-item {
    text-align: center;
    width: 162px;
    height: 100%
}

.white {
    color: #fff;
}

.map {
    font-size: 14px;
}

.headquaters tiny {
    font-weight: bold;
}

.headquaters p {
    margin: 0px;
}

.breadcrums {
    display: table !important;
    width: 100% !important;
    padding: 13px 10px;
    height: auto;
    vertical-align: middle;
}

#submit {
    margin-top: 0px;
    margin-bottom: 0;
}

#qty {
    padding-top: 2px;
}

.addtocart {
    margin-top: 10px;
}

#selectclassdeafult {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px 10px 0px 45px;
    width: 80%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.result-table th {
    font-size: 14px;
    padding: 10px 5px;
    background: #2b2b2b;
}

.result-table td a {
    font-size: 14px;
}

#selectclassdeafult .selectclassdeafult {
    margin-top: 5px;
    margin-left: 0;
    padding: 0px;
    float: none;
}

#selectclassdeafult .selectclassdeafult select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc !important;
    font-family: 'MyriadPro-Regular';
    height: 26px;
    padding-left: 3px;
    padding-top: 3px;
    text-indent: 0;
}

#selectclassdeafult .white-heading, #result-table .white-heading {
    font-size: 14px;
    color: #333;
}

#formjm4 > p input[type="submit"], #formjm4 > p input[type="button"] {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #a0a09f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000 !important;
    font-size: 14px;
    padding: 2px 10px;
    cursor: pointer;
}

#formjm4 > p input[type="submit"]:hover, #formjm4 > p input[type="button"]:hover {
    background: #ddd;
}

.leftnav-filter-table td {
    font-size: 10px;
    padding: 5px 0px 5px 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-wrapper {
    position: relative;
    margin: 10px 0 7px;
}

.keyword {
    font-size: 11px;
    height: 22px;
    padding: 0;
    width: 94%;
    color: #2b2b2b;
    border: none;
    padding-left: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #ccc;
    line-height: 1.5;
}

:-moz-placeholder {
    color: #ccc;
    line-height: 1.5;
}

::-moz-placeholder {
    color: #ccc;
    line-height: 1.5;
}

:-ms-input-placeholder {
    color: #ccc;
    line-height: 1.5;
}

.leftnav-filter-table input[type="submit"] {
    position: absolute;
    top: 0;
    right: 7px;
    background: url(images/search.png) no-repeat right center;
    text-indent: -9999px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-radius: 0;
    height: 22px;
    width: 21px;
    cursor: pointer;
}

.leftnav-filter-table input[type="submit"]:hover {
}

.select-wrapper {
    background: url(images/dropdown.png) right center no-repeat #fff;
    height: 18px;
    overflow: hidden;
    width: 96%;
    margin-bottom: 3px;
    text-overflow: '';
}

/*.phonemodel{height:18px;-moz-appearance:none;-webkit-appearance:none;appearance:none;color:#989898;cursor:pointer;display:block;line-height:30px;margin:0;outline:medium none;z-index:2;background:transparent;width:111%;padding:0px 0px;font-size:10px;line-height:1;border:0;}*/
.leftnav-filter-table select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.leftnav-filter-table select option {
    font-size: 11px;
    padding: 2px;
    color: #555;
}

.leftnav-filter-table td {
    padding: 0 0 0 7px;
}

.leftnav-filter-table form {
    margin-top: 5px;
}

.leftnav-filter-table form#formjm5 {
    margin-bottom: 10px;
}

#validate input, .logintextbox {
    border: 1px solid #ccc;
    height: 25px;
    margin: 5px 0;
    padding: 2px 3px;
    color: #444;
    width: 97%;
}

.logintextbox {
    margin: 0;
}

#validate input[type="submit"],#forgot_password .send {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
    padding: 2px 10px 4px;
    cursor: pointer;
    background: #2b2b2b;
    border: none;
    width: auto;
    height: 30px;
}

#validate input[type="submit"]:hover,#forgot_password .send:hover {
    background: #333;
}

.sign-page h2 {
    font-size: 21px;
}

.our-team-table td.white-heading {
    padding: 10px;
}

.our-team-table td.white-heading a {
    margin: 0 10px;
}

.our-team-table td.white-heading a:hover {
    color: #f0f0f0;
}

.our-team-table .details {
    padding: 10px;
}

.our-team-table .details p, .contact-details {
    line-height: 20px;
}

.our-team-table .team-members {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    border-collapse: separate;
}

.our-team-table {
    border: 1px solid #ccc;
}

.our-team-table .team-members:last-child {
    border-bottom: none;
}

.thankyou {
    margin: 0 0 20px;
}

.thankyou h3 {
    margin: 0 0 10px;
}

.thankyou p {
    margin: 0 0 10px;
}

.order-details {
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 2%;
    width: 96%;
}

.order-ship {
    float: left;
    height: auto;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
    width: 50%;
}

.order-bill {
    float: right;
    height: auto;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0;
    text-align: right;
    width: 48%;
}

.order-ship h4, .order-bill h4 {
    margin: 0 0 10px;
}

.order-details hr {
    clear: both;
}

.item-details {
    clear: both;
    margin: 30px 0;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 15px;
}

.item-details table th {
    background: none repeat scroll 0 0 #2b2b2b;
    color: #fff;
    padding: 10px 5px;
}

.item-details tr {
    border-bottom: 1px solid #ccc;
}

.item-details tr:last-child {
    border-bottom: none;
    background: #eee;
}

.item-details td {
    padding: 5px;
}

.item-details tr:last-child td {
    font-weight: bold;
}

.continue-btn2 {
    float: right;
    background: none repeat scroll 0 0 #2b2b2b;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 18px;
    padding: 5px 10px;
    width: auto;
}

.continue-btn2:hover {
    background: none repeat scroll 0 0 #2b2b2b;
}

.addthis_toolbox.addthis_default_style {
    clear: both;
    margin: 0px 0;
}

.register-form {
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 20px 1%;
    background: #f0f0f0;
    width: 70%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.register-form .input-box {
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    width: 46%;
    margin-left: 4%;
}

.register-form .input-box label {
    float: none;
    width: auto;
    line-height: 25px;
    display: block;
}

.register-form .input-box label span {
    color: red;
}

.register-form .input-box input {
    background: #fff;
    border: 1px solid #ccc !important;
    height: 25px;
    padding: 2px 3px;
    width: 200px;
    color: #444;
    float: none;
}

.register-form .input-box select {
    background: #fff;
    border: 1px solid #ccc !important;
    height: 30px;
    padding: 4px 3px;
    width: 209px;
    float: none;
}

.register-form .input-box.captcha {
    float: none;
    clear: both;
}

.register-form .input-box > iframe {
    margin: 0px 0 0px 0px;
    float: left;
}

.register-form .input-box .terms_link {
    float: left;
    margin: 5px 5px;
}

.register-form .terms_link > img {
    margin-top: 5px;
    width: 32px;
}

.register-form .input-box > .terms_link + input {
    clear: both;
    display: block;
    overflow: hidden;
}

.register-form .regsubmit {
    background: none repeat scroll 0 0 #2b2b2b;
    border: medium none;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    padding: 2px 10px 4px;
    width: auto;
    margin: 10px 0 0 20px;
    clear: both;
}

.register-form .regsubmit:hover {
    background: #333;
}

.register-form label.error {
    color: red;
    font-size: 11px;
    margin: 0px 0 0 0px;
    width: auto;
}

input.qtylist, #qty, input[name="qty"], .product-row input[type="text"] {
    width: 28px;
}

h2.new-arrive {
    margin-top: 15px;
}

#addtocart {
    background: none repeat scroll 0 0 #2b2b2b;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    padding: 2px 10px;
    width: auto;
}

#addtocartQty {
    background: none repeat scroll 0 0 #2b2b2b;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 28px;
    padding: 2px 10px;
    width: auto;
    margin-left: 7px;
}

#addtocartqty {
    background: #fff;
    border: 1px solid #ccc !important;
    height: 19px;
    padding: 2px 3px;
    width: 50px;
    color: #444;
}

.center {
    width: 393px;
    margin: auto;
}

.center2 {
    width: 220px;
    margin: auto;
}

.center span {
    font-size: 15px;
    margin-right: 10px;
}

.rows p {
    margin: 5px 0 0;
    font-size: 18px;
    float: left;
}

.show-drop {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    color: black;
    padding: 10px 0;
    text-align: right;
    margin-top: 20px;
}

.pagination {
    clear: both;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
}

.pagination2 {
    clear: both;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 25px;
}

.pagination a,.pagination2 a {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    padding: 4px;
}

.page-num {
    display: inline-block;
    min-width: 16px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    background: #747D7D;
    color: #fff;
}

.pagination .next, .pagination .prev, .pagination .first, .pagination .last, .pagination .ofpages,.pagination2 .next, .pagination2 .prev, .pagination2 .first, .pagination2 .last, .pagination2 .ofpages {
    display: inline-block;
    min-width: 16px;
    padding: 0 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    background: #747D7D;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    background: #747D7D;
    color: #fff;
}

.pagebtn:hover {
    background: #2b2b2b;
    color: #fff;
}

.ofpages {
    margin-right: 5px;
    display: inline-block;
    padding: 0 5px 1px 5px;
}

body.noslide {
    background: url('images/body-bg-small.jpg') repeat-x #fff;
}

body.noslide .maindiv {
    margin-top: 30px;
}

.prod-img {
    width: 275px;
}

.prod-img img {
    display: block;
    margin: 0 auto
}

.leftnav-filter-table #searc-keyword {
    position: absolute;
    top: 0;
    right: 7px;
    background: url(images/search.png) no-repeat right center;
    text-indent: -9999px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-radius: 0;
    height: 22px;
    width: 21px;
    cursor: pointer;
}

#selectclassdeafult #searc-keyword {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000 !important;
    font-size: 14px;
    padding: 2px 10px;
    cursor: pointer;
}

img {
    color: #F3F2F2;
}

.welcome-text {
    margin-top: -9px;
    line-height: 28px;
}

ul#four li:last-child a {
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

footer.wrapper-inner section > strong {
    display: block;
}

footer.wrapper-inner .about > strong, footer.wrapper-inner .support > strong, footer.wrapper-inner .services > strong, footer.wrapper-inner .support p > strong {
    padding-left: 25px;
}

footer.wrapper-inner .headquaters > strong,footer.wrapper-inner .newsletter > strong {
    display: block;
    padding-left: 8px;
}

footer.wrapper-inner .support >p {
    margin-top: 0;
    text-align: left;
    margin-bottom: 40px;
    padding: 0;
}

footer.wrapper-inner {
    height: auto;
}

footer.wrapper-inner .headquaters {
}

/*
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
*/
.noslide main {
    margin-top: 20px;
}

.breadcrums > ul li {
    display: inline-block;
}

ul.toolbar {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    clear: both;
    display: block;
    list-style: outside none none;
    padding: 5px;
    margin: 0 !important;
}

ul.toolbar li {
    display: inline-block;
    margin-right: 10px;
}

ul.toolbar li:last-child {
    margin: 0px;
    float: right;
    padding-top: 3px;
}

ul.toolbar li:last-child strong {
    display: inline-block;
    margin-right: 5px;
    padding-top: 5px;
    color: #333
}

ul.toolbar li:last-child .smallform {
    display: inline-block;
    float: right;
    height: auto;
}

.brandsshow {
    border-bottom: 1px solid #ccc;
    clear: both;
    color: black;
    padding: 10px 0;
    text-align: right;
    margin-top: 20px;
}

.item-list td.phone img {
    display: block;
    width: 75px;
    margin-top: 5px;
}

.item-list .tablehead th.dimensions {
    text-align: left;
}

.item-list td.bluetooth, .item-list td.free-jack {
    text-align: center;
}

.item-list .tablehead th.free-jack {
    text-align: center;
}

.item-list .tablehead th.phone {
    padding-left: 10px;
}

.item-list td.item-no > strong {
    display: block;
    margin-bottom: 5px;
}

.item-list td.item-no > a {
    clear: both;
    display: inline-block;
}

.product-grid td.grid-img img {
    display: block;
    height: 75px;
    width: 75px;
}

.carrier-grid li:nth-child(5n+1) {
    clear: left;
}

.carrier-grid li:nth-child(4n+1) {
    clear: none;
}

.flex-active-slide > iframe {
    max-width: 100%;
}

.bodyright select option {
    padding: 3px;
}

.bodyright > p {
    margin-bottom: 15px;
}

.bodyright p+ ul {
    margin-left: 25px;
    margin-bottom: 15px;
}

/*sign in page*/
.sign-page >div {
    padding: 0;
}

.sign-page form {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px 20px 15px;
    width: 80%;
    margin: 10px 0 20px;
}

.sign-page form label {
    display: block;
}

.sign-page form input {
    margin: 5px 0;
    padding: 2px 3px;
}

.sign-page > div p {
    margin: 5px 0;
}

.add-to-cart #submit {
    margin-top: 5px;
}

.item-list td.title-desc > span:first-child {
    font-weight: bold;
}

.item-list td.title-desc > span:last-child {
    margin-top: 20px;
}

.brand-list td.brand-name, .brand-list td.price , .brand-list td.add-to-cart {
    vertical-align: middle;
}

p.brand-desc + .smallform {
    clear: both;
    direction: block;
    text-align: center;
    margin: 5px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

p.brand-desc + .smallform >strong {
    margin-right: 10px;
    display: inline-block;
}

.breadcrums ul {
    margin: 0 !important;
}

.product-view td {
    vertical-align: top;
    padding: 3px 0;
}

.product-view td.prod-img {
    width: 35% !important;
}

.brand-list td.brand-name {
    text-align: center;
}

table + .brand-list td.brand-name {
    text-align: center;
    vertical-align: top;
}

.loggedin .brand-list td.brand-name, .loggedin .brand-list td.price, .loggedin .brand-list td.add-to-cart {
    vertical-align: top;
}

.phone-brand-grid li {
    height: 160px;
}

.purechat-button-expand {
    background: none repeat scroll 0 0 #2b2b2b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}

.purechat-button-expand:hover {
    background: #002f58
}

.closeout-brands li {
    float: left;
    display: inline-block;
    line-height: 30px;
    font-size: 13px;
}

.closeout-brands li a {
    color: #223c70;
}

.closeout-brands li:before {
    content: "\00BB \0020";
}

.closeout-cat li {
    float: left;
    display: inline-block;
    line-height: 30px;
    font-size: 13px;
    margin-right: 5px;
}

.closeout-cat li a {
    color: #223c70;
}

.closeout-cat li:before {
    content: "\00BB \0020";
}

#closeout-categories {
    height: auto;
    overflow: auto;
    margin-bottom: 30px;
}

.bodyright >ol {
    margin-bottom: 15px;
    margin-left: 30px;
}

.bodyright >ol li {
    padding-bottom: 5px;
}

ul.benifits {
    margin: 10px 0 20px 25px;
    list-style: none;
}

ul.benifits li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 10px;
}

ul.benifits li::before {
    content: "\2714";
    display: inline-block;
    font-size: 16px;
    left: -9px;
    position: absolute;
    top: 0px;
}

.search-list td {
    vertical-align: top;
}

/*archive*/
.blog-archive .brands-left {
    float: left;
    width: 27%;
}

.brands-left li {
    padding: 5px 0;
}

.blog-archive ul {
    list-style: outside none none;
    margin: 0;
}

li .bullet {
    color: #5c5c5c;
    font-family: cursive;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 5px;
}

.bodyright .brands-right p + ul {
    margin-left: 0;
}

.brands-right {
    overflow: hidden;
}

.brand-img > li {
    display: inline-block;
    margin: 5px;
}

.brand-img > li img:hover {
    opacity: 0.8;
}

.text_cont_footer {
    margin-bottom: 10px;
}

.text_std_cont_red {
    display: block;
}

/*our team*/
.team-members td {
    vertical-align: top;
}

/*
.testimonials {
    padding-bottom: 20px;
}
*/

.testimonials > p {
    margin-bottom: 13px;
}

.testimonials > hr {
    margin-bottom: 10px;
}

/*turnkey*/
.turnkey > ul {
    margin: 10px 0 10px 25px;
}

.turnkey > p {
    margin: 10px 0;
}

.bodyright p.product-info {
    font-family: 'MyriadPro-Regular';
    background: #2b2b2b;
    color: #fff;
    border-bottom: 2px solid #000;
    text-align: center;
    padding: 10px 0px;
}

.bodyright p.product-info strong {
    display: block;
    padding-bottom: 5px;
}

/*-----------------------------account-details-page styles----14/07/14--------*/
.account-container {
    margin: 30px auto;
    width: 1500px;
    overflow: hidden;
}

.account-container .left-nav {
    float: left;
    padding-right: 30px;
    width: 25%;
}

.account-container .left-nav .left-nav {
    width: 100%;
    padding-right: 0px;
}

.account-container .left-nav > ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.account-container .left-nav li {
    display: block;
}

.account-container .left-nav li a {
    background: #2b2b2b;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: 'MyriadPro-Regular';
    font-size: 11px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.account-container .left-nav li a:hover {
    background: #333;
}

.account-container .right-content {
    float: left;
    overflow: hidden;
    width: 75%;
}

.account-container .right-content h2 {
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: 'MyriadPro-Bold';
    font-size: 18px;
    font-weight: 500;
    color: #2b2b2b;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px #f1f4f5 solid;
}

.account-container .right-content p {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: 'MyriadPro-Regular';
}

.account-container .right-content ul {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: 'MyriadPro-Regular';
}

.right-content li {
    font-size: 14px;
}

.right-content table {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
    margin-bottom: 20px;
    width: 100%;
}

.right-content table th {
    font-size: 13px;
    background: #2b2b2b;
    color: #fff;
    padding: 10px 8px;
}

.right-content table th:hover {
    background: #2b2b2b;
}

.right-content table tr {
    height: 30px;
    vertical-align: middle;
}

.right-content table tr:hover {
    background: #333;
}

.right-content table tr:hover td {
    color: #fff;
}

.right-content table tr:nth-child(odd) {
    background: #dadada;
}

.right-content table tr:nth-child(even) {
    background: #f2f2f2;
}

.right-content table tr:hover {
    background: #333;
}

.right-content table td {
    font-size: 12px;
    padding: 8px;
    font-family: 'MyriadPro-Regular';
    line-height: 1.5;
}

.right-content table td a {
    text-decoration: none;
}

.right-content > p {
    font-size: 14px;
    text-align: left;
}

.alignright {
    text-align: right!important;
}

.right-content > a {
    font-size: 14px;
    line-height: 20px;
}

.deliverypref table tr {
    background: #2b2b2b !important;
    padding: 10px;
}

.deliverypref table tr:hover {
    background: #2b2b2b;
}

.deliverypref table tr td {
    color: #fff !important;
    padding: 10px;
    font-size: 14px;
}

.right-content input[type="text"],.right-content input[type="password"], .right-content select {
    height: 18px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.right-content select {
    height: 26px;
}

.right-content input[type="submit"], a.signout {
    background: #2b2b2b;
    border: 1px solid #a0a09f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
}

.right-content input[type="submit"]:hover, a.signout:hover {
    background: #333;
}

.deliverypref table tr input[type="submit"], .xmlexport table tr input[type="submit"], .address table tr input[type="submit"] {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #a0a09f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000 !important;
    font-size: 14px;
    padding: 4px 10px;
    cursor: pointer;
}

.deliverypref table tr input[type="submit"]:hover, .xmlexport table tr input[type="submit"]:hover, .address table tr input[type="submit"]:hover {
    background: #ddd;
}

.right-content .csvordered table th {
    background: none repeat scroll 0 0 #2b2b2b;
    color: #fff;
    font-size: 9px;
    padding: 10px 2px;
}

.right-content .csvordered table td {
    font-size: 10px;
    padding: 3px 2px;
    text-align: center;
}

.right-content .xmlexport table tr {
    background: none !important;
    height: 35px;
}

.right-content .xmlexport table {
    background: #2b2b2b !important;
    width: 540px;
}

.right-content .xmlexport table tr:hover {
    background: none !important;
}

.right-content .xmlexport table td {
    font-size: 14px;
    padding: 3px 10px;
    text-align: center;
    color: #fff;
}

.address table tr {
    background: #2b2b2b !important;
    padding: 10px;
}

.address table tr:hover {
    background: #2b2b2b;
}

.address table tr td {
    color: #fff !important;
    padding: 10px;
    font-size: 14px;
}

.address table, .address table table {
    border: none;
}

.address table table {
    border: none;
    width: 214px;
}

.right-content .address table h2 {
    color: #fff;
    margin-top: 10px;
}

.address table form {
    float: left;
    margin-right: 20px;
}

.wishlist table tr {
    background: #fff !important;
    padding: 10px;
}

.wishlist table tr:hover {
    background: #fff;
}

.address table td {
    text-align: left;
}

a.signout {
    display: block;
    text-align: center;
    width: 80px;
}

.right-content table .alignleft {
    text-align: left;
}

#selectclassdeafult {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px 10px 0px 45px;
    width: 80%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.result-table th {
    font-size: 14px;
    padding: 10px 5px;
    background: #2b2b2b;
}

.result-table td a {
    font-size: 14px;
}

#selectclassdeafult .selectclassdeafult {
    margin-top: 5px;
    margin-left: 0;
    padding: 0px;
    float: none;
}

#selectclassdeafult .selectclassdeafult select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc !important;
    font-family: 'MyriadPro-Regular';
    height: 23px;
    padding-left: 3px;
    padding-top: 0px;
    text-indent: 0;
}

#selectclassdeafult .white-heading, #result-table .white-heading {
    font-size: 14px;
    color: #333;
}

#formjm4 {
    margin-top: 5px;
}

#formjm4 > input, .coupon-block input {
    border: 1px solid silver !important;
    height: 24px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 2px 3px;
}

#formjm4 > p input[type="submit"], #formjm4 > p input[type="button"], .coupon-block input[type="submit"] {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000 !important;
    font-size: 14px;
    padding: 2px 10px;
    cursor: pointer;
}

#formjm4 > p input[type="submit"]:hover, #formjm4 > p input[type="button"]:hover .coupon-block input[type="submit"]:hover {
    background: #ddd;
}

.leftnav-filter-table td {
    font-size: 11px;
    padding: 5px 4px 5px 6px;
}

.leftnav-filter-table form {
    margin-top: 5px;
}

footer .newsletter .newsletter-btn, .wrapperie8 .wrapper-inner .newsletter .newsletter-btn {
    border: none;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px;
    margin: 0 !important;
    padding: 6px 8px;
    height: 30px;
    width: 90px;
    cursor: pointer;
    background: #333;
    color: #fff;
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
    line-height: 18px;
    float: left;
}

footer .newsletter .newsletter-btn:hover, .wrapperie8 .wrapper-inner .newsletter .newsletter-btn:hover {
    border: none;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px;
    margin: 0 !important;
    padding: 6px 8px;
    height: 30px;
    width: 90px;
    cursor: pointer;
    background: #191818;
    color: #fff;
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
    line-height: 18px;
    float: left;
}

/*------------------------------------------checkout-page-styles-------------------------------------*/
.checkout-table {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

#checkout-table th {
    background: #2b2b2b;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    width: auto;
    padding: 10px;
}

#checkout-table .product-row {
    border-bottom: 1px solid #ccc;
}

.coupon-block {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    padding: 10px 10px 0 45px;
    width: 300px;
}

.coupon-block input[type="submit"] {
    height: 26px;
    margin-left: 0px;
    border: 1px solid #ccc;
}

.coupon-row-left {
    border-right: 1px solid #ccc;
}

.product-row > td {
    font-size: 14px;
    padding: 5px 10px;
    width: auto;
}

.current-cart-table-wrapper {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.proceed-to-cart-btn {
    bottom: 11px;
    position: absolute;
    right: 0;
}

.update-cart-btn {
    bottom: 11px;
    position: absolute;
    right: 167px;
}

.product-totals td {
    padding: 0;
}

.coupon-row-totals > p {
    background: #F0F0F0;
    margin: 0;
    padding: 10px 110px;
    text-align: right;
}

.coupon-row-totals .amount {
    display: inline-block;
    width: 120px;
}

.coupon-row-totals .totals {
    display: inline-block;
}

.update-cart-btn, .proceed-to-cart-btn input[type="submit"], .ui-widget input.button, .continue-btn {
    background: none repeat scroll 0 0 #2b2b2b;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    padding: 2px 10px;
    width: auto;
}

.update-cart-btn:hover, .proceed-to-cart-btn input[type="submit"]:hover, .ui-widget input.button:hover, .continue-btn:hover {
    background: #333;
}

.continue-btn {
    bottom: 11px;
    position: absolute;
    left: 0%;
    line-height: 28px;
    padding: 2px 10px;
}

.wish-list {
    clear: both;
    margin: 30px 0;
    overflow: hidden;
}

.wish-list strong {
    background: #ddd;
    display: block;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.wish-list > table {
    float: left;
    width: 20%;
}

.suggestions-block {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.suggestions-block h2 {
    background: #ddd;
    padding: 10px;
    font-size: 16px;
}

.wish-list > table #submit {
    clear: both;
    display: block;
    margin-top: 13px;
}

.wish-list td {
    font-size: 14px;
}

/*-------------------checkout-accordian---------------------------*/
.ui-accordion .ui-accordion-content {
    height: auto !important;
}

.ui-accordion select {
    background: none;
    border: 1px solid #ccc !important;
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #2b2b2b !important;
}*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #aaa !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-size: 16px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #fff !important;
}

/*.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: 'MyriadPro-Regular' !important;
font-size: 14px !important;
height: 30px !important;
line-height: 14px !important;
padding: 5px !important;
}*/
.ui-widget input.button {
    height: 30px;
}

label.error {
    color: red;
    display: block;
    float: none;
    font-size: 10px;
    margin-bottom: 5px;
    vertical-align: top;
}

.ui-widget input#continue.button {
    display: block;
    margin: 10px 0;
}

.cart_details th {
    font-size: 13px;
    padding: 10px 5px 10px 0;
    background: #eee;
}

.ui-accordion .ui-accordion-header a.edit {
    float: right;
}

.checkout-right {
    background: none repeat scroll 0 0 #5c99c1;
    background: none repeat scroll 0 0 #2b2b2b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    font-size: 13px;
    line-height: 19px;
    margin-left: 2%;
    padding: 10px;
    width: 25%;
    word-wrap: break-word;
    color: #cbcbcb;
}

.cart_details td {
    font-size: 13px;
    padding: 5px;
}

.cart_details .padding5 > span {
    float: right;
    font-size: 15px;
    width: 60px;
}

.cart_details .padding5 > b {
    padding-right: 20px;
}

#newaddress span {
    float: left;
    line-height: 33px;
    width: 160px;
}

#newaddress #country, select#us_state {
    color: #333;
    width: 304px !important;
}

#newaddress > div {
    clear: both;
    margin: 0px 0;
    overflow: hidden;
}

#newaddress > input[type="checkbox"] {
    height: auto;
    margin: 0 5px;
}

.checkout-right h4 {
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.checkout-right .billTo {
    margin-top: 10px;
}

.checkout-right .billTo strong {
    display: block;
}

table.cart_details {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.cart_details tr {
    border-bottom: 1px solid #ccc;
}

.cart_details .padding5 {
    background: none repeat scroll 0 0 #eee;
}

#newaddress label.error {
    float: right;
    padding-right: 50px;
}

#address_form > #newaddress {
    clear: both;
    margin-top: 10px;
}

select#address {
    width: 100%;
}

.addthis_toolbox.addthis_default_style {
    clear: both;
    margin: 0px 0;
}

.product-thumbs a {
    display: inline-block;
    float: left;
    margin: 5px;
    overflow: hidden;
    width: 50px;
}

.addtocartform {
    margin-left: 10px;
}

.addtocartform #qty {
    border: 1px solid #ccc;
    margin-top: 0;
    padding: 4px 3px;
}

.addtocartform #submit {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-top: 0;
}

.new_arrivals_block {
    font-size: 14px;
}

/*---------------------------register form styles-------------------------------------*/
.register-form {
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 20px;
    background: #f0f0f0;
    width: 70%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.register-form .input-box {
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    width: 46%;
    margin-left: 4%;
    min-height: 58px;
}

.register-form .input-box.full {
    float: none;
    clear: both;
    width: 92%;
}

.register-form .input-box label {
    float: none;
    width: auto;
    line-height: 25px;
    display: block;
    font-size: 14px;
}

.register-form .input-box label span {
    color: red;
}

.register-form .input-box input {
    background: #fff;
    border: 1px solid #ccc !important;
    height: 25px;
    padding: 2px 3px;
    width: 200px;
    color: #444;
    float: none;
}

.register-form .input-box select {
    background: #fff;
    border: 1px solid #ccc !important;
    height: 30px;
    padding: 4px 3px;
    width: 209px;
    float: none;
}

.register-form .input-box.full input {
    width: 98%;
}

.register-form .input-box.captcha {
    float: none;
    clear: both;
}

.register-form .input-box > iframe {
    margin: 0px 0 0px 0px;
    float: left;
}

.register-form .input-box .terms_link {
    float: left;
    margin: 5px 5px;
}

.register-form .terms_link > img {
    margin-top: 5px;
    width: 32px;
}

.register-form .input-box > .terms_link + input {
    clear: both;
    display: block;
    overflow: hidden;
}

.register-form .submit1,.tabcontent input[type="submit"] {
    background: none repeat scroll 0 0 #2b2b2b;
    border: medium none;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 30px !important;
    padding: 2px 10px 4px;
    width: auto;
    margin: 10px 0 0 20px;
    clear: both;
}

.register-form .submit1:hover, .tabcontent input[type="submit"]:hover {
    background: #333333;
}

.register-form label.error {
    color: red;
    font-size: 11px;
    margin: 0px 0 0 0px;
    width: auto;
}

#addtocart {
    background: none repeat scroll 0 0 #2b2b2b;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    padding: 2px 10px;
    width: auto;
}

#addtocartQty {
    background: none repeat scroll 0 0 #2b2b2b;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 28px;
    padding: 2px 10px;
    width: auto;
    margin-left: 7px;
}

#addtocartqty {
    background: #fff;
    /*    border: 1px solid #ccc !important;*/
    height: 28px;
    padding: 2px 3px;
    width: 50px;
    color: #444;
    border: 1px solid #ccc !important;
    width: 36px;
    border-radius: 0;
    text-align: center;
}

.center {
    width: 393px;
    margin: auto;
}

.center2 {
    width: 220px;
    margin: auto;
}

.center span {
    font-size: 15px;
    margin-right: 10px;
}

input.qtylist, #qty, input[name="qty"], .product-row input[type="text"] {
    width: 36px;
    border-radius: 0;
    text-align: center;
}

.select-wrapper {
    background: url(images/dropdown.png) right center no-repeat #fff;
    height: 18px;
    overflow: hidden;
    width: 96%;
    margin-bottom: 3px;
    text-overflow: '';
}

/*
.phonemodel {
    height: 18px;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
        background: url(images/dropdown.png) right center no-repeat #fff;
    color: #989898;
    cursor: pointer;
    display: block;
    line-height: 30px;
    margin: 0;
    outline: medium none;
    z-index: 2;
    background: transparent;
    width: 111%;
    padding: 0px 0px;
    font-size: 10px;
    line-height: 1;
    border: 0;

}
*/
.continue-shop {
    background: none repeat scroll 0 0 #2b2b2b;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    padding: 8px 10px;
    width: auto;
}

/*----------------------TELL A FIREND FORM DESIGN---------------------*/
.tell-left {
    float: left;
    font-size: 14px;
    margin-right: 20px;
    width: 280px;
    color: #747D7D;
}

.tell-left > img {
    max-width: 90%;
    border: 1px solid #ccc !important;
}

.tell-right {
    float: left;
    font-size: 14px;
    width: 400px;
    color: #747D7D;
}

.tellfriend {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px;
    width: 380px;
}

.tellfriend .input-box {
    float: none;
    margin-bottom: 5px;
    margin-left: 2%;
    min-height: 50px;
    overflow: hidden;
    width: 100%;
}

.tellfriend .input-box label {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 25px;
    width: 150px;
    color: #747D7D;
}

#tell_friend {
    color: #747D7D;
}

.tellfriend .input-box label span {
    margin-left: 3px;
}

.tellfriend .input-box input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid silver !important;
    color: #444;
    float: left;
    height: 25px;
    padding: 2px 3px;
    width: 200px;
}

.tellfriend .input-box textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid silver !important;
    color: #444;
    float: left;
    height: 100px;
    padding: 2px 3px;
    width: 200px;
}

.tellfriend .input-box label.error {
    clear: both;
    display: block;
    float: none;
    font-size: 11px;
    line-height: 15px;
    margin-right: 60px;
    text-align: right;
    width: auto;
    color: red;
}

.tellfriend .regsubmit, .continue-frnd .continueshopping {
    background: none repeat scroll 0 0 #2b2b2b;
    border: medium none;
    border-radius: 4px;
    clear: both;
    color: #fff !important;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 30px;
    line-height: 24px;
    margin: 10px 25px 0 20px !important;
    padding: 2px 13px 4px;
    width: auto;
}

.continue-frnd .continueshopping {
    float: none;
}

.tellfriend .regsubmit:hover, .continue-frnd .continueshopping:hover {
    background: #333;
}

.red {
    color: red;
}

.lrtb30 {
    margin: 20px 0;
}

#tell_friend h4 {
    margin: 0px;
}

img {
    color: #F3F2F2;
}

.prod-hr {
    width: 85%!important;
}

/**/
.product-view td strong {
    display: inline-block;
    padding: 7px 10px 7px 0;
}

.product-view td form {
    margin-top: 5px;
}

.tabcontent > table {
    display: block;
    padding: 0px 0;
}

.tabcontent tbody {
    display: block;
}

.tabcontent tr {
    display: block;
    overflow: hidden;
    margin: 5px 0;
}

.tabcontent p {
    margin: 5px 0 10px;
}

.tabcontent strong {
    display: block;
}

.tabcontent tbody> tr:first-child {
    background: transparent;
}

.tabcontent tbody> tr:first-child td {
    display: inline-block;
    /*    height: 40px;*/
    padding: 5px 0;
    vertical-align: top;
    width: 29.33%;
    background: transparent;
}

#country3 tbody> tr:first-child td {
    height: auto;
}

#country2 input {
    height: 25px;
    margin-top: 5px;
}

#country2 select {
    height: 28px;
    margin-top: 5px;
}

#country2 textarea {
    border: 1px solid silver;
    padding: 3px 1%;
    width: 97%;
    margin-top: 5px;
}

.tabcontent input[type="submit"] {
    margin-left: 0;
}

.product-view td form {
    margin-left: 5px;
}

.wish-list #submit {
    display: block;
    margin: 5px auto 0;
}

.wish-list li h4 {
    font-size: 14px;
}

.cart_details td {
    vertical-align: top;
}

.product-sale-list {
    position: absolute;
    top: 0px;
    background: rgba(11,73,112,0.7);
    padding: 5px;
    color: #fff;
    font-size: 11px;
    z-index: 11;
}

.prodimage {
    position: relative;
}

.prodimage:hover product-sale-list {
    opacity: 1.0;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width;
}

.topbar {
    padding: 8px 6px 6px 6px;
    background: #f0f4f5;
    display: table;
    width: 100%;
    line-height: 21px;
}

.topbar a {
    color: #333;
}

.topbar a:hover {
    color: #2b2b2b;
}

/*
.logo img {
    width: 360px;
}
*/
.top-header {
    background: #333;
}

.cate-search-main {
    padding: 14px 0px 13px 17px;
    display: table;
    width: calc(100% - 300px);
    float: left;
}

.cate-search-main .categories-box {
    float: left;
    width: 180px;
    border-radius: 8px 0px 0px 8px !important;
    height: 32px;
    background-color: #fff;
    border-right: 1px #f0f4f5 solid !important;
}

.cate-search-main .categories-box select {
    border: none !important;
    border-radius: 8px 0px 0px 8px !important;
    padding: 0px 10px 0px 32px;
    height: 32px;
    border-right: 1px #f0f4f5 solid !important;
    color: #2b2b2b;
    font-family: 'MyriadPro-Bold' !important;
    font-size: 14px !important;
    line-height: 36px !important;
    text-align: left;
    background: #fff url("/assets/images/cat-menu.png") left 10px center no-repeat;
    width: 100%;
    /*
    border: none !important;
    border-radius: 8px 0px 0px 8px !important;
    padding: 8px 10px 8px 30px;
    height: 32px;
    border-right: 1px #f0f4f5 solid !important;
    color: #2b2b2b;
    font-family: 'MyriadPro-Bold' !important;
    font-size: 16px !important;
    line-height: 24px !important;
*/
}

.cate-search-main .SumoSelect {
    width: 180px;
}

.cate-search-main .SumoSelect > .CaptionCont {
    border: none !important;
    border-radius: 8px 0px 0px 8px !important;
    padding: 0px 10px 0px 32px;
    height: 32px;
    border-right: 1px #f0f4f5 solid !important;
    color: #2b2b2b;
    font-family: 'MyriadPro-Bold' !important;
    font-size: 14px !important;
    line-height: 36px !important;
    text-align: left;
    background: #fff url("/assets/images/cat-menu.png") left 10px center no-repeat;
}

.cate-search-main .SumoSelect.open>.CaptionCont, .cate-search-main .SumoSelect:focus>.CaptionCont, .cate-search-main .SumoSelect:hover>.CaptionCont {
    box-shadow: none;
    border-color: none;
}

.cate-search-main .SumoSelect>.CaptionCont>label {
    display: none;
}

.cate-search-main .SumoSelect>.CaptionCont>span {
    padding-right: 0;
}

.cate-search-main .SumoSelect.open>.optWrapper {
    top: 48px;
    border-radius: 0px;
    z-index: 99999;
}

.cate-search-main .search-box {
    float: left;
    width: calc(100% - 180px);
    height: 32px;
}

.cate-search-main .SumoSelect>.optWrapper>.options li.selected label {
    font-family: 'MyriadPro-Bold' !important;
    font-size: 16px !important;
    letter-spacing: 0.6px;
    line-height: 24px !important;
}

.cate-search-main .SumoSelect>.optWrapper>.options {
    border-radius: 0px;
    max-height: 500px;
}

.cate-search-main .SumoSelect>.optWrapper>.options li.opt {
    padding: 5px 10px;
    border-bottom: none;
    color: #555;
    font-size: 14px;
    text-align: left;
    font-family: 'MyriadPro-Regular';
}

.cate-search-main .SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #2b2b2b;
    color: #fff;
}

.cate-search-main .SumoSelect>.optWrapper>.options li.opt:hover label {
    color: #fff;
}

.cate-search-main .search-box input[type="search"] {
    float: left;
    width: calc(100% - 54px);
    height: 32px;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 1;
    margin: 0px;
}

.cate-search-main .search-box input[type="button"] {
    width: 54px;
    color: #fff;
    border: 1.5px #fff solid;
    height: 32px;
    border-radius: 0px 8px 8px 0;
    font-size: 0px;
    line-height: 0px;
    background: #2b2b2b url("/assets/images/search-icon.png") center center no-repeat;
    background-size: 18px 18px;
}

.cate-search-main .search-box input[type="button" i]:hover {
    width: 54px;
    color: #fff;
    height: 32px;
    border-radius: 0px 8px 8px 0;
    font-size: 0px;
    line-height: 0px;
    background: #333 url("/assets/images/search-icon.png") center center no-repeat;
    background-size: 18px 18px;
}

.container {
    max-width: 1500px;
}
main{
    padding: 30px 0px;
}
/*
.navi-main ul#nav {
    display: table;
    margin: 0 auto;
    width: auto;
}

.navi-main ul#nav > li {
    width: auto;
    padding: 0px 15px;
}*/
.bodyleft1 {
    display: none;
}

.bodyright {
    float: inherit;
    margin-left: 0;
    min-height: 300px;
    /*       padding: 20px 20px 1px 20px;*/
    width: 100%;
    /*    background: #f1f1f1;*/
    margin-bottom: 0px;
    margin-top: 0px;
}

.bodyright .home-tabs, .bodyright .welcome {
    display: none;
}

.bodyright .new-arrivals, .bodyright .popular-devices {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    border: 15px solid #f1f1f1;
}

footer {
    padding-bottom: 30px;
    padding-top: 17px;
}

.copyright {
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-content {
    margin-left: -15px;
    margin-right: -15px;
}

.social {
    display: table;
    float: left;
}

.social {
    list-style: none;
    padding-right: 0;
}

.social ul {
    margin: 0px !important;
}

.social ul li {
    display: inline-block;
    padding: 0px;
}

.social ul li a {
    width: 34px;
    height: 34px;
    line-height: 30px;
    display: block;
    text-align: center;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px 1px;
    box-shadow: none;
    border: 1px #fff solid;
    opacity: 1;
}

.social ul li:last-child a {
    margin-right: 0px;
}

.social ul li:last-child a:hover {
    margin-right: 0px;
}

.social ul li a:hover {
    width: 34px;
    height: 34px;
    line-height: 30px;
    display: block;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px 1px;
    box-shadow: none;
    border: 1px #fff solid;
    opacity: 1;
}

.social ul li a i {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    background: rgba (255, 255, 255, 0.5);
}

.social ul li a:hover i {
    color: #2b2b2b;
    font-size: 14px;
}

.yelp-social img {
    top: -5px;
    position: relative;
    margin-left: 15px;
}

.new-arrivals h2, .popular-devices h2 {
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: 'MyriadPro-Bold';
    font-size: 18px;
    font-weight: 500;
    color: #2b2b2b;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px #f1f4f5 solid;
}

.new-arrivals h2 a, .popular-devices h2 a {
    font-family: 'MyriadPro-Bold';
    font-size: 18px;
    font-weight: 500;
    color: #2b2b2b;
}

h4.blue-heading {
    text-align: center;
    margin-bottom: 10px;
    height: 60px;
}

.popular-devices .blue-heading {
    text-align: center;
    margin-bottom: 10px;
    height: auto;
}

.blue-heading a {
    font-family: 'MyriadPro-Semibold';
    color: #2b2b2b;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
}

.owl-carousel .items {
    text-align: center;
}

.prodimage {
    margin-bottom: 0px;
}

.owl-carousel .items .sku, .owl-carousel .items p {
    font-size: 14px;
    font-family: 'MyriadPro-Regular';
    line-height: 18px;
}

.owl-carousel .items .sku a, .owl-carousel .items p a {
    font-size: 14px;
    font-family: 'MyriadPro-Regular';
    line-height: 18px;
    color: #2b2b2b;
    text-decoration: none !important;
}

.owl-carousel .items .sku a:hover, .owl-carousel .items p a:hover {
    font-size: 14px;
    font-family: 'MyriadPro-Regular';
    line-height: 18px;
    color: #2b2b2b;
    text-decoration: underline;
}

.owl-carousel .fa-chevron-left {
    font-size: 0px;
    width: 20px;
    height: 47px;
    background: url(../images/chevron-left.png) no-repeat 0 0;
    cursor: pointer;
    float: left;
}

.owl-carousel .fa-chevron-right {
    font-size: 0px;
    width: 20px;
    height: 47px;
    background: url(../images/chevron-right.png) no-repeat 0 0;
    cursor: pointer;
    float: right;
}

.owl-carousel .owl-controls {
    position: absolute;
    top: calc(50% - 24px);
    width: 100%;
    height: 0;
}

.owl-carousel .items .view-button {
    margin-top: 5px;
}

.bottom-gray-main {
   
    padding-bottom: 55px;
    margin-top:-30px;
}

.bottom-gray-main .bottom-block .block-left {
    width: 25%;
    float: left;
    height: 450px;
}

.bottom-gray-main .bottom-block .block-left-full {
    border: 3px #fff solid;
    border-left: 0px;
    height: 100%;
    background: url(../images/bottom-banner/hypercel_usb-c_resource_center.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.bottom-gray-main .bottom-block .block-left-full .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    display: table;
    text-align: center;
    padding: 10px;
}

.bottom-gray-main .bottom-block .block-left-full button.btn-more:hover {
    text-decoration: underline;
}

.bottom-gray-main .bottom-block .block-right button.btn-more:hover {
    text-decoration: underline;
}

.bottom-gray-main .bottom-block .block-center {
    width: 50%;
    float: left;
    height: 450px;
}

.bottom-gray-main .bottom-block .block-center-top {
    height: 33.3333%;
    border: 3px #fff solid;
    background: url(../images/e-catalog-2020.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.bottom-gray-main .bottom-block .block-center-top .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    padding: 10px;
}

.bottom-gray-main .bottom-block .block-center-top .content a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bottom-gray-main .bottom-block .block-center-middle {
    height: 33.3333%;
    border: 3px #fff solid;
    background: url(../images/bottom-banner/hypercel_account.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.bottom-gray-main .bottom-block .block-center-middle .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: table;
    text-align: center;
    padding: 10px;
}

.bottom-gray-main .bottom-block .block-center-middle h1 {
    font-size: 30px;
    font-family: 'MyriadPro-Semibold';
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    text-transform: inherit;
    font-weight: 500;
    text-transform: uppercase;
}

.bottom-gray-main .bottom-block .block-center-middle h1 span {
    display: block;
    font-size: 20px;
}

.bottom-gray-main .bottom-block .block-center-middle h1 span strong {
    top: -4px;
    position: relative;
}

.bottom-gray-main .bottom-block .block-center-bottom {
    height: 33.3333%;
    border: 3px #fff solid;
    background: url(../images/bottom-banner/hypercel_company_video.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.bottom-gray-main .bottom-block .block-center-bottom .content {
    position: absolute;
/*
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: table;
*/
    text-align: center;
    padding: 10px;
    right: 0px;
}

.bottom-gray-main .bottom-block .block-center-bottom h1 {
    font-size: 24px;
    font-family: 'MyriadPro-Bold';
    line-height: 1.2;
    color: #424242;
    text-decoration: none;
    text-transform: inherit;
    font-weight: 500;
    text-transform: uppercase;
}

.bottom-gray-main .bottom-block .block-right {
    width: 25%;
    float: left;
    height: 450px;
}

.bottom-gray-main .bottom-block .block-right-top {
    height: 50%;
    border: 3px #fff solid;
    border-right: 0px;
    background: url(../images/bottom-banner/hypercel_customer_favorites.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.bottom-gray-main .bottom-block .block-right-top .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    display: table;
    text-align: center;
    padding: 10px 5px;
}

.bottom-gray-main .bottom-block .block-right-bottom {
    height: 50%;
    border: 3px #fff solid;
    background: url(../images/bottom-banner/hypercel_blog.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.bottom-gray-main .bottom-block .block-right-bottom .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    display: table;
    text-align: center;
    padding: 10px 5px;
}

.bottom-gray-main h1 {
    font-size: 30px;
    font-family: 'MyriadPro-Bold';
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    text-transform: inherit;
    font-weight: 500;
}

.bottom-gray-main a {
    color: #fff;
    text-decoration: none;
    font-family: 'MyriadPro-Bold';
}

.bottom-gray-main a:hover {
    color: #eee;
    text-decoration: none;
    font-family: 'MyriadPro-Bold';
}

.flexslider .slides img {
    height: auto !important;
}

.flexslider {
    margin: 5px 0 30px 0 !important;
    border: 3px solid #f0f4f5 !important;
}

.inner-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.navi-main {
    width: calc(100% - 80px);
    float: left
}

.cart-main {
    width: 80px;
    float: left;
}

.cart-main img {
    float: left;
    /* padding: 8px 0px 8px 0px; */
    width: 21px;
    height: 19px;
    margin-top: 13px;
}

.cart-main span {
    float: left;
    padding: 13px 0px 15px 5px;
    text-decoration: underline;
    color: #fff;
}

.cart-main .cart-box {
    display: table;
    margin: 0 auto;
}

.sku, .qoh {
    color: #999999 !important;
    font-size: 14px !important;
    font-family: 'MyriadPro-Regular' !important;
    padding: 0px 2px;
}

.sku a, .sku span, .qoh a, .qoh span {
    color: #2b2b2b !important;
    font-size: 14px !important;
    font-family: 'MyriadPro-Regular' !important;
}

.cart-block span.price {
    color: #2b2b2b !important;
    font-size: 18px !important;
    font-family: 'MyriadPro-Bold' !important;
}

/*** form ***/
label {
    color: #555;
    font-size: 14px;
    line-height: 22px;
    font-family: 'MyriadPro-Regular';
}

input {
    color: #555;
    font-size: 14px;
    line-height: 14px;
    font-family: 'MyriadPro-Regular';
}

/*
.container-form {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
*/
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.col-md-12 {
    width: 100%;
}

.col-md-11 {
    width: 91.66666667%;
}

.col-md-10 {
    width: 83.33333333%;
}

.col-md-9 {
    width: 75%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-7 {
    width: 58.33333333%;
}

.col-md-6 {
    width: 50%;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-3 {
    width: 25%;
}

.col-md-2 {
    width: 16.66666667%;
}

.col-md-1 {
    width: 8.33333333%;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}
/*
form table{
    width: 100%;
}

tr td input,tr td select{
height: 40px;
    padding: 8px;
        
}
*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    font-family: 'MyriadPro-Regular';
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.radio-group {
    min-height: 34px;
    line-height: 34px;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

tr hr {
    margin-top: 0;
    margin-bottom: 15px;
}

.product-main tr hr {
    margin-top: 0;
    margin-bottom: 0px;
}

.container-form h2, .container-form h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'MyriadPro-Bold';
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #2b2b2b;
    text-transform: uppercase;
}

.cc-form.head.container-form .col-md-12 h2 {
    font-size: 16px;
}

.cc-form.head.container-form .col-md-12 span {
    font-size: 14px;
    text-transform: capitalize;
}

.cc-form.head.container-form .col-md-12 h3 {
    color: #2b2b2b;
    font-family: 'MyriadPro-Bold';
    margin-top: 20px;
}

.radio-group.business-location {
    margin-top: 25px;
}

.container-form h1 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'MyriadPro-Bold';
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #2b2b2b;
    text-transform: uppercase;
    text-align: center;
}

.container-form p {
    color: #555;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    font-family: 'MyriadPro-Regular';
}

.deadline {
    height: 1px;
    background: #ccc;
    display: block;
    margin: 15px 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.navy-blue-btn {
    background-color: #2b2b2b;
    color: #fff;
}

.navy-blue-btn:hover {
    background-color: #181818;
    color: #fff;
}

.red-star {
    color: #ff0000;
}

.form-control.error {
    border: 1px solid #ff0000;
}

#cc-form label.error {
    display: none !important;
}

#terms-form label.error {
    display: none !important;
}

.bottom-header {
    background: #2b2b2b;
}

/* Custom labels: the container */
.checkcontainer {
    display: initial;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome, Opera, Safari */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px #ccc solid;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #2b2b2b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn {
    background-color: #ccc;
    border: 1px solid #ccc;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn {
    background-color: #2b2b2b;
    border: 1px solid #2b2b2b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2b2b2b;
}

.radio-inline label.error {
    display: table !important;
    left: 0px;
    bottom: -18px;
    width: 200px;
    position: absolute;
    font-family: 'MyriadPro-Regular';
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 16px;
}

.credit_application {
    margin-bottom: 10px;
}

.credit_application p {
    margin-bottom: 5px;
}

.credit_application a {
    color: #2b2b2b;
    text-decoration: underline;
}

.credit_application a:hover {
    color: #2b2b2b;
    text-decoration: underline;
}

/*** end form ***/
.product-thumbs {
    margin: 0 auto;
    display: table;
}

.product-main {
    margin-top: 15px;
}

.page-banner {
    margin-bottom: 15px;
}

.product-main iframe {
    display: table;
    margin-bottom: 10px;
}

.item-list tr:nth-child(2) td {
    padding: 20px 5px 5px 5px;
}

.suggestions-block table {
    width: 100%;
}

.suggestions-block table #submit {
    position: relative;
    top: 8px;
}

.tabcontent input, input.qtylist, .tabcontent select {
    border: 1px solid #ccc !important;
    margin: 0px 5px;
    padding: 5px;
}

.checkout-table input {
    border: 1px solid silver !important;
    height: 24px;
}

.ui-accordion {
    margin-bottom: 30px !important;
}

.ui-accordion .ui-accordion-icons, .checkout-right {
    font-family: 'MyriadPro-Regular';
}

.closeout-cat li a {
    color: #2b2b2b !important;
}

.brand-title {
    margin-bottom: 15px;
}

.youtcart .title-desc {
    text-align: left;
}

.cart_details .quantity {
    text-align: center;
}

.youtcart .price, .youtcart .sub-tot, .cart_details .price {
    text-align: right;
}

.bodyright p, .bodyright td {
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #747D7D;
}

.bodyright ol, .bodyright ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.bodyright ol li, .bodyright ul li {
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #747D7D;
}

table.product-view, table.product-details {
    width: 100%;
}

.smallform strong, .product-details strong {
    color: #2b2b2b !important;
}

.item-list .title-desc {
    text-align: left;
}

table + .brand-list td.brand-name {
    text-align: left;
}

#countrytabs {
    margin-left: 0;
}

#country3 tbody tr:first-child td {
    font-weight: bold;
}

#country3 tbody tr td:nth-child(1) {
    width: 40%;
    display: table;
    float: left;
    padding-right: 15px;
}

#country3 tbody tr td:nth-child(3) {
    width: 60%;
    display: table;
    float: left;
}

#country3 tbody tr td:nth-child(2) {
    display: none;
}

#country2 tbody tr:first-child td {
    font-weight: bold;
}

#country2 tbody tr td {
    width: 33.33%;
    display: table;
    float: left;
}

#country2 tbody tr:nth-child(2) td {
    width: 100%;
    background: transparent;
    font-weight: bold;
}

.cate-search-main .SumoSelect>.optWrapper>.options li.opt label {
    margin-bottom: 0px;
}

.button-account {
    margin-bottom: 5px;
    display: none;
}

.button-account button {
    background: #2b2b2b;
    border: 1px solid #a0a09f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 15px;
    cursor: pointer;
    font-family: 'MyriadPro-Regular';
    text-transform: uppercase;
    width: 100%;
}

ul#nav > li.shop-submenu-area.selected .shop-submenu.ssm-rr li {
    width: 100%;
}

#terms-form .checkbox-inline label.error {
    display: inline-block !important;
}

#cc-form .checkbox-inline label.error {
    display: inline-block !important;
}

button.btn-more {
    background: #424242;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    cursor: pointer;
}

button.btn-more:hover {
    background: #191818;
}

.cate-search-main .er-dummy-search-box {
    width: 100%;
}

.cate-search-main .er-dummy-search-box #er_search_input_dummy {
    float: left;
    width: calc(100% - 54px);
    height: 32px;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 1;
    margin: 0px;
    border-radius: 4px 0 0 4px;
}

.cate-search-main .er-dummy-search-box #er_search_button_dummy {
    width: 54px;
    color: #fff;
    height: 30px;
    border-radius: 0px 8px 8px 0;
    font-size: 0px;
    line-height: 0px;
    background: #333 url(/assets/images/search-icon.png) center center no-repeat;
    background-size: 18px 18px;
    border: 2px #fff solid;
    margin-top: 1px;
    margin-left: -1px;
}

.cate-search-main .er-dummy-search-box .er_voice_search_dummy {
    display: none;
}

.cate-search-main {
    position: relative;
}

.cate-search-main .er_search_suggestions {
    overflow: hidden;
    width: 520px;
    box-shadow: 1px 1px 3px #ddd;
    float: left;
    text-align: left;
    padding: 0;
    background: white;
    margin-top: 3px;
    z-index: 99999;
    transform: initial !important;
    top: 42px !important;
    left: 15px !important;
}

#livesearch {
    background: #fff;
    top: 46px;
    position: absolute;
    z-index: 99999;
    width: calc(100% - 17px);
    max-width: 640px;
}

.productresult {
    display: table;
    padding: 5px;
    width: 100%;
}

.productresult img {
    float: left;
    width: 50px;
    border: 1px #eee solid;
}

.productresult .pd-right {
    float: left;
    width: calc(100% - 50px);
    padding-left: 15px;
    text-align: left;
}

.cate-search-main form input {
    float: left;
    width: 100%;
    height: 32px;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 1;
    margin: 0px;
    border-radius: 8px;
}

.cate-search-main span.pd-price {
    color: #000;
    font-weight: bold;
    float: right;
}

.productresult .pd-right a {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}

.cate-search-main .productresult:nth-child(even) {
    background-color: #f2f2f2;
}

.view-all {
    padding: 10px;
}

.shop-megamenu .view-all {
    padding-left: 0px;
}

.view-all a {
    background: #424242;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    cursor: pointer;
    display: table;
    margin: 0 auto;
}

.view-all a:hover {
    background: #191818;
}

.pdt-cat-main {
    width: 100%;
    display: inline-block;
}

.pdt-cat-main .pdt-cat {
    width: 50%;
    float: left;
}

.pdt-cat-main .close-cat {
    width: 50%;
    float: left;
}

.pdt-cat-main .close-cat strong {
    margin-bottom: 10px;
    font-family: 'MyriadPro-Bold';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #2b2b2b;
}

.mob-link {
    display: none !important;
}

.full-width {
    width: 100%;
    display: table;
}

[class*="col-"] [class*="col-"] {
    padding: 0px !important;
}

.shop-megamenu .category.bottonline {
    border-bottom: 1px #999 solid;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.shop-megamenu .super-sub .category {
    padding-top: 0px;
}

.shop-megamenu .all-view a {
    color: #2b2b2b;
    text-decoration: underline;
    line-height: 2;
    text-transform: uppercase;
}

ul#nav > li ul.shop-megamenu{
    padding: 0px;
    min-width: 1020px;
}
ul#nav > li:hover ul.shop-megamenu {
    padding: 5px 30px 15px 30px;
    min-width: 1020px;
}

ul.shop-megamenu .super-sub .col-md-4 {
    padding-right: 15px !important;
}
ul.shop-megamenu  .sub-category {
    width: 29%;
}

ul.shop-megamenu .sub-brand {
    width: 22%;
}

 ul.shop-megamenu .sub-device {
    width: 49%;
}

ul.shop-megamenu .super-sub > ul:nth-child(1) {
    width: 45%;
}
ul.shop-megamenu .super-sub > ul:nth-child(2) {
    width: 32%;
}
ul.shop-megamenu .super-sub > ul:nth-child(3) {
    width: 23%;
}

iframe {
    /*width: 100%;*/
    max-width: 100%;
}

body.about.about br:empty {
    display: none;
}
.support-register form table{
    width: 100%;
        margin-top: 15px;
}

.support-register form table tr td{
     width: 24%;
    float: left;
    text-align: left;
    padding-bottom: 15px;
    margin-right: 1%;
}

.support-register form table tr td input.check-box,.support-register form table tr td  input.radio-box{
    width: 15px;
    height: 15px;
    }

.support-register form table tr td input,.support-register form table tr td select{
    height: 32px;
    padding: 8px;
        width: 100%;
    max-width: 300px;
}

.support-reg input[type="text"], .support-reg input[type="password"], .support-reg input[type="url"], .support-reg input[type="tel"], .support-reg input[type="search"], .support-reg input[type="number"], .support-reg input[type="datetime"], .support-reg input[type="email"], .support-reg select {
    height: 24px;
    max-width: 160px;
    width: 100%;
    padding: 0 4px;
}

.support-reg input[type="submit"] {
        height: 24px;
    padding: 0 15px;
    background: #555;
    color: #fff;
}

.support-reg input[type="submit"]:hover {
    background: #000;
}



.support-reg td {
    padding: 8px 2px;
}

table.table-col6 {
    width: 100%;
}

.table-col6 tr > td:nth-child(odd), .table-col4 tr > td:nth-child(odd), .table-col2 tr > td:nth-child(odd) {
    width: 14%;
}

.table-col6 tr > td:nth-child(even), .table-col4 tr > td:nth-child(even), .table-col2 tr > td:nth-child(even) {
    width: 19.33333%;
}

.table-col4 {
    width: 100%;
    max-width: 1000px;
}

.table-col2 {
    width: 100%;
    max-width: 500px;
}

.pd-left {
    padding-left: 200px;
}

.table-col8 {
    width: 100%;
}

.table-col8 tr > td {
    width: 12.5%;
}

.tx-right {
    text-align: right;
}

.bodyright ul.phone-brand-grid {
    margin-left: 0px;
}

.corona-modal {
   position: fixed;
    z-index: 11 !important;
    padding-top: 190px !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.coron-modal-content {
    background-color: #fefefe;
    position: relative;
    max-width: 660px;
    height: auto;
    width: 100% !important;
    border: 8px solid #808080 !important;
    padding: 0px !important;
        margin: 0px auto;
}

.popup-logo {
    text-align: center;
    background: #000;
    padding: 20px;
}

span.corona-close {
    background: #fff;
    position: absolute;
    right: -14px;
    top: -14px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    border-radius: 100%;
    cursor: pointer;
}

.corona-popup-content{
   padding: 25px !important; 
        text-align: center;
}

.corona-popup-content h1{
    font-family: 'MyriadPro-Bold';
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #000;
    margin-bottom: 15px;
}

.corona-popup-content p,.corona-popup-content p strong{
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'MyriadPro-Regular';
}

.corona-popup-content .corona-secont-txt a{
    font-family: 'MyriadPro-Bold';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    background: #000;
     padding: 10px 20px;
    margin: 0px auto;
    margin-top: 25px;
    display: table;
    border-radius: 4px;
    border: 1px solid transparent;
}

.corona-popup-content .corona-secont-txt a:hover{
      color: #000;
    background: #efefef;
    border: 1px solid #000;
}


