body {
  font-family: 'Roboto', sans-serif;
  color: #595f68;
  font-size: 15px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Raleway', sans-serif;
}

a {
  text-decoration: none;
  color: #595f68;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
}

main {
  padding-top: 50px;
}

.primary-btn {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 7px 20px;
  background: var(--primary-dark);
  min-width: 225px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0px;
  background: #F6F6F6;
  margin-bottom: 10px;
}

header .top-address {
  padding: 10px 0;
  background: var(--primary-dark);
}

header .top-address p {
  font-size: 13px;
  margin: 0;
  color: #fff;
}

header .top-address p a {
  text-transform: uppercase;
  color: var(--secondary);
}

header .top-address ul {
  margin: 0;
  padding: 0;
}

header .top-address ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  padding-left: 15px;
  font-size: 13px;
}

header .top-address ul li a {
  color: var(--secondary);
}

header .top-header {
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #F6F6F6;
}

header .top-header .navbar-brand {
  color: #EFEFEF;
  padding: 0;
}

header .navbar {
  background: none;
  padding: 13px 0;
}

.navbar {
  padding: 0;
}

.navbar .mr-auto,
.navbar .mx-auto {
  margin-right: auto !important;
}

.navbar .navbar-nav li.active a {
  color: var(--primary-dark);
}

.navbar .navbar-nav li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #595f68;
  display: inline-block;
  padding: 5px 15px !important;
}

.navbar .navbar-nav li:hover .dropdown-menu {
  display: block;
  margin: 0;
}

.header-left {
  display: inline-block;
}

.header-left.search {
  width: 60%;
}

.header-left .form-inline {
  display: block;
  position: relative;
  vertical-align: top;
}

.header-left .form-inline input {
  font-size: 14px;
  font-weight: 100;
  color: #EFEFEF;
  background: none;
  border: 1px solid #DADADA;
  border-radius: 0px;
  height: 45px;
  width: 100%;
}

.header-left .form-inline input::placeholder {
  color: #fff;
}

.header-left .form-inline button {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  cursor: pointer;
  background: var(--primary-dark);
  border-radius: 0;
  height: 100%;
  width: 50px;
}

.header-left ul {
  display: inline-block;
  margin: 0;
}

.header-left ul li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
  line-height: 45px;
}

.header-left ul li a {
  font-size: 16px;
  color: var(--secondary);
  line-break: initial;
  line-height: 34px;
  width: 34px;
  height: 34px;
  background: var(--primary-dark);
  border: 1px solid var(--primary-dark);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.slider-wrap .list-col-slider {
  background: #EFEFEF;
  height: 100%;
}

.slider-wrap .list-col-slider ul {
  padding: 0;
  margin: 0;
}

.slider-wrap .list-col-slider ul li {
  list-style: none;
  padding: 15px 20px;
  border-bottom: 1px solid #DADADA;
}

.slider-wrap .list-col-slider ul li a {
  font-size: 14px;
  color: #292929;
}

.top-slider {
  position: relative;
  height: 400px;
  background: #1a2a3a;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
}

.top-slider .flexslider {
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  border-radius: 12px;
}

.top-slider .flexslider .flex-viewport {
  height: 100%;
  border-radius: 12px;
}

.top-slider .flexslider .slides {
  height: 100%;
}

.top-slider .flexslider .slides li {
  height: 400px;
  position: relative;
  overflow: hidden;
}

/* Direction nav hidden — dot controls only */
.top-slider .flexslider .flex-direction-nav {
  display: none;
}

/* FlexSlider control dots */
.top-slider .flexslider .flex-control-nav {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.top-slider .flexslider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  box-shadow: none;
  margin: 0 4px;
  transition: background 0.2s;
}

.top-slider .flexslider .flex-control-nav li a.flex-active {
  background: #fff;
}

.title {
  font-size: 18px;
  color: var(--primary-dark);
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 10px;
}

.multiple-collection {
  padding: 50px 0;
}

.multiple-collection .container-fluid {
  width: 100%;
  display: table;
  clear: both;
}

.multiple-collection .big {
  width: 33.33%;
  float: left;
}

.multiple-collection .big .wrap {
  position: relative;
  height: 300px;
  padding: 1px;
}

.multiple-collection .big .wrap .img-wrap {
  height: 100%;
  position: relative;
}

.multiple-collection .big .wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.multiple-collection .big .wrap .img-wrap .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #292929;
  opacity: 0.5;
}

.multiple-collection .big .wrap .detail {
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 9;
}

.multiple-collection .big .wrap .detail h5 {
  font-size: 18px;
  color: var(--secondary);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.multiple-collection .big .wrap .detail p a {
  font-size: 17px;
  text-decoration: underline;
}

.multiple-collection .big .wrap .detail p a:hover {
  color: var(--secondary);
}

.multiple-collection .big.small .wrap {
  height: 250px;
}

.top-feature .owl-top {
  padding: 0 100px;
}

.top-feature .owl-nav button span {
  width: 90px;
  border-radius: 0;
  position: relative;
  color: transparent;
}

.top-feature .owl-nav button span:before {
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  font: normal normal normal 30px/1 LineAwesome;
  color: #fff;
}

.top-feature .owl-nav button.owl-prev {
  text-align: right;
}

.top-feature .owl-nav button.owl-prev span:before {
  content: "\f273";
  right: -8px;
}

.top-feature .owl-nav button.owl-next {
  text-align: left;
}

.top-feature .owl-nav button.owl-next span:before {
  content: "\f274";
  left: 21px;
}

.single-collection {
  width: 100%;
  display: table;
  clear: both;
  height: 500px;
  padding: 50px 0;
}

.single-collection .img-wrap {
  width: 60%;
  height: 100%;
  float: left;
  position: relative;
}

.single-collection .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.single-collection .img-wrap .overlay {
  position: absolute;
  background: none;
  border: 4px solid #EFEFEF;
  top: 50%;
  transform: translateY(-50%);
  right: -25%;
  width: 100%;
  height: 80%;
  z-index: -1;
}

.single-collection .detail-wrap {
  width: 30%;
  display: inline-block;
  height: 100%;
  position: relative;
}

.single-collection .detail-wrap .wrap {
  position: relative;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px 0;
}

.single-collection .detail-wrap .wrap h3 {
  font-size: 22px;
  font-weight: 900;
  color: #EFEFEF;
  text-transform: uppercase;
}

.home-tab {
  padding: 30px 0;
}

.home-tab .nav {
  border-bottom: 2px solid #595f68;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 50px;
}

.home-tab .nav h4 {
  font-size: 18px;
  color: var(--primary-dark);
  font-weight: 600;
  margin: 0;
  padding-top: 10px;
}

.home-tab .nav .nav-item {
  display: inline-block;
}

.home-tab .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #DADADA;
  border: 0;
  margin: 0;
  background: none;
}

.home-tab .nav .nav-item .nav-link.active {
  color: #292929;
}

.home-tab .big-col {
  height: 250px;
  width: 100%;
  background: #DADADA;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.home-tab .big-col.height {
  height: 200px;
}

.home-tab .big-col .detail {
  width: 50%;
  float: left;
  position: relative;
  height: 100%;
}

.home-tab .big-col .detail .wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.home-tab .big-col .detail p {
  font-size: 19px;
  color: #595f68;
  margin-bottom: 5px;
}

.home-tab .big-col .detail p a {
  font-size: 15px;
  border: 1px solid var(--primary-dark);
  color: #595f68;
  min-width: 150px;
  line-height: 25px;
  background: none;
}

.home-tab .big-col .detail h5 {
  font-size: 19px;
  color: var(--primary-dark);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.home-tab .big-col .img-wrap {
  width: 50%;
  height: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}

.home-tab .big-col .img-wrap img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}

.home-tab .big-col .img-wrap .saving {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  background: var(--primary-dark);
  top: 13px;
  left: -36px;
}

.home-tab .big-col .img-wrap .saving p {
  font-size: 18px;
  color: var(--secondary);
  margin: 0;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.home-tab .big-col.small {
  height: 200px;
  background: #EFEFEF;
}

.home-tab .big-col.small .detail {
  width: auto;
  position: absolute;
  top: 0;
  z-index: 99;
  padding-left: 10px;
}

.home-tab .big-col.small .detail p {
  font-size: 15px;
}

.home-tab .big-col.small .detail h5 {
  font-size: 15px;
}

.home-tab .big-col.small .img-wrap {
  width: 50%;
  float: right;
}

.home-tab .big-col.small .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-tab .sidebar-collection {
  height: 330px;
  width: 100%;
  background: var(--primary-dark);
  position: relative;
  margin-bottom: 20px;
}

.home-tab .sidebar-collection .detail {
  position: absolute;
  width: 90%;
  border: 1px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  padding: 10px 20px;
}

.home-tab .sidebar-collection .detail h5 a {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--secondary);
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.home-tab .sidebar-collection .detail p {
  font-size: 13px;
  color: #fff;
}

.home-tab .sidebar-collection .img-wrap {
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
}

.home-tab .sidebar-collection .img-wrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-tab .slider-collection {
  border: 1px solid #EFEFEF;
  margin-bottom: 30px;
}

.home-tab .slider-collection .sec-title {
  background: #EFEFEF;
  font-size: 18px;
  font-weight: 600;
  color: #292929;
  padding: 20px 20px;
}

.home-tab .slider-collection .sidebar-productlist {
  padding: 0 10px;
  margin: 0;
}

.home-tab .slider-collection .sidebar-productlist li {
  width: 100%;
  display: table;
  clear: both;
  margin-bottom: 10px;
}

.home-tab .slider-collection .sidebar-productlist li .img-wrap {
  width: 35%;
  height: 80px;
  background: #EFEFEF;
  float: left;
}

.home-tab .slider-collection .sidebar-productlist li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-tab .slider-collection .sidebar-productlist li .detail {
  width: calc(100% - 35%);
  display: inline-block;
  padding: 10px 5px 10px 5px;
}

.home-tab .slider-collection .sidebar-productlist li .detail h5 a {
  font-size: 15px;
  font-weight: 600;
  color: #292929;
}

.home-tab .slider-collection .sidebar-productlist li .detail .price {
  font-size: 14px;
  margin-bottom: 0;
}

.home-tab .slider-collection .owl-nav button {
  top: -40px;
  right: 10px;
}

.home-tab .slider-collection .owl-nav button span {
  font-size: 30px;
  width: auto;
  height: auto;
  background: none;
  color: #292929;
}

.home-tab .slider-collection .owl-nav button.owl-prev {
  left: auto;
  right: 30px;
}

.collection-tab .product-wrap {
  width: 100%;
  display: table;
  clear: both;
  margin-bottom: 20px;
  border-right: 1px solid #EFEFEF;
}

.collection-tab .product-wrap .img-wrap {
  width: 120px;
  height: 120px;
  float: left;
  padding: 10px;
  border: 1px solid #EFEFEF;
}

.collection-tab .product-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.collection-tab .product-wrap .detail {
  width: calc(100% - 120px);
  display: inline-block;
  padding: 10px;
}

.collection-tab .product-wrap .detail h4 a {
  font-size: 16px;
  font-weight: 600;
  color: #292929;
}

.collection-tab .product-wrap .detail .price {
  font-size: 16px;
}

.collection-tab .product-wrap .detail .primary-btn {
  font-size: 13px;
  line-height: 18px;
  color: var(--primary-dark);
  width: auto;
  min-width: 0;
  background: none;
  border: 1px solid var(--primary-dark);
}

.collection-tab.list ul {
  padding: 0;
  margin: 0;
}

.collection-tab.list ul li {
  list-style: none;
}

.collection-tab.list .product-wrap {
  border: none;
}

.collection-tab.list .product-wrap .img-wrap {
  width: 100px;
  height: 100px;
}

.collection-tab.list .product-wrap .detail {
  padding: 0 10px;
  width: calc(100% - 100px);
}

.collection-tab.list .product-wrap .detail h4 a {
  font-size: 14px;
}

.collection-tab.list .product-wrap .detail p {
  margin-bottom: 5px;
}

.collection-tab.list .product-wrap .detail .price {
  font-size: 13px;
}

.collection-tab.list .product-wrap .detail .primary-btn {
  padding: 4px 10px;
}

.margin-btm {
  margin-bottom: 40px;
}

.top-collection {
  position: relative;
}

.top-collection .overlay {
  height: 80%;
  width: 95%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EFEFEF;
}

.top-collection .img-wrap {
  width: 100%;
  height: 500px;
  display: inline-block;
}

.top-collection .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-collection .detail-wrap {
  position: absolute;
  bottom: 10%;
  color: #fff;
  text-align: center;
}

.top-collection h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.top-collection p {
  font-size: 23px;
  margin-bottom: 25px;
}

.top-collection a {
  font-size: 23px;
  font-weight: 400;
  color: #EFEFEF;
  background: #fff;
  padding: 10px;
}

.related-product {
  padding: 30px 0;
}

.product {
  text-align: center;
  margin-bottom: 30px;
}

.product .img-wrap {
  height: 300px;
  background: #F6F6F6;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding: 0px;
}

.product .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: inline-block;
}

.product .img-wrap .cart {
  position: absolute;
  top: 7%;
  left: 4%;
  background: #EFEFEF;
  opacity: 0.6;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
  opacity: 0.3;
  display: table;
}

.product .img-wrap .cart .fas {
  font-size: 18px;
  vertical-align: middle;
}

.product .img-wrap:hover .cart {
  -webkit-transform: translate3d(5%, 5%, 0);
  transform: translate3d(5%, 5%, 0);
  opacity: 1;
  background: #EFEFEF;
}

.product h4 {
  margin-bottom: 8px;
}

.product h4 a {
  font-size: 17px;
  color: #595f68;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.product .price {
  font-size: 15px;
  color: var(--primary-dark);
  font-weight: 500;
}

.product .price .old {
  color: #DADADA;
  text-decoration: line-through;
  margin-left: 10px;
}

.price {
  font-size: 21px;
  font-weight: 600;
  color: var(--primary-dark);
}

.price .old {
  color: #DADADA;
  text-decoration: line-through;
  margin-left: 10px;
}

footer {
  font-size: 14px;
  padding: 40px 0 0 0;
  background: var(--primary-dark);
}

footer .logo-social-wrap {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #DADADA;
}

footer .logo-social-wrap .bottom-logo {
  font-size: 20px;
  color: #292929;
  font-weight: bold;
  display: block;
}

footer .logo-social-wrap h4 {
  font-size: 17px;
  font-weight: 600;
  color: #292929;
  margin: 0;
}

footer .social {
  padding: 0;
  margin: 0;
}

footer .social li {
  list-style: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: var(--primary-dark);
  margin: 0 5px;
}

footer .social li a {
  font-size: 20px;
  color: #fff;
}

footer .payment {
  padding: 0;
  margin: 0;
}

footer .payment li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

footer .payment li a img {
  width: 70px;
  height: 40px;
  object-fit: contain;
}

footer .foot-menu h4 {
  font-size: 18px;
  font-weight: bold;
  color: #292929;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

footer .foot-menu ul {
  padding: 0;
  margin: 0;
}

footer .foot-menu ul li {
  list-style: none;
  font-size: 15px;
  padding: 4px 0;
}

footer .foot-menu ul li a {
  font-size: 15px;
  color: #595f68;
}

footer .foot-menu ul li .la {
  font-size: 21px;
  width: 30px;
  height: 30px;
  border: 2px solid;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
}

footer .bottom-menu {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #DADADA;
}

footer .bottom-menu ul {
  padding: 0;
  margin: 0;
}

footer .bottom-menu ul li {
  display: inline-block;
  list-style: none;
  border-right: 1px solid #595f68;
  line-height: 20px;
  padding: 0 10px;
}

footer .bottom-menu ul li:last-child {
  border: 0;
}

footer .bottom-menu ul li a {
  font-size: 16px;
  color: #595f68;
}

footer .footer-bottom {
  padding: 20px 0;
  background: #EFEFEF;
}

footer .footer-bottom p {
  margin: 0;
  line-height: 36px;
}

.product-detail .flexslider-detail .slides li {
  height: 500px;
}

.product-detail .flexslider-detail .slides img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border: 1px solid #F6F6F6;
  padding: 10px;
}

.product-detail .flexslider-detail .flex-control-thumbs li {
  height: 100px;
  width: 100px;
}

.product-detail .flexslider-detail .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail .detail-cotent .title {
  text-align: left;
  margin-bottom: 30px;
}

.custom-tab {
  border-bottom: 2px solid #EFEFEF;
  margin-bottom: 20px;
}

.custom-tab .nav-item {
  margin: 0;
}

.custom-tab .nav-item a {
  font-size: 20px;
  border: 0;
  color: #595f68;
}

.custom-tab .nav-item a.active {
  color: #EFEFEF;
}

.breadcrumb-wrap {
  background: #595f68;
  padding: 6px 0;
  margin-bottom: 70px;
}

.breadcrumb-wrap .breadcrumb {
  background: none;
  border-radius: 0;
  margin-bottom: 0;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
  font-size: 16px;
  font-weight: 500;
  color: #DADADA;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav button:focus {
  outline: none;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-nav button span {
  font-size: 41px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #EFEFEF;
  border-radius: 30px;
  line-height: 35px;
}

.owl-dots {
  display: none;
}

.owl-nav button {
  top: -46px;
  right: 10px;
}

.owl-nav button span {
  font-size: 30px;
  width: auto;
  height: auto;
  background: none;
  color: #292929;
}

.owl-nav button.owl-prev {
  left: auto;
  right: 30px;
}

.sidebar_collection {
  padding: 0;
  margin: 0;
  border: 1px solid #DADADA;
  margin-bottom: 30px;
}

.sidebar_collection li {
  list-style: none;
  width: 100%;
  display: table;
  clear: both;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sidebar_collection li:last-child {
  border: 0;
}

.sidebar_collection li .img-wrap {
  width: 100px;
  height: 90px;
  float: left;
}

.sidebar_collection li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sidebar_collection li .detail {
  width: calc(100% - 100px);
  display: inline-block;
  padding-top: 20px;
}

.sidebar_collection li .detail h4 {
  font-size: 15px;
}

.sidebar_collection li .detail h4 a {
  color: #292929;
}

.sidebar_collection li .detail p {
  font-size: 13px;
}

.cart .table-responsive table {
  width: 99%;
}

.cart .table-responsive table tr td,
.cart .table-responsive table tr th {
  border: 1px solid #EFEFEF;
  vertical-align: middle;
}

.cart .table-responsive table tr td .price,
.cart .table-responsive table tr th .price {
  font-size: 15px;
  font-weight: 600;
  color: #292929;
}

.cart .table-responsive table tr td h4,
.cart .table-responsive table tr th h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-dark);
}

.cart .table-responsive table tr td img,
.cart .table-responsive table tr th img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.cart .table-responsive table tr td input,
.cart .table-responsive table tr th input {
  height: 40px;
  width: 100px;
}

.cart .update {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cart .total-wrap {
  background: #F6F6F6;
  padding: 50px;
  border: 1px solid #EFEFEF;
}

.cart .total-wrap .buttons-cart {
  width: 100%;
  display: table;
  clear: both;
}

.cart .total-wrap .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: none;
}

.cart .primary-btn {
  font-size: 14px;
  min-width: 0;
  padding: 4px 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.page .block {
  margin-bottom: 40px;
}

.page .sidebar-menu h4 {
  font-size: 17px;
  padding: 10px;
  background: var(--primary-dark);
  color: #fff;
  margin: 0;
}

.page .sidebar-menu ul {
  padding: 0;
  margin: 0;
  border: 1px solid #EFEFEF;
}

.page .sidebar-menu ul li {
  list-style: none;
  padding: 10px 10px;
  border-bottom: 1px solid #EFEFEF;
}

.page .sidebar-menu ul li:last-child {
  border: 0;
}

.menu-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.menu {
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  padding: 0 0 0 4px;
  margin: 0;
}

.menu a,
.menu a:link,
.menu a:visited,
.menu a:focus,
span {
  text-decoration: none;
}

.menu a:hover {
  color: #227087;
  text-decoration: none;
}

.menu>li {
  display: block;
}

.menu>li>a {
  display: block;
}

.menu>li:hover>a {
  color: #227087;
}

/* Megadrop width dropdown */
.menu>li>.megadrop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  top: 0px;
  left: 100%;
  width: 200px;
  height: auto;
  text-align: left;
  margin-top: 30px;
  padding: 0;
  z-index: 99;
  overflow: hidden;
}

.menu>li:hover .megadrop {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.menu ul li:hover:after {
  color: #227087;
}

.menu .col {
  float: left;
  color: white;
  margin: 0;
  border: 1px solid #DADADA;
  height: 450px;
  background: #fff;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: visible;
}

.menu .col ul {
  padding: 0;
  margin: 0;
}

.menu .col ul li {
  padding: 13px 0;
  list-style: none;
  font-size: 11px;
  border: 0;
}

.menu .col h3 {
  font-size: 16px;
  padding: 10px 0;
  font-weight: bold;
  margin: 5px 0 5px 0;
  color: #227087;
  background: #eee;
}

.menu .col ul li a {
  display: block;
  padding: 0;
  color: #595f68;
}

.menu .col ul li a:hover {
  color: #111;
}

.menu>li>ul li ul,
.menu li>ul li,
.menu>li>.megadrop,
.menu>li>ul,
.menu>li {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}

@media (max-width: 1024px) {
  .top-slider .flexslider .slides li .slider-description {
    left: 50px;
    z-index: 9;
  }

  .top-slider .flexslider .slides li .img-wrap {
    right: 50px;
  }
}

@media (max-width: 767px) {
  .menu>li>.megadrop {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    width: 100%;
    background: none;
    margin-top: 0;
  }

  .menu .col {
    border: 0;
    margin-top: 20px;
  }

  .top-slider .flexslider .slides li .img-wrap {
    width: 100%;
    right: auto;
    border-radius: 0;
    background: none;
  }

  .top-slider .flexslider .flex-direction-nav {
    left: 50%;
    transform: translateX(-50%);
  }

  .collection-group .collection-wrap {
    width: 100%;
  }

  .multiple-collection .big {
    width: 100%;
  }

  .bottom-collection .img-wrap,
  .top-single-product,
  footer {
    text-align: center;
  }

  .top-single-product .img-wrap {
    display: inline-block;
    margin-bottom: 90px;
  }

  .bottom-collection .wrap {
    height: auto;
    padding: 40px 10px;
  }

  .bottom-collection .col-wrap {
    top: auto;
    transform: none;
  }
}
/* Category Dropdown & Hierarchy Styles */
.animate {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}

.slideIn {
  animation-name: slideIn;
}

.dropdown-item-wrapper:hover .dropdown-item {
  background-color: rgba(12, 120, 168, 0.08); /* Using rgba directly */
  color: var(--primary-dark) !important;
}

/* Shop by Category thumbnail collage */
.category-thumb {
  overflow: hidden;
}

.category-thumb-collage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2px;
}

.category-thumb-collage .collage-item {
  background-size: cover;
  background-position: center;
  background-color: #e9ecef;
}

.category-thumb-collage.collage-1 .collage-item {
  grid-column: span 2;
  grid-row: span 2;
}

.category-thumb-collage.collage-2 .collage-item {
  grid-row: span 2;
}

.category-thumb-collage.collage-3 .collage-item:first-child {
  grid-row: span 2;
}

/* Sidebar category submenu toggle */
.category-toggle {
  padding: 0.25rem 0.25rem;
  cursor: pointer;
}

.category-toggle .fa-chevron-down {
  transition: transform 0.2s ease;
}

.category-toggle.collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}

.subcategory-list {
  border-left: 1px solid #eee;
  margin-left: 1rem;
}

.subcategory-list .nav-link {
  font-size: 0.85rem;
  padding: 4px 8px !important;
  transition: all 0.2s ease;
  color: #6c757d !important;
  text-transform: none !important;
}

.subcategory-list .nav-link:hover {
  color: var(--primary-dark) !important;
  padding-left: 12px !important;
}

/* Sidebar Nested Styles */
.category-sidebar .nav-item,
.modern-sidebar .nav-item {
  position: relative;
}

.category-sidebar .nav-link,
.modern-sidebar .nav-link {
  transition: all 0.2s ease;
}

.category-sidebar .nav-link:hover,
.modern-sidebar .nav-link:hover {
  color: var(--primary-dark) !important;
  background-color: rgba(12, 120, 168, 0.08);
  border-radius: 6px;
}

.category-sidebar ul.nav.flex-column.pl-3,
.modern-sidebar ul.nav.flex-column.ml-3 {
  border-left: 1px solid #eee;
}

.category-sidebar .small .nav-link,
.modern-sidebar .small .nav-link {
  font-size: 0.85rem;
  padding-left: 1rem !important;
  text-transform: none !important;
}

.category-sidebar .small .nav-link:hover,
.modern-sidebar .small .nav-link:hover {
  border-left: 2px solid var(--primary-dark);
}

.font-weight-medium {
  font-weight: 500;
}

/* Accessibility: WCAG AA contrast fixes */

/* Bootstrap text-muted (#6c757d) is 3.35:1 on white — override */
.text-muted {
  color: #595f68 !important;
}
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #595f68;
}

footer,
footer p,
footer a {
  color: var(--primary-light);
}

/* Bootstrap .text-primary (#007bff / #0d6efd) = 3.0–3.8:1 on white — fails.
   Map to our accessible brand primary (#0c78a8 = 4.87:1 on white). */
.text-primary {
  color: var(--primary) !important;
}

/* Bootstrap .text-success (#28a745) = 3.13:1 on white — fails.
   Use a darker accessible green. */
.text-success {
  color: #1a7a34 !important;
}
