body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 20px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  /*max-width: 200px;*/
}
@media (min-width: 768px) {
  #logo {
    text-align: center;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #9e9e9e;
  /*inset:auto auto !important;*/
}
#cart .cartchkout a{ color:#fff}
#cart .cartchkout a:hover{ color:#000}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin: 25px 0 10px 0;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  width: 100%;
  padding-top: 50px;border-radius: 15px;
  background-color: #f8f8f8;
  color: #9e9e9e;
}
footer .fwidth{
margin-left:9%;
}
footer a {
  color: #9e9e9e;
  text-decoration: none;
  font-size:17px;
}
footer a:hover {
  color: #000;
}
footer h5 {
  font-family: 'Poppins', sans-serif;font-weight:600;font-size: 24px;padding:10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .list-unstyled li{padding-bottom:10px;}
footer .fpadleft{padding-left:6%}

.footerbox{padding:20px}
.footerbox .fbox{float:left;width:33.33%;color:#000000;font-size:15px}
.footerbox .fbox a{color:#000000}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 700;
  color: #f90707;
  font-size: 30px;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;font-weight: 600;font-size:15px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #8e8080, #624837);
  background-repeat: repeat-x;text-transform: uppercase;
  border-color: #624837 #624837 #8e8080;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
  background-image: linear-gradient(to bottom, #624837, #8e8080);
  border-color: #8e8080 #8e8080 #624837;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.ht{height:12px;}
.fleft{float:left;}
.fright{float:right;}
.topcol{width:33.33%;display:inline-block}
.clr{clear:both}
.block h6, .flogobox h6{font-size:15px;font-weight:400;padding:0;margin:12px 5px 0px 12px;}
.block h4, .flogobox h4{font-size:19px;margin:0px 5px 0px 12px;padding:0}
.alncenter{text-align:center}
.alnleft{text-align:left}
.alnright{text-align:right}
.callus{margin:7px 5px 0px 5px}
.loginacc{margin-top:9px;}
.martop{margin-top:18px}
#hcart #cart > .btn {font-size: 12px;line-height: 18px;color: #FFF;}
#header-cart #cart .btn, #hcart #cart .btn-inverse1, #header-cart #cart .btn-inverse {background: transparent;border: 0;text-shadow: unset;box-shadow: unset; color: #000; position: relative;}
#header-cart #cart .btn, #header-cart #cart .btn-lg{padding:0}
#header-cart #cart #cart-total{background: #5b4234;border-radius: 20px; padding: 2px 10px;color: #fff;position: absolute;right: 15px;top: -2px;}
header .hrightcol{width:46.33%;display:inline-block;vertical-align:top}
header .hrightcol2{width:33%;display:inline-block;margin-top: 35px;}
.sbox{position: relative;}
.sbox .search{width: 200px;max-width:0;padding: 5px;transition: all .5s ease;position:absolute;right:22px;box-sizing:border-box;opacity:0;height:32px; top: -2px; border: 1px solid #70798c;border-radius:5px;font-size: 15px;}
.sbox .search.expanded{max-width:200px;opacity:1;margin-top: -3px;}
.sbox .icon{width: 20px;height: 20px;position: absolute;right: 0;color: #fff;cursor: pointer;}
#desksearch{margin-bottom: 16px;}
.topnav, .breadcrumb, .none{display:none;}
.homeprod{background:#f5f7fb;width:28%;padding:10px;margin-bottom: 18px;float:left}
.homeprod h3, .ourrange h3{font-family: 'Poppins', sans-serif;font-weight:600;font-size: 24px;padding:10px}
#common-home1 .row-cols-xl-4 > *{width:100% !important}
#common-home1 .row > *{padding:0 !important}
.homeprodthumb{position: relative;padding-bottom:10px;}
.homeprodname{background:#624837;position: absolute;bottom: 30px;left: 15px;padding: 10px;font-family:"Robot", sans-serif;font-size:18px;color:#fff}
.homebann{float:right;width:71%}

.welcome{background-image:linear-gradient(90deg,rgba(255, 255, 255, 1) 15%, rgba(209, 204, 204, 1) 55%, rgba(121, 105, 105, 1) 100%);padding: 10px;margin:50px 0;border:5px solid #7c7373;border-radius:10px;}
.welcomecircle{background:url("../images/contain-bg.png");border-radius:10px;padding: 10px;}
.welcome h1{font-family: 'Poppins', sans-serif;color:#ffffff;font-weight:600;font-size:40px;padding: 22px 0 2px 0;text-align:center;margin-bottom:20px}
.welcomeleft{width:41%;display:inline-block;margin-right:20px;padding-left: 10px;}
.welcomeright{width:57%;display:inline-block;text-align: center;vertical-align:top}
.welcome .welcomtxt{background:url("http://localhost/dashboard/ashwini/dal/knightswoodfurniture.co.uk/image/icons/welarr.png") no-repeat left center;font-family:"Robot", sans-serif;font-size:18px;color:#ffffff;padding:12px 0 6px 0;vertical-align:top}
.welcome .welcomtxt span{display:inline-block;margin-left: 55px;}
.welcome hr{border: 0;height: 1px;background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(255 255 255), rgba(0, 0, 0, 0));margin:25px 0;}
.wellink{text-align:center;padding: 40px 0 30px 0;}
.welabout{background:#fff;padding: 10px;font-family:"Robot", sans-serif;font-size:18px;color:#624837;border-radius: 8px;}
.welabout i{background:#efeceb;padding: 5px 7px;font-size: 18px;margin-left: 5px;border-radius: 6px;}
.wellink a+a{margin-left:10px}


.homeshippingbox{background-image:linear-gradient(90deg,rgba(255, 255, 255, 1) 15%, rgba(209, 204, 204, 1) 55%, rgba(121, 105, 105, 1) 100%);padding: 10px;margin:50px 0;border:5px solid #7c7373;border-radius:10px;}
.homeshippingcircle{background:url("../images/contain-bg.png");border-radius:10px;padding: 40px;}
.homeshippingleft{width:41%;display:inline-block;margin-right:20px;padding-left: 10px;}
.homeshippingright{width:57%;display:inline-block;text-align: center;vertical-align:top}
.homeshippingbox h2{font-family: 'Poppins', sans-serif;color:#ffffff;font-weight:600;font-size:38px;}
.homeshippingbox .shiptxt{font-family:"Robot", sans-serif;font-size:18px;color:#aaa8a6;padding:12px 0 6px 0;vertical-align:top}
.homeshippingbox hr{border: 0;height: 1px;background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(255 255 255), rgba(0, 0, 0, 0));margin:25px 0;}
.homeshippingbox .homeshipreadmore{font-family:"Robot", sans-serif;font-size:18px;color:#ffffff;}

.ourrange{background:#f5f7fb;padding:10px;text-align:center;margin-bottom:10px}
.ourrangecol{width:20%;float:left;}
.homeinfo{padding:10px 0;clear: both;}
.homeinfopg{background:#624837;width:32%;float:left;padding: 20px;}
.homeinfopg+.homeinfopg{margin-left:15px}
.homeinfotitle{font-family: 'Poppins', sans-serif;font-weight:400;font-size: 24px;padding:32px 0 0 0;color:#fff}
.homeinfotxt{font-size: 14px;color:#cfb8ab;padding:10px 0}
.homereadmore{padding:15px 0 0 0}
.homereadmore a{font-size: 14px;color:#fff;}


.maincatsbox{margin:15px 0;text-align:center;}
.maincatsbox .maincatsbox-content{padding-bottom:10px;}
.maincatsbox .maincats{width:32.5%;display: inline-block;margin-right:1%;margin-bottom: 15px;vertical-align: top;padding:0px;position: relative;}
.maincatsbox .maincats.last{margin-right:0}
.maincatsbox .maincats img{max-width:100%;height:auto;}
.maincatslink{background:#624837;position: absolute;bottom: 30px;left: 15px;padding: 10px;font-family:"Robot", sans-serif;font-size:18px;color:#fff;border-radius: 8px;}
.maincatslink:hover{color:#ddd}
.maincats i{background:#725b4b;padding: 5px 7px;font-size: 18px;margin-left: 5px;border-radius: 6px;}

.subcats{width:16.33%;text-align:center;float:left;vertical-align:top;margin:0 0 20px;overflow:hidden;padding:0 8px}
.subcats a:hover{color:#624837}
.box{margin:15px 0}
.box .box-content{padding-bottom:10px}
.box-product{width:100%;margin:0 auto;position: relative;}
.box-product>div{width:23.99%;display: inline-block;margin-right:1%;margin-bottom: 15px;vertical-align: top;padding:0px;border: 1px solid #e2dedd;border-top: 1px solid #f9f9f9; box-shadow: 0 0 1px 2px #f9f9f9;}
.box-product>div:hover{box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);}
.box-content .box-product>div:nth-of-type(4n) {margin-right: 0;}
.box-product>div.last{margin-right:0}.box-product .image{display:block;padding:10px;transition: transform .2s;text-align:center}
.box-product .image:hover{transform: scale(1.05);}
.box-product .name {padding:10px;text-align: center;border-bottom:1px solid #e2dedd}
.box-product .name h2 {padding:0px;margin:0}
.box-product .name h2 a{font-size:17px;font-weight:500;}
.box-product .name h2 a:hover{color:#624837;text-decoration:underline}
.box-product .price{font-size:17px;font-weight:600;margin-left:4px;text-align:right;padding-right: 8px;}
.box-product .btnbd{text-align: left;border-top: 1px solid #e2dedd;display: flex;align-items: center;justify-content: space-evenly;width:100%}
.box-product .buynow{border-right: 1px solid rgba(226,222,221,1);width:50%;padding:10px 0;display: inline-block;text-align: center;}
.box-product .buynow button{background:none;border:0;color:#624837;text-transform: uppercase;font-size:16px}
.box-product .buynow button:hover{color:#624837}
.box-product .buynow button.loading{text-transform: uppercase;background-image: linear-gradient(-225deg,#231557 0%,#44107a 29%,#ff1361 67%,#fff800 100%); background-size: auto auto;background-clip: border-box;background-size: 200% auto;color: #fff;background-clip: text;text-fill-color: transparent;-webkit-background-clip: text; -webkit-text-fill-color: transparent;animation: textclip 2s linear infinite;display: inline-block;font-size: 18px;}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.box-product .pdetail{display: inline-block;text-align: center;}
.page-item.active .page-link{background:#624837 !important;border-color:#624837 !important}
.page-link{border-color:#624837 !important;color:#5d5c61 !important}
.page-link:hover{background:#624837 !important;border-color:#624837 !important;color:#fff !important}
.page-item.active .page-link{color:#fff !important}
.manuflist{background:#624837;padding:4px 10px;color:#fff;font-size:18px}
#mainimg .img-thumbnail{border:0 !important;}
.detailslist{display:inline-block;min-width:102px;margin-right:6px;font-weight:600}
.prodopt{font-size: 16px;text-transform: uppercase;font-weight: 700;}
#product .form-label{font-size: 13px;text-transform: uppercase;font-weight:600;}
.prodqty .form-control{width:100px;display:inline-block}
#prodtabs .nav-link{background-color:#8e8080;border: 0;border-radius:unset;padding:14px 30px;text-transform: uppercase;font-weight:600;}
#prodtabs a.nav-link{color:#fff}
#prodtabs .active{background-color: #624837;color: #fff;}
h2.pgtitle{font-size:26px;text-align: center;}
#account-account h2.pgtitle{margin-top:15px;margin-bottom:10px}
.mainlink{list-style:none;padding:0;margin:0}
.mainlink li i{margin-right:8px;}
.mainlink ul{list-style:none;}
.mainlink li{padding-bottom:5px;}
.mainlink li i{margin-right:8px;}
#column-left{width:18% !important;margin-right: 2%;}
#accbox a{border:0px;padding:6px 5px;font-size}
#accbox a i{margin-right:6px}
.pgtitleimg{position: relative;top: -2px;margin-right: 5px;width: 35px;}
h2.pgtitleimg{position: relative;top: -2px;margin-right: 5px;width: 35px;}
.pgtitle{font-family: 'Poppins', sans-serif;font-weight:500;font-size: 40px;margin-bottom: 20px;}

.allpgtitle{font-family: 'Poppins', sans-serif;font-weight:500;font-size:30px; border-bottom:2px solid #624837;padding-bottom: 4px;margin-bottom: 20px;color: transparent; text-shadow: 0px 4px 10px rgba(179, 147, 211, 0.8);background-image: linear-gradient(to right ,#624837, #000, #8e8080, #000, #624837);-webkit-background-clip: text;background-clip: text;background-size: 200%; background-position: -200%;animation: animated-gradient 4s infinite alternate-reverse;transform: scaleX(1); transform-origin:   0% 50%;text-transform: uppercase;}
@keyframes animated-gradient{
  to{
    background-position: 200%;
  }
}

@media only screen and (max-width:550px){
	.topnav{display:block}
	.stellarnav > ul > li.mobhide, .mobhide{display:none !important}
	.topcol, .footlogo .flogobox, .homeprod, .homebann, .ourrangecol, .homeinfopg{width:100%;text-align:center;float:none;}
	.homeprod, .ourrangecol, .homeinfo{margin:0 0px 15px 0px;padding:0}
	header .hrightcol2{width:100%;display:inline-block;margin-top: 0px;}
	.topnavtxt h4{font-size: 13px;}
	.topnavtxt h4, .topnavtxt h6{margin:0;padding:0}
	.list-inline-item:not(:last-child) {margin-right: 1.5rem;}
	header{margin-bottom:10px;}
	header .ht{height:0;}
	.welcome h1,{font-size: 30px;}
	.homeshippingbox h2{font-size: 25px;}
	.welcomeleft, .welcomeright, .homeshippingleft, .homeshippingright{width:100%}
	.welcomeright, .homeshippingright{margin-top:20px}
	footer ul li{padding: 5px 0;font-size:14px}
	.homeinfopg{margin-bottom:12px;}
	.maincatsbox .maincats, .maincatsbox .maincats.last{width:47%;margin-right:10px}
	.box-product>div{width:100%}
	.subcats{width:25%}
	.mobleft{text-align:left !important;padding-top:12px}
	.menubelow{background:transparent;border:0px; height:auto}
	.sitemenu{background:transparent;}
	footer .fpadleft{padding-left:3%}
	footer h5{padding:0}
}

@media(min-width:551px) and (max-width:1085px){
	.topnav{display:block}
	.topnavtxt h4{font-size: 13px;}
	.topnavtxt h4, .topnavtxt h6{margin:0;padding:0}
	header{margin-bottom:10px;}
	header .ht{height:0;}
	header .hrightcol2{width:100%;display:inline-block;margin-top: 0px;}
	.stellarnav > ul > li.mobhide, .mobhide{display:none !important}
	.topcol, .footlogo .flogobox, .homeprod, .homebann, .ourrangecol, .homeinfopg{width:100%;text-align:center;float:none;margin: 0 auto;}
	.homeinfopg + .homeinfopg{margin: 0 auto;}
	.homebann, .homeprod, .homeinfopg, .homeinfopg + .homeinfopg{margin-bottom:12px;}
	.homeprodcol, .ourrangecol{width:50%;float:left}
	footer .col-sm-3, footer .col-sm-2{padding-left:25px;width:50%}
	.box-product>div{width:48.63%}
	.maincatsbox .maincats, .maincatsbox .maincats.last{width:47%;margin-right:10px}
	#column-left{width:30% !important;margin-right: 2%;}
	.container, .container-sm, .container-md{max-width:100%}
	.menubelow{background:transparent;border:0px; height:auto}
	.sitemenu{background:transparent;}
	.welcome h1,{font-size: 30px;}
	.homeshippingbox h2{font-size: 25px;}
	.welcomeleft, .welcomeright, .homeshippingleft, .homeshippingright{width:100%}
	.welcomeright, .homeshippingright{margin-top:20px}
}
@media(min-width:1086px) and (max-width:1587px){
	.maincatsbox .maincats{width: 30.5%;}
	.stellarnav>ul>li>a {
        padding: 12px 12px;font-size: 17px;
    }
}