@charset "utf-8";
/* Normal CSS */
body {
  color: #1c4357;
  font-family: 'Lato', sans-serif;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*, *:focus {
  outline: none;
}
a {
  color: #1c4357;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #ef8432;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 800;
  line-height: 1.3;
}
p {
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
ul {
  padding: 0;
  margin: 0;
}
figure {
  margin: 0;
}
::selection {
  background: #1c4357;
  color: #ffffff;
}
::-webkit-selection {
  background: #1c4357;
  color: #ffffff;
}
::-moz-selection {
  background: #1c4357;
  color: #ffffff;
}
::-o-selection {
  background: #1c4357;
  color: #ffffff;
}
::-ms-selection {
  background: #1c4357;
  color: #ffffff;
}

/* Reseted CSS */
/* Buttons CSS */
.btn {
  min-width: 200px;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  transition: all ease .4s;
  box-shadow: none !important;
}
.btn img {
  transition: all ease .4s;
}
.btn-lg {
  padding: 20px 30px;
}
.btn-info {
  background-color: #bdabcc;
  border-color: #bdabcc;
}
.btn-info:hover, .btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  background-color: #646765;
  border-color: #646765;
}
.btn-gray {
  background: #72707c;
}
.btn-gray:hover, .btn-gray:focus {
  background: #646270;
  color: #ffffff;
}
.btn-orange {
  background: #ef8432;
}
.btn-orange:hover, .btn-orange:focus {
  background: #646270;
  color: #ffffff;
}

/* Section Title Css */
.section-title {
  font-size: 40px;
  color: #46454f;
  font-weight: 600;
  line-height: 50px;
  max-width: 575px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.section-title span {
  position: relative;
}
.section-title span:before, .section-title span:after {
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 1;
  content: "";
  width: 32px;
  height: 5px;
  background: #ef8432;
  border-radius: 10px;
}
.section-title span:after {
  left: auto;
  right: -50px;
}



/* Owl Carousel Slider */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #ffffff;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  transition: all ease .4s;
}
.owl-carousel button.owl-dot + button.owl-dot {
  margin-left: 16px;
}
.owl-carousel button.owl-dot.active {
  background: #ffffff;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.5);
  outline: none;
  align-items: center;
  justify-content: center;
  transition: all ease .4s;
  transform: translateY(-50%);
  z-index: 1;
}
.owl-carousel .owl-nav button:before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  border-bottom: 3px solid #646765;
  border-left: 3px solid #646765;
  content: "";
  transform: rotate(45deg);
  transition: all ease .4s;
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}
.owl-carousel .owl-nav button.owl-next:before {
  margin: 0 7px 0 0;
  transform: rotate(-135deg);
}
.owl-carousel .owl-nav button:hover {
  background: #d77f3c;
}
.owl-carousel .owl-nav button:hover:before {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}
/* Form CSS */
select::-ms-expand {
  display: none;
}
select.form-control {
  padding: 10px 40px 10px 20px;
  background-image: url(../images/dropdown-arrow.png);
  background-position: 95% 22px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  text-indent: 0px;
  text-overflow: '';
}
textarea.form-control {
  height: 120px;
  width: 100%;
  resize: none;
}
.form-group {
  margin-bottom: 30px;
}
.form-control {
  width: 100%;
  height: 56px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 8px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ededed;
  font-size: 15px;
  color: #919191;
  font-weight: 300;
  border-width: 2px;
  box-shadow: none !important;
}
/* Header CSS */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  background: #46454f;
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
.logo img { max-width: 200px; }
header .form-control {
  height: 52px;
  border: none;
  box-shadow: none !important;
  background: #ffffff;
  font-size: 18px;
  color: #46454f;
}
.header-left {
  float: left;
}
.header-right {
  float: right;
}
.search-area {
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  position: relative;
}
.search-area .btn {
  position: absolute;
  top: 3.2px;
  right: 3px;
  z-index: 1;
  background: #ef8432;
  min-width: inherit;
  padding: 8px 12px 10px;
  border-radius: 8px;
}
.search-area .btn img {
  width: 22px;
}
.ecommerce-info {
  display: inline-block;
  vertical-align: middle;
}
.ecommerce-info ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px 12px;
  border-right: 1px solid #72707c;
  font-size: 18px;
  color: #ffffff;
}
.ecommerce-info ul li img {
  width: 22px;
  margin-right: 7px;
}
.ecommerce-info ul li.cart-info {
  font-size: 20px;
  font-weight: 300;
}
.ecommerce-info ul li.cart-info span {
  font-weight: 400;
}
.ecommerce-info ul li.cart-info small {
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1;
  background: #ef8432;
  border-radius: 100%;
  padding: 3px 2px;
  line-height: normal;
  font-size: 11px;
  min-width: 18px;
  text-align: center;
}
.shopping-bag {
  position: relative;
  margin-right: 7px;
}
.socials {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.socials ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}
.socials ul li a {
  display: inline-block;
}
.socials ul li a {
  display: inline-block;
  width: 41px;
  height: 41px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  background: url("../images/socials-sprite.png") no-repeat 10px 10px #46454f;
  background-size: 18px auto;
}
.socials ul li a.insta:hover, footer .socials ul li a.insta:focus {
  background-position: 10px -171px;
}
.socials ul li a.insta {
  background-position: 10px -110px;
}
.socials ul li a:hover, footer .socials ul li a:focus {
  background-color: #ffffff;
  background-position: 10px -50px;
}
nav {
  display: block;
  vertical-align: middle;
  font-size: 17px;
  border-top: 1px solid #ebeff1;
  border-bottom: 1px solid #ebeff1;
  background: #ffffff !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: -1px;
}
nav ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin: 0 20px;
}
nav ul li:hover a {
  color: #000000;
}
nav ul li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 1;
  height: 4px;
  background: #ef8432;
  content: "";
  transition: all ease .4s;
}
nav ul li:hover:after, nav ul li.active:after {
  width: 100%;
}
nav ul li a.dropdown-toggle:before {
  display: inline-block;
  border: none;
  width: 1.5px;
  height: 8px;
  background: #7b7984;
  transform: rotate(-225deg);
  content: "";
  position: absolute;
  top: 30px;
  right: -5px;
  z-index: 1;
}
nav ul li a.dropdown-toggle:after {
  margin-left: 20px;
  border: none;
  width: 1.5px;
  height: 8px;
  background: #7b7984;
  transform: rotate(225deg);
  position: absolute;
  top: 30px;
  right: -10px;
  z-index: 1;
  content: "";
}
nav ul li:first-child {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
}
nav ul li a {
  display: inline-block;
  padding: 22px 25px;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  position: relative;
  padding: 21px 1rem !important;
}
nav form .btn {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 20px 30px;
  min-width: 180px;
}
nav form .btn:first-child {
  border-right-color: #92919b;
}
.menu-toggle {
  display: none;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 50px;
  height: 45px;
  background: #fcf6fc;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.menu-toggle span {
  display: block;
  width: 40px;
  height: 3px;
  background: #46454f;
  position: relative;
  transition: all ease .4s;
}
.menu-toggle span:before, .menu-toggle span:after {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #46454f;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
.menu-toggle span:after {
  top: 9px;
}
.menu-toggle.active span {
  background: none;
}
.menu-toggle.active span:before {
  top: -6px;
  transform: translateY(7px) rotateZ(-45deg)
}
.menu-toggle.active span:after {
  top: 6px;
  transform: translateY(-5px) rotateZ(45deg)
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
  top: 95%;
  border: none;
  padding: 20px 30px;
  min-width: 255px;
}
nav ul li a.dropdown-item {
  padding: 7px 0 !important;
  font-weight: 300;
  position: relative;
  background: none !important;
}
nav ul li a.dropdown-item:after, footer nav ul li a:after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  content: "";
  transition: all ease .4s;
}
nav ul li a.dropdown-item:hover:after, footer nav ul li a:hover:after {
  width: 100%;
}

/* Banner CSS */
.top-banner .banner-background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 16, 20, 0.3);
  content: "";
  z-index: 0;
}
.banner-background {
  display: flex;
  height: 100vh;
  min-height: 680px;
  background-image: url(../images/background1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  align-items: center;
}
.banner-background > * {
  position: relative;
  z-index: 1;
}
.banner-caption {
  max-width: 800px;
  padding: 75px;
  margin: 0 auto;
  text-align: center;  
  text-transform: uppercase;
}
.banner-caption span {
  font-size: 35px;
  color: #ffffff;
  text-transform: uppercase;
}
.banner-caption h1 {
  margin: 20px 0 40px;
  font-size: 75px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 900;
}
.banner-caption .btn {
  padding: 15px 20px;
  color: #ffffff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
}

/* Process Info Css */
.process-info {
  padding: 70px 0;
  text-align: center;
}
.process-info p {
  font-size: 20px;
  text-align: center;
  line-height: 35px;
}
.icon-box {
  display: inline-block;
  width: 184px;
  height: 184px;
  border-radius: 100%;
  background: #f7f8fa;
  border: 13px solid #eef1f4;
  padding: 10px;
  position: relative;
}
.icon-box span {
  display: inline-block;
  width: 138px;
  height: 138px;
  border-radius: 100%;
  background: url(../images/process-sprite.png) no-repeat 0 0 #eef1f4;
  background-size: 85px auto;
  background-position: 28px -287px;
  transition: all ease .4s;
}
.icon-box:hover span {
  background-position: 28px -440px;
}
.icon-box small {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: 1;
  width: 35px;
  height: 38px;
  background: url(../images/arrow-sprite.png) no-repeat 0 0;
  background-size: 35px auto;
  transition: all ease .6s;
}
.icon-box:hover small {
  background-position: 0 -59px;
}
.process-info .row {
  margin-top: 60px;
}
.process-info .row p {
  line-height: 30px;
  padding: 40px 0 0;
}
.process-info .row [class*="col-"]:first-child .icon-box span {
  background-position: 28px 25px;
}
.process-info .row [class*="col-"]:first-child .icon-box:hover span {
  background-position: 28px -132px;
}
.process-info .row [class*="col-"]:last-child .icon-box span {
  background-position: 28px -600px;
}
.process-info .row [class*="col-"]:last-child .icon-box:hover span {
  background-position: 28px -760px;
}

/* Featured Block Css */
.featured-block {
  padding: 0 0 70px;
}
.product-img {
  background: #fafafa;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.product-img:hover .cart-options {
  bottom: 31px;
}
.discount-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background: #da273e;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
}
.cart-options {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50px;
  max-width: 120px;
  padding: 8px 10px 6px;
  text-align: center;
  box-shadow: 1px 2px 15px 1px rgba(0, 0, 0, 0.05);
  transition: all ease .4s;
}
.cart-options a {
  display: inline-block;
  width: 25px;
  height: 28px;
  margin: 0 5px;
  background: url("../images/cart-options.png") no-repeat 0 5px;
}
.cart-options a:hover, .cart-options a:focus {
  background-position: 0 -45px;
}
.cart-options a.add-to-bag {
  background-position: 0 -100px;
}
.cart-options a.add-to-bag:hover, .cart-options a.add-to-bag:focus {
  background-position: 0 -160px;
}
.featured-block .product-des {
  padding: 20px;
  text-align: center;
}
.featured-block .product-des h6 {
  font-size: 16px;
  color: #ef8432;
  font-weight: 400;
}
.featured-block .product-des h4 a {
  font-size: 20px;
  color: #46454f;
  font-weight: 400;
  margin: 10px 0;
}
.featured-block .product-des strike {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.featured-block .product-des span {
  display: block;
  clear: both;
  font-size: 22px;
  color: #000000;
  font-weight: 300;
  margin-top: 5px;
}
.featured-block .owl-carousel .owl-nav button.owl-next, .featured-block .owl-carousel .owl-nav button.owl-prev {
  left: -80px;
  background: none;
  top: 30%;
  transform: translateY(-30%);
}
.featured-block .owl-carousel .owl-nav button.owl-next:before, .featured-block .owl-carousel .owl-nav button.owl-prev:before {
  border-bottom: 5px solid #dee4e9;
  border-left: 5px solid #dee4e9;
}
.featured-block .owl-carousel .owl-nav button.owl-next  {
  left: auto;
  right: -80px;
}
.featured-block .owl-carousel .owl-nav button.owl-next:hover:before, .featured-block .owl-carousel .owl-nav button.owl-prev:hover:before {
  border-bottom: 5px solid #ef8432;
  border-left: 5px solid #ef8432;
}

/* Categories Block Css */
.categories-block {
  padding: 50px 0 60px;
  background: #fafafa;
  text-align: center;
}
.categories-block .row {
  margin: 0 -25px;
}
.categories-block [class*="col-"] {
  padding: 0 25px;
}
.categories-block img {
  border-radius: 10px;
  border: 3px solid #eef1f4;
  margin-bottom: 20px;
  height: 180px;
  object-fit: cover;
  background: #ffffff;
  transition: all ease .4s;
}
.categories-block a:hover img {
  border-color: #57b5c7;
}
.categories-block a {
  font-size: 20px;
  color: #46454f;
  font-weight: 600;
  transition: all ease .4s;
}
.categories-block a.view-all {
  font-size: 22px;
  color: #ef8432;
  font-weight: 600;
  font-style: italic;
}
.categories-block a.view-all img {
  border: none;
  height: auto;
  margin: 0 0 0 5px;
}

/* Subscribe Block Css */
.subscribe-block {
  padding: 40px 0;
  background: #d6772e;
}
.subscribe-block .section-title {
  color: #ffffff;
  margin-bottom: 5px;
}
.subscribe-block p {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  padding: 0 0 5px;
}
.subscribe-block form {
  max-width: 780px;
  margin: 0 auto;
}
.subscribe-block form input {
  border: none;
  box-shadow: none;
  color: #46454f;
  font-size: 16px;
  height: 51px;
}
.subscribe-block form .btn {
  min-width: 150px;
  background: #46454f;
  color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 3px;
  right: 8px;
  z-index: 1;
  padding: 9.5px 25px;
}
.subscribe-block form .btn:hover, .subscribe-block form .btn:focus {
  background: #ef8432;
}
.subscribe-block .row {
  margin: 0 -5px;
}
.subscribe-block [class*="col-"] {
  padding: 0 5px;
}

/* Find Us */
.find-us {
  padding: 60px 0;
  background: #57b5c7;
  text-align: center;
}
.find-us .section-title {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.find-us a, .find-us span {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  text-transform: uppercase;
}
.find-us .socials ul li a {
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-size: 28px auto;
  background-position: 15px 16px;
  background-image: url("../images/socials-sprite2.png");
  border-width: 2px;
}
.find-us .socials ul li a:hover, .find-us .socials ul li a:focus {
  background-color: #ffffff;
  background-position: 15px -52px;
}
.find-us .socials ul li:last-child a {
  background-position: 15px -114px;
}
.find-us .socials ul li:last-child a:hover, .find-us .socials ul li:last-child a:focus {
  background-position: 15px -183px;
}
.find-us .socials ul li {
  padding: 0 8px;
}

/* Related Products Css */
.related-products {
  background: #fafafa;
  padding-top: 70px;
}
.related-products .product-img {
  background: #ffffff;
  border: 1px solid #e5e9ed;
}
.breadcrumb {
  background: none;
  margin: 0;
  padding: 20px 0;
}
.breadcrumb-block {
  background: #f0f0f0;
}
.breadcrumb-block img {
  vertical-align: baseline;
  margin-right: 15px;
}
.breadcrumb-item.home a {
  color: #000000;
  font-weight: 500;
}
.breadcrumb-item a, .breadcrumb-item + .breadcrumb-item {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}
.breadcrumb-item + .breadcrumb-item:before {
  padding-right: 0.7rem;
  padding-left: 0.2rem;
}

/* Product Details Css */
.product-details {
  padding: 70px 0;
}
.product-details .owl-carousel .owl-dots {
  position: static;
}
.product-details .owl-carousel button.owl-dot {
  border-color: #d5d5d5;
}
.product-details .owl-carousel button.owl-dot.active {
  background: #ef8432;
  border-color: #ef8432;
}
.product-details .owl-carousel button.owl-dot + button.owl-dot {
  margin-left: 13px;
}
.product-details .owl-carousel .owl-nav button.owl-next, .product-details .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  top: 45%;
  transform: translateY(-45%);
}
.product-details .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -30px;
}
.product-details .owl-carousel .owl-nav button:hover {
  background: #ef8432;
  border-color: #ef8432;
}
.product-details .banner-background {
  border: 1px solid #eaeaea;
  height: auto;
  min-height: 600px;
  background-size: contain;
}
.product-info {
  padding-left: 50px;
}
.product-info .text-uppercase {
  font-weight: 400;
  color: #9f9f9f;
  letter-spacing: 4px;
  font-size: 16px;
  margin-bottom: 5px;
}
.product-info h1 {
  font-size: 32px;
  line-height: 36px;
  color: #46454f;
  font-weight: 400;
}
.product-info span.price {
  font-size: 30px;
  color: #46454f;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.product-info .discount-tag {
  position: static;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.btns-block {
  padding: 10px 0 20px;
}
.btns-block .btn {
  min-width: 172px;
  background: #46454f;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 20px 10px;
  margin-left: 8px;
}
.btns-block .btn.border-btn {
  background: none;
  border: 1px solid #46454f;
  color: #46454f;
}
.btns-block .btn.border-btn:hover, .btns-block .btn.border-btn:focus {
  background: #46454f;
  color: #ffffff;
}
.quantity {
  position: relative; 
  float:left; 
  border: 1px solid #46454f;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 4px;
  margin-right: 2px;
  padding-top: 1px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; 
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  width: 60px; 
  height: 36px; 
  line-height: 1.65; 
  float: left; 
  display: block; 
  padding: 0; 
  margin: 0;   
  font-size:16px; 
  color:#000;
  border: none;
  text-align: center;
  background: transparent;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left; 
  position: absolute; 
  left: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
}
.quantity-button {
  position: relative; 
  cursor: pointer;
  width: 23px; 
  height:22px; 
  text-align: center; 
  color: #333; 
  font-size: 33px; 
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  -o-user-select: none; 
  user-select: none;
  font-weight: 500;
}
.quantity-button.quantity-up {
  position: absolute; 
  height: 50%; 
  top: -22px;
  left: 10px;  
}
.quantity-button.quantity-down {
  position: absolute; 
  top: -5px;
  height: 50%;
  right: 10px;
  font-size: 30px;
}
.quantity-button img {
  width:10px;
}
.border-box-info {
  padding: 25px 0;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  margin: 20px 0;
}
.border-box-info h4 {
  font-size: 16px;
  color: #46454f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.border-box-info p {
  font-size: 16px;
  line-height: 24px;
  color: #46454f;
  margin-bottom: 0;
}
.border-box-info h4 span {
  font-weight: 300;
}
.radio-toolbar {
  margin-bottom: 20px;
}
.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar a {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px 22px;
  font-size: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px 2px #f1f1f1;
  font-weight: 400;
  margin: 0 10px 0 0;
  color: #474747;
  min-width: 95px;
  text-align: center;
  cursor: pointer;
}
.radio-toolbar a:hover, .radio-toolbar a.active {
  background-color: #ef8432;
  color: #ffffff;
}
.radio-toolbar a.sin_stock {
  background: #f0f0f0;
  cursor: default;
}
.mensaje-sin-stock { 
  display: none;
  text-transform: uppercase;
  background-color: #ef3232;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 10px;
  margin: 10px 0px;
}
.radio-toolbar a.sin_stock:hover, .radio-toolbar a.sin_stock:focus {
  color: #474747 !important;
  background: #f0f0f0 !important;
}
.payment-options [class*="col-"]:first-child {
  border-right: 1px solid #cccccc;
}
.payment-options span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #8a8a8a;
}
.payment-options img {
  vertical-align: middle;
}
.safe-purchases {
  overflow: hidden;
  height: 100%;
  padding: 5px 0;
}
.safe-purchases img {
  float: left;
  margin-top: 1px;
}
.safe-purchases span {
  display: block;
  clear: both;
  font-size: 16px;
  color: #32a241;
  margin-bottom: 7px;
  font-weight: 500;
}
.safe-purchases p {
  font-size: 15px;
  line-height: 20px;
  color: #7f7f7f;
}
.right-content {
  display: block;
  overflow: hidden;
  padding-left: 5px;
}
.share-option {
  text-align: right;
  margin-top: 30px;
}
.share-option span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #46454f;
  font-weight: 600;
  margin-right: 10px;
}
.share-option ul {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
}
.share-option ul li {
  display: inline-block;
}


/* Page Title CSS */
.page-title {
  padding: 50px 0;
  background-color: #ef8432;
  text-align: center;
}
.page-title h1 {
  font-size: 55px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.about-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container-inner {
  max-width: 815px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.about-wrap img {
  margin-bottom: 30px;
}
.border-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
}
.border-title h2 {
  font-size: 36px;
  font-weight: 500;
  color: #46454f;
}
.form-wrap {
  padding-top: 30px;
}
.form-wrap .row {
  padding-top: 10px;
  margin-left: -8px;
  margin-right: -8px;
}
.form-wrap [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 25px;
}
.form-wrap .form-control {
  color: #000;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0, 0, 0, 0.11) !important;
}
.form-wrap label {
  color: #46454f;
  text-transform: uppercase;
}
.form-wrap select {
  padding-right: 60px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 91% 50%;
}
.form-wrap textarea.form-control {
  height: 90px;
}
.form-wrap [class*="col-"].submit-btn-block {
  margin-bottom: 0;
}
.form-wrap .btn {
  margin-top: 5px;

}
.black-btn {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #46454f;
  border-radius: 5px;
}
.black-btn:hover {
  color: #ffffff;
  background-color: #ef8432;
}
.form-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.form-wrap ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.form-wrap :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
.form-wrap :-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}

/* Products Listing Page Css */
.products-listing {
  padding: 80px 0 70px;
}
.products-listing .product-img {
  background: none;
  border: 1px solid #e5e9ed;
  border-radius: 10px;
}
.products-listing .col-md-9 [class*="col-"] {
  padding-bottom: 20px;
}
.pagination-block {
  margin-top: 30px;
  text-align: center;
}
.pagination-block ul {
  display: inline-flex;
}
.pagination-block ul li {
  display: inline-block;
  margin: 0 8px;
}
.pagination-block ul li .page-link {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  box-shadow: none;
}
.pagination-block ul li .page-link:hover, .pagination-block ul li.current .page-link {
  background-color: #ef8432;
  border-color: #ef8432;
  color: #fff;
}
.pagination-block ul li:first-child a, .pagination-block ul li:last-child a {
  border: none;
  background: url("../images/pagination.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 15px 10px;
}
.pagination-block ul li:first-child a:hover, .pagination-block ul li:first-child a:focus {
  background-color: inherit;
  background-position: 15px -52px;
}
.pagination-block ul li:last-child a {
  background-position: 15px -118px;
}
.pagination-block ul li:last-child a:hover, .pagination-block ul li:last-child a:focus {
  background-position: 15px -185px;
  background-color: inherit;
}
aside h2 {
  font-size: 24px;
  color: #46454f;
  font-weight: bold;
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
aside h3 {
  font-size: 18px;
  color: #46454f;
  font-weight: 600;
  border-bottom: 1px dashed #cccccc;
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
aside ul {
  display: block;
  overflow: hidden;
  list-style-type: none;
}
aside ul li {
  margin-bottom: 3px;
}
aside ul.nav-items li a {
  font-size: 18px;
  color: #46454f;
  font-weight: 300;
}
aside ul.nav-items li a:after {
  display: none;
}
aside ul.nav-items li a:hover, aside ul.nav-items li a[aria-expanded="true"], aside ul.nav-items li a.active {
  font-weight: 600;
}
aside ul.bullet-list {
  position: static !important;
  border: none;
  padding: 0;
  margin: 8px 0;
  transform: none !important;
}
aside ul.bullet-list li a {
  font-size: 16px;
  color: #46454f;
}
aside ul.bullet-list li {
  padding-left: 13px;
  background: url("../images/bullet-list.png") no-repeat 0 8px;
}
aside ul.bullet-list li a:hover {
  color: #ef8432;
  text-decoration: underline;
}
aside ul.nav-items.brands li a:hover {
  color: #ef8432;
  text-decoration: underline;
  font-weight: 300;
}

/* Ui Slider Css */
.nouislider {
  float: left;
  width: 100%;
  color: #fa6738;
  margin-bottom: 25px;
}
.nouislider small {
  font-size: 16px;
  color: #464647;
}
.nouislider .btn {
  min-width: inherit;
  padding: 7px 14px 9px;
  background: #46454f;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 10px;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.noUi-base {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  float: left;
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s, top .3s;
  transition: left .3s, top .3s;
}
.noUi-state-drag * {
  cursor: inherit!important;
}
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 4px;
  margin-bottom: 25px;
}
.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -15px;
  top: -8px;
  background: url(../images/circle.png) no-repeat 0 0;
}
.noUi-vertical {
  width: 12px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-background {
  background: #e4e4e4;
  cursor: pointer;
}
.noUi-connect {
  background: #ef8432;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.gray-bg {
  display: inline-block;
  vertical-align: middle;
  background: #f4f4f4;
  display: inline-block;
  padding: 10px 15px;
  color: #46454f;
  min-width: 140px;
}


/* Footer Css */
footer {
  padding: 35px 50px;
}
footer nav {
  display: inline-block !important;
  background: none;
  padding: 10px 0 0 !important;
}
footer .float-right {
  margin-top: -20px;
}
footer nav ul li a {
  font-size: 17px;
  color: #46454f;
  font-weight: 400;
  padding: 0 !important;
}
footer nav ul li {
  padding: 0 30px;
  margin: 0;
}
footer nav ul li:after {
  display: none;
}
footer nav ul li:before {
  position: absolute;
  top: 10px;
  right: -5px;
  z-index: 1;
  content: "";
  background: #d6772e;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
footer nav ul li:last-child:before {
  display: none;
}
footer nav ul li:first-child {
  padding-left: 0;
}
footer nav ul li a:before {
  bottom: -2px;
}

/* Copyright Css */
.copyright {
  padding: 20px 0;
  background: #d5d8db;
  font-size: 17px;
  color: #767b87;
  font-weight: 300;
  overflow: hidden;
}
.copyright span {
  float: left;
}
.copyright a {
  float: right;
}

.order-by {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 45px;
  font-weight: 300;
  font-size: 18px;
}
.order-by span {
  margin-right: 5px;
  font-weight: 700;
  color: #46454f;
}
.order-by ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.order-by ul li:after {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background-color: #908f94;
  content: "";
  transform: rotate(15deg);
}
.order-by ul li:last-child:after {
  display: none;
}
.order-by a {
  color: #46454f;
}
.order-by a:hover {
  font-weight: 400;
  color: #ef8432;
}
.cart-info a { color: white; }
.bg-main { background-color: #ef8432; }
.bg-sec { background-color: #646270;; }