/* input(173,35): run-time error CSS1046: Expect comma, found '138'
input(173,43): run-time error CSS1046: Expect comma, found '/'
input(208,35): run-time error CSS1046: Expect comma, found '138'
input(208,43): run-time error CSS1046: Expect comma, found '/'
input(325,35): run-time error CSS1046: Expect comma, found '138'
input(325,43): run-time error CSS1046: Expect comma, found '/' */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
a {
    color: #000;
    text-decoration: none;
}
.admin-header-links a {
  color: #fff;
}
/*Header css start*/
.brands-title {
    width: 280px;
    background: #000;
    position: relative;
    text-align: left;
    padding: 12px 0 12px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.brands-title:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #000;
}
.brands-slider {
    width: 80%;
    margin-right: 50px;
}
.top-brands {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: #D9D9D9 solid 1px;
}
.brands-slider button.slick-next{
    background: url(../images/right-arrow-black.svg) no-repeat center center;
}
.brands-slider button.slick-prev {
  background: url(../images/left-arrow-black.svg) no-repeat center center;
}
.new-arrivals-slider button.slick-next {
  background: url(../images/right-arrow-white.svg) no-repeat center center;
  background-size: 40px;
  right: -10px;
}
.new-arrivals-slider button.slick-prev {
  background: url(../images/left-arrow-white.svg) no-repeat center center;
  background-size:40px;
  left:-10px;
}
.slick-prev:before, .slick-next:before {
    font-size: 0;
}
.brands-slider .slick-slide img {
    max-width: 100%;
    max-height: 40px;
    margin: 0px 10px;
}

.header-top {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 120px;
    align-items: center;
}
.header-top .nav-left, .header-top .nav-right {
    height: 120px;
}
/* .header-top .nav-left{
    width: 20%;
}
.header-top .nav-right{
    width: 30%;
}
.header-top .nav-fill{
    width: 50%;
} */
nav.navbar.navbar-expand-lg.navbar-light.bg-dark {
    padding-left: 30px;
    padding-right: 30px;
}
.header-top .nav-left, .header-top .nav-right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    align-items: center;
}
.header-top .nav-fill {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 70px;
}
.header-top .logo {
    margin-left: 38px;
}
.nav-location a {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-left: 15px;
    justify-content: space-between;
    text-decoration: none;
}
.location-icon {
    width: 25px;
    filter: brightness(0) invert(1);
    display: inline-block;
    vertical-align: top;
}
.select-address {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
    line-height: normal;
    font-weight: 700;
}
.select-address span {
    display: block;
    font-size: 14px;
    color: #bbb;
    font-weight: normal;
}
.language-col .btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 0.75rem 1rem 0.75rem 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.language-col .btn-secondary:hover, .language-col .btn-secondary:focus {
    border-color: #fff;
    box-shadow:0 0 0 0rem rgb(130 138 145 / 50%)
}
.checkout-page ol {
  padding-left: 0px;
}
td.product-picture {
  min-width: 120px;
}
.header-links .show .dropdown-menu {
  display: block;
} 
li.nav-item.dropdown.show .dropdown-menu{
    display: block;
}
.sign-in-col button{
    font-size: 16px;
    color: #000;
}
.sign-in-col button span{
    font-size: 14px;
    color: #000;
    display: block;
    font-weight: normal;
}
.sign-in-col .btn-secondary {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    padding: 0rem 0.75rem 0rem 0.75rem;
    text-align: left;
    line-height: normal;
    font-weight: 700;
}
.sign-in-col .btn-secondary:hover, .sign-in-col .btn-secondary:focus {
    border-color: transparent;
    box-shadow:0 0 0 0rem rgb(130 138 145 / 50%) !important;
}
.header-top .btn-secondary:not(:disabled):not(.disabled):active, 
.header-top .btn-secondary:not(:disabled):not(.disabled).active, 
.header-top .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color:transparent;
    border-color: transparent;
}
.return-order {
    font-size: 16px;
    color: #000;
    line-height: normal;
    margin: 0 15px;
}   
.return-order a{
    color: #000;
    line-height: normal;
    text-decoration: none;
    border: transparent solid 1px;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-weight: bold;
}
.return-order a:hover, .return-order a:focus{
    border: #fff solid 1px;
}
.return-order span{
    font-size: 14px;
    color: #bbb;
    display: block;
    font-weight: normal;
}
.cart-col-header a {
    display: flex;
    align-items: center;
    color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-decoration: none;
}
.cart-icon{
    width: 32px;
    position: relative;
}
  .cart-icon .cart-qty {
    position: absolute;
    left: 0;
    right: -30px;
    top: -10px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    background: #000C66;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
.header-phone {
    display: flex;
    align-items: center;
    color: #112857;
    font-size: 18px;
    font-weight: 600;
}
.header-phone a{
    color: #000;
    text-decoration: none;
}
.header-phone img {
    margin-right: 10px;
    margin-left: 0px;
}
.sign-in-col .btn-secondary img {
    float: left;
    margin-right: 10px;
}
.sign-in-col {
   /* width: 170px;*/
    margin-left: 10px;
    margin-right: 10px;
}
.brands-slider {
  max-height: 50px;
  }
  .brands-slider .slick-list.draggable {
    overflow: hidden;
  }
.header-links ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.header-links ul li ul.dropdown-menu {
  white-space: normal;
}
.header-links .dropdown {
  width: 170px;
  text-align: left;
}
  .header-links .dropdown .btn {
    width: 100%;
  }
.sign-in-col button span {
   line-height: normal;
}
.cart-col-header .btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.cart-col-header .btn-secondary:hover, .cart-col-header .btn-secondary:focus {
    border-color: #fff;
    box-shadow:0 0 0 0rem rgb(130 138 145 / 50%)
}
.cart-icon img {
     max-width: 32px;
}
.cart-col-header  .dropdown-menu {
    right: 0;
    left: auto;
}
.cart-col-header .cart-label {
    font-weight: bold;
    margin-left: 5px;
}
.widget-26 {
  color: #3c4142;
  font-weight: 400;
}

.widget-26 tr:first-child td {
  border: 0;
}

.widget-26 .widget-26-job-emp-img img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.widget-26 .widget-26-job-title {
  min-width: 200px;
}

.widget-26 .widget-26-job-title a {
  font-weight: 400;
  font-size: 0.875rem;
  color: #3c4142;
  line-height: 1.5;
}

.widget-26 .widget-26-job-title a:hover {
  color: #68CBD7;
  text-decoration: none;
}

.widget-26 .widget-26-job-title .employer-name {
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  color: #3c4142;
  font-size: 0.8125rem;
  color: #3c4142;
}

.widget-26 .widget-26-job-title .employer-name:hover {
  color: #68CBD7;
  text-decoration: none;
}

.widget-26 .widget-26-job-title .time {
  font-size: 12px;
  font-weight: 400;
}

.widget-26 .widget-26-job-info {
  min-width: 100px;
  font-weight: 400;
}

.widget-26 .widget-26-job-info p {
  line-height: 1.5;
  color: #3c4142;
  font-size: 0.8125rem;
}

.widget-26 .widget-26-job-info .location {
  color: #3c4142;
}

.widget-26 .widget-26-job-salary {
  min-width: 70px;
  font-weight: 400;
  color: #3c4142;
  font-size: 0.8125rem;
}

.widget-26 .widget-26-job-category {
  padding: .5rem;
  display: inline-flex;
  white-space: nowrap;
  border-radius: 15px;
}

.widget-26 .widget-26-job-category .indicator {
  width: 13px;
  height: 13px;
  margin-right: .5rem;
  float: left;
  border-radius: 50%;
}

.widget-26 .widget-26-job-category span {
  font-size: 0.8125rem;
  color: #3c4142;
  font-weight: 600;
}

.widget-26 .widget-26-job-starred svg {
  width: 20px;
  height: 20px;
  color: #fd8b2c;
}

.widget-26 .widget-26-job-starred svg.starred {
  fill: #fd8b2c;
}
.bg-soft-base {
  background-color: #e1f5f7;
}
.bg-soft-warning {
    background-color: #fff4e1;
}
.bg-soft-success {
    background-color: #d1f6f2;
}
.bg-soft-danger {
    background-color: #fedce0;
}
.bg-soft-info {
    background-color: #d7efff;
}
.static-links {
    margin-left: 40px;
}
.static-links ul {
    margin: 0;
    padding: 0;
    line-height: 10px;
    white-space:nowrap;
}
  .static-links ul li {
    display: inline-block;
    margin: 0 0px;
    border-right: #000 solid 1px;
    padding: 0 5px 0 5px;
    float: left;
    line-height: 11px;
    vertical-align: top;
    height: 15px;
  }
.static-links ul li:last-child{
    border-right:0px;
}
.static-links ul li a{
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.search-form {
    width: 100%;
    margin: 0px auto;
    height: 40px;
    background: #fff;
    position: relative;
}
  .search-form input {
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 0.2rem 1rem 0.2rem 1rem;
    height: 40px;
    font-size: 1rem;
    border: #D9D9D9 solid 1px;
    border-radius: 4px;
  }

.search-form select {
    background: #f3f3f3;
    border: 0;
    padding: 0rem 1rem 0.2rem 1rem;
    font-size: 1rem;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 40px;
    margin: -1px 0 0 -2px;
}

.search-form select:focus {
  border: 0;
}

.search-form button {
    width: 50px;
    font-size: 1rem;
    background: #000;
    position: absolute;
    height: 40px;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin: 0;
    right: 0;
    top: 0;
    z-index:1;
}
.search-form button svg {
  width: 24px;
  height: 24px;
}

.search-body .search-filters .filter-list {
  margin-bottom: 1.3rem;
}

.search-body .search-filters .filter-list .title {
  color: #3c4142;
  margin-bottom: 1rem;
}

.search-body .search-filters .filter-list .filter-text {
  color: #727686;
}

.search-body .search-result .result-header {
  margin-bottom: 2rem;
}

.search-body .search-result .result-header .records {
  color: #3c4142;
}

.search-body .search-result .result-header .result-actions {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-body .search-result .result-header .result-actions .result-sorting {
  display: flex;
  align-items: center;
}

.search-body .search-result .result-header .result-actions .result-sorting span {
  flex-shrink: 0;
  font-size: 0.8125rem;
}

.search-body .search-result .result-header .result-actions .result-sorting select {
  color: #68CBD7;
}

.search-body .search-result .result-header .result-actions .result-sorting select option {
  color: #3c4142;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .search-body .search-filters {
    display: flex;
  }
  .search-body .search-filters .filter-list {
    margin-right: 1rem;
  }
}

.card-margin {
    margin-bottom: 1.875rem;
}

@media (min-width: 992px){
.col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
}

.card-margin {
    margin-bottom: 1.875rem;
}
.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}
.bg-dark{
    background-color: #000 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  border: transparent solid 1px;
  border-radius: 0px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav .active .nav-link {
    color: #fff;
}
.navbar-nav .dropdown .dropdown-toggle:after {
    background: url(../images/menu-arrow.svg) no-repeat right center;
    width: 14px;
    height: 15px;
    border: none;
    background-size: 14px;
    margin-top: 5px;
    vertical-align: top;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color:#fff;
}
.show .dropdown-menu {
    display: block;
}
.navbar-nav .dropdown-menu li:not(.list-group) > a {
    color: #112857;
    background-color: #ffffff;
}
.p-0 {
    padding: 0 !important;
}
.fs-13 {
    font-size: 13px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.navbar .dropdown-menu li>a {
    display: block;
    padding: 5px 0px 5px 0px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-menu ul{
    padding-left: 0px;
}
.dropdown-menu .embed-responsive img {
    margin: 0 auto;
}
.dropdown-menu .embed-responsive {
    border: #f2f2f2 solid 0px;
}
li.nav-item.dropdown.show a.nav-link.dropdown-toggle {
    position: relative;
    color: #fff !important;
}

li.nav-item.dropdown.show a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #112857 transparent transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
}
@media (min-width: 992px) {
    li.nav-item.dropdown.show{
        position: static;
    }

    li.nav-item.dropdown.show .dropdown-menu {
        display: block;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 100%;
        padding: 20px 40px;
    }  
}

/*Header css End*/


/* Middle section css*/
.home-cat-section {
  background: #F5F5F5;
  padding: 40px 40px;
  margin-bottom: 0px;
}
.cat-col {
    background: #fff;
    border-top-left-radius: 30px;
    position: relative;
    overflow:hidden;
}
  .cat-col img {
    /* object-fit: fill; */
    max-width: 100%;
    max-height: 410px;
    min-height: 410px;
    margin: 0 auto;
  }
.cat-curve {
    background: url(../images/cat-curve.svg) no-repeat right bottom;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.offer-col-cat {
  width: 100px;
  font-size: 26px;
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
.home-cat-title {
 font-weight: 700;
  position: absolute;
  color: #4A4A4A;
  max-width: 100%;
  line-height: normal;
  left: 30px;
  top: 20px;
  z-index: 2;
}
  .home-cat-title a {
    color: #4A4A4A;
    font-size: 26px;
    font-weight: 700;
  }
  .cat-col .btn-primary {
    background: #000;
    border-color: #000;
    border-radius: 100px;
    font-weight: 700;
    padding: 6px 20px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 2;
  }
.today-deals{
    background: #fff;
    padding: 50px 40px;
}
.today-deals h2{
    font-weight: 700;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.deals-slider img {
  margin: 0 auto;
  max-height: 210px;
  min-height: 210px;
  margin-bottom: 20px;
}
.today-deals button.slick-next{
    background: url(../images/right-arrow-black.svg) no-repeat center center;
    background-size: 40px;
}
.today-deals button.slick-prev{
    background: url(../images/left-arrow-black.svg) no-repeat center center;
    background-size: 40px;
}
.middle .slick-prev, .middle .slick-next{
    width: 40px;
    height: 40px;
    z-index: 999;
}
.middle .slick-initialized .slick-slide {
    display: block;
    border: #D9D9D9 solid 1px;
    margin: 0 20px;
    border-radius: 10px;
    text-align: center;
}
.middle .slick-slide img {
    display: block;
    margin: 0 auto;
}
.deals-slider-text {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.today-deals .upto-text {
  background: #000C66;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
}
.today-deals .deal-text {
    color: #112857;
    margin-left: 10px;
    font-size: 16px;
}
.unbeatable-deals {
    background: #000;
    text-align: center;
    padding: 0px 0px;
    position: relative;
}
.unbeatable-deals img{
    opacity: 0.3;
}
.unbeatable-deals-content {
    position: absolute;
    z-index: 9;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
  .unbeatable-deals-content h2 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
  }
.unbeatable-deals-content h3 {
  font-size: 22px;
  color: #fff;
  text-transform:uppercase;
}
.unbeatable-deals-content .btn-primary {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 100px;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  text-decoration:none;
}
.home-page .topic-block {
  margin: 0 0 0px;
}
.unbeatable-deals p{
    margin:0px;
    padding:0px
}
.new-arrivals-section {
  background: #112857;
  padding: 50px 25px;
  width: 100%;
}
.new-arrivals-section h2{
    color:#fff;
    font-weight:bold;
    font-size:32px;
    margin-bottom:0px;
    text-transform:uppercase;
}
.new-arrivals-slider .item-box {
  padding: 0 25px;
  margin: 0 !important;
}
.new-arrivals-section .heading-col {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px 20px 26px;
}
.new-arrivals-section .heading-col .btn {
  background: #fff;
  color: #000;
  border-radius: 100px;
  padding: 5px 20px;
  text-transform: uppercase;
}
.new-arrivals-slider .item-box .product-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.new-arrivals-section .offer-img {
  position: absolute;
  z-index: 9;
  top: -6px;
  left: 0;
  width: 100%;
  padding: 0 25px;
}
.new-arrivals-section .offer-img p {
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0 auto;
  right: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.new-arrivals-section .buttons, .new-arrivals-section .add-info, .new-arrivals-section .item-box .product-rating-box {
  display: none;
}
.new-arrivals-section .item-box .product-title a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #112857 !important;
  text-align: center;
}
.new-arrivals-section .item-box .details {
  padding: 0 20px;
  min-height: 80px;
}
.need-help-section {
  background: #F5F5F5;
  width: 100%;
  padding: 50px 20px;
  text-align: center;
}
  .need-help-section p {
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    min-height: 55px;
  }
  .need-help-section a{
      text-decoration:none;
  }
  .need-help-section h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
  }
.need-help-section h3 {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.help-box {
  background: #fff;
  border-top: #112857 solid 10px;
  text-align: center;
  padding-bottom: 30px;
}
.help-box-two img, .help-box img {
  margin: 30px auto 20px auto;
}
.help-box-two {
  background: #fff;
  border-top: #000 solid 10px;
  text-align: center;
  padding-bottom: 30px;
}
.need-help-section a {
  color: #112857;
  font-weight: 600;
}
.footer-block .title h3 {
  color:#fff;
  font-size:24px;
  font-weight:bold;
}
.footer-block .title {
  border-bottom: 1px solid #fff;
}
.footer-block {
    min-height: 230px;
}
  .footer-block.last-col {
    min-height: 10px;
  }
.follow-us-col .list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.footer-logos {
  background:#fff;
  padding:10px 20px;
}
.footer-logos ul {
  margin: 0;
  padding: 0;
}
.footer-logos ul li {
  display: inline-block;
  margin: 0 30px;
  vertical-align: top;
}
.footer-logos ul li img {
  max-height: 55px;
}
.payment-method-logo {
  background: #fff;
  max-width: 320px;
  padding: 10px 20px;
  border-radius: 6px;
  float: right;
}
.disclaimer-text {
  color: #fff;
  float: left;
  font-size: 16px;
  margin-top: 10px;
}
.footer-upper {
  padding: 35px 0px;
}
.deals-slider .slick-slide {
  padding: 0px 10px;
}
.deals-slider .slick-slide > div {
  border: #D9D9D9 solid 1px;
  border-radius: 10px;
  overflow: hidden;
}
.footer-block .title h3 {
  margin-bottom: 15px;
}
.html-home-page .center-1 {
  margin: 0 0 0px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px){
  .cat-col img {
    max-height: 350px;
    min-height: 350px;
  }
  .static-links {
    margin-left: 10px;
  }
  .header-top .logo {
    max-width: 160px;
  }
  .header-phone {
    font-size: 16px;
  }
  .sign-in-col .btn-secondary {
    font-size: 14px;
 }
  #topcartlink {
    padding: 0 30px 0 0px;
  }
  .header-links .dropdown {
    width: 150px;
   }
  .header-top .nav-fill {
    margin: 0 30px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-dark {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }
  .navbar-nav .dropdown .dropdown-toggle:after {
    background-size: 14px;
    margin-top: 3px;
    margin-left: 0;
  }
  button.menu-mobile-toggle .all-link {
    top: 6px;
    left: 0px;
    width: 60px;
    font-size: 13px;
  }
  .offer-col-cat {
    width: 90px;
    font-size: 22px;
    line-height: normal;
  }
  .home-cat-title a {
    font-size: 20px;
  }
  .today-deals h2 {
    font-size: 32px;
   }
 .today-deals .upto-text {
    padding: 4px 10px;
    font-size: 14px;
  }
  .today-deals .deal-text {
    margin-left: 10px;
    font-size: 14px;
  }
  .unbeatable-deals-content h2 {
    font-size: 36px;
  }
  .unbeatable-deals-content h3 {
    font-size: 22px;
  }
  .new-arrivals-section h2 {
    font-size: 32px;
    margin-bottom: 0px;
  }
  .new-arrivals-section .offer-img p {
    top: 5px;
    font-size: 12px;
   }
  .new-arrivals-section .offer-img {
    top: -2px;
    padding: 0 15px;
  }
  .new-arrivals-section .heading-col .btn {
    padding: 4px 20px;
    font-size: 16px;
  }
  .new-arrivals-slider .item-box {
    padding: 0 15px;
  }
  .new-arrivals-section .item-box .product-title a {
    font-size: 16px;
  }
  .new-arrivals-section .item-box .details {
    padding: 0 10px;
    min-height: 60px;
  }
  .new-arrivals-section .heading-col {
    padding: 0 10px 20px 15px;
  }
  .need-help-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .need-help-section h3 {
    font-size: 24px;
   }
  .help-box-two {
    min-height: 340px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .help-box {
    min-height: 340px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-logos ul li {
    margin: 0 10px;
   }
  .footer-block .title h3 {
    font-size: 22px;
  }
  .html-home-page .center-1 {
    margin: 0 0 0px;
  }
  .deals-slider .slick-slide img {
    max-width: 190px;
    max-height: 180px;
    margin: 0 auto;
  }
  .brands-title {
    width: 18%;
    }
  .brands-slider {
    width: 80%;
    margin-right: 0px;
  }
  .new-arrivals-section .product-grid {
    margin: 0 0 0px;
  }
}
@media (min-width: 1401px) and (max-width: 1800px) {
  .cat-col img {
    min-height: 350px;
    max-height: 350px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-dark {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }
  button.menu-mobile-toggle .all-link {
    font-size: 14px;
  }
  .header-top .nav-fill {
       margin: 0 20px;
  }
  .static-links {
    margin-left: 10px;
  }
  .header-top .logo {
    width: 150px;
  }
  .brands-slider {
    margin-right: 0px;
  }

}
  @media (min-width: 1200px) and (max-width: 1360px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-dark {
      padding-left: 10px;
      padding-right: 10px;
    }

    .today-deals .upto-text {
      padding: 4px 10px;
      font-size: 12px;
    }

    .today-deals .deal-text {
      margin-left: 10px;
      font-size: 12px;
    }
    button.menu-mobile-toggle {
        width: 45px;
    }

        button.menu-mobile-toggle .all-link {
            display: none;
        }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
    }
    
    .navbar-nav .dropdown .dropdown-toggle:after {
      background-size: 14px;
      margin-top: 4px;
      margin-left: 0;
    }

    .offer-col-cat {
      width: 80px;
      font-size: 20px;
    }

    .header-top .logo {
      margin-left: 10px;
      max-width: 130px;
    }

    #topcartlink {
      padding: 0 10px 0 0px;
    }
  }
.breadcrumb ul {
  padding: 0 10px;
}
ul.info-list {
  padding: 0 0px;
}
.theme-custom .nivo-controlNav a {
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  margin: 0 7px !important;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
  background-color: #fff !important;
  border: #000 solid 1.5px !important;
  font-size: 0;
  border-radius: 50px !important;
}
.theme-custom .nivo-controlNav a.active {
  background-color: #000 !important;
  border: #000 solid 1.5px !important;
  border-radius: 50px;
}
.item-box .details .product-title {
  min-height: 60px;
  max-height:60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.group.product-manufacturer-group {
  max-height: 400px;
  overflow-y: auto;
}

  ul.group.product-manufacturer-group::-webkit-scrollbar {
    width: 5px;
  }

  ul.group.product-manufacturer-group::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
  }

  ul.group.product-manufacturer-group::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
    outline: 1px solid slategrey;
  }
  @media (max-width: 767px) {
    .header-top .logo {
      margin-left: 0px;
      width: 150px;
    }

    .static-links {
      margin-left: 10px;
    }

      .static-links ul {
        white-space: normal;
      }

    .header-top {
      position: relative;
      height: auto;
      display: block;
    }

    .static-links {
      margin-left: 10px;
      width: 75%;
    }

    .header-top .nav-fill {
      margin: 0 0px;
    }

    .header-upper {
      display: none;
    }

    .static-links ul li {
      padding: 0 5px 0 5px;
      height: 15px;
      float: left;
    }

    .static-links ul li a {
      font-size: 10px;
    }

    .header-top .nav-left, .header-top .nav-right {
      height: auto;
      padding: 10px 0;
    }

    .header-phone {
      font-size: 14px;
    }

    .header-phone img {
      margin-right: 5px;
      margin-left: 0px;
      max-width: 20px;
    }

    #topcartlink {
      display: inline-block;
      width: auto;
      max-width: 100%;
      margin: 10px auto 0;
      /* background-color: #f6f6f6; */
      padding: 0 1px;
      vertical-align: top;
    }

    .header-links-wrapper {
      padding: 0px 0;
    }

    .sign-in-col button {
      font-size: 14px;
    }

      .sign-in-col button span {
        font-size: 12px;
      }

    .sign-in-col .btn-secondary img {
      max-width: 24px;
      margin-top: 6px;
    }

    .brands-title {
      width: 70px;
      padding: 5px 8px 5px 5px;
      font-size: 12px;
      text-align: center;
    }

    .brands-slider {
      width: 62%;
      margin-right: 20px;
    }
    .cart-icon img {
      max-width: 24px;
    }

    .cart-icon .cart-qty {
      right: -20px;
      top: -12px;
      font-size: 12px;
    }

    .header-menu {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 0px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-dark {
      padding-left: 10px;
      padding-right: 10px;
    }

    .navbar-toggler {
      padding: .25rem 0rem;
    }

    .brands-title:after {
      right: -10px;
      top: 12px;
    }

    .menu-mobile-toggle span:nth-child(1) {
      left: 0rem;
    }

    .menu-mobile-toggle span:nth-child(2) {
      left: 0rem;
    }

    .menu-mobile-toggle span:nth-child(3) {
      left: 0rem;
    }

    .html-home-page .master-wrapper-content {
      position: relative;
      z-index: 0;
      width: 100%;
      margin: 0 auto;
    }

    .home-cat-section {
      padding: 20px 20px;
    }

      .home-cat-section .item-box {
        margin: 0 0 20px;
      }

    .theme-custom {
      max-width: 600px;
      margin: 0px auto 0px !important;
    }

    .offer-col-cat {
      width: 140px;
      font-size: 16px;
      right: 10px;
      bottom: 10px;
    }
    .cat-col .btn-primary {
      padding: 5px 15px;
      bottom: 20px;
      left: 20px;
      font-size: 14px;
     }
    .home-cat-title a {
      font-size: 18px;
    }

    .home-cat-title {
      left: 20px;
      top: 10px;
    }
    .deals-slider .slick-slide {
      padding: 0px 0px;
    }
    .today-deals h2 {
      font-size: 24px;
    }

    .today-deals {
      padding: 30px 40px 0px 40px;
    }
    .help-box {
      margin-bottom: 20px;
      padding-bottom: 20px;
    }
    .help-box-two {
      margin-bottom: 20px;
      padding-bottom: 20px;
    }
.help-box-two img, .help-box img {
  margin: 15px auto 10px auto;
  max-width: 80px;
}
  .need-help-section h3 {
      font-size: 22px;
    }
    .unbeatable-deals-content h2 {
      font-size: 24px;
    }

    .unbeatable-deals img {
      height: 220px;
    }

    .unbeatable-deals-content h3 {
      font-size: 16px;
    }

    .unbeatable-deals {
      margin-top: 30px;
    }

    .new-arrivals-section h2 {
      font-size: 24px;
      margin-bottom: 10px;
      text-align: left;
    }
    .new-arrivals-section .offer-img {
      padding: 0 10px;
    }
    .new-arrivals-section .heading-col {
      padding: 0 0px 15px 0px;
      flex-direction: column;
    }
    .new-arrivals-slider .item-box {
      padding: 0 10px;
      margin: 0 !important;
    }
    .new-arrivals-section .heading-col .btn {
      padding: 5px 15px;
      font-size: 12px;
      white-space: nowrap;
    }

    .product-grid.home-page-product-grid {
      margin: 0px;
    }

    .need-help-section h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .need-help-section {
      padding: 20px 20px;
    }

    .html-home-page .center-1 {
      margin: 0 0 0px;
    }

    .footer-block {
      min-height: inherit;
    }
      .footer-block .title h3 {
        margin-bottom: 0;
      }
      .footer-block .title h3 {
        font-size: 18px;
      }
      .footer-block .list a {
        padding: 10px 0px;
        color: #000;
      }

    .footer-logos ul li {
      display: inline-block;
      margin: 7px 0px;
      vertical-align: top;
      width: 48%;
      text-align: center;
    }

      .footer-logos ul li img {
        max-height: 40px;
        display: block;
        margin: 0 auto;
      }

    .disclaimer-text {
      font-size: 14px;
      margin-top: 0px;
      width: 100%;
      text-align: center;
    }

    .payment-method-logo {
      max-width: 320px;
      padding: 10px 20px;
      float: none;
      text-align: center;
      margin: 10px auto 0 auto;
    }

    .footer-block.my-account.customer-service.follow-us-col ul {
      background: none;
    }

    .col-xs-6 {
      width: 50%;
    }

    .show .dropdown-menu {
      padding: 15px;
      display:none;
    }
    .footer-block.customer-service.item-section.last-col {
      display: none;
    }
    .breadcrumb ul {
      padding: 0 10px;
    }
.breadcrumb li * {
  margin: 0 1px;
  font-size: 13px;
  line-height: 24px;
}
.shopping-cart-page .common-buttons button {
  min-width: 100%;
}
.shopping-cart-page .common-buttons .estimate-shipping-button {
  min-width: 100%;
}
    .cat-col img {
      max-height: 300px;
      min-height: 300px;
    }
.item-box {
  margin: 0 0 40px;
}

.center-2, .side-2 {
  margin: 0 0 30px;
}

.block .title {
  background: #000 url(../images/toggle-gray.png) right 14px no-repeat;
  font-size: 18px;
  color: #fff !important;
}
  }


  @media (min-width: 768px) and (max-width: 991px) {
   .center-2, .side-2 {
      margin: 0 0 30px;
    }

    .block .title {
      background: #000 url(../images/toggle-gray.png) right 14px no-repeat;
      font-size: 18px;
      color: #fff !important;
    }
    .cat-col img {
      max-height: 250px;
      min-height: 250px;
    }
    .breadcrumb ul {
      padding: 0 10px;
    }

    .breadcrumb li * {
      margin: 0 1px;
      font-size: 13px;
      line-height: 24px;
    }
    .footer-block.customer-service.item-section.last-col {
      display: none;
    }
    .col-sm-6 {
      width: 50%;
    }

    .show .dropdown-menu {
      padding: 15px;
    }

    li.nav-item.dropdown .dropdown-menu {
      display: none;
    }

    li.nav-item.dropdown.show .dropdown-menu {
      display: block;
    }

   .html-home-page .master-wrapper-content {
      position: relative;
      z-index: 0;
      width: 100%;
      margin: 0 auto;
    }

    .home-cat-section {
      padding: 20px 20px;
      margin-bottom: 0px;
    }

      .home-cat-section .item-box {
        margin: 0 1% 0px;
        width: 31.33%;
        clear: inherit;
      }

    .cat-col .btn-primary {
      padding: 4px 8px;
      bottom: 10px;
      left: 10px;
      font-size: 12px;
    }

    .home-cat-title {
      left: 15px;
      top: 15px;
    }

      .home-cat-title a {
        font-size: 14px;
      }

    .offer-col-cat {
      width: 60px;
      font-size: 14px;
      right: 8px;
      bottom: 5px;
    }

    .theme-custom {
      margin: 0px auto 0px !important;
      max-width: 100% !important;
    }

    .header-top .logo {
      margin-left: 0;
    }

    .static-links {
      margin-left: 10px;
    }

    .header-upper {
      display: none;
    }

    .header-top {
      display: flex;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      height: auto;
      align-items: center;
      position: relative;
    }

      .header-top .nav-fill {
        margin: 0 10px;
        width: 42%;
        position: absolute;
        top: 125px;
        left: 23%;
      }

      .header-top .nav-left, .header-top .nav-right {
        height: auto;
        margin: 10px 0;
      }

      .header-top .nav-left, .header-top .nav-right {
        height: auto;
        margin: 10px 0;
        width: 100%;
        justify-content: space-between;
      }

    .sign-in-col {
      width: 250px;
      margin-right: 0px;
    }

    .header-links-wrapper {
      position: relative;
      padding: 0px 0;
    }

    .header-links ul {
      white-space: nowrap;
      display: flex;
      justify-content: space-between;
    }

      .header-links ul li ul.dropdown-menu {
        display: none;
      }

      .header-links ul .show .dropdown-menu {
        display: block;
      }

    .master-wrapper-content, .header-menu {
      width: 100%;
      max-width: 100%;
    }

    #topcartlink {
      display: block;
      width: auto;
      max-width: inherit;
      margin: 10px auto 0;
      /* background-color: #f6f6f6; */
      padding: 0 0px 0 0px;
    }

    .header-menu {
      margin: 0 auto 0px;
    }

    .brands-title {
      width: 180px;
      padding: 20px 10px 20px 20px;
      font-size: 13px;
    }

    .brands-slider {
      width: 65%;
      margin-right: 20px;
    }

    .brands-title:after {
      right: -19px;
      top: 10px;
    }

    .today-deals h2 {
      font-size: 32px;
    }

    .today-deals {
      padding: 30px 30px;
    }

      .today-deals .upto-text {
        padding: 4px 5px;
        font-size: 12px;
      }

      .today-deals .deal-text {
        margin-left: 10px;
        font-size: 12px;
      }

    .deals-slider .slick-slide img {
      max-height: 180px;
      margin: 0 auto;
    }

    .unbeatable-deals img {
      height: 300px;
    }

    .unbeatable-deals-content h2 {
      font-size: 38px;
    }

    .unbeatable-deals-content h3 {
      font-size: 18px;
    }

    .new-arrivals-section h2 {
      font-size: 32px;
      margin-bottom: 0px;
      text-align: left;
    }

    .new-arrivals-slider .item-box {
      padding: 0 15px;
    }

    .new-arrivals-section .offer-img {
      top: -2px;
      padding: 0 15px;
    }

      .new-arrivals-section .offer-img p {
        top: 3px;
      }

    .product-grid.home-page-product-grid {
      margin: 0;
    }

    .new-arrivals-section {
      padding: 30px 20px;
    }

      .new-arrivals-section .heading-col {
        padding: 0 20px 20px 14px;
      }

    .need-help-section h2 {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .need-help-section {
      padding: 30px 20px;
    }

    .new-arrivals-section .item-box .product-title a {
      font-size: 15px;
    }

    .new-arrivals-section .item-box .details {
      padding: 0 10px;
      min-height: 60px;
    }

    .help-box-two {
      margin-bottom: 20px;
      padding-bottom: 10px;
      min-height: 370px;
    }

    .help-box {
      margin-bottom: 20px;
      padding-bottom: 10px;
      min-height: 370px;
    }

    .footer-block {
      min-height: inherit;
    }

      .footer-block .title h3 {
        margin-bottom: 0;
      }

      .footer-block .title h3 {
        font-size: 18px;
      }
      .footer-block .list a {
        padding: 10px 0px;
        color: #000;
      }

    .footer-logos ul li {
      display: inline-block;
      margin: 7px 0px;
      vertical-align: top;
      width: auto;
      text-align: center;
    }

      .footer-logos ul li img {
        max-height: 45px;
        padding: 5px;
        display: block;
        margin: 0 auto;
      }

    .disclaimer-text {
      font-size: 14px;
      margin-top: 20px;
      width: 100%;
      text-align: center;
    }

    .payment-method-logo {
      max-width: 320px;
      padding: 10px 20px;
      float: none;
      text-align: center;
      margin: 10px auto 0 auto;
    }

    .footer-block.my-account.customer-service.follow-us-col ul {
      background: none;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .cat-col img {
      max-height: 300px;
      min-height: 300px;
    }
    .header-top .logo {
      margin-left: 15px;
      width: 130px;
    }

    .static-links {
      margin-left: 10px;
    }

      .static-links ul {
        white-space: normal;
        width: 230px;
      }

        .static-links ul li {
          display: inline-block;
          margin: 3px 0px;
          border-right: #000 solid 0px;
          padding: 0 5px 0 5px;
          float: left;
          line-height: 15px;
          vertical-align: top;
          height: auto;
          width: auto;
          text-align: left;
        }

          .static-links ul li a {
            font-size: 10px;
          }

    .header-top .nav-fill {
      margin: 0 10px;
    }

    .header-phone {
      font-size: 14px;
    }

    .sign-in-col button {
      font-size: 14px;
    }

    .header-links .dropdown {
      width: 130px;
    }

    .brands-title {
      width: 170px;
      padding: 12px 0 12px 10px;
      font-size: 14px;
    }

    .brands-slider {
      width: 74%;
      margin-right: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
      white-space: normal;
      font-size: 12px;
      padding: 0 0;
    }
    .navbar-nav .dropdown .dropdown-toggle:after {
      margin-top: 4px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-dark {
      padding-left: 10px;
      padding-right: 10px;
    }

    button.menu-mobile-toggle .all-link {
      margin-left: 45px;
      top: 6px;
      left: 0px;
      width: 50px;
      display: none;
    }

    button.menu-mobile-toggle {
      width: 55px;
      padding: 17px 0px;
      border-radius: 3px;
      left: 0;
      font-size: 14px;
    }

    .need-help-section a {
      font-size: 12px;
    }

    .home-cat-title a {
      font-size: 18px;
    }

    .home-cat-title {
      font-size: 22px;
      max-width: 260px;
      left: 20px;
      top: 15px;
    }

    .offer-col-cat {
      width: 70px;
      font-size: 16px;
      right: 10px;
      bottom: 10px;
    }

    .cat-col .btn-primary {
      padding: 6px 20px;
      bottom: 20px;
      left: 15px;
      font-size: 14px;
    }

    .footer-block .title h3 {
      font-size: 16px;
    }

    .help-box-two {
      padding-left: 10px;
      padding-right: 10px;
      min-height: 340px;
    }

    .help-box {
      padding-left: 10px;
      padding-right: 10px;
      min-height: 340px;
    }

    .today-deals h2 {
      font-size: 32px;
    }

    .unbeatable-deals img {
      height: 300px;
    }

    .new-arrivals-section h2 {
      font-size: 32px;
      margin-bottom: 0px;
    }

    .need-help-section h2 {
      font-size: 32px;
    }

    .need-help-section h3 {
      font-size: 22px;
    }

    .footer-logos ul li img {
      max-height: 40px;
    }

    .footer-logos ul li {
      margin: 0 15px;
    }

    .footer-block {
      min-height: 220px;
    }

    .product-grid.home-page-product-grid {
      margin: 0;
    }
  }

  /*listing page css*/
  .master-column-wrapper {
    margin-top: 10px;
  }

  .html-home-page .master-column-wrapper {
    margin-top: 0px;
  }

  .breadcrumb ul {
    margin: 10px 0;
  }

  ul.list {
    padding-left: 15px;
  }

    ul.list li ul {
      padding-left: 15px;
    }

  .block .tags ul {
    padding-left: 5px;
  }

  .product-tags-list ul {
    padding-left: 0px;
  }

  .product-filter .group {
    padding-left: 0;
  }

  @media (max-width: 991px) {
    .block .title {
      color: #000;
    }

    .block .list a {
      color: #000;
    }

    .block .tags li a, .product-tags-all-page li a {
      color: #000;
    }

    .product-filter .filter-content {
      color: #000;
    }

    .modal-open .master-wrapper-content, .modal-open .master-column-wrapper {
      position: static;
    }
    .footer {
      background-color: #e3e3e3;
     }
    .footer-block .title {
      background: #383838 url(../images/toggle-white.png) right center no-repeat;
    }
    .disclaimer-text {
      color: #000;
    }
    .footer-block .list a img {
      -webkit-filter: invert(100%);
      filter: invert(100%);
    }
  }

.right-col-contact .form-fields .inputs label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}
.right-col-contact .inputs input[type="text"],
.right-col-contact .inputs input[type="email"],
.right-col-contact .inputs input[type="tel"],
.right-col-contact .inputs input[type="password"],
.right-col-contact .inputs select,
.right-col-contact .inputs textarea {
  width: 98%;
}
.contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1 {
  background-color: #112857;
 }
.contact-page .button-1:hover, .contact-page .button-1:focus, .email-a-friend-page .button-1:hover, .email-a-friend-page .button-1:focus, .apply-vendor-page .button-1:hover, .apply-vendor-page .button-1:focus {
  background-color: #e67e1b;
}
.topic-page li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 30px;
}
.topic-page ol li {
  line-height: 30px;
  list-style: decimal;
}
.done-icon {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.done-icon img {
  margin: 0 auto;
  width: 70px;
}
.section.order-completed .title {
  color: #00be2c;
  font-size: 28px;
}
.page.checkout-page.order-completed-page h1 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.html-category-page .master-wrapper-content, .html-compare-products-page .master-wrapper-content {
  width: 96%;
}

@media (min-width:1300px) {
  .html-category-page .side-2, .html-compare-products-page .side-2, .html-manufacturer-page .side-2, .html-recently-added-products-page .side-2, .html-search-page .side-2 {
    width: 20%
  }

  .html-category-page .center-2, .html-compare-products-page .center-2, .html-manufacturer-page .center-2, .html-recently-added-products-page .center-2, .html-search-page .center-2 {
    width: 78%
  }

  .html-category-page .item-box, .html-manufacturer-page .item-box, .html-recently-added-products-page .item-box, .html-search-page .item-box {
    width: 19%;
    margin: 0 .5% 20px
  }

    .html-category-page .item-box:nth-child(3n+1), .html-category-page .item-box:nth-child(odd), .html-manufacturer-page .item-box:nth-child(3n+1), .html-manufacturer-page .item-box:nth-child(odd), .html-recently-added-products-page .item-box:nth-child(3n+1), .html-recently-added-products-page .item-box:nth-child(odd), .html-search-page .item-box:nth-child(3n+1), .html-search-page .item-box:nth-child(odd) {
      clear: inherit
    }
}

@media (min-width:1800px) {
  .html-category-page .side-2, .html-manufacturer-page .side-2, .html-recently-added-products-page .side-2, .html-search-page .side-2 {
    width: 17%
  }

  .html-category-page .center-2, .html-manufacturer-page .center-2, .html-recently-added-products-page .center-2, .html-search-page .center-2 {
    width: 81%
  }

  .html-category-page .item-box, .html-manufacturer-page .item-box, .html-recently-added-products-page .item-box, .html-search-page .item-box {
    width: 19%;
    margin: 0 .5% 20px
  }

    .html-category-page .item-box:nth-child(3n+1), .html-category-page .item-box:nth-child(odd), .html-manufacturer-page .item-box:nth-child(3n+1), .html-manufacturer-page .item-box:nth-child(odd), .html-recently-added-products-page .item-box:nth-child(3n+1), .html-recently-added-products-page .item-box:nth-child(odd), .html-search-page .item-box:nth-child(3n+1), .html-search-page .item-box:nth-child(odd) {
      clear: inherit
    }
}
/*End*/
.new-arrivals-slider .item-box .product-item {
  padding-bottom: 20px !important;
}

.item-box .details .product-title {
  text-transform: none !important;
}

.deals-slider img {
  margin-bottom: 20px !important;
}

.navbar-light .navbar-nav .nav-link {
  border-left: #fff solid 1px;
  text-transform: capitalize;
}

.header-links ul li ul.dropdown-menu li {
  display: block;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-dark {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gallery .picture {
  border: #ccc solid 1px;
}

.order-list-page .section .title strong {
  font-weight: bold;
  font-size: 18px;
}

.address-list-page .button-2, .order-list-page .button-2 {
  font-weight: 700;
}

.order-list-page .info li {
  color: #444;
  font-weight: 700;
  margin: 10px 0;
}

  .order-list-page .info li span {
    color: #444;
    font-weight: normal;
  }

.address-list-page .info li label {
  font-weight: 700;
}

.address-list-page .add-button {
  border-top: #ccc solid 1px;
  padding-top: 30px;
}

.address-list {
  display: inline-block;
  width: 100%;
}

.home-cat-title a {
  text-transform: uppercase;
}

.home-cat-section .item-grid {
  max-width: 1920px;
  margin: 0 auto;
}

.unbeatable-deals img {
  width: 100%;
}

.today-deals {
  max-width: 1920px;
  margin: 0 auto;
}

.new-arrivals-section .product-grid.home-page-product-grid {
  max-width: 1920px;
  margin: 0 auto;
}

.need-help-section .topic-block {
  max-width: 1920px;
  margin: 0 auto;
}

.footer-upper {
  max-width: 1990px;
}

.footer-lower {
  max-width: 1940px;
}

.overview .availability .stock .value {
  color: #009900;
}

.product-details-page .product-name {
  margin: 0 0 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    border-left: #fff solid 0px;
  }
}

@media (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link {
    border-left: #fff solid 0px !important;
  }
}

@media (min-width: 1001px) {
  .order-list-page .section, .address-list-page .section {
    display: inline-block;
    width: 48%;
    margin: 20px 1%;
    float: left;
  }
}

.html-search-page .master-wrapper-content {
  width: 90%;
}

.basic-search .inputs {
  max-width: 980px;
  margin: 0 auto;
}

@media (min-width: 1300px) {

  .html-search-page .item-box {
    width: 19%;
    margin: 0 0.5% 50px;
  }

    .html-search-page .item-box:nth-child(2n+1) {
      clear: inherit;
    }

    .html-search-page .item-box:nth-child(3n+1) {
      clear: inherit;
    }
}

@media (min-width: 1800px) {
  .html-search-page .item-box {
    width: 19%;
    margin: 0 0.5% 50px;
  }

    .html-search-page .item-box:nth-child(2n+1) {
      clear: inherit;
    }

    .html-search-page .item-box:nth-child(3n+1) {
      clear: inherit;
    }
}

@media (min-width: 992px) {
  li.nav-item.dropdown.show .dropdown-menu ul.mb-0 li {
    margin: 0;
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (max-width: 767px) {
  li.nav-item.dropdown.show .dropdown-menu ul.mb-0 li {
    margin: 0;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  li.nav-item.dropdown.show .dropdown-menu ul.mb-0 li {
    margin: 0;
    flex: 0 0 auto;
    width: 50%;
  }
}

.search-page .page-title {
  display: none;
}
.dropdown-menu .embed-responsive img {
  max-height: 150px;
}
.home-page-category-grid .title a, .sub-category-grid .title a {
  min-height: 55px;
  font-size: 16px;
  max-height: 55px;
}
@media (min-width: 992px) and (max-width:1199px) {
  .header-top {
    height: 100px !important;
  }

    .header-top .logo {
      width: 200px !important;
    }

  .navbar-light .navbar-nav .nav-link {
    padding: 10px 12px !important;
  }

  .brands-title {
    width: 18% !important;
    text-align: center;
  }

  .brands-slider {
    width: 80% !important;
    margin-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .search-input .form-fields {
    padding: 5px 15px 0px;
    background: none;
    border-top: 0px;
  }

  .search-page form {
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .search-page form .inputs label {
      width: auto;
    }

  .product-selectors {
    margin: 0 0 10px !important;
    padding: 10px 0 !important;
  }

  .search-page .search-input .fieldset {
    margin: 0 0 15px;
  }

  .search-page .search-input .buttons {
    margin: 5px 0 15px;
  }
  .html-shopping-cart-page .ui-widget.ui-widget-content {
    top: 200px !important;
  }

  .html-shopping-cart-page .ui-dialog-content {
    max-height: 550px !important;
  }
}
.side-2 ul.group {
  max-height: 400px;
  overflow-y: auto
}

.side-2 ul.group::-webkit-scrollbar {
  width: 5px
}

.side-2 ul.group::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.9)
}

.side-2 ul.group::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
  outline: slategrey solid 1px
}
.cat-col img {
  padding: 60px 40px 40px 40px;
}
.product-reviews-page h1 a {
  color: inherit;
  font-size: 18px;
  display: block;
  font-weight: normal;
}
.email-a-friend-page .title h2, .email-a-friend-page .title h2 a {
  font-weight: normal;
  color: inherit;
  font-size: 18px;
}
.email-a-friend-page .page-title h1 {
  text-transform: none;
}
.order-list-page .buttons {
  width: 150px;
  text-align: right;
  top: 0;
  right: 0;
}
.outofstockproduct {
  color: red !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
  .navbar-light .navbar-nav .nav-item:first-child .nav-link {
    border-left: #fff solid 0px;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cat-col img {
    padding: 40px 30px 20px 30px;
  }
}
.search-page .inputs.reversed {
  display: none;
}
.footer .powered-by a {
  text-decoration: underline;
}

.footer .powered-by, .powered-by a {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .footer .powered-by, .powered-by a {
    color: #000;
  }
}
.topic-page .page-body h1 {
  font-size: 24px;
}
.order-list-page .section .title, .address-list-page .section .title {
  min-height: 30px;
}
.product-list .item-box {
  float: none;
  width: auto;
  margin: 0 5px 20px;
}

/*12-12-2022 cat css*/
.cat-col-home {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
.cat-img-col {
  max-width: 320px;
  max-height: 320px;
  margin: 0 auto;
  min-height: 320px;
}
.cat-img-col a {
  display: inline-block;
  max-height: 100%;
}
.cat-img-col img {
  max-height: 320px;
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
  min-height: 320px;
}
.cat-title {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}
  .cat-title a {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    border-radius: 6px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
  }
.cat-box-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cat-box-bottom .btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.offer-cat {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
.cat-img-col {
  max-width: 200px;
  max-height: 200px;
  min-height: 200px;
}
.cat-img-col img {
  min-height: 200px;
  max-height: 200px;
}
.cat-box-bottom {
  flex-direction: column;
}
.offer-cat {
  margin-top: 10px;
}
.cat-title a {
  font-size: 14px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.cat-img-col {
  max-width: 280px;
  max-height: 280px;
  min-height: 280px;
}
.cat-img-col img {
  min-height: 280px;
  max-height: 280px;
}
}

/********** CHECKOUT **********/

.deals .title, .spc .estimate-shipping .title, .spc .step-title .title {
  background: #000 !important;
}

.checkout-page .button-1 {
  background-color: #000 !important;
}

.checkout-page ul {
  padding-left: 0px;
}

@media (min-width: 1010px) {
  .cart-collaterals .deals > div, .edit-address .inputs {
    width: 80% !important;
  }
}

@media (min-width: 1367px) {
  .cart-collaterals .deals > div, .edit-address .inputs {
    width: 50% !important;
  }

  .cart-footer .cart-collaterals .deals {
    width: 100% !important;
    max-width:100% !important;
  }
}
.cart-collaterals .title {
  color: #fff !important;
  padding: 5px 10px;
}
.order-completed .button-1 {
  float: none;
  margin: 0 auto;
}
.spc .p-qty--counter button {
  background: #f4f4f4;
  padding: 0;
  font-size: 18px;
  border-radius: 0px;
}
.enter-address .edit-address {
  border-top: 0px solid #e6e6e6 !important;
}

.spc .payment-info label {
  display: inline-block !important;
}

.payment-info .info td:first-child {
  text-align: left !important;
}

.spc .cart-footer {
  margin: 10px 0 !important;
}

.spc .right .step:empty {
  margin: 0;
  padding: 0;
}

.spc .right .step {
  padding: 0px 0 0 0 !important;
}
.remove-discount-button, .remove-gift-card-button {
  border: 0px solid #999 !important;
  vertical-align: top;
  margin-top: 3px;
}
.checkout-page .total-info {
  padding: 0px 0px 0px !important;
}
@media (min-width: 1200px) {
  .product-grid .item-grid {
    display: flex;
    flex-wrap: wrap;
  }
  /*21-04-2023 changes*/
  .checkout-totals {
    width: 50%;
    float: right;
  }
  /*End*/
}
.side-2 {
  background: #383838;
}
.side-2 .block .list a {
  color: #fff;
}
.html-checkout-page .top-brands {
  display: none;
}

.html-checkout-page .static-links {
  display: none;
}

.html-checkout-page .header-top .nav-fill {
  display: none;
}

.html-checkout-page .sign-in-col {
  display: none;
}

.html-checkout-page .header-top {
  justify-content: space-between;
  padding-right: 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  margin-bottom: 30px;
}

.html-checkout-page .header-menu {
  display: none;
}
.html-checkout-page .header-top {
  height: 100px;
}

  .html-checkout-page .header-top .nav-left, .html-checkout-page .header-top .nav-right {
    height: 100px;
  }

  .html-checkout-page .header-top .logo img {
    max-height: 90px;
  }

  .html-checkout-page .header-top .logo {
    max-width: inherit;
  }

@media (max-width: 1199px) {
  .html-checkout-page .header-top {
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    flex-flow: row;
    height: auto !important;
  }

    .html-checkout-page .header-top .nav-left, .html-checkout-page .header-top .nav-right {
      height: auto;
      width: auto;
      justify-content: space-between;
    }

  .html-checkout-page td.quantity label.td-title {
    margin-bottom: 10px;
  }
}
.cat-img-col a {
  display: block !important;
  max-height: initial !important;
  padding-bottom: 66%;
  margin: 0 auto !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}

.cat-img-col img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: initial !important;
  min-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
  width: auto;
  height: auto;
}

.html-category-page .item-box .picture a, .html-search-page .item-box .picture a {
  display: block !important;
  position: relative;
  padding-bottom: 0%;
}


  .html-category-page .item-box .picture a img, .html-search-page .item-box .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    width: auto;
    height: auto;
  }

@media (max-width: 767px) {
  .html-category-page .item-box, .html-search-page .item-box {
    margin: 0 0 30px !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .home-cat-section .item-box {
    margin: 0 0.5% 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .html-category-page .item-box, .html-search-page .item-box {
    margin: 0 0 40px !important;
    padding: 0 20px !important;
    border-right: 1px solid #ccc;
  }

    .html-category-page .item-box:nth-child(2n), .html-search-page .item-box:nth-child(2n) {
      border-right: 0;
    }
}


@media (min-width: 769px) and (max-width: 1299px) {
  .html-category-page .item-box, .html-search-page .item-box {
    border-right: #ccc solid 1px;
  }

    .html-category-page .item-box:nth-child(3n), .html-search-page .item-box:nth-child(3n) {
      border-right: 0;
    }

  .html-category-page .item-box, .html-search-page .item-box {
    width: 33.33333% !important;
    margin: 0 0 30px !important;
    padding: 0 10px !important;
  }
}

@media (min-width: 1300px) {
  .html-category-page .item-box, .html-search-page .item-box {
    border-right: #ccc solid 1px;
  }

    .html-category-page .item-box:nth-child(5n), .html-search-page .item-box:nth-child(5n) {
      border-right: none;
    }

  .html-category-page .item-box, .html-search-page .item-box {
    width: 20% !important;
    margin: 0 0 50px !important;
    padding: 0 10px !important;
  }
}

@media (min-width: 1800px) {
  .html-category-page .item-box, .html-search-page .item-box {
    width: 20% !important;
    margin: 0 0 40px !important;
    padding: 0 10px !important;
  }
}

.price-range-filter .selected-price-range {
  color: #fff !important;
}

.html-search-page .search-results .item-box .prices {
  line-height: 16px;
}

.html-search-page .search-results .item-box .old-price {
  margin: 0 1px 0 0;
  font-size: 14px;
  text-decoration: line-through;
}

.html-search-page .search-results .item-box .actual-price {
  margin: 0 0px 0 0;
  font-size: 14px;
}
.html-search-page .search-results .item-box .product-box-add-to-cart-button {
  width: 100% !important;
}

.html-search-page .search-results .item-box .prices {
  line-height: 22px !important;
}

.html-search-page .search-results .item-box .old-price {
  font-size: 16px !important;
  display: block;
}

.html-search-page .search-results .item-box .actual-price {
  font-size: 16px !important;
  display: block;
}

.order-tracking-ubshelp {
  height: 340px;
  overflow: hidden;
  position: relative;
}

  .order-tracking-ubshelp iframe {
    position: absolute;
    top: -200px;
    height: 620px;
  }

@media (max-width: 767px) {
  .order-tracking-ubshelp {
    height: 530px;
  }

    .order-tracking-ubshelp iframe {
      position: absolute;
      top: -200px;
      height: 800px;
    }
}


/*06-06-2024*/
.cat-page-title h1 {
  margin-bottom: 0 !important;
  width: 40%;
}

.cat-page-title .product-selectors {
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  max-width: 560px;
  width: 60%;
}

  .cat-page-title .product-selectors .product-viewmode {
    margin-left: auto;
    margin-right: 0;
    order: 3
  }

.brands-slider button.slick-next, .relatedproducts button.slick-next {
  background: url(../images/right-arrow-black.svg) center center no-repeat
}

.brands-slider button.slick-prev, .relatedproducts button.slick-prev {
  background: url(../images/left-arrow-black.svg) center center no-repeat
}

.relatedproducts .item-box {
  width: 100% !important;
  padding: 0 7px;
  margin: 0 !important
}

.related-products-grid.product-grid .item-grid {
  display: block;
  width: 100%
}

.relatedproducts .slick-next {
  right: -10px;
  top: 35%
}

.relatedproducts .slick-prev {
  left: -10px;
  top: 35%
}

@media (max-width:1199px) {
  .cat-page-title {
    justify-content: space-between;
    flex-direction: column
  }

  .product-selectors {
    width: 100%
  }

  .cat-page-title h1 {
    margin-bottom: 10px !important
  }

  .cat-page-title h1 {
    width: 100%;
  }

  .cat-page-title .product-selectors {
    max-width: 100%;
    width: 100%;
  }
}
.html-checkout-page .header-lower {
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

.html-checkout-page .header-top {
  justify-content: space-between;
  padding-right: 0px;
  box-shadow: 0 0px 0px rgba(0,0,0,.2);
  margin-bottom: 0px
}

.html-checkout-page .header-top {
  max-width: 1200px;
  margin: 0 auto
}

  .html-checkout-page .header-top .logo {
    margin-left: 0;
  }

@media (max-width: 1199px) {
  .html-checkout-page .header-top {
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    flex-flow: row;
    height: auto !important;
  }

  .html-checkout-page .header {
    width: 100%;
  }
}
.checkout-page .button-1 {
  border-radius: 6px;
  font-weight: 700;
  padding: 10px 20px !important;
  font-size: 14px !important;
}
.item-box .picture a:before {
  content: "";
  display: block;
  padding-top: 150px;
}

.cat-page-title, .item-box .add-info .prices {
  display: flex;
  justify-content: space-between;
}

.item-box .details .product-title {
  max-height: 84px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none !important;
}

  .item-box .details .product-title a {
    font-size: 14px !important;
  }

@media (min-width: 768px) {
  .product-grid .item-grid {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .product-grid .item-grid .item-box .prices {
    min-height: inherit !important;
  }

  .product-grid .item-grid .item-box .product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .product-grid .item-grid .item-box .details {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 0 !important;
  }

    .product-grid .item-grid .item-box .details .product-title, .product-grid .item-grid .item-box .product-rating-box {
      margin: 0 0 5px;
    }
}

@media (max-width: 767px) {
  .item-box .picture a:before {
    padding-top: 50%
  }
}
ul.group.product-spec-group {
  margin-bottom: 15px;
}

.product-filter .group .name {
  position: sticky;
  top: 0;
  background: #383838;
}

.cashout-reward-points {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

  .cashout-reward-points .button-1 {
    border-radius: 0px;
  }

.otp-page form .inputs {
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.otp-page .inputs label {
  width: auto;
}

.otp-page .inputs.reversed {
  justify-content: center;
  margin: 20px 0 0;
}

  .otp-page .inputs.reversed button {
    margin: 0 5px;
  }

.otp-page .field-validation-error {
  width: 100%;
}

.otp-page .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.otp-page .btn-secondary {
  background-color: #6c757d;
}

.otp-page .btn:hover {
  background-color: #0056b3;
}

.otp-page .inputs {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.page.login-page.otp-page, .customer-blocks {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.otp-page .returning-wrapper {
  margin: 0 auto;
  max-width: 600px;
}

.otp-page .forgot-password {
  margin-right: 10px;
}

.otp-page .page-body {
  width: 100%;
  text-align: center;
}

.otp-page .customer-blocks {
  display: flex;
  justify-content: center;
}

@media(max-width:991px) {
  .otp-page .inputs label {
    margin: 0 10px 0 0;
  }
}

@media(max-width:767px) {
  .otp-page .inputs.reversed button {
    margin: 5px !important;
  }

  .otp-page .inputs.reversed button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
