html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  color: var(--grey-color-tone-ten);
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  touch-action: manipulation;
  width: 100vw;
  overflow-x: hidden;
}
img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    font-size: 12px;
}
a {
  text-decoration: none;
  transition: all .3s ease 0s;
  color: var(--secondary-color);
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
:focus {
  outline: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  line-height: normal;
  padding: 0;
  color: var(--primary-color);
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
form {
  display: inline
}
fieldset {
  border: 0;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%
}
legend {
  display: none
}
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%
}
caption, td, th {
  vertical-align: top;
  font-weight: 400;
  text-align: left
}
p {
  margin: 0 0 10px
}
strong {
  font-weight: 500
}
address, cite {
  font-style: normal
}
blockquote, q {
  quotes: none
}
q:after, q:before {
  content: ''
}
big, small {
  font-size: 1em
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.hidden {
  display: block!important;
  border: 0!important;
  margin: 0!important;
  padding: 0!important;
  font-size: 0!important;
  line-height: 0!important;
  width: 0!important;
  height: 0!important;
  overflow: hidden!important
}
.nobr, .nobr a {
  white-space: nowrap!important
}
.wrap {
  white-space: normal!important
}
.a-left {
  text-align: left!important
}
.a-center {
  text-align: center!important
}
.a-right {
  text-align: right!important
}
.v-top {
  vertical-align: top
}
.v-middle {
  vertical-align: middle
}
.f-left, .left {
  float: left!important
}
.f-right, .right {
  float: right!important
}
.f-none {
  float: none!important
}
.f-fix {
  float: left;
  width: 100%
}
.a-justify {
  text-align: justify!important
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0!important
}
.no-padding {
  padding: 0!important
}
.no-bg {
  background: 0 0!important
}
.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden
}
.noborder {
  border: none!important
}
.page, .wrapper {
  float: left;
  width: 100%;
}
.page-print {
  background: var(--white-color);
  padding: 25px 30px;
  text-align: left
}
.page-empty {
  background: var(--white-color);
  padding: 20px;
  text-align: left
}
.page-popup {
  background: var(--white-color);
  padding: 25px 30px;
  text-align: left
}
.main-container {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.main {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 520px;
}
.col-left {
  float: left;
  max-width: 330px;
  padding: 0;
  width: 100%;
}
.col-main {
  float: left;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.col-right {
  float: right;
  width: 300px;
  padding: 0
}
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
}
.col2-left-layout .col-main {
  float: right;
  max-width: calc(100% - 350px);
  width: 100%;
}
.col2-right-layout .col-main{
  max-width: calc(100% - 320px);
  width: 100%;
}
.col3-layout .col-main {
  width: 475px;
  margin-left: 17px
}
.col3-layout .col-wrapper {
  float: left;
  width: 687px
}
.col3-layout .col-wrapper .col-main {
  float: right
}
.col2-set .col-1 {
  float: left;
  width: 48.5%
}
.col2-set .col-2 {
  float: right;
  width: 48.5%
}
.col2-set .col-narrow {
  width: 32%
}
.col2-set .col-wide {
  width: 65%
}
.col3-set .col-1 {
  float: left;
  width: 32%
}
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%
}
.col3-set .col-3 {
  float: right;
  width: 32%
}
.col4-set .col-1 {
  float: left;
  width: 23.5%
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%
}
.col4-set .col-3 {
  float: left;
  width: 23.5%
}
.col4-set .col-4 {
  float: right;
  width: 23.5%
}
.std {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc;
  padding-left: 18px;
  margin: 0 0 10px 0;
}
.std dl dt {
  font-weight: 400;
}
.std dl dd {
  margin: 0 0 10px 0;
  text-align: justify;
}
.std ul ul {
  list-style-type: circle;
}
.std ol ol, .std ol ul, .std ul ol, .std ul ul {
  margin: .5em 0;
}
.std dt {
  font-weight: 700;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std address {
  font-style: normal;
}
.std b, .std strong {
  font-weight: 700;
}
.std em, .std i {
  font-style: italic;
}
select option {
  padding-right: 10px
}
select.multiselect option {
  border-bottom: 1px solid var(--grey-color-tone-five);
  padding: 2px 5px
}
select.multiselect option:last-child {
  border-bottom: 0
}
textarea {
  overflow: auto
}
input.radio {
  margin-right: 3px
}
input.checkbox {
  margin-right: 5px
}
button.button {
  border: 0;
  padding: 0;
  margin: 0;
  background: 0;
  cursor: pointer;
  width: auto;
}
a.button, button.button span {
  display: block;
  text-align: center;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  padding: 10px 15px;
  font-size:clamp(16px,3vw,16px);
  line-height: 26px;
  font-weight: 400;
  white-space: nowrap;
  color: var(--white-color);
  transition: all 0.3s ease 0s;
}
button.button span {
  width: 100%
}
a.button:hover, button.button:hover span {
  background-color: transparent;
  color: var(--primary-color);
  transition: all .3s ease 0s;
}
button.button span span {
  background: 0;
  border: 0;
  padding: 0
}
button.button:hover span span {
  background: 0
}
button.disabled span {
  border-color: var(--grey-color-tone-five)!important;
  background: var(--grey-color-tone-five)!important
}

button.btn-checkout span span {
  padding: 0
}
p.control input.checkbox, p.control input.radio {
  margin-right: 6px
}
input.input-text:focus, select:focus, textarea:focus {
  background-color: var(--text-focus-element);
}
.form-list-narrow li {
  margin-bottom: 0
}
.form-list-narrow li .input-box {
  margin-bottom: 6px
}
.form-list-narrow li.wide .input-box, .form-list-narrow li.wide select {
  width: 260px
}
.form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea {
  width: 254px
}
.form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-suffix .input-box {
  width: auto
}
.form-list .name-prefix {
  width: 65px
}
.form-list .name-prefix select {
  width: 55px
}
.form-list .name-prefix input.input-text {
  width: 49px
}
.form-list .name-suffix {
  width: 65px
}
.form-list .name-suffix select {
  width: 55px
}
.form-list .name-suffix input.input-text {
  width: 49px
}
.form-list .name-middlename {
  width: 70px
}
.form-list .name-middlename input.input-text {
  width: 49px
}
.form-list .customer-name-prefix-middlename .name-firstname, .form-list .customer-name-prefix-middlename-suffix .name-firstname {
  width: 140px
}
.form-list .customer-name-prefix-middlename .name-firstname input.input-text, .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text {
  width: 124px
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px
}
.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px
}
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px
}
.form-list .customer-name-middlename .name-firstname, .form-list .customer-name-prefix .name-firstname {
  width: 210px
}
.form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname, .form-list .customer-name-suffix .name-lastname, .form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px
}
.form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text, .form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text {
  width: 189px
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month, .form-list .customer-dob .dob-year {
  float: left
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px
}
.form-list .customer-dob label {
  font-size: 10px;
  font-weight: 400;
  color: var(--grey-color-tone-ten);
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
  width: 60px
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
  width: 46px
}
.form-list .customer-dob .dob-year {
  width: 140px
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px
}
.buttons-set {
  float: left;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right
}
p.back-link {
  margin: 0
}
.buttons-set button.button.back-link, a.back-link {
  float: left;
  margin: 0;
  background: #a0a0a0;
  color: var(--white-color);
  font-size: 17px;
  width: 144px;
  text-align: center;
  border: 2px solid #a2a2a2;
  padding: 12px 15px
}
.buttons-set-order {
  margin: 10px 0 0
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0
}
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: var(--error-color);
  display: inline-block;
}
.validation-failed {
  border: 1px dashed var(--error-color) !important;
  background-color: rgba(240, 80, 34, 0.12) !important;
}
.v-fix {
  float: left
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative
}
.col1-layout>.col-main {
  float: none;
  width: auto;
  padding: 0;
}
.page-title {
  float: left;
  width: 100%;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-title h1, .page-title h2 {
  font-size: 42px;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left
}
.page-title .separator {
  margin: 0 3px
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
  display: none
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
  float: left
}
.sub-title, .subtitle {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0
}
.productlist.hidetable li:nth-child(even) {
  background: #f3f3f3;
}
.productlist.hidetable li:hover {
  background-color: #CCE2FF;
}
.hidetable {
  width: 100% !important;
}
.min_plus {
  margin-top: 0 !important;
}
.info-box {
  background: url(../images/bkg_block-title.gif) repeat-x var(--white-color);
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px
}
.info-box h2 {
  font-weight: 700;
  font-size: 13px
}
.info-table th {
  font-weight: 700;
  padding: 2px 15px 2px 0
}
.info-table td {
  padding: 2px 0
}
.btn-remove:hover {
  background: var(--site-main-sprites) -40px -2017px no-repeat
}
.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_previous.gif) no-repeat;
  text-indent: -999em;
  overflow: hidden
}
.btn-remove2 {
  display: block;
  width: 40px;
  height: 55px;
  font-size: 0;
  line-height: 0;
  background: var(--site-main-sprites) -5px -1853px no-repeat;
  text-indent: -999em;
  overflow: hidden
}
.btn-remove2:hover {
  background: var(--site-main-sprites) -5px -1917px no-repeat
}
.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: var(--site-main-sprites) 0 -1992px no-repeat;
  text-indent: -999em;
  overflow: hidden
}
.btn-edit:hover {
  background: var(--site-main-sprites) 0 -2017px no-repeat
}
.cards-list dt {
  margin: 5px 0 0
}
.cards-list .offset {
  padding: 2px 0 2px 20px
}
.separator {
  margin: 0 3px
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden
}
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: var(--dark-color)
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  text-align: left
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px
}
.demo-notice {
  margin: 0;
  background: #d75f07;
  padding: 5px 10px 6px 10px;
  color: var(--white-color);
  line-height: 1em;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: 0;
  text-align: center
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0
}
.category-description {
  margin: 0 auto!important;
  width: 930px
}
.col2-left-layout .category-description {
  width: 765px
}
.sorter .view-mode {
  float: left;
  margin: 0
}
.sorter .sort-by {
  padding: 0 20px;
  border-right: 1px solid #ddd;
  display: inline-block
}
.pager .limiter, .sorter .limiter, .sorter .sort-by {
  float: right
}
.sorter .limiter select {
  width: 70px;
  padding: 0;
  margin: 0;
  font-size: 13px
}
.sorter .sort-by label {
  vertical-align: middle;
  color: #242a31;
  float: left;
  font-size: 14px;
  padding: 0 8px 0 0
}
.sorter .sort-by select {
  padding: 3px;
  margin: 0;
  vertical-align: middle;
  width: 160px
}
.pager .limiter label, .sorter .limiter label {
  padding: 0 5px 0 0;
  float: left
}
.pager .amount, .sorter .amount {
  float: left;
  margin: 0
}
.pager .amount strong, .sorter .amount strong {
  font-weight: 300
}
.pager, .toolbar {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 15px;
  margin: 15px 0
}
.toolbar-bottom {
  float: left;
  width: 100%;
  margin: 20px 0 0
}
.pager {
  padding: 0
}
.pager .limiter select {
  padding: 3px;
  float: left;
  font-size: 13px;
  width: 70px
}
.pager .pages {
  margin: 0;
  padding: 7px 0 0
}
.pager .pages ol {
  display: inline
}
.pager .pages li {
  height: 30px;
  margin: 0 0 1px
}
.pager .pages li a, .pager .pages li span.current {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #CCC;
  color: var(--dark-color);
  display: inline-block;
  font-size: 12px;
  font-weight: initial;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 1px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 35px
}
.pager .pages li a:hover, .pager .pages li span.current {
  background-color: #27a7ec;
  color: var(--white-color);
  border-color: #27a7ec
}
.pager .pages li a.next, .pager .pages li a.previous {
  width: 35px!important
}
.block .block-title {
  background: var(--secondary-color);
  padding: 6px 20px
}
.block .block-title strong {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 300
}
.block .block-title a {
  text-decoration: none!important
}
.block .block-content .product-name a:hover {
  color: var(--secondary-color)
}
.block .actions a:hover {
  background: #545454
}
.block li.even, .block li.odd {
  background-color: var(--white-color);
}
.block-related input.checkbox {
  float: left
}
.block-related .product {
  margin-left: 20px
}
.line {
  border-top: 1px solid #d5d5d5;
  margin: 5px auto
}
.triangle {
  border-color: #d5d5d5 transparent transparent;
  border-style: solid;
  border-width: 7px 5.5px 0;
  height: 0;
  margin-left: 30px;
  width: 0
}
#separator {
  margin: 0 auto;
  width: 937px
}
ul.bulleted {
  list-style: disc url(../images/list-style.png);
}
ul.checked {
  list-style: disc url(../images/checked-bullet.png)
}
.bulleted li {
  color: #4c525a;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px
}
#product-attributes:after, .add-to-box:after, .add-to-cart:after, .advanced-search-summary:after, .block li.item:after, .block-poll li:after, .blurb_row:after, .box-account .box-head:after, .box-reviews li.item:after, .box-reviews:after, .box-tags li.item:after, .breadcrumbs:after, .cart .crosssell li.item:after, .cart-collaterals:after, .cart:after, .cat_prod_cell .price-box:after, .checkout-progress:after, .clearer:after, .col-main:after, .col2-set:after, .col3-layout .product-options-bottom .price-box:after, .col3-set:after, .col4-set:after, .compatible:after, .dashboard .box .box-title:after, .footer-container .bottom-container:after, .footer-container:after, .footer:after, .ftr_soc:after, .gift-messages-form .item:after, .group-select li:after, .header .quick-access:after, .header-container .top-container:after, .header-container:after, .header:after, .hp-categ-blurbs:after, .main:after, .multiple-checkout .place-order:after, .opc .step-title:after, .page-print .print-head:after, .pager:after, .product-essential:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .product-tabs-content:after, .product-tabs:after, .product-view .box-tags .form-add:after, .product-view .product-img-box .more-views ul:after, .product-view .product-shop .price-box:after, .product-view .product-shop .short-description:after, .product-view:after, .productquestions-container:after, .products-grid:after, .qa_box ul.qa-boxes:after, .qa_box:after, .search-autocomplete li:after, .send-friend .form-list li p:after, .sorter:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden
}
.col-right .block .block-title {
  border: 0;
  height: 48px;
  margin: 0 0 0 7px;
  padding: 0
}
.col-right .block .block-content {
  padding: 0 10px 10px
}
.child-title h2 {
  color: var(--white-color);
}
.child-title a:hover, .payment-method a:hover {
  background: 0;
  color: var(--primary-color)
}
.child-title a:hover h2, .payment-method a:hover h2 {
  color: var(--primary-color)
}
.payment-method {
  padding: 0;
  text-indent: 20px
}
.payment-method h2 {
  padding: 0;
}
.options-list .product-name {
  float: left;
  border: 0;
  margin: 0;
  height: 15px;
  font-size: 14px
}
.options-list .actions {
  min-height: 20px;
  margin: 0
}
.cat_prod_cell .price-box span span.dwld-span {
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
}
.cat_prod_cell .price-box span span.dwld-span .dwld-icon {
  display: inline-block;
  background-image: url(../images/dwld-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 100%;
  width: 25px;
}
.product-view .product-essential .product-options-bottom {
  clear: both
}
.product-view .product-essential .product-options-wrapper {
  width: 190px
}
button.submit-request-btn {
  float: right
}
.able th {
  font-size: 17px;
  color: var(--secondary-color);
  font-weight: 400
}
.able td {
  font-size: 17px;
  font-weight: 300
}
.login-information .info-main .info-footer .buttons-set {
  display: flex;
  margin-top: 8%;
}
.info-middle p.agree_msg_links {
  float: left;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 400;
}
.info-middle p.register-note-msg {
  font-size: 16px;
  color: var(--grey-color-tone-four);
  font-weight: 400;
  text-align: justify;
}
.info-middle p.agree_msg_links>a {
  color: var(--white-color);
}
.info-middle p.agree_msg_links>a:hover {
  text-decoration: underline;
}
.select-bx-stylis .nice-select {
  background-color: var(--grey-color-tone-eight);
  height: 45px;
  color: var(--grey-color-tone-four);
  border-radius: 6.1082px;
  box-shadow: 0px 0px 3.39344px rgb(0 0 0 / 25%);
  font-family: 'Poppins',sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: none;
  width: 100%;
}
.select-bx-stylis .nice-select .list {
  max-height: 210px;
  overflow: auto;
  width: 100%;
}
.select-bx-stylis .nice-select .list::-webkit-scrollbar {
  width: 10px;
}
.select-bx-stylis .nice-select .list::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 10px;
}
.select-bx-stylis .nice-select .list::-webkit-scrollbar-track {
  border-radius: 10px;
}
.select-bx-stylis .nice-select .option {
  line-height: 20px !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  white-space: inherit;
  height: auto;
  margin-bottom: 5px;
  min-height: 30px;
}
.input-box.select-bx-stylis.rm-stylis-arrow:before {
  background-image: none;
}
.num_prefix {
  float: left;
  min-width: 30px;
  background-color: #dbdcdc;
  text-align: center;
  font-size: 20px;
  height: 46px;
  border: 1px solid #cacaca;
  line-height: 43px;
  border-radius: 6px 0 0 6px;
}
.num_prefix+.input-text {
  border-radius: 0px;
  border-left: 0;
  width: 48px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  height: 46px;
}
.input-box.select-bx-stylis {
  position: relative;
}
.select-bx-stylis select {
  background-color: var(--signin-text-box-bg);
  height: 45px;
  color: var(--grey-color-tone-four);
  border-radius: 6.1082px;
  box-shadow: 0 0 3.39344px var(--signin-text-shadow);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  border: var(--signin-text-bcvalue);
  appearance: none;
  padding-right: 30px;
  background-image: url(../images/sprites/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 21px;
}
.field.f_btn {
  margin-top: 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.mmac-show {
  display: none;
}
.account-create {
  float: left;
  width: 100%
}
.account-create .form-list {
  float: left;
  width: 100%;
  border: 1px solid #cacaca;
  padding: 30px;
  margin-bottom: 25px
}
.account-create .buttons-set button.button {
  float: left;
  min-width: 144px
}
.account-create .buttons-set button.button span {
  background: var(--secondary-color);
  border-color: var(--secondary-color)
}
.account-create .buttons-set p.required {
  float: left;
}
.account-create .account_type_title {
  float: left;
  width: 100%;
  padding-bottom: 10px
}
.account-container input.validate-number+input {
  width: 87%;
}
.account-container .formcol-left {
  float: left;
  width: 50%;
}
.account-container .form-col-right {
  float: right;
  width: 50%;
}
.account-container .form-col-right>img.regstep-1, .account-container .form-col-right>img.regstep-2 {
  width: 100%;
  margin-top: -2%;
  cursor: pointer;
}
.account-container .form-col-right>img.regstep-3 {
  width: 100%;
  margin-top: -10%;
}
.dashboard {
  float: left;
  width: 100%
}
.box-account {
  float: left;
  width: 100%;
  margin-bottom: 30px
}
.box-account .box-head {
  padding: 10px 15px;
  background: #f9f9f9;
  margin: 0 0 15px
}
.box-account .box-head h2 {
  padding: 0;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 300;
  float: left
}
.box-account .page-head {
  padding: 10px 15px;
  background: #f9f9f9;
  margin: 0 0 15px
}
.box-account .page-head h2 {
  padding: 0;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 300;
  float: left
}
.box-account .box-head a {
  float: right;
  font-weight: 400;
  font-size: 14px
}
.box-account .col2-set {
  padding: 30px 40px;
  float: left;
  width: 100%;
  border-bottom: solid 1px #cacaca
}
.box-account .col2-set:last-child {
  border-bottom: none 0
}
.box-info {
  border: 1px solid #cacaca;
  float: left;
  width: 100%;
}
.box-info .box .box-content h4, .box-info .box .box-title h3 {
  padding: 0;
  margin: 0 30px 0 0;
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
  float: left;
  line-height: 24px
}
.box-info .box .box-content h4 {
  padding-bottom: 10px
}
.box-info .box .box-title a {
  font-size: 14px;
  color: #a2a2a2;
  padding: 0 0 0 22px;
  line-height: 24px;
  background: var(--site-main-sprites) 0 -1489px no-repeat
}
.box-info .box .box-title a:hover {
  color: var(--primary-color)
}
.box-account .box .box-content {
  font-size: 14px;
  color: #a0a0a0;
  line-height: 22px
}
.box-account .box .box-content p {
  margin: 0
}
.box-account .box .box-content address {
  clear: both;
  display: block
}
.box-account .box .box-content a {
  color: var(--secondary-color)
}
.box-account .box .box-content a:hover {
  color: var(--primary-color)
}
.my-account .createorder-form .buttons-set button.button span {
  line-height: normal;
  padding: 5.7px 10px;
}
.my-account .createorder-form .buttons-set button.button span>span {
  padding-top: 2px;
}
body.customer-address-form .buttons-set .button span {
  line-height: 22px;
}
.order-info {
  float: left;
  width: 100%;
  font-weight: 400
}
.order-info dt {
  float: left
}
.cart-table button.button {
  float: left;
  margin-right: 10px;
  width: 210px
}
.order-details {
  float: left;
  width: 100%;
  margin-bottom: 30px
}
.order-details h2 {
  background: #f9f9f9;
  margin: 0 0 15px;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 300
}
.order-details h2 span.separator {
  display: none
}
.order-details h2 a {
  float: right;
  font-weight: 400;
  font-size: 14px
}
.box-recent ol {
  float: left;
  width: 100%
}
.box-recent ol li span.price {
  float: none
}
.box-recent ol li {
  float: left;
  width: 100%;
  margin-bottom: 10px
}
.box-recent ol li label, .box-recent ol li strong {
  font-size: 14px;
  font-weight: 400
}
.box-recent ol li .form-list label {
  font-weight: 300;
  font-size: 15px;
  display: block
}
.box-recent ol li .form-list input.required-entry {
  width: 50%;
  padding: 9px;
  margin-right: 10px
}
.customercredit-box .box-recent ol li .form-list input.required-entry {
  padding: 12px;
  clear: both;
  float: left
}
.customercredit-box .box-recent ol li .form-list li button.button {
  float: left
}
.customcredit-list li {
  float: left;
  margin-right: 15px
}
.customcredit-list li label {
  font-size: 15px
}
.customcredit-list li input.input-text {
  padding: 9px
}
.customercredit-box .customcredit-list li input.input-text {
  padding: 12px
}
.brokenscreens-createorder .form-list select {
  font-size: 14px
}
.brokenscreens-createorder .createorder-form .checkbox-options select.required-entry {
  padding: 5px 10px;
  width: 99.5%
}
.brokenscreens-createorder .createorder-form .total-options {
  float: left;
  width: 100%
}
.brokenscreens-createorder .createorder-form .total-options input.input-text {
  padding: 10px
}
.cms-questions dl {
  margin: 0
}
.cms-questions dt span {
  color: var(--dark-color);
  padding-right: 15px
}
.cms-questions dd {
  font-size: 14px;
  line-height: 30px;
  color: #737373;
  font-weight: 300;
  padding: 10px 15px 30px;
  margin: 0
}
.cms-questions dd strong {
  font-weight: 500
}
.cms-questions dd ul {
  margin: 0;
  padding: 0
}
.cms-questions dd ul li {
  display: block;
  padding: 5px 0
}
.cms-questions dd h4 {
  color: #333;
  padding: 15px 0 5px;
  font-size: 15px;
  font-weight: 400
}
.cms-questions dd ol {
  margin: 0;
  padding: 0
}
.cms-questions dd ol li {
  display: block;
  padding: 5px 0;
  font-size: 14px
}
.col-main .std #header-2 p {
  font-size: 14px;
  text-align: justify
}
.col-main .std #content h3 {
  background: var(--site-main-sprites) no-repeat scroll left -860px;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 10px 10px 10px 26px
}
#content h3 p.sub-title-content {
  text-align: justify;
  margin-top: 5px
}
.customer-notice.field {
  border: 1px solid #d9dde3;
  border-bottom: none 0;
  border-top: 1px solid #d9dde3;
  padding: 20px 30px 30px
}
.customer-notice.field>textarea {
  width: 98%;
  min-height: 80px
}
.data-table .credit-payment h3.legend {
  padding-bottom: 10px
}
.my-account .pager .limiter label, .my-account .sorter .limiter label {
  line-height: 44px;
  margin-right: 15px
}
.my-account .pager .amount, .my-account .sorter .amount {
  line-height: 46px
}
.my-account #my-sublogins a.btn-edit, .my-account #my-sublogins a.btn-remove {
  float: left;
  margin: 5px 10px
}
.limiter label, .pager .amount {
  position: relative;
  left: 10px
}
.pro-return-container-label .product-name label {
  text-align: center;
  margin-right: 2em
}
.pro-return-container-label .product-qty label {
  text-align: center;
  margin-left: 0
}
.pro-return-main-container .product-reason select {
  font-size: 13px
}
.pro-return-container-label .product-comments label, .pro-return-container-label .product-reason label {
  text-align: center
}
.shipment-info {
  padding: 20px 15px
}
.qty-box input.pertotal {
  border: 0;
  color: var(--primary-color);
  float: left;
  margin-top: 1px;
  text-align: center
}
.shipping-method {
  color: #737373;
  float: left;
  width: 100%
}
.shipping-method h2, .shipping-method h3 {
  background: #f9f9f9;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  padding: 10px;
  margin-bottom: 10px
}
.shipping-method ul {
  margin-bottom: 30px
}
.shipping-method ul li {
  padding: 5px 0
}
.shipping-method p {
  margin-bottom: 10px
}
.shipping-method p.last {
  margin-bottom: 30px
}
.mycredicard-number input:focus {
  background-color: var(--white-color);
}
.horizontalTab {
  float: left
}
#toTop {
  border: 2px solid #e2e1df;
  display: none;
  position: fixed;
  right: 27px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  z-index: 10000000;
  bottom: 15%;
  border-radius: 25px;
  opacity: .4;
  filter: alpha(opacity=40)
}
#toTop:hover {
  opacity: .8;
  filter: alpha(opacity=80)
}
#toTop span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 22px;
  border-color: transparent transparent #21ade7 transparent;
  margin: 10px 9px;
  display: block
}
.std img {
  max-width: 100%
}
#payment_form_mygateway .input-box b {
  position: inherit;
  float: left;
  margin-right: 8px;
}
.input-box>b {
  margin-top: 9px;
  position: absolute;
}
#payment_form_mygateway .input-box #mygateway_cc_owner {
  float: left;
  display: inline;
  width: auto;
  pointer-events: none;
}
.sticky {
  position: fixed;
  z-index: 200;
  max-width: 100%;
  transition: all .4s ease-in-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s
}
#inline_content {
  padding: 10px;
  background: var(--white-color);
}

.valid_html_sign {
  float: left
}
.valid_html_sign img {
  position: relative;
  margin-right: 10px;
  top: 10px
}
.padder .product-specs {
  padding: 0 20px
}
#product_tabs_cms1_contents, #product_tabs_cms3_contents {
  border: 1px solid #d5d5d5;
  border-top: 0;
  padding: 20px 0
}
.justify-text {
  float: left;
  text-align: justify
}
#payment_form_paypal_express li.form-alt {
  float: left;
  text-align: justify
}
.top-arrow {
  position: absolute;
  right: 18px;
  border: 1px solid #ddd
}
.top-arrow .nav_up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 9px 0;
  border-color: #21ade7 transparent transparent transparent;
  margin: 7px 6px;
  display: block;
  cursor: pointer
}
.dow-arrow {
  position: absolute;
  right: 18px;
  bottom: -1px;
  border: 1px solid #ddd
}
.dow-arrow .nav_down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 15px;
  border-color: transparent transparent #21ade7 transparent;
  margin: 7px 6px;
  display: block;
  cursor: pointer
}
.pos-arraow {
  position: relative;
  float: right;
  width: 5%;
  top: 33px;
  right: -49px;
  display: none
}
.form-line {
  margin: 0;
  float: left;
  width: 100%
}
.width-32 {
  width: 32%
}
.b-right {
  border-right: 0 none
}
.cms-questions dt {
  background: var(--site-main-sprites) no-repeat scroll left -860px;
  color: var(--secondary-color);
  padding: 10px 10px 10px 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
.cat-icon {
  background: var(--site-main-sprites) no-repeat scroll left -862px;
  color: var(--secondary-color);
  padding: 10px 0 5px 30px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 18px
}
.border-table thead {
  text-transform: uppercase
}
.border-table td {
  border-bottom: 1px solid #d5d5d5!important;
  font-weight: 400!important;
  font-size: 14px!important;
  text-transform: uppercase!important
}
.border-table tfoot td {
  color: var(--primary-color)!important;
  font-size: 18px!important;
  font-weight: 600!important
}
.legend-block {
  float: left;
  width: 100%;
  margin: 0 0 15px
}
.legend-block h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 1px solid #18a6f0;
  background: #18a6f0
}
.legend-block .legend-inner-block {
  border-right: 1px solid #d5d5d5;
  float: left;
  padding: 10px;
  width: 25%;
  min-height: 218px
}
.legend-inner-block .title-legend {
  color: var(--white-color);
  text-transform: uppercase;
  background: #aeaeae;
  padding: 4px;
  font-weight: 400
}
.legend-inner-block li {
  line-height: 28px;
  text-align: justify;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300
}
.legend-inner-block:last-child {
  border-right: 0 none
}
.products-grid .product-image img.additional_img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: none
}
.triangle-border {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0;
  border-color: #aeaeae transparent transparent transparent;
  position: relative;
  top: 4px;
  margin-left: 12px
}
.product-gurentee {
  float: left;
  height: 84px;
  margin: 5% 0 7%;
  max-width: 100%
}
.product-gurentee img {
  max-width: 85.2%
}
.block-title h1 {
  text-transform: uppercase;
  color: #58b0da;
  font-size: 20px;
  font-weight: 700
}
.block-bg {
  background: #efefef var(--site-main-sprites) no-repeat scroll 12px -849px!important;
  box-shadow: 1px 1px 1px #ddd;
  -webkit-box-shadow: 1px 1px 1px #efefef;
  padding-left: 38px!important;
}
.viewdetail-newsletter {
  float: left;
  width: 100%;
  margin: 10px 0 0
}
.cat-ac.padd {
  padding: 0 0 5px 25px
}
.text-uppercase {
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-bottom: 5px
}
#my-credit-log-table .chk-type {
  font-size: 16px;
  padding: 10px 46px 0 0
}
.pr-label span.price {
  color: var(--primary-color)!important;
  font-size: 16px
}
.due-pr span.price {
  font-size: 32px;
  color: var(--primary-color)!important;
  font-weight: bold
}
.total-due {
  font-size: 25px;
  font-weight: bold;
  margin-right: 5px
}
table#my-credit-log-table .notes {
  color: var(--secondary-color);
  font-size: 20px
}
.button-center {
  width: 30%;
  margin: 5px auto
}
.std li {
  display: block
}
.std>p {
  padding-left: 22px
}
.sub-title-content {
  padding-left: 22px
}
.product-view .tabs li.last {
  border-right: 0
}
.product-view .tabs a:hover {
  background-color: #ddd;
  color: #444;
  text-decoration: none;
}
#product_tabs_tags_tabbed_contents.input-box input {
  width: 300px
}
#product_tabs_tags_tabbed_contents .input-box {
  width: 300px;
  float: left;
  margin-right: 10px
}
#product_tabs_related_tabbed_contents li {
  float: left;
  margin-right: 10px
}
#product_tabs_related_tabbed_contents ol {
  clear: both
}
.product-collateral:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
  zoom: 1
}
#sidebarWrap .sidefull-width {
  width: 300px;
  margin-top: 125px;
  position: fixed;
  top: 172px;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  border: 1px solid #d5d5d5
}
.sidefull-width .legend-inner-block {
  width: 100%;
  min-height: 0;
  border: 0;
  padding: 0
}
.sidefull-width .legend-inner-block ul li {
  border-bottom: 1px dashed #d5d5d5;
  font-size: 12px;
  line-height: 20px;
  padding-left: 15px
}
.level2.nav-2-1-1.first>a span, .level2.nav-2-4-1.first>a span {
  color: var(--primary-color)!important
}
.blank_row {
  background: #f9f9f9!important
}
.legend-inner-block li:last-child {
  border-bottom: 0 none!important
}
.blank_row>td {
  border: medium none
}
.order-item>td {
  vertical-align: middle
}
.leftside-arrow {
  background: #f0f0f0;
  border-radius: 40px;
  cursor: pointer;
  float: left;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  width: 30px;
  position: absolute;
  right: -28px;
  top: 100px
}
.fix-position {
  float: left;
  height: 200px;
  overflow-y: scroll;
  width: 300px
}
.relative-block {
  position: fixed;
  float: left;
  left: -301px;
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s
}
.left-0 {
  left: 158px
}
.legend-inner-block>ul {
  margin: 0 0 10px
}
.color-blue {
  color: var(--secondary-color);
  font-weight: 500!important
}
.color-red {
  color: var(--primary-color);
  font-size: 20px!important;
  font-weight: 500!important
}
.b-top {
  border-top: 1px solid #d5d5d5
}
.color-blue-big-font {
  color: var(--secondary-color);
  font-weight: 500!important;
  font-size: 20px!important
}
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em
}
.bs-center {
  width: 80%;
  margin: 0 auto;
  display: block
}
.my-pagination .pager .pager .pages {
  margin: 0;
  text-align: center
}
.sep-block {
  display: inline!important
}
.iphone-text .links-btn {
  background: #2b8dd8 none repeat scroll 0 0;
  border: 2px solid #2b8dd8;
  color: var(--white-color);
  font-size: 18px;
  padding: 8px 26px;
  text-transform: uppercase;
  border-radius: 20px;
  display: block;
  min-width: 234px;
}
.iphone-adv-block .iphone-text {
  left: calc(50% - 116px);
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  bottom: 12%;
}
.width-46 {
  width: 46%
}
#paypal_id {
  float: left;
  font-weight: 400;
  margin: 33px 0 0;
  width: 98%
}
#paypal_id label {
  float: left;
  margin: 0 0 5px
}
.address-bar {
  margin: 30px 0 0;
  float: left;
  width: 90%
}
#form-validate>#comment {
  float: left;
  width: 90%
}
#toBottom {
  background-repeat: no-repeat;
  border: 2px solid #e2e1df;
  border-radius: 25px;
  bottom: 60%;
  height: 50px;
  opacity: .4;
  position: fixed;
  right: 5px;
  width: 50px;
  z-index: 10000000;
  display: none
}
#toBottom span {
  border-color: transparent transparent #21ade7;
  border-style: solid;
  border-width: 0 14px 22px;
  display: block;
  height: 0;
  margin: 15px 9px;
  width: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}
#payment-buttons-container p.back-link a {
  background: #a2a2a2 none repeat scroll 0 0;
  border: 2px solid #a2a2a2;
  color: var(--white-color);
  float: left;
  font-size: 17px;
  margin: 0;
  min-width: 145px;
  padding: 12px 15px;
  text-align: center
}
.footer-links {
  float: left;
  width: 45%;
  margin: 0 2.5%
}
.b-right0 {
  border-right: 0 none
}
.account-login {
  width: 100%;
  float: left
}
.account-login .page-title>p {
  display: none;
}
.add-1 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
  background: url(../images/sprites/sprite-2.png) no-repeat scroll left 4px;
  padding-left: 50px;
  float: left
}
.add-2 {
  font-size: 16px;
  font-weight: 500;
  background: url(../images/sprites/sprite-2.png) no-repeat scroll left -32px;
  padding-left: 50px;
  float: left
}
.call-us {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 700;
  background: url(../images/sprites/sprite-2.png) no-repeat scroll left -113px;
  padding: 20px 0;
  display: none;
}
.call-us>b {
  margin-left: 47px
}
.sm-footer {
  float: left;
  width: 33.333%;
  margin-top: 9px;
  display: block;
  text-align: center;
}
.brokenscreens-createorder .add-to-box {
  position: fixed;
  right: -69px;
  top: 410px;
  transition: all .3s ease 0s;
  z-index: 99
}
.brokenscreens-createorder .category-products .add-to-cart button.btn-cart {
  background: var(--primary-color) none repeat scroll 0 0;
  padding: 7px 14px
}
.brokenscreens-createorder .add-to-cart button.btn-cart span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase
}
.brokenscreens-createorder .add-to-cart button.btn-cart:hover {
  background: var(--secondary-color) none repeat scroll 0 0
}
.brokenscreens-createorder .add-to-cart button {
  background: var(--primary-color) none repeat scroll 0 0;
  padding: 7px 8px
}
.brokenscreens-createorder .add-to-box:hover {
  right: 0
}
.popupContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 10000
}
.popupWrapper {
  width: 70%;
  margin: 45px auto
}
.popupBox {
  background-color: var(--white-color);
  border-radius: 4px
}
.popupBox .popup-header {
  background: #1fc4f4 none repeat scroll 0 0;
  float: left;
  text-transform: uppercase;
  width: 100%
}
.popup-header>h2 {
  color: var(--white-color);
  float: left;
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 55px;
  text-align: center;
  width: 95%
}
.popup-header>a {
  background: #ddd none repeat scroll 0 0;
  color: #e00f26;
  float: right;
  font-size: 20px;
  padding: 17px;
  text-align: center;
  width: 5%;
  text-shadow: 1px 1px 1px #d5d5d5;
  -webkit-text-shadow: 1px 1px 1px #d5d5d5
}
.popup-header>a:hover {
  background: #e00f26;
  color: var(--white-color);
}
.popupBox .popup-content {
  background: var(--white-color) none repeat scroll 0 0;
  float: left;
  height: 510px;
  overflow-y: scroll;
  padding: 20px;
  width: 100%;
  border-bottom: 5px solid #2ac6f4;
  border-left: 5px solid #2ac6f4
}
.popup-content>img {
  float: left;
  width: 100%
}
.btn-left {
  float: left;
  margin: 0 0 7px
}
.btn-right {
  float: right;
  margin: 0 0 10px
}
.btn-left .required {
  float: left!important
}
.bslinks>a {
  float: left;
  font-size: 17px;
  line-height: 41px;
  margin-left: 5px;
  cursor: pointer
}
.buttons-set1 {
  float: left
}
.buttons-set1 button.btn-cart1 span {
  background: #18a6f0;
  text-transform: uppercase;
  font-size: 15px;
  border: 0 none;
  padding: 1px 7px
}
.buttons-set1 button.btn-cart span {
  text-transform: uppercase;
  font-size: 15px;
  border: 0 none;
  padding: 1px 7px
}
.buttons-set1 button.btn-cart:hover {
  background-color: #18a6f0
}
.buttons-set1 button.btn-cart1:hover {
  background: #e00f26
}
.buttons-set1 button.btn-cart:hover span {
  color: var(--white-color);
}
.buttons-set1 .button.btn-cart {
  margin: 3px 6px
}
.links li.support a {
  background: rgba(0, 0, 0, 0) url(../images/sprites/sprite-2.png) no-repeat scroll -19px -574px;
  padding: 0 10px 0 18px;
  display: block
}
.links li.support {
  padding-left: 7px;
}
.links li.support a:hover {
  background-position: -19px -607px
}
.scrollarrow span:hover {
  background-color: rgba(187, 187, 187, 0.28)
}
.bottomarrow {
  cursor: pointer;
  float: left;
  padding: 6px 8px 0;
  position: absolute;
  background: rgba(187, 187, 187, 0.33) url(../images/arrow-scroll.png) no-repeat scroll center -17px;
  height: 15px;
  width: 20%;
  right: 0
}
.toparrow {
  cursor: pointer;
  height: 15px;
  padding: 0 8px 6px;
  width: 20%;
  float: left;
  position: absolute;
  bottom: 0;
  background: rgba(187, 187, 187, 0.33) url(../images/arrow-scroll.png) no-repeat scroll center 3px;
  right: 0
}
.std ul.description li:last-child {
  border-bottom: 0 none
}

.span-red {
  color: #ed1c24;
  font-weight: 500;
  font-size: 16px!important
}
.dark-fnt {
  color: #5f6162;
  font-size: 22px;
  font-weight: 400
}
.span-red-thin {
  color: #ed1c24;
  font-size: 22px;
  font-weight: 300
}

.add-to-cart a.button.btn-cart {
  border: 0 none;
  padding: 5px 11px
}
.add-to-cart a.button.btn-cart span {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase
}
.add-to-cart a.button.btn-cart:hover {
  background: #18a6f0
}
.add-to-cart a.button.btn-cart:hover span {
  color: var(--white-color);
}
#bg-change span.price {
  float: none;
  color: #e00f26
}
.p-button-set {
  float: left;
  padding-left: 25px;
  width: 20%
}
#customerprofitreport>label {
  float: left;
  width: 100%
}
.p-button-set button span {
  padding: 7.8px 30px
}
#customerprofitreport select {
  float: left;
  margin: 0 0 15px;
  width: 80%
}
.p-button-set>input#payment_submit {
  background: #e00f26 none repeat scroll 0 0;
  border: 1px solid #e00f26;
  color: var(--white-color);
  font-size: 17px;
  padding: 10px 28px;
  cursor: pointer;
  float: right
}
.p-button-set>input#payment_submit:hover {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color)
}
.customerprofitreport_table span.price {
  float: none
}
#bg-change {
  background: #f9f9f9 none repeat scroll 0 0
}
.payment-fnt {
  font-size: 17px!important
}
.payment-fnt b {
  color: var(--secondary-color)
}
.category-products h1.block-title {
  background: rgba(0, 0, 0, 0) var(--site-main-sprites) no-repeat scroll left -872px;
  border-bottom: 1px solid #ededed;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0 0 10px 30px;
  text-transform: uppercase
}
.inner big {
  background: #ddd none repeat scroll 0 0;
  float: left;
  margin: 0 0 15px;
  padding: 15px;
  width: 100%
}
.inner strong {
  color: #e00f26;
  float: left;
  font-size: 20px;
  text-align: right;
  width: 90%
}
.inner span.price {
  font-size: 23px;
  font-weight: 500
}
#review-buttons-container {
  float: right;
}
.place-order p.back-link a {
  background: #a2a2a2 none repeat scroll 0 0;
  border: 2px solid #a2a2a2;
  color: var(--white-color);
  float: left;
  font-size: 17px;
  margin: 0 14px;
  min-width: 145px;
  padding: 17px 15px;
  text-align: center
}
.multiple-checkout p.back-link {
  margin: 10px 0 0
}
.place-order p.back-link {
  margin: 0!important;
  float: right;
}
.buttons-set p.back-link a {
  background: #a2a2a2 none repeat scroll 0 0;
  border: 2px solid #a2a2a2;
  color: var(--white-color);
  float: left;
  font-size: 18px;
  min-width: 140px;
  padding: 5px 10px;
  text-align: center;
  line-height: 32px;
}
.mt-10 {
  margin-top: 10px!important
}
.redtheme-color {
  color: var(--primary-color)
}
.res-view {
  display: none
}
.cat_prod_cell .amount {
  display: none
}
.cms-ques {
  color: #383838;
  font-size: 17px;
  margin: 10px 0
}

.mini-text {
  font-size: 20px!important
}
.m-left10 {
  margin-left: 10px
}
.width0 {
  margin-right: 5px;
  margin-top: -2px;
  width: auto!important
}
.add-3 {
  float: left;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  background: url(../images/sprites/sprite-2.png) no-repeat scroll -7px -187px;
  margin: 0 9px 15px
}
.add-3>a {
  color: var(--white-color);
  padding-left: 41px
}
.main-paragraph>p {
  font-size: 16px
}
.main-paragraph {
  float: left;
  margin: 0 0 90px;
  width: 100%;
  color: #5a5757
}
.cms-center {
  color: #5a5757;
  float: left;
  width: 100%
}
.creditcard-method, .paypal-method, .fedex-method, .behalf-method {
  float: left;
  width: 47%;
  border: 3px solid var(--secondary-color);
  padding: 20px;
  position: relative
}
.creditcard-method, .paypal-method {
  min-height: 310px
}
.fedex-method, .behalf-method {
  min-height: 300px;
  width: 97.1%;
}
.creditcard-method, .fedex-method {
  margin-right: 37px;
}
.creditcard-method>h2, .paypal-method>h2, .fedex-method>h2, .behalf-method>h2 {
  color: var(--secondary-color);
  font-size: 35px;
  margin: 60px 0 7px
}
.creditcard-method .top-icon {
  background: url(../images/cmspageicons/payment-methods.png) no-repeat
}
.paypal-method .top-icon {
  background: url(../images/cmspageicons/payment-methods.png) no-repeat scroll -204px 0
}
.fedex-method .top-icon {
  background: url(../images/cmspageicons/payment-methods.png) no-repeat scroll 0 -207px
}
.behalf-method .top-icon {
  background: url(../images/cmspageicons/payment-methods.png) no-repeat scroll -204px -207px
}
.creditcard-method>p, .paypal-method>p, .fedex-method>p, .behalf-method>p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify
}
.return-cms {
  color: #5a5757;
  float: left;
  width: 100%
}
.warrenty-bx, .return-bx, .def-bx, .nost-bx {
  float: left;
  width: 47%;
  border: 3px solid var(--secondary-color);
  padding: 20px;
  position: relative
}
.warrenty-bx, .def-bx {
  margin-right: 35px
}
.return-bx, .nost-bx {
  margin-left: 35px
}
.def-bx {
  margin-top: -70px
}
.nost-bx {
  margin-top: 110px
}
.warrenty-bx, .return-bx {
  margin-top: 80px
}
.warrenty-bx>h2, .return-bx>h2, .def-bx>h2, .nost-bx>h2 {
  color: var(--secondary-color);
  font-size: 35px;
  margin: 60px 0 7px
}
.top-icon {
  float: left;
  height: 146px;
  left: 50%;
  margin-left: -64px;
  margin-top: -77px;
  position: absolute;
  top: 0;
  width: 145px;
}
.warrenty-bx .top-icon {
  background: url(../images/cmspageicons/returnpolicy.png) no-repeat
}
.return-bx .top-icon {
  background: url(../images/cmspageicons/returnpolicy.png) no-repeat scroll -186px 0
}
.def-bx .top-icon {
  background: url(../images/cmspageicons/returnpolicy.png) no-repeat scroll -382px -3px
}
.nost-bx .top-icon {
  background: url(../images/cmspageicons/returnpolicy.png) no-repeat scroll -579px 0
}
.warrenty-bx>p, .return-bx>p, .def-bx>p, .nost-bx>p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify
}
.shipping-cms {
  float: left;
  width: 100%
}
.ship-paragraph {
  float: left;
  width: 100%;
  margin: 0 0 50px
}
.ship-paragraph>p {
  font-size: 16px;
  text-align: justify
}
.ship-banner {
  float: left;
  width: 100%;
  margin: 0 0 50px
}
.ship-banner>img {
  width: 100%
}
.ship-footer {
  float: left;
  width: 100%
}
.ship-box1, .ship-box2, .ship-box3, .ship-box4, .ship-box5 {
  border: 3px solid var(--secondary-color);
  float: left;
  padding: 20px;
  width: 46%;
  margin-bottom: 30px
}
.ship-box1, .ship-box3, .ship-box5 {
  margin-right: 45px
}
.ship-box2, .ship-box4 {
  margin-left: 45px
}
.ship-box1>h3, .ship-box2>h3, .ship-box3>h3, .ship-box4>h3, .ship-box5>h3 {
  float: left;
  font-size: 18px;
  width: 100%;
  margin: 0 0 10px
}
.ship-box1>p, .ship-box2>p, .ship-box3>p, .ship-box4>p, .ship-box5>p {
  float: left;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 0;
  width: 100%
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-radius: 0!important
}
.custom-combobox {
  display: block;
  float: left;
  width: 100%
}
.product-name .custom-combobox-input {
  margin: 0;
  width: 90%;
  float: left;
  min-height: 47px;
  padding: 0 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}
.product-name .custom-combobox-toggle {
  width: 9%!important;
  border-left: 0 none!important;
  min-height: 47px
}
.product-qty .custom-combobox-input {
  margin: 0;
  width: 65%;
  float: left;
  min-height: 47px;
  padding: 0 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}
.product-qty .custom-combobox-toggle {
  width: 33%!important;
  border-left: 0 none!important;
  min-height: 47px
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 16px 0!important
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-radius: 0!important
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: 0 none!important;
  font-size: 13px!important
}
#customer_address {
  margin: 0 0 10px
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  background: #ededed none repeat scroll 0 0;
  float: left;
  max-height: 226px;
  padding: 15px;
  width: auto!important;
  overflow-y: scroll;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}
.topcart, .top-logo {
  display: none
}
.resposive-login, .resposive-logout {
  display: none
}
#nav li.nav-3:hover ul.level0, #nav li.nav-4:hover ul.level0, #nav li.nav-5:hover ul.level0 {
  left: 0
}
.singlecutoff {
  font-size: 12px;
  font-weight: 500;
  margin-left: 9px
}
.anyfutherorder {
  font-weight: 500;
  font-size: 12px
}
.count-down-timer .anyfutherorder {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-left: -10%;
  color: var(--dark-color);
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.satuday-time {
  width: 100%!important
}
.satuday-time .saturday-prioritycutoff {
  text-align: left;
  line-height: 30px
}
.button.view-cart>span {
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color)
}
.button.view-cart:hover span {
  color: var(--secondary-color)
}
li.login {
  position: relative
}
.header-login {
  background: #ededed none repeat scroll 0 0;
  border: 1px solid #ccc;
  float: left;
  margin-right: -1px;
  position: absolute;
  right: 0;
  width: 282px;
  z-index: 3400;
  box-shadow: 1px 6px 10px rgba(27, 27, 27, 0.12);
  -webkit-box-shadow: 1px 6px 10px rgba(27, 27, 27, 0.12)
}
.header-login .button {
  width: 100%;
  margin-left: 0!important
}
.header-login .button span {
  color: var(--white-color)!important;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  line-height: 10px
}
.header-login .button:hover span {
  color: var(--secondary-color)!important
}
.header-login #forgotpasswordlink {
  width: 100%;
  background-image: none;
  float: left;
  text-align: center;
  padding: 0
}
.header-login .loginmsg {
  color: var(--primary-color);
  text-align: center;
  width: 100%;
  float: left
}
.header-login .buttons-set>span#ajax_loader {
  text-align: center;
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%
}
.header-login .customer-account-forgotpassword .form-list li:last-child {
  margin: 10px 0 10px;
  width: 100%
}
.header-login .form-list {
  float: left;
  width: 100%;
  padding: 10px;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0
}
.header-login .buttons-set {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0
}
.header-login .form-list li:last-child {
  margin-top: 0;
  width: 100%
}
.header-login .custheader {
  float: left;
  width: 100%;
  background: var(--secondary-color) url(../images/header-user.png) no-repeat scroll center left 15px;
  padding: 10px
}
.custheader>h3 {
  color: var(--white-color);
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px
}
.header-login input.input-text {
  line-height: 20px;
  font-size: 13px;
  padding: 8px
}
.newuser-link {
  float: left;
  width: 100%
}
.newuser-link>a {
  float: left;
  padding: 0!important;
  font-size: 14px!important;
  color: #e00f26!important;
  background-image: none!important;
  line-height: 34px!important;
  text-decoration: underline;
  font-weight: 400!important
}

p.main-text {
  float: left;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 20px;
  text-align: justify;
  width: 100%
}
p.paragraph-footer {
  float: left;
  font-size: 15px;
  text-align: justify;
  width: 100%
}
#nav li.nav-4 ul.level0 ul.level1 {
  display: none
}
.customerwishlist {
  float: right
}
.next-cart em {
  color: #e00f26;
  font-size: 17px;
  margin-right: 2px
}
.top-header {
  float: left;
  width: 100%;
  color: var(--white-color);
  padding: 0;
  background: url(../images/sprites/header-chrismas-bckbanner.png?ver=1.0) no-repeat scroll right center;
  border-bottom: 1px solid #cc0017;
  background-size: cover;
  height: 43px;
  background-position: center -5px;
}
.top-header .shipping-title {
  float: left;
  margin: 0;
  padding: 0 15px
}
.shipping-title>p {
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  float: left
}
.satuday-time p {
  text-align: left;
  float: left;
  line-height: 25px
}
#single_div {
  width: 30%!important
}
#overnight_div {
  width: 30%!important
}
#satuarday_div {
  width: 40%!important
}
#upsground_div {
  width: 30%!important
}
#upsexp_div {
  width: 30%!important
}
#single_div span:first-child, #overnight_div span:first-child, #satuarday_div span:first-child {
  margin-left: 0
}
#single_div p, #overnight_div p, #satuarday_div p {
  float: left;
  font-size: 10px;
  line-height: 0;
  margin-left: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  color: var(--white-color);
  font-weight: 500
}
#upsground_div p, #upsexp_div p {
  float: left;
  font-size: 10px;
  line-height: 0;
  margin-left: 40px;
  padding: 0;
  text-align: left;
  width: 100%;
  color: #351c15;
  font-weight: 500;
  position: relative;
  top: -10px;
}
#single_div b, #overnight_div b, #satuarday_div b, #upsground_div b, #upsexp_div b {
  font-size: 8px;
  font-weight: 800;
}
#single_div span, #overnight_div span, #satuarday_div span, #upsground_div span, #upsexp_div span {
  float: left;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: 10px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  line-height: 25px;
  width: 37px
}
.top-wishlist-widget {
  margin-left: 16px;
  margin-top: 6px;
  width: 40%
}
.top-wishlist-widget .customerwishlist1 {
  float: left;
  width: 55%;
  margin: 2px 0 0
}
.top-wishlist-widget .button {
  float: right;
  width: 40%
}
.top-wishlist-widget #update_wishlist1 span {
  font-weight: 600;
  background: #27a7ec;
  border-color: #27a7ec;
  text-transform: uppercase
}
.top-wishlist-widget #update_wishlist1:hover span {
  background: 0;
  border-color: #e3293e;
  color: #e3293e
}
.category-products li.item .product-image img.defaultImage {
  opacity: 1;
  filter: alpha(opacity=100)
}
.category-products li.item .product-image img.hoverImage {
  left: 50%;
  margin-left: -35%;
  margin-right: -35%;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 0
}
.category-products li.item .product-image:hover img.defaultImage {
  opacity: 0;
  filter: alpha(opacity=0)
}
.category-products li.item .product-image:hover img.hoverImage {
  opacity: 1;
  filter: alpha(opacity=100)
}
.m-username {
  float: left;
  margin-left: 3%;
  background-color: #e4f3ff;
  padding: 0 4px;
  width: 48.5%;
  border: 1px solid #acb4b9;
  margin-top: 6px
}
.m-username .email-name, .m-username .mobile-field, .m-username .username-field {
  margin: 0 1% 0
}
.m-username p {
  float: left;
  width: 100%;
  font-size: 10px;
  text-align: center;
  margin: 0;
  color: #656565;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px
}
.m-username input {
  line-height: 10px;
  min-height: 33px;
  padding: 5px
}
.m-username label {
  font-size: 14px;
  padding: 0
}
p.numaric-values {
  float: left;
  width: 15%;
  min-height: 33px;
  line-height: 31px;
  background-color: var(--white-color);
  border: 1px solid #cacaca;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-right: 2%
}
.mobile-field input {
  width: 83%
}
.extrabillingfields {
  float: left;
  width: 100%;
  background-color: #e4f3ff;
  padding: 5px 10px;
  border: 1px solid #acb4b9
}
p.mno_label {
  background-color: var(--white-color);
  border: 1px solid #ccc;
  float: left;
  font-size: 17px;
  line-height: 42px;
  margin-bottom: 0;
  margin-right: 2%;
  min-height: 45px;
  text-align: center;
  width: 15%
}
.mno_label-text {
  float: left;
  width: 100%
}
.mno_label-text .input-box {
  clear: none!important;
  float: left;
  width: 83%
}
p.user-guidline {
  float: left;
  width: 100%;
  font-size: 10px;
  text-align: center;
  margin: 0;
  color: #656565;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px
}
.currentopentab {
  border-bottom: 0 none!important;
  background: -webkit-linear-gradient(#dcdcdc, #f7f7f7)
}
.my-wishlist .buttons-set button.button {
  margin-right: 0;
  float: right
}
.productreturn-front-view .fieldset {
  margin: 0 0 10px
}
.additinal-text {
  background-color: #eee;
  border: 1px solid #ccc;
  float: left;
  margin: 0 0 10px;
  padding: 2%;
  width: 100%
}
.additinal-text>p {
  text-align: justify;
  font-size: 14px
}
.additinal-text b {
  font-size: 15px;
  text-transform: uppercase
}
.fl_width .button {
  width: 100%;
  float: left
}
.productreturn-front-list .button {
  margin-bottom: 10px;
  float: right
}
input.input-text, textarea, select, button, input {
  font-family: 'Poppins', sans-serif;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid #cacaca;
  width: auto;
  font-size: 16px;
  color: var(--dark-color);
  padding: 10px;
  transition: all .3s ease 0s;
}
input.input-text, textarea, select {
  width: 100%;
}
.productreturn-front-newrequestselectorder .select-buttons {
  float: left;
  margin: 10px 0;
  width: 100%
}
.product-return-main-container {
  float: left;
  width: 100%
}
.right-align button.button {
  width: 100%
}

.main_orders_title a.scalable.save {
  float: right;
  margin: 5px 0 0;
}
.balancesheet_row {
  float: left;
  width: 100%
}
.payment_balancesheet_btn>input {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: block;
  float: none;
  margin: 2% auto auto;
  min-width: 145px;
  padding: 5px;
  color: var(--white-color);
}
.customer-accountpage-balancesheet h1 {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  text-transform: uppercase
}
a.scalable.save {
  margin: 0 0 10px;
  float: right
}
.customercredit-index-log .limiter label, .customercredit-index-log .pager p.amount {
  line-height: 48px;
  margin-right: 20px
}
.remove-link.button {
  padding: 4px 5px;
  width: 150px;
  margin: 10px 0 0;
  font-size: 15px;
  float: left
}
.brokenscreens-myaccount-order .box-title h3 {
  float: left;
  margin: 0 0 7px
}
.minlineheight small {
  color: #383838;
  font-size: 10px;
  text-transform: uppercase
}
.minlineheight p a, .minlineheight p {
  margin: 0;
  font-size: 10px
}
.red-bg-tbl {
  color: var(--white-color);
  background-color: #e3293e;
  font-weight: 600!important
}
.minlineheight td {
  height: 51px;
  line-height: 16px;
  padding: 10px;
  vertical-align: middle
}
.backtomyacc>a {
  color: var(--secondary-color)!important;
  font-weight: 500;
  font-size: 25px;
}
li.backtomyacc {
  background: #ededed;
  padding-right: 15px
}
.remove-link {
  color: #e0263a;
  float: left;
  margin: 5px 0 0;
  background: rgba(0, 0, 0, 0) var(--site-main-sprites) no-repeat scroll -35px -2011px;
  padding-left: 22px;
  font-weight: 400
}
#single_div #timer_message {
  float: left;
  width: 100%;
  padding-top: 0
}
#single_timer p.anyfutherorder {
  margin: 0
}
.custumer-profit-reports-container {
  margin: 0 0 10px;
  float: left;
  width: 100%
}
.currentopentab span {
  color: #e00f26
}
/*---Add That Background For FedEx---*/
.productreturn-front-list .limiter label, .productreturn-front-list p.amount {
  left: 0;
  line-height: 46px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px
}
img[id="image"] {
  display: none
}
.forgotpasswordshow_tab {
  display: none
}
.hheight {
  min-height: 410px
}
.hheight .buttons-set {
  margin-top: 64px
}
.user_details {
  float: left;
  width: 100%;
  background-color: #ededed;
  padding: 7px;
  border-bottom: 1px solid #ccc
}
.created_date {
  width: 50%;
  float: left;
  text-align: right
}
.created_date>h4 {
  display: inline
}
.created_date>label {
  font-style: italic
}
a.attch {
  float: right;
  font-size: 14px;
  line-height: 25px;
  background-image: url(../images/attchment.png);
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  margin-top: 2px
}
#orderpopup .display_ticket_msg_block .reply-attachment a.attch:hover {
  background-position: 0 0;
}
.reply-buttons button {
  float: right
}
.reply-buttons {
  float: left;
  width: 100%
}
p.right-side {
  float: right!important
}
a.attch:hover {
  background-position: 0 -54px
}
.file-inputs-front>label {
  appearance: button;
  -moz-appearance: button;
  background-color: var(--secondary-color);
  color: var(--white-color);
  font-size: 17px;
  padding: 7px 10px;
  transition: all .3s ease 0s;
  -webkit-transition: all 143658.3s ease 0s;
  border: 2px solid var(--secondary-color);
  width: 140px;
  text-align: center;
  font-weight: 400;
  cursor: pointer
}
.file-inputs-front>label:hover {
  background-color: transparent;
  border-color: var(--secondary-color);
  color: var(--secondary-color)
}
.file-inputs-front>input {
  display: none
}
.attachment-label {
  line-height: 40px;
  padding-bottom: 0!important;
  margin-left: 10px;
  font-weight: 400!important
}
.input-box.attach-file>label {
  float: right;
  line-height: 40px;
  padding-bottom: 0!important;
  font-weight: 400
}
.chkoutspan {
  background-color: var(--secondary-color);
  float: left;
  padding: 0;
  width: 100%;
  cursor: pointer
}
.chkoutspan>h3 {
  color: var(--white-color)!important;
  font-size: 17px!important;
  font-weight: 400!important;
  line-height: 40px;
  margin: 0!important;
  text-align: left!important;
  display: none
}
.chkoutspan .plusminus {
  background-color: var(--white-color);
  color: var(--secondary-color);
  float: left;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  width: 35px;
  margin-right: 10px;
  display: none
}
.display_chkout {
  padding: 15px!important;
  border: 1px solid #ccc;
  background-color: #eee;
  box-shadow: 1px 1px 9px #ddd;
  -webkit-box-shadow: 1px 1px 9px #ddd
}
.hover-class a {
  background-color: #17a6f1;
  color: var(--white-color)!important
}
.pages li {
  float: left
}
.parent-category {
  display: none
}
.showparent {
  display: block
}
.sub-ul {
  width: 90%;
  background-color: var(--white-color);
  float: left;
  margin: 0 5% 5%!important;
  padding: 0!important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc
}
.dataTables_filter {
  float: left;
  width: 100%
}
.product-name input.pro-return-name:focus, .pro-return-container .product-name .productidcls:focus {
  background-color: #edf7fd
}
.pro-return-container table.dataTable {
  top: 47px;
  width: 100%!important
}
.product-name .product-listing-td {
  padding: 3px 6px
}
.product-hover-list td, .product-name .productlist tbody td.dataTables_empty {
  border-bottom: 1px solid #ccc;
  width: 650px!important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 0 none;
}
.product-hover-list td.dataTables_empty {
  padding: 5px;
  text-align: center;
}
.product-name .product-listing-td p {
  float: left;
  margin: 0;
  width: 100%
}
.product-name .dataTable tr {
  cursor: pointer;
}
.product-name .dataTable tr.even td {
  background-color: var(--white-color);
}
.product-name .dataTable tr.odd td {
  background-color: #eee;
}
.product-name .productlist tbody {
  overflow-y: auto;
  float: left;
  height: 350px;
  width: 98%
}
.product-name .dataTable tr.selected td {
  background-color: #27a7ec!important;
  color: var(--white-color);
  border-bottom: 1px solid #27a7ec!important
}
.special_note {
  background-color: #ba161d;
  float: left;
  margin: 0 0 25px;
  padding: 13px;
  width: 100%
}
.special_note>h2 {
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 600;
  margin: 0 0 4px
}
.special_note p {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 400
}
.sales-order-view .page-title h1 {
  font-size: 30px
}
.sales-order-view .my-account .title-buttons {
  margin: 0;
  padding: 0;
  line-height: 39px
}
.sales-order-view .my-account .title-buttons .res1024_view {
  float: right
}
.footer_white_logo {
  display: none
}
.ms-account .country-container.myacc-container>ul.sevices-list>li.backtolink.b-link-found {
  display: none;
}
.footer_btn.support-ticket-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  float: none;
}
.footer_btn .popup-btn-right {
  width: 100%;
}
.footer_btn.support-ticket-foot .popup-btn-right {
  display: flex;
  justify-content: space-between;
}
span.stock_bold {
  color: #e00f26;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px
}
table#newrepair tbody input, table#newrepair tbody select {
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 40px;
  font-size: 13px;
  width: 95%
}
#newrepair tbody th {
  font-size: 14px;
  text-align: center
}
#newrepair thead th {
  font-size: 13px;
  text-align: center
}
button.removeitem {
  background-color: #e00f26;
  border: 2px solid #e00f26;
  line-height: 22px;
  font-size: 14px;
  padding: 6px 10px;
  color: var(--white-color);
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  float: left
}
button.removeitem:hover {
  border: 2px solid #e00f26;
  color: #e00f26;
  background-color: transparent
}
button#addmore {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  padding: 7px 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 600;
  text-align: center;
  margin: 5px 0
}
button#addmore:hover {
  background-color: transparent;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color)
}
.bottom-repair-label {
  float: left;
  width: 100%;
  padding: 30px;
  border: 1px solid #ccc;
  margin: 0 0 18px
}
.bottom-repair-label select {
  margin: 0 0 10px
}
.bottom-repair-label label {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-weight: 400
}
.lbl-left>input {
  margin-top: -2px
}
.bottom-repair-label button.button {
  margin: 0 auto;
  float: none;
  width: 30%;
  display: block
}
#newrepair td {
  position: relative;
  text-align: center
}
.hidetable tbody tr {
  height: 40px!important
}
#newrepair .hidetable {
  width: 190px!important;
  top: 41px;
  border: 1px solid #ccc;
  border-top: 0;
  background-color: var(--white-color);
  margin-left: 4px
}
#newrepair .hidetable td {
  height: 40px!important;
  padding: 0 10px;
  vertical-align: middle;
  width: 500px;
  text-align: left;
  font-size: 13px
}
#newrepair .hidetable tbody {
  float: left;
  max-height: 240px;
  overflow-y: auto;
  width: 100%
}
#newrepair .hidetable tbody tr.selected td {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
#newrepair tfoot td {
  text-align: left
}
select {
  appearance: menulist;
  -webkit-appearance: menulist;
  padding: 11px;
  height: 46px;
}
.repairsys-index-new .additinal-text {
  margin: 0 0 18px!important
}
.total-options {
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #ccc
}
#comment label {
  font-weight: 400;
  float: left;
  width: 100%;
  margin: 0 0 3px
}
.ch-col-1 fieldset p {
  margin: 5px 0 3px
}
div#comment {
  float: left;
  width: 100%;
  margin: 7px 0 0
}
.sys-row {
  float: left;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.26);
  border: 1px solid #ccc;
  margin: 17px 0 17px;
  padding: 25px;
  position: relative
}
.pright-0 {
  padding-right: 0!important
}
.repairsys-index-new .buttons-set .button {
  margin: 0 auto;
  width: auto;
  display: block;
  float: none
}
#my-productreturn-table span.price {
  float: none
}
.sm-sys-label-3 {
  width: 50%;
  float: left;
  padding-right: 17px;
  margin: 0 0 17px
}
.col-sys-radio {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
  margin: 0 0 12px
}
.col-sys-radio input {
  margin: -4px 3px 0
}
.col-sys-radio span {
  font-size: 13px;
  text-transform: uppercase
}
.col-sys-5 {
  float: left;
  width: 100%
}
.col-sys-6 {
  float: left;
  width: 52%;
  padding: 8px;
  border: 1px solid #ccc
}
.col-sys-6 span {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase
}
.col-sys-6 input {
  margin: -4px 3px 0
}
.b-bottom {
  margin: 0 0 18px
}
.repairsys-index-manage .dataTable {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 17px;
  border-bottom: 0;
  margin-top: 10px;
  width: 100%
}
.repairsys-index-manage .dataTable thead tr {
  background-color: #e5e5e5
}
.repairsys-index-manage .dataTable thead th.sorting {
  border: 1px solid #ccc;
  padding: 7px;
  border-right: 0;
  border-top: 0
}
.repairsys-index-manage .dataTable tbody td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.repairsys-index-manage .dataTable tbody td:first-child {
  border-left: 0
}
.repairsys-index-manage .dataTable tbody td:last-child {
  text-align: center
}
.repairsys-index-manage .dataTable thead th.sorting:first-child {
  border-left: 0;
  width: 12%!important;
  text-align: center
}
.repairsys-index-manage .dataTable thead th.sorting:nth-child(2) {
  width: 13%!important;
  text-align: center
}
.repairsys-index-manage .dataTable thead th.sorting:nth-child(3) {
  width: 20%!important;
  text-align: center
}
.repairsys-index-manage .dataTable thead th.sorting:nth-child(4) {
  width: 26%!important;
  text-align: center
}
.repairsys-index-manage .dataTable thead th.sorting:nth-child(5) {
  width: 11%!important;
  text-align: center
}
.repairsys-index-manage .dataTable thead th.sorting:nth-child(6) {
  width: 12%!important;
  text-align: center
}
.repairsys-index-manage .dataTables_info {
  background-color: #eee;
  line-height: 38px;
  border: 1px solid #ccc;
  float: left;
  width: 50%;
  padding-left: 15px;
  border-top: 0;
  border-right: 0
}
.repairsys-index-manage .dataTables_paginate {
  background-color: #eee;
  line-height: 38px;
  border: 1px solid #ccc;
  float: right;
  width: 50%;
  padding-right: 15px;
  border-top: 0;
  border-left: 0
}
.repairsys-index-manage .dataTables_paginate a {
  float: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer
}
.repairsys-index-manage .dataTables_length {
  width: 30%;
  display: inline-block
}
.repairsys-index-manage .dataTables_length select {
  width: 60px;
  padding: 5px;
  height: 34px
}
.repairsys-index-manage .dataTables_filter {
  width: auto;
  float: right
}
.repairsys-index-manage .dataTables_filter input {
  padding: 5px;
  border: 1px solid #ccc
}
.confirmpopup {
  background-color: #eee;
  padding: 30px!important;
  position: fixed;
  right: 10%;
  top: 8%;
  width: 80%;
  z-index: 10000!important
}
.pop-saction1 select {
  padding: 0;
  height: 38px;
  width: 100%
}
span.custline-right {
  float: left;
  width: 50%;
  font-size: 12px;
  min-height: 30px;
  line-height: 14px;
  padding: 6px 0
}
.pop-saction1 input, .pop-saction2 input {
  padding: 7px;
  height: 28px;
  width: 89%;
  font-size: 13px;
  border: 1px solid #ccc
}
.pop-saction1 select, .pop-saction2 select {
  padding: 0;
  height: 28px;
  width: 89%;
  font-size: 13px
}
span.custline-left {
  width: 48%;
  float: left;
  font-weight: 500;
  font-size: 12px;
  color: #27a7ec;
  min-height: 30px;
  padding: 8px 0 0
}
.pop-saction1, .pop-saction2 {
  float: left;
  width: 48%
}
button#acceptconfirm {
  float: right;
  width: 90px;
  padding: 5px;
  border: 1px solid #27a7ec!important;
  background-color: #27a7ec;
  color: var(--white-color);
}
.magento_title {
  font-size: 19px;
  text-align: center;
  padding: 0 0 10px;
  font-weight: 700;
  color: var(--secondary-color)
}
#noacceptconfirm {
  float: right;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin-right: 11px
}
.conform_footer {
  float: right;
  margin: 10px 51px 0
}
.bg-sys-overrely {
  float: left;
  width: 100%;
  background-color: rgba(24, 166, 239, 0.15);
  border: 1px solid #8fc2dc;
  margin: 0 0 17px;
  padding: 30px 15px 43px
}
#newrepair tbody tr td:nth-child(3) input {
  width: 145px;
  margin-right: 6px
}
.sys-row h3 {
  position: absolute;
  top: -16px;
  font-size: 15px;
  text-transform: uppercase;
  background-color: var(--white-color);
  padding: 4px 20px;
  border: 1px solid #cacaca;
  left: -15px;
  text-shadow: 1px 1px 1px #ccc;
  color: var(--secondary-color)
}
.col-sys-radio>label {
  float: left;
  margin: 0 0 1px;
  width: 100%
}
.repairsys-index-new em.required {
  font-size: 15px;
  color: #dc0a0a;
  font-weight: 700;
  font-style: normal;
  display: inline
}
.custline-right .historynote {
  font-size: 12px;
  line-height: 17px
}
.icon-head.head-customer>p, .color-label, .c_label {
  float: left
}
.color-label {
  margin-left: 10px
}
.c_blue, .c_orange, .c_green, .c_red {
  float: left;
  height: 15px;
  margin-top: 2px;
  width: 15px
}
.c_label>p {
  color: #333;
  float: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 5px
}
.c_blue {
  background-color: #00f
}
.c_orange {
  background-color: #ffa500
}
.c_green {
  background-color: #228b22
}
.c_red {
  background-color: #f00
}
.right-align .button.btn-cart span span {
  padding: 0!important;
  height: 22px!important;
  line-height: 22px
}
.msordermain {
  float: left;
  width: 100%
}
h2.mstitle {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #27a7ec;
  padding: 20px;
  color: var(--white-color);
  line-height: 20px;
  margin: 0
}
.msordermain .ms-select-model {
  float: left;
  width: 50%;
  padding-right: 0
}
.msordermain .breadcrumbs {
  float: left;
  width: 10%;
  margin: 0;
  border: 0;
  height: auto
}
.msordermain .breadcrumbs span {
  float: left!important;
  height: auto;
  margin: 0;
  width: 100%;
  text-align: left;
  font-size: 24px;
  margin-top: 10px;
  margin-left: 8px
}
.ms-row-1 label, .ms-row-1 strong {
  font-size: 15px;
  letter-spacing: -0.5px;
  margin: 0 0 5px 5px;
  display: inline-block
}
.ms-subrow {
  float: left;
  width: 20%
}
.col-row-2 {
  float: left;
  width: 50%;
  padding: 0 30px
}
.col-row2-inner {
  float: left;
  width: 100%;
  margin: 0 0 7px;
}
.msordermain .input-text, .msordermain textarea {
  border-color: #dedede;
  border-radius: 4px;
  height: 38px
}
.ms-imei, .mspincode, .msdevicepoweup {
  margin: 0 0 20px
}
.col-row-4 {
  float: right;
  width: 80%;
  padding-left: 30px;
  padding-top: 20px
}
.ui.multiple.dropdown>.label {
  font-size: 10px!important
}
.msordermain .ms-symtoms {
  float: left;
  width: 50%;
  padding-left: 30px
}
.msordermain .ms-row-1 {
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding: 20px
}
.msordermain .ms_sys_row {
  float: left;
  width: 100%;
  padding: 20px 20px 0;
}
.msestimate {
  margin: 0 0 15px!important
}
.action>label {
  float: left;
  width: 100%!important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 13px;
  color: #333!important
}
#submitformbtn {
  float: right;
  width: 70px;
  height: 30px;
  border: 2px solid #27a7ec;
  background-color: #27a7ec;
  color: var(--white-color);
}
#submitformbtn:hover {
  border-color: #27a7ec;
  color: #27a7ec;
  background-color: var(--white-color);
}
#canclebtn:hover {
  border-color: #e00f26;
  color: #e00f26;
  background-color: var(--white-color);
}
#canclebtn {
  background-color: #e00f26;
  border: 2px solid #e00f26;
  color: var(--white-color);
  float: right;
  height: 30px;
  width: 70px;
  margin-left: 18px
}
.msordermain .additinal-text {
  margin-top: 12px
}
.msbreadcrub-fixed {
  background-color: #dfdfdc;
  float: left;
  position: fixed;
  width: 280px;
  z-index: 1000;
  left: -300px;
  cursor: pointer;
  transition: left .3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: left .3s cubic-bezier(0, 0, 0.2, 1)
}
.msbreadcrub-fixed:hover {
  left: 0!important
}
.msbreadcrub-fixed>div {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 15px;
  border-right: 1px solid #d2d2d2
}
.msbreadcrub-fixed strong {
  color: #e00f26;
  float: left;
  line-height: 26px
}
.msbreadcrub-fixed span {
  margin: 0
}
.scalable.autofill.button span {
  padding: 8px;
}
.right-align {
  float: left;
  margin: 0 0 22px;
  width: 20%
}
.snize-attribute-title:before {
  content: "New SKU ";
  background: var(--primary-color);
  color: var(--white-color);
  padding: 0px 5px;
  border-radius: 13px;
  margin-right: 4px;
  font-weight: 500;
}
.msorder_paymentmethod {
  float: left;
  width: 100%;
  margin-top: 20px
}
.msorder_paymentmethod .payment-methods {
  float: left;
  width: 100%;
  margin: 0 0 28px;
}
.msorder_paymentmethod .payment-methods dl {
  float: left;
  margin: 0;
  width: 100%
}
.msorder_paymentmethod .payment-methods dl dt {
  background-color: #eee;
  border-bottom: 2px solid var(--white-color);
  float: left;
  width: 100%;
  padding: 10px
}
.msorder_paymentmethod .payment-methods dl dd {
  background-color: #e5e5e5;
  float: left;
  margin: 0;
  width: 100%;
  border-bottom: 2px solid var(--white-color);
}
.msorder_paymentmethod .payment-methods dl dt input {
  float: left;
  margin-top: 5px;
  margin-right: 7px
}
.msorder_paymentmethod .payment-methods dl dd ul.form-list {
  float: left;
  margin-left: 3%;
  padding: 20px;
  width: 90%
}
.msorder_paymentmethod .payment-methods dl dd ul.form-list li.form-alt {
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 0!important
}
.breadcrumbs li {
  position: relative;
  text-transform: uppercase;
  padding: 0 15px
}
.breadcrumbs li:after {
  color: #aaa;
  content: "/";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: -3px
}
.breadcrumbs li.last:after {
  content: ""
}
.breadcrumbs span {
  display: none
}
.breadcrumbs li.product {
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.msshipping-label, .msorder-wouldyoulike, .msorder-selectlocation {
  float: left;
  width: 100%
}
.msorder-wouldyoulike, .msshipping-label {
  margin: 0 0 20px
}
.col-row-3 {
  float: left;
  width: 30%;
  min-height: 137px
}
.mssmall-label label {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 1px;
  display: inline-block;
  color: #e00f26;
  font-weight: 700
}
.ms_sys_row em.required, .ms-select-model em.required, .ms-symtoms em.required {
  color: #f00;
  font-size: 17px;
  display: inline;
  font-weight: bold
}
.buttons-set.mscenter-set {
  text-align: center;
  margin: 0 0 20px
}
.buttons-set.mscenter-set button.button {
  float: none
}
div#totalprice span {
  font-weight: 900;
  color: #e00f26
}
.msorder_paymentmethod .payment-methods dl dd ul {
  float: left;
  margin-left: 3%;
  padding: 20px;
  width: 90%
}
.msorder_paymentmethod .payment-methods dl dd ul.form-list select {
  height: 40px;
  padding: 10px 6px;
  border-radius: 3px;
  line-height: 35px
}
.msorder_paymentmethod .payment-methods dl dd ul label {
  float: left
}
.msorder_paymentmethod .payment-methods dl dd ul span.price {
  margin-left: 5px
}
.msorder_paymentmethod .payment-methods dl dd ul p.form-line {
  display: none
}
div#estimateprice {
  background-color: #27a7ec
}
div#estimateprice strong, div#estimateprice span {
  color: var(--white-color);
  line-height: 28px
}
.msbreadcrumbs.msbreadcrub-fixed p {
  float: left;
  width: 100%;
  text-align: right;
  margin: 0;
  background-color: var(--white-color);
  font-size: 12px;
  padding-right: 4px
}
.msorder-index-manage .dataTable {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 17px;
  border-bottom: 0;
  margin-top: 10px;
  width: 100%
}
.msorder-index-manage .dataTable thead tr {
  background-color: #e5e5e5
}
.msorder-index-manage .dataTable thead th.sorting {
  border: 1px solid #ccc;
  padding: 7px;
  border-right: 0;
  border-top: 0
}
.msorder-index-manage .dataTable tbody td:first-child {
  border-left: 0
}
.msorder-index-manage .dataTable tbody td:last-child {
  text-align: center
}
.msorder-index-manage .dataTable tbody td {
  padding: 5px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.msorder-index-manage .dataTable thead th.sorting:first-child {
  border-left: 0;
  width: 12%!important;
  text-align: center
}
.msorder-index-manage .dataTable thead th.sorting:nth-child(2) {
  width: 13%!important;
  text-align: center
}
.msorder-index-manage .dataTable thead th.sorting:nth-child(3) {
  width: 20%!important;
  text-align: center
}
.msorder-index-manage .dataTable thead th.sorting:nth-child(4) {
  width: 26%!important;
  text-align: center
}
.msorder-index-manage .dataTable thead th.sorting:nth-child(5) {
  width: 11%!important;
  text-align: center
}
.msorder-index-manage .dataTable thead th.sorting:nth-child(6) {
  width: 12%!important;
  text-align: center
}
.msorder-index-manage .dataTables_info {
  background-color: #eee;
  line-height: 38px;
  border: 1px solid #ccc;
  float: left;
  width: 50%;
  padding-left: 15px;
  border-top: 0;
  border-right: 0
}
.msorder-index-manage .dataTables_paginate {
  background-color: #eee;
  line-height: 38px;
  border: 1px solid #ccc;
  float: right;
  width: 50%;
  padding-right: 15px;
  border-top: 0;
  border-left: 0
}
.msorder-index-manage .dataTables_paginate a {
  float: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer
}
.msorder-index-manage .dataTables_length {
  width: 30%;
  display: inline-block
}
.msorder-index-manage .dataTables_length select {
  width: 60px;
  padding: 5px;
  height: 34px
}
.msorder-index-manage .dataTables_filter {
  width: auto;
  float: right
}
.msorder-index-manage .dataTables_filter input {
  padding: 5px;
  border: 1px solid #ccc
}
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 17px 0;
  float: left;
  display: none
}
.ratings .rating-box {
  float: left;
  margin-right: 3px
}
.rating-box {
  background: rgba(0, 0, 0, 0) url(../images/star-rating.png) repeat-x scroll 0 2%;
  font-size: 0;
  height: 18px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 86px
}
.rating-box .rating {
  background: rgba(0, 0, 0, 0) url(../images/star-rating.png) repeat-x scroll 0 95%;
  float: left;
  height: 18px
}
.manager-subcustomer a.m-top10 {
  margin-bottom: 15px;
  margin-top: 15px
}
p.managerline {
  float: left;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  width: 100%
}
.managerline>i {
  color: #e93e4f;
  font-style: normal;
  font-weight: 400
}
#product_tabs_description_tabbed>h2 {
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 15px 20px
}
.mycredicard-number {
  float: left;
  width: 100%
}
.tag-product-list .col-main {
  width: 100%
}
i.ticon.compaitible {
  background-position: -9px -5px
}
.product-tags i.ticon.tag {
  background-position: -9px -57px
}
#sidebarWrap .block.block-tags {
  display: none
}
.header-login .form-list li {
  border: 0 none!important;
  padding-left: 0;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px!important
}
.page-popup .buttons-set {
  margin: 0 0 30px
}
.page-popup .fieldset .legend {
  padding: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-weight: 600
}
.sales-order-print .buttons-set {
  margin: 20px 0
}
.header .links li.profile_dropdown {
  display: none
}
.header .links li.blog {
  padding-right: 15px
}
.msorder-index-list .my-account p {
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  background-color: #eee;
  padding: 10px
}
.productviewcart .adminoutofstock {
  font-size: 15px;
  margin: 14px 34px;
  text-transform: uppercase;
  float: left;
  margin-left: 0;
}
.productreturn-index-index .limiter label, .productreturn-index-index .pager .amount {
  left: 0;
  float: left;
  line-height: 40px
}
.makepayment span span {
  margin: 0!important;
  line-height: 22px!important
}
.header .links li.acc_dropdown {
  position: relative;
  padding: 0;
  z-index: 1000
}
.header .links li.acc_dropdown a span.icon.icon-user-icon {
  color: #8e8e8d;
  float: left;
  font-size: 16px;
  line-height: 0;
  margin-right: 4px;
  width: auto
}
.acc_dropdown>a {
  background-color: #eee;
  color: #8e8e8d;
  font-weight: 600;
  padding: 0 25px 0 15px!important
}
.acc_dropdown>a:after {
  border-color: #8e8e8d transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 11px;
  top: 45%;
  width: 0
}
.acc_drop {
  background-clip: padding-box;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: -12px;
  position: absolute;
  top: 34px;
  width: 146px
}
.acc_drop a {
  border-bottom: 1px solid #ccc;
  color: #8e8e8d!important;
  float: left;
  font-size: 13px;
  font-weight: 400;
  padding: 0 20px!important;
  text-align: left;
  width: 100%;
  line-height: 30px!important
}
.acc_drop>li {
  padding: 0!important;
  text-align: left;
  width: 100%;
  border: 0!important
}
.acc_drop:after {
  border-color: transparent transparent var(--white-color);
  border-style: solid;
  border-width: 0 10px 8px;
  content: "";
  height: 0;
  left: 45%;
  position: absolute;
  top: -7px;
  width: 0;
}
.acc_drop a:hover {
  background-color: #27a7ec!important;
  color: var(--white-color)!important
}
.drop_open {
  background-color: #27a7ec!important;
  color: var(--white-color)!important
}
.drop_open span {
  color: var(--white-color)!important
}
.acc_dropdown>a.drop_open:after {
  border-color: var(--white-color) transparent transparent!important
}
.acc_dropdown b {
  font-weight: 600
}
li.logout-bg a {
  background-color: #e01229;
  color: var(--white-color)!important
}
.header .links li.acc_dropdown a, .header .links li.acc_dropdown a:hover {
  background-image: none
}
.company_nm {
  float: left;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 10px;
  padding: 8px 7px;
  background-color: #eee;
  color: #18f
}
.header-search-ms {
  display: none
}
#whole-acc>a.myacc_nowidth {
  width: auto
}
#whole-acc>a.myacc_width {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
  background-image: none
}
ul.acc_drop>li>a {
  background-image: none!important
}
.nav-7 span {
  font-weight: 700
}
body.msorder-index-index #nav {
  z-index: 9
}
.bhalf-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee
}
.bhalf-row .col-md-8 {
  float: left;
  width: 60%;
  padding-right: 40px;
  text-align: justify;
  border-right: 1px solid #eee;
  min-height: 252px
}
.bhalf-row .col-md-4 {
  float: left;
  width: 40%;
  padding-left: 30px
}
.bhalf-row .col-md-8 .page-title {
  margin: 0
}
.bhalf-row .col-md-8>p {
  float: left;
  width: 100%;
  margin: 0 0 10px
}
.bhalf-row .col-md-8>p:last-child {
  font-style: italic
}
.bhalf-row .col-md-4 .box-title {
  margin: 0 0 8px
}
.bhalf-row .col-md-4 .box-content {
  font-size: 14px;
  line-height: 22px
}
.bhalf-row .col-md-8>p+p {
  font-style: italic
}
.behalf-form-section {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 20px
}
.behalf-form-section .inner_title {
  float: right
}
.behalf-form-section .fieldset h5.legend {
  padding: 10px 10px 10px;
  background-color: #f5f5f5;
  float: left;
  font-weight: 600;
  font-size: 18px;
  position: relative
}
.behalf-form-section .form-list label {
  font-weight: 400;
  font-size: 15px;
  color: #737373
}
.behalf-form-section div#form_basic_info .form-list {
  float: left;
  width: 100%
}
.behalf-form-section div#form_basic_info .form-list li.fields {
  width: 100%;
  float: left
}
.behalf-form-section div#form_basic_info .form-list .customer-name-middlename .name-firstname {
  width: 30%
}
.behalf-form-section div#form_basic_info .form-list .customer-name-middlename .name-firstname input {
  width: 94%
}
.behalf-form-section div#form_basic_info .form-list .customer-name-middlename .name-lastname {
  width: 40%
}
.behalf-form-section div#form_company_info .form-list {
  float: left;
  width: 100%
}
.behalf-form-section div#form_company_info .form-list li.fields {
  width: 40%;
  float: left
}
.behalf-form-section div#form_company_info .form-list li.fields .field {
  width: 100%
}
.behalf-form-section div#form_company_info .form-list li.fields+li.fields .field {
  width: 50%
}
.behalf-form-section div#form_company_info .form-list li.fields+li.fields {
  width: 60%
}
.behalf-form-section div#form_company_info .form-list li.fields+li.fields input, div#form_company_info .form-list li.fields input {
  width: 95%;
  min-height: 48px
}
div#form_company_info .form-list li.fields+li.fields .field:last-child input {
  width: 100%
}
.behalf-form-section div#form_business_address {
  float: left;
  width: 100%
}
.behalf-form-section div#form_business_address ul.form-list li.fields:first-child .field {
  width: 100%
}
.behalf-form-section div#form_business_address ul.form-list li.fields {
  float: left;
  width: 100%
}
.behalf-form-section div#form_business_address ul.form-list li.fields+li.fields .field {
  width: 33.3333%;
  margin-right: 0;
  padding-right: 15px!important
}
.behalf-form-section div#form_business_address ul.form-list li.fields+li.fields .field:last-child {
  padding: 0!important
}
.behalf-form-section div#form_business_address ul.form-list li.fields+li.fields .field input {
  width: 100%
}
.behalf-form-section div#form_personal_address {
  float: left;
  width: 100%
}
.behalf-form-section div#form_personal_address ul.form-list li.fields:first-child .field {
  width: 100%
}
.behalf-form-section div#form_personal_address ul.form-list li.fields {
  float: left;
  width: 100%
}
.behalf-form-section div#form_personal_address ul.form-list li.fields+li.fields .field {
  width: 33.3333%;
  margin-right: 0;
  padding-right: 15px!important
}
.behalf-form-section div#form_personal_address ul.form-list li.fields+li.fields .field:last-child {
  padding: 0!important
}
.behalf-form-section div#form_personal_address ul.form-list li.fields+li.fields .field input {
  width: 100%
}
.category-products .pager {
  float: right;
  width: auto;
  margin: 0
}
.category-products .sorter .amount {
  font-size: 16px;
  line-height: 41px;
  font-weight: 600;
  color: #5c5c5c;
  padding-left: 20px
}
.category-products .toolbar, .category-products .pager {
  background-color: transparent
}
.category-products .toolbar {
  margin: 0;
  padding: 0;
  background-color: #f3f3f3
}
.category-products .pager .pages li a, .category-products .pager .pages li span.current {
  background-color: #f3f3f3;
  border: 2px solid #f3f3f3;
  color: var(--dark-color);
  display: inline-block;
  font-size: 14px;
  font-weight: initial;
  height: 40px;
  line-height: 36px;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 40px
}
body.catalog-category-view .breadcrumbs, body.catalogsearch-result-index .breadcrumbs {
  display: none
}
.category-products .pager .pages {
  padding: 0
}
.category-products .pager .pages li a.next, .category-products .pager .pages li a.previous {
  background-color: var(--primary-color);
  color: var(--white-color);
  width: auto!important;
  padding: 0 10px!important;
  border-color: var(--primary-color)!important
}
.category-products .pager .pages li a:hover, .category-products .pager .pages li span.current {
  background-color: #27a7ec!important;
  color: var(--white-color)!important;
  border-color: #27a7ec!important
}
.carts_buttons .totals {
  float: right
}
li.fields.capch {
  float: left;
  width: 50%!important
}
.verify_code_area {
  float: left;
  width: 100%;
  background-color: #f4f4f4;
  margin: 15px 0 0
}
.verify_code_area .customer-name .field.name-Mobile .otp_button a {
  width: 38px;
  display: block;
  float: left;
  margin-right: 18px;
  min-height: 36px
}
.verify_code_area .customer-name .field.name-Mobile .otp_button a.button:hover {
  background-color: transparent;
  color: var(--secondary-color)
}
.verify_code_area .customer-name {
  float: left;
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 20px
}
.verify_code_area .customer-name h4 {
  float: left;
  width: 100%;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px
}
.verify_code_area .customer-name .field.name-Mobile {
  float: left;
  width: 100%
}
.verify_code_area .customer-name .field.name-Mobile .input-box {
  width: 48%;
  float: left;
  margin-right: 2%
}
.verify_code_area .customer-name .field.name-Mobile .otp_button {
  float: left;
  width: 50%;
  margin-top: 21px
}
.verify_code_area .customer-name .field.name-Mobile .otp_button button span {
  padding: 1px 5px;
  min-height: 30px
}
.verify_code_area .customer-name .field.name-Mobile .otp_button button {
  padding: 0;
  margin-right: 4%
}
.otp_success {
  color: #0eaf0e;
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 300
}
.otp_wapper .field.email-name {
  display: none
}
.otp_wapper .input-box {
  float: left;
  width: 100%;
  clear: none
}
.otp_wapper {
  float: right;
  width: 48.5%;
  background-color: #e4f3ff;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0 0
}
.otp_wapper .field {
  width: 100%
}
.otp_wapper .input-box .input-text {
  width: 40%;
  height: 36px;
  line-height: 40px;
}
.otp_wapper .input-box button {
  width: 100px
}
.otp_wapper .input-box button span {
  padding: 0;
  height: 38px;
  line-height: 35px;
  width: auto;
  border-radius: 4px;
}
.notify_btn, .disply_980 {
  display: none!important
}
.nav-container {
  border-bottom: 5px solid #e23926;
  background-color: var(--white-color);
  float: left;
  width: 100%;
  height: 38px;
}
.no-pointer {
  cursor: default
}
.free_ship_line {
  float: left;
  margin: 0;
  line-height: 34px;
  background: rgba(0, 0, 0, 0) url(../images/sprites/ms2_sprites.png) no-repeat scroll 7px -498px;
  padding-left: 39px;
  font-weight: 400;
  font-size: 13px;
  color: #707070;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.free_ship_line:hover {
  background-position: 7px -527px;
  color: #18a6f0;
}
p.free_ship_line>span {
  color: #e00f26
}
#nav>li.Lg>ul.level0>li>p.all-cat {
  float: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 3px
}
#nav>li.Lg>ul.level0>li>p.all-cat>a {
  color: #e00f26
}
#nav>li.Lg>ul.level0>li>a {
  width: auto
}
.htc-both>p.all-cat {
  float: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 3px
}
#nav>li.Lg>ul.level0>li>p.all-cat>a, .htc-both>p.all-cat>a {
  color: #e00f26
}
ul.submenu>li>strong {
  font-size: 15px;
  color: #27a7ec;
  font-weight: 600;
}
.m-banners {
  float: left;
  width: 230px;
  height: 340px;
  background-color: #efefef;
  margin-left: 9px
}
.credit_btn span {
  padding: 4px 7px!important
}
.bs-ordertable tr.blank_row {
  display: none
}
.related-prod .product-options {
  margin: 5px 0 0
}
button.button.order_btn span {
  line-height: 14px;
}
.bs_labelblock, .bs_labelblock-inner .bs_lable_validation-1, .bs_lable_validation-2 {
  float: left;
  width: 100%
}
.bs_labelblock-inner ul {
  padding-left: 40px
}
.header .links li.acc_dropdown a span.icon.icon-user-icon:before {
  line-height: 34px
}
.cell-paypalpaymentblock+.pager {
  margin-top: 0
}
.ms-addcredit-btn .add-credit-sm:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color)
}
.ms-paypalpayment-container #checkout-payment-method-load dt {
  float: left;
  width: 100%;
  background: var(--white-color);
  border: 1px solid #e2e2e2;
  margin-bottom: 2px;
  padding: 8px
}
.enter_amt, .enter_amt>label {
  float: left;
  width: 100%
}
.enter_amt>input {
  padding: 6px 0 6px 45px;
  width: 150px!important
}
.ms-paypalpayment-container .buttons-set .credit_payment_btn {
  margin-left: 0
}
.ms-paypalpayment-container .buttons-set .button {
  float: right
}
.ms-paypalpayment-container .buttons-set .credit_payment_btn span {
  padding: 2px 5px
}
.ms-paypalpayment-container #checkout-payment-method-load {
  margin-bottom: 0
}
.ms-paypalpayment-container .buttons-set {
  margin: 10px 0 0;
  float: left;
}
.buser_select {
  float: left;
  width: 100%;
  margin: 0 0 10px
}
.buser_select>label {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase
}
.buser_select>select {
  float: left;
  width: 89%;
  margin-right: 1%
}
.buser_select>button {
  float: left;
  width: 10%
}
.buser_select>button span {
  line-height: 22px
}
#checkout-payment-method-load dd .form-list li:last-child .v-fix {
  width: 65px
}
.enter_amt {
  position: relative
}
.enter_amt::before {
  content: "$";
  position: absolute;
  top: 0;
  z-index: 1;
  border-right: 1px solid #cacaca;
  padding: 0 12px;
  height: 36px;
  line-height: 38px;
  background-color: #eae9e9;
  border-left: 1px solid #cacaca;
  font-weight: 500;
  color: #626262;
  text-shadow: 1px 1px 1px #fffafa;
  left: 0;
  margin-top: 23px
}
.order_filter {
  float: left;
  width: 100%;
}
.order_filter .leftdata_order {
  float: left;
  width: 100%;
  padding: 2px 13px 18px;
  border-bottom: 1px solid #d6d6d6
}

.order_filter .rightdata_order {
  float: left;
  width: 100%;
  padding: 10px 14px 10px;
  text-align: right;
  border-bottom: 1px solid #d6d6d6;
  background-color: #ececec
}
.order_filter .rightdata_order a.button {
  line-height: 12px;
  display: inline-block;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  padding: 6px 8px;
  font-size: 14px;
  margin: 0 5px
}
.order_filter .rightdata_order a.button:hover {
  background-color: transparent;
  color: var(--secondary-color)
}
.order_filter .rightdata_order a.button:last-child {
  margin-right: 0
}
.ms_order_filter {
  float: left;
  width: 100%;
  margin: 0 0 25px
}
.ms_order_filter label {
  display: inline-block;
  width: 100%
}
.ms_order_filter button {
  width: auto;
}
.behalf-part_1 {
  float: left;
  width: 100%
}
.behalf-part_1>h3 {
  font-size: 18px;
  margin: 0 0 10px
}
.behalf-part_1 .call-to-action-content {
  float: left;
  width: 68%;
  margin-right: 2%;
  border: 1px dashed #ccc;
  padding: 10px 15px 0;
  font-size: 14px;
  background-color: #ececec;
  margin-bottom: 10px
}
.behalf-part_1 .call-to-action-btn {
  float: left;
  width: 30%;
  padding: 35px 20px;
  background-color: #ececec;
  border: 1px dashed #ccc
}
.behalf-part_1 .call-to-action-content h5 {
  float: left;
  width: 100%;
  font-size: 16px;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px
}
.behalf-part_1 .call-to-action-content div {
  float: left;
  width: 100%
}
.behalf-part_1 .call-to-action-content div ol {
  float: left;
  width: 100%;
  list-style: decimal;
  padding-left: 15px;
  font-weight: 400;
  margin: 0 0 15px
}
.behalf-row2 h4 {
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--secondary-color)
}
.behalf-row2 {
  float: left;
  width: 100%;
  margin: 0 0 15px
}
.behalf-conformation {
  float: left;
  width: 100%
}
.behalf-conformation>h2 {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 30px
}
.behalf-conformation>p {
  font-size: 16px;
  color: #545454
}
.behalf-part_1 .behalf-conformation .call-to-action-btn {
  padding: 30px
}
.behalf-row2 .data-table td {
  width: 50%
}
.phone_sep {
  position: relative
}
.msplusone_label+input.input-text {
  padding-left: 55px
}
.msplusone_label {
  float: left;
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #efefef;
  display: block;
  text-align: center;
  line-height: 45px;
  border-right: 1px solid #ccc;
  left: 1px;
  margin-top: 1px;
  font-size: 17px;
  font-weight: 500;
  color: #565656;
  text-shadow: 1px 1px 1px var(--white-color);
}
#OtpBox .conform-bx-inner, #unlockotpbox .conform-bx-inner, #notifyotpbox .conform-bx-inner {
  max-width: 340px;
  padding: 0;
  border: 0;
  border-radius: 20px;
}
#OtpBox .otp_wapper, #unlockotpbox .otp_wapper, #notifyotpbox .otp_wapper {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0
}
#OtpBox .otp_top_bg, #unlockotpbox .otp_top_bg, #notifyotpbox .otp_top_bg {
  background: url(../images/sprites/otp-sprires.png) no-repeat 100px 13px;
  min-height: 200px;
  background-color: var(--primary-color);
  position: relative
}
#OtpBox .field h3, #unlockotpbox .field h3, #notifyotpbox .field h3 {
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 10px;
  color: var(--dark-color);
}
#OtpBox .otp_wapper .field, #unlockotpbox .otp_wapper .field, #notifyotpbox .otp_wapper .field {
  float: left;
  padding: 15px 0
}
#OtpBox .otp_wapper .field label, #unlockotpbox .otp_wapper .field label#unlockotpbox .otp_wapper .field label, #notifyotpbox .otp_wapper .field label, #OtpBox .otp_wapper .field label a{
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #676767
}
#unlockotpbox .otp_wapper .field label >a,
#notifyotpbox .otp_wapper .field label >a,
#OtpBox .otp_wapper .field label >a {
  color:var(--primary-color);
}
.otp_agree label {
  margin: 14px 0px;
}
.otp_disabled {
  opacity: 0.3;
}
.otp_footer .otp_agree label {
    margin: 0px 0 12px;
    font-size: 15px;
    display: block;
}
#OtpBox .otp_wapper .field .otp_footer, #unlockotpbox .otp_wapper .field .otp_footer, #notifyotpbox .otp_wapper .field .otp_footer {
  float: left;
  width: 100%;
  padding: 20px 20px 10px;
}
#OtpBox .otp_wapper .field .otp_footer button.button:hover span, #unlockotpbox .otp_wapper .field .otp_footer button.button:hover span, #notifyotpbox .otp_wapper .field .otp_footer {
  color: var(--white-color);
}
#OtpBox .otp_wapper .input-box .input-text, #unlockotpbox .otp_wapper .input-box .input-text, #notifyotpbox .otp_wapper .input-box .input-text {
  min-width: 99px;
  min-height: 40px;
  line-height: 40px;
  background-color: #efefef;
  letter-spacing: 3.6px;
  display: block;
  margin: 0 auto;
  border-radius: var(--otp-input-radius);
}
#OtpBox .otp_wapper .field .otp_footer .button, #unlockotpbox .otp_wapper .field .otp_footer .button, #notifyotpbox .otp_wapper .field .otp_footer .button {
  width: 48%;
  float: left;
  margin: 0 1%;
  line-height: 21px;
  border-radius: 10px;
}
#OtpBox .otp_wapper .field .otp_footer button.button span i.icon, #unlockotpbox .otp_wapper .field .otp_footer button.button span i.icon, #notifyotpbox .otp_wapper .field .otp_footer button.button span i.icon {
  background: var(--primary-color) url(../images/sprites/otp-sprires.png) no-repeat -43px -194px;
  min-width: 23px;
  display: inline-block;
  margin-right: 3px;
  height: 20px;
}
#OtpBox .otp_wapper .field .otp_footer button.button span, #unlockotpbox .otp_wapper .field .otp_footer button.button span, #notifyotpbox .otp_wapper .field .otp_footer button.button span {
  line-height: 21px;
  border-color:var(--primary-color);
  background-color:var(--primary-color);
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0 0 5.5px rgb(146 146 146 / 92%);
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  padding: 10px;
  font-size: 14px;
}
#OtpBox .otp_wapper .field .otp_footer button.button:hover span,
#unlockotpbox .otp_wapper .field .otp_footer button.button:hover span,
#notifyotpbox .otp_wapper .field .otp_footer button.button:hover span{
  color: var(--white-color);
}
#OtpBox .otp_wapper .field .otp_footer a.button, #unlockotpbox .otp_wapper .field .otp_footer a.button, #notifyotpbox .otp_wapper .field .otp_footer a.button {
  background: var(--white-color);
  border-color: #ededed;
  width: 46%;
  color: #252525;
  margin-left: 2%;
  box-shadow: 0 0 6.5555px rgb(173 173 173 / 27%);
  white-space: unset;
  padding: 10px;
  word-break: break-word;
  font-weight: 600;
  font-size: 14px;
}
#OtpBox .otp_wapper .field .otp_footer a.button span,
#unlockotpbox .otp_wapper .field .otp_footer a.button span,
#notifyotpbox .otp_wapper .field .otp_footer a.button span{
  display: flex;
  align-items: center;
  justify-content: center;
}
#OtpBox .otp_wapper .field .otp_footer a.button span i.icon-send,
#unlockotpbox .otp_wapper .field .otp_footer a.button span i.icon-send,
#notifyotpbox .otp_wapper .field .otp_footer a.button span i.icon-send{
  background-image: url(../images/sprites/resend-icon.svg);
  background-repeat: no-repeat;
  height: 18px;
  min-width: 21px;
  display: block;
  margin-right: 3px;
}
#otp_close, #lock_otp_close, #nty_otp_close {
  background: var(--primary-color) url(../images/sprites/otp-sprires.png) no-repeat -144px -188px;
  width: 33px;
  height: 33px;
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  right: 6px;
  top: 3px;
  cursor: pointer
}
input.verified_mobile {
  background: #cbecd4 url(../images/sprites/otp-sprires.png) no-repeat right -258px!important;
  border-color: #0AB91C !important;
  color: #0AB91C;
}
#unlockotpbox .otp_wapper .input-box .input-text+.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 50px;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  background: url(../images/validation_advice_bg.gif) 118px 0 no-repeat
}
#OtpBox .otp_wapper .field .otp_footer small {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 10px;
}
.conform-bx-inner .otp_wapper .username-field .required:after{
  content: none;
}
.conform-bx-inner .otp_wapper .username-field label{
  margin-bottom: 5px;
  display: block;
}
.productviewcart p.availability.in-stock {
  display: none
}
.main_orders_title {
  float: left;
  width: 100%;
}
.main_orders_title h1 {
  float: left;
  width: auto
}
.main_orders_title button {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
.main_orders_title button span {
  padding: 0 10px
}
.balancesheet_buttons button span {
  line-height: 34px
}
.country_rma_CAD {
  padding-left: 58px !important;
}

/* 2FA common POP-UP start */

#unlock2fabox .conform-bx-inner{
  padding: 0;
  border: 0;
  max-width: 340px;
  border-radius: 20px;
}
#unlock2fabox .twofa_top_bg{
  min-height: 200px;
  background-color: var(--primary-color);
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
#unlock2fabox .twofa_top_bg .twofa-close{
  position: absolute;
  top:10px;
  right:10px;
  cursor: pointer;
}
#unlock2fabox .twofa_top_bg>.twofa-icon{
  width: 100px;
}
#unlock2fabox .field{
  padding: 15px;
}
#unlock2fabox .field p{
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 20px;
}
#unlock2fabox .field label{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: var(--grey-color-tone-four);
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 18px;
}
#unlock2fabox .field label>svg{
  margin-left: 5px;
}
#unlock2fabox .field input.input-text{
    min-width: 99px;
    min-height: 40px;
    line-height: 40px;
    background-color: #efefef;
    letter-spacing: 3.6px;
    display: block;
    margin: 0 auto;
    width: 40%;
}
#unlock2fabox .field .input-text:focus{
  border: 1px solid var(--primary-color);
}
#unlock2fabox .twofa_buttons {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
#unlock2fabox .twofa_buttons button{
  width: 46%;
  margin: 0 1%;
  border-radius: 10px;
  padding: 10px 5px;
  line-height: 21px;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 0 3px rgb(146 146 146 / 92%);
}
#unlock2fabox .twofa_buttons button.resend{
  background-color: var(--white-color);
  color: var(--dark-color);
}

/* 2FA common POP-UP end */

/* RMA sprite */

#my-productreturn-table td input.msordernumber {
  background: rgba(213, 213, 213, 0.49) var(--site-main-sprites) repeat scroll -12px -231px;
}
#my-productreturn-table td input.msordernumber:hover {
  background: rgba(255, 255, 255, 0.49) var(--site-main-sprites) repeat scroll -12px -260px;
}

/* RMA sprite */

.claim-btn h4.rmabutton-label {
  width: 250px
}
#myProgress {
  width: 60px;
  background: #ccc;
  border-radius: 0;
  box-shadow: inset 0 0 9px #bbb2b2;
  -webkit-box-shadow: inset 0 0 9px #bbb2b2;
  float: left;
}
#myBar {
  height: 12px;
  background: red;
  background: -webkit-linear-gradient(#00abe8, #0b86b2);
  background: -o-linear-gradient(#00abe8, #0b86b2);
  background: -moz-linear-gradient(#00abe8, #0b86b2);
  background: linear-gradient(#00abe8, #0b86b2);
  text-align: center;
  line-height: 0;
  color: white;
  border-radius: 0
}
.bar_num {
  float: left;
  font-size: 12px;
  margin-left: 25%;
  font-weight: 500;
  line-height: 16px
}
.barnav_nav {
  float: right;
  font-weight: 400;
  width: 30%;
}
body.productreturn-index-index .right+p.f-left {
  width: 100%
}
div#paypal-container {
  text-align: center;
  float: right;
  margin: 3px 0 0
}
#tabs .tabs>li i.icon-info.tooltip:hover {
  color: var(--white-color);
  border-color: var(--white-color);
}
#tabs .tabs>li i.icon-info.tooltip:hover+span.tooltiptext {
  top: 50px
}
.fedex_top_message {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 0;
  float: left;
}
.nav-container .block-cart #cart-button:hover+.no-display {
  display: block
}
.braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field.braintree-form__field--valid {
  border-color: green!important
}
.right-align_1 .button span {
  line-height: 10px
}
.addional_col_2:after {
  content: "";
  background-image: url(../images/sprites/iqmetrix_logo.png);
  width: 60px;
  height: 50px;
  background-size: 60px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: -22px;
  background-color: var(--white-color);
  padding: 0 5px;
  background-position: center
}
.stylis_order_table th {
  padding: 5px 7px;
  line-height: 15px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #a6a6a6;
  white-space: nowrap;
  color: #2d2d2d;
  border-color: #949494;
  font-weight: 500
}
.stylis_order_table td {
  font-size: 13px;
  padding: 5px 8px;
  color: var(--dark-color);
  vertical-align: middle;
  line-height: 14px
}
em.status-label {
  font-style: normal;
  font-weight: 600;
}
em.status-label.order.verified {
  color: #008bd5;
}
em.status-label.pending {
  color: #2036b0
}
em.status-label.unapprove {
  color: #dd0f07
}
em.status-label.loss.order {
  color: #4d4d4d;
}
em.status-label.refund {
  color: #ff3d00;
}
em.status-label.approval-required {
  color: #319acf;
}
em.status-label.on-hold {
  color: #0f01d1;
}
em.status-label.reserved-order {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  padding: 0 3px;
  border-radius: 4px;
  display: inline-block;
}
em.status-label.ready-ship {
  color: #10be00
}
em.status-label.pay-required {
  color: #b2a100;
}
.stylis_order_table td span.price {
  float: left
}
.box-info .col2-set {
  padding: 10px 18px
}
.box-recent .stylis_order_table th:nth-child(1) {
  width: 10%
}
.stylis_order_table th:nth-child(2) {
  width: 10%
}
.stylis_order_table th:nth-child(3) {
  width: 15%
}
.stylis_order_table th:nth-child(4) {
  width: 20%
}
.button-with-title {
  margin: 0
}
.button-with-title h1 {
  display: inline-block;
  width: auto
}
.button-with-title .button {
  float: right;
  margin: 6px 0 0
}
.button-with-title .button span {
  padding: 4px 10px;
  min-width: 80px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px
}
body.cms-page-view.cms-lcd-buy-back .main {
  max-width: 100%;
}
body.cms-page-view.cms-lcd-buy-back .main-container .page-title {
  display: none
}
body.cms-page-view.cms-lcd-buy-back .main-container {
  margin: 0
}
.header_tooltip {
  font-size: 11px;
  margin: 0;
  font-weight: 600;
  line-height: 18px;
  background-color: #555454;
  transition: all 0.3s ease-in;
  color: var(--white-color);
  padding: 1px;
  border-radius: 2px;
  text-align: center;
  min-width: 240px;
  width: 0;
  margin-top: 2px;
  display: none;
}
/*-- DT 23 MARCH 2018 CSS START --*/

.spouge-label {
  display: inline-block;
  position: absolute;
  line-height: 10px;
  padding: 1px 2px;
  font-size: 10px;
  letter-spacing: 0;
  right: -4px;
  border-radius: 2px;
  text-transform: uppercase;
  top: -4px;
  font-weight: 400
}
.spouge-label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  position: absolute;
  bottom: -5px;
  left: 36%;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg)
}
.spouge-label.red {
  background-color: #e00f26;
  color: var(--white-color);
  border: 1px solid #e00f26;
  animation: bgchange 5s infinite;
  -webkit-animation: bgchange 5s infinite
}
.spouge-label.red:after {
  border-color: #e00f26 transparent transparent transparent;
  animation: borderchange 5s infinite;
  -webkit-animation: borderchange 5s infinite
}

/* 2FA common POP-UP start */

#otp-select-popup .conform-bx-inner{
  padding: 0;
  border: 0;
  max-width: 340px;
  border-radius: 20px;
}
#otp-select-popup .conform-bx-inner .customer-name.otp_wapper {
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  padding: 0;
  border: 0;
}
#otp-select-popup .twofa_top_bg{
  min-height: 200px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background: url(../images/sprites/otp-sprires.png) no-repeat 100px 13px var(--primary-color);
}
#otp-select-popup .twofa_top_bg .twofa-close{
  position: absolute;
  top:10px;
  right:10px;
  cursor: pointer;
}
#otp-select-popup .twofa_top_bg>.twofa-icon{
  width: 100px;
}
#otp-select-popup .field{
  padding: 15px;
}
#otp-select-popup .field p{
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 20px;
}
#otp-select-popup .username-field .otp_footer .otp_agree label{
  display: flex;
  width: 100%;
  font-size: 14px;
  align-items: center;
  line-height: normal;
}
#otp-select-popup .username-field .otp_footer .otp_agree label input {
  margin-right: 10px;
}
#otp-select-popup .twofa_buttons {
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ccc;
}
#otp-select-popup .twofa_buttons button{
  width: 46%;
  margin: 0 1%;
  border-radius: 10px;
  padding: 10px 5px;
  line-height: 21px;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 0 3px rgb(146 146 146 / 92%);
  cursor: pointer;
}
#otp-select-popup .twofa_buttons button.resend{
  background-color: var(--white-color);
  color: var(--dark-color);
}

/* 2FA common POP-UP end */

.each-manager .each_manager_subtitle label.m-top-space {
  font-size: 16px;
  margin-top: 9px;
}
.my-manager .each-manager {
  background: #f7f7f7;
}
.acc-links-right .popup-otp-disable a {
  margin-right: 12px;
}
.subaccount-flex-container.sub-acc-center {
  display: flex;
  justify-content: center;
}
.district-m-err-msg {
  float: left;
  width: 100%;
  min-height: 50px;
  background: #dddddd;
  display: flex;
  align-items: center;
}
.district-m-err-msg p {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-color);
  height: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  margin: 0;
  background-image: url(../images/warning-err.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 12px 1px;
}
.popup-otp-disable.dm-approval {
  position: absolute;
  right: 10px;
  top: 0;
  height: 45px;
  width: auto;
  padding: 10px 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f10600;
  transition: 0.2s all;
  cursor: pointer;
}
.popup-otp-disable.dm-approval a {
  color: var(--white-color);
  font-weight: 600;
}
.popup-otp-disable.dm-approval:hover {
  background: var(--white-color);
  border: 1px solid var(--primary-color);
}
.popup-otp-disable.dm-approval:hover a {
  color: var(--primary-color);
}
.web-accesive {
  background-image: url("../images/accesibility-one.svg");
  width: 45px;
  height: 45px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-size: 100%;
}
/**/
.gapp-detail-link {
  float: left;
  margin: 0 0 5px;
}
.gapp-list-link {
  float: left;
  width: 100%;
  text-align: center;
}
.gapp-detail-link>a, .gapp-list-link>a {
  color: var(--default-color);
  font-weight: 500;
  text-decoration: underline;
}
.gapp-info-popup .conform-bx-inner {
  max-width: 578px;
  box-shadow: 1px 0px 5px 1px #0000001A;
  border-radius: 20px;
  border:0;
}
.gapp-info-popup .conform-bx-inner .gapp-popup-header {
  position: relative;
}
.gapp-info-popup .conform-bx-inner .gapp-popup-header h4 {
  font-size: 19px;
  color: var(--dark-color);
  font-weight: 600;
  max-width: 430px;
  margin: 0 auto 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
.gapp-info-popup .conform-bx-inner .gapp-popup-header>a {
  position: absolute;
  top: -15px;
  right: 0px;
  font-size: 30px;
  font-weight: 200;
}
.gapp-info-popup .conform-bx-inner .gapp-popup-content {
  padding: 0px 12px;
  margin: 0 0 10px;
  position: relative;
}
.gapp-info-popup .conform-bx-inner .gapp-popup-content:before {
  content: "";
  width: 5px;
  position: absolute;
  height: 80px;
  background-color: var(--primary-color);
  left: -15px;
  border-radius: 0px 10px 10px 0px;
}
.gapp-info-popup .conform-bx-inner .gapp-popup-content p {
  color: #606060;
  font-size: 16px;
  text-align: center;
  margin: 0 0 15px;
}
.gapp-info-popup .conform-bx-inner .gapp-popup-content .addtobtn {
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 20px;
  width: 200px;
}
.gapp-info-popup .conform-bx-inner .gapp-popup-content a {
  color: var(--default-color);
  text-decoration: underline;
}
@media screen and (max-width:1300px) {
  .brand-container {
    width: 98%!important
  }
  #auguria-slider {
    width: 98%!important
  }
  .brandcontainer-main {
    border: 0 none!important
  }
  .header-top .header {
    width: 98%!important
  }
  .comming_soon_message {
    width: 100%
  }
}
@media screen and (max-width:1200px) {
  .footer, .header {
    width: 98%
  }
  .account-create {
    width: 96%;
    margin: 0 2%
  }
  .col2-left-layout .dashboard .col-main {
    width: 100%
  }
  .contacts-index-index .col1-layout .col-main {
    width: 96%;
    margin: 0 2%
  }
  .sm-footer {
    padding: 0 20px!important
  }
  .cart-table .buttons-set {
    width: 69%
  }
  .cart-table button.button {
    width: 31%
  }
  .legend-block .legend-inner-block {
    width: 50%!important
  }
  .legend-block .legend-inner-block:nth-child(2), .legend-block .legend-inner-block:nth-child(3) {
    border-bottom: 1px solid #d5d5d5
  }
  .legend-block .legend-inner-block:nth-child(3) {
    border-right: 0
  }
  .sidefull-width .legend-inner-block {
    width: 100%!important
  }
  .add-1, .add-2, .add-3 {
    font-size: 14px
  }
  .lft-pshop {
    width: 100%!important
  }
  .side-navbar {
    display: none
  }
  .cart .page-title h1 {
    width: 100%;
    margin: 0 0 10px
  }
  .top-wishlist-widget {
    display: none
  }
  .creditcard-method, .paypal-method, .fedex-method, .behalf-method {
    width: 100%!important;
    margin: 0 0 30px!important
  }
  .cms-center {
    padding: 0 30px
  }
  .return-cms {
    padding: 0 30px
  }
  .warrenty-bx, .return-bx, .def-bx, .nost-bx {
    width: 100%!important;
    margin: 0 0 80px!important
  }
  .warrenty-bx {
    margin-top: 60px!important
  }
  .shipping-cms {
    padding: 0 30px
  }
  .ship-box1, .ship-box2, .ship-box3, .ship-box4, .ship-box5 {
    width: 100%!important;
    margin-right: 0!important;
    margin-left: 0!important
  }
  .shipping-title>img {
    display: none
  }
  .block-title h1 {
    color: #383838
  }
  .cross_sell ul#block-related {
    width: 2250px
  }
  .customer-account-forgotpassword .main {
    padding: 20px
  }
  .caroufredsel_wrapper {
    overflow: auto!important
  }
  .related-buttons {
    display: none
  }
  p.due {
    font-size: 12px
  }
  #customerprofitreport select {
    margin-right: 1%!important;
    width: 79%!important
  }
  .p-button-set {
    padding-left: 0!important;
    width: 20%!important
  }
  .p-button-set>input#payment_submit {
    width: 100%
  }
  .brand-icon-ul li .brand-content {
    width: 60%!important
  }
  .side-navbar-left {
    display: none
  }
  .cart-scroll1200 {
    width: 98%;
    overflow-y: scroll;
    _overflow: scroll;
    padding: 0 0 1.5em;
    float: left;
    -webkit-overflow-scrolling: touch
  }
  .bottom-repair-label button.button {
    width: auto!important;
    float: left!important
  }
  .product-tags {
    width: 100%
  }
  #sidebarWrap .sidefull-width {
    position: relative;
    top: 20px!important;
    margin-top: 0;
    width: 100%
  }
  .cms-lcd-buy-back .col2-left-layout .col-main {
    width: 75%
  }
  .cms-lcd-buy-back .col2-left-layout .col-main .page-title {
    padding: 0 15px 10px
  }
  .cart .cart-collaterals {
    position: relative
  }
}
@media screen and (max-width:1100px) {
  .account-container .formcol-left {
    width: 100%;
  }
  .account-container .form-col-right {
    display: none;
}
}
@media screen and (max-width:1024px) {
  /**/
  .wire-tab1.ach-row .wire_col:first-child, .wire-tab1.ach-row .wire_col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .br-row-detail>li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wire-tab1.ach-row .wire_col select {
    background-position: 97% 10px;
  }
  /**/
  .cart-table tfoot tr td {
    text-align: center!important
  }
  .cartsubtotal {
    margin-bottom: 0;
    float: none
  }
  .cart-table button.button.btn-continue {
    clear: both
  }
  .cart-table button.button {
    display: inline-block;
    float: none;
    margin: 1%
  }
  .cart-table .buttons-set {
    width: 100%;
    padding-bottom: 10px;
    text-align: center
  }
  .width-32 {
    width: 30%!important
  }
  .sales-order-view .my-account .title-buttons .res1024_view {
    float: left!important
  }
  .sales-order-view .page-title h1 {
    width: 100%
  }
  .side-navbar-right {
    display: block!important
  }
  .credit-verifi-bx {
    padding-right: 0!important;
    width: 100%!important
  }
  .cvv_div-1, .cvv_div-2 {
    width: 100%!important
  }
  .credit-verifi-bx .v-fix {
    width: 49%!important
  }
  .cvv_div-1 {
    padding-right: 0!important
  }
  .ms-subrow {
    width: 50%;
  }
  .col-row-2 {
    width: 50%;
    padding: 0 15px;
  }
  .ui.selection.dropdown {
    min-height: 10px!important;
    padding: 10px!important;
  }
  .col-row-3 {
    width: 98.5%;
  }
  .mscapcha_section {
    width: 100%!important
  }
  .mscapcha_section .recaptcha {
    float: left;
    height: 80px;
    width: 100%
  }
  .rc-anchor-normal {
    width: 54%!important
  }
  .customer-account-index .fancybox-inner {
    height: 720px!important
  }
  .verify_code_area .customer-name .field.name-Mobile .otp_button a {
    margin-left: 2%
  }
  .buser_select>select {
    width: 79%;
    margin-right: 1%
  }
  .buser_select>button {
    width: 20%
  }
  em.status-label {
    border: 0;
    padding: 0;
    background: none!important;
    border-radius: 0;
    font-weight: 800!important
  }
  em.status-label.order.verified {
    color: #3ea7ec
  }
  em.status-label.pending {
    color: #2036b0
  }
  em.status-label.unapprove, em.status-label.unapprove>a {
    color: #c20404
  }
  em.status-label.loss.order {
    color: #cecece
  }
  em.status-label.refund {
    color: #ff5722
  }
  .web-accesive{
    width: 30px;
    height: 30px;
    right: 10px;
    top: calc(50% - 15px);
    left: inherit;
}
}
@media screen and (max-width:980px) {
  .col-main{
    max-width: 100%;
  }
  .col2-right-layout .col-main {
    max-width: 100%
  }
  .col2-left-layout .col-main{
    max-width: 100%;
  }
  .col-right {
    width: 100%;
    margin-top: 30px
  }
  .cart-table th {
    padding: 5px 10px
  }
  .cart-table td {
    padding: 10px
  }
  .sticky {
    position: static!important
  }
  .footer-info-logo {
    display: none
  }
  .nav-container {
    display: none
  }
  .catalogsearch-result-index .main-list-category {
    width: 100%
  }
  #list-responsive-sidebar {
    float: left;
    width: 25%;
    height: 100%;
    background-color: var(--white-color);
  }
  .m-username {
    width: 100%!important;
    margin: 14px 0 0!important
  }
  .email-name {
    width: 100%!important
  }
  .cart-scroll980 {
    width: 100%;
    overflow-y: scroll;
    _overflow: scroll;
    padding: 0 0 1.5em;
    float: left;
    -webkit-overflow-scrolling: touch
  }
  .carts_buttons .buttons-set {
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px 0 20px
  }
  .carts_buttons .buttons-set .button {
    float: none
  }
  .carts_buttons .totals {
    float: left;
    width: 100%
  }
  .carts_buttons .totals ul, .carts_buttons .totals ul li {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0!important
  }
  .disply_980 {
    display: block!important;
    float: right
  }
  .cartsubtotal {
    width: 100%
  }
  .fx_width_table {
    width: 980px
  }
  .fx_width_table tfoot {
    display: none
  }
  i.icon-info.tooltip:hover+span.tooltiptext {
    top: 40px
  }
  .Cross_sell_Product .block-title.block-bg {
    background-image: none!important
  }
  body .cart .totals {
    display: block;
    justify-content: initial;
    align-items: initial;
  }
  .carts_buttons .totals ul {
    width: auto;
  }
  .cart-newdesign.cart-collaterals .totals .checkout-types {
    float: left;
  }
}
@media screen and (max-width:900px) {
  .nobr {
    white-space: normal!important
  }
  .cart-table button.button {
    width: 210px
  }
  .cart-table .nobr, .cart-table .nobr a {
    white-space: normal!important
  }
  .product-gurentee {
    text-align: center
  }
  .width-32 {
    width: 25%!important
  }
  .footer-boxes {
    min-height: 235px;
    padding: 5px 11px
  }
  ul.social-media li {
    margin: 4px 7px
  }
  .footer-contact .call-us {
    display: none
  }
  .footer-info-logo {
    display: none
  }
  .footer-contact p {
    margin: 0
  }
  .sm-footer {
    width: 48%!important;
    padding: 0 16px!important;
    float: right!important
  }
  .nav-container {
    display: none
  }
  #list-responsive-sidebar>ul {
    float: left;
    width: 100%;
    display: block!important
  }
  #list-responsive-sidebar li {
    float: left;
    width: 100%
  }
  #list-responsive-sidebar a {
    border-bottom: 1px solid #ccc;
    float: left;
    line-height: 25px;
    padding: 5px 7px;
    width: 100%;
    font-weight: 400;
    color: #383838;
    font-size: 12px;
    text-transform: uppercase
  }
  #list-responsive-sidebar a:hover {
    background-color: #27a7ec;
    border-color: #27a7ec;
    color: var(--white-color);
  }
  #list-responsive-sidebar .add-to-cart .button.btn-cart {
    width: 100%
  }
  #list-responsive-sidebar .add-to-cart .button.btn-cart span {
    font-size: 14px;
    text-transform: uppercase
  }
  #list-responsive-sidebar .add-to-cart .button.btn-cart:hover span {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
  }
  #list-responsive-sidebar {
    float: left;
    height: 100%;
    overflow: auto
  }
  .product-view .deal-productviewcart .pd-endin {
    margin-left: 0;
  }
}
@media screen and (max-width:768px) {
  .gapp-detail-link{
    float: none;
  }
  /*.*/
  .wire-tab1.ach-row .wire_col:first-child, .wire-tab1.ach-row .wire_col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .br-row-detail>li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wire-tab1.ach-row .wire_col select {
    background-position: 97% 10px;
  }
  .opc .col2-set .col-1 {
    padding: 0 0 30px;
    width: 100%
  }
  .opc .col2-set .col-2 {
    width: 100%
  }
  .opc #opc-login .col-1 .form-list li {
    float: left;
    margin: 0 2% 10px 0;
    width: 48%
  }
  .account-type .account_type_div {
    width: 98%;
    text-align: center
  }
  .account-type .account_type {
    float: none;
    display: inline-block;
    width: 26.5%;
    margin: 0 3.2%
  }
  .product-view .product-shop ul.benefits li.easy_refunds {
    border-right: 1px solid #e5e5e5
  }
  .cart .page-title h1 {
    float: none;
    text-align: left;
    padding-bottom: 10px
  }
  .sidebar_full {
    margin-top: 10px
  }
  .carts_buttons .button.btn-update {
    margin-bottom: 0;
    width: auto
  }
  .product-essential .product-options .btn-cart {
    margin-top: 0!important
  }
  .product-view .MagicZoomPlus {
    border: 0!important
  }
  .product-detail-page {
    background-color: #ccc
  }
  #product_addtocart_form>h3 {
    background-color: var(--white-color);
    color: var(--secondary-color);
    float: left;
    margin: 0 0 16px;
    padding: 5px;
    text-align: center;
    width: 100%
  }
  .product-view .productviewcart .add-to-box .qtyview label {
    display: none;
  }
  #tabs .tabs>li {
    border-color: #ccc
  }
  div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    border-left: 1px solid #ddd!important
  }
  .category-products li.item .product-image img.hoverImage {
    margin-left: 0!important;
    margin-right: 0!important;
    left: 0!important;
    right: 0!important
  }
  #none-div {
    display: block;
    padding: 0;
    margin-top: 15px
  }
  #none-div .button {
    display: block;
    float: none;
    margin: 0 auto;
    width: 50%
  }
  .cart-scroll768 {
    width: 98%;
    overflow-y: scroll;
    _overflow: scroll;
    padding: 0 0 1.5em;
    float: left;
    -webkit-overflow-scrolling: touch
  }
  #customerprofitreport select {
    width: 100%!important
  }
  .p-button-set {
    float: none!important;
    display: block;
    width: 50%!important;
    margin: auto
  }
  .leftdata .input-box {
    float: left;
    width: auto;
    width: 48%
  }
  #opc-login h3 {
    font-size: 24px;
    text-align: left
  }
  .hheight .buttons-set {
    margin-top: 15px!important
  }
  .hheight {
    min-height: 0!important;
    padding-bottom: 10px!important
  }
  .nodisplayresponsive {
    display: none!important
  }
  .zero-margin {
    margin: 20px 0 0!important
  }
  table#newrepair tbody input, table#newrepair tbody select {
    width: 210px!important
  }
  .bg-sys-overrely {
    background-color: rgba(24, 166, 239, 0)!important;
    border: 1px solid rgba(143, 194, 220, 0)!important
  }
  .credit-verifi-bx .v-fix {
    width: 100%!important;
    margin: 0 0 10px
  }
  .m-left10 {
    margin-left: 0!important
  }
  .sm-footer {
    margin-top: 5px;
    width: 60%!important
  }
  .displynone768 {
    display: block!important
  }
  .customerwishlist+b {
    float: left;
    width: 100%
  }
  .cart .page-title {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .disply_980 {
    margin: 0 0 20px
  }
  .cartsubtotal {
    float: right;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    text-align: left;
  }
  .checkout-types>li {
    margin: 0;
    width: 100%
  }
  .carts_buttons .buttons-set {
    margin: 0 0 10px;
    text-align: center
  }
  .carts_buttons .buttons-set .button {
    margin-left: 0
  }
  .carts_buttons .buttons-set .button+button {
    margin: 0 10px;
  }
  .carts_buttons .buttons-set .button span {
    line-height: 20px;
    font-size: 16px
  }
  .cart .cart-collaterals {
    width: 100%
  }
  .carts_buttons .totals ul li {
    text-align: center
  }
  .cart .page-title .checkout-types {
    float: right;
    width: 100%;
    margin: 0 0 10px
  }
  select.input-text.wishlishdwn {
    width: 120px
  }
  .ms-subrow {
    width: 100%
  }
  .col-row-2 {
    width: 100%;
    padding: 11px 0
  }
  .col-row-3 {
    width: 100%
  }
  .my-order-popup .conform-bx-inner {
    width: 95% !important;
  }
}
@media screen and (max-width:667px) {
  .side-navbar-right {
    display: none!important
  }
}
@media screen and (max-width:640px) {
  /*.*/
  select.input-text.wishlishdwn{
    width: 100%;
  }
  .wire-row .wire_col select, .wire-row .wire_col input[type='text'], .wire-row .wire_col input[type='number'] {
    font-size: 14px !important;
  }
  .wire-row .wire_col label ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .br-row-detail>li {
    margin: 18px 0;
  }
  .login-information .form-list .fields .field {
    margin-bottom: 10px;
  }
  /*.*/
  .comodo-icon {
    display: none
  }
  .footer-truck-order {
    width: 100%;
    margin-bottom: 20px;
    display: none
  }
  .footer-info {
    width: 100%;
    min-height: inherit;
    margin-right: 0
  }
  .footer-boxes h4 {
    padding-bottom: 5px
  }
  .footer-info .info-logo {
    background-position: center top
  }
  #checkout-payment-method-load dd ul.form-list {
    width: 100%
  }
  .header-bottom {
    text-align: center
  }
  .testimonial-block h2.block-title {
    text-align: center
  }
  .testimonial-block ul li {
    margin: 0 5%;
    width: 90%
  }
  .catalog-product-view .main-container .main {
    padding: 0 3%;
    width: 100%
  }
  .product-view .MagicZoomPlus {
    border: 1px solid #e2e2e2
  }
  .product-view .more-views h4 {
    display: none
  }
  .product-view ul.tabs li .active {
    border-color: var(--secondary-color)
  }
  .product-view .padder .box-collateral table.data-table {
    border: 1px solid #d5d5d5
  }
  .opc #opc-login .col-1 .form-list li {
    float: left;
    margin: 0 0 10px;
    width: 100%
  }
  .opc #opc-login .col-1 .form-list li .field {
    width: 100%;
    margin: 0 0 20px
  }
  .opc #opc-login .col-1 .form-list li.wide {
    margin-bottom: 20px
  }
  .account-type .account_type_title {
    margin-bottom: 10px
  }
  .account-type .account_type {
    margin: 10px 2%;
    width: 96%
  }
  .account-type .account_page_back {
    float: none;
    margin: 20px auto;
    width: 96%
  }
  .box-account .col2-set {
    padding: 20px 30px 30px
  }
  .col2-set .col-1 {
    width: 96%;
    margin: 0 2%
  }
  .col2-set .col-2 {
    width: 96%;
    margin: 30px 2% 0
  }

  .footer-boxes {
    width: 100%;
    border: 0;
    min-height: inherit;
    margin: 20px 0 0;
    display: none;
  }
  .resp-tabs-container {
    padding: 10px;
    display: block!important;
    clear: both
  }
  h2.resp-accordion {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px
  }
  .resp-tabs-container .resp-tab-content {
    width: 100%
  }
  .resp-tabs-container .resp-tab-content.resp-tab-content-active {
    padding-bottom: 30px
  }
  ul.footer-links li a {
    font-size: 15px;
    line-height: 30px
  }
  #tabs .tabs>li {
    margin: 0
  }
  .accordion_example2 {
    display: block!important
  }
  .footer-info p {
    float: left;
    font-size: 16px;
    line-height: 24px;
    padding: 0 40px;
    text-align: center;
  }
  .testimonial-block {
    display: none;
    padding: 0 20px;
  }
  #auguria-slider {
    display: none!important
  }
  .menu, .menu>ul ul {
    overflow: scroll!important
  }
  .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    background: var(--site-main-sprites) no-repeat scroll center -1090px;
    display: block;
    float: right;
    height: 43px;
    right: 17px;
    top: 1px;
    position: relative;
    width: 25px
  }
  .smk_accordion .accordion_in.acc_active>.acc_head .acc_icon_expand {
    background: var(--site-main-sprites) no-repeat scroll center -1130px
  }
  .horizontalTab {
    float: left
  }
  #toTop {
    border: 2px solid #e2e1df;
    display: none;
    position: fixed;
    right: 27px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    z-index: 10000000;
    bottom: 15%;
    border-radius: 25px;
    opacity: .4;
    filter: alpha(opacity=40)
  }
  #toTop:hover {
    opacity: .8;
    filter: alpha(opacity=80)
  }
  #toTop span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 22px;
    border-color: transparent transparent #21ade7 transparent;
    margin: 10px 9px;
    display: block
  }
  .product-specs img {
    max-width: 100%
  }
  #payment_form_mygateway .input-box b {
    position: inherit;
    float: left;
    margin-right: 8px;
  }
  .input-box>b {
    margin-top: 9px;
    position: absolute;
  }
  #payment_form_mygateway .input-box #mygateway_cc_owner {
    float: left;
    display: inline;
    width: auto;
    pointer-events: none;
  }
  .sticky {
    position: fixed;
    z-index: 200;
    max-width: 100%;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s
  }
  #inline_content {
    padding: 10px;
    background: var(--white-color);
  }
  .valid_html_sign {
    float: left
  }
  .valid_html_sign img {
    position: relative;
    margin-right: 10px;
    top: 10px
  }
  .padder .product-specs {
    padding: 0 20px
  }
  #product_tabs_cms1_contents, #product_tabs_cms3_contents {
    border: 1px solid #d5d5d5;
    border-top: 0;
    padding: 20px 0
  }
  .product-specs>p {
    text-align: justify
  }
  .justify-text {
    float: left;
    text-align: justify
  }
  #payment_form_paypal_express li.form-alt {
    float: left;
    text-align: justify
  }
  .top-arrow {
    position: absolute;
    right: 18px;
    border: 1px solid #ddd
  }
  .top-arrow .nav_up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 9px 0;
    border-color: #21ade7 transparent transparent transparent;
    margin: 7px 6px;
    display: block;
    cursor: pointer
  }
  .dow-arrow {
    position: absolute;
    right: 18px;
    bottom: -1px;
    border: 1px solid #ddd
  }
  .dow-arrow .nav_down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 15px;
    border-color: transparent transparent #21ade7 transparent;
    margin: 7px 6px;
    display: block;
    cursor: pointer
  }
  .pos-arraow {
    position: relative;
    float: right;
    width: 5%;
    top: 33px;
    right: -49px;
    display: none
  }
  .form-line {
    margin: 0;
    float: left;
    width: 100%
  }
  #cf img {
    position: absolute;
    left: 13px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: 267px!important
  }
  #cf img.top:hover {
    opacity: 0
  }
  #cf {
    position: relative;
    margin: 20% 0 40%
  }
  .bottom {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
  }
  .footer-info-logo a {
    float: left;
    position: relative
  }
  .footer-info-logo a:hover {
    opacity: .7
  }
  .footer-contact {
    color: var(--white-color);
    font-size: 12px;
    float: left!important;
    width: 100%
  }
  .footer-contact b {
    font-weight: 400;
    text-transform: uppercase
  }
  .width-32 {
    width: 32%
  }
  .b-right {
    border-right: 0 none
  }
  .footer-contact .call-us {
    background: rgba(0, 0, 0, 0) url(../images/f-sprites.png) no-repeat scroll 0 -142px;
    color: #2b2b2b;
    float: left;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    display: block;
  }
  .footer-contact .call-us b {
    margin-left: 45px;
    color: var(--white-color);
    font-weight: 500;
    font-size: 20px
  }
  .cms-questions dt {
    background: var(--site-main-sprites) no-repeat scroll left -860px;
    color: var(--secondary-color);
    padding: 10px 10px 10px 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }
  .cat-icon {
    background: var(--site-main-sprites) no-repeat scroll left -862px;
    color: var(--secondary-color);
    padding: 10px 0 5px 30px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px
  }
  .border-table thead {
    text-transform: uppercase
  }
  .border-table td {
    border-bottom: 1px solid #d5d5d5!important;
    font-weight: 400!important;
    font-size: 14px!important;
    text-transform: uppercase!important
  }
  .border-table tfoot td {
    color: var(--primary-color)!important;
    font-size: 18px!important;
    font-weight: 600!important
  }
  .legend-block {
    float: left;
    width: 100%;
    margin: 0 0 15px
  }
  .legend-block h2 {
    margin: 0;
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    padding: 5px 0;
    border-bottom: 1px solid #18a6f0;
    background: #18a6f0
  }
  .legend-block .legend-inner-block {
    border-right: 1px solid #d5d5d5;
    float: left;
    padding: 10px;
    width: 25%;
    min-height: 218px
  }
  .legend-inner-block .title-legend {
    color: var(--white-color);
    text-transform: uppercase;
    background: #aeaeae;
    padding: 4px;
    font-weight: 400
  }
  .legend-inner-block li {
    line-height: 28px;
    text-align: justify;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300
  }
  .legend-inner-block:last-child {
    border-right: 0 none
  }
  .products-grid .product-image img.additional_img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    display: none
  }
  .triangle-border {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0;
    border-color: #aeaeae transparent transparent transparent;
    position: relative;
    top: 4px;
    margin-left: 12px
  }
  .product-gurentee {
    float: left;
    height: 84px;
    margin: 5% 0 7%;
    max-width: 100%
  }
  .product-gurentee img {
    max-width: 85.2%
  }
  .block-title h1 {
    text-transform: uppercase;
    color: #58b0da;
    font-size: 20px;
    font-weight: 700
  }
  .viewdetail-newsletter {
    float: left;
    width: 100%;
    margin: 10px 0 0
  }
  .cat-ac.padd {
    padding: 0 0 5px 25px
  }
  .text-uppercase {
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-bottom: 5px
  }
  #my-credit-log-table .chk-type {
    font-size: 16px;
    padding: 10px 46px 0 0
  }
  .pr-label span.price {
    color: var(--primary-color)!important;
    font-size: 16px
  }
  .due-pr span.price {
    font-size: 32px;
    color: var(--primary-color)!important;
    font-weight: bold
  }
  .total-due {
    font-size: 25px;
    font-weight: bold;
    margin-right: 5px
  }
  .button-center {
    width: 30%;
    margin: 5px auto
  }
  .std li {
    display: block
  }
  .std>p {
    padding-left: 22px
  }
  .sub-title-content {
    padding-left: 22px
  }
  .product-view .tabs li.last {
    border-right: 0
  }
  .product-view .tabs a:hover {
    background-color: #ddd;
    color: #444;
    text-decoration: none;
  }
  #product_tabs_tags_tabbed_contents.input-box input {
    width: 300px
  }
  #product_tabs_tags_tabbed_contents .input-box {
    width: 300px;
    float: left;
    margin-right: 10px
  }
  #product_tabs_related_tabbed_contents li {
    float: left;
    margin-right: 10px
  }
  #product_tabs_related_tabbed_contents ol {
    clear: both
  }
  .product-collateral:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
    zoom: 1
  }
  #sidebarWrap .sidefull-width {
    width: 300px;
    margin-top: 125px;
    position: fixed;
    top: 172px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    border: 1px solid #d5d5d5
  }
  .sidefull-width .legend-inner-block {
    width: 100%;
    min-height: 0;
    border: 0;
    padding: 0
  }
  .sidefull-width .legend-inner-block ul li {
    border-bottom: 1px dashed #d5d5d5;
    font-size: 12px;
    line-height: 20px;
    padding-left: 15px
  }
  .level2.nav-2-1-1.first>a span, .level2.nav-2-4-1.first>a span {
    color: var(--primary-color)!important
  }
  .blank_row {
    background: #f9f9f9!important
  }
  .legend-inner-block li:last-child {
    border-bottom: 0 none!important
  }
  .blank_row>td {
    border: medium none
  }
  .order-item>td {
    vertical-align: middle
  }
  .leftside-arrow {
    background: #f0f0f0;
    border-radius: 40px;
    cursor: pointer;
    float: left;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    width: 30px;
    position: absolute;
    right: -28px;
    top: 100px
  }
  .fix-position {
    float: left;
    height: 200px;
    overflow-y: scroll;
    width: 300px
  }
  .relative-block {
    position: fixed;
    float: left;
    left: -301px;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s
  }
  .left-0 {
    left: 158px
  }
  .legend-inner-block>ul {
    margin: 0 0 10px
  }
  .color-blue {
    color: var(--secondary-color);
    font-weight: 500!important
  }
  .color-red {
    color: var(--primary-color);
    font-size: 20px!important;
    font-weight: 500!important
  }
  .b-top {
    border-top: 1px solid #d5d5d5
  }
  .color-blue-big-font {
    color: var(--secondary-color);
    font-weight: 500!important;
    font-size: 20px!important
  }
  .table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em
  }
  .bs-center {
    margin: 0 auto;
    width: 95%!important;
    text-align: center
  }
  .sep-block {
    display: inline!important
  }
  .iphone-text .links-btn {
    background: #2b8dd8 none repeat scroll 0 0;
    border: 2px solid #2b8dd8;
    color: var(--white-color);
    font-size: 18px;
    padding: 8px 26px;
    text-transform: uppercase;
    border-radius: 20px;
    display: block;
    min-width: 234px;
  }
  .iphone-adv-block .iphone-text {
    left: calc(50% - 116px);
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom: 12%;
  }

  span.highlight-text {
    color: #1fc3f3;
    font-weight: 800
  }
  .width-46 {
    width: 46%
  }
  #paypal_id {
    float: left;
    font-weight: 400;
    margin: 33px 0 0;
    width: 98%
  }
  #paypal_id label {
    float: left;
    margin: 0 0 5px
  }
  .address-bar {
    margin: 30px 0 0;
    float: left;
    width: 90%
  }
  #form-validate>#comment {
    float: left;
    width: 90%
  }
  #toBottom {
    background-repeat: no-repeat;
    border: 2px solid #e2e1df;
    border-radius: 25px;
    bottom: 60%;
    height: 50px;
    opacity: .4;
    position: fixed;
    right: 5px;
    width: 50px;
    z-index: 10000000;
    display: none
  }
  #toBottom span {
    border-color: transparent transparent #21ade7;
    border-style: solid;
    border-width: 0 14px 22px;
    display: block;
    height: 0;
    margin: 15px 9px;
    width: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
  }
  #payment-buttons-container p.back-link a {
    background: #a2a2a2 none repeat scroll 0 0;
    border: 2px solid #a2a2a2;
    color: var(--white-color);
    float: left;
    font-size: 17px;
    margin: 0;
    min-width: 145px;
    padding: 12px 15px;
    text-align: center
  }
  .footer-links {
    float: left;
    width: 45%;
    margin: 0 2.5%
  }
  .b-right0 {
    border-right: 0 none
  }
  .add-1 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
    background: url(../images/sprites/sprite-2.png) no-repeat scroll left 4px;
    padding-left: 50px;
    float: left
  }
  .add-2 {
    font-size: 16px;
    font-weight: 500;
    background: url(../images/sprites/sprite-2.png) no-repeat scroll left -32px;
    padding-left: 50px;
    float: left
  }
  .call-us {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 700;
    background: url(../images/sprites/sprite-2.png) no-repeat scroll left -113px;
    padding: 20px 0;
    display: none;
  }
  .call-us>b {
    margin-left: 47px
  }
  .brokenscreens-createorder .add-to-box {
    position: fixed;
    right: -69px;
    top: 410px;
    transition: all .3s ease 0s;
    z-index: 99
  }
  .brokenscreens-createorder .category-products .add-to-cart button.btn-cart {
    background: var(--primary-color) none repeat scroll 0 0;
    padding: 7px 14px
  }
  .brokenscreens-createorder .add-to-cart button.btn-cart span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: uppercase
  }
  .brokenscreens-createorder .add-to-cart button.btn-cart:hover {
    background: var(--secondary-color) none repeat scroll 0 0
  }
  .brokenscreens-createorder .add-to-cart button {
    background: var(--primary-color) none repeat scroll 0 0;
    padding: 7px 8px
  }
  .brokenscreens-createorder .add-to-box:hover {
    right: 0
  }
  .popupContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 10000
  }
  .popupWrapper {
    width: 70%;
    margin: 45px auto
  }
  .popupBox {
    background-color: var(--white-color);
    border-radius: 4px
  }
  .popupBox .popup-header {
    background: #1fc4f4 none repeat scroll 0 0;
    float: left;
    text-transform: uppercase;
    width: 100%
  }
  .popup-header>h2 {
    color: var(--white-color);
    float: left;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 55px;
    text-align: center;
    width: 95%
  }
  .popup-header>a {
    background: #ddd none repeat scroll 0 0;
    color: #e00f26;
    float: right;
    font-size: 20px;
    padding: 17px;
    text-align: center;
    width: 5%;
    text-shadow: 1px 1px 1px #d5d5d5;
    -webkit-text-shadow: 1px 1px 1px #d5d5d5
  }
  .popup-header>a:hover {
    background: #e00f26;
    color: var(--white-color);
  }
  .popupBox .popup-content {
    background: var(--white-color) none repeat scroll 0 0;
    float: left;
    height: 510px;
    overflow-y: scroll;
    padding: 20px;
    width: 100%;
    border-bottom: 5px solid #2ac6f4;
    border-left: 5px solid #2ac6f4
  }
  .popup-content>img {
    float: left;
    width: 100%
  }
  .btn-left {
    float: left;
    margin: 0 0 7px
  }
  .btn-right {
    float: right;
    margin: 0 0 10px
  }
  .btn-left .required {
    float: left!important
  }
  .bslinks>a {
    float: left;
    font-size: 17px;
    line-height: 41px;
    margin-left: 5px;
    cursor: pointer
  }
  .buttons-set1 {
    float: left
  }
  .buttons-set1 button.btn-cart1 span {
    background: #18a6f0;
    text-transform: uppercase;
    font-size: 15px;
    border: 0 none;
    padding: 1px 7px
  }
  .buttons-set1 button.btn-cart span {
    text-transform: uppercase;
    font-size: 15px;
    border: 0 none;
    padding: 1px 7px
  }
  .buttons-set1 button.btn-cart:hover {
    background-color: #18a6f0
  }
  .buttons-set1 button.btn-cart1:hover {
    background: #e00f26
  }
  .buttons-set1 button.btn-cart:hover span {
    color: var(--white-color);
  }
  .buttons-set1 .button.btn-cart {
    margin: 3px 6px
  }
  .links li.support a {
    background: rgba(0, 0, 0, 0) url(../images/sprites/sprite-2.png) no-repeat scroll -19px -574px;
    padding: 0 10px 0 18px;
    display: block
  }
  .links li.support {
    padding-left: 7px;
  }
  .links li.support a:hover {
    background-position: -19px -607px
  }
  .scrollarrow span:hover {
    background-color: rgba(187, 187, 187, 0.28)
  }
  .bottomarrow {
    cursor: pointer;
    float: left;
    padding: 6px 8px 0;
    position: absolute;
    background: rgba(187, 187, 187, 0.33) url(../images/arrow-scroll.png) no-repeat scroll center -17px;
    height: 15px;
    width: 20%;
    right: 0
  }
  .toparrow {
    cursor: pointer;
    height: 15px;
    padding: 0 8px 6px;
    width: 20%;
    float: left;
    position: absolute;
    bottom: 0;
    background: rgba(187, 187, 187, 0.33) url(../images/arrow-scroll.png) no-repeat scroll center 3px;
    right: 0
  }
  .std ul.description li:last-child {
    border-bottom: 0 none
  }
  .span-red {
    color: #ed1c24;
    font-weight: 500;
    font-size: 16px!important
  }
  .dark-fnt {
    color: #5f6162;
    font-size: 22px;
    font-weight: 400
  }
  .span-red-thin {
    color: #ed1c24;
    font-size: 22px;
    font-weight: 300
  }

  .add-to-cart a.button.btn-cart {
    border: 0 none;
    padding: 5px 11px
  }
  .add-to-cart a.button.btn-cart span {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase
  }
  .add-to-cart a.button.btn-cart:hover {
    background: #18a6f0
  }
  .add-to-cart a.button.btn-cart:hover span {
    color: var(--white-color);
  }
  #bg-change span.price {
    float: none;
    color: #e00f26
  }
  .p-button-set {
    float: left;
    padding-left: 25px;
    width: 20%
  }
  #customerprofitreport>label {
    float: left;
    width: 100%
  }
  .p-button-set button span {
    padding: 7.8px 30px
  }
  #customerprofitreport select {
    float: left;
    margin: 0 0 15px;
    width: 80%
  }
  .p-button-set>input#payment_submit {
    background: #e00f26 none repeat scroll 0 0;
    border: 1px solid #e00f26;
    color: var(--white-color);
    font-size: 17px;
    padding: 10px 28px;
    cursor: pointer;
    float: right
  }
  .p-button-set>input#payment_submit:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color)
  }
  .customerprofitreport_table span.price {
    float: none
  }
  #bg-change {
    background: #f9f9f9 none repeat scroll 0 0
  }
  .payment-fnt {
    font-size: 17px!important
  }
  .payment-fnt b {
    color: var(--secondary-color)
  }
  .category-products h1.block-title {
    background: rgba(0, 0, 0, 0) var(--site-main-sprites) no-repeat scroll left -872px;
    border-bottom: 1px solid #ededed;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0 0 10px 30px;
    text-transform: uppercase
  }
  #checkout-review-submit .checkout-agreements {
    background: #fbfbfb none repeat scroll 0 0;
    border-top: 3px solid #ddd
  }
  .inner big {
    background: #ddd none repeat scroll 0 0;
    float: left;
    margin: 0 0 15px;
    padding: 15px;
    width: 100%
  }
  .inner strong {
    color: #e00f26;
    float: left;
    font-size: 20px;
    text-align: right;
    width: 90%
  }
  .inner span.price {
    font-size: 23px;
    font-weight: 500
  }
  #review-buttons-container {
    float: right;
  }
  .place-order p.back-link a {
    background: #a2a2a2 none repeat scroll 0 0;
    border: 2px solid #a2a2a2;
    color: var(--white-color);
    float: left;
    font-size: 17px;
    margin: 0 14px;
    min-width: 145px;
    padding: 17px 15px;
    text-align: center
  }
  .multiple-checkout p.back-link {
    margin: 10px 0 0
  }
  .place-order p.back-link {
    margin: 0!important;
    float: right;
  }
  .buttons-set p.back-link {
    float: left
  }
  .mt-10 {
    margin-top: 10px!important
  }
  .redtheme-color {
    color: var(--primary-color)
  }
  .res-view {
    display: none
  }
  .cat_prod_cell .amount {
    display: none
  }
  .cms-ques {
    color: #383838;
    font-size: 17px;
    margin: 10px 0
  }

  .mini-text {
    font-size: 20px!important
  }
  .m-left10 {
    margin-left: 10px
  }
  .width0 {
    margin-right: 5px;
    margin-top: -2px;
    width: auto!important
  }
  .add-3 {
    float: left;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    background: url(../images/sprites/sprite-2.png) no-repeat scroll -7px -187px;
    margin: 0 9px 15px
  }
  .add-3>a {
    color: var(--white-color);
    padding-left: 41px
  }
  .main-paragraph>p {
    font-size: 16px
  }
  .main-paragraph {
    float: left;
    margin: 0 0 90px;
    width: 100%;
    color: #5a5757
  }
  .cms-center {
    color: #5a5757;
    float: left;
    width: 100%
  }
  .creditcard-method, .paypal-method, .fedex-method, .behalf-method {
    float: left;
    width: 47%;
    border: 3px solid var(--secondary-color);
    padding: 20px;
    position: relative
  }
  .creditcard-method, .paypal-method {
    min-height: 310px
  }
  .fedex-method, .behalf-method {
    min-height: 300px;
    width: 97.1%;
  }
  .creditcard-method, .fedex-method {
    margin-right: 37px;
  }
  .creditcard-method>h2, .paypal-method>h2, .fedex-method>h2, .behalf-method>h2 {
    color: var(--secondary-color);
    font-size: 35px;
    margin: 60px 0 7px
  }
  .creditcard-method .top-icon {
    background: url(../images/cmspageicons/payment-methods.png) no-repeat
  }
  .paypal-method .top-icon {
    background: url(../images/cmspageicons/payment-methods.png) no-repeat scroll -204px 0
  }
  .fedex-method .top-icon {
    background: url(../images/cmspageicons/payment-methods.png) no-repeat scroll 0 -207px
  }
  .behalf-method .top-icon {
    background: url(../images/cmspageicons/payment-methods.png) no-repeat scroll -204px -207px
  }
  .creditcard-method>p, .paypal-method>p, .fedex-method>p, .behalf-method>p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify
  }
  .return-cms {
    color: #5a5757;
    float: left;
    width: 100%
  }
  .warrenty-bx, .return-bx, .def-bx, .nost-bx {
    float: left;
    width: 47%;
    border: 3px solid var(--secondary-color);
    padding: 20px;
    position: relative
  }
  .warrenty-bx, .def-bx {
    margin-right: 35px
  }
  .return-bx, .nost-bx {
    margin-left: 35px
  }
  .def-bx {
    margin-top: -70px
  }
  .nost-bx {
    margin-top: 110px
  }
  .warrenty-bx, .return-bx {
    margin-top: 80px
  }
  .warrenty-bx>h2, .return-bx>h2, .def-bx>h2, .nost-bx>h2 {
    color: var(--secondary-color);
    font-size: 35px;
    margin: 60px 0 7px
  }
  .top-icon {
    float: left;
    height: 146px;
    left: 50%;
    margin-left: -64px;
    margin-top: -77px;
    position: absolute;
    top: 0;
    width: 145px;
  }
  .warrenty-bx .top-icon {
    background: url(../images/cmspageicons/returnpolicy.png) no-repeat
  }
  .return-bx .top-icon {
    background: url(../images/cmspageicons/returnpolicy.png) no-repeat scroll -186px 0
  }
  .def-bx .top-icon {
    background: url(../images/cmspageicons/returnpolicy.png) no-repeat scroll -382px -3px
  }
  .nost-bx .top-icon {
    background: url(../images/cmspageicons/returnpolicy.png) no-repeat scroll -579px 0
  }
  .warrenty-bx>p, .return-bx>p, .def-bx>p, .nost-bx>p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify
  }
  .shipping-cms {
    float: left;
    width: 100%
  }
  .ship-paragraph {
    float: left;
    width: 100%;
    margin: 0 0 50px
  }
  .ship-paragraph>p {
    font-size: 16px;
    text-align: justify
  }
  .ship-banner {
    float: left;
    width: 100%;
    margin: 0 0 50px
  }
  .ship-banner>img {
    width: 100%
  }
  .ship-footer {
    float: left;
    width: 100%
  }
  .ship-box1, .ship-box2, .ship-box3, .ship-box4, .ship-box5 {
    border: 3px solid var(--secondary-color);
    float: left;
    padding: 20px;
    width: 46%;
    margin-bottom: 30px
  }
  .ship-box1, .ship-box3, .ship-box5 {
    margin-right: 45px
  }
  .ship-box2, .ship-box4 {
    margin-left: 45px
  }
  .ship-box1>h3, .ship-box2>h3, .ship-box3>h3, .ship-box4>h3, .ship-box5>h3 {
    float: left;
    font-size: 18px;
    width: 100%;
    margin: 0 0 10px
  }
  .ship-box1>p, .ship-box2>p, .ship-box3>p, .ship-box4>p, .ship-box5>p {
    float: left;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
    width: 100%
  }
  .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-radius: 0!important
  }
  .custom-combobox {
    display: block;
    float: left;
    width: 100%
  }
  .product-name .custom-combobox-input {
    margin: 0;
    width: 90%;
    float: left;
    min-height: 47px;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
  }
  .product-name .custom-combobox-toggle {
    width: 9%!important;
    border-left: 0 none!important;
    min-height: 47px
  }
  .product-qty .custom-combobox-input {
    margin: 0;
    width: 65%;
    float: left;
    min-height: 47px;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
  }
  .product-qty .custom-combobox-toggle {
    width: 33%!important;
    border-left: 0 none!important;
    min-height: 47px
  }
  .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 16px 0!important
  }
  .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0!important
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: 0 none!important;
    font-size: 13px!important
  }
  #customer_address {
    margin: 0 0 10px
  }
  .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    background: #ededed none repeat scroll 0 0;
    float: left;
    max-height: 226px;
    padding: 15px;
    width: auto!important;
    overflow-y: scroll;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
  }
  .topcart, .top-logo {
    display: none
  }
  .resposive-login, .resposive-logout {
    display: none
  }
  #nav li.nav-3:hover ul.level0, #nav li.nav-4:hover ul.level0, #nav li.nav-5:hover ul.level0 {
    left: 0
  }
  .singlecutoff {
    font-size: 12px;
    font-weight: 500;
    margin-left: 9px
  }
  .anyfutherorder {
    font-weight: 500;
    font-size: 12px
  }
  .satuday-time {
    width: 100%!important
  }
  .satuday-time .saturday-prioritycutoff {
    text-align: left;
    line-height: 30px
  }
  .button.view-cart>span {
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color)
  }
  .button.view-cart:hover span {
    color: var(--secondary-color)
  }
  li.login {
    position: relative
  }
  .header-login {
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #ccc;
    float: left;
    margin-right: -1px;
    position: absolute;
    right: 0;
    width: 282px;
    z-index: 3400;
    box-shadow: 1px 6px 10px rgba(27, 27, 27, 0.12);
    -webkit-box-shadow: 1px 6px 10px rgba(27, 27, 27, 0.12)
  }
  .header-login .button {
    width: 100%;
    margin-left: 0!important
  }
  .header-login .button span {
    color: var(--white-color)!important;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    line-height: 10px
  }
  .header-login .button:hover span {
    color: var(--secondary-color)!important
  }
  .header-login #forgotpasswordlink {
    width: 100%;
    background-image: none;
    float: left;
    text-align: center;
    padding: 0
  }
  .header-login .loginmsg {
    color: var(--primary-color);
    text-align: center;
    width: 100%;
    float: left
  }
  .header-login .buttons-set>span#ajax_loader {
    text-align: center;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 30%
  }
  .header-login .customer-account-forgotpassword .form-list li:last-child {
    margin: 10px 0 10px;
    width: 100%
  }
  .header-login .form-list {
    float: left;
    width: 100%;
    padding: 10px;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
  }
  .header-login .buttons-set {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0
  }
  .header-login .form-list li:last-child {
    margin-top: 0;
    width: 100%
  }
  .header-login .custheader {
    float: left;
    width: 100%;
    background: var(--secondary-color) url(../images/header-user.png) no-repeat scroll center left 15px;
    padding: 10px
  }
  .custheader>h3 {
    color: var(--white-color);
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px
  }
  .header-login input.input-text {
    line-height: 20px;
    font-size: 13px;
    padding: 8px
  }
  .newuser-link {
    float: left;
    width: 100%
  }
  .newuser-link>a {
    float: left;
    padding: 0!important;
    font-size: 14px!important;
    color: #e00f26!important;
    background-image: none!important;
    line-height: 34px!important;
    text-decoration: underline;
    font-weight: 400!important
  }

  p.main-text {
    float: left;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 20px;
    text-align: justify;
    width: 100%
  }

  p.paragraph-footer {
    float: left;
    font-size: 15px;
    text-align: justify;
    width: 100%
  }
  #nav li.nav-4 ul.level0 ul.level1 {
    display: none
  }
  .next-cart em {
    color: #e00f26;
    font-size: 17px;
    margin-right: 2px
  }
  .top-header {
    float: left;
    width: 100%;
    color: var(--white-color);
    padding: 0;
    background: url(../images/sprites/header-chrismas-bckbanner.png?ver=1.0) no-repeat scroll right center;
    border-bottom: 1px solid #cc0017;
    background-size: cover;
    height: 43px;
    background-position: center -5px;
  }
  .top-header .shipping-title {
    float: left;
    margin: 0;
    padding: 0 15px
  }
  .shipping-title>p {
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    float: left
  }
  .satuday-time p {
    text-align: left;
    float: left;
    line-height: 25px
  }
  #single_div {
    width: 30%!important
  }
  #overnight_div {
    width: 30%!important
  }
  #satuarday_div {
    width: 40%!important
  }
  #upsground_div {
    width: 30%!important
  }
  #upsexp_div {
    width: 30%!important
  }
  #single_div span:first-child, #overnight_div span:first-child, #satuarday_div span:first-child {
    margin-left: 0
  }
  #single_div p, #overnight_div p, #satuarday_div p {
    float: left;
    font-size: 10px;
    line-height: 0;
    margin-left: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    color: var(--white-color);
    font-weight: 500
  }
  #upsground_div p, #upsexp_div p {
    float: left;
    font-size: 10px;
    line-height: 0;
    margin-left: 40px;
    padding: 0;
    text-align: left;
    width: 100%;
    color: #351c15;
    font-weight: 500;
    position: relative;
    top: -10px;
  }
  #single_div b, #overnight_div b, #satuarday_div b, #upsground_div b, #upsexp_div b {
    font-size: 8px;
    font-weight: 800;
  }
  #single_div span, #overnight_div span, #satuarday_div span, #upsground_div span, #upsexp_div span {
    float: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-left: 10px;
    margin-top: 0;
    padding: 0;
    text-align: center;
    line-height: 25px;
    width: 37px
  }
  .top-wishlist-widget {
    margin-left: 16px;
    margin-top: 6px;
    width: 40%
  }
  .top-wishlist-widget .customerwishlist1 {
    float: left;
    width: 55%;
    margin: 2px 0 0
  }
  .top-wishlist-widget .button {
    float: right;
    width: 40%
  }
  .top-wishlist-widget #update_wishlist1 span {
    font-weight: 600;
    background: #27a7ec;
    border-color: #27a7ec;
    text-transform: uppercase
  }
  .top-wishlist-widget #update_wishlist1:hover span {
    background: 0;
    border-color: #e3293e;
    color: #e3293e
  }
  .category-products li.item .product-image img.defaultImage {
    opacity: 1;
    filter: alpha(opacity=100)
  }
  .category-products li.item .product-image:hover img.defaultImage {
    opacity: 0;
    filter: alpha(opacity=0)
  }
  .category-products li.item .product-image:hover img.hoverImage {
    opacity: 1;
    filter: alpha(opacity=100)
  }
  .m-username {
    float: left;
    margin-left: 3%;
    background-color: #e4f3ff;
    padding: 0 4px;
    width: 48.5%;
    border: 1px solid #acb4b9;
    margin-top: 6px
  }
  .m-username .email-name, .m-username .mobile-field, .m-username .username-field {
    margin: 0 1% 0
  }
  .m-username p {
    float: left;
    width: 100%;
    font-size: 10px;
    text-align: center;
    margin: 0;
    color: #656565;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px
  }
  .m-username input {
    line-height: 10px;
    min-height: 33px;
    padding: 5px
  }
  .m-username label {
    font-size: 14px;
    padding: 0
  }
  p.numaric-values {
    float: left;
    width: 60px;
    min-height: 33px;
    line-height: 31px;
    background-color: var(--white-color);
    border: 1px solid #cacaca;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-right: 5px;
  }
  .mobile-field input {
    width: 83%
  }
  .extrabillingfields {
    float: left;
    width: 100%;
    background-color: #e4f3ff;
    padding: 5px 10px;
    border: 1px solid #acb4b9
  }
  p.mno_label {
    background-color: var(--white-color);
    border: 1px solid #ccc;
    float: left;
    font-size: 17px;
    line-height: 42px;
    margin-bottom: 0;
    margin-right: 2%;
    min-height: 45px;
    text-align: center;
    width: 15%
  }
  .mno_label-text {
    float: left;
    width: 100%
  }
  .mno_label-text .input-box {
    clear: none!important;
    float: left;
    width: 83%
  }
  p.user-guidline {
    float: left;
    width: 100%;
    font-size: 10px;
    text-align: center;
    margin: 0;
    color: #656565;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px
  }
  .currentopentab {
    border-bottom: 0 none!important;
    background: -webkit-linear-gradient(#dcdcdc, #f7f7f7)
  }
  .my-wishlist .buttons-set button.button {
    margin-right: 0;
    float: right
  }
  .productreturn-front-view .fieldset {
    margin: 0 0 10px
  }
  .additinal-text {
    background-color: #eee;
    border: 1px solid #ccc;
    float: left;
    margin: 0 0 10px;
    padding: 2%;
    width: 100%
  }
  .additinal-text>p {
    text-align: justify;
    font-size: 14px
  }
  .additinal-text b {
    font-size: 15px;
    text-transform: uppercase
  }
  .fl_width .button {
    width: 100%;
    float: left
  }
  .productreturn-front-list .button {
    margin-bottom: 10px;
    float: right
  }
  .productreturn-front-newrequestselectorder .select-buttons {
    float: left;
    margin: 10px 0;
    width: 100%
  }
  .product-return-main-container {
    float: left;
    width: 100%
  }
  .right-align button.button {
    width: 100%
  }
  .main_orders_title a.scalable.save {
    float: right;
    margin: 5px 0 0;
  }
  .balancesheet_row {
    float: left;
    width: 100%
  }
  .payment_balancesheet_btn>input {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: block;
    float: none;
    margin: 2% auto auto;
    min-width: 145px;
    padding: 5px;
    color: var(--white-color);
  }
  .customer-accountpage-balancesheet h1 {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    text-transform: uppercase
  }
  a.scalable.save {
    margin: 0 0 10px;
    float: right
  }
  .customercredit-index-log .limiter label, .customercredit-index-log .pager p.amount {
    line-height: 48px;
    margin-right: 20px
  }
  .remove-link.button {
    padding: 4px 5px;
    width: 150px;
    margin: 10px 0 0;
    font-size: 15px;
    float: left
  }
  .brokenscreens-myaccount-order .box-title h3 {
    float: left;
    margin: 0 0 7px
  }
  .minlineheight small {
    color: #383838;
    font-size: 10px;
    text-transform: uppercase
  }
  .minlineheight p a, .minlineheight p {
    margin: 0;
    font-size: 10px
  }
  .red-bg-tbl {
    color: var(--white-color);
    background-color: #e3293e;
    font-weight: 600!important
  }
  .minlineheight td {
    height: 51px;
    line-height: 16px;
    padding: 10px;
    vertical-align: middle
  }
  .backtomyacc>a {
    color: var(--secondary-color)!important;
    font-weight: 500;
    font-size: 25px;
  }
  li.backtomyacc {
    background: #ededed;
    padding-right: 15px
  }
  .remove-link {
    color: #e0263a;
    float: left;
    margin: 5px 0 0;
    background: rgba(0, 0, 0, 0) var(--site-main-sprites) no-repeat scroll -35px -2011px;
    padding-left: 22px;
    font-weight: 400
  }
  #single_div #timer_message {
    float: left;
    width: 100%;
    padding-top: 0
  }
  #single_timer p.anyfutherorder {
    margin: 0
  }
  .custumer-profit-reports-container {
    margin: 0 0 10px;
    float: left;
    width: 100%
  }
  .currentopentab span {
    color: #e00f26
  }
  .productreturn-front-list .limiter label, .productreturn-front-list p.amount {
    left: 0;
    line-height: 46px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px
  }
  img[id="image"] {
    display: none
  }
  .forgotpasswordshow_tab {
    display: none
  }
  .checkout-colset {
    background: 0!important;
    border: 0!important
  }
  .hheight {
    min-height: 410px
  }
  .hheight .buttons-set {
    margin-top: 64px
  }
  .checkout-step-login .ul {
    margin: 0 0 53px
  }
  .created_date {
    width: 50%;
    float: left;
    text-align: right
  }
  .created_date>h4 {
    display: inline
  }
  .created_date>label {
    font-style: italic
  }
  a.attch {
    float: right;
    font-size: 14px;
    line-height: 25px;
    background-image: url(../images/attchment.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    margin-top: 2px
  }
  .reply-buttons button {
    float: right
  }
  .reply-buttons {
    float: left;
    width: 100%
  }
  p.right-side {
    float: right!important
  }
  a.attch:hover {
    background-position: 0 -54px
  }
  .file-inputs-front>label {
    appearance: button;
    -moz-appearance: button;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 17px;
    padding: 7px 10px;
    transition: all .3s ease 0s;
    -webkit-transition: all 143658.3s ease 0s;
    border: 2px solid var(--secondary-color);
    width: 140px;
    text-align: center;
    font-weight: 400;
    cursor: pointer
  }
  .file-inputs-front>label:hover {
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color)
  }
  .file-inputs-front>input {
    display: none
  }
  .attachment-label {
    line-height: 40px;
    padding-bottom: 0!important;
    margin-left: 10px;
    font-weight: 400!important
  }
  .input-box.attach-file>label {
    float: right;
    line-height: 40px;
    padding-bottom: 0!important;
    font-weight: 400
  }
  .chkoutspan {
    background-color: var(--secondary-color);
    float: left;
    padding: 0;
    width: 100%;
    cursor: pointer
  }
  .chkoutspan>h3 {
    color: var(--white-color)!important;
    font-size: 17px!important;
    font-weight: 400!important;
    line-height: 40px;
    margin: 0!important;
    text-align: left!important;
    display: none
  }
  .chkoutspan .plusminus {
    background-color: var(--white-color);
    color: var(--secondary-color);
    float: left;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    width: 35px;
    margin-right: 10px;
    display: none
  }
  .display_chkout {
    padding: 15px!important;
    border: 1px solid #ccc;
    background-color: #eee;
    box-shadow: 1px 1px 9px #ddd;
    -webkit-box-shadow: 1px 1px 9px #ddd
  }
  .hover-class a {
    background-color: #17a6f1;
    color: var(--white-color)!important
  }
  .pages li {
    float: left
  }
  .parent-category {
    display: none
  }
  .showparent {
    display: block
  }
  .sub-ul {
    width: 90%;
    background-color: var(--white-color);
    float: left;
    margin: 0 5% 5%!important;
    padding: 0!important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc
  }
  .product-name input.pro-return-name:focus, .pro-return-container .product-name .productidcls:focus {
    background-color: #edf7fd
  }
  .pro-return-container table.dataTable {
    top: 47px;
    width: 100%!important
  }
  .product-name .product-listing-td {
    padding: 3px 6px
  }
  .product-hover-list td, .product-name .productlist tbody td.dataTables_empty {
    border-bottom: 1px solid #ccc;
    width: 650px!important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 0 none;
  }
  .product-hover-list td.dataTables_empty {
    padding: 5px;
    text-align: center;
  }
  .product-name .product-listing-td p {
    float: left;
    margin: 0;
    width: 100%
  }
  .product-name .dataTable tr {
    cursor: pointer;
  }
  .product-name .dataTable tr.even td {
    background-color: var(--white-color);
  }
  .product-name .dataTable tr.odd td {
    background-color: #eee;
  }
  .product-name .productlist tbody {
    overflow-y: auto;
    float: left;
    height: 350px;
    width: 98%
  }
  .product-name .dataTable tr.selected td {
    background-color: #27a7ec!important;
    color: var(--white-color);
    border-bottom: 1px solid #27a7ec!important
  }
  .special_note {
    background-color: #ba161d;
    float: left;
    margin: 0 0 25px;
    padding: 13px;
    width: 100%
  }
  .special_note>h2 {
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: 600;
    margin: 0 0 4px
  }
  .special_note p {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400
  }
  .sales-order-view .page-title h1 {
    font-size: 30px
  }
  .sales-order-view .my-account .title-buttons {
    margin: 0;
    padding: 0;
    line-height: 39px
  }
  .sales-order-view .my-account .title-buttons .res1024_view {
    float: right
  }
  .footer_white_logo {
    display: none
  }
  .ms-account .country-container.myacc-container>ul.sevices-list>li.backtolink.b-link-found {
    display: none;
  }
  .footer_btn.support-ticket-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    float: none;
  }
  .footer_btn .popup-btn-right {
    width: 100%;
  }
  .footer_btn.support-ticket-foot .popup-btn-right {
    display: flex;
    justify-content: space-between;
  }
  span.stock_bold {
    color: #e00f26;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px
  }
  @keyframes popanimation {
    from {
      margin-top: 0
    }
    to {
      margin-top: 10%
    }
  }
  table#newrepair tbody input, table#newrepair tbody select {
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 40px;
    font-size: 13px;
    width: 95%
  }
  #newrepair tbody th {
    font-size: 14px;
    text-align: center
  }
  #newrepair thead th {
    font-size: 13px;
    text-align: center
  }
  button.removeitem {
    background-color: #e00f26;
    border: 2px solid #e00f26;
    line-height: 22px;
    font-size: 14px;
    padding: 6px 10px;
    color: var(--white-color);
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    float: left
  }
  button.removeitem:hover {
    border: 2px solid #e00f26;
    color: #e00f26;
    background-color: transparent
  }
  button#addmore {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    padding: 7px 20px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 600;
    text-align: center;
    margin: 5px 0
  }
  button#addmore:hover {
    background-color: transparent;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color)
  }
  .bottom-repair-label {
    float: left;
    width: 100%;
    padding: 30px;
    border: 1px solid #ccc;
    margin: 0 0 18px
  }
  .bottom-repair-label select {
    margin: 0 0 10px
  }
  .bottom-repair-label label {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-weight: 400
  }
  .lbl-left>input {
    margin-top: -2px
  }
  .bottom-repair-label button.button {
    margin: 0 auto;
    float: none;
    width: 30%;
    display: block
  }
  #newrepair td {
    position: relative;
    text-align: center
  }
  .hidetable tbody tr {
    height: 40px!important
  }
  #newrepair .hidetable {
    width: 190px!important;
    top: 41px;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: var(--white-color);
    margin-left: 4px
  }
  #newrepair .hidetable td {
    height: 40px!important;
    padding: 0 10px;
    vertical-align: middle;
    width: 500px;
    text-align: left;
    font-size: 13px
  }
  #newrepair .hidetable tbody {
    float: left;
    max-height: 240px;
    overflow-y: auto;
    width: 100%
  }
  #newrepair .hidetable tbody tr.selected td {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }
  #newrepair tfoot td {
    text-align: left
  }
  select {
    appearance: menulist;
    -webkit-appearance: menulist;
    padding: 11px;
    height: 46px;
  }
  .fields-title {
    margin: 0 0 10px!important
  }
  .repairsys-index-new .additinal-text {
    margin: 0 0 18px!important
  }
  .total-options {
    background: #f6f6f6;
    padding: 20px;
    border: 1px solid #ccc
  }
  #comment label {
    font-weight: 400;
    float: left;
    width: 100%;
    margin: 0 0 3px
  }
  div#comment {
    float: left;
    width: 100%;
    margin: 7px 0 0
  }
  #my-productreturn-table td input {
    border: 1px solid #ccc;
    margin: 0 0 8px;
    width: 98px;
    font-size: 10px;
    padding: 5px;
    height: 30px;
    text-transform: lowercase
  }
  #my-productreturn-table td input.tracking_ms {
    border-right: 0!important
  }
  #my-productreturn-table td input.msordernumber {
    border: 1px solid #ccc;
    margin: 0 0 8px;
    width: 30px;
    font-size: 13px;
    padding: 4px;
    background: rgba(213, 213, 213, 0.49) var(--site-main-sprites) repeat scroll -12px -231px;
    cursor: pointer;
    border-left: 1px solid #ccc;
    text-indent: -3100px
  }
  #my-productreturn-table td input.msordernumber:hover {
    background: rgba(255, 255, 255, 0.49) var(--site-main-sprites) repeat scroll -12px -260px;
    border-color: var(--secondary-color)
  }
  .sys-row {
    float: left;
    width: 100%;
    background-color: rgba(238, 238, 238, 0.26);
    border: 1px solid #ccc;
    margin: 17px 0 17px;
    padding: 25px;
    position: relative
  }
  .pright-0 {
    padding-right: 0!important
  }
  .repairsys-index-new .buttons-set .button {
    margin: 0 auto;
    width: auto;
    display: block;
    float: none
  }
  #my-productreturn-table span.price {
    float: none
  }
  .sm-sys-label-3 {
    width: 50%;
    float: left;
    padding-right: 17px;
    margin: 0 0 17px
  }
  .col-sys-radio {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    margin: 0 0 12px
  }
  .col-sys-radio input {
    margin: -4px 3px 0
  }
  .col-sys-radio span {
    font-size: 13px;
    text-transform: uppercase
  }
  .col-sys-5 {
    float: left;
    width: 100%
  }
  .col-sys-6 {
    float: left;
    width: 52%;
    padding: 8px;
    border: 1px solid #ccc
  }
  .col-sys-6 span {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase
  }
  .col-sys-6 input {
    margin: -4px 3px 0
  }
  .b-bottom {
    margin: 0 0 18px
  }
  .repairsys-index-manage .dataTable {
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 17px;
    border-bottom: 0;
    margin-top: 10px;
    width: 100%
  }
  .repairsys-index-manage .dataTable thead tr {
    background-color: #e5e5e5
  }
  .repairsys-index-manage .dataTable thead th.sorting {
    border: 1px solid #ccc;
    padding: 7px;
    border-right: 0;
    border-top: 0
  }
  .repairsys-index-manage .dataTable tbody td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
  }
  .repairsys-index-manage .dataTable tbody td:first-child {
    border-left: 0
  }
  .repairsys-index-manage .dataTable tbody td:last-child {
    text-align: center
  }
  .repairsys-index-manage .dataTable thead th.sorting:first-child {
    border-left: 0;
    width: 12%!important;
    text-align: center
  }
  .repairsys-index-manage .dataTable thead th.sorting:nth-child(2) {
    width: 13%!important;
    text-align: center
  }
  .repairsys-index-manage .dataTable thead th.sorting:nth-child(3) {
    width: 20%!important;
    text-align: center
  }
  .repairsys-index-manage .dataTable thead th.sorting:nth-child(4) {
    width: 26%!important;
    text-align: center
  }
  .repairsys-index-manage .dataTable thead th.sorting:nth-child(5) {
    width: 11%!important;
    text-align: center
  }
  .repairsys-index-manage .dataTable thead th.sorting:nth-child(6) {
    width: 12%!important;
    text-align: center
  }
  .repairsys-index-manage .dataTables_info {
    background-color: #eee;
    line-height: 38px;
    border: 1px solid #ccc;
    float: left;
    width: 50%;
    padding-left: 15px;
    border-top: 0;
    border-right: 0
  }
  .repairsys-index-manage .dataTables_paginate {
    background-color: #eee;
    line-height: 38px;
    border: 1px solid #ccc;
    float: right;
    width: 50%;
    padding-right: 15px;
    border-top: 0;
    border-left: 0
  }
  .repairsys-index-manage .dataTables_paginate a {
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer
  }
  .repairsys-index-manage .dataTables_length {
    width: 30%;
    display: inline-block
  }
  .repairsys-index-manage .dataTables_length select {
    width: 60px;
    padding: 5px;
    height: 34px
  }
  .repairsys-index-manage .dataTables_filter {
    width: auto;
    float: right
  }
  .repairsys-index-manage .dataTables_filter input {
    padding: 5px;
    border: 1px solid #ccc
  }
  .confirmpopup {
    background-color: #eee;
    padding: 30px!important;
    position: fixed;
    right: 10%;
    top: 8%;
    width: 80%;
    z-index: 10000!important
  }
  .pop-saction1 select {
    padding: 0;
    height: 38px;
    width: 100%
  }
  button#acceptconfirm {
    float: right;
    width: 90px;
    padding: 5px;
    border: 1px solid #27a7ec!important;
    background-color: #27a7ec;
    color: var(--white-color);
  }
  .magento_title {
    font-size: 19px;
    text-align: center;
    padding: 0 0 10px;
    font-weight: 700;
    color: var(--secondary-color)
  }
  #noacceptconfirm {
    float: right;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-right: 11px
  }
  .conform_footer {
    float: right;
    margin: 10px 51px 0
  }
  .bg-sys-overrely {
    float: left;
    width: 100%;
    background-color: rgba(24, 166, 239, 0.15);
    border: 1px solid #8fc2dc;
    margin: 0 0 17px;
    padding: 30px 15px 43px
  }
  .repairsys-index-new em.required {
    font-size: 15px;
    color: #dc0a0a;
    font-weight: 700;
    font-style: normal;
    display: inline
  }
  .right-align .button.btn-cart span span {
    padding: 0!important;
    height: 22px!important;
    line-height: 22px
  }
  .action>label {
    float: left;
    width: 100%!important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 13px;
    color: #333!important
  }
  .footer-contact h4 {
    color: var(--white-color);
    font-size: 21px;
    font-weight: 600;
    margin: 11px 0;
    text-transform: uppercase
  }
  .footer-contact p {
    font-size: 15px;
    line-height: 30px;
    margin: 0 0 4px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .sm-footer {
    float: left;
    width: 33.333%;
    margin-top: 9px;
    text-align: center;
    display: none;
  }
  .header .form-search {
    max-height: 34px;
    width: 100%;
    margin: 10px 0 10px
  }
  .view_category {
    left: 0!important
  }
  .viewlist_category {
    left: 0!important
  }
  .togglelist_clk_top {
    left: 180px!important
  }
  .category-products.related-prod.cross_sell .products-grid {
    width: 2000px!important
  }
  .category-products li.item .product-image img.hoverImage {
    margin-left: -35%;
    margin-right: -35%;
    opacity: 0;
    position: absolute;
    right: 50%;
    top: 0;
    left: 0
  }
  .block-bg {
    float: left;
    width: 100%;
    background: #efefef var(--site-main-sprites) no-repeat scroll 14px -854px!important;
    box-shadow: 1px 1px 1px #ddd;
    -webkit-box-shadow: 1px 1px 1px #efefef;
    padding-left: 38px!important;
  }

  #none-div .button {
    float: left;
    width: 100%
  }
  .cms-questions dt {
    background-image: none!important;
    font-size: 15px;
    padding: 3px!important;
    text-align: left
  }
  .product-return-main-container {
    padding: 10px
  }
  .leftdata .input-box {
    width: 100%!important
  }
  .leftdata .v-middle {
    margin-top: 10px
  }
  a.scalable.save {
    float: right;
    margin-right: 12px!important;
    margin-bottom: 10px!important
  }
  .fix-search .form-search {
    max-height: 52px
  }
  .forgotpasswordhide_tab {
    display: none
  }
  .forgotpasswordshow_tab {
    display: block!important;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 10px 0
  }
  .top-logo {
    float: none;
    width: 85%;
    padding: 0;
    margin: auto
  }
  .quick-access .header-block {
    margin: 20px 0 0
  }
  .created_date {
    text-align: left!important;
    width: 100%!important
  }
  .display_chkout {
    margin: 0!important
  }
  .ratings {
    display: inline-table;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    float: none
  }
  #paypal_direct_cc_number {
    padding-left: 80px!important;
    background-size: 65px 626px, 8% 626px!important
  }
  .minilogo>img {
    width: 124px;
    margin-left: 8px;
    margin-top: 4px
  }
  .drop_open {
    background-color: #27a7ec!important;
    color: var(--white-color)!important
  }
  .drop_open span {
    color: var(--white-color)!important
  }
  .profile_dropdown>a.drop_open:after {
    border-color: var(--white-color) transparent transparent!important
  }
  .profile_dropdown b {
    font-weight: 600
  }
  li.logout-bg a {
    background-color: #e01229;
    color: var(--white-color)!important
  }
  .account-create .form-list .field {
    width: 100%
  }
  .category-products .toolbar {
    margin: 0 0 13px
  }
  .carts_buttons .buttons-set .button {
    width: 100%;
    margin: 0 0 10px
  }
  .cart-collaterals .totals .checkout-types button {
    width: 100%
  }
  .carts_buttons .buttons-set {
    margin-bottom: 0
  }
  .checkout-types>li {
    width: 100%;
    margin: 0
  }
  .otp_wapper {
    width: 100%
  }
  .related-prod .product-options .input-text {
    border-color: #e6e6e6
  }
  .main-container {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .carts_buttons .buttons-set .button+button {
    margin: 0 0 10px
  }
  .carts_buttons .buttons-set .button+button+button {
    margin: 0 0 10px
  }
  .ship-paragraph {
    margin: 0 0 10px
  }
  .ship-banner {
    margin: 0 0 25px
  }
  .cms-questions dd {
    padding: 5px;
    text-align: left!important
  }
  .footer-container {
    margin-top: 20px
  }
  body.customer-accountpage-index .box-account, body.customer-accountpage-index .table-container {
    margin: 0
  }
  .verify_code_area .customer-name .field.name-Mobile .input-box {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%
  }
  .verify_code_area .customer-name .field.name-Mobile .otp_button a {
    margin-right: 12px;
    margin-left: 0
  }
  .otp_checkout {
    padding: 0 0 5px;
    position: relative
  }
  .otp_checkout>a.btn-edit {
    position: absolute;
    right: 0
  }
  .verify_code_area .customer-name .field.name-Mobile .otp_button {
    width: 100%;
    margin-top: 0
  }
  div#paypal-container {
    text-align: center;
    float: left;
    margin: 3px 0 0;
    clear: both
  }
  .header_message {
    height: 90px;
    display: none
  }
  span#ext_time, span#ext_time1 {
    padding-left: 0;
    width: 100%
  }
  body .cart .discount.cart-coupon-mobile .buttons-set {
    width: 12%;
  }
  .rmz-chat-bubble span svg {
    height: 30px !important;
    width: 30px !important;
}
  .web-whatsapp {
    bottom: unset !important;
    top: calc(50% + 48px) !important;
    right: 4px !important;
  }
  .web-whatsapp svg {
    height: 30px !important;
    width: 30px !important;
  }
  .rmz-chat-bubble {
    right: 10px !important;
    top: calc(50% + 95px) !important;
    bottom: unset !important;
    height: 30px !important;
    width: 30px !important;
  }
  .rmz-chat-bubble span svg g {
    transform: scale(0.8) translate(3px,3px) !important;
  }
}
@media screen and (max-width:536px) {
    /*.*/
    .account-login .page-title {
      margin: 0;
    }
    .account-login .page-title h1 {
        font-size: 18px;
    }
    .account-login .page-title>p {
        text-align: center;
    }
    /*.*/
    .page-title h1 {
        text-align: center
    }

    .opc #opc-review .buttons-set p {
        text-align: left;
        width: 100%
    }
    #review-buttons-container .button {
        float: left
    }
    .opc .please-wait {
        margin-top: -30%
    }
    .legend-block .legend-inner-block {
        width: 100%!important;
        border-bottom: 1px solid #d5d5d5;
        border-right: none!important;
        min-height: 0!important
    }
    .legend-block .legend-inner-block:last-child {
        border-bottom: 0 none
    }
    .cms-center .top-icon {
        display: none
    }
    .warrenty-bx>h2, .return-bx>h2, .def-bx>h2, .nost-bx>h2 {
        font-size: 23px!important;
        word-wrap: break-word
    }
    .m-username .email-name, .m-username .mobile-field, .m-username .username-field {
        width: 100%!important;
        padding: 1% 3%
    }
    .my-buttonset .btn-left, .my-buttonset .btn-right, .my-buttonset .btn-left p, .my-buttonset .btn-left p.back-link a, .my-buttonset .btn-right .button {
        width: 100%
    }
    .my-buttonset .btn-right .button {
        margin-left: 0
    }
    .captcha-image .captcha-img {
        width: 100%
    }
    .captcha-image {
        width: 100%
    }
    .main-paragraph {
        margin: 0 0 10px!important
    }
    .creditcard-method>h2, .paypal-method>h2, .fedex-method>h2, .behalf-method>h2 {
        margin: 10px 0 7px!important
    }
    .product-detail-page {
        margin-top: 0!important
    }
    .sales-order-view .my-account .title-buttons .res1024_view {
        float: none!important;
        width: 100%;
        text-align: center
    }
    .item .product-options {
        display: none;
    }
    .notify_btn button.button span {
        background: url(../images/sprites/notify-me.png) 2px center no-repeat var(--primary-color);
        padding: 6px 10px 5px 23px;
        line-height: 15px;
        min-height: 32px;
        border-radius: 4px;
        font-size: 12px;
        background-size: 17px;
        max-width: 110px;
        word-break: break-word;
        width: 100%;
        white-space: normal;
    }
    .notify_btn button.button:hover span {
        color: var(--white-color);
    }
    .button.credit_btn {
        width: 100%
    }
    .notify_btn {
        display: block!important;
        text-align:center;
    }
    .order_filter .rightdata_order {
        text-align: left
    }
    .order_filter .rightdata_order a.button {
        padding: 10px 8px;
        margin: 6px 1% 7px;
        width: 48%
    }
    .category-products .sorter .amount {
        width: 100%;
        padding: 0;
        text-align: center
    }
    .category-products .toolbar {
        background-color: transparent
    }
    .category-products .pager {
        float: none;
        display: inline-block;
        text-align: center;
        width: 100%
    }
    .category-products .pager .pages {
        display: inline-block
    }
    .category-products .pager .pages li {
        height: auto;
        display: inline-block;
        margin: 0 0 10px
    }
    .popup-otp-disable.dm-approval {
        margin: 0;
        bottom: 10px;
        height: 40px;
        padding: 8px 15px;
        top: inherit;
    }
}
@media screen and (max-width:480px) {
  .main {
    width: 100%
  }
  .account-create .buttons-set p.required {
    width: 100%;
    padding-bottom: 15px
  }
  button.submit-request-btn {
    margin: 0 0 50px
  }
  .my-account .buttons-set p.required {
    width: 100%;
    text-align: left
  }
  .brand-container {
    display: none!important
  }
  .product-view .product-shop ul.benefits li.easy_refunds, .product-view .product-shop ul.benefits li.free_shiping, .product-view .product-shop ul.benefits li.price_match {
    width: 100%!important
  }
  .product-view .lft-pshop {
    display: none
  }
  .cart-table tfoot td {
    padding: 0!important
  }
  .cartsubtotal {
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    padding: 15px 10px;
    font-size: 17px;
  }
  .cart-table button.button {
    width: 290px;
    float: left
  }
  .sublogin-frontend-index .my-account .buttons-set {
    padding: 10px;
    width: 100%
  }
  .sublogin-frontend-index .my-account .buttons-set .button, .sublogin-frontend-index .my-account .buttons-set p.back-link, .sublogin-frontend-index .my-account .buttons-set p.back-link a {
    padding: 10px;
    width: 100%;
    margin-left: 0
  }
  .right-align {
    float: none!important;
    margin: 0 auto 15px!important;
    width: 45%!important;
    display: block!important
  }
  .rightdata a.scalable {
    width: 97%;
    float: none;
    margin: 0 auto 0;
    display: block;
    padding: 9px
  }
  .customercredit-index-log .pager p.amount {
    float: left;
    text-align: left;
    width: 97%;
    margin-right: 0
  }
  .customercredit-index-log .limiter {
    width: 100%
  }
  .agreement-content>p {
    text-align: justify
  }
  .input-box.attach-file>label {
    float: left;
    width: 100%
  }
  .createnew-tikit-form .buttons-set {
    margin: 0
  }
  .reply-buttons button {
    width: 100%
  }
  .support-ticket-view .buttons-set {
    padding: 10px 0 0;
    margin: 0
  }
  .support-ticket-view .buttons-set button.button {
    margin-bottom: 10px;
    margin-left: 0!important;
    width: 100%
  }
  .support-ticket-view .buttons-set p.back-link {
    float: left;
    width: 100%
  }
  .support-ticket-view .buttons-set p.back-link a {
    width: 100%
  }
  .my-account .pager .amount, .my-account .sorter .amount {
    float: left;
    width: 100%
  }
  .my-account .pager .limiter label, .my-account .sorter .limiter label {
    line-height: 40px
  }
  .pager .limiter select {
    height: 40px
  }
  .pager .limiter, .sorter .limiter, .sorter .sort-by {
    float: left
  }
  .pager, .toolbar {
    width: 98%
  }
  .verify_code_area .customer-name .field.name-Mobile .input-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%
  }
  .verify_code_area .customer-name .field.name-Mobile .otp_button {
    width: 100%
  }
  .return-cms {
    padding: 0
  }
  .cms-center {
    padding: 0 10px
  }
}
@media screen and (max-width:360px) {
  .opc .step-title a {
    margin-top: 5px
  }
  .col2-left-layout .col-left {
    width: 90%;
    margin: 0 5%
  }
  .product-view .product-shop ul.benefits li.easy_refunds, .product-view .product-shop ul.benefits li.free_shiping, .product-view .product-shop ul.benefits li.price_match {
    width: 100%
  }
  .nav-container .block-cart #cart-button #qua span {
    display: none
  }
  .box-account .col2-set {
    padding: 20px
  }
  .box-account .col2-set .col-1 {
    margin: 0;
    width: 100%
  }
  .page-title h1 {
    text-align: center
  }
  .cms-questions dt {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize
  }
  .category-products .toolbar {
    width: 100%
  }
  .category-products .sorter .amount {
    display: none
  }
  .category-products .pager {
    width: 100%;
    min-height: 40px
  }
  .catalogsearch-result-index .col1-layout .products-grid {
    padding: 0 0 20px!important
  }
  .verify_code_area .customer-name .field.name-Mobile .otp_button a.resend-code {
    background: #f4f4f4 var(--site-main-sprites) 92px -259px no-repeat
  }
  .verify_code_area .customer-name .field.name-Mobile .otp_button a {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px
  }
  .verify_code_area .customer-name .field.name-Mobile .otp_button button {
    padding: 0;
    margin-right: 0;
    width: 100%
  }
  .otp_checkout {
    padding: 0 0 15px
  }
  .otp_checkout>a.btn-edit {
    margin-top: 10px
  }
  #OtpBox .conform-bx-inner, #unlockotpbox .conform-bx-inner, #notifyotpbox .conform-bx-inner {
    width: 95%
  }
  #OtpBox .otp_top_bg, #unlockotpbox .otp_top_bg, #notifyotpbox .otp_top_bg {
    background-position: 67px -26px;
    background-size: 270px
  }
  #OtpBox .otp_wapper .field .otp_footer a.button, #unlockotpbox .otp_wapper .field .otp_footer a.button, #notifyotpbox .otp_wapper .field .otp_footer a.button {
    background-position: -87px -224px
  }
  .popup-otp-disable.dm-approval {
    height: 30px;
    right: 5px;
    bottom: 5px;
    padding: 3px 15px;
  }
  .popup-otp-disable.dm-approval a {
    font-size: 13px;
  }
}
@media screen and (max-width:768px) {
  .be-first-write-review a{
    display: block;
  }
  .account-login .page-title>p {
    display: block;
    margin: 5px 0 0;
    font-weight: 500;
  }
  .visible-xs.title-visible {
    display: block;
  }
  .hamburget-checkbox label {
    float: left;
  }
  .hamburget-checkbox label:before {
      left: -2px;
      top: 2px;
      border-color: var(--grey-color-tone-three);
  }
  .mmac-hide {
    display: none;
  }
  .mmac-show {
      display: block;
  }
}
@media (max-width: 640px) {
  body.cms-page-view .page-title{
    margin-top: 20px;
  }
  .account-create .form-list .field {
    margin-top: 1%;
  }
}
@media screen and (max-width: 375px) {
  .info-middle p.register-note-msg {
    font-size: 15px;
  }
}
.web-accesive {
  z-index: 99;
}



.overlay-content {
  position: absolute;
  top: 20%;
  left: 10%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 300px;
  text-align: left;
  z-index: 2;
}

.overlay-content h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

.overlay-content p {
  font-size: 16px;
  margin: 0 0 15px;
}

.btn-overlay {
  display: inline-block;
  background-color: #ff5a5f;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
