body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #000000;
  transition: 0.5s;
}

a:hover,  a:focus {
  color: #003558;
  outline: none;
  padding-bottom: 0px;
  text-decoration: none;
}

.nav-menu a:active {
  color: #003558!important;
  padding-bottom: 0px;
  border-bottom: 2px solid #003558;
  text-decoration: none;
}


p {
  padding: 0;
  margin: 0 0 5px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #000000;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
    z-index: 99;
  }

  .current-menu-item a {
      border-bottom: 1px solid #964242;
      color: #c14343 !important;
  }

  .cloth-select select {
    padding: 1px 3px;
    display: inline-block;
    border-radius: 5px;
    outline: none;
    margin: 5px 0;
  }


}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 15px 0;
  height: auto;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  text-align: center;
  box-shadow: 0px 0px 2px #bbb;
  right: 0;
  transition: all 0.5s;
  z-index: 9999;
}

#header.header-scrolled {
  background: #ffffff;
  padding: 10px 0;
  height: auto;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0px 1px 2px #bbb;
  z-index: 999999;
}

button#mobile-nav-toggle {
    z-index: 9999999;
}


#header #logo {
  float: left;
  width: 132px;
}
#header #logo img {
  width: 100%;
}
@media (min-width: 1024px) {
  #header #logo {
    padding-left: 30px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #000;
  padding-left: 10px;

}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 500px;
  margin-top: 100px;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #000000;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #000000;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
display: inline-block;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
padding-top: 19px;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-left: 80px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}



.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #000000;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #000000;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: rgb(0, 0, 0);
}

@media (max-width: 767px) {
  #mobile-nav-toggle {
    display: inline;
  }

#header-margin {
  padding: 32px 0!important;
}
#product-detail .prod-imgbox figure {
  height: 350px!important;
}
#header #logo {
  width: 70px;
}
#intro {
  margin-top: 70px;
}
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #000000;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #000000;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
  z-index: 9999999;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #000000;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

.topnav {
float: right;
margin: 0;
padding-top: 10px;
}
.topnav  ul{
  margin: 0;
  padding: 0;
}
.topnav  ul li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
.topnav  ul li a {
  padding: 0 3px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
}



.topnav  form.example input[type=text] {
  padding: 7px;
  font-size: 14px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  outline: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #ffffff;
}

/* Style the submit button */
.topnav form.example button {
  float: left;
  width: 20%;
  padding: 7px;
  background: #f1f1f1;
  color: #333;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 14px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

.topnav form.example button:hover {
  background: #f2f2f2;
}

/* Clear floats */
.topnav form.example::after {
  content: "";
  clear: both;
  display: table;
}

.bread-cumb {
  width: 100%;
  overflow: hidden;
  padding: 15px 5px;
}
.bread-cumb ul {
  padding: 0;
}
.bread-cumb ul li {
  display: inline-block;
}
.bread-cumb ul li  a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
}

.bread-cumb ul li i {
  font-size: 14px;
  padding: 0 7px;
  font-weight: 500;
  color: #333;
}


#clothing {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  overflow: hidden;
}


.clothing-fliter {
  width: 100%;
  margin: 0 auto;
}
.clothing-fliter ul li {
  display: block;
  padding:10px 10px 5px 10px;
  border-bottom: 1px solid #000000;
}

.clothing-fliter ul li a {
  font-size: 14px;
  color: #666666;
}


#product {
  padding: 40px 0 10px 0;
  overflow: hidden;
}

.single-product #product {
  padding: 0px 0 10px 0;
  overflow: hidden;
}

#product .product-box {
  width: 100%;
  height: 370px;
  position: relative;
  padding: 5px;
  border: 1px solid #e7e7e7;
  margin: 20px 0;
  overflow: hidden;
}
#product .product-box .product-img {
  width: 100%;
  height: 100%;
}

.product-img img {
  width: 100%;
  height: 100%;
}

.pro-contant {
  position: absolute;
bottom: 20px;
left: 50%;
transform: translate(-50%);

}

.pro-contant a {
  padding: 5px 10px;
  background: #333;
  border:1px solid #333;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  font-weight: 12px;
}
.pro-contant a:hover {
  background: #000000;
  border: 1px solid #000;
  color: #ffffff;
}


#top-footer .shop {
background: #f1f1f1;
text-align: center;
vertical-align: middle;
width: 100%;
padding: 20px;
margin: 20px 0;
}

#top-footer .shop ul li h4 {
  float: left;
  margin-right: 30px;
  padding: 0;
  margin: 0;
}
#top-footer .shop ul{
  float: left;
  margin: 0;
}
#top-footer .shop ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  border-right: 1px solid #333;
}
#top-footer .shop ul li:first-child {
  border: none;
}
#top-footer .shop ul li:last-child {
  border: none;
}
#top-footer .shop ul li figure {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
#top-footer .shop ul li figure i {
  font-size: 22px;
}
#top-footer .shop ul li figcaption p {
  font-size: 12px;
  margin: 0;
}

@media (max-width: 767px) {
  .footer-link ul li  {
    margin: 7px 0;
    padding: 0;
    padding: 0 10px;
  }
  .shop ul li h4 {
    width: 100%;
  }

  .shop ul  {
    margin: 0;
  }

  .shop ul li:nth-child(1) {
    border-right: none!important;
    padding: 10px 0;
  }
  .social-icon {
    width: 100%!important;
    text-align: center;
  }
  .shop {
    width: 100%;
  }
  .shop ul {
    padding: 0;
  }
  .shop ul li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}



footer {
  width: 100%;
  height: auto;
  background: #f1f1f1;
  padding: 10px;
  overflow: hidden;
}

.bottom-footer {
  background: #f1f1f1;
  overflow: hidden;
}

.footer-link {
padding: 10px 0;
margin: 0 auto;
text-align: center;
}
.footer-link ul {
  margin: 0;
  padding: 0;
}
.footer-link ul li {
  display: inline-block;
  padding:0 10px;
  border-right: 1px solid #666666;
}
.footer-link ul li:last-child {
  border: none;
}

.footer-link ul li a {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}

footer .footer-logo {
  text-align: center;
  margin: 0 auto;
  width: 200px;
  padding: 10px;
}
footer .footer-logo img {
  width: 100%;
}
footer .social-icon {
  float: right;
  padding: 10px;
}
footer .social-icon i {
  font-size: 24px;
  color: #333;
  padding: 0 5px;
}

footer .social-icon i:hover {
  color: #000000;
  cursor: pointer;
}


.cloth-select {
  float: left;
}
.cloth-select select {
  padding: 3px 7px;
  margin-right: 7px;
  float: right;
  border: 1px solid #666666;
  color: #333;
}

.page-numb {
  float: right;
  padding-top: 6px;
}
.page-numb i {
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
}

.shoe-titile {
  padding: 10px;
    overflow: hidden;
}
.shoe-titile h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 10px;
}
.prod-show {
  width: 100%;
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #e7e7e7;
  height: auto;
}
.prod-show figure {
  width: 100%;
  height: 280px;
}
.prod-show figure img {
  width: 100%;
  height: 100%;
}
.prod-show figcaption {
  text-align:center;
}
.prod-show figcaption h4 {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
.prod-show figcaption span {
  font-size: 12px;
}

.prod-show figcaption span:first-child {
  color: rgb(124, 19, 0);
}





#rugs {
padding-bottom: 20px;
overflow: hidden;
width: 100%;
}


  #rugs .rugs-product {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
  }
 #rugs .rugs-product figure {
    width: 100%;
 overflow: hidden;
    height: 250px;
  }

  #rugs .rugs-product figure img {
    width: 100%;
    height: 100%;
  }

  #rugs .rugs-product figcaption {
  text-align: center;
  }
  #rugs .rugs-product figcaption span {
    display: block;
    }
    #rugs .rugs-product figcaption h4{
      font-size: 14px;
      text-decoration: none;
      color: #000;
      }
      #rugs .rugs-product figcaption i{
        font-size: 16px;
        color: rgb(124, 19, 0);
        padding: 7px 9px 9px 7px;
        background: transparent;
        border: 1px solid rgb(124, 19, 0);
        margin: 5px;
        border-radius: 100%;
        }
        #rugs .rugs-product figcaption i:hover {
          color: #ffffff;
          background: rgb(124, 19, 0);
          cursor: pointer;
          border: 1px solid rgb(124, 19, 0);
          }


          #rugs .rugs-product figcaption  .price {
            color: rgb(124, 19, 0);
          }

          #rugs .rugs-product figcaption  .price i {
            text-decoration: none;
            font-size: 14px;
            border: none;
            padding: 0;
            background: transparent;
          }
          #rugs .rugs-product figcaption  .price i:hover {
            background: transparent;
            color: inherit;
            border: none;
          }

#cushions {
  padding-bottom: 10px;

}

.cushion-box {
  width: 100%;
  height: auto;
  padding: 5px;
  border: 1px solid #e7e7e7;
  margin: 10px 0;

}
.cushion-box figure {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.cushion-box figure  img {
  width: 100%;
  height: 100%;
}
.cushion-box figcaption {
  text-align: center;
  padding-bottom: 10px;

}
.cushion-box figcaption a {
  padding: 5px 10px 7px 9px;
  border-radius: 100%;
  background: transparent;
  color: rgb(104, 0, 0);
  border:1px solid rgb(104, 0, 0);
}
.cushion-box figcaption a:hover {
  background: rgb(104, 0, 0);
  color: #ffffff;
  border: 1px solid rgb(104, 0, 0);
}
.cushion-box figcaption h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.cushion-box figcaption h4 a {
  text-decoration: none;
  border: none;
  background: transparent;
  color: inherit;
}
.cushion-box figcaption h4 a:hover {
  border: none;
  background: transparent;
  color: rgb(104, 0, 0);
}
.cushion-box figcaption .size {
  display: block;
  font-weight: 500;
  color: #000;
  margin: 5px 0;
}
.cushion-box figcaption .price {
  display: block;
  font-weight: 500;
  color: rgb(105, 0, 0);
  margin: 7px 0;
}



#side-filter .sidenav {
  height: 100%;
  width: 100%;
  z-index: 1;
 box-shadow:  0px 1px 2px #bbbbbb;
  top: 0;
  left: 0;
  /* overflow-x: hidden; */
  padding-top: 10px;
}


#side-filter .sidenav a, .dropdown-btn {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: block;
  border: none;
  border-bottom: 1.2px solid #454545;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
#side-filter .sidenav a:last-child, .dropdown-btn:last-child {
  border-bottom: none;
}
#side-filter .sidenav a:hover, .dropdown-btn:hover{
  font-weight: 600;
}
#side-filter .sidenav a {
  padding:7px 10px;
}
#side-filter  .dropdown-btn {
  padding: 7px 10px;

}
#side-filter .sidenav h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 7px 10px;
}

#side-filter .sidenav a:hover, .dropdown-btn:hover {
  color: #000000;
}


#side-filter .main {
  margin-left: 200px;
  font-size: 20px;
  padding: 0px 10px;
}

#side-filter .active {
  background-color: #f0f0f0;
  color: #000;

  font-weight: 600;
}
button.dropdown-btn {
  border-top: 1px solid #000000;
  background: #f0f0f0;
}
button.dropdown-btn.active{
  color: #000;
  font-weight: 600;
  background: #f0f0f0;
}
#side-filter button.dropdown-btn.active .active {
  background-color: #0000000d;
}

#side-filter .dropdown-container {
  display: none;
  background-color: #ffffff;
  padding-left: 8px;
}

#side-filter .dropdown-container a {
  padding: 0;
  padding: 3px 0;
  font-weight: inherit;
  border: 0;
}
#side-filter .dropdown-container i {
  float: right;
  padding: 0 10px;
  display: block;
}

#side-filter .fa-caret-down {
  float: right;
  padding-right: 8px;
}

@media screen and (max-height: 450px) {
  #side-filter .sidenav {padding-top: 15px;}
  #side-filter .sidenav a {font-size: 14px;}


}
@media screen and (max-width: 767px){

#header .topnav {
  display: none;
}
.custom-head {
  height: 250px!important;
}
.custom-head h2 {
  font-size: 28px!important ;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100% !important;
    clear: none;
}

.thumbnails.slider {
    position: absolute !important;
    left: 0px !important;
    top: -10px !important;
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
}



}


#header-margin {
  padding: 56px 0;
}


#custom-rug {
padding-bottom: 20px;
}

.custom-head {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.custom-head img {
  width: 100%;
  height: 100%;
}
.custom-head  h2 {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  top: 50%;
  left: 50%;
}

.custom-side-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.custom-side-box img {
  width: 100%;
}

.custom-top-contant {
  padding: 20px 0;
}
.custom-contant {
  margin-bottom: 15px;
}
.custom-contant h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #000;
}
.custom-contant .from-group label {
  font-size: 14px;
  font-weight: 600;
}
.custom-contant .btn {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #5a5a5a;
  border: 1px solid #5a5a5a;
}
.custom-contant .btn:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}


.shoes-box {
  width: 100%;
  height: auto;
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.shoes-box figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.shoes-box figure img {
  width: 100%;
  height: 100%;
}
.shoes-box figcaption h4 {
  font-weight: 18px;
  color: #000;
  margin: 7px 0;
}
.shoes-box figcaption h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.shoes-box figcaption ul {
  /* display: flex; */
  margin: 0;
  padding: 0;
}
.shoes-box figcaption ul li {
  display: inline-block;
}
.shoes-box figcaption .price {
  display: block;
  color: rgb(77, 0, 0);
  font-size: 14px;
  font-weight: 500;
  margin: 7px 0;
}
.shoes-box figcaption ul li a span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  border-radius: 100%;
  display: block;
}

.shoes-box figcaption ul li a .pink {
  background: rgb(139, 0, 116);

}
.shoes-box figcaption ul li a .red {
  background: rgb(190, 0, 0);
}
.shoes-box figcaption ul li a .blue {
  background: rgb(0, 32, 139);
}
.shoes-box figcaption ul li a .rose {
  background: rgb(160, 60, 143);
}
.shoes-box figcaption ul li a .green {
  background: rgb(0, 100, 5);
}


#shoes-accessories {
  padding-bottom: 20px;
}

#product-detail {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#product-detail .prod-imgbox {
  width: 100%;
  height: auto;
}
#product-detail .prod-imgbox figure {
  width: 80%;
  float: right;
  height: 500px;
  overflow: hidden;
}

#product-detail .prod-imgbox img {
  width: 100%;
  height: 100%;
}
#product-detail .prod-imgbox ul {
  padding: 0;
  float: left;
  width: 20%;
  margin: 10px 0;
}
#product-detail .prod-imgbox ul li {
  width: 70px;
  height: 70px;
  display: block;
  margin: 7px 0;
  padding: 4px;
  border: 1px solid #bbbbbb;
}
#product-detail .prod-imgbox ul li img {
  width: 100%;
  height: 100%;
}
.quantity .section {
  float: left;
}
.quantity .section .btn-minus {
  float: left;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  background: #333;
}
.quantity .section .btn-plus {
  float: right;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  background: #333;
}
.quantity .section input {
  padding: 1px 18px;
  width: 50px;
}

.quantity .btn {
  padding: 4px 7px;
  margin-left: 30px;
  background: #333;
  outline: none;
  color: #fff;
  font-size: 14px;
  border: 1px solid #333;
}
.quantity  .btn:hover {
  background: #000;
  color: #ffffff;
  border: 1px solid #000000;
}

.prod-contant h4  {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.prod-contant span {
  display: block;
  font-size: 14px;
  color: #000;
}


.prod-contant .size h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  color: #000;
}
.prod-contant .size ul li {
  display: inline-block;
  padding: 15px 0;

}
.prod-contant .size ul li a {
  padding: 5px 8px;
  margin: 0 5px;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #000000;
}
.prod-contant .size ul {
  margin: 0;
  padding: 0;
}
.prod-contant .size ul li a:hover {
  color: #ffffff;
  background: #000;
  border: 1px solid #000000;
}

.prod-contant .price h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0;
}

.prod-contant .quantity  {
  margin: 20px 0;
}

.prod-contant .overview  p {
  font-size: 14px;
  margin-top: 10px;

}


.prod-contant .overview ul li {
  display: block;
  padding: 5px 0;
}



#pro-decription .nav-tabs > li.active > a {
  padding: 0 10px;
}
#pro-decription .nav-tabs { border-bottom: 2px solid #DDD; }
#pro-decription .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
#pro-decription .nav-tabs > li > a { border: none; color: #666; }
#pro-decription .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
#pro-decription .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
#pro-decription .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
#pro-decription .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
#pro-decription .tab-pane { padding: 15px 0; }
#pro-decription .tab-content{padding:20px}
#pro-decription .card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
#pro-decription ul.nav.nav-tabs {
  padding: 7px;
}

.shoes-box figcaption {
    text-align: center;
}
