.css-common-1 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 4px solid #d4d4d4;
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1344px) {
  .page-header .panel.wrapper {
    height: 47px;
  }
}
@media (min-width: 1280px) {
  #mainMenu > li:nth-child(2) > ul .col-md-3 {
    max-width: 16.5%;
  }
  #mainMenu > li:nth-child(2) > ul .col-md-3:last-child .mCSB_container > .sub-menu {
    padding-left: 0;
  }
  #mainMenu > li:nth-child(2) > ul .col-md-3:not(:first-child) {
    padding-left: 5px;
  }
  #mainMenu > li:nth-child(2) > ul .mCSB_container {
    padding-right: 10px;
  }
  #mainMenu > li:nth-child(2) > ul .mCSB_container > .sub-menu {
    padding-left: 40px !important;
  }
  #mainMenu > li:nth-child(3) > ul .col-md-3 {
    max-width: 16.5%;
  }
  #mainMenu > li:nth-child(3) > ul .col-md-3:last-child .mCSB_container > .sub-menu {
    padding-left: 0;
  }
  #mainMenu > li:nth-child(3) > ul .mCSB_container {
    padding-right: 10px;
  }
  #mainMenu > li:nth-child(3) > ul .mCSB_container > .sub-menu {
    padding-left: 40px;
  }
  #mainMenu > li:nth-child(5) > ul .col-md-2 {
    max-width: 16.5%;
  }
  #mainMenu > li:nth-child(5) > ul .col-md-3 {
    max-width: 16.6%;
  }
  #mainMenu > li:nth-child(5) > ul .col-md-3:not(:first-child) {
    padding-left: 5px;
  }
  #mainMenu > li:nth-child(5) > ul .mCSB_container {
    padding-right: 10px;
  }
  #mainMenu > li:nth-child(5) > ul .mCSB_container > .sub-menu {
    padding-left: 40px;
  }
  #mainMenu > li:nth-child(6) > ul .col-md-3 {
    max-width: 20%;
    padding-right: 10px;
    padding-left: 10px;
  }
  #mainMenu > li:nth-child(6) > ul .mCSB_container {
    padding-right: 10px;
  }
  #mainMenu > li:nth-child(6) > ul .mCSB_container > .sub-menu {
    padding-left: 40px;
  }
  #mainMenu > li:nth-child(4) > ul .col-md-3 {
    max-width: 20%;
    max-width: 14.2%;
  }
  #mainMenu > li:nth-child(4) > ul .col-md-3:not(:first-child) {
    padding-left: 5px;
  }
  #mainMenu > li:nth-child(4) > ul .col-md-3:last-child .mCSB_container > .sub-menu {
    padding-left: 0;
  }
  #mainMenu > li:nth-child(4) > ul .mCSB_container {
    padding-right: 10px;
  }
  #mainMenu > li:nth-child(4) > ul .mCSB_container > .sub-menu {
    padding-left: 40px;
  }
  #mainMenu > li:nth-child(8) > ul .mCSB_container > .sub-menu {
    padding-left: 25px;
  }
  #mainMenu > li:nth-child(9) > ul .col-md-3,
  #mainMenu > li:nth-child(10) > ul .col-md-3,
  #mainMenu > li:nth-child(7) > ul .col-md-3 {
    max-width: 20%;
  }
  /* .navigation {
    .nav-main-menu {
      li.mega-menu-fullwidth {
        &:nth-child(6) {
          > ul.dropdown-menu {
            margin-left: 0;
            max-width: 100%;
          }
        }
      }
    }
  }*/
  header .block-search form.minisearch input[type="text"] {
    padding: 0 20px;
    border-radius: 30px;
  }
  header .block-search form.minisearch .action.search:before {
    border-radius: 0 30px 30px 0;
  }
  .ias-noneleft {
    font-size: 16px;
    text-align: center;
    clear: both;
    display: block;
    margin: auto;
    width: 100%;
    float: left;
  }
  .iass-spinner img {
    display: block;
  }
  .mega-menu-content .label-menu {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .timerwrap:hover {
    transform: translateX(8px);
  }
  .mega-menu-content .col-md-3 .sub-menu .toggle-menu + .sub-menu {
    top: 0 !important;
    max-height: 52vh;
    overflow: auto;
  }
  .mega-menu-content .col-md-3 .sub-menu .toggle-menu + .sub-menu::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
  .mega-menu-content .col-md-3 .sub-menu .toggle-menu + .sub-menu::-webkit-scrollbar {
    width: 8px;
    background-color: #d1cdcd;
  }
  .mega-menu-content .col-md-3 .sub-menu .toggle-menu + .sub-menu::-webkit-scrollbar-thumb {
    background-color: #3478a7;
  }
  .nav-main-menu {
    /* li.mega-menu-fullwidth {
      > ul.dropdown-menu {
        .mega-menu-sub-title {
          color: #d73001;
          margin-bottom: 0;
          font-size: 17px;
          text-transform: initial;
        }

        ul.sub-menu {
          .label-menu {
            font-size: 12px;
          }
        }
      }
    }*/
  }
  .nav-main-menu > li:hover > a {
    color: #fff;
  }
  .nav-main-menu li > .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
  .nav-main-menu li:hover > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav-main-menu .motorola-menu {
    /*.others-motos {
        font-size: 17px;
        display: block;
        color: #d73001 !important;
        font-weight: 900;
        padding: 17px 0 0;
        margin-bottom: 10px !important;
      }*/
  }
  .nav-main-menu .motorola-menu .level1moto {
    cursor: pointer;
  }
  .nav-main-menu .motorola-menu .level1moto:hover .mega-menu-sub-title {
    color: #d73001 !important;
  }
  .nav-main-menu .motorola-menu .level1moto:hover .mega-menu-sub-title::after {
    border-left-color: #000 !important;
  }
  .nav-main-menu .motorola-menu .level1moto a {
    pointer-events: none;
  }
  .nav-main-menu .motorola-menu .level1moto a .mega-menu-sub-title {
    font-size: 12px !important;
    color: #11141b !important;
    font-weight: 400 !important;
    letter-spacing: 0.32px !important;
  }
  .nav-main-menu .motorola-menu .level1moto a .mega-menu-sub-title::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 9px solid #a9a9a9;
    border-bottom: 5px solid transparent;
    right: 10px;
    top: 6px;
  }
  .nav-main-menu .motorola-menu .level1moto a .mega-menu-sub-title .motorola-series {
    color: #11141b;
  }
  .nav-main-menu .motorola-menu .level1moto a .mega-menu-sub-title .motorola-series .label-menu-sub-menu-motorolaOne {
    color: inherit !important;
  }
  .nav-main-menu .motorola-menu .level1moto .sub-menu .level2 a {
    pointer-events: all;
  }
  .nav-main-menu .motorola-menu .level1moto .sub-menu .back-button {
    font-size: 12px;
    padding-left: 15px;
    float: left;
    background-image: url(../images/p4c-arrow-left.svg);
    background-repeat: no-repeat;
    font-weight: 600;
    background-position: center left;
    margin-top: 10px;
    cursor: pointer;
  }
  .popup--inner--Main .print-table .search-autocomplete tr td {
    padding: 9px 5px;
  }
  /*.navigation {
    li.samsung-tab {
      ul.dropdown-menu {
        .row {
          .col-md-3 {
            &:last-child {
              ul {
                li {
                  ul {
                    ul {
                      opacity: 0;
                      position: absolute;
                      right: 100%;
                      width: calc(108% + 85px);
                      padding-top: 50px;
                      z-index: 999999;
                      height: 100%;
                      transition: all 0.5s ease;
                      border-right: 10px solid #fff;
                      top: 0;
                      padding: 40px 15px 0;
                      display: none;
                      background: #f0fafe;
                      max-height: 100%;
                    }

                    &:hover {
                      &:after {
                        content: "";
                        position: absolute;
                        right: 100%;
                        top: 0;
                        height: 100%;
                        background: #eee;
                        max-height: calc(100vh - 375px);
                        width: calc(108% + 85px);
                        border-right: 10px solid #fff;
                      }
                    }

                    li {
                      &:hover {
                        ul {
                          opacity: 1;
                          display: block;
                        }

                        &:before {
                          content: "";
                          position: absolute;
                          left: -10px;
                          z-index: 9999999;
                          margin-top: 4px;
                          border-left: 9px solid #f0fafe;
                          border-top: 8px solid transparent;
                          border-bottom: 8px solid transparent;
                        }
                      }

                      position: static;
                    }
                  }
                }
              }
            }
          }
        }
      }

      .mega-menu-content {
        div {
          &:last-child {
            .sub-menu {
              .sub-menu {
                .label-menu {
                  i {
                    display: none;
                  }
                }
              }
            }
          }
        }
      }
    }

    .nav-main-menu {
      li.mega-menu-fullwidth {
        > ul.dropdown-menu {
          .mCSB_container {
            padding: 0;
          }
        }
      }
    }
  }*/
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child {
    overflow: visible !important;
    font-size: 12px;
    top: 12px;
  }
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child > .mCustomScrollBox {
    overflow: visible !important;
  }
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child > .mCustomScrollBox > .mCSB_container {
    overflow: visible !important;
  }
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child .label-menu {
    font-size: 12px;
  }
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child a::before {
    top: 12px;
  }
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child .sub-menu li ul li a {
    padding-top: 3px !important;
  }
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child > div > div {
    height: 100%;
  }
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child > div > div > ul > li > ul > li > a span.label-menu {
    font-weight: 900;
    color: #d73001 !important;
  }
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child > div > div > .sub-menu {
    height: 100%;
  }
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child > div > div > .sub-menu > li {
    height: 100%;
  }
  #mainMenu > li.samsung-tab > ul .col-md-3:last-child .mCSB_container > .sub-menu {
    position: relative;
    z-index: 99999;
    padding-left: 40px;
  }
  #mainMenu > li.new .icon-next {
    display: none;
  }
  #mainMenu > li.new ul {
    display: none;
  }
  .mCSB_scrollTools {
    display: none !important;
  }
  .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    margin: 0px;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 16px;
    height: 100%;
    margin: 0 auto;
    background: #e4e4e6;
    position: relative;
    width: 10px;
    border-radius: 2px;
  }
  .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background: #3478a7;
    cursor: pointer;
    left: 0px;
    position: relative;
    top: 0;
    width: 6px;
    z-index: 99999;
    border-radius: 2px;
  }
  .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    display: none;
  }
  .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    display: none;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
  }
  .dropdown-menu .mega-menu-content .sub-menu .sub-menu {
    max-height: inherit;
    overflow: hidden;
  }
  .dropdown-menu::-webkit-scrollbar {
    width: 7px;
  }
  .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .dropdown-menu::-webkit-scrollbar-thumb {
    background: #3478a7;
  }
  .mCustomScrollBox {
    max-height: 100%;
    overflow: auto;
    -ms-touch-action: none;
  }
  .mCustomScrollBox > .mCSB_scrollTools {
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
  }
  .mCSB_container {
    top: 0 !important;
    max-height: 60vh;
    overflow: auto;
    scrollbar-color: #3478a7 #f1f1f1;
    scrollbar-width: thin;
    padding-right: 25px;
  }
  .mCSB_container::-webkit-scrollbar {
    width: 7px;
  }
  .mCSB_container::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mCSB_container::-webkit-scrollbar-thumb {
    background: #3478a7;
  }
  .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
  }
  .mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
  }
  .mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
  }
  .mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .mCSB_horizontal > .mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
  }
  .mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 20px;
  }
  .mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    border-radius: 10px;
  }
  .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
  }
  .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    border-radius: 10px;
  }
  .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
  }
  .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
    margin-left: -40px;
    float: right;
  }
  .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  /*.menu-temp-glass {
    .mCustomScrollBox {
      max-height: initial !important;
      overflow: initial !important;
    }

    .mCS_no_scrollbar {
      max-height: initial !important;
      overflow: initial !important;
    }

    .mCustomScrollbar {
      max-height: initial !important;
      overflow: initial !important;
    }
  }*/
  .motorola-menu .mega-menu-content .col-md-3:last-child .level1moto {
    position: static;
  }
  .motorola-menu .mega-menu-content .col-md-3:last-child .level1moto .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    max-height: 60vh !important;
  }
}
@media (min-width: 1366px) {
  .header.content .logo {
    min-width: 164px;
  }
}
@media (min-width: 768px) {
  .navigation li.level0 {
    margin: 0 !important;
    border-right: 1px solid #d9d9d9;
  }
  .navigation li.level0 > a.level0 {
    padding-right: 30px;
    padding-left: 21px;
    height: 60px;
    line-height: 60px;
    margin: 0;
  }
  .navigation li.level0:last-child {
    border: 0;
  }
  .navigation .level0 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 0;
    font-weight: 500;
  }
  .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu {
    pointer-events: none;
  }
  .navigation .nav-main-menu li:hover ul {
    pointer-events: auto !important;
  }
  .header .lof-autosearch .category-filter select {
    min-width: 127px;
  }
  .aw-ca-creat-wrapper .aw-block-new-company {
    position: relative;
  }
  .aw-block-new-company .block-content {
    background: #eee;
    padding: 40px;
  }
  .aw-cl__payment-form-wrapper .pay {
    margin-left: 15px;
  }
  .aw-ca-order-listing .col-xs-3 .admin__control-support-text {
    margin-top: 5px;
  }
  .form-create-account .fieldset:not(.additional_info) > .field {
    width: 50%;
    float: left;
  }
  .form-create-account .fieldset:not(.additional_info) > .field:nth-child(odd) {
    padding-right: 10px;
  }
  .form-create-account .fieldset:not(.additional_info) > .field:nth-child(even) {
    padding-left: 10px;
  }
  .form-create-account .fieldset.create.account > .field:not(.password):not(.confirmation) {
    width: 50%;
  }
  .form-create-account .fieldset.create.account > .field.password {
    clear: both;
    padding: 0 10px 0 0;
  }
  .form-create-account .fieldset.create.account > .field.confirmation {
    padding: 0 0px 0 10px;
  }
  .logo {
    margin: 0 auto 0px 0 !important;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .right-part {
    position: absolute;
    right: 0px;
    top: 18px;
  }
  .right-part + .avail-qty {
    width: calc(-10%);
    padding-left: 40px;
    float: right;
  }
  .right-part + .avail-qty .custom-sku {
    display: flex;
  }
  .product-add-form {
    position: relative;
  }
  .product-info-main .avail-qty .custom-sku ul {
    flex: 1 0;
  }
  .daily-deals-wrapper .products-grid.grid li.product-item:hover {
    border: 1px solid transparent;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
  }
  .header.content .minicart-wrapper .counter-number {
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    top: -8px;
    left: 10px;
    font-size: 11px;
    line-height: 18px;
  }
  .header.content .minicart-wrapper .counter-label {
    font-size: 0;
    min-width: 49px;
  }
  .header.content .minicart-wrapper .counter-label span {
    font-size: 14px;
  }
  .header.content .minicart-wrapper .action.showcart .counter.qty {
    overflow: visible;
  }
  body .footerbtmrow .cl ul {
    display: block !important;
  }
  .customer-menu {
    position: absolute;
    top: 49px !important;
    background: #fff;
    padding: 13px 10px 3px 23px !important;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    width: 243px !important;
    display: none;
    margin-left: -122px !important;
  }
  .customer-menu ul {
    list-style: none;
    padding-left: 0;
  }
  .customer-menu ul li a {
    color: #000 !important;
    font-size: 12px;
  }
  .header.panel > .header.links > li.customer-welcome i::after {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    content: "\f107";
    margin-left: 6px;
    font-size: 17px;
    cursor: pointer;
  }
  .opc-wrapper .shipping-address-items {
    display: flex;
    flex-wrap: wrap;
  }
  .opc-wrapper .shipping-address-item {
    position: relative;
    padding-bottom: 32px;
  }
  .opc-wrapper .action-select-shipping-item {
    position: absolute;
    bottom: 0px;
    right: 30px;
    margin-top: 0;
  }
  .fieldset.additional_info {
    float: left;
    width: 63%;
  }
  .form.create.account .primary {
    float: right;
    margin-top: 18px;
  }
}
@media (max-width: 1600px) {
  .cms-home #banner-slider-carousel {
    min-height: 400px;
  }
  .cms-home .loader {
    min-height: 400px;
  }
  .header.panel > .header.links > li {
    margin-left: 8px;
  }
  .field.search .control .search-category {
    position: absolute;
    left: 0;
    top: 0;
    width: 128px !important;
  }
}
@media (max-width: 1599px) {
  .product-left.laser-equip img {
    height: 250px;
  }
  .header.panel > .header.links li a {
    font-size: 12px;
  }
  .header.panel > .header.links li::after {
    margin-left: 15px;
  }
  .deals-top-wrapper .daily-deals .deals-main .deals-data {
    padding-left: 20px;
    padding-top: 27px;
  }
  .daily-deals-wrapper {
    margin-top: 51px;
  }
  .daily-deals-wrapper .product-item-info {
    padding: 0 11px 11px;
  }
  .daily-deals-wrapper .block-title strong {
    font-size: 40px;
    padding-bottom: 55px;
  }
  .daily-deals-wrapper .block-title strong:after {
    top: 13px;
  }
  .phnmb {
    margin-right: 10px;
  }
  .page-header .panel.wrapper .panel.header {
    max-width: 1230px !important;
  }
  body .header.content {
    max-width: 1230px !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #mainMenu,
  .container {
    max-width: 1230px !important;
  }
  .footer.content .footer.content {
    max-width: 1230px !important;
  }
  .footer.content .links h5.ft-head {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
  }
  .footer.content .links .title {
    font-size: 15px;
  }
  .brill-section {
    margin: 40px 0;
  }
  .brill-section .brill-box {
    padding: 20px;
  }
  .brill-section .brill-box .ad-upper-img img {
    width: 171px;
  }
  .brill-section .brill-section-right .brill-box .ad-upper-img img {
    width: 145px;
  }
  .ft-icon-main {
    margin: 80px 0;
  }
  .ft-icon-main .ft-icon-box h3 {
    font-size: 16px;
    padding-left: 14px;
  }
  .block-title-wrap {
    font-size: 40px;
    padding-bottom: 55px;
  }
  .block-title-wrap:after {
    top: 6px;
  }
  .product-left {
    padding-top: 220px;
    height: 595px;
  }
  .product-left .pop-adv-1-inner {
    top: 50px;
  }
  .product-left .pop-adv-1-inner .h1 {
    font-size: 44px;
    line-height: 52px;
  }
  .product-left img {
    height: 250px;
  }
  .pop-pro-text h3,
  .pop-pro-text .h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .news-letter {
    padding: 65px 0;
  }
  .news-letter .newsletter-heading {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 8px;
  }
  header .block.block-search {
    max-width: 470px !important;
  }
  .pp-col-main-right-tag .top-pro-detail img {
    height: 160px;
  }
  .pro-detail-new {
    min-height: 285px;
    padding: 40px 35px;
  }
  .pro-detail-new.bottom-pro-detail {
    padding: 33px 13px;
  }
  .pro-detail-new.bottom-pro-detail .pop-pro-img {
    left: 19%;
    margin-top: -4px;
  }
  .pro-detail-new.bottom-pro-detail .pop-pro-img img {
    height: 189px;
  }
  .pro-detail-new.top-pro-detail .pop-pro-text .h3 {
    margin-bottom: 20px;
  }
  .ad-upper-text .h3 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 17px;
  }
  form.subscribe-ft button {
    padding: 0 25px;
  }
  form.subscribe-ft input {
    width: 330px;
  }
  .footer_new .links ul li {
    padding: 8px 0;
  }
  h4.ft-head {
    font-size: 18px;
    line-height: 18px;
  }
  .links ul li a {
    font-size: 14px;
  }
  .footer-aboutUS {
    font-size: 14px;
    line-height: 24px;
    padding-right: 30px;
    margin-bottom: 29px;
  }
  .footer-copy {
    padding: 20px 0;
    margin-top: 33px;
  }
  ul#mainMenu {
    padding: 0;
  }
  .navigation li.level0 > a.level0 .new-tag,
  .navigation li.level0 > a.level0 .price-drop,
  .navigation li.level0 > a.level0 .sale-tag {
    top: 2px;
    font-size: 10px;
    padding: 2px;
    border-radius: 2px;
    right: 8px;
  }
  .navigation li.level0 > a.level0 .price-drop {
    top: -10px !important;
  }
  .deals-top-wrapper .daily-deals .products-grid.grid ol.product-items.widget-product-grid {
    column-gap: 15px;
  }
}
@media (max-width: 1560px) and (min-width: 821px) {
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom {
    padding: 0px 20px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 {
    max-width: 250px;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices {
    padding: 0px 20px;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1 {
    max-width: 250px;
  }
}
@media (max-width: 1599px) and (min-width: 768px) {
  .navigation li.level0 > a.level0 {
    padding-right: 15px;
    padding-left: 13px;
    height: 45px;
    line-height: 45px;
  }
  .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu {
    top: 42px !important;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .navigation li.level0 > a.level0 {
    padding-right: 9px;
    padding-left: 12px;
  }
}
@media (max-width: 1550px) {
  .page-print.account .column.main .block-content .box {
    width: 47% !important;
    max-width: 100% !important;
  }
  .header.panel > .header.links li::after {
    margin-left: 10px;
  }
  .categorypath-devices h1#page-title-heading {
    padding-left: 15px;
  }
}
@media (max-width: 1499px) {
  .account table.data-grid tr th {
    font-size: 14px;
    padding: 10px 8px;
  }
  .account table.data-grid tr td {
    font-size: 14px;
    padding: 10px 8px;
  }
  .account .table-wrapper table tr th {
    font-size: 14px;
    padding: 10px 8px;
  }
  .account .table-wrapper table tr td {
    font-size: 14px;
    padding: 10px 8px;
  }
  .cms-page-view .page-title-wrapper h1 {
    padding-left: 15px;
  }
  .cms-return-policy h1.page-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tab-text {
    grid-gap: 30px;
  }
  .page-header .panel.wrapper .panel.header {
    flex-wrap: wrap;
    justify-content: center;
  }
  ol.product-items.widget-product-grid {
    grid-gap: 45px;
  }
  .actions-secondary {
    left: 74%;
  }
  .header.panel > .header.links {
    margin-top: 13px !important;
    margin: 0 auto;
  }
  body .otherprodus .othimg img {
    height: 390px;
    object-fit: cover;
    height: auto;
    width: 100%;
  }
  body .productblock .pr-col .img img {
    border-radius: 6px;
    height: 180px;
    object-fit: cover;
  }
}
@media (max-width: 1478px) {
  .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
    padding-left: 0;
  }
  .opc-block-summary .product-item .product-item-name-block {
    padding-right: 0;
  }
  strong.product-item-name {
    padding: 0 0px !important;
  }
  .block-content.mp-product-slider-content strong.product-item-name {
    height: 85px;
  }
}
@media screen and (max-width: 1440px) {
  body .nav-main-menu > li {
    margin: 0 11px !important;
  }
  body .footerbtmrow .cl:last-child {
    width: calc(5%);
  }
  body .otherprodus .col .prodctcnt {
    padding: 25px 35px;
  }
  .nav-main-menu > li > a {
    font-size: 13.5px;
  }
  .header.content .lof-autosearch {
    margin-left: auto;
  }
  header .block.block-search {
    max-width: 620px;
    padding-left: 0;
    margin-left: auto;
  }
  .catalog-category-view.page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
    padding: 0 10px;
  }
  .catalogsearch-result-index.page-products.page-layout-1column .products-grid .product-item {
    padding: 0 10px;
  }
}
@media (max-width: 1399px) {
  .cms-home #banner-slider-carousel {
    min-height: 370px;
  }
  .cms-home .loader {
    min-height: 370px;
  }
  .daily-deals-wrapper strong.product-item-name {
    height: 92px;
  }
  .ad-upper-text .h3 {
    font-size: 28px;
  }
  .actions-secondary {
    left: 77%;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 77%;
  }
  body .nav-main-menu > li {
    margin: 0 8px !important;
  }
  body .header.content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-authentication .block-title {
    font-size: 18px;
    margin: 0 0 24px;
  }
  .popup-authentication .block.block-new-customer .block-content > p {
    font-size: 17px;
  }
  .popup-authentication .block.block-new-customer .block-content > ul > li {
    font-size: 14px;
    margin: 0 0 4px;
  }
  ol.products.list.items.product-items .badge {
    right: 24px;
  }
  .cms-device-grading .qtc-section ul li {
    font-size: 17px;
    line-height: 32px;
  }
  .cms-device-grading .qtc-section .ul-grid ul {
    min-width: 13%;
  }
  .cms-device-grading .draw-border ul li {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 41px;
  }
  .cms-device-grading .draw-border ul li::before {
    height: 20px;
  }
  .cms-device-grading .draw-border ul + p {
    font-size: 22px;
    line-height: 35px;
  }
  .cms-device-grading h3 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 22px;
  }
  .cms-device-grading .banner-sec p {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 24px;
    margin-top: 30px;
  }
  .cms-device-grading .shop-now-btn {
    font-size: 25px;
  }
  #opc-sidebar .order-summary.hoverable #checkout-review-table th {
    font-size: 11px;
  }
}
@media (max-width: 1366px) {
  .product-left.laser-equip img {
    height: 250px;
  }
  .news-letter form.subscribe-ft input {
    font-size: 13px;
  }
  .news-letter form.subscribe-ft input::placeholder {
    font-size: 13px;
  }
  .product-left img {
    height: 534px;
  }
  .actions-secondary a.action.towishlist::before {
    left: 48%;
    top: 47%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  strong.product-item-name {
    height: 60px;
  }
  .action.tocart.primary {
    padding: 9px 30px 9px 55px;
  }
  .minicart-items .product-item-name {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #000;
    font-family: "Ubuntu";
    line-height: normal !important;
    padding: 0;
  }
  .contact-index-index .contact-us-grid .content-container.narrow.contact h2 {
    font-size: 17px;
    line-height: 27px;
  }
  .contact-index-index .contact-us-grid .content-container.narrow.contact p {
    font-size: 17px;
    line-height: 27px;
  }
  .contact-index-index .contact-us-grid .content-container.narrow.contact ul li {
    font-size: 17px;
    line-height: 27px;
  }
  .contact-us-grid .contact-form form.contact {
    padding: 34px;
  }
  .contact-us-grid .contact-form h4 {
    font-size: 22px;
  }
  .cms-shipping-policy .page-main p {
    font-size: 17px;
    line-height: 27px;
  }
  .cms-shipping-policy .page-main li {
    font-size: 17px;
    line-height: 27px;
  }
  .dis-cont-col h5 {
    font-size: 24px;
    line-height: 18px;
  }
  .ship-price-bx .ship-price {
    font-size: 22px;
    line-height: 32px;
  }
  .ship-price-grid {
    grid-column-gap: 20px;
    margin-bottom: 20px;
  }
  .ship-price-grid .ship-price-bx > p {
    font-size: 15px;
  }
  .catalog-category-view .product-item .product-item-info {
    padding: 20px 15px 85px 13px;
  }
  .page-products.page-layout-1column .products-grid .product-item .product-item-inner {
    padding: 0 10px;
  }
  .catalogsearch-result-index .search.results .products .product-item .product-item-info {
    padding: 20px 15px 85px 13px;
  }
  /*Account*/
  .account-activity {
    padding: 30px 0;
  }
  .account-activity .col-md-3.col-sm-12 {
    width: 33%;
  }
  .account .table-wrapper.orders-recent tr td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .account .sidebar-main #accordion div[data-role="collapsible"] h4 svg {
    margin-right: 4px;
  }
  .account.aw_store_credit-info-index .table-wrapper table tr td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .rmareport-rma-view .order_tbody {
    overflow: auto;
  }
  .rmareport-rma-view .order_tbody table.data-table {
    min-width: 1000px;
  }
}
@media (max-width: 1320px) {
  .shippinglable-index-index form#magemonkeys-shippinglable-form .table-wrapper {
    width: 100%;
  }
  strong.product-item-name {
    height: 73px;
    height: 76px;
  }
  .minicart-items .product-item-name {
    font-size: 11px !important;
    line-height: 14px !important;
  }
  .checkout-index-index .mp-4 #checkout-review-table tbody tr td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pop-adv-1-inner h1 {
    font-size: 35px;
    line-height: 42px;
  }
  .pop-adv-1-inner .h1 {
    font-size: 35px;
    line-height: 42px;
  }
  .nav-main-menu > li > a {
    font-size: 14px;
  }
  .page-header .panel.wrapper .panel.header {
    max-width: 1170px !important;
  }
  body .header.content {
    max-width: 1170px !important;
  }
  #mainMenu {
    max-width: 1170px !important;
  }
  .container {
    max-width: 1170px !important;
  }
  .footer.content .footer.content {
    max-width: 1170px !important;
  }
  .product-left .pop-adv-1-inner .h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .pop-pro-text h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .pop-pro-text .h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .pop-pro-text .pop-pro-price {
    font-size: 21px;
    line-height: 15px;
    padding-top: 14px;
  }
  .btn-primary-wrap {
    height: 38px;
    line-height: 35px;
  }
  .block-title-wrap {
    font-size: 33px;
    padding-bottom: 40px;
  }
  .daily-deals-wrapper .block-title strong {
    font-size: 33px;
    padding-bottom: 40px;
  }
  .daily-deals-wrapper .product-image-photo {
    height: 240px;
    width: 240px;
  }
  .daily-deals-wrapper .product-image-container span.product-image-wrapper {
    padding-bottom: 240px !important;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid li.product-item .product-item-inner .product-item-actions .label {
    font-size: 13px !important;
    line-height: 17px;
  }
  form.subscribe-ft input {
    height: 50px;
  }
  form.subscribe-ft button {
    height: 50px;
  }
  .news-letter {
    align-items: center;
  }
  .ft-icon-main .ft-icon-box h3 {
    font-size: 15px;
  }
  .icon-box-img img {
    height: 33px;
    margin-right: 15px;
    object-fit: cover;
    width: auto;
  }
  .deals-top-wrapper .daily-deals .deals-main .deals-data .h2 {
    font-size: 26px;
  }
  .deals-top-wrapper .daily-deals .deals-main .deals-data .p-tag {
    font-size: 20px;
  }
  .block-dashboard-addresses .block-content .box .box-title span {
    font-size: 17px !important;
  }
  .block-dashboard-addresses .block-content .box .box-title .action.edit {
    top: 12px;
  }
  .box-tocart.outofstock .actions {
    margin: 13px 0 8px 0 !important;
    float: left;
    clear: left;
  }
  .box-tocart.outofstock .message {
    width: 100%;
  }
}
@media (max-width: 1223px) {
  .form-date-select .form-submit {
    padding: 0 12px;
  }
  .product-image-container {
    display: inline-block;
  }
  .cart.table-wrapper .product-item-details {
    padding-left: 0;
  }
  .contact-index-index .contact-us-grid .content-container.narrow.contact h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-index-index .contact-us-grid .content-container.narrow.contact p {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-index-index .contact-us-grid .content-container.narrow.contact ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-index-index .column.contact.right .control textarea {
    height: 136px;
  }
  .cms-shipping-policy .page-main p {
    font-size: 16px;
    line-height: 26px;
  }
  .cms-shipping-policy .page-main li {
    font-size: 16px;
    line-height: 26px;
  }
  .cms-shipping-policy .page-title-wrapper h1 span {
    font-size: 36px;
    line-height: 44px;
  }
  .dis-cont-col h5 {
    font-size: 22px;
    line-height: 16px;
  }
  .ship-price-grid .ship-price-bx {
    padding: 12px 10px;
  }
  .abt-tp-block .abtcont {
    padding: 50px 0 50px 50px;
  }
  .abt-tp-block .abtcont .abt-hbig-txt {
    margin-top: 20px;
    font-size: 26px;
  }
  .cms-page-view .about-us p {
    font-size: 16px;
    line-height: 26px;
  }
  .ab-box-wrap .ab-cont-block h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .ab-cont-box .ab-box-wrap .ab-cont-block:not(:last-child) {
    margin-bottom: 20px;
  }
  .cmscontent-page p {
    font-size: 16px;
    line-height: 26px;
  }
  .cmscontent-page li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .sidebar-main {
    padding-right: 1%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 74%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 30%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 69%;
  }
  .account .sidebar-main #accordion div[data-role="collapsible"] h4,
  .account .sidebar-main #accordion ul li a {
    font-size: 14px;
  }
  .account .sidebar-main #accordion div[data-role="collapsible"] {
    padding: 10px 10px;
  }
  .account .sidebar-main #accordion ul li a {
    padding: 9px 0;
  }
  .sidebar-main .customer-leftmenu .minus {
    right: -15px;
  }
}
@media screen and (max-width: 1199px) {
  body .page-header .panel.wrapper .panel.header > .header.links {
    display: none !important;
  }
  /*Account css*/
  .account-activity .col-md-3.col-sm-12 {
    width: 49%;
    margin: 0 0 10px;
  }
  .account-activity .activity-box {
    margin-right: 7px;
    padding: 20px 15px;
  }
  .account .table-wrapper.orders-recent {
    overflow-x: auto;
  }
  .account .table-wrapper.orders-recent td,
  .account .table-wrapper.orders-recent th {
    white-space: nowrap;
  }
  .order-details-items.shipments .actions-toolbar {
    float: none;
    margin-top: 0;
    padding-top: 10px;
    order: 5;
  }
  .order-details-items.shipments .actions-toolbar .action.print {
    margin: 0;
  }
  .order-details-items.shipments {
    display: flex;
    flex-direction: column;
  }
  .order-details-items.shipments .order-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sales-order-shipment .column .action.print {
    order: 3;
    margin: 0;
  }
  .sales-order-shipment .order-title > strong {
    margin-bottom: 0 !important;
    width: auto !important;
  }
  .rmareport-rma-report .table-wrapper tr td {
    white-space: nowrap;
  }
  .rmareport-rma-report .table-wrapper,
  .lcdbuyback-lcd-report .table-wrapper.mf-initial {
    overflow-x: auto;
  }
  .rmareport-rma-report .primary.buyback-new {
    position: relative;
    top: 0;
  }
  .lcdbuyback-lcd-report .table-wrapper tr td {
    white-space: nowrap;
  }
  /*End*/
  .navigation li.level0 > a.level0 .new-tag,
  .navigation li.level0 > a.level0 .price-drop,
  .navigation li.level0 > a.level0 .sale-tag {
    position: relative;
    top: 0px !important;
    left: 10px;
    max-width: 100%;
  }
  .deals-top-wrapper .daily-deals .products-grid.grid ol.product-items.widget-product-grid {
    padding: 12px 0 0 0 !important;
  }
  .navigation .level0.lcd-buyback .fa.fa-plus {
    display: none;
  }
  .lcd-buyback .toggle-menu {
    display: none;
  }
  .catalogsearch-result-index.page-products.page-layout-1column .products-grid .product-item {
    width: 33.33%;
  }
  .catalogsearch-result-index .search.results .products .product-item .product-item-info {
    padding: 13px 10px 52px;
  }
  .catalogsearch-result-index .search.results .products .product-item .price-box.price-final_price .price {
    font-size: 18px;
  }
  .catalogsearch-result-index .search.results button.action.tocart.primary {
    height: 38px;
  }
  .catalogsearch-result-index .search.results .field.qty .control span.minus button {
    height: 38px !important;
    background-position: -203px 2px !important;
  }
  .catalogsearch-result-index .search.results .field.qty .control span.plus button {
    height: 38px !important;
    background-position: -163px 2px !important;
  }
  .catalogsearch-result-index .field.qty .control input[type="number"] {
    height: 38px;
    width: 34px !important;
    font-size: 15px;
  }
  .catalogsearch-result-index .product-item .product-item-details {
    margin: 0 0 19px;
  }
  .social-us {
    margin-top: 30px;
  }
  .widget.block.block-static-block .pp-product::before {
    width: 1060px;
  }
  .mega-menu-content div {
    max-height: 100% !important;
  }
  .mega-menu-content > .row > div {
    margin-bottom: 0;
  }
  .mega-menu-content .label-menu {
    color: #11141b;
  }
  .catalog-product_compare-index td.cell.product.info strong.product-item-name a {
    font-size: 13px;
    line-height: 15px;
  }
  .tab-text {
    display: block;
  }
  .tab-text h6 {
    margin-bottom: 5px;
  }
  .top-innerimg .div-ship-lable a {
    padding: 10px;
    max-width: 180px;
    font-size: 16px;
  }
  .page-print.account span.action.nav-toggle {
    display: none !important;
  }
  html body .navigation .dropdown-menu .mega-menu-content .sub-menu > li > a > span {
    color: #d73001 !important;
    font-size: 15px;
  }
  html body .navigation .dropdown-menu .mega-menu-content .sub-menu .others-motos {
    color: #d73001 !important;
    font-size: 15px;
    font-weight: 700;
    padding-left: 5px;
  }
  html body .navigation .dropdown-menu .mega-menu-content .sub-menu .level1moto > a {
    padding-left: 15px !important;
  }
  html body .nav-toggle {
    top: 18px;
    left: 18px;
  }
  .order-summary.hoverable span.product-image-container span.product-image-wrapper img {
    height: 40px;
    width: 40px;
    object-fit: contain;
  }
  .checkout-index-index #checkout-review-table tbody tr td.a-center.last.button-remove {
    min-width: 38px !important;
    padding: 15px 0 !important;
  }
  .checkout-index-index .opc-block-summary .product-item .price {
    font-size: 14px;
  }
  .checkout-index-index .opc-block-summary > .title {
    font-size: 22px;
  }
  tr.product-item span.product-image-container {
    height: 40px !important;
    width: 40px !important;
  }
  td.a-center.details-qty .qty-wrapper {
    padding: 5px;
    min-width: 78px;
    height: 30px;
  }
  .minicart-items .product-item-name {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  table#checkout-review-table thead tr th:last-child {
    min-width: 28px !important;
  }
  .ft-icon-box h5 {
    font-size: 21px;
  }
  body {
    /*   .header.content {
      .logo {
        margin-left: 53px;
      }

      max-width: 1000px !important;
    }*/
  }
  body .footerlogo {
    margin: 0 0 0 0 !important;
    width: 138px;
    margin: auto;
  }
  body .footer.content .footerlogo {
    margin-top: 0 !important;
  }
  body .cart-container .cart-summary {
    width: 100%;
    padding: 0 !important;
    position: relative;
    top: 0 !important;
    padding-left: 30px;
  }
  body .bannercnt {
    padding: 40px 40px;
  }
  body .prcnt h3 {
    font-size: 26px;
  }
  body .brandwrap h3 {
    font-size: 32px;
  }
  body .brandwrap h2 {
    font-size: 50px;
  }
  body .brandwrap .brandlist {
    margin-left: -20px;
  }
  body .brandwrap .brandlist .brandcl {
    margin-left: 20px;
    width: calc(0%);
    margin-bottom: 50px;
  }
  body .footerbtmrow .cl {
    width: calc(0%);
    margin-left: 25px;
  }
  body .footerbtmrow .cl:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  body .footerbtmrow .cl:nth-child(4) {
    width: calc(3%);
    padding-right: 30px;
  }
  body .footerbtmrow .cl:nth-child(3) {
    width: calc(-4%);
  }
  /*  #mainMenu {
    margin: auto !important;
    padding: 0 15px !important;
    width: 100% !important;
    background: #fff;
    max-width: 1000px !important;
  }*/
  .pop-adv-1-inner h1,
  .pop-adv-1-inner .h1 {
    font-size: 30px;
    line-height: 37px;
  }
  .pop-adv-1-inner p {
    font-size: 16px;
    line-height: 25px;
  }
  .pop-adv-1-inner .shop-now-btn {
    padding: 10px 23px;
    font-size: 16px;
  }
  .phnmb span {
    font-size: 14px !important;
  }
  .phnmb span a {
    font-size: 18px;
  }
  span.counter.qty.empty span {
    font-size: 14px !important;
  }
  .minicart-wrapper {
    margin-left: 0px;
  }
  .minicart-wrapper .action.showcart .counter-label {
    font-size: 0px !important;
  }
  .minicart-wrapper .action.showcart .counter-label::after {
    right: 0;
    top: 6px;
    width: 25px;
    height: 25px;
    background-size: 5px;
  }
  ol.product-items.widget-product-grid {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-gap: 2%;
  }
  .product-item-details button.action.tocart.primary {
    max-width: 144px;
    height: 38px;
    font-size: 14px;
  }
  .product-item-details strong.product-item-name a {
    font-size: 15px;
    line-height: 19px;
  }
  .action.tocart.primary {
    font-size: 14px;
    padding: 8px 30px 8px 45px;
    background-position: 20px 12px;
  }
  .actions-secondary {
    left: 79%;
  }
  strong.product-item-name {
    height: 49px;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 81%;
  }
  .block-content.mp-product-slider-content strong.product-item-name {
    height: 51px;
  }
  .product.name.product-item-name a {
    font-size: 16px;
    color: #11141b;
  }
  .search-category select#mpsearch-category {
    font-size: 11px;
  }
  .field.search .control .search-category {
    width: 119px !important;
  }
  .header.content .logo {
    margin: 0 !important;
  }
  .header.content .logo img {
    max-height: 54px;
  }
  .categorypath-devices .child_cat_list .child_flex {
    justify-content: center;
  }
  .nav-main-menu > li > a {
    color: #11141b !important;
    margin-left: 0 !important;
    text-align: left;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 15px !important;
  }
  .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu .mega-menu-sub-title {
    color: #000 !important;
  }
  .nav-main-menu li > a + .toggle-menu {
    width: 100%;
    text-align: right;
    top: 0;
  }
  .nav-main-menu li > a + .toggle-menu .fa {
    width: 55px;
    display: block;
    float: right;
    text-align: center;
    margin-top: 8px;
  }
  .nav-main-menu li > a + .toggle-menu a {
    height: 44px;
    display: block;
  }
  .nav-main-menu li li > a + .toggle-menu .fa {
    width: 31px;
    margin-top: 13px;
  }
  .navigation {
    background: #fff;
  }
  .navigation .nav-main-menu li.mega-menu-fullwidth:first-child > ul.dropdown-menu {
    max-width: 100%;
  }
  .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu {
    display: none;
  }
  .navigation .level0 {
    margin: 0 !important;
  }
  .navigation .level0 .fa-plus::before {
    content: "\f054";
  }
  .navigation .level0 .fa {
    color: #11141b !important;
    font-size: 11px;
  }
  .navigation .level0 .level0 {
    border: none;
  }
  .navigation a {
    padding-left: 0;
  }
  header.page-header .header.content ul.link {
    padding-right: 0;
    border: 0;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid li.product-item .product-item-inner {
    padding: 0 10px;
    bottom: 6px;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid li.product-item .product-item-inner .stock {
    position: relative;
    height: 38px;
    line-height: 38px;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid li.product-item .product-item-inner .product-item-actions .label {
    top: -16px;
    left: 0;
    text-align: center;
    right: 0;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid li.product-item .product-item-info {
    padding-bottom: 79px;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form button.action.tocart.primary {
    height: 38px;
    font-size: 14px;
    margin-right: 0 !important;
    margin-top: 0px !important;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form .qty-selector input.qty {
    width: 34px !important;
    font-size: 15px;
    height: 38px !important;
    line-height: 38px !important;
    padding: 0;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form .control span.qty-decre button {
    height: 38px !important;
    line-height: 38px !important;
    padding: 0;
    background-position: -203px 2px !important;
    width: 30px !important;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form .control span.qty-incre button {
    height: 38px !important;
    line-height: 38px !important;
    padding: 0;
    background-position: -163px 2px !important;
    width: 30px !important;
  }
  .daily-deals-wrapper .products-grid.grid .price-box.price-final_price {
    text-align: center;
    width: 60%;
    margin: auto !important;
  }
  .daily-deals-wrapper .products-grid.grid li.product-item {
    width: 24% !important;
    max-width: 24%;
  }
  .daily-deals-wrapper .product-item .price-box .price {
    font-size: 18px;
  }
  .daily-deals-wrapper .block-title strong {
    font-size: 30px;
  }
  .daily-deals-wrapper .view-all {
    width: 170px;
    height: 43px;
    font-size: 15px;
  }
  .deals-top-wrapper .daily-deals .deals-main {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
  }
  .deals-top-wrapper .daily-deals .products-grid.grid ol.product-items.widget-product-grid {
    column-gap: 13px;
  }
  .sections.nav-sections #store\.links h5.ft-head {
    padding: 21px;
  }
  .sections.nav-sections #store\.links .header.links ul li {
    list-style: none;
  }
  .page-header .panel.wrapper .panel.header {
    max-width: 1000px !important;
  }
  .container {
    max-width: 1000px !important;
  }
  .footer.content .footer.content {
    max-width: 1000px !important;
  }
  .footer.content .links h5.ft-head {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 20px;
  }
  .footer.content .links .title {
    font-size: 14px;
  }
  .footer.content .footerlogo {
    margin-top: 150px !important;
  }
  .ft-icon-main .d-flex {
    flex-wrap: wrap;
  }
  .ft-icon-main .ft-icon-box h3 {
    font-size: 14px;
  }
  .icon-box-img img {
    height: 28px;
    margin-right: 11px;
  }
  .block-title-wrap {
    font-size: 30px;
  }
  .product-left {
    height: 522px;
  }
  .product-left .pop-adv-1-inner .h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .product-left img {
    height: 188px;
  }
  .pro-detail-new {
    min-height: 252px;
    padding: 25px 25px;
  }
  .pro-detail-new.bottom-pro-detail .pop-pro-img {
    margin-top: 7px;
  }
  .pro-detail-new.bottom-pro-detail .pop-pro-img img {
    height: 156px;
  }
  .pop-pro-text h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .pop-pro-text .h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .cms-home.cms-index-index .page-main .daily-deals-wrapper strong.product-item-name {
    height: 60px;
  }
  .header.panel > .header.links {
    display: flex;
    margin: 0;
  }
  .header.panel > .header.links > li {
    font-size: 12px;
    margin: 0 0 0 9px;
  }
  header .block.block-search {
    max-width: 331px !important;
  }
  .news-letter {
    padding: 40px 0;
  }
  .news-letter .newsletter-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .news-letter .sub {
    font-size: 16px;
    line-height: 23px;
  }
  form.subscribe-ft input {
    width: 296px;
  }
  .brill-section .brill-section-right .brill-box .ad-upper-img img {
    width: 119px;
  }
  .brill-section .brill-box .ad-upper-img img {
    width: 143px;
  }
  .ad-upper-text .h3 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px;
    margin-top: 9px;
    min-height: 49px;
  }
  .ad-text ul li {
    font-size: 12px;
  }
  .col--2 .email {
    padding-right: 35px;
  }
  .footer_new .links ul li {
    padding: 6px 0;
  }
  h4.ft-head {
    font-size: 15px;
    line-height: 12px;
  }
  .card-pay-wrap.d-flex img {
    max-width: initial;
    height: 20px;
  }
  .footer .copyright span {
    font-size: 13px;
  }
  .footer-aboutUS {
    font-size: 13px;
    line-height: 23px;
    padding-right: 25px;
    margin-bottom: 24px;
  }
  ul.link {
    padding-right: 17px;
  }
  .hide-price {
    margin: auto;
  }
  .catalog-category-view .product-item-details button.action.tocart.primary {
    height: 38px;
  }
  .catalog-category-view .product-item .price-box .price {
    font-size: 18px;
  }
  .catalog-category-view .product-item .field.qty .control .minus,
  .catalog-category-view .product-item .field.qty .control .plus {
    height: 38px !important;
  }
  .catalog-category-view .product-item .field.qty .control .minus button,
  .catalog-category-view .product-item .field.qty .control .plus button {
    height: 38px !important;
  }
  .catalog-category-view .product-item .field.qty .control .minus button {
    background-position: -203px 2px !important;
  }
  .catalog-category-view .product-item .field.qty .control .plus button {
    background-position: -163px 2px !important;
  }
  .catalog-category-view .product-item .field.qty .control input {
    height: 38px !important;
    width: 34px !important;
    font-size: 15px;
    padding: 0;
  }
  .catalog-category-view .product-item .product-item-info {
    padding: 13px 10px 52px;
  }
  .catalog-category-view .product-item .product-item-details {
    margin: 0 0 19px;
  }
  .catalog-category-view .products {
    margin: 0 -5px !important;
  }
  .table-payment-info-items tr td:last-child {
    min-width: 180px;
  }
  .block-dashboard-addresses .block-content .box .box-title span {
    font-size: 14px !important;
  }
  .product.media .fotorama__stage {
    max-height: 430px !important;
  }
  .block.upsell .block-content .products .product-item {
    width: 33.3%;
  }
  .filter-content .filter-option {
    width: 50%;
    margin-bottom: 15px;
  }
  .page-layout-1column .block.filter .block-content.filter-content #narrow-by-list {
    height: auto;
  }
  .cart.table-wrapper thead th {
    font-size: 14px;
  }
  .cart.table-wrapper tbody td {
    padding: 8px 8px !important;
  }
  .prcnt p {
    font-size: 16px;
    line-height: normal;
    padding-right: 20px;
  }
  .dropdown-menu .mega-menu-content .sub-menu .sub-menu {
    display: none;
  }
  #banner-slider-carousel .owl-dots {
    display: none;
  }
  #banner-slider-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    width: calc(90%);
    margin-top: -11px !important;
    left: 5px;
  }
  .mp-banner-slider .owl-nav button span {
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 17px;
    font-size: 27px;
    color: #111;
    background: #d5d9dd;
    border-radius: 22px;
  }
  .cms-home .messages {
    margin-bottom: 0;
  }
  .banner-item.banner-slider {
    border-radius: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: calc(0%);
    margin-left: 25px !important;
  }
  .page-products.page-layout-1column .products-grid .product-item .product-item-inner {
    padding: 0 9px;
  }
  .customer-address-index.account.page-layout-2columns-left .column.main {
    max-width: 75%;
    margin-right: 0;
  }
  .account .column.main .block-content .box {
    width: 47% !important;
    max-width: 100%;
  }
  .catalog-category-view.page-products.page-layout-1column .products-grid .product-item {
    width: 33.33%;
  }
  nav.navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li a {
    padding: 10px 4px 10px 6px !important;
  }
  ol.products.list.items.product-items .badge {
    right: 17px;
    width: 47px;
  }
  .cms-device-grading .page-title-wrapper h1 span {
    font-size: 28px !important;
  }
  .cms-device-grading h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .cms-device-grading .draw-border {
    margin-bottom: 20px;
  }
  .cms-device-grading .draw-border .banner-sec {
    max-width: 170px;
    margin: auto auto auto 20px;
  }
  .cms-device-grading .draw-border ul {
    max-width: 166px;
    margin: auto 20px auto auto;
  }
  .cms-device-grading .draw-border ul li {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 31px;
  }
  .cms-device-grading .draw-border ul + p {
    font-size: 22px;
    line-height: 35px;
  }
  .cms-device-grading .banner-sec p {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 16px;
    margin-top: 15px;
  }
  .cms-device-grading .qtc-section h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .cms-device-grading .qtc-section ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .cms-device-grading .qtc-section .qtc-img {
    max-width: 60%;
  }
  .cms-device-grading .qtc-section .sub-heading h2 {
    font-size: 16px;
    line-height: 30px;
  }
  .device-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .customer-account-index.account .column.main .block-dashboard-addresses .block-content .box {
    max-width: 47% !important;
  }
  .product-left.laser-equip img {
    height: 188px;
  }
  .categorypath-devices .child_cat_list .child-category {
    max-width: 31%;
    flex: 31%;
    width: 31%;
  }
  .categorypath-devices .child-category p a img {
    height: 185px;
  }
  .navigation li.level0 > a.level0 .new-tag {
    position: relative;
    right: -10px;
    top: -1px;
    background: #000000;
    color: #fff;
  }
  .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul.sub-menu .sub-menu .new-tag {
    color: #fff !important;
    margin-top: 11px;
  }
  .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul.sub-menu .level1 > a .sale-tag,
  .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul.sub-menu .level1 > a .new-tag,
  .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul.sub-menu .level1 > a .price-drop {
    position: relative;
    max-width: unset;
    width: unset;
    top: -3px;
  }
  .timerwrap {
    height: 40px;
    margin-bottom: 6px;
    transform: translateX(109px);
  }
  .timerwrap .fade-img {
    width: 43px;
    height: 40px;
    background-image: url(../images/fed-ground.png);
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: 100%;
  }
  .timerwrap .fade-2 {
    background-image: url(../images/fed-express.png);
  }
  .timerwrap .fade-3 {
    background-image: url(../images/ups.png);
    background-size: 25px;
  }
  .timerwrap.active {
    transform: translateX(5px);
  }
  .timer-hover-data > p {
    display: none;
  }
  .fade-timer {
    top: 34%;
  }
  .flip-clock-wrapper {
    width: 100px;
    padding: 2px 0 0px;
    background: #fff;
  }
  .flip-clock-wrapper ul {
    width: 9px !important;
  }
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 11px;
  }
  body .clock-second.flip-clock-wrapper .minutes {
    margin: 0 8px 0 0 !important;
    width: 2px;
  }
  body .clock-second.flip-clock-wrapper .seconds {
    margin: 0 8px 0 0 !important;
    width: 2px;
  }
  .flip-clock-divider {
    width: 10px;
    height: 17px;
    top: 21px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-details .price-box.price-final_price + .actions-secondary + .product-item-inner .label {
    top: -26px;
  }
  .products.list.items.product-items .product-item-details button.action.tocart.primary {
    max-width: inherit;
  }
}
@media (max-width: 1150px) {
  .catalogsearch-result-index .product-image-container span.product-image-wrapper {
    padding-bottom: 200px !important;
    padding-top: 20px;
  }
  .catalogsearch-result-index .products-grid .products.list.items.product-items .product-image-wrapper {
    padding-bottom: 204px !important;
  }
  .cart.table-wrapper .item .col.item {
    display: flex;
    align-items: center;
  }
  .cart.table-wrapper .product-item-details {
    padding-left: 0;
    margin-top: 0;
  }
  .cart.table-wrapper .col.remove {
    bottom: 0px;
  }
  .field.qty .control {
    display: flex;
    width: 100px;
    margin-bottom: 0px;
  }
  .control span button {
    width: 30px !important;
  }
}
@media (max-width: 1100px) {
  .login-container .block.block-customer-login,
  .login-container .block.aw-ca-creat-wrapper {
    padding-right: 91px;
  }
  .product-item-details strong.product-item-name a {
    font-size: 15px;
  }
  strong.product-item-name {
    height: 59px;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 77%;
  }
}
@media (max-width: 1038px) {
  .checkout-onepage-success .shipping-address,
  .checkout-onepage-success .shipping-method,
  .checkout-onepage-success .billing-address,
  .checkout-onepage-success .billing-method {
    width: 48%;
  }
  .shipping-address,
  .shipping-method,
  .billing-address,
  .billing-method {
    width: 100% !important;
    float: left;
    border: 1px solid #eee;
    margin-bottom: 15px;
  }
  .page-print.account .column.main .block-content .box {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px;
  }
  .order-details p.tmess {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page-header + .nav-sections {
    top: 142px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .header.panel > .header.links {
    margin-top: -3px;
  }
  .page-header .panel.wrapper {
    background: #c73d01;
    height: 51px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .page-header .panel.wrapper {
    background: #c73d01;
    height: 45px;
  }
}
@media (min-width: 1024px) {
  .daily-deals-wrapper.best-seller .daily-deals .widget-product-grid {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .cms-home #banner-slider-carousel {
    min-height: 272px;
  }
  .cms-home .loader {
    min-height: 272px;
  }
  .categorypath-devices .accordion-container\=1 .sub-category span {
    padding: 10px 25px;
  }
  .login-container .block.block-customer-login {
    padding-right: 23px;
  }
  .login-container .block.aw-ca-creat-wrapper {
    padding-left: 23px;
  }
  .contact-us-grid .cnt-map {
    margin-top: 20px;
  }
  .tr--body td {
    font-size: 12px;
    line-height: 19px;
  }
  .tr--header td {
    font-size: 12px;
    white-space: nowrap;
  }
  .tr--header td:nth-child(1) img {
    width: 60px;
  }
  body#html-body div main#maincontent .mz-figure > img {
    max-height: 100% !important;
  }
  .sales-order-view .block-order-details-view .block-content {
    margin-left: -15px !important;
  }
}
@media (max-width: 1023px) {
  .account h1.page-title span.base {
    font-size: 25px;
  }
  .footer-box-about {
    margin-bottom: 24px;
  }
  .block.social-login-authentication-channel.account-social-login .actions-toolbar {
    width: 220px;
    margin-bottom: 13px !important;
  }
  .ft-icon-main {
    margin: 50px 0;
  }
  .ft-icon-main .ft-icon-box {
    max-width: 50%;
    flex: 50%;
    padding: 15px;
  }
  .ft-icon-main .ft-icon-box h3 {
    font-size: 18px;
  }
  .product-left {
    padding-top: 32px;
  }
  .pro-detail-new {
    min-height: 252px;
    padding: 25px;
    margin: 7px 0;
    width: 100%;
  }
  .daily-deals-wrapper .products-grid.grid li.product-item {
    width: 32% !important;
    max-width: 32%;
    margin: 1%;
  }
  .daily-deals-wrapper .product-image-photo {
    height: 215px;
    width: 215px;
  }
  .daily-deals-wrapper .product-image-container span.product-image-wrapper {
    padding-bottom: 215px !important;
  }
  .deals-top-wrapper.daily-deals-wrapper .block-content.daily-deals .product-items.widget-product-grid .product-item {
    flex: 32%;
    min-width: 32%;
    margin: 0;
  }
  .brill-section .col-sm-12 {
    width: 100%;
    margin: 0 0 9px;
  }
  .ad-text ul li {
    font-size: 15px;
  }
  .news-letter {
    display: block;
    margin: 0;
  }
  .footer.content .footertop {
    padding: 20px 0 !important;
  }
  .footer.content .links .d-flex.col--2 {
    display: block !important;
  }
  form.subscribe-ft {
    padding-top: 18px;
  }
  body .footerbtmrow .footer_new .col-md-4 {
    width: 100%;
  }
  .col-md-8.col-footer-right {
    width: 100%;
  }
  .col-md-8.col-footer-right .col-xxl-3,
  .col-md-8.col-footer-right .col-xxl-6 {
    width: 32%;
  }
  .footer-copy .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-copy .d-flex .card-pay-wrap {
    order: 0;
  }
  .copyrgt-text {
    order: 1;
  }
  .icon-box-img img {
    height: 35px;
    margin-right: 19px;
  }
  .daily-deals-wrapper.best-seller .product-items.widget-product-grid li.product-item {
    max-width: 32%;
    flex: 32%;
    min-width: 32%;
    margin: 0 1%;
  }
  .ad-upper-text .h3 {
    min-height: auto;
  }
  .catalog-category-view.page-products.page-layout-1column .products-grid .product-item {
    width: 33.3%;
  }
}
@media (max-width: 1012px) {
  .catalog-product-view .swatch-attribute-options.clearfix .outer-wrapper {
    width: 96px;
    height: 80px;
  }
  .catalog-product-view .swatch-attribute.condition .swatch-attribute-options.clearfix .outer-wrapper .swatch-option {
    width: 68px;
    padding: 13px 6px;
  }
  .catalog-product-view .swatch-attribute.storage .swatch-attribute-options.clearfix .outer-wrapper .swatch-option {
    width: 96px;
  }
}
@media (max-width: 992px) {
  .cms-home #banner-slider-carousel {
    min-height: 240px;
  }
  .cms-home .loader {
    min-height: 240px;
  }
  .aw-create-customer .aw-block-new-company .block-title {
    font-size: 22px;
  }
  .popup--inner--Main {
    max-width: 90%;
    flex: 90%;
  }
  body.account .column .click-ready .click-me {
    padding: 0 27px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
  body.account .column #clear_reserve_orders {
    padding: 0 27px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
  #magemonkeys-shippinglable-form .address_payment {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  #magemonkeys-shippinglable-form .address_payment div#hidden_div {
    margin-top: 0;
  }
  #magemonkeys-shippinglable-form .comment-info {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .checkbox-options .print_label_2 .lcd-total-ship {
    position: static;
  }
  div#order_ship_label {
    position: static;
  }
  .contact-us-grid .cnt-map iframe {
    height: 280px;
  }
  .dic-tab-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .shipment-img-grid {
    margin: 18px 0 50px;
  }
  .cms-shipping-policy .page-title-wrapper h1 span {
    font-size: 34px;
    line-height: 42px;
  }
  .dic-tab-grid.dic-tp-bor {
    padding-top: 30px;
  }
  .abt-cntmap-block .ab-cont-box .ab-box-wrap {
    padding: 48px 30px;
    max-width: 445px;
  }
  .abt-tp-block .abtcont {
    margin-left: -50px;
    padding: 30px 0 30px 30px;
  }
  .abt-tp-block .abtcont .abt-hbig-txt {
    font-size: 21px;
  }
  .cl-badge {
    line-height: 1;
  }
  .cl-badge span {
    font-size: 9px;
  }
  .text-badge {
    font-size: 9px;
  }
  .cms-device-grading .page-title-wrapper h1 {
    padding-bottom: 10px !important;
  }
  .cms-device-grading .page-title-wrapper h1 span {
    font-size: 24px !important;
  }
  .cms-device-grading .draw-border {
    padding: 15px;
  }
  .cms-device-grading h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .cms-device-grading .shop-now-btn {
    font-size: 14px;
    padding: 14px 10px;
    height: auto;
    line-height: normal;
  }
  .cms-device-grading .qtc-section .ul-grid ul {
    min-width: 33.33%;
    width: 33.33%;
  }
  .cms-device-grading .qtc-section ul li {
    font-size: 15px;
    line-height: 21px;
  }
  body.cms-device-grading .qtc-section .ul-grid ul {
    width: 100%;
    min-width: 100%;
    grid-template-columns: 1fr;
  }
  table.gridtable tr td {
    padding: 9px 6px 9px 8px;
  }
}
@media (max-width: 991px) {
  .catalogsearch-result-index .field.qty .control {
    margin: 0 auto;
  }
  .catalogsearch-result-index .sidebar-additional .block-compare .product-item .product-item-name {
    padding: 7px 9px !important;
  }
  .catalogsearch-result-index .block.block-compare .actions-toolbar {
    display: block;
  }
  .catalogsearch-result-index .block.block-compare .actions-toolbar .primary {
    margin-bottom: 0;
    width: 100%;
  }
  .catalogsearch-result-index .block.block-compare .actions-toolbar .secondary a {
    width: 100%;
    margin-top: 10px;
    float: left;
  }
  .catalogsearch-result-index .block-compare .actions-toolbar .secondary {
    float: left;
    margin-left: auto;
    width: 100%;
  }
  .catalogsearch-result-index li.product-item.odd.last strong a {
    font-size: 14px;
  }
  .catalogsearch-result-index .block-content.filter-content .filter-current strong {
    font-size: 20px;
  }
  .catalogsearch-result-index h1.page-title span.base {
    font-size: 20px;
  }
  .checkout-onepage-success .checkout-success {
    margin-top: 10px;
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
  }
  .checkout-onepage-success .order-details {
    margin-top: 0;
  }
  .checkout-onepage-success .page-title-wrapper a.action.print {
    float: left;
  }
  .checkout-onepage-success .page-title-wrapper h1 {
    float: left;
    width: 100%;
  }
  .account .sidebar-additional .block-compare .product-item .product-item-name {
    padding: 7px 9px !important;
    font-size: 15px;
  }
  .account .sidebar-main #accordion h4 {
    font-size: 15px;
  }
  .account strong#block-compare-heading {
    font-size: 13px;
  }
  .account .block.block-compare .actions-toolbar .secondary a {
    width: 100%;
    margin-top: 10px;
  }
  .account .block.block-compare .actions-toolbar .primary {
    margin-bottom: 0;
    display: block;
    float: left;
    width: 100%;
  }
  .account .block-compare .actions-toolbar .secondary {
    float: left;
    margin-left: auto;
    width: 100%;
  }
  .ready-box {
    padding: 0 30px;
  }
  .tab-text h6 {
    font-size: 18px;
  }
  .tab-text p {
    font-size: 17px;
  }
  .top-innerimg .div-ship-lable a {
    max-width: 159px;
    font-size: 14px;
  }
  .ft-icon-box h5 {
    font-size: 18px;
  }
  .ft-co-wrp {
    height: 80px;
    width: 80px;
  }
  .ft-co-wrp img {
    height: 40px;
    width: 40px;
  }
  .footer.content .links {
    padding: 0 15px !important;
    width: 100%;
    margin-top: 30px;
  }
  .footer.content .footerlogo {
    margin-top: 0px !important;
  }
  .news-letter,
  .card-pay,
  .social-us {
    padding: 0 35px !important;
    margin-top: 30px;
  }
  .get-in-touch {
    margin-bottom: 0px;
  }
  .footer-box-about {
    padding-right: 30px;
    border-right: none;
    margin-right: 0px !important;
    padding-left: 30px;
  }
  .pop-adv-1-inner h1,
  .pop-adv-1-inner .h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .pro-detail-new {
    width: 98%;
    margin: 40px 0 0px 0;
  }
  .pp-product .block-title strong {
    font-size: 23px;
    margin-top: 30px;
  }
  .page-header .panel.wrapper .panel.header {
    display: block;
  }
  .header.panel > .header.links {
    margin: 0 auto;
    text-align: center;
    float: none;
    display: none;
  }
  .clock-second.flip-clock-wrapper .minutes,
  .clock-second.flip-clock-wrapper .seconds {
    margin: 0 74px 0 38px !important;
  }
  .ad-upper-text .h3 {
    font-size: 23px;
  }
  ol.product-items.widget-product-grid {
    grid-gap: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .products-grid.grid li.product-item {
    margin-bottom: 20px;
  }
  .daily-deals-wrapper .block-title strong {
    font-size: 30px;
  }
  .actions-secondary {
    left: 69%;
  }
  .ft-inside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    grid-gap: 40px;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 69%;
  }
  strong.product-item-name {
    height: 44px;
  }
  .widget.block.block-static-block .pp-product::before {
    width: 889px;
  }
  .product-item-details strong.product-item-name a {
    font-size: 16px;
  }
  .customer-account-login .block.aw-ca-creat-wrapper {
    margin-left: 39px;
    width: 48%;
  }
  .customer-account-login .block.block-customer-login {
    width: 48%;
  }
  .customer-account-login .aw-block-new-company .actions-toolbar .primary .action {
    width: 70%;
  }
  .minicart-items .product-item-name {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  div#opc-sidebar .order-summary.hoverable {
    margin-top: 20px;
  }
  .catalog-category-view .product-item .product-item-details .product-item-name {
    min-height: 65px;
    height: auto !important;
  }
  .catalog-category-view .product-item .product-item-actions .actions-secondary {
    justify-content: center;
    margin: -40px 0 0 32px;
  }
  .catalog-category-view ol.products li .actions.product-item-actions.sold_out .action.tocart.primary span {
    display: block;
  }
  .catalog-category-view ol.products li .actions.product-item-actions.sold_out .action.tocart.primary::before {
    display: none;
  }
  .catalog-category-view ol.products li .actions.product-item-actions.sold_out .action.tocart.primary.notify {
    min-width: 103px;
  }
  .catalog-category-view .product-item-actions .actions-primary {
    justify-content: center;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    padding-bottom: 10px;
  }
  .cms-home li.product-item.product-slider .action.tocart.primary {
    margin-top: 10px;
  }
  .customer-leftmenu ul li a {
    font-size: 15px;
  }
  .block-content.filter-content .filter-current ol li .action.remove::before {
    padding: 3px 4px;
    font-size: 10px;
  }
  .action.clear.filter-clear {
    padding: 6px 17px;
    font-size: 13px;
    margin-top: 15px;
    text-decoration: none;
  }
  .onestepcheckout-index-index .minicart-items.content .product-item-name {
    height: auto;
  }
  .product-left {
    height: 324px;
  }
  .block-front-image img {
    object-position: top;
  }
  body .page-header .panel.wrapper {
    padding: 0;
    border: 0;
  }
  body .minicart-wrapper {
    min-width: 109px;
  }
  body .bannercnt h2 {
    font-size: 74px;
  }
  body .bannercnt h3 {
    font-size: 30px;
  }
  body .productblock .pr-col {
    width: calc(20%);
    margin-bottom: 30px !important;
  }
  body .productblock .pr-col .img img {
    height: auto;
    width: 100%;
  }
  body .brandwrap .brandlist .brandcl {
    width: calc(5%);
  }
  body .brandwrap .brandlist .brandcl .linkwrap {
    padding: 16px 10px;
  }
  body .otherprodus .col {
    width: 100%;
  }
  body .ftr-row .ftr-cl {
    width: calc(25%);
    margin-top: 20px;
  }
  body .footerbtmrow {
    padding: 60px 0 0px 0;
  }
  body .footerbtmrow .cl {
    width: calc(25%);
    margin-top: 20px;
  }
  body .footerbtmrow .cl:nth-child(3) {
    width: calc(25%);
    margin-top: 20px;
  }
  body .footerbtmrow .cl:nth-child(4) {
    width: calc(25%);
    margin-top: 20px;
  }
  body .footerbtmrow .cl:last-child {
    width: calc(25%);
    margin-top: 20px;
  }
  body .footerbtmrow .cl:first-child {
    margin: 0;
  }
  body .header.panel > .header.links > li {
    margin: 0 0 0 7px;
  }
  html body ul.order-links li.item a {
    font-size: 16px;
    padding: 14px 27px;
  }
  html body ul.order-links li.item strong {
    font-size: 16px;
    padding: 14px 27px;
  }
  .order-details-items .order-title > strong {
    width: 100%;
    margin-top: 0;
    margin-bottom: 18px;
  }
  .customer-address-index.account.page-layout-2columns-left .column.main .block-content .box {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 4.5%;
  }
  .customer-address-index.account.page-layout-2columns-left .column.main .block-content .box .address-content {
    width: 63%;
  }
  .block.block-content p {
    font-size: 12px;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: calc(25%);
  }
  .block.upsell .block-content .products .product-item {
    width: 50%;
  }
  .product.media .fotorama__stage {
    max-height: 350px !important;
  }
  .product.media .fotorama__nav-wrap .fotorama__nav__frame {
    height: 65px !important;
    width: 66px !important;
    margin: 0 4px;
    padding: 10px !important;
  }
  .product.media .fotorama__nav-wrap .fotorama__nav {
    min-height: 65px;
  }
  .page-title-wrapper h1 {
    font-size: 22px;
  }
  .product-info-main .price {
    font-size: 24px !important;
  }
  .fotorama__arr {
    bottom: -73px;
  }
  .cms-about-us .about-us .abtleft::after {
    right: -28px;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .checkout-index-index .opc-sidebar {
    width: 100%;
  }
  .checkout-index-index .opc-block-summary .minicart-items-wrapper {
    margin-right: 0;
  }
  .block.items-in-cart {
    width: 100%;
  }
  .products.list.items.product-items .product-item-details button.action.tocart.primary {
    max-width: inherit;
  }
  .catalog-category-view.page-products.page-layout-1column .products-grid .product-item {
    padding: 0 10px;
  }
  .product-item-actions .actions-primary {
    float: left;
    width: 100%;
  }
  ol.products.list.items.product-items .badge {
    right: 28px;
    width: 53px;
  }
}
@media (max-width: 940px) {
  .read-box-inside h5 {
    height: 132px;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 72%;
  }
}
@media (max-width: 820px) {
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 {
    padding: 0px 15px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .cat-title,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .cat-title {
    display: none;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1::after,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1::after {
    bottom: 0;
    height: 2px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category {
    margin-bottom: 20px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span {
    background: #f5f5f5;
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    border-radius: 8px;
    padding-left: 0px;
    margin-right: 3px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span img,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span img {
    width: 20px;
    margin: 0px 3px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span:hover,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span:hover {
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
    color: var(--bs-white);
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span:hover img,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span:hover img {
    filter: invert(1);
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span.active,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span.active {
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
    color: var(--bs-white);
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span.active img,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span.active img {
    filter: invert(1);
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .child_cat_list,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .child_cat_list {
    padding-top: 0px !important;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .child_cat_list .child-category,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .child_cat_list .child-category {
    width: 200px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .child_cat_list .child-category p a img,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .child_cat_list .child-category p a img {
    margin-top: 17px;
    width: auto;
    height: 116px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .child_cat_list .child-category p a span,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .child_cat_list .child-category p a span {
    font-size: 16px;
    padding-top: 16px;
  }
  body.page-with-filter.page-products.categorypath-devices .device-banner .banner-img img {
    max-width: fit-content;
  }
  body.page-with-filter.page-products.categorypath-devices .device-banner .banner-img .banner-content {
    width: 95%;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1 {
    padding: 0px 15px;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1 .cat-title {
    display: none;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1::after {
    bottom: 0;
    height: 2px;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1 .sub-category {
    margin-bottom: 20px;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1 .sub-category span {
    background: #f5f5f5;
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    border-radius: 8px;
    padding-left: 0px;
    margin-right: 3px;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1 .sub-category span img {
    width: 20px;
    margin: 0px 3px;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1 .sub-category span:hover {
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
    color: var(--bs-white);
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1 .sub-category span:hover img {
    filter: invert(1);
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1 .sub-category span.active {
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
    color: var(--bs-white);
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .accordion-container\=1 .sub-category span.active img {
    filter: invert(1);
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .child_cat_list .child-category {
    width: 200px;
    height: 220px;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .child_cat_list .child-category p a img {
    margin-top: 17px;
    width: auto;
    height: 116px;
  }
  body.page-with-filter.page-products.categorypath-devices .devicebanner-devices .child_cat_list .child-category p a span {
    font-size: 16px;
    padding-top: 16px;
  }
  .top-innerimg .div-ship-lable a {
    padding: 8px;
    max-width: 147px;
    font-size: 13px;
  }
  .ad-upper-text .h3 {
    font-size: 24px;
    width: 100%;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 72%;
  }
  .widget.block.block-static-block .pp-product::before {
    width: 770px;
  }
  .categorypath-devices .accordion-container\=1 {
    display: none;
  }
  .categorypath-devices .accordion-container\=1 .sub-category span {
    background: #f5f5f5;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    padding: 10px 16px;
    border-radius: 8px;
    font-family: "Lato", sans-serif;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .checkout-index-index #checkout-step-shipping_method {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad-upper-text .p-tag {
    font-size: 13px;
  }
  .ad-upper-text .h3 {
    font-size: 22px;
    width: 100%;
  }
  .ad-upper-text hr {
    margin-top: 34px;
  }
  form#search_mini_form .field.search input#search {
    font-size: 12px;
  }
  .checkout-index-index #checkout-step-shipping_method {
    padding: 0 15px;
  }
  .checkout-onepage-success .checkout-success {
    margin-top: 0;
    width: 100%;
    float: right;
    text-align: left;
  }
  .checkout-onepage-success .order-details {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .aw-create-customer .aw-block-new-company .block-title {
    font-size: 20px;
  }
  .read-box-inside h5 {
    height: 160px;
  }
  .checkout-index-index div#shipping ._with-tooltip .field-tooltip-content {
    top: 65px;
    left: auto;
    right: 0;
  }
  .opc-wrapper .step-content .billing-address-form .field.col-mp .field-tooltip-content {
    top: 65px;
    left: auto;
    right: -12px;
  }
}
@media (max-width: 767px) {
  ul.link .link a {
    font-size: 13px;
    padding-left: 0;
  }
  .cms-home .slider-loader {
    min-height: 203px;
  }
  .product-left.laser-equip img {
    height: 148px;
  }
  .form-create-account .fieldset.address > .field {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .form-create-account .action.submit.primary {
    background: #c73d01;
    padding: 11px 33px 11px 33px;
  }
  .form-create-account .fieldset .legend {
    font-size: 16px;
    font-weight: 700;
    opacity: 1;
    margin-bottom: 13px;
    color: #0e2e55;
    letter-spacing: 0.32pt;
    margin-bottom: 0;
  }
  .form-create-account .fieldset > .field:not(.choice) > .label {
    font-size: 14px;
  }
  .form-create-account .fieldset > .field:not(.choice) > .control input {
    height: 40px;
  }
  .popup--inner--Main .print-table {
    margin: 0;
  }
  .popup--inner--Main .popup-head {
    padding: 0 21px 3px;
  }
  .login-container .block.block-customer-login {
    padding-right: 0px;
    border-right: none;
  }
  .login-container .block.aw-ca-creat-wrapper {
    padding-left: 0px;
  }
  .login-container .block .block-title strong {
    font-weight: bold;
    font-size: 20px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    width: 100%;
  }
  .login-container .block .login .actions-toolbar > .secondary a {
    font-weight: bold;
    color: #c73d01;
  }
  .customer-account-login .block.block-new-customer {
    display: block;
    display: none;
  }
  .customer-account-login .columns .block.block-customer-login {
    width: 100% !important;
  }
  .customer-account-login .block.aw-ca-creat-wrapper {
    margin-left: 0;
    padding: 30px;
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customer-account-login .login-container {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .customer-account-login .login-container .block .block-title {
    margin-bottom: 0;
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 19px;
  }
  .customer-account-login .login-container .block .block-title:after {
    display: none;
    border-top: 4px solid #d4d4d4;
    position: absolute;
    bottom: 0;
    left: -15px;
    width: auto;
    content: "";
    right: -15px;
  }
  .customer-account-login .login-container .mobilelink {
    display: none;
  }
  .customer-account-login .login-container .block-content {
    background: none;
    padding: 0;
    height: auto;
  }
  .customer-account-login .login-container .block-content .field.note {
    display: block !important;
    display: none;
  }
  .customer-account-login .login-container > div.block.block-customer-login strong {
    font-size: 0;
  }
  .customer-account-login .login-container > div.block.block-customer-login strong::after {
    display: none;
    content: "Login or Create an Account";
    font-size: 20px;
  }
  .customer-account-login .login-container > div {
    width: 100%;
  }
  .customer-account-login .login-container .control input {
    height: 40px;
  }
  .customer-account-login .form-login .actions-toolbar {
    display: block !important;
    width: 100%;
    margin: 0 auto !important;
  }
  .customer-account-login .aw-block-new-company .actions-toolbar .primary .action {
    width: 100%;
  }
  .customer-account-login .actions-toolbar > .secondary .action.remind {
    margin-top: 15px;
    display: block;
  }
  .aw_ca-company-create .aw-ca__form .fieldset {
    margin-left: 0px;
    margin-right: 0px;
  }
  .aw_ca-company-create .aw-ca__form .fieldset > .field {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: 10px;
  }
  .aw_ca-company-create .aw-ca__form .fieldset > .field > .label {
    font-size: 14px;
    margin-bottom: 0;
  }
  .aw_ca-company-create .aw_ca-company-create h1.page-title span.base {
    padding: 0px 0 26px 0;
    font-size: 20px;
    font-weight: 700;
  }
  .aw_ca-company-create .fieldset-wrapper-title span {
    font-size: 19px;
    font-weight: 700;
  }
  .aw_ca-company-create .field._required label.label span {
    font-size: 14px;
    margin-bottom: 0;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-title .action-toggle {
    font-size: 20px;
    font-weight: 700;
  }
  .checkout-payment-method .payment-method-content {
    padding-left: 20px;
  }
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    margin-top: 20px;
  }
  .checkout-payment-method .payment-method._active .payment-method-content {
    padding-bottom: 5px;
  }
  .cms-broken-screens .w3-bar.w3-black {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .cms-broken-screens .w3-container {
    margin-top: 0px !important;
  }
  .cms-broken-screens .tab-section-info .w3-bar.w3-black button {
    border-bottom: 1px solid #cdcdcd;
  }
  .cms-broken-screens button.w3-bar-item.w3-button {
    border-bottom: none;
  }
  .cms-broken-screens button.w3-bar-item.w3-button.active {
    border-bottom: 1px solid #3478a7;
    border: none;
  }
  .cms-broken-screens .topbannerwrap img {
    height: 88px;
    object-fit: cover;
  }
  .cms-broken-screens .topbannerwrap + .page-title-wrapper {
    margin-top: 24px;
  }
  .cms-broken-screens .bnrbtn {
    right: 16px;
    margin-top: -18px;
    font-size: 14px;
    padding: 8px 16px;
  }
  .cms-broken-screens .tabs li a {
    font-size: 17px;
    padding: 13px 40px;
  }
  .cms-broken-screens .tab_container table tr td {
    font-size: 12px;
  }
  .cms-broken-screens .columns {
    margin-bottom: 20px;
  }
  .deals-top-wrapper .daily-deals {
    flex-wrap: wrap;
  }
  .deals-top-wrapper .daily-deals .deals-main {
    height: 522px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 13px;
  }
  .deals-top-wrapper .daily-deals .deals-main .deals-data {
    padding-left: 24px;
    padding-top: 53px;
  }
  .deals-top-wrapper .daily-deals .products-grid.grid {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .deals-top-wrapper .daily-deals .products-grid.grid ol.product-items.widget-product-grid {
    padding: 0;
    column-gap: 11px;
  }
  body {
    overflow-x: hidden;
  }
  body ol.products.list.items.product-items .product-image-photo {
    height: 100% !important;
    width: 240px !important;
    top: 0 !important;
    padding: 10px 0;
  }
  body .page-header .panel.wrapper {
    height: auto;
  }
  body .page-header .panel.wrapper .panel.header {
    padding-bottom: 0 !important;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
    overflow: hidden;
  }
  body .block-search .label {
    background-color: #3478a7 !important;
    right: 0;
    border-radius: 0;
    background-color: #c73d01;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0px 5px 5px 0px;
    margin: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    z-index: 15;
    position: relative;
  }
  body .block-search .label::before {
    font-size: 19px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 22px;
    color: inherit !important;
  }
  body .block-search .block-content {
    margin-bottom: 0;
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 15;
  }
  body .block-search input {
    padding-right: 15px;
    height: 45px;
    left: auto;
    position: static;
    margin: 0;
    opacity: 0;
    transition: 0.3s;
    width: 0;
    padding-left: 15px;
  }
  body .block-search input[aria-expanded="true"] {
    width: 240px;
    opacity: 1;
  }
  body .footerbtmrow {
    padding-top: 0 !important;
    padding-top: 70px;
  }
  body .footerbtmrow .cl {
    width: calc(75%);
    margin-top: 9px;
    order: 2;
  }
  body .footerbtmrow .cl:nth-child(3) {
    width: calc(75%);
    margin-top: 9px;
  }
  body .footerbtmrow .cl:nth-child(4) {
    width: calc(75%);
    margin-top: 9px;
  }
  body .footerbtmrow .cl:nth-child(4) h4 {
    font-size: 0;
  }
  body .footerbtmrow .cl:last-child {
    width: calc(75%);
    margin-top: 9px;
    order: 1;
  }
  body .footerbtmrow .cl:last-child h4::after {
    display: none;
  }
  body .footerbtmrow .cl ul.addreswrp li {
    margin-bottom: 18px;
  }
  body .footerbtmrow .cl ul {
    display: none;
    width: 100% !important;
    margin-top: 8px;
  }
  body .bannercnt {
    padding: 16px 49px;
  }
  body .bannercnt h2 {
    font-size: 32px;
  }
  body .bannercnt h3 {
    font-size: 13px;
    padding-top: 7px;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  body .bannercnt ul {
    margin-bottom: 10px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  body .bannercnt ul li {
    margin-right: 20px;
    width: 31px;
  }
  body .bannercnt ul li h4 {
    display: none;
  }
  body .bannercnt ul li .iconimg img {
    max-height: 30px;
  }
  body .bannercnt .viewproduct {
    padding: 6px 38px 6px 20px;
    background-size: 7px;
    background-position: right 21px center;
    border-radius: 40px;
    font-size: 13px;
    margin-top: 10px;
  }
  body .brandwrap {
    margin-top: 50px;
    margin-top: 0;
  }
  body .brandwrap .brandlist {
    margin-left: -15px;
  }
  body .brandwrap .brandlist .brandcl {
    margin-left: 15px;
    margin-bottom: 30px;
    width: calc(35%);
  }
  body .brandwrap .brandlist .brandcl .linkwrap {
    padding: 11px 10px;
  }
  body .brandwrap .brandlist .brandcl .brandimg {
    padding: 0 14px;
    height: 160px;
  }
  body .brandwrap h2 {
    font-size: 26px;
    padding-bottom: 20px;
    margin: 6px 0 34px;
  }
  body .brandwrap h3 {
    font-size: 20px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 800;
  }
  body .productblock {
    margin-top: 15px;
  }
  body .productblock .pr-col {
    margin-bottom: 15px;
    margin-left: 15px;
    width: calc(35%);
    margin-bottom: 15px !important;
  }
  body .productblock .pr-col:last-child {
    margin-bottom: 0;
  }
  body .productblock .pr-col .img img {
    height: 120px;
    object-fit: cover;
  }
  body .mp-banner-slider .owl-dots {
    right: 20px;
  }
  body .phnmb {
    background: transparent;
    padding: 0;
    white-space: normal;
    margin: 0 10px -5px 0;
    display: none;
  }
  body .phnmb span a {
    color: #000000;
    font-weight: 700;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 0;
    background: url(../images/phoneicon.png) no-repeat;
    background-size: 100%;
    margin: auto;
  }
  body .minicart-wrapper {
    min-width: auto;
    width: auto;
    min-height: auto;
    z-index: 99;
    position: absolute;
    right: 31px;
    top: 25px;
    margin: 0px 0 -5px;
  }
  body .minicart-wrapper .action.showcart::before {
    height: 20px;
    width: 20px;
    background: url(../images/basket.svg) no-repeat;
    background-size: 20px;
  }
  body .minicart-wrapper .block-minicart {
    right: -23px;
    left: auto;
    width: 353px;
  }
  body .linkwrap h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  body .otherprodus .col .prodctcnt {
    padding: 25px 25px;
  }
  body .otherprodus .col .prodctcnt h2 {
    font-size: 35px;
    font-size: 22px;
    display: inline-block;
  }
  body .otherprodus .col .prodctcnt h3 {
    font-size: 22px;
  }
  body .otherprodus .col .prodctcnt ul li {
    font-size: 16px;
  }
  body .otherprodus .col:nth-child(2) {
    margin-bottom: 0;
  }
  body .otherprodus .col:nth-child(2) .othimg img {
    height: 290px;
    height: auto;
  }
  body .otherprodus .othimg img {
    height: 340px;
    width: 100%;
    height: auto;
  }
  body .ftr-row .ftr-cl {
    width: calc(25%);
    margin-top: 3px;
  }
  body .ftr-row .ftr-cl .ftricon {
    margin-right: 11px;
    margin-top: 5px;
    text-align: center;
    width: 25px;
  }
  body .footerbottom .social {
    margin-top: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body .accept {
    margin-top: 50px;
  }
  body .prcnt {
    left: 14px;
    right: 14px;
  }
  body .prcnt h3 {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    margin-top: 9px;
  }
  body .footerlogo {
    display: none;
  }
  body .page-main {
    margin-top: 0;
  }
  body .searchsuite-autocomplete {
    left: 0;
    margin-top: 0;
    right: -36px;
    width: auto;
  }
  body .requestfreelabel .fieldset .control input {
    padding: 8px 15px;
    font-size: 14px;
  }
  body .requestfreelabel .fieldset .control select {
    padding: 10px 13px;
    font-size: 14px;
  }
  body .requestfreelabel .fieldset label {
    font-size: 14px;
  }
  body .products-grid .products.list.items.product-items .product-image-wrapper {
    padding-bottom: 162px !important;
  }
  body .nav-main-menu li > a + .toggle-menu .fa {
    width: 40px;
    margin-top: 6px;
  }
  .search.results .field.qty .control input[type="number"] {
    width: 64px;
    border: 1px solid #c2c2c2;
    height: 40px;
  }
  .catalogsearch-result-index .search.results .products .product-item .price-box.price-final_price {
    text-align: center;
    float: none;
    width: 100%;
  }
  .catalogsearch-result-index .search.results .products .product-item .price-box.price-final_price + span {
    display: block;
    font-size: 12px !important;
    line-height: 18px;
    width: 100%;
    text-align: center;
  }
  .catalogsearch-result-index .search.results .product.details.product-item-details .avail-qty {
    display: block;
    font-size: 12px !important;
    line-height: 18px;
    width: 100%;
    text-align: center;
  }
  .catalogsearch-result-index .search.results .product-item .field.qty .control {
    width: 100%;
    justify-content: space-around;
    margin-bottom: 4px;
  }
  .catalogsearch-result-index .search.results button.action.tocart.primary {
    background-position: 15px 14px;
    background-size: 14px;
    text-align: center;
    font-size: 13px;
    float: none !important;
    padding: 10px;
    border-radius: 50px;
  }
  .catalogsearch-result-index .search.results .products-grid.grid li.product-item {
    margin-left: 2% !important;
    padding: 0;
    width: calc(46.5%) !important;
  }
  .catalogsearch-result-index .search.results .product-item-actions .actions-primary {
    display: block !important;
  }
  .catalogsearch-result-index .search.results .products .product-item .product-item-info {
    padding: 20px 10px 100px 10px !important;
    box-shadow: 0 3px 15px 0px rgba(0, 0, 0, 0.15) !important;
    min-height: 100%;
    float: left;
  }
  .catalogsearch-result-index .search.results .products .product-item .product-item-info .product-item-photo {
    margin-bottom: 20px;
  }
  .catalogsearch-result-index .search.results .product-items {
    margin: 0 -10px 0 !important;
  }
  .catalogsearch-result-index .search.results .field.qty .control span.minus button {
    background-color: #fff !important;
    height: 30px !important;
    line-height: 30px;
    background-position: -203px -2px !important;
  }
  .catalogsearch-result-index .search.results .field.qty .control span.plus button {
    background-color: #fff !important;
    height: 30px !important;
    line-height: 30px;
    background-position: -163px -2px !important;
  }
  .catalogsearch-result-index .search.results .field.qty .control input[type="number"] {
    height: 30px;
    line-height: 30px;
  }
  .catalogsearch-result-index .search.results strong.product.name.product-item-name {
    height: 65px !important;
    margin: 0;
  }
  .catalogsearch-result-index .search.results strong.product.name.product-item-name a.product-item-link {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
  .catalogsearch-result-index .search.results span.price-container span.price {
    font-size: 17px;
  }
  .catalogsearch-result-index .products.wrapper ~ .toolbar-products .pages {
    display: table;
    float: none;
    margin: 0 auto;
  }
  .catalogsearch-result-index .field.qty {
    margin-bottom: 3px;
    display: flex;
  }
  .catalogsearch-result-index .field.qty .control {
    justify-content: center;
    align-items: center;
  }
  .catalogsearch-result-index .toolbar.toolbar-products {
    justify-content: flex-end !important;
  }
  .catalogsearch-result-index .toolbar-products .modes .modes-mode {
    padding: 6px;
  }
  .catalogsearch-result-index .page-title-wrapper {
    width: 70% !important;
    max-width: 70% !important;
    padding-right: 10px !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .catalogsearch-result-index .page-title-wrapper h1.page-title {
    margin-bottom: 0 !important;
  }
  .catalogsearch-result-index h1.page-title span.base {
    font-size: 16px !important;
    line-height: 120%;
    display: block;
  }
  .catalogsearch-result-index .product-item-inner .actions-primary button.action.primary.tocart.notify {
    top: 0;
  }
  .catalogsearch-result-index .main li.item .avail-qty {
    top: 31px;
  }
  .catalogsearch-result-index .sidebar-additional {
    padding-right: 0px;
  }
  .catalogsearch-result-index .sidebar-additional .block-compare .product-item .product-item-name {
    padding: 7px 14px !important;
  }
  .catalog-product_compare-index .column.main {
    margin-top: 50px;
  }
  .catalog-product_compare-index .page-title-wrapper {
    position: absolute;
    top: 0;
    left: 15px;
  }
  .checkout-index-index .col-mp.mp-12.hoverable div#payment {
    padding-bottom: 35px;
  }
  .checkout-index-index .action.action-show-popup {
    display: inline-block;
    width: auto;
  }
  .checkout-index-index .field.choice input[type="checkbox"]:checked + label::after {
    top: 6px !important;
  }
  .checkout-index-index .shipping-address-items::before {
    top: 20px;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 15px;
    right: 15px;
  }
  .checkout-index-index .opc-block-summary .product-item .price {
    font-size: 13px;
  }
  .checkout-index-index .opc-block-summary > .title {
    font-size: 0;
    border-top: 4px solid #d4d4d4;
    padding-top: 11px;
  }
  .checkout-index-index .opc-block-summary > .title::after {
    content: "Summary";
    color: #0e2e55;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
  }
  .checkout-index-index #checkout-step-payment {
    margin-bottom: -20px;
  }
  .checkout-index-index #opc-shipping_method .step-title {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-index-index #checkout-step-shipping_method {
    padding: 0 15px;
  }
  .checkout-index-index .opc-wrapper .checkout-shipping-address .step-title {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .checkout-index-index .opc-wrapper div#opc-shipping_method {
    margin-top: 20px;
  }
  .checkout-index-index .opc-wrapper .step-title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #d4d4d4;
    padding-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index #checkout-review-table tbody tr td.a-center.last.button-remove {
    min-width: 26px !important;
    padding: 15px 0 !important;
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .field.search input {
    height: 40px;
    padding: 0 15px;
  }
  .checkout-index-index .field.search label {
    margin-top: 0;
  }
  .checkout-index-index .nav-toggle {
    display: block;
  }
  .checkout-index-index .control input[type="text"],
  .checkout-index-index .control input[type="email"],
  .checkout-index-index .control input[type="password"],
  .checkout-index-index .control input[type="url"],
  .checkout-index-index .control input[type="tel"],
  .checkout-index-index .control input[type*="date"] {
    padding: 8px 15px;
  }
  .checkout-index-index .control select {
    padding: 5px 15px;
    height: 40px;
  }
  .checkout-index-index .actions-toolbar-trigger .primary {
    font-size: 15px;
    width: 100%;
  }
  .checkout-index-index .actions-toolbar-trigger .primary::before {
    font-size: 18px;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .minicart-items-wrapper {
    display: none;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .custom-slide .modal-inner-wrap {
    background: #fff;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .custom-slide #opc-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary {
    order: 2;
    margin-top: 20px;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide #opc-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide #opc-sidebar .opc-block-summary {
    order: 2;
    width: 100%;
    margin-top: 0;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .actions-toolbar-trigger .primary {
    padding: 10px 40px 10px 41px;
  }
  .checkout-index-index .opc-block-shipping-information {
    width: 100%;
  }
  .checkout-index-index .checkout-agreement {
    position: absolute;
    bottom: 60px;
  }
  .checkout-index-index .data.table.table-totals {
    margin-bottom: 100px;
  }
  .checkout-index-index #place-order-trigger-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .checkout-index-index .grand.totals {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .checkout-index-index .grand.totals th {
    padding-top: 9px !important;
    padding-bottom: 8px !important;
  }
  .checkout-index-index .grand.totals td {
    padding-top: 9px !important;
    padding-bottom: 8px !important;
  }
  .onestepcheckout-index-index .page-title-wrapper {
    padding-top: 20px;
  }
  .onestepcheckout-index-index .field.choice {
    padding: 0 20px 0 20px !important;
  }
  .onestepcheckout-index-index .field.choice.col-mp {
    margin-left: 0px;
  }
  .checkout-cart-configure span.price-container.price-final_price.tax.weee span.price {
    float: left;
  }
  .order-summary .opc-block-summary .product-item .subtotal {
    width: 7%;
  }
  body.checkout-onepage-success .page-main {
    max-width: 1510px !important;
    margin-top: 30px;
  }
  .checkout-onepage-success div#registration a.action.primary {
    font-size: 14px;
    border-radius: 6px;
  }
  .checkout-onepage-success .button-continue a.action.primary.continue {
    font-size: 14px;
    border-radius: 6px;
  }
  .order-details-items .table-order-items tbody td.col {
    height: auto;
    font-family: "Ubuntu";
    font-size: 14px;
  }
  .order-details-items .table-order-items tbody td.col strong {
    height: auto;
    font-family: "Ubuntu";
    font-size: 14px;
  }
  .order-details-items .table-order-items tbody td.col span {
    height: auto;
    font-family: "Ubuntu";
    font-size: 14px;
  }
  .order-details-items .table-order-items tfoot tr th {
    font-size: 14px !important;
    font-family: "Ubuntu";
  }
  .order-details-items .block.block-order-details-view .block-title {
    float: left;
    margin-top: 30px;
  }
  .table-order-items tfoot tr td {
    font-size: 14px !important;
    font-family: "Ubuntu";
  }
  .customer-account-edit .customer-current-password-fields .field.choice {
    margin-top: 0 !important;
  }
  .customer-account-edit .page-title-wrapper .actions-toolbar {
    margin-top: 0;
  }
  .customer-account-edit .actions-toolbar .secondary {
    margin-top: 8px;
  }
  .customer-account-edit .info .field {
    width: 100%;
    float: none;
  }
  .products-grid.wishlist .product-item-photo {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 100%;
  }
  .products-grid.wishlist strong.product-item-name {
    float: left;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .products-grid.wishlist .product-item .price-box .price {
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    color: #0e2e55;
    font-size: 17px !important;
  }
  .wishlist-index-index ol.product-items a.product-item-link {
    color: #000;
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .account .sidebar-additional {
    padding-right: 0px;
  }
  .account .sidebar-additional .block-compare {
    border: 1px solid #e3e3e3;
    padding-bottom: 90px;
  }
  .account .sidebar-additional .block-compare .product-item .product-item-name {
    padding: 7px 14px !important;
  }
  .account .block.block-compare .actions-toolbar {
    display: block !important;
    align-items: center;
  }
  .account .block.block-compare .actions-toolbar .secondary a {
    width: 100%;
    margin-top: 10px;
    display: block;
  }
  .account .page-title-wrapper .page-title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #d4d4d4;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    width: auto;
  }
  .account .table-wrapper {
    border: none;
  }
  .account .column.main input[type="text"],
  .account .column.main input[type="password"],
  .account .column.main input[type="url"],
  .account .column.main input[type="tel"],
  .account .column.main input[type="search"],
  .account .column.main input[type="number"],
  .account .column.main input[type*="date"],
  .account .column.main input[type="email"] {
    padding: 8px 15px;
    font-size: 15px;
  }
  .account .column.main .block-content .box {
    max-width: 100% !important;
    width: 100% !important;
  }
  .account .column.main select {
    padding: 9px 15px;
  }
  .account .fieldset > .field:not(.choice) > .label {
    padding-top: 0;
  }
  .account table.table-order-items tr td {
    padding-left: 20px !important;
  }
  .account table.table-returns tr td {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .account .page-main {
    padding-top: 0;
  }
  form#magemonkeys-shippinglable-form select {
    padding: 11px 12px;
  }
  #magemonkeys-shippinglable-form input {
    padding: 11px 12px;
  }
  .shippinglable-rma-index .pro-return-container .product-price .price-symbol {
    height: 45px !important;
  }
  .tab-section-info {
    margin: 30px auto 0;
  }
  .tab-section-info .w3-bar.w3-black button {
    font-size: 22px;
    padding: 8px 20px;
  }
  .tab-section-info h1 {
    font-size: 28px;
  }
  .ready-head h2 {
    padding: 0 15px;
    line-height: 53px;
  }
  .top-innerimg .div-ship-lable {
    position: relative !important;
    margin-top: 0;
    bottom: 0;
  }
  .read-box-inside h5 {
    height: auto;
  }
  #iPad table tr th:not(:first-child) {
    width: 135px;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary {
    text-align: center;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form {
    display: block;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form .qty-selector input.qty {
    height: 30px !important;
    font-size: 16px;
    line-height: 30px !important;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form .qty-selector label.label {
    position: relative;
    display: block;
    margin-top: -5px;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form .qty-selector label.label span {
    font-size: 12px;
    line-height: 18px;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form button.action.tocart.primary {
    height: 30px !important;
    margin-top: 3px !important;
    float: none !important;
    max-width: 100% !important;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form > span {
    max-width: 100%;
    flex: 100%;
    display: block;
    margin: 0;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form .control span.qty-decre button {
    height: 30px !important;
    line-height: 30px !important;
    font-size: 0;
    background-position: -203px -2px !important;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid .product-item-actions .actions-primary form .control span.qty-incre button {
    height: 30px !important;
    line-height: 30px !important;
    font-size: 0px;
    background-position: -163px -2px !important;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid li.product-item .product-item-inner {
    bottom: -2px;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid li.product-item .product-item-inner .product-item-actions .label {
    right: 0;
    top: -5px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid li.product-item .product-item-inner .stock {
    position: relative;
    height: 67px;
    line-height: 65px;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid li.product-item .product-item-info {
    padding-bottom: 80px;
  }
  .daily-deals-wrapper .products-grid.grid li.product-item {
    width: 48% !important;
    max-width: 48%;
    margin: 2%;
  }
  .daily-deals-wrapper .products-grid.grid .price-box.price-final_price {
    padding-bottom: 0;
    margin-top: -3px !important;
  }
  .daily-deals-wrapper .block-title {
    margin-bottom: 30px;
  }
  .daily-deals-wrapper .block-title strong {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .daily-deals-wrapper .hide-price + .actions-secondary + .product-item-inner .label {
    top: 15px !important;
  }
  .daily-deals-wrapper .product-image-photo {
    height: 140px;
    width: 140px;
  }
  .daily-deals-wrapper .product-image-container span.product-image-wrapper {
    padding-bottom: 140px !important;
  }
  .daily-deals-wrapper .product-item .price-box .price {
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
  }
  .daily-deals-wrapper .view-all {
    width: 150px;
    height: 35px;
    margin: -10px 0 17px;
    position: relative;
  }
  .customer-address-index .box-actions a {
    padding: 10px 0px;
  }
  .customer-address-index .actions-toolbar {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .page-print.account .column.main .block-content {
    margin-left: 0 !important;
  }
  .page-print.account .column.main .block-content .box {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    margin-left: 0 !important;
  }
  .page-print.account .page-title-wrapper {
    margin-bottom: 0;
  }
  .page-print.account .page-title-wrapper h1.page-title {
    border: none;
    margin-bottom: 0 !important;
  }
  .page-print.account .page-title-wrapper .order-date {
    margin-bottom: 0;
  }
  .page-print.account .aw-sr__container {
    padding: 20px 0 0px 0;
  }
  .page-print.account .page-wrapper .logo img {
    margin-top: 40px !important;
  }
  body.page-print.account .column.main .block-order-details-view .block-title strong {
    font-size: 20px !important;
  }
  .customer-account-create fieldset.fieldset.create.info .field.field-name-firstname.required {
    padding-right: 0;
  }
  .customer-account-create fieldset.fieldset.create.info .field.field-name-lastname.required {
    padding-left: 0;
  }
  .customer-account-create fieldset.fieldset.create.account .field.telephone.required {
    padding-right: 0;
  }
  .customer-account-create fieldset.fieldset.create.account .field.required {
    padding-left: 0;
  }
  .customer-account-create .field.company_name {
    padding-right: 0;
  }
  .customer-account-create .field.company_email {
    padding-left: 0;
  }
  .customer-account-create .column.register.left {
    margin-top: 15px;
    padding: 0px 22px 22px 22px;
    width: 100%;
  }
  .customer-account-create .column.register.left legend {
    font-size: 19px;
  }
  .customer-account-create .page-main {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .customer-account-create .page-title-wrapper h1 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #d4d4d4;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .customer-account-create #form-validate {
    width: 100%;
    min-width: 0;
    padding: 0;
    background: none;
    margin-top: 20px;
  }
  .customer-account-create .column.register.right {
    display: none;
  }
  .customer-account-create .column.main select {
    padding: 9px 15px;
  }
  .ft-inside {
    display: grid;
    grid-template-columns: 47% 47%;
    text-align: center;
    grid-gap: 25px;
    padding: 0 25px;
  }
  .get-heading {
    padding: 48px 0;
  }
  .get-heading h2 {
    font-size: 25px;
  }
  .get-in-touch {
    margin-bottom: 0;
  }
  .footerlogo {
    display: block !important;
    width: 200px !important;
  }
  .header.panel > .header.links {
    top: 14px !important;
    right: 83px !important;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 999;
  }
  .header.panel > .header.links li {
    display: inline-block;
    vertical-align: middle;
    display: none;
  }
  .header.panel > .header.links li:last-child {
    position: relative;
    background-image: none !important;
    height: 20px;
    width: 20px;
    background: url(../images/user.png) no-repeat;
    background-size: auto;
    background-size: 18px;
    display: block;
    font-size: 0;
  }
  .header.panel > .header.links li:last-child a {
    width: 50px !important;
    color: #000 !important;
    height: 20px;
    display: block;
    font-size: 0;
  }
  .header.panel > .header.links li:last-child::before {
    content: "";
    position: absolute;
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    left: -27px;
    top: -3px;
    background-size: 100%;
    left: 0;
    pointer-events: none;
  }
  header.page-header .header.content ul.link {
    padding-right: 0px;
  }
  a.nav-sections-item-switch {
    font-size: 16px !important;
    text-decoration: none;
  }
  .pop-adv-1-inner {
    left: 9%;
    width: 44%;
  }
  .pop-adv-1-inner h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .pop-adv-1-inner .h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .pop-adv-1-inner hr {
    margin: 26px 0 20px;
  }
  header .block.block-search {
    padding-top: 15px;
    margin-top: 0;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0px !important;
    max-width: 100%;
  }
  header .block.block-search p {
    display: none;
  }
  header .block-search .control {
    border: 0;
    position: relative;
    right: 0;
    left: 10px;
    bottom: 0;
    padding: 0;
    padding-bottom: 0 !important;
    width: calc(28vw);
    display: inline-block;
  }
  header .block-search .control input {
    height: 100% !important;
    opacity: 1;
    width: 100%;
    border-radius: 6px 0 0 6px;
    border-color: #707070;
    height: 40px;
  }
  .ad-upper-text a {
    margin-top: 0;
  }
  .ad-upper-text .h3 {
    font-size: 24px;
  }
  .ad-upper-text ul {
    min-height: auto;
  }
  .ad-text {
    margin-top: 40px;
  }
  .nav-main-menu li li > a + .toggle-menu .fa {
    width: 31px;
    margin-top: 13px;
    margin-top: 0 !important;
  }
  .nav-main-menu li > ul {
    padding-left: 0px !important;
  }
  .nav-main-menu li > a + .toggle-menu {
    width: 100%;
    text-align: right;
  }
  .nav-main-menu li > a + .toggle-menu .fa {
    width: 55px;
    display: block;
    float: right;
    text-align: center;
    margin-top: 8px;
  }
  .nav-main-menu li > a + .toggle-menu a {
    height: 44px;
    display: block;
  }
  .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li i {
    display: none;
  }
  .nav-main-menu ul > li ul li ul li {
    border: none;
  }
  .nav-main-menu > li > a {
    padding: 8px 6px !important;
  }
  ol.product-items.widget-product-grid {
    grid-gap: 20px;
  }
  .product-item-details strong.product-item-name a {
    font-size: 16px;
    line-height: 20px;
    font-size: 14px;
  }
  .action.tocart.primary {
    padding: 11px 10px 11px 35px;
    background-position: 9px 12px;
  }
  .pop-pro-text .pop-pro-price {
    font-size: 22px;
    font-size: 17px;
    line-height: 9px;
    padding-top: 7px;
    color: #000;
  }
  .pop-pro-text .pop-pro-price span {
    font-size: 30px;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 74%;
    left: 61%;
  }
  .block-content.mp-product-slider-content .product-item .field.qty .control input {
    width: 80px;
    height: 40px;
  }
  strong.product-item-name {
    height: 39px;
  }
  .product.name.product-item-name a {
    font-size: 18px;
    font-size: 14px;
  }
  .actions-secondary {
    left: 73%;
  }
  .mp-product-slider-title {
    font-size: 27px !important;
  }
  .widget.block.block-static-block .pp-product {
    margin-top: 96px;
    margin-top: 60px;
  }
  .widget.block.block-static-block .pp-product::before {
    width: 670px;
    top: -39px;
  }
  h2.mp-product-slider-title {
    margin-top: 60px;
    margin-bottom: 30px;
    float: left;
  }
  .main-cont-in {
    grid-template-columns: 1fr;
  }
  .cms-page-view .page-title-wrapper h1 {
    padding-right: 0 !important;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #d4d4d4;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .cms-page-view .page-title-wrapper h1 span {
    font-size: 28px !important;
    line-height: 27px;
  }
  .cont-map {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .cont-map .primary .submit {
    display: block;
    width: 100% !important;
    margin-top: 20px;
  }
  .contact-map iframe {
    margin-top: 25px;
  }
  .contact-index-index .actions-toolbar .primary {
    width: 100%;
  }
  .contact-index-index .column.contact.right {
    padding: 15px 15px !important;
    margin-top: 60px !important;
    background: none;
    padding: 0;
    margin-left: 0;
    width: 100%;
    position: relative;
    padding-top: 25px;
    margin-top: 26px;
  }
  .contact-index-index .column.contact.right .field.note {
    font-size: 28px !important;
    line-height: 27px;
    margin: 0;
    font-size: 17px;
    font-size: 0;
    width: 0;
  }
  .contact-index-index .column.contact.right .field.note:after {
    display: none;
    content: "Connect with us";
    color: #0e2e55;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }
  .contact-index-index .column.contact.right::after {
    display: none;
  }
  .contact-index-index .column.contact.right .control input {
    padding: 8px 15px;
  }
  .contact-index-index .column.contact.right .control textarea {
    height: 80px;
    resize: none;
  }
  .contact-index-index .column.contact.right .label {
    font-size: 14px;
  }
  .contact-index-index .field.note.no-label {
    width: 100% !important;
  }
  .contact-index-index .contact-us-grid .content-container.narrow.contact p {
    padding-left: 0;
  }
  .contact-index-index .action.submit.primary {
    background: #c73d01;
    padding: 11px 33px 11px 33px;
    font-size: 0;
  }
  .contact-index-index .action.submit.primary:after {
    font-size: 1.4rem;
    content: "Submit";
    display: inline-block;
    vertical-align: middle;
  }
  .contact-index-index .column.main .column.contact.left {
    width: 100%;
  }
  .contact-index-index .column.main .column.contact.left ul li {
    font-size: 14px;
    line-height: 23px;
  }
  .contact-index-index .page-title-wrapper h1 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #d4d4d4;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .ready-box {
    grid-template-columns: 1fr;
  }
  div#MagicToolboxSelectors5 {
    display: block;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: "" !important;
    display: table !important;
  }
  fieldset.fieldset.review-fieldset .field label.label {
    font-size: 14px;
  }
  tr.item-info td.col.price::before {
    font-size: 13px;
  }
  td.col.subtotal span.cart-price {
    position: relative;
  }
  td.col.subtotal span.cart-price::before {
    content: "Subtotal";
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 13px;
  }
  .gift-options-content .fieldset .control input {
    margin-bottom: 5px;
  }
  fieldset.fieldset .control input[type="text"] {
    height: 40px !important;
  }
  fieldset.fieldset .control input[type="email"] {
    height: 40px !important;
  }
  fieldset.fieldset .control select {
    height: 40px !important;
  }
  form#search_mini_form .field.search label.label {
    padding-left: 0;
  }
  form#search_mini_form .field.search input#search {
    padding-left: 10px;
    height: 40px;
  }
  .search-category {
    display: none;
  }
  div#opc-sidebar .order-summary.hoverable {
    margin-top: 20px;
  }
  .product.details.slider-product-item-details .product-item .field.qty .control input {
    width: 55px;
    height: 40px;
  }
  .page-products.page-with-filter .columns .sidebar-main {
    order: 2 !important;
  }
  .phnmb span {
    font-size: 13px !important;
  }
  span.counter.qty.empty span {
    font-size: 13px !important;
  }
  .product-left {
    background: #ebebeb;
  }
  .product-left img {
    height: auto;
    height: 148px;
    margin: auto;
  }
  .product-left .pop-adv-1-inner {
    top: 0;
    left: 0;
    position: relative;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 17px 0;
  }
  .product-left .pop-adv-1-inner .h1 {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 8px;
    color: #000000;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background: #3478a7 !important;
    position: absolute;
    bottom: 13px;
    background: #c73d01;
    width: 17px;
    height: 17px;
    border-radius: 24px;
    left: 9px;
    line-height: 17px;
  }
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    font-size: 11px;
  }
  .minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
  }
  .minicart-wrapper .action.showcart .counter-label {
    padding-right: 0;
    font-size: 15px;
    color: #fff;
  }
  .minicart-wrapper .action.showcart .counter-label span {
    display: none;
  }
  .minicart-wrapper .action.showcart .counter-label::after {
    display: none;
  }
  .minicart-wrapper .update-cart-item {
    float: none !important;
  }
  .cms-home.cms-index-index .mp-product-slider-block.widget.block-products-list,
  .cms-home.cms-index-index .block-content.mp-product-slider-content {
    display: none;
  }
  .cms-home.cms-index-index .page-main .daily-deals-wrapper strong.product-item-name {
    margin: 3px 0;
  }
  .account.sales-order-history .aw-ui-listing .admin__data-grid-wrap .data-grid .data-grid-cell-content::before {
    display: none;
  }
  .contact-us-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    margin-top: 36px;
  }
  .contact-us-grid .contact-form form.contact {
    padding: 20px;
  }
  .contact-us-grid .contact-form h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contact-form {
    margin-top: 30px;
  }
  body.contact-index-index .contact-form .field input {
    height: 44px !important;
  }
  .ship-price-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .cms-shipping-policy .page-title-wrapper h1 span {
    font-size: 28px;
    line-height: 32px;
  }
  .dis-cont-col h5 {
    font-size: 20px;
    line-height: 14px;
  }
  table.shipping-table {
    border: none;
  }
  table.shipping-table tbody tr td {
    font-size: 13px;
  }
  .shipment-map-img {
    left: 0;
  }
  .abt-tp-block {
    grid-template-columns: 1fr;
  }
  .abt-tp-block .abtcont {
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
  }
  .abt-cntmap-block .ab-cont-box {
    position: static;
  }
  .abt-cntmap-block .ab-cont-box .ab-box-wrap {
    padding: 38px 20px;
  }
  .abt-cntmap-block .ab-map iframe {
    height: 280px;
  }
  .cms-page-view.cms-about-us .page-title-wrapper {
    margin-bottom: 35px;
    margin-top: 15px;
  }
  .categorypath-devices .child-category p a img {
    margin-top: 17px;
    width: auto;
    height: 116px;
  }
  .categorypath-devices .child-category p a span {
    font-size: 16px;
    padding-top: 16px;
  }
  .categorypath-devices .child_cat_list .child-category {
    width: 200px;
    height: 220px;
  }
  .categorypath-devices .page-title-wrapper .base {
    font-size: 30px;
  }
  .categorypath-devices h1#page-title-heading {
    padding-bottom: 10px;
  }
  .categorypath-devices .page-wrapper main {
    padding-bottom: 40px;
  }
  .categorypath-devices .accordion-container\=1 .sub-category {
    margin-bottom: 20px;
  }
  .pro-spec-table {
    overflow-x: auto;
  }
  body.catalogsearch-result-index .search.results .products-grid.grid li.product-item {
    width: 50% !important;
    margin: 0 !important;
    padding: 0 4px 20px;
    border: none;
  }
  body.catalogsearch-result-index .product-item-inner .actions-primary button.action.primary.tocart.notify {
    padding: 10px;
    border-radius: 50px;
  }
  .coming-soon-title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  body.checkout-cart-index .column.main {
    padding-bottom: 30px;
  }
  .navigation .level0.active > a:not(.ui-state-active) {
    border-color: transparent;
  }
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: transparent;
  }
  .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li a {
    border-radius: 0;
  }
  .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li ul li a:hover {
    background: none;
    color: #000;
  }
  .navigation .nav-main-menu li.mega-menu-fullwidth:nth-child(6) > ul.dropdown-menu {
    margin-left: 0;
  }
  .control span button {
    padding: 10px 0;
  }
  body.catalog-product-view.product-tbk-958ml-laser-back-glass-separator-machine-with-positioning-mold .product-info-main {
    margin-bottom: 60px;
  }
  .product-info-main .avail-qty .custom-sku ul {
    padding: 0 !important;
    width: 100%;
    margin-top: 10px;
  }
  .product-info-main .box-tocart {
    max-width: 380px;
    padding: 15px;
  }
  .product-info-main .box-tocart .input-text.qty {
    width: 60px;
  }
  .right-part + .avail-qty {
    clear: left;
  }
  .block-authentication .block-title {
    font-size: 18px;
    text-align: left;
    margin: 0 0 20px;
  }
  .popup-authentication .modal-content {
    padding: 50px 25px 30px;
  }
  .popup-authentication .block-new-customer .actions-toolbar {
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .popup-authentication .block-new-customer .actions-toolbar > .primary {
    text-align: left;
  }
  .popup-authentication .block-customer-login .fieldset.login > .actions-toolbar {
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
  }
  .popup-authentication .block-customer-login .fieldset.login > .actions-toolbar > div {
    text-align: left;
    display: inline-block;
  }
  .popup-authentication .block-customer-login .fieldset.login > .field {
    display: inline-block;
    width: 100%;
  }
  .popup-authentication .block-authentication .block-customer-login {
    margin: 25px 0 0 !important;
    padding: 25px 0 0 !important;
  }
  .popup-authentication .block-authentication .block-customer-login::before {
    display: none !important;
  }
  .popup-authentication .form-login .actions-toolbar .secondary a.action {
    display: inline-block;
    width: auto;
  }
  .popup-authentication .form-login .actions-toolbar .primary button {
    margin: 0;
  }
  .popup-authentication .block.block-new-customer .block-content > ul > li {
    font-size: 14px;
  }
  .popup-authentication .block.block-new-customer .block-content > p {
    font-size: 17px;
    margin: 0 0 7px;
  }
  .cl-badge {
    padding: 6px 30px;
  }
  .cl-badge span {
    font-size: 12px;
    line-height: 110%;
    display: block;
  }
  .text-badge {
    font-size: 12px;
    line-height: 110%;
    display: block;
  }
  .shopbybrand {
    display: block;
  }
  .brill-section {
    margin: 15px 0;
  }
  .brill-section .brill-box {
    height: 100%;
    display: block !important;
    text-align: left;
  }
  .brill-section .brill-box .ad-upper-img {
    max-width: 255px;
    margin: auto;
  }
  .brill-section .brill-box .ad-text {
    max-width: 250px;
    margin: auto;
    margin: 7px 0 0;
  }
  .brill-section .col-sm-12 {
    width: 50%;
  }
  .daily-deals-wrapper.best-seller .product-items.widget-product-grid li.product-item {
    max-width: 49%;
    flex: 49%;
    min-width: 49%;
    margin: 0;
  }
  .product-item-inner .qty-selector .control {
    justify-content: space-between;
  }
  .ft-icon-main {
    margin: 20px 0;
  }
  .ft-icon-main .ft-icon-box {
    max-width: 48%;
    flex: 48%;
    padding: 5px;
    border: 1px solid #dddddd;
    margin: 1%;
    display: block;
    text-align: center;
    min-height: 82px;
  }
  .ft-icon-main .ft-icon-box h3 {
    font-size: 14px;
    padding-left: 0;
    margin: 5px 0 0;
  }
  .ft-icon-main .ft-icon-box:before {
    display: block;
    margin: auto;
  }
  .p-left-img {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .icon-box-img img {
    display: block;
    margin: 0 auto 5px;
  }
  .block-title-wrap {
    font-size: 25px;
  }
  .pro-detail-new.top-pro-detail {
    background: #ebebeb;
  }
  .pro-detail-new.top-pro-detail .pop-pro-text .h3 {
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 17px;
  }
  .pro-detail-new.bottom-pro-detail {
    background: #ebebeb;
  }
  .pro-detail-new.bottom-pro-detail .h3 {
    font-size: 20px;
    margin-top: 17px;
    color: #000;
  }
  .pro-detail-new.bottom-pro-detail .pop-pro-img {
    position: relative;
    left: 0 !important;
    margin: 0 !important;
  }
  .pro-detail-new.bottom-pro-detail .pop-pro-img img {
    height: 125px;
  }
  .pro-detail-new.bottom-pro-detail .pop-pro-text {
    width: 100%;
    text-align: center;
  }
  .pp-col-main-right-tag {
    display: block;
  }
  .pp-col-main-right-tag .pop-pro-img {
    text-align: center;
    display: block;
  }
  .pp-col-main-right-tag .top-pro-detail img {
    height: 108px;
    top: 0;
    position: relative;
    margin: 12px auto 5px;
    right: auto;
  }
  .popular-product-main .btn-primary-wrap {
    display: block;
    margin: auto;
    width: 150px;
    color: #fff !important;
    border-color: #000 !important;
    background: black;
  }
  .hide-price {
    height: 33px;
    line-height: 30px;
  }
  .hide-price a {
    font-size: 14px;
  }
  .news-letter {
    padding: 0 !important;
  }
  .news-letter .newsletter-heading {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  .news-letter .sub {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  form.subscribe-ft {
    padding-top: 12px;
    text-align: center;
    display: block;
  }
  form.subscribe-ft input,
  form.subscribe-ft button {
    height: 38px;
    margin: 4px auto;
  }
  form.subscribe-ft #newsletter-error {
    bottom: -18px;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .footer-box-about {
    padding-top: 0 !important;
    padding: 0;
  }
  .footer-aboutUS {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .col-md-8.col-footer-right {
    width: 100%;
    padding: 0;
  }
  .col-md-8.col-footer-right .col-xxl-6 {
    width: 100%;
    padding: 0;
  }
  .col-md-8.col-footer-right .col-xxl-3 {
    width: 50%;
    padding: 0;
  }
  .footer_new h4.ft-head {
    padding: 0 0 25px;
  }
  .footer_new .links ul li {
    padding: 3px 0;
  }
  .footer.content .links .title {
    margin-bottom: 5px;
  }
  .footer-copy {
    padding: 10px 0;
    margin-top: 0;
  }
  .footer-copy .d-flex .card-pay-wrap {
    padding: 0 0 4px;
  }
  .page-header .panel.wrapper {
    padding: 0;
  }
  .page-header .link {
    order: 2;
    border-right: 0;
    padding: 0 7px 0 8px;
  }
  html {
    overflow-x: hidden;
  }
  html body .nav-toggle {
    top: 19px;
    left: 18px;
  }
  html body .header.content:after {
    height: 0;
  }
  html body .page-header {
    border-bottom: 0;
    margin-bottom: 0;
  }
  html body ul.order-links li.item a,
  html body ul.order-links li.item strong {
    font-size: 13px;
    padding: 14px 17px;
  }
  .mp-banner-slider .owl-nav .owl-next span {
    right: 12px;
  }
  .mp-banner-slider .owl-nav .owl-prev span {
    left: 12px;
  }
  .block-front-image {
    background: #dedede;
  }
  .block-front-image img {
    display: none;
  }
  .catalog-category-view .product-item-details button.action.tocart.primary {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  .catalog-category-view ol.products li .action.tocart.primary.notify {
    top: 10px;
    position: relative;
    height: 30px;
    font-size: 14px;
    padding: 0 !important;
    margin: auto !important;
  }
  .catalog-category-view .products-grid .product-item .price-box.price-final_price + span {
    display: block;
    font-size: 12px !important;
    line-height: 18px;
    width: 100%;
    text-align: center;
  }
  .catalog-category-view .products-grid .product-item .price-box.price-final_price {
    text-align: center;
    float: none;
    width: 100%;
  }
  .catalog-category-view .field.qty {
    padding: 0 20px;
  }
  .catalog-category-view .product-item .product.name.product-item-name a {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
  .catalog-category-view .product-item .product-item-inner {
    transform: scale(1);
  }
  .catalog-category-view .product-item .field.qty {
    padding: 0;
  }
  .catalog-category-view .product-item .field.qty .control .minus,
  .catalog-category-view .product-item .field.qty .control .plus {
    height: 30px !important;
  }
  .catalog-category-view .product-item .field.qty .control .minus button,
  .catalog-category-view .product-item .field.qty .control .plus button {
    height: 30px !important;
  }
  .catalog-category-view .product-item .field.qty .control .minus button {
    background-position: -203px -2px !important;
  }
  .catalog-category-view .product-item .field.qty .control .plus button {
    background-position: -163px -2px !important;
  }
  .catalog-category-view .product-item .field.qty .control input {
    height: 30px !important;
  }
  .catalog-category-view .product-item .product-item-actions .actions-secondary {
    justify-content: flex-start;
    margin: -40px 0 0 40px;
  }
  .catalog-category-view .product-item .tocart.primary {
    padding: 10px 12px 10px 35px;
    background-position: 14px 13px !important;
    margin-top: 5px !important;
  }
  .catalog-category-view .product-item .product-item-info {
    padding: 10px 10px 82px;
  }
  .catalog-category-view .product-item .product-item-details {
    margin: 0 0 10px;
  }
  .catalog-category-view .product-item .product-item-details .product-item-name {
    margin: 0;
  }
  .catalog-category-view .product-item-actions .actions-primary {
    justify-content: flex-start;
  }
  .catalog-category-view .toolbar-products .toolbar-sorter.sorter {
    display: block;
  }
  .catalog-category-view .toolbar-products .modes {
    display: inline-block;
    height: 100%;
    margin-right: 0px;
    align-items: center;
    text-align: right;
  }
  .catalog-category-view .toolbar-products .modes .modes-mode {
    padding: 6px 10px;
  }
  .catalog-category-view .toolbar.toolbar-products {
    margin: 0 0 20px;
    display: block;
    border-bottom: 5px solid #0000001a;
    text-align: right;
    justify-content: flex-end;
    padding-bottom: 15px;
  }
  .catalog-category-view .products .product-image-photo {
    max-height: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .catalog-category-view .products + .toolbar-products > .toolbar-sorter.sorter {
    display: none;
  }
  .catalog-category-view .products + .toolbar-products > .field.limiter {
    display: block;
  }
  .catalog-category-view .page-title-wrapper {
    max-width: calc(-30%);
    position: absolute;
    left: 10px;
    top: 11px;
  }
  .catalog-category-view .page-title-wrapper > h1 {
    max-width: 80%;
  }
  .catalog-category-view p#toolbar-amount {
    order: 2;
    font-size: 14px;
    padding-right: 10px;
    display: none;
  }
  .catalog-category-view .toolbar-sorter.sorter {
    order: 1;
    font-size: 14px;
    display: none !important;
  }
  .catalog-category-view .products.wrapper ~ .toolbar-products .pages {
    display: table;
    float: none;
    margin: 0 auto;
  }
  .catalog-category-view .main li.item .avail-qty {
    font-size: 12px !important;
    line-height: 18px;
    width: 100%;
    text-align: center;
  }
  .catalog-category-view .product-item-inner .field.qty .control {
    justify-content: space-around;
    margin-bottom: 4px;
  }
  .block-title-ship strong {
    font-size: 25px;
    padding-bottom: 40px;
  }
  .block-title-ship strong::after {
    width: 40px;
    height: 3px;
    top: 11px;
  }
  .tr--body td {
    font-size: 12px;
    line-height: 15px;
    padding: 5px;
  }
  .tr--body td br {
    display: none;
  }
  .shipping--grid {
    overflow-x: scroll;
    padding-bottom: 19px;
  }
  .shipping--grid table {
    min-width: 700px;
  }
  .shipping--grid::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .shipping--grid::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .shipping--grid::-webkit-scrollbar-thumb {
    background: #000;
  }
  .cms-policy-page .bottom-banner {
    padding-top: 15px;
  }
  .shipping--grid-mobile {
    display: block;
  }
  .shipping--grid-desktop {
    display: none;
  }
  .catalog-category-view.page-products.page-layout-1column .products-grid .product-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 17px !important;
  }
  .catalog-category-view.page-products.page-layout-1column .products-grid .product-item .custom-sku {
    text-align: left;
  }
  .catalog-category-view.page-products.page-layout-1column .products-grid .product-item .hide-price {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .catalog-category-view.page-products.page-layout-1column .products-grid .product-item .hide-price + .avail-qty {
    position: relative;
    top: 11px;
  }
  .catalog-category-view.page-products.page-layout-1column .products-grid .product-item .hide-price + .product-item-inner {
    bottom: 41px;
  }
  .catalog-category-view.page-products.page-layout-1column .products-grid .product-item .hide-price + .avail-qty + .product-item-inner {
    bottom: 31px;
  }
  .block-content.filter-content {
    padding: 20px;
  }
  .filter-content .filter-option {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-add-form .box-tocart .field.qty {
    float: left;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .product-add-form .box-tocart .fieldset {
    display: flex;
    flex-wrap: wrap;
  }
  .product-add-form .box-tocart.outofstock .actions .action.tocart.primary {
    padding-left: 0 !important;
  }
  .product.description p {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .product.description p strong {
    font-size: 20px;
    margin-bottom: -10px;
  }
  .product.description p:last-child {
    margin-bottom: 0 !important;
  }
  .block.upsell .block-title.title {
    border-bottom: 3px solid #0000001a;
    text-align: center;
  }
  .block.upsell .block-title.title strong {
    font-size: 18px;
  }
  .block.upsell .block-content .products .product-item {
    margin-bottom: 0px;
    width: 50%;
    padding: 0;
  }
  .block.upsell .block-content .products .product-item:last-child {
    margin-bottom: 0;
  }
  .block.upsell .block-content .product-item-actions {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: 0;
    padding: 0;
    display: none;
  }
  .block.upsell .products .product-item .price-box {
    margin: 0px 0 10px;
  }
  .products .product-item .product-item-info {
    padding: 10px;
    padding-bottom: 77px;
  }
  .product-item .price-box .price {
    font-size: 20px;
  }
  .product-item .field.qty .control {
    width: auto;
  }
  .product-item .field.qty .control input {
    width: 42px;
  }
  .product.media .fotorama__nav-wrap .fotorama__nav__frame {
    display: none;
    height: auto !important;
    width: auto !important;
    margin: 0 4px;
    padding: 0px !important;
    border: none;
  }
  .product.media .fotorama__nav-wrap .fotorama__nav {
    min-height: 0;
  }
  .product.media .fotorama__stage {
    border: none;
  }
  .fotorama__nav__frame.fotorama__nav__frame--dot {
    display: inline-block !important;
  }
  .bannercnt h3::after {
    height: 3px;
    bottom: 0;
    left: 0;
    width: 36px;
    content: "";
    position: absolute;
  }
  #banner-slider-carousel .item {
    min-height: 0;
  }
  .counter-number {
    display: block;
  }
  .nav-open body .block-search .block-content {
    z-index: 0;
  }
  .product-options-bottom .box-tocart .input-text.qty {
    width: 82px;
  }
  .field.qty .control {
    width: 140px;
  }
  .field.qty .control input {
    height: 34px;
  }
  .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .products.list.items.product-items .product-image-wrapper {
    padding-bottom: 111% !important;
  }
  .productblock {
    margin-left: -15px;
  }
  .prcnt p {
    display: none;
  }
  .prcnt a {
    padding: 6px 29px 6px 11px;
    bottom: 14px;
    left: 50%;
    transform: translate3d(-50%, 0%, 0px);
    white-space: nowrap;
  }
  .brandwrap h2::after {
    width: 120px;
    height: 4px;
    position: absolute;
    bottom: 0;
    content: "";
    margin-left: -60px;
    left: 50%;
  }
  .brandwrap .brandlist .brandcl .linkwrap span {
    background-position: right 6px;
    padding-right: 13px;
    margin: 0 auto;
    font-size: 0;
    display: inline-block;
  }
  .brandwrap .brandlist .brandcl .linkwrap span::after {
    content: "View all";
    font-size: 14px;
    font-weight: 700;
  }
  .footertop {
    padding: 10px 20px;
  }
  .ftr-row .ftr-cl .ftricon img {
    height: 25px;
  }
  .ftr-row .ftr-cl .frtcnt {
    margin-bottom: 8px;
  }
  .ftr-row .ftr-cl .frtcnt p {
    display: none;
  }
  .ftr-row .ftr-cl .frtcnt h4 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .columns .column.main {
    padding-bottom: 20px;
  }
  .copyright span {
    font-size: 13px;
  }
  .footerbottom {
    position: relative;
    padding-top: 30px;
  }
  .social ul li img {
    height: 24px;
  }
  .btmiconwrap .social ul li {
    margin: 0 14px;
  }
  .footerbtmrow .cl {
    padding-right: 0 !important;
  }
  .footerbtmrow .cl h4 {
    font-size: 17px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  .footerbtmrow .cl h4::after {
    content: "+";
    position: absolute;
    right: 0px;
    font-size: 28px;
    font-weight: 400;
    top: -1px;
  }
  .footerbtmrow .cl:last-child h4 {
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 27px;
    font-size: 0;
  }
  .footerbtmrow .cl:last-child h4::before {
    content: "Subscribe";
    font-size: 17px;
    text-transform: uppercase;
  }
  .footerbtmrow .cl .form-row label {
    font-size: 16px;
  }
  .footerbtmrow .cl h4.activenav:after {
    content: "-";
  }
  .footerbtmrow .cl:nth-child(4) h4::before {
    content: "Locate Us";
    font-size: 17px;
    text-transform: uppercase;
  }
  .footerbtmrow .inputbox input {
    padding: 10px 20px;
    font-size: 13px;
  }
  .action.subscribe.primary {
    margin: 0 auto 20px auto;
    display: block;
    float: none;
  }
  .accept p {
    font-size: 13px;
  }
  .nav-sections {
    background: #fff;
  }
  .nav-sections .header.links a {
    text-transform: uppercase;
    color: #11141b !important;
    text-align: left;
    font-weight: 800 !important;
    font-size: 1.6rem;
  }
  .nav-sections .header.links li span a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li:first-child {
    display: none;
  }
  .nav-sections .header.links li .customer-menu li {
    display: block;
  }
  .nav-sections-item-content {
    padding: 0;
  }
  nav.navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li a .fa {
    margin-top: 6px !important;
  }
  /* .nav-sections-item-title {
    border: none;
    width: 50%;

    a {
      color: #000;
    }
  }
*/
  .mega-menu-content .label-menu {
    font-size: 15px;
  }
  .dropdown-menu .mega-menu-content .sub-menu {
    padding-left: 0;
  }
  /*  .nav-sections-item-title.active {
    background: #3478a7;
    border-bottom: 0;

    a {
      color: #fff;
    }
  }*/
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 16px !important;
    width: calc(34%);
    margin-bottom: 18px;
    box-shadow: 0px 5px 14px #00000029;
  }
  .page-products.page-layout-1column .products-grid .product-item .product-item-inner .product.actions.product-item-actions form {
    display: block;
  }
  .page-products.page-layout-1column .products-grid .product-item .product-item-inner .stock {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .product.photo.product-item-photo {
    margin-bottom: 5px;
  }
  .page-wrapper > .breadcrumbs {
    display: none;
  }
  .toolbar .sorter {
    display: none;
  }
  .toolbar .modes {
    display: block;
  }
  .toolbar .modes #modes-label {
    display: none;
  }
  .toolbar .modes-mode.active::before {
    color: #000000;
    line-height: normal;
  }
  .toolbar .modes-mode {
    height: 30px;
    display: inline-block;
    width: 30px;
    padding: 2px;
  }
  .toolbar.toolbar-products {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .page-title-wrapper h1 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .products.wrapper + .toolbar.toolbar-products {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .products.wrapper + .toolbar.toolbar-products .modes {
    display: none;
  }
  .catalog-category-view.page-layout-1column .filter-toggle {
    bottom: 20px;
    right: 20px;
  }
  .catalog-category-view.page-layout-1column .filter-toggle a span {
    font-size: 14px;
    padding: 9px 20px 10px 43px;
    background-size: 22px;
    background-position: center left 16px;
  }
  .filter-open .catalog-category-view.page-layout-1column .filter-toggle a span {
    background-size: 13px;
    background-position: center left 21px;
  }
  .filter-open .catalog-category-view.page-layout-1column .filter-toggle a span::before {
    font-size: 14px;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: "\e60d";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .mode-list::before {
    content: "\e60b";
    line-height: normal;
  }
  .fotorama__nav__frame--thumb {
    display: none !important;
  }
  .fotorama__dot {
    left: 0;
    top: 0;
    width: 7px;
    height: 7px;
    border: 1px solid #aaa;
    border-radius: 7px;
  }
  .fotorama__active .fotorama__dot {
    background-color: #000;
    border-color: #000;
  }
  .fotorama__arr {
    display: none !important;
  }
  .cart-container .cart-summary .summary.title {
    font-size: 16px;
    padding-bottom: 17px;
    color: #0e2e55;
    font-weight: 700;
  }
  .cart-container .checkout-methods-items .action.primary {
    font-size: 17px;
    height: auto;
    padding: 9px 0;
  }
  .cart-container .checkout-methods-items .action.primary::before {
    display: none;
  }
  .cart.actions .action.update {
    width: 100%;
  }
  .amazon-validate-container .block .block-title strong {
    font-weight: bold;
    font-size: 20px;
  }
  #send2 {
    background: #c73d01;
    padding: 11px 33px 11px 33px;
  }
  .block.block-new-customer .create.primary {
    background: #c73d01;
    padding: 11px 33px 11px 33px;
  }
  .fieldset.create.info {
    margin-bottom: 15px;
  }
  .field.choice input[type="checkbox"] + label {
    font-size: 14px;
  }
  .field.choice input[type="checkbox"]:checked + label::after {
    top: 3px;
  }
  .column.contact.right {
    margin-bottom: 30px;
  }
  .column.contact.right::after {
    border-top: 4px solid #d4d4d4;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    content: "";
  }
  .cms-about-us .page-title-wrapper {
    width: 100%;
  }
  .cms-about-us .page-title-wrapper h1 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #d4d4d4;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .cms-about-us .about-us .abtleft {
    width: 100%;
  }
  .cms-about-us .about-us .abtleft h3 {
    font-size: 17px;
    text-align: left;
    margin-top: 20px;
    border-bottom: 1px solid #00000034;
    padding-bottom: 23px;
    margin-bottom: 0;
  }
  .cms-about-us .about-us .abtright {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 20px;
  }
  .cms-about-us .about-us .abtright h2 {
    display: none;
  }
  .cms-about-us .map {
    display: none;
  }
  .cms-about-us .addressbar {
    margin-top: 19px;
    padding-top: 16px;
  }
  .addressbar .rw.cl {
    margin-bottom: 14px;
  }
  .addressbar .rw.add {
    margin-bottom: 26px;
    line-height: 20px;
  }
  .desc.contact.desktop {
    display: none;
  }
  .addressbar.contact.mobile {
    display: block;
  }
  .viewmap {
    color: #c46d46;
    border: 1px solid #c6c6c6;
    display: inherit;
    padding: 5px 18px;
    width: 119px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 14px;
    line-height: 27px;
  }
  .viewmap:hover {
    background: #c73d01;
    color: #fff;
    text-decoration: none;
    border-color: #c73d01;
  }
  .addressbar.mobile .rw.email {
    background: url(../images/email.png) no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
    background-size: 18px;
    background-position: 3px 4px;
    padding-bottom: 10px;
  }
  .addressbar.mobile .rw.email a {
    color: #000;
  }
  .addressbar.mobile .rw.time {
    background: url(../images/shedule.png) no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
    background-size: 18px;
    background-position: 3px 2px;
    padding-bottom: 10px;
  }
  .addressbar.mobile .rw.cl {
    margin-bottom: 10px;
  }
  .mobilelink {
    display: block;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 25px;
  }
  .mobilelink p {
    line-height: normal;
  }
  .mobilelink a {
    color: #c73d01;
  }
  .credit-card-types.braintree-credit-card-types {
    float: left;
    position: relative;
    right: 0;
    margin-top: 0;
  }
  .field.number.required {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  #braintree_cc_type_cvv_div {
    clear: left;
  }
  .action.action-select-shipping-item {
    width: auto;
  }
  #opc-shipping_method .step-title {
    margin-left: -15px;
    margin-right: -15px;
  }
  .modal-popup .modal-title {
    font-size: 18px;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background: #fff;
  }
  ._has-modal .header.links {
    z-index: 0 !important;
  }
  #checkout-step-shipping {
    margin-bottom: 10px;
  }
  .modal-slide._inner-scroll .modal-footer {
    padding-top: 0;
  }
  .modal-footer .action.primary.action-save-address {
    margin-right: 10px;
  }
  .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    position: relative;
    right: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
    box-shadow: none;
  }
  .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .action-close {
    display: none;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 16px;
    font-weight: bold;
  }
  .custom-slide .modal-inner-wrap {
    background: #fff;
  }
  #checkout-step-payment #place-order-trigger-wrapper {
    display: none;
  }
  .customer-account-forgotpassword #form-validate {
    background: none;
    padding: 0;
  }
  .customer-account-forgotpassword .column.main .control #email_address {
    height: 40px;
  }
  .customer-account-forgotpassword .page-title-wrapper h1 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #d4d4d4;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .cart-empty {
    margin-top: 30px;
  }
  .ship-via .shipping-information-content {
    border-bottom: none;
    padding-bottom: 0;
  }
  .products-list .product-item-details {
    width: calc(-50vw);
  }
  .cms-privacy-policy .page-main {
    padding-top: 0;
  }
  .requestfreelabel {
    padding: 20px;
  }
  .requestfreelabel .actions-toolbar {
    margin-top: 20px;
  }
  .requestfreelabel .field {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .brandlist .brandcl .brandimg img {
    max-height: 100%;
  }
  .primary.buyback-new {
    position: relative;
    float: right;
  }
  body.account ul.order-links li {
    width: auto;
    text-align: center;
  }
  .form-create-return .fieldset .field:not(.choice) .control {
    width: 100%;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control {
    width: 100%;
  }
  .form-giftregistry-edit .fieldset .field:not(.choice) .control {
    width: 100%;
  }
  .form-add-invitations .fieldset .field:not(.choice) .control {
    width: 100%;
  }
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 100%;
  }
  .magemonkeys_rma-guest-returns .box {
    width: 100%;
    padding-right: 0;
  }
  .sales-guest-shipment .action.track {
    margin-left: 0;
  }
  .content-container.narrow.rte > img {
    margin-top: 0;
  }
  .cms-broken-screens.cms-page-view .page-title-wrapper h1 {
    font-size: 17px;
  }
  body.cms-broken-screens .page-main {
    margin-top: 0;
  }
  .account.page-layout-2columns-left .column.main {
    border-left: none;
    padding-left: 0px;
  }
  .magemonkeys_rma-returns-view .actions-toolbar .secondary {
    float: left !important;
    margin-top: 13px;
    z-index: 9;
    position: relative;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .customer-leftmenu h4 {
    font-size: 17px;
  }
  .customer-address-index.account.page-layout-2columns-left .column.main {
    max-width: 100%;
    margin-right: 0;
    max-width: 100% !important;
  }
  .customer-address-index.account.page-layout-2columns-left .block.block-addresses-default {
    clear: both;
  }
  .customer-address-form .page-title-wrapper .actions-toolbar {
    margin-top: 0;
    margin-top: 0px;
  }
  .customer-address-form .actions-toolbar .secondary {
    margin-top: 9px;
  }
  .customer-address-form .fieldset .field {
    width: 100%;
    margin: 0 0 20px;
  }
  .customer-address-form .fieldset > div {
    padding: 0 15px;
  }
  .sales-order-history .page-title-wrapper .actions-toolbar {
    margin-top: 0px;
    width: 100%;
    text-align: right;
  }
  .sales-order-history .page-title-wrapper .actions-toolbar .secondary {
    display: inline-block;
  }
  .sales-order-history .page-title-wrapper .actions-toolbar .secondary select {
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
    margin-top: -5px;
    font-size: 14px;
  }
  .requestfreelabel-brokenscreens-index .page-title-wrapper .actions-toolbar {
    margin-top: 0px;
    width: 100%;
    text-align: right;
  }
  .requestfreelabel-brokenscreens-index .page-title-wrapper .actions-toolbar .secondary {
    display: inline-block;
    margin-right: 0;
  }
  .requestfreelabel-brokenscreens-index .page-title-wrapper .actions-toolbar .secondary select {
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
    margin-top: -5px;
    font-size: 14px;
  }
  .requestfreelabel-brokenscreens-index .page-title-wrapper .actions-toolbar .primary .download {
    display: inline-block;
  }
  .requestfreelabel-brokenscreens-index table tr td {
    padding-left: 20px !important;
  }
  .magemonkeys_rma-returns-history table tr td {
    padding-left: 20px !important;
  }
  .magemonkeys_rma-returns-history .page-title-wrapper .actions-toolbar {
    margin-top: 0;
    width: 100%;
  }
  .magemonkeys_rma-returns-history .page-title-wrapper .actions-toolbar .primary .download {
    display: inline-block;
  }
  .magemonkeys_rma-returns-history .page-title-wrapper .actions-toolbar .secondary {
    margin-right: 0;
    display: inline-block;
  }
  .swarming_credits-index-index .page-title-wrapper .actions-toolbar {
    margin-top: 0;
    width: 100%;
  }
  .swarming_credits-index-index .page-title-wrapper .actions-toolbar .secondary {
    margin-right: 20px;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-top: -12px;
  }
  .swarming_credits-index-index .from-to-fields .field {
    width: calc(90%);
  }
  .swarming_credits-index-index .from-to-fields .primary {
    margin-top: 0;
    margin-left: -10px;
    margin-right: 30px;
  }
  .swarming_credits-index-index .credit-memo-field {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .swarming_credits-index-index .table-wrapper table tr td {
    padding-left: 15px !important;
  }
  .table-payment-info-items tr td {
    font-size: 12px;
  }
  .table-payment-info-items tr td:last-child {
    min-width: 0px;
  }
  .table-payment-info-items .action.delete {
    font-size: 12px;
    padding: 6px 8px;
  }
  .requestfreelabel-brokenscreens-view .page-title-wrapper .actions-toolbar {
    margin-top: 0;
    width: 100%;
    text-align: right;
  }
  .requestfreelabel-brokenscreens-view .fieldset .field {
    width: calc(70%);
  }
  .requestfreelabel-brokenscreens-view .actions-toolbar .secondary {
    margin-top: 7px;
  }
  .requestfreelabel-index-index .page-title-wrapper .actions-toolbar {
    margin-top: 0;
    width: 100%;
    text-align: right;
  }
  .requestfreelabel-index-index .fieldset .field {
    width: calc(70%);
  }
  .requestfreelabel-index-index .actions-toolbar .secondary {
    margin-top: 7px;
  }
  .magemonkeys_rma-returns-create .actions-toolbar .secondary {
    width: 100%;
  }
  .magemonkeys_rma-returns-create .actions-toolbar .secondary .action.back {
    margin-left: 0;
    text-align: center;
    display: block;
    width: 100%;
  }
  .table-wrapper + div.actions-toolbar .secondary {
    width: 100%;
    text-align: left;
  }
  .sales-order-shipment .column .action.track {
    margin-left: 0;
  }
  .sales-order-shipment .column .action.order {
    margin-right: 0;
  }
  .sales-order-view .column .action.order {
    margin-right: 0;
  }
  .sales-order-invoice .column .action.order {
    margin-right: 0;
  }
  .magemonkeys_rma-returns-returns .column .action.order {
    margin-right: 0;
  }
  body.catalog-category-view .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  ol.products.list.items.product-items .badge {
    right: 56px;
    width: 51px;
    top: 15px;
  }
  .phone-grade {
    width: 100%;
    margin-top: 0px;
  }
  .phone-grade .ul-grid {
    max-width: 100%;
  }
  .phone-grade .ul-grid li:last-child {
    margin-bottom: 0;
  }
  .phone-grade .heading {
    max-width: 100%;
  }
  .phone-grade h1 {
    font-size: 18px;
    padding: 14px 20px;
  }
  .cms-device-grading .draw-border {
    display: block;
  }
  .cms-device-grading .draw-border .banner-sec {
    max-width: 100%;
    margin: 10px auto;
    width: 100%;
  }
  .cms-device-grading .draw-border .banner-img {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
    overflow: hidden;
  }
  .cms-device-grading .draw-border ul {
    max-width: 100%;
    margin: 0;
    float: none;
    width: 100%;
    padding-left: 33px;
    margin-top: 10px;
  }
  .cms-device-grading .draw-border ul + p {
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0px 10px;
    float: none;
  }
  .cms-device-grading .qtc-section {
    padding: 20px 15px;
  }
  .cms-device-grading .qtc-section h1 {
    font-size: 26px;
    line-height: 28px;
  }
  .cms-device-grading .qtc-section .ul-grid {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 50px;
  }
  .cms-device-grading .qtc-section .ul-grid ul {
    min-width: 100%;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .cms-device-grading .qtc-section .qtc-img {
    max-width: 100%;
    margin: auto auto 20px;
    clear: both;
  }
  .cms-device-grading .qtc-section .sub-heading h2 {
    font-size: 13px;
    line-height: 27px;
  }
  .catalog-category-view .field.qty .control span.plus button,
  .catalogsearch-result-index .field.qty .control span.plus button {
    font-size: 0 !important;
  }
  .catalog-category-view .field.qty .control span.minus button,
  .catalogsearch-result-index .field.qty .control span.minus button {
    font-size: 0 !important;
  }
  .catalog-category-view .products.wrapper.list.products-list,
  .catalogsearch-result-index .products.wrapper.list.products-list {
    margin: 0 !important;
  }
  .catalog-category-view .products.wrapper.list.products-list .product.details.product-item-details,
  .catalogsearch-result-index .products.wrapper.list.products-list .product.details.product-item-details {
    width: 67%;
    max-width: 67%;
    margin: 0;
  }
  .catalog-category-view .products.wrapper.list.products-list .product.details.product-item-details .product-item-inner,
  .catalogsearch-result-index .products.wrapper.list.products-list .product.details.product-item-details .product-item-inner {
    position: relative;
    width: 200px;
    left: 0;
    padding: 0 !important;
  }
  .catalog-category-view .products.wrapper.list.products-list .product.details.product-item-details .product-item-inner .field.qty,
  .catalogsearch-result-index .products.wrapper.list.products-list .product.details.product-item-details .product-item-inner .field.qty {
    margin-bottom: 4px !important;
    margin-top: 9px;
  }
  .catalog-category-view .products.wrapper.list.products-list .product.details.product-item-details .product.name.product-item-name,
  .catalogsearch-result-index .products.wrapper.list.products-list .product.details.product-item-details .product.name.product-item-name {
    padding-right: 0 !important;
  }
  .catalog-category-view .products.wrapper.list.products-list .product.details.product-item-details > *,
  .catalogsearch-result-index .products.wrapper.list.products-list .product.details.product-item-details > * {
    padding-right: 0 !important;
  }
  .catalog-category-view .products.wrapper.list.products-list .product.details.product-item-details .actions-secondary,
  .catalogsearch-result-index .products.wrapper.list.products-list .product.details.product-item-details .actions-secondary {
    margin: auto;
  }
  .catalog-category-view .products.wrapper.list.products-list .product-item-info,
  .catalogsearch-result-index .products.wrapper.list.products-list .product-item-info {
    padding: 11px !important;
    justify-content: space-between;
  }
  .catalog-category-view .products.wrapper.list.products-list .product.photo.product-item-photo,
  .catalogsearch-result-index .products.wrapper.list.products-list .product.photo.product-item-photo {
    margin: 0;
    display: block;
    max-width: 30%;
    flex: 30%;
  }
  .catalog-category-view .products.wrapper.list.products-list .product-item .product-image-container,
  .catalogsearch-result-index .products.wrapper.list.products-list .product-item .product-image-container {
    width: 80px !important;
    height: 80px;
    min-width: 80px;
    margin: 0;
  }
  .catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items,
  .catalogsearch-result-index .products.wrapper.list.products-list .products.list.items.product-items {
    margin: 0 !important;
  }
  .customer-account-index.account .column.main .block-dashboard-addresses .block-content .box {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 17px;
  }
  .customer-account-index .block-dashboard-addresses .block-content {
    margin: 0 !important;
  }
  .product-info-main .avail-qty .custom-sku {
    margin: 0 !important;
  }
  .product-info-main .avail-qty .custom-sku ul {
    margin: 0 !important;
  }
  .sales-order-view.account .column.main .block-content .box {
    max-width: 100% !important;
    width: 100% !important;
  }
  .brokenscreens-page .lcdbuyback-acc {
    flex-wrap: wrap;
  }
  .tab-section-info .lcdbuyback-acc button {
    font-size: 14px;
    padding: 5px 8px;
  }
  .price-main {
    justify-content: center;
  }
  .catalogsearch-result-index .products.wrapper.list.products-list .products.list.items.product-items .price-main {
    justify-content: flex-start;
  }
  .rmareport-rma-view .order_tbody {
    overflow: auto;
  }
  .rmareport-rma-view .order_tbody .data-table {
    min-width: 700px;
  }
  .rmareport-rma-view .modal-popup .modal-inner-wrap {
    width: 100%;
  }
  .categorypath-devices .child_cat_list {
    padding: 0;
  }
  .categorypath-devices .child_cat_list .child-category {
    max-width: 48%;
    flex: 48%;
    width: 48% !important;
  }
  .categorypath-devices .carousel-container {
    margin-bottom: 30px;
  }
  .categorypath-devices .device-title {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 28px;
  }
  td.col.subtotal span.cart-price::before {
    display: none;
  }
}
@media (max-width: 639px) {
  .rmareport-rma-view .order_tbody .data-table {
    min-width: 100% !important;
    display: block;
  }
  .rmareport-rma-view .order_tbody .data-table tbody {
    display: block;
  }
  .rmareport-rma-view .order_tbody .data-table tbody tr {
    display: block;
  }
  .rmareport-rma-view .order_tbody .data-table thead {
    display: none;
  }
  .rmareport-rma-view tbody td {
    border-bottom: 0 !important;
    min-width: 100% !important;
    display: flex;
    text-align: left !important;
    flex-wrap: wrap;
    width: 100%;
    background: transparent !important;
  }
  .rmareport-rma-view tbody td::before {
    color: #111111;
    font-weight: 700;
    display: inline-block;
    padding-right: 7px;
    position: relative !important;
    width: auto;
  }
  .rmareport-rma-view tbody td:nth-child(1)::before {
    content: "Product Name :";
  }
  .rmareport-rma-view tbody td:nth-child(2)::before {
    content: "Quantity :";
  }
  .rmareport-rma-view tbody td:nth-child(3)::before {
    content: "Price :";
  }
  .rmareport-rma-view tbody td:nth-child(4)::before {
    content: "Rejected Quantity :";
  }
  .rmareport-rma-view tbody td:nth-child(5)::before {
    content: "Accepted Quantity :";
  }
  .rmareport-rma-view tbody td:nth-child(6)::before {
    content: "Note :";
  }
  .rmareport-rma-view tbody td:nth-child(7)::before {
    content: "Image :";
  }
  .rmareport-rma-view tbody td:nth-child(8)::before {
    content: "Sub Total :";
  }
  .rmareport-rma-view tbody tr:nth-child(2n) td {
    background: #f0fafe !important;
  }
  .balancesheet-customer-index .dataTables_wrapper .dataTables_length select {
    margin: 0 0 0 5px;
  }
  .balancesheet-customer-index .table.dataTable.balancesheet {
    border: #d9d9d9 1px solid !important;
    margin-top: 25px !important;
    width: 100% !important;
  }
  .balancesheet-customer-index table.dataTable tbody tr.even {
    background: #f0fafe;
  }
  .col.subtotal span.cart-price::before {
    display: block;
  }
  .cms-home #banner-slider-carousel .loader,
  .cms-home .loader {
    min-height: 166px;
  }
  .catalog-product_compare-index .table-wrapper {
    border-top: 1px solid #e0e0e0;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .checkout-onepage-success .show-order table {
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
  .shippinglable-index-index form#magemonkeys-shippinglable-form table#tblProducts {
    border-right: 1px solid #c2c2c2;
  }
  .balancesheet-customer-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .balancesheet-customer-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: flex;
    padding: 5px 0;
    width: auto;
    flex-wrap: wrap;
  }
  .balancesheet-customer-index table.table-order-items tr:nth-child(2n + 1) td {
    background: transparent;
  }
  .account table#my-orders-table tr.odd {
    margin-bottom: 20px;
  }
  .aw_store_credit-info-index .block.store-credit {
    margin-bottom: 20px;
  }
  .aw_store_credit-info-index .data.table td:nth-child(2),
  .aw_store_credit-info-index .data.table td:nth-child(3) {
    text-align: left !important;
  }
  .aw_store_credit-info-index tr:nth-child(2n) td {
    background: #f0fafe;
  }
  .catalog-category-view .modes {
    display: none;
  }
  .catalog-category-view .page-main .columns .page-title-wrapper {
    padding-bottom: 0px;
    margin-top: 10px;
  }
  .catalog-category-view .sorter {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 1;
  }
  .catalog-category-view .products + .toolbar-products > .field.limiter {
    display: none;
  }
  .catalog-category-view .products.wrapper + .toolbar.toolbar-products {
    justify-content: center !important;
  }
  .catalog-category-view .toolbar.toolbar-products {
    box-shadow: 0 0 0;
  }
  .catalog-category-view .page-title-wrapper {
    position: absolute;
    left: 0;
    top: 0;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid tbody .data-row td {
    max-width: 100% !important;
  }
  .account.customer-account-index .data.table td:nth-child(5) {
    text-align: left;
  }
  .table-order-items-shipping-details tr:nth-child(2n + 1) td {
    background: #f5f5f5;
  }
  .table-order-items-shipping-details tr td {
    padding-left: 20px !important;
  }
  .table-wrapper + div.actions-toolbar .secondary {
    margin-left: 3px;
  }
  .sales-order-history .data-grid tr.data-row td {
    flex-wrap: wrap;
    display: flex !important;
  }
  .sales-order-history .data-grid tr.data-row td:before {
    color: #111111;
    font-weight: 700;
    display: inline-block;
    padding-right: 7px;
    position: relative !important;
    width: auto;
  }
  .sales-order-history .data-grid tr.data-row td:nth-child(1):before {
    content: "Order :";
    width: auto;
  }
  .sales-order-history .data-grid tr.data-row td:nth-child(2):before {
    content: "Date :";
  }
  .sales-order-history .data-grid tr.data-row td:nth-child(3):before {
    content: "Total :";
  }
  .sales-order-history .data-grid tr.data-row td:nth-child(4):before {
    content: "Tracking No :";
  }
  .sales-order-history .data-grid tr.data-row td:nth-child(5):before {
    content: "Status :";
  }
  .sales-order-history .data-grid tr.data-row td:nth-child(6):before {
    content: "Action :";
    content: "Delivery Status :";
  }
  .account.sales-order-history .data-grid td:nth-child(3) {
    text-align: left;
  }
  .sales-order-history .data-row {
    padding: 0 !important;
    border: 0 !important;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    position: relative;
    width: auto;
  }
  .account .table-wrapper.orders-recent tr td.actions {
    text-align: left;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    margin: 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td {
    padding: 9px 15px !important;
    font-size: 16px;
    border-bottom: 0 !important;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 9px 15px !important;
    font-size: 16px;
    border-bottom: 0 !important;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 10px;
  }
  .account table.table-order-items tr:nth-child(2n) td {
    background: #f0fafe;
  }
  .account table.table-order-items tr:nth-child(2n + 1) td {
    background: #ffffff;
  }
  .account .table-wrapper.orders-recent tr td.col.id:before {
    background: transparent;
  }
  .account .table-wrapper.orders-recent tr td.col.actions:before {
    background: transparent;
  }
  .account .column.main .action.view:after {
    font-size: 18px;
    position: relative;
    top: 2px;
  }
  .account .aw-ca-order-listing table tr td {
    border: 0 !important;
  }
  .aw-ui-listing .admin__data-grid-outer-wrap .data-grid td {
    padding: 9px 15px;
  }
  .aw-ui-listing .admin__data-grid-outer-wrap .data-grid th {
    padding: 9px 15px;
  }
  .aw-ui-listing .admin__data-grid-outer-wrap .data-grid tr td {
    font-size: 16px;
  }
  .aw-ui-listing .admin__data-grid-outer-wrap .data-grid tr td:last-child:before {
    display: none;
  }
  .aw-ui-listing .admin__data-grid-header-row .row .admin__data-grid-pager-wrap .admin__data-grid-pager {
    width: auto;
    margin-top: 0;
  }
  .aw-ui-listing .action-previous {
    width: 32px;
    padding: 0 !important;
    margin-right: 10px;
  }
  .aw-ui-listing .action-next {
    width: 32px;
    padding: 0 !important;
  }
  .aw-ui-listing .admin__data-grid-pager .admin__control-text {
    width: 32px;
    padding: 0 !important;
  }
  .aw-ui-listing .selectmenu-value input[type="text"] {
    width: 74px;
  }
  .order-details-items .table-order-items tbody td.col strong {
    font-size: 16px;
  }
  .order-details-items .table-order-items tbody td.col span {
    font-size: 16px;
    vertical-align: middle;
  }
  .aw-ca-order-listing table tr:nth-child(2n + 1) td {
    background: #ffffff;
  }
  .aw-ca-order-listing table tr:nth-child(2n) td {
    background: #f0fafe;
  }
  .aw-ca-order-listing .admin__data-grid-pager-wrap .selectmenu input {
    padding: 6px 16px !important;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items {
    border: #d9d9d9 1px solid;
    border-radius: 8px;
    overflow: hidden;
  }
  .sales-order-view .page-title-wrapper .order-status {
    margin: -5px 0 10px;
    position: relative;
    right: 0;
  }
  .sales-order-view .column .action.order {
    padding: 7px;
  }
  .sales-order-view .column .action.print {
    padding: 7px;
  }
  .sales-order-view .column .action.return {
    padding: 7px;
  }
  .sales-order-shipment .order-details-items .table-wrapper.order-items-shipment {
    border: #d9d9d9 1px solid;
    border-radius: 8px;
    overflow: hidden;
  }
  .sales-order-shipment .page-title-wrapper .order-status {
    margin: -5px 0 10px;
    position: relative;
    right: 0;
  }
  .sales-order-invoice .page-title-wrapper .order-status {
    margin: -5px 0 10px;
    position: relative;
    right: 0;
  }
  html body ul.order-links {
    margin-top: 0;
  }
  html body ul.order-links li.item a {
    font-size: 15px;
    padding: 9px 15px;
  }
  html body ul.order-links li.item strong {
    font-size: 15px;
    padding: 9px 15px;
  }
  .account.page-layout-2columns-left .column.main h1.page-title {
    display: block;
  }
  .table-wrapper.table-order-items.invoice {
    border: #d9d9d9 1px solid;
    border-radius: 8px;
    overflow: hidden;
  }
  .table-wrapper.table-order-items.invoice .col.subtotal span.cart-price::before {
    display: none;
  }
  .order-details-items.shipments .order-title {
    flex-wrap: wrap;
  }
  .order-details-items.shipments .order-title a.action.track {
    margin: 9px 0;
    width: 100%;
  }
  .table-wrapper.transactions {
    border: #d9d9d9 1px solid;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
  }
  #shippinglable-data-table tr:nth-child(2n + 1) td {
    background: #ffffff;
  }
  #shippinglable-data-table tr:nth-child(2n) {
    background: #f0fafe;
  }
  .rmareport-rma-report .table-wrapper tr td {
    white-space: unset;
  }
  .rmareport-rma-report .table-wrapper .data.table tr > td:nth-child(6) {
    text-align: left;
  }
  .rmareport-rma-report .table-wrapper .data.table.rma tr > td:last-child {
    text-align: left;
  }
  .lcdbuyback-lcd-report .table-wrapper tr td {
    white-space: unset;
  }
  .lcdbuyback-lcd-report .table-wrapper .data.table tr > td:nth-child(6) {
    text-align: left;
  }
  .lcdbuyback-lcd-report .table-wrapper .data.table.lcd tr > td:last-child {
    text-align: left;
  }
  .lcdbuyback-lcd-report .ups_pdf {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
  }
  .lcdbuyback-lcd-report .ups_pdf img {
    margin: 0;
  }
  .tblProducts {
    border: #d9d9d9 1px solid !important;
    border-radius: 8px;
    overflow: hidden;
  }
  .tblProducts thead.first {
    display: none;
  }
  .tblProducts #tblProducts {
    display: block !important;
  }
  .tblProducts tbody {
    display: block !important;
  }
  .tblProducts tbody tr {
    display: block !important;
  }
  .tblProducts tbody tr td::before {
    content: "";
    color: #111111;
    font-weight: 700;
    margin: 0 0 6px;
    display: block;
  }
  .tblProducts tbody tr td.product-name::before {
    content: "Search Product by Name or SKU :";
  }
  .tblProducts tbody tr td.product-price::before {
    content: "Price :";
  }
  .tblProducts tbody tr td.product-qty::before {
    content: "Quantity :";
  }
  .tblProducts tbody tr td.product-reason::before {
    content: "Reason :";
  }
  .tblProducts tbody tr td.product-comment::before {
    content: "Comment :";
  }
  .tblProducts tbody tr:nth-child(2n) {
    background: #f0fafe;
  }
  #magemonkeys-shippinglable-form tr.pro-rmareturn-container td {
    display: block;
    padding: 5px 15px !important;
    font-size: 16px;
    border-bottom: 0 !important;
    border: 0 !important;
  }
  #magemonkeys-shippinglable-form tbody tr.pro-rmareturn-container {
    border-left: 0;
    border-bottom: 0;
  }
  .summary-table thead {
    display: none;
  }
  .summary-table tr {
    display: block;
  }
  .summary-table tr td {
    max-width: 100%;
  }
  .summary-table table {
    min-width: 100% !important;
    display: block;
  }
  .summary-table table tbody tr td {
    max-width: 100%;
    display: block;
    border: 0 !important;
    padding: 6px 15px;
    font-size: 14px;
  }
  .summary-table table tbody tr td:first-child:before {
    content: "Date :";
    width: auto;
    bottom: 0;
  }
  .summary-table table tbody tr td:nth-child(2)::before {
    content: "Order ID";
  }
  .summary-table table tbody tr td:nth-child(3)::before {
    content: "Description";
  }
  .summary-table table tbody tr td:nth-child(4)::before {
    content: "Total";
    width: auto;
    bottom: 0;
  }
  .summary-table table tbody tr td:before {
    color: #111111;
    font-weight: 700;
    display: inline-block;
    padding-right: 7px;
    position: relative !important;
    width: auto;
  }
  .summary-table table tr:nth-child(2n) td {
    background: #f0fafe;
  }
  .summary-table tbody tr:nth-child(2n+1) td {
    background: #ffffff;
  }
  .account.aw_store_credit-info-index .table-wrapper table tr:nth-child(2n+1) td {
    background: #fff;
  }
  #shippinglable-data-table tbody tr td {
    border-top: 0;
  }
  .sales-order-history .aw-ui-listing .admin__data-grid-wrap .data-grid tbody .data-row:nth-child(2n+1) td {
    background: #ffffff;
  }
  .shippinglable-index-index form#magemonkeys-shippinglable-form .table-wrapper #tblProducts .qty {
    text-align: center;
  }
  .shippinglable-index-index form#magemonkeys-shippinglable-form .table-wrapper thead tr td:last-child {
    text-align: center;
  }
  .customer-account-login .login-container .block-customer-login .container-ifix button {
    padding: 0;
    height: 45px;
  }
  .customer-account-login .login-container .block-customer-login .container-ifix button span {
    font-size: 17px !important;
  }
  .customer-account-login .login-container .block-customer-login .container-ifix .sign-up .information-tab-wrapper form .actions-toolbar .next-prev {
    flex-direction: column;
  }
}
@media (min-width: 640px) and (max-width: 1300px) {
  .balancesheet-customer-index .table-wrapper.orders-history {
    overflow-x: auto;
  }
  .balancesheet-customer-index .table.dataTable.balancesheet tr td {
    white-space: nowrap;
  }
  .lcdbuyback-lcd-report .table-wrapper {
    overflow: auto;
  }
  .table-wrapper.transactions tr td {
    white-space: nowrap;
  }
  .table-wrapper.transactions {
    overflow-x: auto;
  }
}
@media (max-width: 621px) {
  .cms-home #banner-slider-carousel {
    min-height: 165px;
  }
  .cms-home .loader {
    min-height: 165px;
  }
  .tab-section-info .w3-bar.w3-black button {
    font-size: 17px;
    padding: 8px 15px;
  }
  .cms-page-view .page-main table tr:first-child th {
    font-size: 17px;
  }
  .cms-page-view .page-main table tr th:first-child {
    padding-left: 15px;
  }
  .cms-page-view .page-main table tr td {
    padding-left: 15px;
  }
  .w3-container table tbody tr td {
    font-size: 17px !important;
  }
  .ready-head h2 {
    padding: 0 15px;
    line-height: 43px;
    font-size: 32px;
  }
  .ready-box {
    padding: 0 50px;
  }
  .read-box-inside h5 {
    font-size: 24px;
    line-height: 32px;
    height: auto;
  }
  #iPad table tr th:not(:first-child) {
    width: 98px;
  }
  .smin {
    padding: 40px 15px 30px 15px;
  }
  .shipment-img-grid {
    margin: 0 0 40px;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .plz-note p {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  table.shipping-table tr th.C1 {
    width: 90px;
  }
  table.shipping-table tr th.B1 {
    width: 118px;
  }
  .ship-price-bx .ship-price {
    font-size: 20px;
    line-height: 30px;
  }
  .categorypath-devices .accordion-container\=1::after {
    display: none;
  }
  .categorypath-devices .accordion-container\=1 .sub-category span {
    padding: 8px 16px;
  }
  .categorypath-devices .accordion-container\=1 .sub-category .active {
    position: relative;
  }
  .categorypath-devices .categorypath-devices .child_cat_list .child_flex {
    grid-gap: 0px !important;
    text-align: center;
  }
  .categorypath-devices h1#page-title-heading {
    margin-bottom: 25px;
  }
  .categorypath-devices .child_cat_list {
    margin-top: 0px;
  }
  .categorypath-devices .child_cat_list .child-category {
    margin: 0 auto 25px auto;
  }
  body.page-with-filter.page-products.categorypath-devices .page-title-wrapper > h1 {
    max-width: 100% !important;
  }
  .accordion-container\=1 .child_cat_list .child_flex div:first-child {
    margin-top: 20px;
  }
  .accordion-container\=1 .child_cat_list .child_flex div:nth-child(2) {
    margin-top: 20px;
  }
  ol.products.list.items.product-items .badge {
    right: 24px;
    width: 51px;
    top: 15px;
  }
}
@media (max-width: 575px) {
  .cms-home #banner-slider-carousel {
    min-height: 152px;
  }
  .cms-home .loader {
    min-height: 152px;
  }
  .cms-broken-screens .w3-bar.w3-black {
    display: grid;
    justify-content: left;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .cms-broken-screens .tab-section-info .w3-bar.w3-black button {
    padding: 1.1rem 1rem;
    white-space: nowrap;
  }
  .shipping-address,
  .shipping-method,
  .billing-address,
  .billing-method {
    width: 100%;
    float: left;
    border: 1px solid #eee;
    margin-bottom: 15px;
  }
  .button-continue {
    margin-top: 34px;
  }
  .products-grid.wishlist strong.product-item-name {
    height: 60px;
  }
  .cms-page-view .page-main table tr:first-child th {
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cms-page-view .page-main table tr th:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }
  .w3-container table tbody tr td {
    font-size: 12px !important;
  }
  .tab-section-info .w3-bar.w3-black button {
    font-size: 14px;
    padding: 8px 15px;
  }
  .ready-box {
    padding: 0 15px;
  }
  #iPad table tr th:not(:first-child) {
    width: 70px;
  }
  .tab-text p {
    font-size: 15px;
  }
  .tab-text h6 {
    font-size: 16px;
  }
  .opc-block-summary .product-item .product-item-name-block {
    padding-right: 5px;
  }
  .catalogsearch-result-index .search.results .field.qty .control span.minus button,
  .catalogsearch-result-index .search.results .field.qty .control span.plus button {
    height: 30px !important;
    width: 30px !important;
    font-size: 15px;
    line-height: 14px !important;
    text-align: center;
    padding: 0;
  }
  .catalogsearch-result-index .search.results .field.qty .control input[type="number"] {
    width: 55px;
  }
  .catalogsearch-result-index .search.results button.action.tocart.primary {
    padding: 6px 9px 6px 28px;
    font-size: 12px;
  }
  .catalogsearch-result-index .product-item-inner .actions-primary button.action.primary.tocart.notify {
    font-size: 12px;
  }
  .search.results .field.qty .control input[type="number"] {
    height: 30px;
    width: 55px;
    font-size: 13px;
  }
  .ft-icon-box h5 {
    font-size: 15px;
  }
  .ft-icon-box img {
    display: inline-block;
    text-align: center;
    width: 120px;
  }
  .ft-co-wrp {
    height: 60px;
    width: 60px;
  }
  .ft-co-wrp img {
    height: 30px;
    width: 30px;
  }
  .get-icon-box h5 {
    font-size: 14px;
  }
  .get-heading h2 {
    font-size: 22px;
  }
  .ad-upper-text .h3 {
    font-size: 21px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ad-upper-text a {
    margin-top: 10px;
  }
  .ad-upper-text .p-tag {
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
  }
  .ad-upper-text hr {
    margin: 0 auto;
    width: 37%;
  }
  ol.product-items.widget-product-grid {
    grid-template-columns: 1fr;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: auto !important;
    width: 100%;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 69%;
  }
  .block-content.mp-product-slider-content .products-grid.grid li.product-item {
    height: 514px;
  }
  strong.product-item-name {
    height: 43px;
  }
  .widget.block.block-static-block .pp-product::before {
    width: 510px;
  }
  .catalog-category-view h1.page-title span.base {
    font-size: 16px !important;
  }
  .catalog-category-view .product-image-photo {
    height: 200px;
    width: 200px;
    object-fit: contain;
    text-align: center;
    border: 1px solid #e8e8e8;
    margin: 0;
    border-radius: 10px;
  }
  .catalog-category-view .product-image-container {
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 200px !important;
  }
  .pop-adv-1-inner h1 {
    font-size: 19px;
    line-height: 24px;
  }
  .pop-adv-1-inner .h1 {
    font-size: 19px;
    line-height: 24px;
  }
  .pop-adv-1-inner p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .pop-adv-1-inner .shop-now-btn {
    padding: 6px 15px;
    font-size: 11px;
  }
  .pop-pro-text .pop-pro-price span {
    color: #3478a7;
    font-weight: bold;
    margin-left: 0;
    display: block;
    margin-top: 10px;
    font-size: 25px;
  }
  .pop-pro-text .pop-pro-price .go-pdp-arrow {
    right: -37px !important;
  }
  .actions-secondary {
    left: 69%;
  }
  .go-pdp-arrow svg {
    width: 38px;
  }
  .ad-text {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    flex-wrap: wrap;
  }
  .ad-upper-img {
    width: 100%;
    display: block;
    text-align: center;
  }
  .ad-upper-img img {
    height: 250px;
    width: 250px;
    object-fit: contain;
  }
  .checkout-billing-address #checkout-step-billing #tooltip {
    position: absolute;
    right: 8px;
    top: 28px;
  }
  .checkout-index-index .opc-block-summary .product-item .subtotal {
    width: 7% !important;
  }
  .checkout-index-index .minicart-items .product-item-name {
    height: 35px;
    overflow-y: scroll;
  }
  .footer.content .links {
    padding: 0 0px 0 20px !important;
  }
  .news-letter,
  .social-us,
  .card-pay {
    margin-top: 0px;
  }
  form.subscribe-ft button {
    font-size: 13px;
    padding: 8px 16px;
    display: block;
    width: 58%;
  }
  .pp-product .product-left img {
    max-width: 170px;
  }
  .categorypath-devices .accordion-container\=1 .sub-category span {
    padding: 8px 10px;
    font-size: 13px;
  }
  .categorypath-devices .child_cat_list .child_flex {
    grid-gap: 0px;
  }
  .ready-head {
    padding-top: 0;
  }
}
@media (max-width: 520px) {
  .cms-home #banner-slider-carousel {
    min-height: 138px;
  }
  .cms-home .loader {
    min-height: 138px;
  }
  .brill-section .col-sm-12 {
    width: 100%;
  }
  .deals-top-wrapper .daily-deals {
    display: block;
  }
  .deals-top-wrapper .daily-deals .deals-main {
    min-width: 100%;
  }
  .deals-top-wrapper.daily-deals-wrapper .block-content.daily-deals .product-items.widget-product-grid {
    padding-left: 0;
    padding-top: 13px;
  }
  .deals-top-wrapper.daily-deals-wrapper .block-content.daily-deals .product-items.widget-product-grid .product-item {
    flex: 48%;
    min-width: 48%;
    margin: 0;
  }
  ol.products.list.items.product-items .badge {
    right: 17px;
    width: 51px;
    top: 15px;
  }
}
@media (max-width: 500px) {
  .catalog-category-view .page-products.page-layout-1column .products-grid .product-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .catalog-category-view .product-image-container {
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
  }
  .catalog-category-view ol.products.list.items.product-items .product-image-photo {
    height: 202px !important;
    width: 100% !important;
  }
  .catalog-category-view .product.photo.product-item-photo {
    display: inline-block;
    width: 100%;
  }
  .catalog-category-view .product-item .tocart.primary {
    padding: 6px 9px 6px 28px;
    background-position: 9px 9px !important;
    margin-top: 5px !important;
    background-size: 11px !important;
    font-size: 12px;
  }
  .catalog-category-view ol.products li .actions.product-item-actions.sold_out .action.tocart.primary.notify {
    min-width: 103px;
    padding: 6px 9px 6px 9px !important;
  }
  ol.products.list.items.product-items .badge {
    right: 17px;
    width: 60px;
    top: 15px;
  }
  h1.page-title span.base {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  html body ul.order-links li.item a,
  html body ul.order-links li.item strong {
    font-size: 14px;
    padding: 9px 6px;
  }
  .cms-home #banner-slider-carousel {
    min-height: 106px;
  }
  .cms-home .loader {
    min-height: 106px;
  }
  .cms-broken-screens .tab-section-info .w3-bar.w3-black button {
    padding: 1rem 1rem;
  }
  .checkout-index-index .minicart-items .product-item-name {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  strong.product-item-name {
    height: 76px;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 72%;
  }
  .actions-secondary {
    left: 72%;
  }
  .widget.block.block-static-block .pp-product::before {
    width: 460px;
    height: 473px;
  }
  .categorypath-devices .accordion-container\=1 .sub-category span {
    padding: 7px 9px;
    font-size: 12px;
  }
  body.page-with-filter.page-products.categorypath-devices h1.page-title span.base {
    font-size: 25px !important;
  }
  .tab-section-info .lcdbuyback-acc button {
    font-size: 13px;
    padding: 5px 6px;
  }
}
@media (max-width: 375px) {
  .cms-home #banner-slider-carousel,
  .cms-home .loader {
    min-height: 100px;
  }
  .catalogsearch-result-index ol.products.list.items.product-items .product-image-photo {
    height: 100% !important;
    top: 0 !important;
  }
  .catalogsearch-result-index .products-grid .products.list.items.product-items .product-image-wrapper {
    padding-bottom: 111% !important;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 74%;
  }
}
@media (max-width: 350px) {
  .cms-home #banner-slider-carousel {
    min-height: 93px;
  }
  .cms-home .loader {
    min-height: 93px;
  }
  .div-ship-lable a:not(:first-child) {
    margin-left: 0;
  }
  .top-innerimg .div-ship-lable a {
    font-size: 12px;
    padding: 7px 15px;
    display: block;
    margin: 7px auto 0 auto;
  }
  .block-content.mp-product-slider-content .actions-secondary {
    left: 76%;
  }
  .actions-secondary {
    left: 76%;
  }
  .product.description p {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .daily-deals-wrapper .product-item .price-box .price {
    margin-bottom: 20px;
  }
  .card-pay-wrap.d-flex img {
    height: 15px;
  }
  .ad-text ul li {
    font-size: 13px;
  }
  .daily-deals-wrapper .products-grid.grid .widget-product-grid li.product-item .product-item-inner .product-item-actions .label {
    font-size: 12px !important;
  }
}
@media (max-width: 320px) {
  .block-content.mp-product-slider-content .actions-secondary {
    left: 79%;
  }
  .actions-secondary {
    left: 79%;
  }
}
@media (max-width: 300px) {
  ol.products.list.items.product-items .badge {
    right: 17px;
    width: 52px;
    top: 15px;
  }
}
@media (min-width: 821px) {
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom {
    display: flex;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 {
    max-width: 273px;
    width: 100%;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1::after,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1::after {
    display: none;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .stick-cat,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .stick-cat {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 100px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .stick-cat .cat-title,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .stick-cat .cat-title {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: normal;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .stick-cat .cat-title::after,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .stick-cat .cat-title::after {
    content: "";
    width: 45px;
    height: 4px;
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category {
    margin-bottom: 12px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span {
    display: block;
    background: #f5f5f5;
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    border-radius: 8px;
    padding-left: 10px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span img,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span img {
    padding-right: 10px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span:hover,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span:hover {
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
    color: var(--bs-white);
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span:hover img,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span:hover img {
    padding-right: 10px;
    filter: invert(1);
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span.active,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span.active {
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
    color: var(--bs-white);
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span.active img,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .sub-category span.active img {
    padding-right: 10px;
    filter: invert(1);
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .child_cat_list,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .child_cat_list {
    width: 100%;
    padding-top: 0px !important;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .child_cat_list .loader_img,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .child_cat_list .loader_img {
    width: 100%;
    height: 100%;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .child_cat_list .loader_img img,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .child_cat_list .loader_img img {
    margin-top: 100px;
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .child_cat_list .child-category,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .child_cat_list .child-category {
    border: 1px solid #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  }
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .child_cat_list .child-category:hover,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .child_cat_list .child-category:hover {
    border: 1px solid var(--Gradient, #008fbf);
  }
  .categorypath-devices .page-main .devicebanner-devices,
  .categorypath-devices .page-main .categorypath-devices {
    display: flex;
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 {
    display: flex;
    flex-direction: column;
    max-width: 273px;
    width: 100%;
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1::after,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1::after {
    display: none;
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .stick-cat,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 .stick-cat {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 100px;
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .stick-cat .cat-title,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 .stick-cat .cat-title {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: normal;
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .stick-cat .cat-title::after,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 .stick-cat .cat-title::after {
    content: "";
    width: 45px;
    height: 4px;
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .sub-category,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 .sub-category {
    margin-bottom: 12px;
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .sub-category span,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 .sub-category span {
    display: block;
    background: #f5f5f5;
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    border-radius: 8px;
    padding-left: 10px;
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .sub-category span img,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 .sub-category span img {
    padding-right: 10px;
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .sub-category span:hover,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 .sub-category span:hover {
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
    color: var(--bs-white);
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .sub-category span:hover img,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 .sub-category span:hover img {
    padding-right: 10px;
    filter: invert(1);
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .sub-category span.active,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 .sub-category span.active {
    background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
    color: var(--bs-white);
    padding-left: 10px;
  }
  .categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .sub-category span.active img,
  .categorypath-devices .page-main .categorypath-devices .accordion-container\=1 .sub-category span.active img {
    padding-right: 10px;
    filter: invert(1);
  }
  .categorypath-devices .page-main .devicebanner-devices .device-tab-container,
  .categorypath-devices .page-main .categorypath-devices .device-tab-container {
    width: 100%;
  }
  .categorypath-devices .page-main .devicebanner-devices .device-tab-container .loader_img,
  .categorypath-devices .page-main .categorypath-devices .device-tab-container .loader_img {
    width: 100%;
    height: 100%;
  }
  .categorypath-devices .page-main .devicebanner-devices .device-tab-container .loader_img img,
  .categorypath-devices .page-main .categorypath-devices .device-tab-container .loader_img img {
    margin-top: 100px;
  }
  .categorypath-devices .page-main .devicebanner-devices .device-tab-container .child-category,
  .categorypath-devices .page-main .categorypath-devices .device-tab-container .child-category {
    border: 1px solid #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  }
  .categorypath-devices .page-main .devicebanner-devices .device-tab-container .child-category:hover,
  .categorypath-devices .page-main .categorypath-devices .device-tab-container .child-category:hover {
    border: 1px solid var(--Gradient, #008fbf);
  }
  .categorypath-devices .page-main .devicebanner-devices .device-tab-container .child-category.disable-hover:hover,
  .categorypath-devices .page-main .categorypath-devices .device-tab-container .child-category.disable-hover:hover {
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 991px) and (min-width: 821px) {
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .stick-cat,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .stick-cat {
    top: 160px;
  }
  body.page-with-filter.page-products.categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .stick-cat {
    top: 160px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-s-series .categorypath-devices.child-custom .accordion-container\=1 .stick-cat,
  body.page-with-filter.page-products.categorypath-devices-samsung-samsung-a-series .categorypath-devices.child-custom .accordion-container\=1 .stick-cat {
    top: 200px;
  }
  body.page-with-filter.page-products.categorypath-devices .page-main .devicebanner-devices .accordion-container\=1 .stick-cat {
    top: 200px;
  }
}
@media (min-width: 769px) {
  .my-account-toggle {
    display: none;
  }
  .account .sidebar-main #accordion .plus:after {
    color: #fff;
  }
}
@media (max-width: 768px) {
  /*Account*/
  .account .page-main {
    margin: 0;
    padding-top: 0;
  }
  .account .sidebar-main #accordion .plus:after {
    color: #fff;
  }
  .columns .sidebar-main {
    order: 0;
  }
  .close-sidebar,
  .open-sidebar {
    display: block;
  }
  .my-account-toggle {
    background: linear-gradient(0deg, #008fbf -45.38%, #00a9e1 106.11%);
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    margin: 0 0 9px;
    cursor: pointer;
  }
  .account .sidebar.sidebar-main .customer-leftmenu {
    display: none;
  }
  .account .sidebar.sidebar-main .customer-leftmenu.customer-leftmenu-open {
    display: block;
  }
  .account .sidebar.sidebar-main {
    margin-bottom: 0;
    margin: 15px 0;
  }
  .my-account-toggle .icon-next {
    margin: 0 8px;
  }
  .account .sidebar-main #accordion ul li a {
    padding: 7px 14px;
  }
  .lcdbuyback-lcd-report .page-title-wrapper .actions-toolbar .primary,
  .lcdbuyback-lcd-report .page-title-wrapper .actions-toolbar {
    float: none !important;
  }
  .lcdbuyback-lcd-report.account .page-title-wrapper .actions-toolbar {
    width: 180px;
  }
}
@media (max-width: 767px) {
  /*Account*/
  .account.page-layout-2columns-left .column.main h1.page-title {
    border: 0;
    padding-bottom: 0;
  }
  .account h1.page-title span.base {
    font-size: 26px;
    line-height: 26px;
  }
  .account .field.choice input[type="checkbox"]:checked + label::after {
    top: 4px;
  }
  .account .field.choice input[type="checkbox"] + label::before {
    margin-top: -2px;
  }
  .account .column.main .block-order-details-view .block-content {
    margin-left: -15px;
  }
  .account-activity .col-md-3.col-sm-12 {
    width: 100%;
    margin: 0 0 10px;
  }
  .customer-address-index.account.page-layout-2columns-left .column.main .block-content {
    margin-left: 0;
  }
  .customer-address-index.account.page-layout-2columns-left .column.main .block-content .box {
    margin-left: 0;
  }
  .customer-account-edit .info .field.choice {
    margin-top: 0;
  }
  .customer-address-index .box-actions {
    margin: 15px 0 -20px 0;
  }
  /*Shipping*/
  .cms-shipping-policy .container {
    padding: 0;
  }
  .cms-shipping-policy .page-main li {
    font-size: 14px;
    line-height: 19px;
  }
  .shipping-data-content ul li:last-child small {
    line-height: 15px;
    display: block;
  }
  /*End*/
  .lcd-view .order_tbody.pro-item-tbl {
    overflow-x: auto;
  }
  .lcd-view .order_tbody.pro-item-tbl table {
    width: 980px;
    white-space: nowrap;
  }
  .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul.sub-menu .sub-menu .new-tag {
    margin-top: 0px;
  }
}
.no-hover:hover > ul.dropdown-menu {
  opacity: 0 !important;
  visibility: hidden !important;
}
/*@media (max-width: 1199px) {
  .menu-temp-glass {
    .mega-menu-content {
      .col-md-12.sub-category-container {
        .sub-menu-category {
          &:not(.has-children) {
            padding-bottom: 0;
          }
        }
      }

      .col-md-12 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        position: relative;
        a.category-toggle {
          font-size: 15px !important;
          padding: 10px 4px !important;
          &:after {
            width: 22px;
            height: 32px;
            position: absolute;
            top: 9px;
            right: 30px;
            color: #46141b;
            transform: rotate(-90deg);
          }
        }
      }
      .new-tagTempered.glass {
        margin-top: 13px;
        margin-left: 137px;
        font-size: 10px;
        padding: 2px;
      }
      .new-tagAccessories {
        margin-top: 13px;
        margin-left: 137px;
        font-size: 10px;
        padding: 2px;
      }
      .sub-category-toggle {
        padding: 3px 5px;
      }
      .price-dropCases {
        max-width: 74px;
        margin-top: 13px;
        margin-left: 56px;
      }
      #subcategory-apple-tempered-glass {
        .sub-menu-category {
          li {
            ul {
              max-height: max-content;
              overflow: unset;
              margin-right: 0;
            }
          }
        }
      }
    }
    .sub-category-container {
      .sub-menu-category {
        li {
          a {
            border: 0;
          }
          width: 100%;
        }
        position: relative !important;
        left: 0 !important;
        width: 100%;
        top: 0 !important;
      }
    }
  }

  .other-menu {
    .dropdown-menu {
      .sub-menu {
        ul.level2 {
          position: relative !important;
          left: 0 !important;
          width: 100% !important;
          padding: 0;
        }
        .level11 {
          width: 100%;
          padding-left: 0;
        }
        .level2 {
          > li {
            width: 100%;
            float: none !important;
          }
        }
      }
      min-height: auto;
      overflow: auto;
      .level11 {
        > a {
          &:after {
            width: 22px;
            height: 32px;
            position: absolute;
            top: 9px;
            right: 5px;
            color: #46141b;
            transform: rotate(-90deg);
            content: "\f107";
            font-size: 16px;
            display: inline-block;
            font-family: FontAwesome;
            padding: 0px 7px;
            margin: 0 0 0;
          }
          position: relative;
        }
      }
    }
    .toggle-other {
      display: none !important;
    }
  }
  .menu-temp-glass {
    .dropdown-menu {
      min-height: auto;
      overflow: auto;
    }
  }
}*/
@media (max-width: 1024px) {
  .form-date-select .d-flex {
    flex-wrap: wrap;
  }
  .form-date-select .d-flex .col-4:last-child {
    flex: 100%;
    width: 100%;
  }
  .form-date-select .form-submit {
    height: 40px;
    margin: 10px 0 0;
  }
  /*lcd*/
  .buyback-container.buyback-container-price .smin {
    padding-left: 0;
    padding-right: 0;
  }
  .grade-box {
    padding: 13px 13px 0;
  }
  .grade-box .screen-img img {
    height: 195px;
    width: 92%;
  }
  /*lcd end*/
}
@media (max-width: 767px) {
  /*lcd*/
  .grade-blurb-wrapper .row .col-md-4 {
    margin-bottom: 25px;
  }
  .grade-box .screen-img img {
    height: auto;
  }
  /*lcd end*/
  .customer-account-login .columns .block.block-customer-login {
    width: 100%;
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix {
    min-height: 600px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix .form-container-ifix {
    width: 100%;
    padding-top: 15px;
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix .form-container-ifix.sign-in .form {
    justify-content: flex-start;
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix .form-container-ifix.sign-up {
    transform: translateX(-100%);
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix .form-container-ifix h1 {
    font-size: 30px;
    text-align: center;
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix .form-container-ifix .field.note {
    text-align: center !important;
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix .toggle-container-ifix {
    height: 150px;
    width: 100%;
    left: 0;
    bottom: 0;
    top: initial;
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix .toggle-container-ifix .toggle .toggle-panel {
    padding: 0 15px;
    background: #e7f5ff;
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix .toggle-container-ifix .toggle .toggle-panel::after {
    display: none;
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix .toggle-container-ifix .toggle .toggle-panel p {
    margin: 0;
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix.active {
    min-height: 850px;
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix.active .sign-up {
    transform: translateX(0%);
  }
  .customer-account-login .columns .block.block-customer-login .container-ifix.active .toggle-container-ifix {
    left: 100%;
  }
  .customer-account-login .aw-ca-creat-wrapper {
    display: none !important;
  }
  /*Lcd changes*/
  .buyback-index-index .page-main table tr th:first-child {
    padding: 5px;
  }
  .buyback-index-index .page-main table tr:first-child th {
    padding: 5px;
    font-size: 13px;
    white-space: nowrap;
  }
  .buyback-index-index .page-main table tr:first-child th.extra {
    padding: 0;
  }
  .buyback-index-index .page-main table tr td {
    padding-left: 5px;
    padding: 5px;
    font-size: 13px !important;
  }
  .buyback-index-index .page-main table tr td.extra-value {
    padding: 0;
  }
  .buyback-container {
    padding: 0;
  }
  .menu-temp-glass .mega-menu-content .col-md-12 {
    margin-bottom: 10px;
  }
  .menu-temp-glass .mega-menu-content .col-md-12 a.category-toggle:after {
    right: 5px;
  }
  .form-date-select .d-flex .col-4 {
    flex: 100%;
    width: 100%;
  }
  .customer-account-login .login-container .block-customer-login .container-ifix .sign-up .information-tab-wrapper .tab .tablinks {
    padding-right: 20px;
  }
  .customer-account-login .login-container .block-customer-login .container-ifix .sign-up .information-tab-wrapper .tab .tablinks:before {
    left: -46px;
    width: 45px;
  }
  .customer-account-login .login-container .block-customer-login .container-ifix input,
  .customer-account-login .login-container .block-customer-login .container-ifix select,
  .customer-account-login .login-container .block-customer-login .container-ifix input {
    height: 45px;
  }
  .customer-account-login .login-container .block-customer-login .container-ifix .sign-up .information-tab-wrapper form .tabcontent .fieldset.company.info.ad {
    display: block;
  }
}
@media (min-width: 767px) {
  .other-menu .dropdown-menu .sub-menu .level2 > li {
    width: 24%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .block-title-ship.desktop-only {
    display: none;
  }
}
@media (min-width: 1200px) {
  .timerwrap {
    transform: translateX(0);
  }
  .timerwrap:hover {
    transform: translateX(-161px);
  }
  .fade-timer {
    transform: translateX(168px);
  }
}
