@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700");

:root {
  --theme-color-black: #000;
  --theme-color-white: #fff;
  --theme-color-maroon: rgb(255 0 0);
  --theme-color-beige: #ede8d0;
  --theme-color-brown: #ecdaa8;
  --theme-color-gold: rgb(255 0 0);
  --theme-color-gary: #f5f3f3;
  --theme-color-smock: #f5f5f5;
}

/* fonts load - start
==================================================================================================== */
body,
p {
  font-family: "Poppins", sans-serif;
}

button,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.dancing-script {
  font-family: "Dancing Script", cursive;
}

/* fonts load - end
==================================================================================================== */
/* global area - start
==================================================================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  word-spacing: 2px;
  position: relative;
  color: var(--theme-color-black);
  line-height: 1.625;
  letter-spacing: .5px;
  background-color: #ffffff;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: var(--theme-color-maroon);
  background: #222222;
}

::selection {
  color: var(--theme-color-maroon);
  background: #222222;
}

.container {
  margin: 0 auto;
  max-width: 1360px;
}

a,
button {
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  color: var(--theme-color-black);
  display: inline-block;
  text-transform: uppercase;
}

button {
  border: none;
  background: none;
}

a:hover {
  color: var(--theme-color-maroon);
  text-decoration: none;
}

button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}

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

.image-container {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

strong,
span,
small,
i {
  line-height: 1;
  display: inline-block;
}

strong {
  font-weight: 800;
}

.form-item {
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.form-item input {
  margin: 0px;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
}

.form-item input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--theme-color-maroon);
}

.form-item input:focus+.form-item-btn {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

.form-item .form-item-btn {
  top: 5px;
  right: 5px;
  margin: 0px;
  height: 40px;
  min-width: 40px;
  font-size: 18px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  color: #666666;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-textarea {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.form-textarea textarea {
  margin: 0px;
  width: 100%;
  border: none;
  min-height: 180px;
  padding: 30px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

.form-textarea textarea:focus {
  outline: none;
}

.form-textarea textarea:focus+.form-item-btn {
  opacity: 0;
  visibility: hidden;
}

.form-textarea .form-item-btn {
  top: 20px;
  left: 20px;
  opacity: 1;
  padding: 10px 0px;
  position: absolute;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-textarea .form-item-btn .admin-img {
  width: 40px;
  float: left;
  height: 40px;
  overflow: hidden;
  margin: -8px 0px;
  margin-right: 10px;
  border-radius: 100%;
}

.form-textarea .textarea-footer {
  padding: 30px 15px;
}

.form-textarea .textarea-footer ul li {
  margin-right: 20px;
}

.form-textarea .textarea-footer ul li:last-child {
  margin-right: 0px;
}

.form-textarea .textarea-footer ul li a {
  font-size: 16px;
  color: #666666;
}

.form-textarea .textarea-footer ul li a:hover {
  color: var(--theme-color-maroon);
}

.form-textarea .textarea-footer ul li .submit-btn {
  font-size: 16px;
  margin: -15px 0px;
  padding: 15px 45px;
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

.form-textarea .textarea-footer ul li .submit-btn:hover {
  color: #ffffff;
}

:-moz-placeholder {
  color: #666666;
  text-transform: capitalize;
}

::-moz-placeholder {
  color: #666666;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  color: #666666;
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  color: #666666;
  text-transform: capitalize;
}

.custom-form-check input[type=checkbox] {
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.custom-form-check input[type=checkbox]:before {
  top: -3px;
  left: -5px;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}

.custom-form-check input[type=checkbox]:after {
  top: -4px;
  left: -1px;
  opacity: 0;
  font-size: 16px;
  content: '\f00c';
  font-weight: 900;
  position: absolute;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.custom-form-check input[type=checkbox] label {
  margin: 0px;
}

.custom-form-check input[type=checkbox]:checked:after {
  opacity: 1;
}

.storm-select {
  margin: 0px;
  border: none;
  padding: 0px;
  border: none;
  padding-right: 30px;
  -webkit-appearance: none;
  background: transparent url(../images/down-arrow.png) no-repeat right 15px center;
}

.storm-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select:focus {
  outline: none;
}

/* unorder list settings - start 
================================================== */
.ul-li ul,
.ul-li-right ul,
.ul-li-center ul {
  margin: 0px;
  padding: 0px;
  display: table;
}

.ul-li ul li,
.ul-li-right ul li,
.ul-li-center ul li {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0px;
  width: 100%;
  padding: 0px;
  display: table;
}

.ul-li-block ul li {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: none;
}

.ul-li-right ul {
  float: right;
}

.ul-li-center ul {
  display: table;
  margin: 0 auto;
}

/* unorder list settings - end 
================================================== */
/* post-meta - start 
================================================== */
.post-meta ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}

.post-meta ul li:after {
  top: 50%;
  right: 1px;
  width: 2px;
  content: '';
  height: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f0f0f0;
}

.post-meta ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.post-meta ul li:last-child:after {
  display: none;
}

.post-meta ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.post-meta ul li a:hover {
  color: var(--theme-color-maroon);
}

.post-meta ul li .admin .admin-img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: -3px 5px;
  text-align: center;
  border-radius: 100%;
}

/* post-meta - end
================================================== */
/* post-labels - start
================================================== */
.post-labels {
  z-index: 1;
}

.post-labels ul {
  margin: 0px;
  padding: 0px;
}

.post-labels ul li {
  display: table;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  padding: 3px 8px;
  position: relative;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 12px;
  color: #ffffff;
  background-color: blue;
  text-transform: uppercase;
  border-bottom-right-radius: 0px;
}

.post-labels ul li:after {
  right: 0;
  width: 0px;
  height: 0px;
  content: '';
  bottom: -8px;
  position: absolute;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.post-labels ul .bg-primary:after {
  border-right: 8px solid #007bff;
}

.post-labels ul .bg-success:after {
  border-right: 8px solid #28a745;
}

.post-labels ul .bg-danger:after {
  border-right: 8px solid #dc3545;
}

/* post-labels - end
================================================== */
/* count-down - start 
================================================== */
.countdown-timer {
  width: 100%;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.countdown-timer ul {
  padding: 0px;
  display: table;
  margin: 0px auto;
}

.countdown-timer ul li {
  float: left;
  height: auto;
  min-width: 50px;
  padding: 10px 8px;
  margin-right: 5px;
  color: #666666;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  background-color: #f0f0f0;
}

.countdown-timer ul li:last-child {
  margin-right: 0px;
}

.countdown-timer ul li strong {
  margin: 0px;
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: .8;
  font-weight: 900;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

.countdown-timer ul li small {
  margin: 0px;
  font-size: 16px;
  text-transform: uppercase;
}

/* count-down - end
================================================== */
/* pagination-section - start
================================================== */
.pagination-section {
  padding-top: 60px;
  border-top: 1px solid #f0f0f0;
}

.pagination-section .pagination-list li {
  height: 40px;
  min-width: 40px;
  margin-right: 5px;
  text-align: center;
}

.pagination-section .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination-section .pagination-list li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 10px;
  line-height: 38px;
  border-radius: 30px;
  border: 1px solid #f0f0f0;
}

.pagination-section .pagination-list li a:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.pagination-section .pagination-list li .active {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

/* pagination-section - end
================================================== */
/* absolute add to cart & quick view (btn) - start
================================================== */
.absolute-cartview {
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  padding: 5px 15px;
  border-radius: 3px;
  position: absolute;
  background-color: transparent;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.absolute-cartview ul {
  padding: 0px;
  margin: 0 auto;
  display: table;
}

.absolute-cartview ul li {
  float: left;
  list-style: none;
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
  display: inline-block;
}

.absolute-cartview ul li:after {
  top: 0;
  right: -2px;
  content: '|';
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
}

.absolute-cartview ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.absolute-cartview ul li:last-child:after {
  display: none;
}

.absolute-cartview ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.absolute-cartview ul li a:hover {
  color: #ffffff;
}

/* absolute add to cart & quick view (btn) - end
================================================== */
/* padding - margin setting - start 
================================================== */
.sec-ptb-100 {
  padding: 100px 0px;
}

.sec-ptb-60 {
  padding: 60px 0px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

/* padding - margin setting - end
================================================== */
/* label img - start
================================================== */
.deal-label,
.best-seller-label {
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
}

.best-seller-label-2 {
  top: 0;
  right: 0;
  z-index: 1;
  position: absolute;
}

/* label img - end
================================================== */
/* quick view btns  - start 
================================================== */
.quick-view {
  top: 50%;
  left: 50%;
  opacity: 0;
  display: table;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  position: absolute;
  border-radius: 3px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(30, 199, 166, 0.5);
}

.quick-view:hover {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

/* quick view btns  - end 
================================================== */
/* link button - start
================================================== */
.custom-btn {
  height: 50px;
  font-weight: 600;
  overflow: hidden;
  line-height: 50px;
  padding: 0px 35px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--theme-color-maroon);
}

.custom-btn:hover {
  color: #ffffff;
  background-color: var(--theme-color-gold);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* link button - end
================================================== */
/* title - start
================================================== */
.section-title {
  margin-bottom: 30px;
}

.section-title h2 {
  margin: 0px;
  font-size: 40px;
  color: var(--theme-color-maroon);
  font-weight: 600;
  text-transform: uppercase;
}

.section-title h2 span {
  color: var(--theme-color-gold);
}

/* title - end
================================================== */
/* full display search - start
================================================== */
.search-body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  height: 100vh;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.9);
}

.search-body .search-form {
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.search-body .search-form .search-input {
  width: 100%;
  border: none;
  height: 80px;
  font-size: 30px;
  padding: 0px 20px;
  border-radius: 0px;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

.search-body .search-form .search-input:focus {
  outline: none;
  border-color: #ffffff;
}

.search-body .search-form .search-input:focus+.submit-btn {
  color: #ffffff;
}

.search-body .search-form .submit-btn {
  top: 50%;
  right: 20px;
  font-size: 36px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
}

.search-body .search-close {
  top: 30px;
  z-index: 1;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
}

.search-body .search-close:before {
  top: 50%;
  left: 50%;
  width: 4px;
  content: '';
  height: 50px;
  position: absolute;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-body .search-close:after {
  top: 50%;
  left: 50%;
  width: 50px;
  content: '';
  height: 4px;
  position: absolute;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-open {
  opacity: 1;
  visibility: visible;
}

.trending-contents {
  position: relative;
  padding: 46px;
  background-color: var(--theme-color-gary);
  border: 1px solid var(--theme-color-beige);
  border-radius: 20px;
}

.shape-icons {
  right: -8px;
  bottom: -18px;
  width: 194px;
  transform: rotate(348deg);
  position: absolute;
}

.shape-icons img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* full display search - end
================================================== */
/* owl settings - start
================================================== */
.owl-theme .owl-nav {
  margin: 0px;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  padding: 0px;
  margin: 0px 2px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  color: transparent;
  background-color: transparent;
}

.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 35px;
  text-align: center;
  position: absolute;
  color: var(--theme-color-white);
  background-color: var(--theme-color-gold);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.owl-theme .owl-nav .owl-next:hover:before,
.owl-theme .owl-nav .owl-prev:hover:before {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

.owl-theme .owl-nav .owl-prev:before {
  content: '\f053';
}

.owl-theme .owl-nav .owl-next:before {
  content: '\f054';
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--theme-color-maroon);
}

/* owl settings - end
================================================== */
/* plus-effect - start 
================================================== */
.plus-effect {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  background-color: rgba(21, 21, 21, 0.8);
}

.plus-effect:before,
.plus-effect:after {
  top: 50%;
  left: 50%;
  content: '';
  border-radius: 6px;
  position: absolute;
  background-color: var(--theme-color-maroon);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.plus-effect:before {
  width: 4px;
  height: 60px;
}

.plus-effect:after {
  height: 4px;
  width: 60px;
}

/* plus-effect - end
================================================== */
/* back to top - start
================================================== */
.thetop {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.backtotop {
  right: 15px;
  width: 40px;
  height: 60px;
  z-index: 999;
  bottom: 60px;
  display: none;
  position: fixed;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
}

.backtotop .scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  position: relative;
  color: #222222;
  background-color: #ffffff;
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader.gif") no-repeat center center;
}

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.color-past {
  color: var(--theme-color-maroon);
}

.color-gold {
  color: #c09749;
}

.color-sky-blue {
  color: #02a8f3;
}

.color-white {
  color: #ffffff;
}

.color-pure-red {
  color: #ed2b2b;
}

.color-green {
  color: #4bba5b;
}

.color-default {
  color: #666666;
}

.color-navy-blue {
  color: #085a9d;
}

.color-yellow {
  color: #fed700;
}

.color-gplus-red {
  color: #f56c57;
}

.color-light-red {
  color: #ff0000;
}

.color-black {
  color: #222222;
}

.color-purple {
  color: #9d3bc6;
}

.color-orange {
  color: var(--theme-color-gold);
}

.color-maroon {
  color: #bf0b26;
}

.color-pure-black {
  color: #000000;
}

.color-royal-blue {
  color: #3700ff;
}

.color-yellow-deep {
  color: #edb402;
}

.color-olive-green {
  color: #9cb130;
}

.bg-past {
  background-color: var(--theme-color-maroon);
}

.bg-gold {
  background-color: #c09749;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-sky-blue {
  background-color: #02a8f3;
}

.bg-white {
  background-color: #ffffff;
}

.bg-pure-red {
  background-color: #ed2b2b;
}

.bg-green {
  background-color: #4bba5b;
}

.bg-navy-blue {
  background-color: #085a9d;
}

.bg-yellow {
  background-color: #fed700;
}

.bg-purple {
  background-color: #9d3bc6;
}

.bg-light-red {
  background-color: #ff0000;
}

.bg-maroon {
  background-color: var(--theme-color-maroon);
}

.bg-orange {
  background-color: var(--theme-color-gold);
}

.bg-black {
  background-color: #222222;
}

.bg-gplus-red {
  background-color: #f56c57;
}

.bg-pure-black {
  background-color: #000000;
}

.bg-royal-blue {
  background-color: #3700ff;
}

.bg-yellow-deep {
  background-color: #edb402;
}

.bg-olive-green {
  background-color: #9cb130;
}

.bg-gray-deep {
  background-color: #f0f0f0;
}

.bg-custome {
  background-color: var(--theme-color-gary);
}

.overlay-white {
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay-black {
  background-color: rgba(0, 0, 0, 0.8);
}

.padding-section {
  padding: 60px 0px;
}

/* custom colors - end
================================================== */
/* transition - start
================================================== */
a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* header section - start
==================================================================================================== */
.header-section .default-header .header-top {
  font-size: 16px;
  padding: 10px 0px;
}

.header-section .default-header .header-top ul>li {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  color: #222222;
}

.header-section .default-header .header-top ul>li:last-child {
  margin-right: 0px;
}

.header-section .default-header .header-top ul>li ul li {
  margin-right: 15px;
}

.header-section .default-header .header-top ul>li ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.header-section .default-header .header-top ul>li ul li a:hover {
  color: var(--theme-color-maroon);
}

.header-section .default-header .header-top .right-side ul li {
  margin-right: 20px;
}

.header-section .default-header .header-top .right-side ul li:last-child {
  margin-right: 0px;
}

.header-section .default-header .header-top .right-side ul li a {
  font-size: 16px;
  font-weight: 500;
}

.header-section .default-header .header-top .right-side ul li select {
  border: none;
  font-weight: 500;
  padding-right: 12px;
  color: #222222;
  -webkit-appearance: none;
  background: url(../images/down-arrow.png) no-repeat right 0px center;
}

.header-section .default-header .header-middle {
  padding: 20px 0px;
}

.header-section .default-header .header-middle .main-search-container {
  padding: 8px 0px;
}

.header-section .default-header .header-middle .main-search-container .search-form {
  position: relative;
  border-radius: 3px;
  border: 2px solid #f0f0f0;
}

.header-section .default-header .header-middle .main-search-container .search-form input {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  display: block;
  padding: 0px 20px;
  border-radius: 3px;
}

.header-section .default-header .header-middle .main-search-container .search-form .search-btn {
  top: -2px;
  right: -2px;
  bottom: -2px;
  width: 70px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  background-color: var(--theme-color-maroon);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.header-section .default-header .header-middle .main-search-container .search-form .categories-select {
  top: 0;
  bottom: 0;
  right: 70px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0px 30px;
  position: absolute;
  -webkit-appearance: none;
  background: #f7f7f7 url(../images/down-arrow.png) no-repeat right 15px center;
}

.header-section .default-header .header-middle .three-btn-group .currency-select {
  width: 30%;
  float: left;
}

.header-section .default-header .header-middle .three-btn-group .currency-select select {
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0px 20px;
  -webkit-appearance: none;
  background: #ffffff url(../images/down-arrow.png) no-repeat right 0px center;
}

.header-section .default-header .header-middle .three-btn-group .wishlist-cart-btn {
  width: 70%;
  float: right;
  padding: 17px 0px;
}

.header-section .default-header .header-middle .three-btn-group .wishlist-cart-btn ul li {
  line-height: 0px;
  margin-right: 30px;
}

.header-section .default-header .header-middle .three-btn-group .wishlist-cart-btn ul li:last-child {
  margin-right: 0px;
}

.header-section .default-header .header-middle .three-btn-group .wishlist-cart-btn ul li a {
  font-size: 30px;
  position: relative;
  display: inline-block;
  color: #222222;
}

.header-section .default-header .header-middle .three-btn-group .wishlist-cart-btn ul li a:hover {
  color: var(--theme-color-maroon);
}

.header-section .default-header .header-middle .three-btn-group .wishlist-cart-btn ul li a .item-counter {
  top: -5px;
  right: -12px;
  height: 25px;
  font-size: 16px;
  min-width: 25px;
  padding: 0px 5px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  background-color: var(--theme-color-maroon);
}

.header-section .default-header .header-bottom .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .default-header .header-bottom .main-menu .main-menu-list>ul>li {
  padding: 17px 20px;
}

.header-section .default-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.header-section .default-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: var(--theme-color-maroon);
}

.header-section .default-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: var(--theme-color-maroon);
}

.header-section .bicycle-header .header-top {
  font-size: 16px;
  padding: 10px 0px;
  color: #ffffff;
}

.header-section .bicycle-header .header-top .header-top-left>ul>li {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

.header-section .bicycle-header .header-top .header-top-left>ul>li:after {
  top: 50%;
  right: 0;
  width: 2px;
  content: '';
  height: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
}

.header-section .bicycle-header .header-top .header-top-left>ul>li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .bicycle-header .header-top .header-top-left>ul>li:last-child:after {
  display: none;
}

.header-section .bicycle-header .header-top .header-top-left>ul>li .social-links li {
  margin-right: 20px;
}

.header-section .bicycle-header .header-top .header-top-left>ul>li .social-links li:last-child {
  margin-right: 0px;
}

.header-section .bicycle-header .header-top .header-top-left>ul>li .social-links li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.header-section .bicycle-header .header-top .header-top-left>ul>li .social-links li a:hover {
  color: var(--theme-color-maroon);
}

.header-section .bicycle-header .header-top .header-top-middle .discount-text {
  margin: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.header-section .bicycle-header .header-top .header-top-right ul li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

.header-section .bicycle-header .header-top .header-top-right ul li:after {
  top: 50%;
  right: 0;
  width: 2px;
  content: '';
  height: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
}

.header-section .bicycle-header .header-top .header-top-right ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .bicycle-header .header-top .header-top-right ul li:last-child:after {
  display: none;
}

.header-section .bicycle-header .header-top .header-top-right ul li a,
.header-section .bicycle-header .header-top .header-top-right ul li .storm-select {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}

.header-section .bicycle-header .header-top .header-top-right ul li .storm-select {
  background: #222222 url(../images/down-arrow.png) no-repeat right 15px center;
}

.header-section .bicycle-header .header-top .header-top-right ul li a:hover {
  color: var(--theme-color-maroon);
}

.header-section .bicycle-header .header-bottom {
  padding: 30px 0px;
}

.header-section .bicycle-header .header-bottom .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .bicycle-header .header-bottom .main-menu .main-menu-list {
  padding: 17px 0px;
}

.header-section .bicycle-header .header-bottom .main-menu .main-menu-list>ul>li {
  margin-right: 5px;
}

.header-section .bicycle-header .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .bicycle-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
}

.header-section .bicycle-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: var(--theme-color-maroon);
}

.header-section .bicycle-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: var(--theme-color-maroon);
  background-color: rgba(255, 255, 255, 0.1);
}

.header-section .bicycle-header .header-bottom .btns-list {
  text-align: right;
  padding: 10px 0px;
}

.header-section .bicycle-header .header-bottom .btns-list .main-search {
  width: 60%;
  height: 50px;
  position: relative;
  display: inline-block;
}

.header-section .bicycle-header .header-bottom .btns-list .main-search input[type=search] {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0px 20px;
  border-radius: 3px;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.header-section .bicycle-header .header-bottom .btns-list .main-search input[type=search]:focus {
  outline: none;
  border-color: var(--theme-color-maroon);
  background-color: rgba(255, 255, 255, 0.05);
}

.header-section .bicycle-header .header-bottom .btns-list .main-search input[type=search]:focus+.search-btn {
  color: var(--theme-color-maroon);
}

.header-section .bicycle-header .header-bottom .btns-list .main-search .search-btn {
  top: 50%;
  right: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 3px;
  position: absolute;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-section .bicycle-header .header-bottom .btns-list .main-search input[type=search]:-moz-placeholder {
  color: #ffffff;
}

.header-section .bicycle-header .header-bottom .btns-list .main-search input[type=search]::-moz-placeholder {
  color: #ffffff;
}

.header-section .bicycle-header .header-bottom .btns-list .main-search input[type=search]:-ms-input-placeholder {
  color: #ffffff;
}

.header-section .bicycle-header .header-bottom .btns-list .main-search input[type=search]::-webkit-input-placeholder {
  color: #ffffff;
}

.header-section .bicycle-header .header-bottom .btns-list>ul {
  width: 40%;
  padding-left: 30px;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>li {
  text-align: left;
  margin-right: 40px;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>li>a {
  font-size: 24px;
  position: relative;
  color: #ffffff;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>li>a:hover {
  color: var(--theme-color-maroon);
}

.header-section .bicycle-header .header-bottom .btns-list>ul>li>a .item-counter {
  left: 10px;
  bottom: 0px;
  height: 20px;
  min-width: 20px;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 5px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  color: #ffffff;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>.cart-btn>a {
  float: left;
  margin-right: 15px;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>.cart-btn .price {
  display: table;
  font-size: 16px;
  text-align: left;
  padding-top: 5px;
  color: #ffffff;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>.cart-btn .price span,
.header-section .bicycle-header .header-bottom .btns-list>ul>.cart-btn .price strong {
  width: 100%;
  display: block;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>.cart-btn .price strong {
  font-size: 16px;
}

.home-bicycle-2 .header-section .default-header .header-top ul>li ul li a:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .header-section .default-header .header-top .right-side ul li a:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .header-section .default-header .header-middle .main-search-container .search-form .search-btn {
  background-color: #ed2b2b;
}

.home-bicycle-2 .header-section .default-header .header-middle .three-btn-group .wishlist-cart-btn ul li a:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .header-section .default-header .header-middle .three-btn-group .wishlist-cart-btn ul li a .item-counter {
  background-color: #ed2b2b;
}

.home-bicycle-2 .header-section .default-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #ed2b2b;
}

.home-bicycle-2 .header-section .default-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #ed2b2b;
}

.header-section .digital-header .header-top {
  padding: 10px 0px;
}

.header-section .digital-header .header-top ul li {
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  position: relative;
  padding-right: 20px;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-section .digital-header .header-top ul li:after {
  top: 0;
  right: 0;
  bottom: 0;
  content: '|';
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
}

.header-section .digital-header .header-top ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .digital-header .header-top ul li:last-child:after {
  display: none;
}

.header-section .digital-header .header-top ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}

.header-section .digital-header .header-middle {
  padding: 20px 0px;
}

.header-section .digital-header .header-middle .main-search-container {
  padding: 8px 0px;
}

.header-section .digital-header .header-middle .main-search-container .search-form {
  position: relative;
  border-radius: 3px;
  border: 2px solid #3700ff;
}

.header-section .digital-header .header-middle .main-search-container .search-form input {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  display: block;
  padding: 0px 20px;
  border-radius: 3px;
}

.header-section .digital-header .header-middle .main-search-container .search-form .search-btn {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  background-color: #3700ff;
}

.header-section .digital-header .header-middle .main-search-container .search-form .categories-select {
  top: 0;
  bottom: 0;
  right: 70px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0px 30px;
  position: absolute;
  -webkit-appearance: none;
  background: #f7f7f7 url(../images/down-arrow.png) no-repeat right 15px center;
}

.header-section .digital-header .header-middle .three-btn-group {
  padding: 17px 0px;
}

.header-section .digital-header .header-middle .three-btn-group .currency-select {
  width: 30%;
  float: left;
}

.header-section .digital-header .header-middle .three-btn-group .currency-select select {
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0px 20px;
  -webkit-appearance: none;
  background: #ffffff url(../images/down-arrow.png) no-repeat right 0px center;
}

.header-section .digital-header .header-middle .three-btn-group .wishlist-cart-btn {
  width: 70%;
  float: right;
}

.header-section .digital-header .header-middle .three-btn-group .wishlist-cart-btn ul li {
  line-height: 0px;
  margin-right: 30px;
}

.header-section .digital-header .header-middle .three-btn-group .wishlist-cart-btn ul li:last-child {
  margin-right: 0px;
}

.header-section .digital-header .header-middle .three-btn-group .wishlist-cart-btn ul li a {
  font-size: 30px;
  position: relative;
  display: inline-block;
  color: #222222;
}

.header-section .digital-header .header-middle .three-btn-group .wishlist-cart-btn ul li a:hover {
  color: #3700ff;
}

.header-section .digital-header .header-middle .three-btn-group .wishlist-cart-btn ul li a .item-counter {
  top: -5px;
  right: -12px;
  height: 25px;
  font-size: 16px;
  min-width: 25px;
  padding: 0px 5px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
}

.header-section .digital-header .header-bottom .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .digital-header .header-bottom .main-menu .main-menu-list>ul>li {
  padding: 17px 0px;
  margin-right: 30px;
}

.header-section .digital-header .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .digital-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.header-section .digital-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #3700ff;
}

.header-section .digital-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #3700ff;
}

.header-section .digital-header .header-bottom .hotline-support .icon {
  float: left;
  width: 60px;
  height: 60px;
  font-size: 48px;
  line-height: 60px;
  color: #3700ff;
  margin-right: 10px;
  text-align: center;
}

.header-section .digital-header .header-bottom .hotline-support .hotline-content {
  display: table;
  font-size: 16px;
  padding: 3px 0px;
  color: #222222;
}

.header-section .digital-header .header-bottom .hotline-support .hotline-content strong {
  font-weight: 600;
}

.header-section .digital-header .header-bottom-2 {
  padding: 15px 0px;
}

.header-section .digital-header .header-bottom-2 .main-menu .main-menu-list>ul>li {
  margin-right: 2px;
}

.header-section .digital-header .header-bottom-2 .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .digital-header .header-bottom-2 .main-menu .main-menu-list>ul>li>a {
  font-size: 16px;
  padding: 6px 18px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
}

.header-section .digital-header .header-bottom-2 .main-menu .main-menu-list>ul>li:hover>a {
  color: #ffffff;
}

.header-section .digital-header .header-bottom-2 .main-menu .main-menu-list>ul>.active>a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}

.home-digital-2 .header-section .digital-header .header-top ul li {
  color: #222222;
}

.home-digital-2 .header-section .digital-header .header-top ul li:after {
  color: #f0f0f0;
}

.home-digital-2 .header-section .digital-header .header-top ul li a {
  color: #222222;
}

.home-digital-2 .header-section .digital-header .header-top ul li:hover {
  color: #02a8f3;
}

.home-digital-2 .header-section .digital-header .header-top ul li:hover a {
  color: #02a8f3;
}

.home-digital-2 .header-section .digital-header .header-middle .main-search-container .search-form {
  border: 2px solid #02a8f3;
}

.home-digital-2 .header-section .digital-header .header-middle .main-search-container .search-form .search-btn {
  background-color: #02a8f3;
}

.home-digital-2 .header-section .digital-header .header-middle .three-btn-group .wishlist-cart-btn ul li a:hover {
  color: #02a8f3;
}

.header-section .fashion-header .header-top {
  font-size: 16px;
  padding: 10px 0px;
  color: #222222;
}

.header-section .fashion-header .header-top .header-top-left>ul>li {
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
}

.header-section .fashion-header .header-top .header-top-left>ul>li:after {
  top: 50%;
  right: 0;
  width: 2px;
  content: '';
  height: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
}

.header-section .fashion-header .header-top .header-top-left>ul>li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .fashion-header .header-top .header-top-left>ul>li:last-child:after {
  display: none;
}

.header-section .fashion-header .header-top .header-top-left>ul>li .social-links li {
  margin-right: 20px;
}

.header-section .fashion-header .header-top .header-top-left>ul>li .social-links li:last-child {
  margin-right: 0px;
}

.header-section .fashion-header .header-top .header-top-left>ul>li .social-links li a {
  font-size: 16px;
  color: #222222;
}

.header-section .fashion-header .header-top .header-top-left>ul>li .social-links li a:hover {
  color: #f56c57;
}

.header-section .fashion-header .header-top .header-top-right ul li {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

.header-section .fashion-header .header-top .header-top-right ul li:after {
  top: 50%;
  right: 0;
  width: 2px;
  content: '';
  height: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
}

.header-section .fashion-header .header-top .header-top-right ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .fashion-header .header-top .header-top-right ul li:last-child:after {
  display: none;
}

.header-section .fashion-header .header-top .header-top-right ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.header-section .fashion-header .header-top .header-top-right ul li a:hover {
  color: #f56c57;
}

.header-section .fashion-header .header-top .header-top-right ul li .storm-select {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-section .fashion-header .header-middle {
  padding: 30px 0px;
}

.header-section .fashion-header .header-middle .btns-list {
  text-align: right;
  padding: 10px 0px;
}

.header-section .fashion-header .header-middle .btns-list .main-search {
  width: 60%;
  height: 50px;
  position: relative;
  display: inline-block;
}

.header-section .fashion-header .header-middle .btns-list .main-search input[type=search] {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0px 20px;
  border-radius: 3px;
  color: #222222;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #f0f0f0;
}

.header-section .fashion-header .header-middle .btns-list .main-search input[type=search]:focus {
  outline: none;
  border-color: #f56c57;
}

.header-section .fashion-header .header-middle .btns-list .main-search input[type=search]:focus+.search-btn {
  color: #f56c57;
}

.header-section .fashion-header .header-middle .btns-list .main-search .search-btn {
  top: 50%;
  right: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 3px;
  position: absolute;
  color: #222222;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-section .fashion-header .header-middle .btns-list ul {
  width: 40%;
  padding-left: 30px;
}

.header-section .fashion-header .header-middle .btns-list ul>li {
  text-align: left;
  margin-right: 40px;
}

.header-section .fashion-header .header-middle .btns-list ul>li:last-child {
  margin-right: 0px;
}

.header-section .fashion-header .header-middle .btns-list ul>li>a {
  font-size: 24px;
  position: relative;
  color: #222222;
}

.header-section .fashion-header .header-middle .btns-list ul>li>a:hover {
  color: #f56c57;
}

.header-section .fashion-header .header-middle .btns-list ul>li>a .item-counter {
  left: 10px;
  bottom: 0px;
  height: 20px;
  min-width: 20px;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 5px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
}

.header-section .fashion-header .header-middle .btns-list ul .cart-btn>a {
  float: left;
  margin-right: 15px;
}

.header-section .fashion-header .header-middle .btns-list ul .cart-btn>.price {
  display: table;
  font-size: 16px;
  text-align: left;
  padding-top: 5px;
  color: #222222;
}

.header-section .fashion-header .header-middle .btns-list ul .cart-btn>.price span,
.header-section .fashion-header .header-middle .btns-list ul .cart-btn>.price strong {
  width: 100%;
  display: block;
}

.header-section .fashion-header .header-middle .btns-list ul .cart-btn>.price strong {
  font-size: 16px;
}

.header-section .fashion-header .header-bottom {
  border-top: 1px solid #f0f0f0;
}

.header-section .fashion-header .header-bottom .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .fashion-header .header-bottom .main-menu .main-menu-list>ul>li {
  padding: 20px 0px;
  margin-right: 40px;
}

.header-section .fashion-header .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .fashion-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.header-section .fashion-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #f56c57;
}

.header-section .fashion-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #f56c57;
}

.header-section .fashion-header .header-bottom .buy-btn {
  padding: 20px 0px;
}

.header-section .fashion-header .header-bottom .buy-btn a:hover {
  color: #f56c57;
}

.header-section .food-header .header-top {
  font-size: 16px;
  padding: 10px 0px;
  color: #ffffff;
}

.header-section .food-header .header-top .left-side p {
  margin: 0px;
  font-size: 16px;
  color: #ffffff;
}

.header-section .food-header .header-top .right-side>ul>li {
  height: 45px;
  margin: -10px 0px;
  padding: 10px 20px;
  position: relative;
}


.header-top .left-side ul li {
  padding-right: 20px;
}

.header-top .left-side ul li a {
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 500;
}

.header-section .food-header .header-top .right-side>ul>li:after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: '';
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}

.header-section .food-header .header-top .right-side>ul>li:last-child {
  padding-right: 0px;
}

.header-section .food-header .header-top .right-side>ul>li:last-child:after {
  display: none;
}

.header-section .food-header .header-top .right-side>ul>li .currency-select {
  color: #ffffff;
  background-color: var(--theme-color-gold);
  background: transparent url(../images/2-down-arrow.png) no-repeat right 10px center;
}

.header-section .food-header .header-top .right-side>ul>li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}

.header-section .food-header .header-top .right-side>ul>li>.social-links li {
  margin-right: 20px;
}

.header-section .food-header .header-top .right-side>ul>li>.social-links li:last-child {
  margin-right: 0px;
}

.header-section .food-header .header-top .right-side>ul>li>.social-links li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-white);
}

.header-section .food-header .header-top .right-side>ul>li>.social-links li a:hover {
  color: #ffffff;
}

.header-section .food-header .header-middle {
  padding: 8px 0px;
}

.brand-logo img {
  width: 160px;
}

.header-section .food-header .header-middle .main-search-container {
  padding: 8px 0px;
}

.header-section .food-header .header-middle .main-search-container .search-form {
  position: relative;
  border-radius: 3px;
  border: 2px solid #f0f0f0;
}

.header-section .food-header .header-middle .main-search-container .search-form input {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  display: block;
  padding: 0px 20px;
  border-radius: 3px;
}

.header-section .food-header .header-middle .main-search-container .search-form .search-btn {
  top: -2px;
  right: -2px;
  bottom: -2px;
  width: 70px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  background-color: var(--theme-color-maroon);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.header-section .food-header .header-middle .main-search-container .search-form .categories-select {
  top: 0;
  bottom: 0;
  right: 70px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0px 30px;
  position: absolute;
  -webkit-appearance: none;
  background: #f7f7f7 url(../images/down-arrow.png) no-repeat right 15px center;
}

.header-section .food-header .header-middle .three-btn-group {
  padding: 17px 0px;
}

.header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn {
  width: 100%;
  float: right;
}

.header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn ul li {
  line-height: 0px;
  margin-right: 30px;
}

.header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn ul li.login a {
  font-size: 16px;
  padding: 15px 20px;
  border: 1px solid var(--theme-color-gold);
}

.header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn ul li:last-child {
  margin-right: 0px;
  padding: 8px 0px;
}

.header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn ul li a {
  font-size: 30px;
  position: relative;
  display: inline-block;
  color: #222222;
}

.header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn ul li a:hover {
  color: var(--theme-color-gold);
}

.header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn ul li a .item-counter {
  top: -5px;
  right: -12px;
  height: 25px;
  font-size: 16px;
  min-width: 25px;
  padding: 0px 5px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  background-color: var(--theme-color-gold);
}

.header-section .food-header .header-bottom {
  position: relative;
  /* background-color: var(--theme-color-beige); */
  border-top: 1px solid #f1ecec;
}

.header-section .food-header .header-bottom .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li {
  padding: 12px 0px;
  margin-right: 36px;
}

.header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  font-size: 16px;
}

.header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: var(--theme-color-gold);
}

.header-section .food-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: var(--theme-color-gold);
}

.header-section .food-header-2 .header-top {
  font-size: 16px;
  padding: 10px 0px;
  color: #222222;
}

.header-section .food-header-2 .header-top .left-side p {
  margin: 0px;
  font-size: 16px;
  color: #222222;
}

.header-section .food-header-2 .header-top .right-side>ul>li {
  height: 45px;
  margin: -10px 0px;
  padding: 10px 20px;
  position: relative;
}

.header-section .food-header-2 .header-top .right-side>ul>li:after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: '';
  height: 100%;
  position: absolute;
  background: #f0f0f0;
}

.header-section .food-header-2 .header-top .right-side>ul>li:last-child {
  padding-right: 0px;
}

.header-section .food-header-2 .header-top .right-side>ul>li:last-child:after {
  display: none;
}

.header-section .food-header-2 .header-top .right-side>ul>li .currency-select {
  color: #222222;
  background-color: #ffffff;
  background: transparent url(../images/down-arrow.png) no-repeat right 10px center;
}

.header-section .food-header-2 .header-top .right-side>ul>li a {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  text-transform: capitalize;
}

.header-section .food-header-2 .header-top .right-side>ul>li a:hover {
  color: #bf0b26;
}

.header-section .food-header-2 .header-top .right-side>ul>li>.social-links li {
  margin-right: 20px;
}

.header-section .food-header-2 .header-top .right-side>ul>li>.social-links li:last-child {
  margin-right: 0px;
}

.header-section .food-header-2 .header-top .right-side>ul>li>.social-links li a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.header-section .food-header-2 .header-top .right-side>ul>li>.social-links li a:hover {
  color: #bf0b26;
}

.header-section .food-header-2 .header-middle {
  padding: 20px 0px;
}

.header-section .food-header-2 .header-middle .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .food-header-2 .header-middle .main-menu .main-menu-list {
  padding: 15px 0px;
}

.header-section .food-header-2 .header-middle .main-menu .main-menu-list>ul>li {
  margin-right: 2px;
}

.header-section .food-header-2 .header-middle .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .food-header-2 .header-middle .main-menu .main-menu-list>ul>li>a {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 3px;
  color: #ffffff;
}

.header-section .food-header-2 .header-middle .main-menu .main-menu-list>ul>li:hover>a {
  background-color: rgba(255, 255, 255, 0.1);
}

.header-section .food-header-2 .header-middle .main-menu .main-menu-list>ul>.active>a {
  background-color: rgba(255, 255, 255, 0.1);
}

.header-section .food-header-2 .header-middle .three-btn-group {
  width: 100%;
  display: table;
  padding: 17px 0px;
}

.header-section .food-header-2 .header-middle .three-btn-group .wishlist-cart-btn>ul>li {
  line-height: 0px;
  margin-right: 30px;
}

.header-section .food-header-2 .header-middle .three-btn-group .wishlist-cart-btn>ul>li:last-child {
  margin-right: 0px;
}

.header-section .food-header-2 .header-middle .three-btn-group .wishlist-cart-btn>ul>li>a,
.header-section .food-header-2 .header-middle .three-btn-group .wishlist-cart-btn>ul>li>button {
  font-size: 30px;
  position: relative;
  color: #ffffff;
  display: inline-block;
}

.header-section .food-header-2 .header-middle .three-btn-group .wishlist-cart-btn>ul>li>a:hover,
.header-section .food-header-2 .header-middle .three-btn-group .wishlist-cart-btn>ul>li>button:hover {
  color: var(--theme-color-gold);
}

.header-section .food-header-2 .header-middle .three-btn-group .wishlist-cart-btn>ul>li>a .item-counter,
.header-section .food-header-2 .header-middle .three-btn-group .wishlist-cart-btn>ul>li>button .item-counter {
  top: -5px;
  right: -12px;
  height: 25px;
  font-size: 16px;
  min-width: 25px;
  padding: 0px 5px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
}

.header-section .food-header-2 .header-bottom .categories-menu {
  padding: 15px 0px;
  position: relative;
}

.header-section .food-header-2 .header-bottom .categories-menu:before {
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}

.header-section .food-header-2 .header-bottom .categories-menu ul li {
  margin-right: 15px;
}

.header-section .food-header-2 .header-bottom .categories-menu ul li:last-child {
  margin-right: 0px;
}

.header-section .food-header-2 .header-bottom .categories-menu ul li a {
  opacity: .5;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}

.header-section .food-header-2 .header-bottom .categories-menu ul li a:hover {
  opacity: 1;
}

.header-section .food-header-2 .header-bottom .categories-menu ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-section .food-header-2 .header-bottom .categories-menu ul li .active {
  opacity: 1;
}

.header-section .furniture-header .header-top {
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
}

.header-section .furniture-header .header-top .header-top-left .currency-select select {
  color: #ffffff;
  background: #4bba5b url(../images/2-down-arrow.png) no-repeat right 15px center;
}

.header-section .furniture-header .header-top .header-top-right>ul>li {
  margin: -10px 0px;
  padding: 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-section .furniture-header .header-top .header-top-right>ul>li:last-child {
  border-right: none;
  padding-right: 0px;
}

.header-section .furniture-header .header-top .header-top-right>ul>li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}

.header-section .furniture-header .header-top .header-top-right>ul>li a:hover {
  color: white;
}

.header-section .furniture-header .header-top .header-top-right>ul .social-links ul li {
  margin-right: 15px;
}

.header-section .furniture-header .header-top .header-top-right>ul .social-links ul li:last-child {
  margin-right: 0px;
}

.header-section .furniture-header .header-middle {
  padding: 20px 0px;
}

.header-section .furniture-header .header-middle .main-search-container {
  padding: 8px 0px;
}

.header-section .furniture-header .header-middle .main-search-container .search-form {
  position: relative;
  border-radius: 3px;
  border: 2px solid #4bba5b;
}

.header-section .furniture-header .header-middle .main-search-container .search-form input {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  display: block;
  padding: 0px 20px;
  border-radius: 3px;
}

.header-section .furniture-header .header-middle .main-search-container .search-form .search-btn {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  background-color: #4bba5b;
}

.header-section .furniture-header .header-middle .main-search-container .search-form .categories-select {
  top: 0;
  bottom: 0;
  right: 70px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0px 30px;
  position: absolute;
  -webkit-appearance: none;
  background: #f7f7f7 url(../images/down-arrow.png) no-repeat right 15px center;
}

.header-section .furniture-header .header-middle .three-btn-group {
  padding: 13px 0px;
}

.header-section .furniture-header .header-middle .three-btn-group ul li {
  margin-right: 25px;
}

.header-section .furniture-header .header-middle .three-btn-group ul li:last-child {
  margin-right: 0px;
}

.header-section .furniture-header .header-middle .three-btn-group ul li a {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  color: #222222;
}

.header-section .furniture-header .header-middle .three-btn-group ul li a:hover {
  color: #4bba5b;
}

.header-section .furniture-header .header-middle .three-btn-group ul li a .price-text {
  font-size: 18px;
}

.header-section .furniture-header .header-middle .three-btn-group ul li a .item-counter {
  top: -5px;
  left: 12px;
  height: 25px;
  font-size: 16px;
  min-width: 25px;
  padding: 0px 5px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
}

.header-section .furniture-header .header-bottom {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.header-section .furniture-header .header-bottom .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .furniture-header .header-bottom .main-menu .main-menu-list {
  padding: 19px 0px;
}

.header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>li {
  margin-right: 30px;
}

.header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #4bba5b;
}

.header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #4bba5b;
}

.header-section .furniture-header .header-bottom .hotline-support .icon {
  float: left;
  width: 60px;
  height: 60px;
  font-size: 48px;
  line-height: 60px;
  margin-right: 10px;
  text-align: center;
  color: #4bba5b;
}

.header-section .furniture-header .header-bottom .hotline-support .hotline-content {
  display: table;
  font-size: 16px;
  padding: 3px 0px;
  color: #222222;
}

.header-section .furniture-header .header-bottom .hotline-support .hotline-content strong {
  font-weight: 600;
}

.home-furniture-2 .header-section .furniture-header .header-top .header-top-left .currency-select select {
  background: #9cb130 url(../images/2-down-arrow.png) no-repeat right 15px center;
}

.home-furniture-2 .header-section .furniture-header .header-middle .main-search-container .search-form {
  border: 2px solid #9cb130;
}

.home-furniture-2 .header-section .furniture-header .header-middle .main-search-container .search-form .search-btn {
  background-color: #9cb130;
}

.home-furniture-2 .header-section .furniture-header .header-middle .three-btn-group ul li a:hover {
  color: #9cb130;
}

.home-furniture-2 .header-section .furniture-header .header-bottom .main-menu .main-menu-list {
  padding: 17px 0px;
}

.home-furniture-2 .header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #9cb130;
}

.home-furniture-2 .header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #9cb130;
}

.home-furniture-2 .header-section .furniture-header .header-bottom .main-menu .hotline-support {
  padding: 10px 0px;
}

.home-furniture-2 .header-section .furniture-header .header-bottom .main-menu .hotline-support .icon {
  color: #9cb130;
}

.header-section .jewellry-header-1 .header-top {
  padding: 10px 0px;
}

.header-section .jewellry-header-1 .header-top .header-top-left>ul>li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

.header-section .jewellry-header-1 .header-top .header-top-left>ul>li:after {
  top: 50%;
  width: 2px;
  right: -1px;
  content: '';
  height: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f0f0f0;
}

.header-section .jewellry-header-1 .header-top .header-top-left>ul>li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .jewellry-header-1 .header-top .header-top-left>ul>li:last-child:after {
  display: none;
}

.header-section .jewellry-header-1 .header-top .header-top-left>ul>li>.social-links>li {
  margin-right: 15px;
}

.header-section .jewellry-header-1 .header-top .header-top-left>ul>li>.social-links>li:last-child {
  margin-right: 0px;
}

.header-section .jewellry-header-1 .header-top .header-top-left>ul>li>.social-links>li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.header-section .jewellry-header-1 .header-top .header-top-left>ul>li>.social-links>li a:hover {
  color: #c09749;
}

.header-section .jewellry-header-1 .header-top .header-top-right>ul>li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

.header-section .jewellry-header-1 .header-top .header-top-right>ul>li:after {
  top: 50%;
  width: 2px;
  right: -1px;
  content: '';
  height: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f0f0f0;
}

.header-section .jewellry-header-1 .header-top .header-top-right>ul>li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .jewellry-header-1 .header-top .header-top-right>ul>li:last-child:after {
  display: none;
}

.header-section .jewellry-header-1 .header-top .header-top-right>ul>li a {
  font-size: 16px;
  font-weight: 400;
}

.header-section .jewellry-header-1 .header-top .header-top-right>ul>li a:hover {
  color: #c09749;
}

.header-section .jewellry-header-1 .header-top .header-top-right>ul>li .storm-select {
  padding-right: 15px;
  background: transparent url(../images/down-arrow.png) no-repeat right 0px center;
}

.header-section .jewellry-header-1 .header-bottom {
  padding: 20px 0px;
  background-color: #ffffff;
}

.header-section .jewellry-header-1 .header-bottom .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .jewellry-header-1 .header-bottom .main-menu .main-menu-list {
  padding: 20px 0px;
}

.header-section .jewellry-header-1 .header-bottom .main-menu .main-menu-list>ul>li {
  margin-right: 30px;
}

.header-section .jewellry-header-1 .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .jewellry-header-1 .header-bottom .main-menu .main-menu-list>ul>li>a {
  font-size: 16px;
  font-weight: 600;
}

.header-section .jewellry-header-1 .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #c09749;
}

.header-section .jewellry-header-1 .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #c09749;
}

.header-section .jewellry-header-1 .header-bottom .three-btn-group {
  padding: 13px 0px;
}

.header-section .jewellry-header-1 .header-bottom .three-btn-group ul li {
  margin-right: 25px;
  position: relative;
}

.header-section .jewellry-header-1 .header-bottom .three-btn-group ul li:last-child {
  margin-right: 0px;
}

.header-section .jewellry-header-1 .header-bottom .three-btn-group ul li a,
.header-section .jewellry-header-1 .header-bottom .three-btn-group ul li button {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  color: #222222;
}

.header-section .jewellry-header-1 .header-bottom .three-btn-group ul li a:hover,
.header-section .jewellry-header-1 .header-bottom .three-btn-group ul li button:hover {
  color: #c09749;
}

.header-section .jewellry-header-1 .header-bottom .three-btn-group ul li a .price-text,
.header-section .jewellry-header-1 .header-bottom .three-btn-group ul li button .price-text {
  font-size: 18px;
}

.header-section .jewellry-header-1 .header-bottom .three-btn-group ul li a .item-counter,
.header-section .jewellry-header-1 .header-bottom .three-btn-group ul li button .item-counter {
  left: 12px;
  bottom: 0px;
  height: 25px;
  font-size: 16px;
  min-width: 25px;
  padding: 0px 5px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
}

.header-section .jewellry-header-2 .header-top {
  font-size: 16px;
  padding: 10px 0px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-section .jewellry-header-2 .header-top .header-top-left>ul>li {
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
}

.header-section .jewellry-header-2 .header-top .header-top-left>ul>li:after {
  top: 50%;
  right: 0;
  width: 2px;
  content: '';
  height: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.header-section .jewellry-header-2 .header-top .header-top-left>ul>li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .jewellry-header-2 .header-top .header-top-left>ul>li:last-child:after {
  display: none;
}

.header-section .jewellry-header-2 .header-top .header-top-left>ul>li .social-links li {
  margin-right: 20px;
}

.header-section .jewellry-header-2 .header-top .header-top-left>ul>li .social-links li:last-child {
  margin-right: 0px;
}

.header-section .jewellry-header-2 .header-top .header-top-left>ul>li .social-links li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.header-section .jewellry-header-2 .header-top .header-top-left>ul>li .social-links li a:hover {
  color: #ff0000;
}

.header-section .jewellry-header-2 .header-top .header-top-right ul li {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

.header-section .jewellry-header-2 .header-top .header-top-right ul li:after {
  top: 50%;
  right: 0;
  width: 2px;
  content: '';
  height: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.header-section .jewellry-header-2 .header-top .header-top-right ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .jewellry-header-2 .header-top .header-top-right ul li:last-child:after {
  display: none;
}

.header-section .jewellry-header-2 .header-top .header-top-right ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.header-section .jewellry-header-2 .header-top .header-top-right ul li a:hover {
  color: #ff0000;
}

.header-section .jewellry-header-2 .header-top .header-top-right ul li .storm-select {
  color: #ffffff;
  background-color: #191919;
}

.header-section .jewellry-header-2 .header-middle {
  padding: 30px 0px;
}

.header-section .jewellry-header-2 .header-middle .btns-list {
  text-align: right;
  padding: 10px 0px;
}

.header-section .jewellry-header-2 .header-middle .btns-list .main-search {
  width: 60%;
  height: 50px;
  position: relative;
  display: inline-block;
}

.header-section .jewellry-header-2 .header-middle .btns-list .main-search input[type=search] {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0px 20px;
  color: #ffffff;
  background-color: #000000;
  border: 2px solid #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-section .jewellry-header-2 .header-middle .btns-list .main-search input[type=search]:focus {
  outline: none;
  border-color: #ff0000;
}

.header-section .jewellry-header-2 .header-middle .btns-list .main-search input[type=search]:focus+.search-btn {
  color: #ff0000;
}

.header-section .jewellry-header-2 .header-middle .btns-list .main-search .search-btn {
  top: 50%;
  right: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 3px;
  position: absolute;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-section .jewellry-header-2 .header-middle .btns-list>ul {
  width: 40%;
  padding-left: 30px;
}

.header-section .jewellry-header-2 .header-middle .btns-list>ul>li {
  text-align: left;
  margin-right: 40px;
}

.header-section .jewellry-header-2 .header-middle .btns-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .jewellry-header-2 .header-middle .btns-list>ul>li>a {
  font-size: 24px;
  position: relative;
  color: #ffffff;
}

.header-section .jewellry-header-2 .header-middle .btns-list>ul>li>a:hover {
  color: #ff0000;
}

.header-section .jewellry-header-2 .header-middle .btns-list>ul>li>a .item-counter {
  left: 10px;
  bottom: 0px;
  height: 20px;
  min-width: 20px;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 5px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  color: #ffffff;
}

.header-section .jewellry-header-2 .header-middle .btns-list>ul .cart-btn>a {
  float: left;
  margin-right: 15px;
}

.header-section .jewellry-header-2 .header-middle .btns-list>ul .cart-btn .price {
  display: table;
  font-size: 16px;
  text-align: left;
  padding-top: 5px;
  color: #ffffff;
}

.header-section .jewellry-header-2 .header-middle .btns-list>ul .cart-btn .price span,
.header-section .jewellry-header-2 .header-middle .btns-list>ul .cart-btn .price strong {
  width: 100%;
  display: block;
}

.header-section .jewellry-header-2 .header-middle .btns-list>ul .cart-btn .price strong {
  font-size: 16px;
}

.header-section .jewellry-header-2 .header-bottom {
  background-color: #000000;
}

.header-section .jewellry-header-2 .header-bottom .main-menu .main-menu-list>ul>li {
  padding: 20px 0px;
  margin-right: 40px;
}

.header-section .jewellry-header-2 .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .jewellry-header-2 .header-bottom .main-menu .main-menu-list>ul>li>a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.header-section .jewellry-header-2 .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #ff0000;
}

.header-section .jewellry-header-2 .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #ff0000;
}

.header-section .jewellry-header-2 .header-bottom .main-menu .buy-btn {
  padding: 20px 0px;
}

.header-section .jewellry-header-2 .header-bottom .main-menu .buy-btn a {
  color: #ff0000;
}

.header-section .shoes-header .header-top {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
}

.header-section .shoes-header .header-top .header-top-right ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-right: 30px;
}

.header-section .shoes-header .header-top .header-top-right ul li:hover {
  color: #000000;
}

.header-section .shoes-header .header-top .header-top-right ul li:last-child {
  margin-right: 0px;
}

.header-section .shoes-header .header-top .header-top-right ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.header-section .shoes-header .header-top .header-top-right ul li a:hover {
  color: #000000;
}

.header-section .shoes-header .header-top .header-top-right ul li .storm-select {
  color: #666666;
}

.header-section .shoes-header .header-top .header-top-right ul li .storm-select:hover {
  color: #000000;
}

.header-section .shoes-header .header-middle {
  padding: 20px 0px;
}

.header-section .shoes-header .header-middle .main-search-container {
  padding: 8px 0px;
}

.header-section .shoes-header .header-middle .main-search-container .search-form {
  position: relative;
  border-radius: 3px;
  border: 2px solid #000000;
}

.header-section .shoes-header .header-middle .main-search-container .search-form input {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  display: block;
  padding: 0px 20px;
  border-radius: 3px;
}

.header-section .shoes-header .header-middle .main-search-container .search-form .search-btn {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
}

.header-section .shoes-header .header-middle .main-search-container .search-form .categories-select {
  top: 0;
  bottom: 0;
  right: 70px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0px 30px;
  position: absolute;
  -webkit-appearance: none;
  background: #f7f7f7 url(../images/down-arrow.png) no-repeat right 15px center;
}

.header-section .shoes-header .header-middle .three-btn-group {
  padding: 19px 0px;
}

.header-section .shoes-header .header-middle .three-btn-group ul li {
  line-height: 0px;
  margin-right: 30px;
}

.header-section .shoes-header .header-middle .three-btn-group ul li:last-child {
  margin-right: 0px;
}

.header-section .shoes-header .header-middle .three-btn-group ul li a {
  font-size: 30px;
  color: #666666;
  position: relative;
  display: inline-block;
}

.header-section .shoes-header .header-middle .three-btn-group ul li a:hover {
  color: #000000;
}

.header-section .shoes-header .header-middle .three-btn-group ul li a .item-counter {
  top: -5px;
  right: -12px;
  height: 25px;
  font-size: 16px;
  min-width: 25px;
  padding: 0px 5px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
}

.header-section .shoes-header .header-bottom {
  padding: 15px 0px;
}

.header-section .shoes-header .header-bottom .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .shoes-header .header-bottom .main-menu .main-menu-list>ul>li {
  margin-right: 5px;
}

.header-section .shoes-header .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .shoes-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  font-size: 16px;
  padding: 6px 18px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
}

.header-section .shoes-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #ffffff;
}

.header-section .shoes-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.home-shoes-2 .bicycle-header {
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
}

.home-shoes-2 .bicycle-header .header-top .header-top-left>ul>li .social-links li a {
  color: rgba(255, 255, 255, 0.8);
}

.home-shoes-2 .bicycle-header .header-top .header-top-left>ul>li .social-links li a:hover {
  color: #ffffff;
}

.home-shoes-2 .bicycle-header .header-top .header-top-right ul li a {
  color: #ffffff;
}

.home-shoes-2 .bicycle-header .header-top .header-top-right ul li a:hover {
  color: #ffffff;
}

.home-shoes-2 .bicycle-header .header-top .header-top-right ul li .storm-select {
  background: var(--theme-color-maroon) url(../images/2-down-arrow.png) no-repeat right 15px center;
}

.home-shoes-2 .bicycle-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  color: #222222;
}

.home-shoes-2 .bicycle-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: var(--theme-color-maroon);
}

.home-shoes-2 .bicycle-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #ffffff !important;
  background-color: var(--theme-color-maroon);
}

.home-shoes-2 .bicycle-header .header-bottom .btns-list .main-search input[type=search] {
  color: #222222;
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
}

.home-shoes-2 .bicycle-header .header-bottom .btns-list .main-search input[type=search]:focus {
  outline: none;
  border-color: var(--theme-color-maroon);
  background-color: #ffffff;
}

.home-shoes-2 .bicycle-header .header-bottom .btns-list .main-search input[type=search]:focus+.search-btn {
  color: var(--theme-color-maroon);
}

.home-shoes-2 .bicycle-header .header-bottom .btns-list .main-search .search-btn {
  top: 50%;
  right: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 3px;
  position: absolute;
  color: #666666;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-shoes-2 .bicycle-header .header-bottom .btns-list .main-search input[type=search]:-moz-placeholder {
  color: #666666;
}

.home-shoes-2 .bicycle-header .header-bottom .btns-list .main-search input[type=search]::-moz-placeholder {
  color: #666666;
}

.home-shoes-2 .bicycle-header .header-bottom .btns-list .main-search input[type=search]:-ms-input-placeholder {
  color: #666666;
}

.home-shoes-2 .bicycle-header .header-bottom .btns-list .main-search input[type=search]::-webkit-input-placeholder {
  color: #666666;
}

.home-shoes-2 .bicycle-header .header-bottom .btns-list ul li a {
  color: #666666;
}

.home-shoes-2 .bicycle-header .header-bottom .btns-list ul .cart-btn .price {
  color: #666666;
}

.header-section .sunglass-header .header-top {
  font-size: 16px;
  padding: 10px 0px;
  color: #222222;
}

.header-section .sunglass-header .header-top .header-top-left>ul>li {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

.header-section .sunglass-header .header-top .header-top-left>ul>li:after {
  top: 50%;
  right: 0;
  width: 2px;
  content: '';
  height: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
}

.header-section .sunglass-header .header-top .header-top-left>ul>li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .sunglass-header .header-top .header-top-left>ul>li:last-child:after {
  display: none;
}

.header-section .sunglass-header .header-top .header-top-left>ul>li .social-links li {
  margin-right: 20px;
}

.header-section .sunglass-header .header-top .header-top-left>ul>li .social-links li:last-child {
  margin-right: 0px;
}

.header-section .sunglass-header .header-top .header-top-left>ul>li .social-links li a {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.header-section .sunglass-header .header-top .header-top-left>ul>li .social-links li a:hover {
  color: #edb402;
}

.header-section .sunglass-header .header-top .header-top-middle .discount-text {
  margin: 0px;
  color: #222222;
  text-transform: uppercase;
}

.header-section .sunglass-header .header-top .header-top-right ul li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

.header-section .sunglass-header .header-top .header-top-right ul li:after {
  top: 50%;
  right: 0;
  width: 2px;
  content: '';
  height: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
}

.header-section .sunglass-header .header-top .header-top-right ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .sunglass-header .header-top .header-top-right ul li:last-child:after {
  display: none;
}

.header-section .sunglass-header .header-top .header-top-right ul li a,
.header-section .sunglass-header .header-top .header-top-right ul li .storm-select {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  text-transform: capitalize;
}

.header-section .sunglass-header .header-top .header-top-right ul li .storm-select {
  background: #f7f7f7 url(../images/down-arrow.png) no-repeat right 15px center;
}

.header-section .sunglass-header .header-top .header-top-right ul li a:hover {
  color: #edb402;
}

.header-section .sunglass-header .header-bottom {
  padding: 30px 0px;
}

.header-section .sunglass-header .header-bottom .main-menu {
  display: table;
  margin: 0px auto;
  padding: 13px 0px;
  position: relative;
}

.header-section .sunglass-header .header-bottom .main-menu .menu-btn {
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-section .sunglass-header .header-bottom .main-menu .menu-btn i {
  font-weight: 500;
  margin-right: 5px;
}

.header-section .sunglass-header .header-bottom .main-menu .main-menu-list {
  top: 55px;
  left: 50%;
  opacity: 0;
  margin: 0px;
  z-index: 999;
  height: auto;
  padding: 20px;
  min-width: 270px;
  position: absolute;
  border-radius: 3px;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.2);
}

.header-section .sunglass-header .header-bottom .main-menu .main-menu-list:before {
  left: 50%;
  top: -30px;
  width: 0px;
  z-index: 1;
  content: '';
  height: 0px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}

.header-section .sunglass-header .header-bottom .main-menu .main-menu-list>li {
  width: 100%;
  display: table;
  list-style: none;
}

.header-section .sunglass-header .header-bottom .main-menu .main-menu-list>li>a {
  width: 100%;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.header-section .sunglass-header .header-bottom .main-menu .main-menu-list>li:hover>a {
  color: #edb402;
  border-bottom-color: #edb402;
}

.header-section .sunglass-header .header-bottom .main-menu .main-menu-list>li:last-child>a {
  border-bottom: none;
}

.header-section .sunglass-header .header-bottom .main-menu .main-menu-list>.active>a {
  color: #edb402;
  border-bottom-color: #edb402;
}

.header-section .sunglass-header .header-bottom .main-menu .main-menu-list>.menu-item-has-children>.sub-menu {
  top: 0;
  left: 250px;
  padding: 0px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.header-section .sunglass-header .header-bottom .main-menu .main-menu-list>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
  top: 0;
  left: 280px;
  padding: 0px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.header-section .sunglass-header .header-bottom .main-menu:hover .menu-btn {
  color: #edb402;
}

.header-section .sunglass-header .header-bottom .main-menu:hover .main-menu-list {
  opacity: 1;
  visibility: visible;
}

.header-section .sunglass-header .header-bottom .main-search-container {
  padding: 5px 0px;
}

.header-section .sunglass-header .header-bottom .main-search-container .search-form {
  position: relative;
  border-radius: 3px;
}

.header-section .sunglass-header .header-bottom .main-search-container .search-form input {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  display: block;
  padding: 0px 20px;
  border-radius: 3px;
}

.header-section .sunglass-header .header-bottom .main-search-container .search-form .search-btn {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #edb402;
}

.header-section .sunglass-header .header-bottom .main-search-container .search-form .categories-select {
  top: 0;
  bottom: 0;
  right: 70px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0px 30px;
  position: absolute;
  -webkit-appearance: none;
  background: #f7f7f7 url(../images/down-arrow.png) no-repeat right 15px center;
}

.header-section .sunglass-header .header-bottom .btns-list {
  padding: 8px 0px;
  text-align: right;
}

.header-section .sunglass-header .header-bottom .btns-list ul li {
  text-align: left;
  margin-right: 40px;
}

.header-section .sunglass-header .header-bottom .btns-list ul li:last-child {
  margin-right: 0px;
}

.header-section .sunglass-header .header-bottom .btns-list ul li a {
  font-size: 24px;
  position: relative;
  color: #ffffff;
}

.header-section .sunglass-header .header-bottom .btns-list ul li a:hover {
  color: #edb402;
}

.header-section .sunglass-header .header-bottom .btns-list ul li a .item-counter {
  left: 10px;
  bottom: 0px;
  height: 20px;
  min-width: 20px;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 5px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  color: #ffffff;
}

.header-section .sunglass-header .header-bottom .btns-list ul .cart-btn a {
  float: left;
  margin-right: 15px;
}

.header-section .sunglass-header .header-bottom .btns-list ul .cart-btn .price {
  display: table;
  font-size: 16px;
  text-align: left;
  padding-top: 5px;
  color: #ffffff;
}

.header-section .sunglass-header .header-bottom .btns-list ul .cart-btn .price span,
.header-section .sunglass-header .header-bottom .btns-list ul .cart-btn .price strong {
  width: 100%;
  display: block;
}

.header-section .sunglass-header .header-bottom .btns-list ul .cart-btn .price strong {
  font-size: 16px;
}

.home-sunglass-2 .header-section .default-header .header-top ul>li ul li a:hover {
  color: #9d3bc6;
}

.home-sunglass-2 .header-section .default-header .header-top .right-side ul li a:hover {
  color: #9d3bc6;
}

.home-sunglass-2 .header-section .default-header .header-middle .main-search-container .search-form .search-btn {
  background-color: #9d3bc6;
}

.home-sunglass-2 .header-section .default-header .header-middle .three-btn-group .wishlist-cart-btn>ul>li>a .item-counter {
  background-color: #9d3bc6;
}

.home-sunglass-2 .header-section .default-header .header-middle .three-btn-group .wishlist-cart-btn>ul>li:hover>a {
  color: #9d3bc6;
}

.home-sunglass-2 .header-section .default-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #9d3bc6;
}

.home-sunglass-2 .header-section .default-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #9d3bc6;
}

.home-tools-1 .header-section .food-header .header-top .left-side p {
  color: #222222;
}

.home-tools-1 .header-section .food-header .header-top .left-side p strong {
  font-weight: 500;
}

.home-tools-1 .header-section .food-header .header-top .right-side>ul>li:after {
  background: #f0f0f0;
}

.home-tools-1 .header-section .food-header .header-top .right-side>ul>li .currency-select {
  color: #222222;
  background: #f7f7f7 url(../images/down-arrow.png) no-repeat right 10px center;
}

.home-tools-1 .header-section .food-header .header-top .right-side>ul>li>a {
  color: #222222;
}

.home-tools-1 .header-section .food-header .header-top .right-side>ul>li>a:hover {
  color: #fed700;
}

.home-tools-1 .header-section .food-header .header-top .right-side>ul>li>.social-links li a {
  color: rgba(0, 0, 0, 0.8);
}

.home-tools-1 .header-section .food-header .header-top .right-side>ul>li>.social-links li a:hover {
  color: #fed700;
}

.home-tools-1 .header-section .food-header .header-middle .main-search-container .search-form {
  border-radius: 0px;
  border: 2px solid #ffffff;
}

.home-tools-1 .header-section .food-header .header-middle .main-search-container .search-form input {
  border-radius: 0px;
}

.home-tools-1 .header-section .food-header .header-middle .main-search-container .search-form .search-btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #222222;
}

.home-tools-1 .header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn>ul>li>a {
  color: #222222;
}

.home-tools-1 .header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn>ul>li>a .item-counter {
  background-color: #222222;
}

.home-tools-1 .header-section .food-header .header-bottom {
  padding: 0px;
  border: none;
}

.home-tools-1 .header-section .food-header .header-bottom .main-menu .main-menu-list {
  width: 100%;
  display: table;
  padding: 12px 0px;
}

.home-tools-1 .header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li {
  margin-right: 2px;
}

.home-tools-1 .header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.home-tools-1 .header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  font-size: 16px;
  padding: 8px 12px;
}

.home-tools-1 .header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #fed700;
}

.home-tools-1 .header-section .food-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #ffffff !important;
  background-color: #fed700;
}

.home-tools-1 .header-section .food-header .advertisement-content {
  padding: 10px 0px;
}

.home-tools-1 .header-section .food-header .advertisement-content p {
  font-size: 16px;
}

.home-tools-1 .header-section .food-header .advertisement-content p span {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  text-transform: capitalize;
}

.home-tools-1 .header-section .food-header .advertisement-content p a:hover {
  color: #fed700;
}

.home-tools-2 .header-section .food-header .header-top {
  color: #222222;
  border-bottom: 1px solid #f0f0f0;
}

.home-tools-2 .header-section .food-header .header-top .left-side p {
  color: #222222;
}

.home-tools-2 .header-section .food-header .header-top .right-side>ul>li:after {
  background: rgba(255, 255, 255, 0.8);
}

.home-tools-2 .header-section .food-header .header-top .right-side>ul>li:last-child {
  padding-right: 0px;
}

.home-tools-2 .header-section .food-header .header-top .right-side>ul>li:last-child:after {
  display: none;
}

.home-tools-2 .header-section .food-header .header-top .right-side>ul>li .currency-select {
  color: #222222;
  background-color: #ffffff;
  background: transparent url(../images/down-arrow.png) no-repeat right 10px center;
}

.home-tools-2 .header-section .food-header .header-top .right-side>ul>li a {
  color: #222222;
}

.home-tools-2 .header-section .food-header .header-top .right-side>ul>li a:hover {
  color: #085a9d;
}

.home-tools-2 .header-section .food-header .header-top .right-side>ul>li>.social-links li a {
  color: #222222;
}

.home-tools-2 .header-section .food-header .header-top .right-side>ul>li>.social-links li a:hover {
  color: #085a9d;
}

.home-tools-2 .header-section .food-header .header-middle .main-search-container .search-form {
  border-radius: 0px;
  border: 2px solid #085a9d;
}

.home-tools-2 .header-section .food-header .header-middle .main-search-container .search-form .search-btn {
  background-color: #085a9d;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.home-tools-2 .header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn>ul>li>a {
  color: #222222;
}

.home-tools-2 .header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn>ul>li>a .item-counter {
  background-color: #085a9d;
}

.home-tools-2 .header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn>ul>li:hover>a {
  color: #085a9d;
}

.home-tools-2 .header-section .food-header .header-bottom {
  border: none;
}

.home-tools-2 .header-section .food-header .header-bottom .all-departments-menu .menu-btn {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}

.home-tools-2 .header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  color: rgba(255, 255, 255, 0.5);
}

.home-tools-2 .header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #ffffff;
}

.home-tools-2 .header-section .food-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #ffffff;
}

.header-section .watches-header .header-top {
  font-size: 16px;
  padding: 10px 0px;
}

.header-section .watches-header .header-top .discount-text {
  font-size: 16px;
  color: #222222;
  text-transform: uppercase;
}

.header-section .watches-header .header-top .right-side ul li {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}

.header-section .watches-header .header-top .right-side ul li:after {
  top: 50%;
  width: 2px;
  right: -1px;
  content: '';
  height: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f0f0f0;
}

.header-section .watches-header .header-top .right-side ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .watches-header .header-top .right-side ul li:last-child:after {
  display: none;
}

.header-section .watches-header .header-top .right-side ul li .search-btn:hover {
  color: #f56c57;
}

.header-section .watches-header .header-middle {
  padding: 20px 0px;
}

.header-section .watches-header .header-middle .three-btn-group {
  padding: 24px 0px;
}

.header-section .watches-header .header-middle .three-btn-group ul li {
  margin-right: 30px;
}

.header-section .watches-header .header-middle .three-btn-group ul li:last-child {
  margin-right: 0px;
}

.header-section .watches-header .header-middle .three-btn-group ul li a {
  font-size: 16px;
  position: relative;
}

.header-section .watches-header .header-middle .three-btn-group ul li a i {
  float: left;
  font-size: 24px;
  margin: -2px 0px;
  margin-right: 5px;
}

.header-section .watches-header .header-middle .three-btn-group ul li a:hover {
  color: #f56c57;
}

.header-section .watches-header .header-middle .three-btn-group ul li a .item-counter {
  top: -10px;
  left: 12px;
  height: 20px;
  font-size: 16px;
  min-width: 20px;
  padding: 0px 5px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
}

.header-section .watches-header .header-bottom .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .watches-header .header-bottom .main-menu .main-menu-list>ul>li {
  padding: 15px 0px;
  margin-right: 30px;
}

.header-section .watches-header .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .watches-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  color: #ffffff;
}

.header-section .watches-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #f56c57;
}

.header-section .watches-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #f56c57;
}

.header-section .watches-header .header-bottom .purches-btn {
  padding: 15px 0px;
}

.header-section .watches-header .header-bottom .purches-btn a {
  color: #ffffff;
}

.header-section .watches-header .header-bottom .purches-btn a:hover {
  color: #f56c57;
}

.header-section .watches-2-header .header-top {
  font-size: 16px;
  padding: 10px 0px;
  color: #ffffff;
}

.header-section .watches-2-header .header-top .discount-text {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.header-section .watches-2-header .header-top .right-side ul li {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}

.header-section .watches-2-header .header-top .right-side ul li:after {
  top: 50%;
  width: 2px;
  right: -1px;
  content: '';
  height: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.header-section .watches-2-header .header-top .right-side ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header-section .watches-2-header .header-top .right-side ul li:last-child:after {
  display: none;
}

.header-section .watches-2-header .header-top .right-side ul li .storm-select {
  color: #ffffff;
  background: #222222 url(../images/down-arrow.png) no-repeat right 15px center;
}

.header-section .watches-2-header .header-top .right-side ul li .search-btn {
  color: #ffffff;
}

.header-section .watches-2-header .header-top .right-side ul li .search-btn:hover {
  color: #f56c57;
}

.header-section .watches-2-header .header-bottom {
  padding: 20px 0px;
}

.header-section .watches-2-header .header-bottom .main-menu [class^="col-lg-"] {
  position: static;
}

.header-section .watches-2-header .header-bottom .main-menu .main-menu-list {
  padding: 20px 0px;
}

.header-section .watches-2-header .header-bottom .main-menu .main-menu-list>ul>li {
  margin-right: 40px;
}

.header-section .watches-2-header .header-bottom .main-menu .main-menu-list>ul>li:last-child {
  margin-right: 0px;
}

.header-section .watches-2-header .header-bottom .main-menu .main-menu-list>ul>li>a {
  color: #222222;
}

.header-section .watches-2-header .header-bottom .main-menu .main-menu-list>ul>li:hover>a {
  color: #f56c57;
}

.header-section .watches-2-header .header-bottom .main-menu .main-menu-list>ul>.active>a {
  color: #f56c57;
}

.header-section .watches-2-header .header-bottom .three-btn-group {
  padding: 19px 0px;
}

.header-section .watches-2-header .header-bottom .three-btn-group ul li {
  margin-right: 30px;
}

.header-section .watches-2-header .header-bottom .three-btn-group ul li:last-child {
  margin-right: 0px;
}

.header-section .watches-2-header .header-bottom .three-btn-group ul li a {
  font-size: 16px;
  position: relative;
}

.header-section .watches-2-header .header-bottom .three-btn-group ul li a i {
  float: left;
  font-size: 24px;
  margin: -2px 0px;
  margin-right: 5px;
}

.header-section .watches-2-header .header-bottom .three-btn-group ul li a:hover {
  color: #f56c57;
}

.header-section .watches-2-header .header-bottom .three-btn-group ul li a .item-counter {
  top: -10px;
  left: 12px;
  height: 20px;
  font-size: 16px;
  min-width: 20px;
  padding: 0px 5px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
}

/* header section - end
==================================================================================================== */
/* dropdown & mega menu style - start
==================================================================================================== */
.main-menu .main-menu-list .menu-item-has-children {
  position: relative;
}

.main-menu .main-menu-list .menu-item-has-children::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--theme-color-black);
}

.main-menu .main-menu-list .menu-item-has-children.active::after {
  color: var(--theme-color-gold);
}

.main-menu .main-menu-list .menu-item-has-children:hover::after {
  color: var(--theme-color-gold);
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu {
  top: 60px;
  left: 0%;
  opacity: 0;
  z-index: 999;
  line-height: 1.4;
  height: 100%;
  min-width: 380px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu>li {
  width: 100%;
  display: block;
  padding: 0px 15px;
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu>li>a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 50px;
  padding: 0px 10px;
  color: #222222;
  border-bottom: 1px solid #f0f0f0;
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:last-child a {
  border-bottom: none;
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: var(--theme-color-maroon);
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>a {
  position: relative;
}

.main-menu .main-menu-list .menu-item-has-children .sub-menu .menu-item-has-children::after {
  display: none;
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>a:after {
  top: 50%;
  right: 10px;
  font-size: 16px;
  content: '\f054';
  font-weight: 900;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
}

.main-menu .main-menu-list .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
  top: 0;
  left: 100%;
  position: absolute;
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li a {
  color: #222222;
}

.main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: var(--theme-color-maroon);
}

.main-menu {
  position: relative;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu {
  position: static;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu {
  left: 0;
  right: 0;
  top: 60px;
  opacity: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  padding: 15px;
  visibility: hidden;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: center center;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li {
  width: 25%;
  float: left;
  margin: 0px;
  padding: 15px;
  display: inline-block;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li .title-text {
  width: 100%;
  display: table;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li {
  width: 100%;
  display: table;
  margin-bottom: 8px;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li:last-child {
  margin-bottom: 0px;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: var(--theme-color-maroon);
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu {
  position: relative;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list {
  left: 0;
  right: 0;
  top: 60px;
  opacity: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  padding: 15px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li {
  z-index: 1;
  width: 20%;
  float: left;
  list-style: none;
  text-align: center;
  display: inline-block;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li>a {
  width: 100%;
  height: auto;
  padding: 15px;
  display: block;
  border-radius: 3px;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li>a .demo-img {
  width: 100%;
  height: 160px;
  display: block;
  border-radius: 3px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  border: 2px solid #f0f0f0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li>a .demo-title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-img {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: var(--theme-color-maroon);
}

.main-menu .main-menu-list .menu-item-has-children.has-mega-menu:hover .demo-list {
  opacity: 1;
  visibility: visible;
}

.main-menu .all-departments-menu {
  width: 270px;
  height: auto;
  position: relative;
}

.main-menu .all-departments-menu .menu-btn {
  width: 100%;
  height: 50px;
  text-align: left;
  padding: 0px 30px;
  line-height: 1.5;
  color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.main-menu .all-departments-menu .menu-btn i {
  margin-right: 15px;
}

.main-menu .all-departments-menu .departments-dropdown-menu {
  left: 0;
  top: 50px;
  opacity: 0;
  margin: 0px;
  width: 270px;
  z-index: 999;
  height: auto;
  padding: 15px 0px;
  position: absolute;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.main-menu .all-departments-menu .departments-dropdown-menu>li {
  width: 100%;
  display: table;
  list-style: none;
  padding: 0px 15px;
}

.main-menu .all-departments-menu .departments-dropdown-menu>li>a {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 12px 10px;
  border-bottom: 1px solid #f0f0f0;
}

.main-menu .all-departments-menu .departments-dropdown-menu>li>.add-new {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 3px;
  text-align: center;
  background-color: #f7f7f7;
}

.main-menu .all-departments-menu .departments-dropdown-menu>li>.add-new i {
  margin-right: 5px;
}

.main-menu .all-departments-menu .departments-dropdown-menu>li>.add-new:hover {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

.main-menu .all-departments-menu .departments-dropdown-menu>li:hover>a {
  color: var(--theme-color-maroon);
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children {
  position: relative;
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children>a {
  position: relative;
}



.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children>a:before {
  top: 50%;
  right: 10px;
  font-size: 16px;
  content: '\f054';
  font-weight: 900;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.main-menu .all-departments-menu:hover .departments-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu {
  top: 0;
  left: 270px;
  opacity: 0;
  z-index: 999;
  height: auto;
  padding: 0px;
  width: 400px;
  visibility: hidden;
  position: absolute;
  background-size: cover;
  background-color: var(--theme-color-white);
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: center center;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 15px;
  display: inline-block;
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li .title-text {
  width: 100%;
  display: table;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.mega-menu-item-list {
  margin: 0px;
  padding: 0px;
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.mega-menu-item-list>li {
  width: 100%;
  display: table;
  margin-bottom: 8px;
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.mega-menu-item-list>li:last-child {
  margin-bottom: 0px;
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.mega-menu-item-list>li>a {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 12px 10px;
  border-bottom: 1px solid #f0f0f0;
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.mega-menu-item-list>li>a:hover {
  color: var(--theme-color-maroon);
}

.main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.wishlist-btn {
  position: relative;
}

.wishlist-btn .wishlist-items-container {
  top: 30px;
  right: -15px;
  opacity: 0;
  z-index: 999;
  height: auto;
  padding: 30px;
  min-width: 550px;
  padding-top: 40px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wishlist-btn .wishlist-items-container:before {
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.wishlist-btn:hover .wishlist-items-container {
  opacity: 1;
  visibility: visible;
}

.wishlist-btn .wishlist-items-container.no-items {
  text-align: center;
}

.wishlist-btn .wishlist-items-container.no-items .empty-text {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.wishlist-btn .wishlist-items-container.no-items .empty-text i {
  float: left;
  font-size: 36px;
  font-weight: 800;
  margin: -14px 0px;
  margin-right: 15px;
  color: #f0f0f0;
}

.cart-btn {
  position: relative;
}

.cart-btn .cart-items-container {
  top: 30px;
  right: -15px;
  opacity: 0;
  z-index: 999;
  height: auto;
  padding: 30px;
  min-width: 550px;
  padding-top: 40px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-btn .cart-items-container:before {
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.cart-btn:hover .cart-items-container {
  opacity: 1;
  visibility: visible;
}

.cart-btn .cart-items-container.has-items .title-text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #222222;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
}

.cart-btn .cart-items-container.has-items .cart-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.cart-btn .cart-items-container.has-items .cart-item .image-container {
  float: left;
  width: 100px;
  height: auto;
  margin-right: 15px;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content {
  display: table;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content .item-title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content .item-price>strong {
  color: #222222;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content>ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li {
  float: left;
  padding: 0px;
  list-style: none;
  margin-right: 15px;
  display: inline-block;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li:last-child {
  margin-right: 0px;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li .qty-text {
  font-weight: 500;
  margin-right: 5px;
  text-transform: capitalize;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li .quantity-input {
  width: 70px;
  height: 40px;
  padding: 0px 10px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li .quantity-input:focus {
  outline: none;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  border-radius: 100%;
  color: #222222;
  background-color: #f7f7f7;
}

.cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

.cart-btn .cart-items-container.has-items .footer-container .footer-left {
  width: 40%;
  float: left;
  padding: 11px 0px;
}

.cart-btn .cart-items-container.has-items .footer-container .footer-left .total-price {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-btn .cart-items-container.has-items .footer-container .footer-left .total-price strong {
  font-weight: 600;
}

.cart-btn .cart-items-container.has-items .footer-container .footer-right {
  width: 60%;
  display: table;
}

.cart-btn .cart-items-container.has-items .footer-container .footer-right>ul {
  margin: 0px;
  padding: 0px;
}

.cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li {
  padding: 0px;
  margin-right: 5px;
}

.cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li:last-child {
  margin-right: 0px;
}

.cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 30px;
  text-align: center;
  border-radius: 3px;
  color: #222222;
  background-color: #f7f7f7;
}

.cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

/* dropdown & mega menu style - end
==================================================================================================== */
/* all headers dropdown settings - start
==================================================================================================== */
.header-section .bicycle-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
  top: 35px;
  padding-top: 47px;
}

.header-section .bicycle-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu:before {
  top: 47px;
}

.header-section .bicycle-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.demo-list {
  top: 53px;
  padding-top: 63px;
}

.header-section .bicycle-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.demo-list:before {
  top: 47px;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>.cart-btn .cart-items-container {
  padding-top: 90px;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>.cart-btn .cart-items-container:before {
  top: 60px;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>.wishlist-btn .wishlist-items-container {
  padding-top: 90px;
}

.header-section .bicycle-header .header-bottom .btns-list>ul>.wishlist-btn .wishlist-items-container:before {
  top: 60px;
}

.home-bicycle-2 .main-menu .all-departments-menu .departments-dropdown-menu>li:hover>a {
  color: #ed2b2b;
}

.home-bicycle-2 .main-menu .all-departments-menu .departments-dropdown-menu>li>.add-new:hover {
  color: #ffffff;
  background-color: #ed2b2b;
}

.home-bicycle-2 .main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.mega-menu-item-list>li>a:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #ed2b2b;
}

.home-bicycle-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #ed2b2b;
}

.home-bicycle-2 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #ed2b2b;
}

.home-bicycle-2 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #ed2b2b;
}

.home-digital-1 .main-menu .all-departments-menu .departments-dropdown-menu>li:hover>a {
  color: #3700ff;
}

.home-digital-1 .main-menu .all-departments-menu .departments-dropdown-menu>li>.add-new:hover {
  color: #ffffff;
  background-color: #3700ff;
}

.home-digital-1 .main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.mega-menu-item-list>li>a:hover {
  color: #3700ff;
}

.home-digital-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #3700ff;
}

.home-digital-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #3700ff;
}

.home-digital-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #3700ff;
}

.home-digital-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #3700ff;
}

.home-digital-1 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #3700ff;
}

.home-digital-1 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #3700ff;
}

.header-section .digital-header .header-bottom-2 .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
  top: 34px;
  padding-top: 15px;
  background-color: transparent;
}

.header-section .digital-header .header-bottom-2 .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu:before {
  top: 15px;
}

.header-section .digital-header .header-bottom-2 .main-menu .main-menu-list>ul>.menu-item-has-children>.demo-list {
  top: 34px;
  padding-top: 30px;
  background-color: transparent;
}

.header-section .digital-header .header-bottom-2 .main-menu .main-menu-list>ul>.menu-item-has-children>.demo-list:before {
  top: 15px;
}

.home-digital-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #02a8f3;
}

.home-digital-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #02a8f3;
}

.home-digital-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #02a8f3;
}

.home-digital-2 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #02a8f3;
}

.home-digital-2 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #02a8f3;
}

.header-section .fashion-header .header-middle .btns-list ul>.cart-btn .cart-items-container.has-items .footer-container .footer-right>ul {
  width: 100%;
}

.home-fashion-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #f56c57;
}

.home-fashion-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #f56c57;
}

.home-fashion-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #f56c57;
}

.home-fashion-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #f56c57;
}

.home-fashion-1 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #f56c57;
}

.home-fashion-1 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #f56c57;
}

.home-food-1 .main-menu .all-departments-menu .departments-dropdown-menu>li:hover>a {
  color: var(--theme-color-gold);
}

.home-food-1 .main-menu .all-departments-menu .departments-dropdown-menu>li>.add-new:hover {
  color: #ffffff;
  background-color: var(--theme-color-gold);
}

.home-food-1 .main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.mega-menu-item-list>li>a:hover {
  color: var(--theme-color-gold);
}

.home-food-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: var(--theme-color-gold);
}

.home-food-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: var(--theme-color-gold);
}

.home-food-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: var(--theme-color-gold);
}

.home-food-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: var(--theme-color-gold);
}

.home-food-1 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: var(--theme-color-gold);
}

.home-food-1 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: var(--theme-color-gold);
}

.header-section .food-header-2 .header-middle .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
  top: 35px;
}

.header-section .food-header-2 .header-middle .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list {
  top: 50px;
}

.home-food-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #bf0b26;
}

.home-food-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #bf0b26;
}

.home-food-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #bf0b26;
}

.home-food-2 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #bf0b26;
}

.home-food-2 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #bf0b26;
}

.header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
  top: 18px;
  padding-top: 26px;
}

.header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu:before {
  top: 26px;
}

.header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list {
  top: 37px;
  padding-top: 42px;
}

.header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list:before {
  top: 27px;
}

.home-furniture-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #4bba5b;
}

.home-furniture-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #4bba5b;
}

.home-furniture-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #4bba5b;
}

.home-furniture-1 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #4bba5b;
}

.home-furniture-1 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #4bba5b;
}

.home-furniture-2 .header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
  padding-top: 25px;
}

.home-furniture-2 .header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu:before {
  top: 25px;
}

.home-furniture-2 .header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list {
  padding-top: 40px;
}

.home-furniture-2 .header-section .furniture-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list:before {
  top: 23px;
}

.home-furniture-2 .main-menu .all-departments-menu .departments-dropdown-menu>li:hover>a {
  color: #9cb130;
}

.home-furniture-2 .main-menu .all-departments-menu .departments-dropdown-menu>li>.add-new:hover {
  color: #ffffff;
  background-color: #9cb130;
}

.home-furniture-2 .main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.mega-menu-item-list>li>a:hover {
  color: #9cb130;
}

.home-furniture-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #9cb130;
}

.home-furniture-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #9cb130;
}

.home-furniture-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #9cb130;
}

.home-furniture-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #9cb130;
}

.home-furniture-2 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #9cb130;
}

.home-furniture-2 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #9cb130;
}

.header-section .jewellry-header-1 .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
  top: 26px;
  padding-top: 40px;
}

.header-section .jewellry-header-1 .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu:before {
  top: 40px;
}

.header-section .jewellry-header-1 .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list {
  top: 38px;
  padding-top: 64px;
}

.header-section .jewellry-header-1 .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list:before {
  top: 49px;
}

.home-jewellry-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #c09749;
}

.home-jewellry-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #c09749;
}

.home-jewellry-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #c09749;
}

.home-jewellry-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #c09749;
}

.home-jewellry-1 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #c09749;
}

.home-jewellry-1 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #c09749;
}

.home-jewellry-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #ff0000;
}

.home-jewellry-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #ff0000;
}

.home-jewellry-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #ff0000;
}

.home-jewellry-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #ff0000;
}

.home-jewellry-2 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #ff0000;
}

.home-jewellry-2 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #ff0000;
}

.header-section .shoes-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
  top: 34px;
  padding-top: 14px;
}

.header-section .shoes-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu:before {
  top: 14px;
}

.header-section .shoes-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list {
  top: 34px;
  padding-top: 30px;
}

.header-section .shoes-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list:before {
  top: 15px;
}

.header-section .shoes-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.mega-menu {
  top: 34px;
  padding-top: 30px;
}

.home-shoes-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #000000;
}

.home-shoes-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #000000;
}

.home-shoes-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #000000;
}

.home-shoes-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #000000;
}

.home-shoes-1 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #000000;
}

.home-shoes-1 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #000000;
}

.header-section .sunglass-header .header-bottom .btns-list ul>.cart-btn .cart-items-container.has-items .footer-container .footer-right>ul {
  width: 100%;
  display: table;
}

.header-section .sunglass-header .header-bottom .btns-list ul>.cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a {
  margin: 0px;
}

.home-sunglass-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #edb402;
}

.home-sunglass-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #edb402;
}

.home-sunglass-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #edb402;
}

.home-sunglass-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #edb402;
}

.home-sunglass-1 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #edb402;
}

.home-sunglass-1 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #edb402;
}

.home-sunglass-2 .main-menu .all-departments-menu .departments-dropdown-menu>li:hover>a {
  color: #9d3bc6;
}

.home-sunglass-2 .main-menu .all-departments-menu .departments-dropdown-menu>li>.add-new:hover {
  color: #ffffff;
  background-color: #9d3bc6;
}

.home-sunglass-2 .main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.mega-menu-item-list>li>a:hover {
  color: #9d3bc6;
}

.home-sunglass-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #9d3bc6;
}

.home-sunglass-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #9d3bc6;
}

.home-sunglass-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #9d3bc6;
}

.home-sunglass-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #9d3bc6;
}

.home-sunglass-2 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #9d3bc6;
}

.home-sunglass-2 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #9d3bc6;
}

.home-tools-1 .header-section .food-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
  top: 55px;
}

.home-tools-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #fed700;
}

.home-tools-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #fed700;
}

.home-tools-1 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #fed700;
}

.home-tools-1 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #fed700;
}

.home-tools-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #085a9d;
}

.home-tools-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #085a9d;
}

.home-tools-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #085a9d;
}

.home-tools-2 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #085a9d;
}

.home-tools-2 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #085a9d;
}

.header-section .watches-header .header-middle .three-btn-group ul>.cart-btn .cart-items-container,
.header-section .watches-header .header-middle .three-btn-group ul>.wishlist-btn .wishlist-items-container {
  top: 20px;
}

.header-section .watches-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu,
.header-section .watches-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.demo-list {
  top: 56px;
}

.home-watches-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #f56c57;
}

.home-watches-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #f56c57;
}

.home-watches-1 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #f56c57;
}

.home-watches-1 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #f56c57;
}

.home-watches-1 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #f56c57;
}

.home-watches-1 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #f56c57;
}

.header-section .watches-2-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
  top: 20px;
  padding-top: 15px;
}

.header-section .watches-2-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu:before {
  top: 15px;
}

.header-section .watches-2-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.demo-list {
  top: 38px;
  padding-top: 20px;
}

.header-section .watches-2-header .header-bottom .main-menu .main-menu-list>ul>.menu-item-has-children>.demo-list:before {
  top: 10px;
}

.header-section .watches-2-header .header-bottom .three-btn-group ul .cart-btn .cart-items-container,
.header-section .watches-2-header .header-bottom .three-btn-group ul .wishlist-btn .wishlist-items-container {
  top: 22px;
}

.home-watches-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #f56c57;
}

.home-watches-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>li:hover>a {
  color: #f56c57;
}

.home-watches-2 .main-menu .main-menu-list .menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu>li:hover>a {
  color: #f56c57;
}

.home-watches-2 .main-menu .main-menu-list .menu-item-has-children.has-mega-menu>.demo-list>li:hover>a .demo-title {
  color: #f56c57;
}

.home-watches-2 .cart-btn .cart-items-container.has-items .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: #f56c57;
}

.home-watches-2 .cart-btn .cart-items-container.has-items .footer-container .footer-right>ul>li>a:hover {
  color: #ffffff;
  background-color: #f56c57;
}

/* all headers dropdown settings - end
==================================================================================================== */
/* mobile-menu - start
==================================================================================================== */
.mobile-menu {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  position: fixed;
  padding: 20px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
}

.mobile-menu .menu-btn {
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin: 10px 0px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
}

.mobile-menu-wrapper {
  display: block;
  position: relative;
}

.mobile-menu-wrapper #sidebar,
.mobile-menu-wrapper .cart-sidebar,
.mobile-menu-wrapper .wishlist-sidebar {
  top: 0;
  bottom: 0;
  left: -310px;
  height: 100%;
  z-index: 9999;
  position: fixed;
  min-width: 300px;
  max-width: 300px;
  overflow-y: scroll;
  padding-bottom: 100px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-wrapper #sidebar .mCustomScrollBox,
.mobile-menu-wrapper .cart-sidebar .mCustomScrollBox,
.mobile-menu-wrapper .wishlist-sidebar .mCustomScrollBox {
  overflow: visible !important;
}

.mobile-menu-wrapper #sidebar.active,
.mobile-menu-wrapper .cart-sidebar.active,
.mobile-menu-wrapper .wishlist-sidebar.active {
  left: 0px;
}

.mobile-menu-wrapper .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 998;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-wrapper .overlay.active {
  opacity: 1;
  display: block;
}

.mobile-menu-wrapper #dismiss,
.mobile-menu-wrapper .dismiss {
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 10000;
  font-size: 18px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  color: var(--theme-color-maroon);
  background-color: rgba(0, 0, 0, 0.8);
}

.mobile-menu-wrapper #sidebar {
  -webkit-box-shadow: 3px 0 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 9px 1px rgba(0, 0, 0, 0.1);
}

.mobile-menu-wrapper #sidebar .sidebar-title {
  padding: 15px 30px;
  border-bottom: 1px solid #f7f7f7;
}

.mobile-menu-wrapper #sidebar .sidebar-title h2 {
  margin: 0px;
  font-size: 18px;
  text-transform: uppercase;
}

.mobile-menu-wrapper #sidebar .brand-logo {
  padding: 50px 30px;
  padding-top: 100px;
}

.mobile-menu-wrapper #sidebar .btns-group ul li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

.mobile-menu-wrapper #sidebar .btns-group ul li:after {
  top: 50%;
  width: 2px;
  right: -1px;
  content: '';
  height: 10px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
}

.mobile-menu-wrapper #sidebar .btns-group ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.mobile-menu-wrapper #sidebar .btns-group ul li:last-child:after {
  display: none;
}

.mobile-menu-wrapper #sidebar .btns-group ul li a {
  font-size: 24px;
  position: relative;
}

.mobile-menu-wrapper #sidebar .btns-group ul li a .item-counter {
  right: -8px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
}

.mobile-menu-wrapper #sidebar .search-bar {
  padding: 0px 30px;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>li>a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  text-transform: capitalize;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>li>a .icon {
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  background-color: var(--theme-color-maroon);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>li>a:hover {
  color: var(--theme-color-maroon);
  background-color: #f0f0f0;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>li>a:hover .icon {
  color: #ffffff;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>.active>a {
  color: var(--theme-color-maroon);
  background-color: #f0f0f0;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>.menu-item-has-child {
  position: relative;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>.menu-item-has-child>a {
  width: 100%;
  display: block;
  font-size: 16px;
  position: relative;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>.menu-item-has-child>a:after {
  top: 23px;
  right: 30px;
  font-size: 16px;
  font-weight: 900;
  content: '\f0dd';
  line-height: 0px;
  position: absolute;
  color: #666666;
  font-family: "Font Awesome 5 Free";
}

.mobile-menu-wrapper #sidebar .home-pages>ul>.menu-item-has-child .sub-menu {
  position: relative;
  background-color: #f7f7f7;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>.menu-item-has-child .sub-menu:before {
  top: 0;
  bottom: 0;
  left: 45px;
  width: 1px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #f0f0f0;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>.menu-item-has-child .sub-menu>li {
  position: relative;
}

.mobile-menu-wrapper #sidebar .home-pages>ul>.menu-item-has-child .sub-menu>li:before {
  top: 50%;
  left: 43px;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--theme-color-maroon);
}

.mobile-menu-wrapper #sidebar .home-pages>ul>.menu-item-has-child .sub-menu>li a {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  padding-left: 70px;
  text-transform: capitalize;
}

.mobile-menu-wrapper #sidebar .login-signup {
  padding: 15px 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-wrapper #sidebar .login-signup ul li {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

.mobile-menu-wrapper #sidebar .login-signup ul li:before {
  top: 50%;
  right: 0;
  width: 2px;
  content: '';
  height: 10px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f0f0f0;
}

.mobile-menu-wrapper #sidebar .login-signup ul li:last-child {
  margin-right: 0px;
  padding-left: 0px;
}

.mobile-menu-wrapper #sidebar .login-signup ul li:last-child:before {
  display: none;
}

.mobile-menu-wrapper #sidebar .footer-area {
  padding: 30px;
}

.mobile-menu-wrapper #sidebar .footer-area .social-links li {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
}

.mobile-menu-wrapper #sidebar .footer-area .social-links li:last-child {
  margin-right: 0px;
}

.mobile-menu-wrapper #sidebar .footer-area .social-links li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #222222;
  background-color: #f7f7f7;
}

.mobile-menu-wrapper #sidebar .footer-area .social-links li a:hover {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

#sidebar::-webkit-scrollbar {
  width: 0px;
}

/* mobile-menu - end
==================================================================================================== */
/* header sections effects - start
==================================================================================================== */
.auto-hide-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* header sections effects - end
==================================================================================================== */
/* footer section - start
==================================================================================================== */
.footer-section .footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer-section .default-footer .footer-top {
  padding: 30px 0px;
}

.footer-section .default-footer .footer-top .footer-menu {
  padding: 20px 0px;
}

.footer-section .default-footer .footer-top .footer-menu ul li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

.footer-section .default-footer .footer-top .footer-menu ul li:after {
  top: 0px;
  right: 0px;
  bottom: 0px;
  content: '|';
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
}

.footer-section .default-footer .footer-top .footer-menu ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.footer-section .default-footer .footer-top .footer-menu ul li:last-child:after {
  display: none;
}

.footer-section .default-footer .footer-top .footer-menu ul li a {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-section .default-footer .footer-top .footer-menu ul li a:hover {
  text-decoration: underline;
}

.footer-section .default-footer .footer-top .footer-social-links {
  padding: 13px 0px;
}

.footer-section .default-footer .footer-top .footer-social-links ul li {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 5px;
  text-align: center;
  border-radius: 3px;
}

.footer-section .default-footer .footer-top .footer-social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section .default-footer .footer-top .footer-social-links ul li a {
  opacity: .8;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #222222;
  background-color: #ffffff;
}

.footer-section .default-footer .footer-top .footer-social-links ul li a:hover {
  opacity: 1;
}

.footer-section .default-footer .footer-middle {
  padding: 30px 0px;
}

.footer-section .default-footer .footer-middle .footer-contact {
  padding-right: 70px;
}

.footer-section .default-footer .footer-middle .footer-contact ul li {
  width: 100%;
  display: table;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-section .default-footer .footer-middle .footer-contact ul li:last-child {
  margin-bottom: 0px;
}

.footer-section .default-footer .footer-middle .footer-contact ul li .icon {
  float: left;
  font-size: 24px;
  margin-right: 15px;
  text-align: center;
}

.footer-section .default-footer .footer-middle .footer-contact ul li .contact-text {
  display: table;
}

.footer-section .default-footer .footer-middle .useful-links ul li {
  margin-bottom: 15px;
}

.footer-section .default-footer .footer-middle .useful-links ul li:last-child {
  margin-bottom: 0px;
}

.footer-section .default-footer .footer-middle .useful-links ul li a {
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}

.footer-section .default-footer .footer-middle .useful-links ul li a:hover {
  color: var(--theme-color-maroon);
}

.footer-section .default-footer .footer-middle .footer-newsletter {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
}

.footer-section .default-footer .footer-middle .footer-newsletter .newsletter-form .form-item button {
  top: 0;
  right: 0;
  bottom: 0;
  font-weight: 500;
  padding: 0px 30px;
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.footer-section .default-footer .footer-bottom {
  padding: 30px 0px;
  border-top: 1px solid #f0f0f0;
}

.footer-section .bicycle-footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-section .bicycle-footer .footer-top {
  padding: 30px 0px;
  position: relative;
}

.footer-section .bicycle-footer .footer-top ul {
  left: 50%;
  top: -60px;
  overflow: hidden;
  max-width: 1434px;
  position: absolute;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-section .bicycle-footer .footer-top ul li {
  width: 25%;
  padding: 30px 40px;
  display: inline-block;
}

.footer-section .bicycle-footer .footer-top ul li .icon {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 0;
  font-size: 60px;
  margin-right: 10px;
  color: #ffffff;
}

.footer-section .bicycle-footer .footer-top ul li .content {
  display: table;
}

.footer-section .bicycle-footer .footer-top ul li .content h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-section .bicycle-footer .footer-top ul li .content p {
  margin: 0px;
  font-size: 16px;
  color: #ffffff;
}

.footer-section .bicycle-footer .footer-middle .footer-contact .title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.footer-section .bicycle-footer .footer-middle .footer-contact .content {
  display: table;
}

.footer-section .bicycle-footer .footer-middle .footer-contact .hot-line .icon {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 48px;
  margin-right: 15px;
}

.footer-section .bicycle-footer .footer-middle .footer-contact .contact-info p {
  color: #ffffff;
}

.footer-section .bicycle-footer .footer-middle .footer-contact .contact-info p i {
  float: left;
  font-size: 24px;
  margin-right: 15px;
}

.footer-section .bicycle-footer .footer-middle .footer-contact .contact-info p span {
  display: table;
}

.footer-section .bicycle-footer .footer-middle .footer-contact .social-links ul li {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 3px;
}

.footer-section .bicycle-footer .footer-middle .footer-contact .social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section .bicycle-footer .footer-middle .footer-contact .social-links ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  background-color: #f0f0f0;
}

.footer-section .bicycle-footer .footer-middle .footer-contact .social-links ul li a:hover {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

.footer-section .bicycle-footer .footer-middle .useful-links ul li {
  margin-bottom: 10px;
}

.footer-section .bicycle-footer .footer-middle .useful-links ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-section .bicycle-footer .footer-middle .useful-links ul li a:hover {
  color: var(--theme-color-maroon);
}

.footer-section .bicycle-footer .footer-middle .footer-newsletter input[type=email] {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.footer-section .bicycle-footer .footer-middle .footer-newsletter input[type=email]:focus {
  outline: none;
  border-color: var(--theme-color-maroon);
}

.footer-section .bicycle-footer .footer-middle .footer-newsletter .custom-btn {
  width: 100%;
  display: block;
}

.footer-section .bicycle-footer .footer-middle .useful-link-list {
  margin-top: 30px;
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-section .bicycle-footer .footer-middle .useful-link-list ul {
  margin-bottom: 15px;
}

.footer-section .bicycle-footer .footer-middle .useful-link-list ul li {
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
}

.footer-section .bicycle-footer .footer-middle .useful-link-list ul li:after {
  top: 50%;
  right: 0px;
  width: 2px;
  content: '';
  height: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
}

.footer-section .bicycle-footer .footer-middle .useful-link-list ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.footer-section .bicycle-footer .footer-middle .useful-link-list ul li:last-child:after {
  display: none;
}

.footer-section .bicycle-footer .footer-middle .useful-link-list ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-section .bicycle-footer .footer-middle .useful-link-list ul li a:hover {
  color: var(--theme-color-maroon);
}

.footer-section .bicycle-footer .footer-bottom {
  padding: 15px 0px;
  background-color: #000000;
}

.footer-section .fashion-footer .footer-top {
  padding: 60px 0px;
}

.footer-section .fashion-footer .footer-top .item .icon {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 0;
  font-size: 60px;
  margin-right: 10px;
  color: #666666;
}

.footer-section .fashion-footer .footer-top .item .content {
  display: table;
}

.footer-section .fashion-footer .footer-top .item .content h3 {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer-section .fashion-footer .footer-top .item .content p {
  margin: 0px;
  font-size: 16px;
}

.footer-section .fashion-footer .footer-middle .footer-contact .title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.footer-section .fashion-footer .footer-middle .footer-contact .content {
  display: table;
}

.footer-section .fashion-footer .footer-middle .footer-contact .hot-line .icon {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 48px;
  margin-right: 15px;
}

.footer-section .fashion-footer .footer-middle .footer-contact .contact-info p i {
  float: left;
  font-size: 24px;
  margin-right: 15px;
}

.footer-section .fashion-footer .footer-middle .footer-contact .contact-info p span {
  display: table;
}

.footer-section .fashion-footer .footer-middle .footer-contact .social-links ul li {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 3px;
}

.footer-section .fashion-footer .footer-middle .footer-contact .social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section .fashion-footer .footer-middle .footer-contact .social-links ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  background-color: #f0f0f0;
}

.footer-section .fashion-footer .footer-middle .footer-contact .social-links ul li a:hover {
  color: #ffffff;
  background-color: #f56c57;
}

.footer-section .fashion-footer .footer-middle .useful-links ul li {
  margin-bottom: 10px;
}

.footer-section .fashion-footer .footer-middle .useful-links ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-section .fashion-footer .footer-middle .useful-links ul li a:hover {
  color: #f56c57;
}

.footer-section .fashion-footer .footer-middle .footer-instagram ul {
  margin-left: -5px;
  margin-right: -5px;
}

.footer-section .fashion-footer .footer-middle .footer-instagram ul li {
  width: 93px;
  height: 65px;
  padding: 5px;
  overflow: hidden;
}

.footer-section .fashion-footer .footer-middle .footer-instagram ul li a {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.footer-section .footer-instagram ul li {
  margin-bottom: 14px;
}

.footer-section .footer-instagram ul li a {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.footer-section .fashion-footer .footer-middle .footer-instagram ul li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.footer-section .fashion-footer .footer-middle .footer-instagram ul li a:hover:before {
  opacity: 1;
}

.footer-section .fashion-footer .footer-bottom {
  padding: 30px 0px;
}

.footer-section .food-footer .footer-top .insta-shoot .title-text {
  margin: 0px;
  font-size: 24px;
  padding: 30px 0px;
  text-transform: uppercase;
}

.footer-section .food-footer .footer-top .insta-shoot ul {
  margin: 0px;
  padding: 0px;
}

.footer-section .food-footer .footer-top .insta-shoot ul li {
  float: left;
  height: auto;
  width: 12.5%;
  list-style: none;
  position: relative;
  display: inline-block;
}

.footer-section .food-footer .footer-top .insta-shoot ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.footer-section .food-footer .footer-top .insta-shoot ul li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.footer-section .food-footer .footer-top .insta-shoot ul li a img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-section .food-footer .footer-top .insta-shoot ul li:hover a:before {
  opacity: 1;
}

.footer-section .food-footer .footer-middle .footer-contact .title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.footer-section .food-footer .footer-middle .footer-contact .contact-info p i {
  float: left;
  font-size: 24px;
  margin-right: 15px;
}

.footer-section .food-footer .footer-middle .footer-contact .contact-info p span {
  display: table;
}

.footer-section .food-footer .footer-middle .footer-contact .hot-line .icon {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 48px;
  margin-right: 15px;
}

.footer-section .food-footer .footer-middle .footer-contact .hot-line .content {
  display: table;
}

.footer-section .food-footer .footer-middle .useful-links ul li {
  margin-bottom: 10px;
}

.footer-section .food-footer .footer-middle .useful-links ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-section .food-footer .footer-middle .useful-links ul li a:hover {
  color: var(--theme-color-gold);
}

.footer-section .food-footer .footer-bottom {
  padding: 10px 0px 2px 0px;
}

.footer-section .food-footer .footer-bottom p a {
  color: #ffffff;
}

.footer-section .food-footer .footer-bottom .social-links ul li {
  margin-right: 5px;
}

.footer-section .food-footer .footer-bottom .social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section .food-footer .footer-bottom .social-links ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-section .food-footer .footer-bottom .social-links ul li a:hover {
  color: var(--theme-color-gold);
}

.footer-section .furniture-footer .footer-top .footer-contact .title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.footer-section .furniture-footer .footer-top .footer-contact .contact-info p i {
  float: left;
  font-size: 24px;
  margin-right: 15px;
}

.footer-section .furniture-footer .footer-top .footer-contact .contact-info p span {
  display: table;
}

.footer-section .furniture-footer .footer-top .footer-contact .hot-line .icon {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 48px;
  margin-right: 15px;
}

.footer-section .furniture-footer .footer-top .footer-contact .hot-line .content {
  display: table;
}

.footer-section .furniture-footer .footer-top .footer-contact .social-links ul li {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 5px;
  text-align: center;
  border-radius: 3px;
}

.footer-section .furniture-footer .footer-top .footer-contact .social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section .furniture-footer .footer-top .footer-contact .social-links ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #222222;
  background-color: #f0f0f0;
}

.footer-section .furniture-footer .footer-top .footer-contact .social-links ul li a:hover {
  color: #ffffff;
  background-color: #4bba5b;
}

.footer-section .furniture-footer .footer-top .useful-links ul li {
  margin-bottom: 10px;
}

.footer-section .furniture-footer .footer-top .useful-links ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-section .furniture-footer .footer-top .useful-links ul li a:hover {
  color: #4bba5b;
}

.footer-section .furniture-footer .footer-top .footer-newsletter h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.footer-section .furniture-footer .footer-top .footer-newsletter .newsletter-form {
  width: 100%;
  height: 50px;
  position: relative;
}

.footer-section .furniture-footer .footer-top .footer-newsletter .newsletter-form .submit-btn {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 16px;
  padding: 0px 15px;
  position: absolute;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.footer-section .furniture-footer .footer-bottom {
  padding: 20px 0px;
}

.footer-section .furniture-footer .footer-bottom .social-links ul li {
  margin-right: 30px;
}

.footer-section .furniture-footer .footer-bottom .social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section .furniture-footer .footer-bottom .social-links ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-section .furniture-footer .footer-bottom .social-links ul li a:hover {
  color: #4bba5b;
}

.footer-section .jewellry-footer .footer-top {
  padding: 60px 0px;
}

.footer-section .jewellry-footer .footer-top .item .icon {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 0;
  font-size: 60px;
  margin-right: 10px;
  color: #666666;
}

.footer-section .jewellry-footer .footer-top .item .content {
  display: table;
}

.footer-section .jewellry-footer .footer-top .item .content h3 {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer-section .jewellry-footer .footer-top .item .content p {
  margin: 0px;
  font-size: 16px;
}

.footer-section .jewellry-footer .footer-newsletter {
  padding: 30px 0px;
  border-bottom: 1px solid #f0f0f0;
}

.footer-section .jewellry-footer .footer-newsletter .newsletter-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer-section .jewellry-footer .footer-newsletter .newsletter-content p {
  margin: 0px;
  font-size: 16px;
}

.footer-section .jewellry-footer .footer-newsletter .newsletter-form .form-item .submit-btn {
  top: 5px;
  right: 5px;
  bottom: 5px;
  padding: 0px 20px;
  border-radius: 3px;
  position: absolute;
  color: #ffffff;
}

.footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li {
  width: 100%;
  display: table;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li:last-child {
  margin-bottom: 0px;
}

.footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li strong {
  font-weight: 600;
}

.footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li .icon {
  float: left;
  font-size: 24px;
  text-align: center;
  margin-right: 15px;
}

.footer-section .jewellry-footer .footer-middle .footer-contact .social-links ul li {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 5px;
  text-align: center;
  border-radius: 3px;
}

.footer-section .jewellry-footer .footer-middle .footer-contact .social-links ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  color: #222222;
  background-color: #f0f0f0;
}

.footer-section .jewellry-footer .footer-middle .footer-contact .social-links ul li a:hover {
  color: #ffffff;
  background-color: #c09749;
}

.footer-section .jewellry-footer .footer-middle .useful-links ul li {
  margin-bottom: 10px;
}

.footer-section .jewellry-footer .footer-middle .useful-links ul li:last-child {
  margin-bottom: 0px;
}

.footer-section .jewellry-footer .footer-middle .useful-links ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-section .jewellry-footer .footer-middle .useful-links ul li a:hover {
  color: #c09749;
}

.footer-section .jewellry-footer .footer-bottom {
  padding: 30px 0px;
}

.footer-section .shoes-footer .footer-top .instagram-shoots .title-text {
  padding: 15px;
  font-size: 24px;
  text-transform: uppercase;
}

.footer-section .shoes-footer .footer-top .instagram-shoots .insta-shoot-list {
  margin: 0px;
  padding: 0px;
}

.footer-section .shoes-footer .footer-top .instagram-shoots .insta-shoot-list li {
  width: 20%;
  float: left;
  height: auto;
  list-style: none;
  display: inline-block;
}

.footer-section .shoes-footer .footer-top .instagram-shoots .insta-shoot-list li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.footer-section .shoes-footer .footer-top .instagram-shoots .insta-shoot-list li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.footer-section .shoes-footer .footer-top .instagram-shoots .insta-shoot-list li a:hover:before {
  opacity: 1;
}

.footer-section .shoes-footer .footer-top .footer-newsletter {
  padding: 30px 0px;
}

.footer-section .shoes-footer .footer-top .footer-newsletter .newsletter-content h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.footer-section .shoes-footer .footer-top .footer-newsletter .newsletter-content .form-item .submit-btn {
  top: 5px;
  right: 5px;
  bottom: 5px;
  padding: 0px 20px;
  border-radius: 3px;
  position: absolute;
  color: #ffffff;
}

.footer-section .shoes-footer .footer-middle .footer-contact .title {
  font-size: 18px;
  font-weight: 600;
}

.footer-section .shoes-footer .footer-middle .footer-contact .content {
  display: table;
}

.footer-section .shoes-footer .footer-middle .footer-contact .hot-line .icon {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 48px;
  margin-right: 15px;
}

.footer-section .shoes-footer .footer-middle .footer-contact .contact-info p i {
  float: left;
  font-size: 24px;
  margin-right: 15px;
}

.footer-section .shoes-footer .footer-middle .footer-contact .contact-info p span {
  display: table;
}

.footer-section .shoes-footer .footer-middle .footer-contact .social-links ul li {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 3px;
}

.footer-section .shoes-footer .footer-middle .footer-contact .social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section .shoes-footer .footer-middle .footer-contact .social-links ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  background-color: #f0f0f0;
}

.footer-section .shoes-footer .footer-middle .footer-contact .social-links ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}

.footer-section .shoes-footer .footer-middle .useful-links ul li {
  margin-bottom: 10px;
}

.footer-section .shoes-footer .footer-middle .useful-links ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}

.footer-section .shoes-footer .footer-middle .useful-links ul li a:hover {
  color: #000000;
}

.footer-section .shoes-footer .footer-middle .footer-tags ul {
  margin: -5px;
}

.footer-section .shoes-footer .footer-middle .footer-tags ul li {
  padding: 5px;
}

.footer-section .shoes-footer .footer-middle .footer-tags ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.footer-section .shoes-footer .footer-middle .footer-tags ul li a:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.footer-section .shoes-footer .footer-bottom {
  padding: 20px 0px;
}

.footer-section .tools-footer .footer-top {
  border-bottom: 1px solid #f0f0f0;
}

.footer-section .tools-footer .footer-top .footer-contact .title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.footer-section .tools-footer .footer-top .footer-contact .contact-info p i {
  float: left;
  font-size: 24px;
  margin-right: 15px;
}

.footer-section .tools-footer .footer-top .footer-contact .contact-info p span {
  display: table;
}

.footer-section .tools-footer .footer-top .footer-contact .hot-line .icon {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 48px;
  margin-right: 15px;
}

.footer-section .tools-footer .footer-top .footer-contact .hot-line .content {
  display: table;
}

.footer-section .tools-footer .footer-top .footer-contact .social-links ul li {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 5px;
  text-align: center;
  border-radius: 3px;
}

.footer-section .tools-footer .footer-top .footer-contact .social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section .tools-footer .footer-top .footer-contact .social-links ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #222222;
  background-color: #f0f0f0;
}

.footer-section .tools-footer .footer-top .footer-contact .social-links ul li a:hover {
  color: #ffffff;
  background-color: #fed700;
}

.footer-section .tools-footer .footer-top .useful-links ul li {
  margin-bottom: 10px;
}

.footer-section .tools-footer .footer-top .useful-links ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-section .tools-footer .footer-top .useful-links ul li a:hover {
  color: #fed700;
}

.footer-section .tools-footer .footer-top .footer-newsletter h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.footer-section .tools-footer .footer-top .footer-newsletter .newsletter-form {
  width: 100%;
  height: 50px;
  position: relative;
}

.footer-section .tools-footer .footer-top .footer-newsletter .newsletter-form .submit-btn {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 16px;
  padding: 0px 15px;
  position: absolute;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.footer-section .tools-footer .footer-middle {
  padding: 30px 0px;
}

.footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
}

.footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li:after {
  top: 0;
  bottom: 0;
  width: 2px;
  right: -1px;
  content: '';
  position: absolute;
  background-color: #f0f0f0;
}

.footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li:last-child:after {
  display: none;
}

.footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li a {
  font-size: 16px;
  font-weight: 500;
}

.footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li a:hover {
  color: #fed700;
}

.footer-section .tools-footer .footer-bottom {
  padding: 20px 0px;
}

.footer-section .tools-footer .footer-bottom .social-links ul li {
  margin-right: 30px;
}

.footer-section .tools-footer .footer-bottom .social-links ul li:last-child {
  margin-right: 0px;
}

.footer-section .tools-footer .footer-bottom .social-links ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-section .tools-footer .footer-bottom .social-links ul li a:hover {
  color: #4bba5b;
}

/* footer section - end
==================================================================================================== */
/* products item - start
==================================================================================================== */
.item-price strong {
  font-size: 20px;
  font-weight: 600;
}

.product-item {
  position: relative;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.product-item .post-labels {
  top: 10px;
  left: 10px;
  position: absolute;
}

.product-item .image-container {
  width: 100%;
  height: auto;
  text-align: center;
}

.product-item .image-container img {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: contain;
}

.product-item .item-content {
  padding: 15px;
}

.product-item .item-content .item-title {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--theme-color-gold);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item .hover-content {
  left: 0px;
  right: 0px;
  z-index: 2;
  opacity: 1;
  padding: 15px;
  visibility: visible;
  position: relative;
  background-color: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-item .hover-content .color-options ul li {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 3px;
}

.product-item .hover-content .color-options ul li:last-child {
  margin-right: 0px;
}

.product-item .hover-content .color-options ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.product-item .hover-content .color-options ul li .color-1 {
  background-color: #f69439;
}

.product-item .hover-content .color-options ul li .color-2 {
  background-color: #252525;
}

.product-item .hover-content .color-options ul li .color-3 {
  background-color: #367bfd;
}

.add-to-cart {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  border-radius: 3px;
  color: #666666;
  text-transform: uppercase;
  border: 1px solid #f0f0f0;
}

.add-to-cart:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.product-item .hover-content .add-to-cart {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  text-align: center;
  border-radius: 3px;
  color: #666666;
  margin-bottom: 15px;
  text-transform: uppercase;
  border: 1px solid #f0f0f0;
}

.product-item .hover-content .add-to-cart:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.product-item .hover-content .product-meta ul li {
  margin-right: 30px;
}

.product-item .hover-content .product-meta ul li:last-child {
  margin-right: 0px;
}

.product-item .hover-content .product-meta ul li a {
  font-size: 18px;
  font-weight: 400;
}

.product-item .hover-content .product-meta ul li a:hover {
  color: var(--theme-color-maroon);
}

.product-item:hover {
  z-index: 2;
  -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
}

.product-item:hover .image-container .quick-view {
  opacity: 1;
}

.product-item:hover .hover-content {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.1);
}

.product-list-item {
  position: relative;
  margin-bottom: 30px;
}

.product-list-item .post-labels {
  top: 10px;
  left: 10px;
  position: absolute;
}

.product-list-item .image-container {
  width: 30%;
  height: auto;
  text-align: center;
}

.product-list-item .item-content {
  width: 70%;
  display: table;
  padding: 15px 30px;
}

.product-list-item .item-content .item-title {
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.product-list-item .item-content .item-size-color ul {
  float: left;
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
  display: inline-block;
}

.product-list-item .item-content .item-size-color ul:before {
  top: 50%;
  width: 2px;
  right: -1px;
  content: '';
  height: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #222222;
}

.product-list-item .item-content .item-size-color ul:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.product-list-item .item-content .item-size-color ul:last-child:before {
  display: none;
}

.product-list-item .item-content .item-size-color ul li {
  margin-right: 10px;
}

.product-list-item .item-content .item-size-color ul li:last-child {
  margin-right: 0px;
}

.product-list-item .item-content .item-size-color .size-list li {
  height: 30px;
  min-width: 30px;
}

.product-list-item .item-content .item-size-color .size-list li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 15px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.product-list-item .item-content .item-size-color .size-list li a:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.product-list-item .item-content .item-size-color .size-list li .active {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.product-list-item .item-content .item-size-color .color-list li {
  width: 30px;
  height: 30px;
}

.product-list-item .item-content .item-size-color .color-list li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 100%;
  border: 2px solid #f0f0f0;
}

.product-list-item .item-content .item-size-color .color-list li a:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 16px;
  content: '\f00c';
  font-weight: 900;
  position: absolute;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.product-list-item .item-content .item-size-color .color-list li a:hover:before {
  opacity: 1;
}

.product-list-item .item-content .item-size-color .color-list li .active:before {
  opacity: 1;
}

.product-list-item .item-content .item-size-color .color-list li .color-1 {
  background-color: #ffffff;
}

.product-list-item .item-content .item-size-color .color-list li .color-1:before {
  color: #000000;
}

.product-list-item .item-content .item-size-color .color-list li .color-2 {
  border-color: #000000;
  background-color: #000000;
}

.product-list-item .item-content .item-size-color .color-list li .color-3 {
  border-color: #837f7b;
  background-color: #837f7b;
}

.product-list-item .item-content .item-size-color .color-list li .color-4 {
  border-color: #84664d;
  background-color: #84664d;
}

.product-list-item .item-content .item-btns-group ul li {
  height: 45px;
  min-width: 45px;
  margin-right: 15px;
}

.product-list-item .item-content .item-btns-group ul li:last-child {
  margin-right: 0px;
}

.product-list-item .item-content .item-btns-group ul li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 43px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #f0f0f0;
}

.product-list-item .item-content .item-btns-group ul li a:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.product-list-item .item-content .item-btns-group ul li .add-to-cart {
  padding: 0px 30px;
  color: #ffffff;
  border-radius: 30px;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.deal-item {
  width: 100%;
  padding: 15px;
  position: relative;
  border-radius: 3px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
}

.deal-item .deal-label {
  top: -5px;
  left: -5px;
  z-index: 1;
  position: absolute;
}

.deal-item .countdown-timer {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.deal-item .item-content {
  padding-top: 15px;
}

.deal-item .item-content .rateing-star {
  display: table;
  margin: 0 auto 15px;
}

.deal-item .item-content .rateing-star ul {
  float: left;
  margin: 0px;
  padding: 0px;
}

.deal-item .item-content .rateing-star ul li {
  float: left;
  color: #f3cd1e;
  list-style: none;
  margin-right: 2px;
  display: inline-block;
}

.deal-item .item-content .item-title {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222222;
  text-transform: uppercase;
}

.deal-item .item-content .progress {
  width: 100%;
  height: 10px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 30px;
}

.deal-item .item-content .progress .progress-bar {
  width: 35%;
  border-radius: 30px;
  background-color: var(--theme-color-maroon);
}

.deal-item .item-content .item-price {
  margin-bottom: 10px;
}

/* products item - end
==================================================================================================== */
/* breadcrumb section - start
==================================================================================================== */
.breadcrumb-section .breadcrumb-big-title {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section .breadcrumb-big-title .overlay-black {
  background-color: rgba(0, 0, 0, 0.5);
}

.breadcrumb-section .breadcrumb-big-title .breadcrumb-space {
  padding: 150px 0px;
}

.breadcrumb-section .breadcrumb-big-title .title-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.breadcrumb-section .breadcrumb-list {
  padding: 30px 0px;
  background-color: #f7f7f7;
}

.breadcrumb-section .breadcrumb-list ul {
  margin: 0px;
  padding: 0px;
}

.breadcrumb-section .breadcrumb-list ul li {
  float: left;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  position: relative;
  color: #666666;
  margin-right: 30px;
  padding-right: 30px;
  display: inline-block;
  text-transform: uppercase;
}

.breadcrumb-section .breadcrumb-list ul li:after {
  top: 50%;
  right: -8px;
  content: '\f101';
  font-weight: 900;
  position: absolute;
  color: #666666;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
}

.breadcrumb-section .breadcrumb-list ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.breadcrumb-section .breadcrumb-list ul li:last-child:after {
  display: none;
}

.breadcrumb-section .breadcrumb-list ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
}

.breadcrumb-section .breadcrumb-list ul li:hover {
  color: #222222;
}

.breadcrumb-section .breadcrumb-list ul li:hover a {
  color: #222222;
}

.breadcrumb-section .breadcrumb-list ul li.active {
  color: #222222;
}

.breadcrumb-section .breadcrumb-list ul li.active a {
  color: #222222;
}

/* breadcrumb section - end
==================================================================================================== */
/* slider section - start
==================================================================================================== */
.slider-section {
  overflow-x: hidden;
}

.hero-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
}

.slider-section .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-section .slider-item:focus {
  outline: none;
}

.slider-section .slick-arrow {
  top: 50%;
  opacity: 0;
  width: 50px;
  height: 80px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.8) translateY(-50%);
  -ms-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
}

.slider-section .slick-arrow:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 80px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
}

.slider-section .slick-prev {
  left: -50px;
}

.slider-section .slick-prev:before {
  content: '\f060';
}

.slider-section .slick-next {
  right: -50px;
}

.slider-section .slick-next:before {
  content: '\f061';
}

.slider-section:hover .slick-arrow {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

.slider-section:hover .slick-prev {
  left: 0px;
}

.slider-section:hover .slick-next {
  right: 0px;
}

/* slider section - end
==================================================================================================== */
/* sidebar section - start
==================================================================================================== */
.sidebar-section .section-title h2 {
  font-size: 18px;
}

.sidebar-section .sidebar-title {
  margin-bottom: 30px;
}

.sidebar-section .sidebar-title h2 {
  margin: 0px;
  display: table;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 2px solid var(--theme-color-maroon);
}

.sidebar-section .brand-list ul li,
.sidebar-section .category-list ul li,
.sidebar-section .price-range-list ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .brand-list ul li a,
.sidebar-section .category-list ul li a,
.sidebar-section .price-range-list ul li a {
  width: 100%;
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #666666;
  text-transform: capitalize;
}

.sidebar-section .brand-list ul li a:hover,
.sidebar-section .category-list ul li a:hover,
.sidebar-section .price-range-list ul li a:hover {
  color: var(--theme-color-maroon);
}

.sidebar-section .size-list ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-section .size-list ul li a {
  padding: 4px 16px;
  border-radius: 3px;
  color: #222222;
  border: 2px solid #f0f0f0;
}

.sidebar-section .size-list ul li a:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.sidebar-section .colors-list ul li {
  margin-right: 10px;
}

.sidebar-section .colors-list ul li:last-child {
  margin-right: 0px;
}

.sidebar-section .colors-list ul li a {
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 100%;
}

.sidebar-section .colors-list ul li a:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 16px;
  content: '\f00c';
  font-weight: 900;
  position: absolute;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.sidebar-section .colors-list ul li a:hover:before {
  opacity: 1;
}

.sidebar-section .colors-list ul li a.bg-gray:before {
  color: #222222;
}

.sidebar-section .colors-list ul li a.active:before {
  opacity: 1;
}

.sidebar-section .sidebar-newsletter {
  padding: 30px 20px;
  border-radius: 3px;
  border: 2px solid #f0f0f0;
}

.sidebar-section .sidebar-newsletter .title {
  z-index: 1;
  padding: 30px 0px;
  position: relative;
}

.sidebar-section .sidebar-newsletter .title:before {
  left: 40px;
  top: -40px;
  z-index: -1;
  font-size: 150px;
  content: "\f129";
  position: absolute;
  color: #f0f0f0;
  font-family: "Flaticon";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sidebar-section .sidebar-newsletter .title h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.sidebar-section .sidebar-newsletter .title p {
  font-size: 16px;
  font-weight: 500;
}

.sidebar-section .sidebar-newsletter input {
  text-align: center;
}

.sidebar-section .sidebar-newsletter .submit-btn {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 30px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  text-transform: uppercase;
}

.sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client-comment {
  z-index: 1;
  font-size: 16px;
  text-align: left;
  border-radius: 3px;
  background-color: var(--theme-color-white);
  position: relative;
  padding: 15px 20px;
  margin-bottom: 41px;
}

.sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client-comment p {
  height: 355px;
  overflow: auto;
}

.sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client-comment:before {
  left: 35px;
  width: 0px;
  z-index: -1;
  height: 0px;
  content: '';
  bottom: -25px;
  position: absolute;
  border-top: 30px solid transparent;
  border-left: 30px solid var(--theme-color-white);
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client .client-image {
  float: left;
  padding: 2px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 3px;
  border: 2px solid #f0f0f0;
}

.sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client .client-image .image-container {
  width: 70px;
  height: 70px;
}

.sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client .client-image .image-container img {
  width: 70px;
  object-fit: cover;
  height: 70px;
}

.sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client .client-name {
  display: table;
  padding: 5px 0px;
  color: var(--theme-color-white);
}

.sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client .client-name h3 {
  font-size: 18px;
  color: var(--theme-color-white);
  margin-bottom: 5px;
  text-transform: capitalize;
}

.sidebar-section .popular-tags ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-section .popular-tags ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #f0f0f0;
}

.sidebar-section .recent-post ul li {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.sidebar-section .recent-post ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-section .recent-post ul li .image-container {
  float: left;
  width: 125px;
  height: auto;
  margin-right: 15px;
}

.sidebar-section .recent-post ul li .content {
  display: table;
}

.sidebar-section .police-service {
  padding: 15px 15px;
  border-radius: 3px;
  border: 1px solid var(--theme-color-beige);
}

.sidebar-section .police-service ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .police-service ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.sidebar-section .police-service ul li .icon {
  float: left;
  width: 50px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  margin-right: 20px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  color: #ffffff;
}

.sidebar-section .police-service ul li .icon:before {
  top: 50%;
  width: 0px;
  height: 0px;
  content: '';
  right: -20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid var(--theme-color-gold);
  border-bottom: 10px solid transparent;
}

.sidebar-section .police-service ul li .content {
  display: table;
}

.sidebar-section .police-service ul li .content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.sidebar-section .popular-products ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .popular-products ul li:last-child {
  border-bottom: none;
}

.sidebar-section .popular-products ul li .product-image {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}

.sidebar-section .popular-products ul li .product-content {
  display: table;
}

.sidebar-section .popular-products ul li .product-content .product-title {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.sidebar-section .popular-products ul li .product-content .product-title:hover {
  color: var(--theme-color-gold);
}

.sidebar-section .popular-products ul li:hover .product-content .product-title {
  color: var(--theme-color-gold);
  text-decoration: underline;
}

.sidebar-section .sidebar-bestseller .item .item-content {
  padding: 15px;
}

.sidebar-section .sidebar-bestseller .item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sidebar-section .sidebar-bestseller .owl-theme .owl-nav {
  right: 0;
  top: -77px;
  display: table;
  position: absolute;
}

.sidebar-section .sidebar-blog-section .sidebar-blog-carousel .item .blog-item .blog-image {
  overflow: hidden;
  position: relative;
}

.sidebar-section .sidebar-blog-section .sidebar-blog-carousel .item .blog-item .blog-image .comment-btn {
  top: 15px;
  right: 15px;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 3px;
  position: absolute;
  color: #ffffff;
}

.sidebar-section .sidebar-blog-section .sidebar-blog-carousel .item .blog-item .blog-image .blog-title {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  position: absolute;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
}

.sidebar-section .sidebar-blog-section .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  position: absolute;
}

.home-food-1 .sidebar-section .owl-theme .owl-dots .owl-dot.active span {
  background: var(--theme-color-gold);
}

.home-food-1 .sidebar-section .sidebar-title h2 {
  border-bottom: 2px solid var(--theme-color-gold);
}

.home-food-1 .sidebar-section .sidebar-newsletter input:focus {
  border-color: var(--theme-color-gold);
}

.home-jewellry-2 .sidebar-section .sidebar-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-jewellry-2 .sidebar-section .sidebar-title h2 {
  width: 100%;
  margin: 0px;
  border: none;
  padding: 0px;
  display: table;
}

.home-jewellry-2 .sidebar-section .sidebar-bestseller .item {
  background-color: #000000;
}

.home-jewellry-2 .sidebar-section .sidebar-bestseller .item .item-content {
  padding: 15px;
}

.home-jewellry-2 .sidebar-section .sidebar-bestseller .owl-theme .owl-nav .owl-next,
.home-jewellry-2 .sidebar-section .sidebar-bestseller .owl-theme .owl-nav .owl-prev {
  color: transparent;
  background: transparent;
}

.home-jewellry-2 .sidebar-section .sidebar-bestseller .owl-theme .owl-nav .owl-next:before,
.home-jewellry-2 .sidebar-section .sidebar-bestseller .owl-theme .owl-nav .owl-prev:before {
  color: #cccccc;
  background-color: transparent;
}

.home-jewellry-2 .sidebar-section .sidebar-bestseller .owl-theme .owl-nav .owl-next:hover:before,
.home-jewellry-2 .sidebar-section .sidebar-bestseller .owl-theme .owl-nav .owl-prev:hover:before {
  color: #ff0000;
  background-color: transparent;
}

.home-jewellry-2 .sidebar-section .sidebar-newsletter {
  border: none;
  border-radius: 0px;
  background-color: #000000;
}

.home-jewellry-2 .sidebar-section .sidebar-newsletter .title:before {
  color: rgba(255, 255, 255, 0.2);
}

.home-jewellry-2 .sidebar-section .sidebar-newsletter input,
.home-jewellry-2 .sidebar-section .sidebar-newsletter .submit-btn {
  border-radius: 0px;
}

.home-jewellry-2 .sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client-comment {
  background-color: #000000;
}

.home-jewellry-2 .sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client-comment:before {
  border-left: 30px solid #000000;
}

.home-jewellry-2 .sidebar-section .sidebar-testimonial .sidebar-testimonial-carousel .item .client .client-image {
  border-radius: 0px;
  border: 2px solid #000000;
}

.home-jewellry-2 .sidebar-section .popular-products ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-jewellry-2 .sidebar-section .popular-products ul li:last-child {
  border-bottom: none;
}

.home-jewellry-2 .sidebar-section .popular-products ul li .product-image {
  border-radius: 0px;
  background-color: #000000;
}

.home-jewellry-2 .sidebar-section .popular-products ul li .product-content .product-title:hover {
  color: #ff0000;
}

.home-jewellry-2 .sidebar-section .popular-products ul li:hover .product-content .product-title {
  color: #ff0000;
}

.home-jewellry-2 .sidebar-section .popular-tags ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.home-jewellry-2 .sidebar-section .popular-tags ul li a {
  border: none;
  padding: 5px 15px;
  border-radius: 0px;
  background-color: #000000;
}

.home-jewellry-2 .sidebar-section .popular-tags ul li a:hover {
  color: #ff0000;
}

.sidebar-section .sidebar-item.category-list ul {
  height: 560px;
  overflow-y: scroll;
  padding: 20px;
  display: block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sidebar-item.brand-list ul {
  height: 500px;
  overflow-y: scroll;
  padding: 20px;
  display: block;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonals-cards {
  text-align: center;
  padding: 40px 120px;
}

.testimonals-cards p {
  color: #000;
  font-size: 16px;
  font-style: italic;
}

.testimonals-cards p i {
  color: #4bba5b;
  font-size: 20px;
}

.testimonals-cards .rateing-star {
  margin-bottom: 20px;
}

.testimonals-cards .rateing-star i {
  color: #f3cd1e;
}

/* sidebar section - end
==================================================================================================== */
/* all promotion sections - start
==================================================================================================== */
.promotion-item .promotion-img {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.promotion-item .promotion-img img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.promotion-item.sections-sec::after {
  z-index: 1 !important;
  border-radius: 10px;
}

.promotion-item .promotion-img:after,
.promotion-item .promotion-img:before {
  opacity: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.08);
}

.promotion-item .promotion-img:before {
  top: 50%;
  left: 50%;
}

.promotion-item .promotion-img:after {
  right: 50%;
  bottom: 50%;
}

.promotion-item .promotion-img:hover:after,
.promotion-item .promotion-img:hover:before {
  opacity: 1;
  visibility: visible;
}

.promotion-item .promotion-img:hover:before {
  top: 0%;
  left: 0%;
}

.promotion-item .promotion-img:hover:after {
  right: 0%;
  bottom: 0%;
}

.promotion-banner-section {
  position: relative;
}

.promotion-item-content {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 56%;
  z-index: 2;
}

.promotion-item-content h5 {
  font-size: 32px;
  color: var(--theme-color-white);
}

.promotion-item-content p {
  color: var(--theme-color-white);
}

.promotion-item-content a {
  display: inline-block;
  padding: 7px 20px;
  color: var(--theme-color-white);
  border-radius: 30px;
  border: 1px solid var(--theme-color-white);
}

.shepe-1 {
  position: absolute;
  right: 0px;
  bottom: 25px;
  width: 253px;
}

.promotion-banner-section .digital-banner-content {
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1200px;
  position: absolute;
  padding: 100px 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.promotion-banner-section .digital-banner-content .item-details,
.promotion-banner-section .digital-banner-content .item-details-2 {
  z-index: 1;
  top: 360px;
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
}

.promotion-banner-section .digital-banner-content .item-details .read-more,
.promotion-banner-section .digital-banner-content .item-details-2 .read-more {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(208, 208, 208, 0.8);
}

.promotion-banner-section .digital-banner-content .item-details .read-more:before,
.promotion-banner-section .digital-banner-content .item-details-2 .read-more:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  content: '\f067';
  font-weight: 900;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  color: #222222;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.promotion-banner-section .digital-banner-content .item-details .read-more:after,
.promotion-banner-section .digital-banner-content .item-details-2 .read-more:after {
  top: 50%;
  opacity: 0;
  z-index: -1;
  font-size: 36px;
  font-weight: 900;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(55, 0, 255, 0.8);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.promotion-banner-section .digital-banner-content .item-details .details-bar,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar {
  opacity: 0;
  top: -200px;
  width: 275px;
  height: auto;
  padding: 15px;
  border-radius: 3px;
  position: absolute;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .image-container .quick-view,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .image-container .quick-view {
  top: 50%;
  left: 15px;
  right: 15px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(55, 0, 255, 0.5);
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .image-container .quick-view:hover,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .image-container .quick-view:hover {
  background-color: #3700ff;
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .item-title,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .item-title {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .color-options ul li,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .color-options ul li {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 3px;
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .color-options ul li:last-child,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .color-options ul li:last-child {
  margin-right: 0px;
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .color-options ul li a,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .color-options ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .color-options ul li .color-1,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .color-options ul li .color-1 {
  background-color: #f69439;
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .color-options ul li .color-2,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .color-options ul li .color-2 {
  background-color: #252525;
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .color-options ul li .color-3,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .color-options ul li .color-3 {
  background-color: #367bfd;
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .custom-btn,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .custom-btn {
  width: 100%;
  display: block;
}

.promotion-banner-section .digital-banner-content .item-details:hover .read-more,
.promotion-banner-section .digital-banner-content .item-details-2:hover .read-more {
  background-color: #3700ff;
}

.promotion-banner-section .digital-banner-content .item-details:hover .read-more:before,
.promotion-banner-section .digital-banner-content .item-details-2:hover .read-more:before {
  color: #ffffff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.promotion-banner-section .digital-banner-content .item-details:hover .read-more:after,
.promotion-banner-section .digital-banner-content .item-details-2:hover .read-more:after {
  opacity: 1;
  visibility: visible;
  color: #3700ff;
}

.promotion-banner-section .digital-banner-content .item-details:hover .details-bar,
.promotion-banner-section .digital-banner-content .item-details-2:hover .details-bar {
  opacity: 1;
  visibility: visible;
}

.promotion-banner-section .digital-banner-content .item-details {
  left: 170px;
}

.promotion-banner-section .digital-banner-content .item-details .read-more:after {
  right: -5px;
  content: '\f0da';
}

.promotion-banner-section .digital-banner-content .item-details .details-bar {
  left: 65px;
}

.promotion-banner-section .digital-banner-content .item-details:hover .read-more:after {
  right: -10px;
}

.promotion-banner-section .digital-banner-content .item-details-2 {
  right: -50px;
}

.promotion-banner-section .digital-banner-content .item-details-2 .read-more:after {
  left: -5px;
  content: '\f0d9';
}

.promotion-banner-section .digital-banner-content .item-details-2 .details-bar {
  right: 65px;
}

.promotion-banner-section .digital-banner-content .item-details-2:hover .read-more:after {
  left: -9px;
}

.promotion-banner-section .digital-banner-content .main-content {
  float: right;
  max-width: 50%;
}

.promotion-banner-section .digital-banner-content .main-content span {
  width: 100%;
  display: block;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.promotion-banner-section .digital-banner-content .main-content h2 {
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
}

.promotion-banner-section .bicycle-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.promotion-banner-section .bicycle-banner .overlay-black {
  background-color: rgba(0, 0, 0, 0.5);
}

.promotion-banner-section .bicycle-banner .promotion-content h2 {
  font-size: 48px;
  font-weight: 800;
}

.bounce-out-down {
  animation: bounce-out-down 2s ease infinite;
}

@keyframes bounce-out-down {
  0% {
    transform: translateY(10);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}


/* all promotion sections - end
==================================================================================================== */
/* brand logo section - start
==================================================================================================== */
.brand-logo-section .bicycle-brandlogo ul {
  width: 100%;
  display: table;
}

.brand-logo-section .bicycle-brandlogo ul li {
  width: 20%;
  float: left;
  height: 100px;
  display: inline-block;
}

.brand-logo-section .bicycle-brandlogo ul li a {
  line-height: 100px;
}

.brand-logo-section .digital-brandlogo {
  padding: 30px 0px;
  background-color: #f7f7f7;
}

.brand-logo-section .digital-brandlogo .brand-logo-carousel .item {
  box-sizing: border-box;
}

.brand-logo-section .digital-brandlogo .brand-logo-carousel .item a {
  overflow: hidden;
  border-radius: 3px;
  position: relative;

}

.brand-logo-section .digital-brandlogo .brand-logo-carousel .item a .cared-imgs {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--theme-color-smock);
}

.brand-logo-section .digital-brandlogo .brand-logo-carousel .item a h4 {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}

.brand-logo-section .digital-brandlogo .brand-logo-carousel .item a img {
  height: 242px;
  width: 100%;
  margin: auto;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 2px solid var(--theme-color-black);
}

.brand-logo-section .digital-brandlogo .brand-logo-carousel .item a:hover img {
  webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  border-radius: 50%;
  transform: scale(1.04);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev,
.brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next {
  top: 110px;
  position: absolute;
}

.brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev:before,
.brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next:before {
  background: var(--theme-color-gold);
}

.brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev:hover:before,
.brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next:hover:before {
  background: #3700ff;
}

.brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev {
  left: -40px;
}

.brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next {
  right: -40px;
}

.home-fashion-1 .brand-logo-section .digital-brandlogo {
  background-color: #ffffff;
}

.home-fashion-1 .brand-logo-section .digital-brandlogo .brand-logo-carousel .item {
  height: 150px;
  padding: 0px 0px;
  border-radius: 3px;
  background-color: #f0f0f0;
}

.home-fashion-1 .brand-logo-section .digital-brandlogo .brand-logo-carousel .item a {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: block;
}

.home-fashion-1 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev,
.home-fashion-1 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next {
  top: 55px;
}

.home-fashion-1 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev:hover:before,
.home-fashion-1 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next:hover:before {
  background: #f56c57;
}

/* brand logo section - end
==================================================================================================== */
/* newsletter section - start
==================================================================================================== */
.newsletter-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.newsletter-section .newsletter-content h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.newsletter-section .newsletter-content p {
  font-size: 16px;
  font-weight: 500;
}

.newsletter-section .newsletter-content .form-item-btn {
  font-size: 16px;
  padding: 0px 15px;
}

/* newsletter section - end
==================================================================================================== */
/* blog section - start
==================================================================================================== */
.blog-section .blog-grid-item .blog-image {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

.blog-section .blog-grid-item .blog-image img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-section .blog-grid-item .blog-image .post-date {
  top: 15px;
  left: 15px;
  padding: 15px 10px;
  border-radius: 3px;
  position: absolute;
}

.blog-section .blog-grid-item .blog-image .post-date span {
  width: 100%;
  display: table;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #ffffff;
}

.blog-section .blog-grid-item .blog-image .post-date strong {
  width: 100%;
  display: table;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.blog-section .blog-grid-item .blog-image .blog-category-tag {
  top: 15px;
  left: 15px;
  z-index: 1;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 3px;
  position: absolute;
  color: #ffffff;
}

.blog-section .blog-grid-item .blog-content {
  padding: 15px;
}

.blog-section .blog-grid-item .blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-section .blog-grid-item .blog-content .blog-tags {
  margin-bottom: 10px;
}

.blog-section .blog-grid-item .blog-content .blog-tags ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  text-transform: uppercase;
}

.blog-section .blog-grid-item .blog-content .blog-tags ul li a:hover {
  color: var(--theme-color-maroon);
}

.blog-section .blog-grid-item .blog-content .blog-title {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-section .blog-grid-item .blog-content .blog-title:hover {
  color: var(--theme-color-maroon);
}

.blog-section .blog-grid-item:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-section .blog-grid-item:hover .blog-image .plus-effect {
  opacity: 1;
}

.blog-section .blog-grid-item-2 .blog-image {
  padding: 5px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
}

.blog-section .blog-grid-item-2 .blog-image .image-container .post-date {
  top: 15px;
  z-index: 1;
  left: 15px;
  width: 80px;
  height: 80px;
  padding: 17px;
  position: absolute;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.blog-section .blog-grid-item-2 .blog-image .image-container .post-date strong {
  width: 100%;
  display: table;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-section .blog-grid-item-2 .blog-image .image-container .post-date span {
  width: 100%;
  display: table;
  text-transform: uppercase;
}

.blog-section .blog-grid-item-2 .blog-content {
  padding-top: 30px;
  position: relative;
}

.blog-section .blog-grid-item-2 .blog-content .tag {
  left: 50%;
  top: -23px;
  font-size: 16px;
  padding: 5px 15px;
  position: absolute;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-section .blog-grid-item-2 .blog-content .blog-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.blog-section .blog-grid-item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-section .blog-grid-item-2:hover .blog-content .blog-title {
  color: var(--theme-color-maroon);
}

.blog-section .blog-3-item-list {
  width: 100%;
  display: table;
}

.blog-section .blog-3-item-list .blog-grid-item-3 {
  float: left;
  width: 33.3339%;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
}

.blog-section .blog-3-item-list .blog-grid-item-3:before {
  top: 51.35%;
  left: 46%;
  z-index: 1;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg) translateX(-46%) translateY(-51.39%);
  -ms-transform: rotate(45deg) translateX(-46%) translateY(-51.39%);
  transform: rotate(45deg) translateX(-46%) translateY(-51.39%);
}

.blog-section .blog-3-item-list .blog-grid-item-3 .blog-image {
  width: 100%;
  height: 254px;
  overflow: hidden;
  position: relative;
}

.blog-section .blog-3-item-list .blog-grid-item-3 .blog-image:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.blog-section .blog-3-item-list .blog-grid-item-3 .blog-content {
  width: 100%;
  height: 254px;
  padding: 26px 30px;
}

.blog-section .blog-3-item-list .blog-grid-item-3 .blog-content .post-date {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
}

.blog-section .blog-3-item-list .blog-grid-item-3 .blog-content .post-meta {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.blog-section .blog-3-item-list .blog-grid-item-3:hover .blog-image:before {
  opacity: 1;
}

.blog-section .blog-3-item-list .blog-grid-item-3:hover .blog-content .blog-title {
  color: var(--theme-color-maroon);
}

.blog-section .blog-grid-item-4 .blog-content-1 .blog-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.blog-section .blog-grid-item-4 .blog-content-1 .blog-title:hover {
  color: #c09749;
}

.blog-section .blog-grid-item-4 .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-section .blog-grid-item-4 .blog-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-section .blog-grid-item-4 .blog-image .pin {
  top: 10px;
  left: 10px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
}

.blog-section .blog-grid-item-4 .blog-content-2 .blog-links>ul>li {
  margin-right: 40px;
}

.blog-section .blog-grid-item-4 .blog-content-2 .blog-links>ul>li:last-child {
  margin-right: 0px;
}

.blog-section .blog-grid-item-4 .blog-content-2 .blog-links>ul>li>a {
  font-size: 16px;
  font-weight: 600;
}

.blog-section .blog-grid-item-4 .blog-content-2 .blog-links>ul>li>a:hover {
  color: #c09749;
}

.blog-section .blog-grid-item-4 .blog-content-2 .blog-links>ul>li .share-links li {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
}

.blog-section .blog-grid-item-4 .blog-content-2 .blog-links>ul>li .share-links li:last-child {
  margin-right: 0px;
}

.blog-section .blog-grid-item-4 .blog-content-2 .blog-links>ul>li .share-links li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #222222;
  background-color: #f0f0f0;
}

.blog-section .blog-grid-item-4 .blog-content-2 .blog-links>ul>li .share-links li a:hover {
  color: #ffffff;
  background-color: #c09749;
}

.blog-section .blog-grid-item-4:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-section .blog-grid-item-5 .blog-image {
  overflow: hidden;
  position: relative;
}

.blog-section .blog-grid-item-5 .blog-image .social-links {
  left: 50%;
  bottom: 0px;
  display: table;
  padding: 8px 16px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
}

.blog-section .blog-grid-item-5 .blog-image .social-links .like-btn {
  float: left;
  font-size: 16px;
  font-weight: 400;
  margin-right: 50px;
  position: relative;
  color: #ffffff;
}

.blog-section .blog-grid-item-5 .blog-image .social-links .like-btn:hover {
  color: #085a9d;
}

.blog-section .blog-grid-item-5 .blog-image .social-links .like-btn:before {
  top: 0;
  bottom: 0;
  width: 1px;
  content: '';
  right: -25px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}

.blog-section .blog-grid-item-5 .blog-image .social-links ul li {
  margin-right: 15px;
}

.blog-section .blog-grid-item-5 .blog-image .social-links ul li:last-child {
  margin-right: 0px;
}

.blog-section .blog-grid-item-5 .blog-image .social-links ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.blog-section .blog-grid-item-5 .blog-image .social-links ul li a:hover {
  color: #085a9d;
}

.blog-section .blog-grid-item-5 .blog-content .tag-date ul li {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-right: 15px;
}

.blog-section .blog-grid-item-5 .blog-content .tag-date ul li:after {
  top: 50%;
  right: 2px;
  content: '-';
  color: #666666;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-section .blog-grid-item-5 .blog-content .tag-date ul li:last-child {
  padding-right: 0px;
}

.blog-section .blog-grid-item-5 .blog-content .tag-date ul li:last-child:after {
  display: none;
}

.blog-section .blog-grid-item-5 .blog-content .tag-date ul li a {
  font-size: 16px;
  font-weight: 600;
}

.blog-section .blog-grid-item-5 .blog-content .tag-date ul li a:hover {
  color: #085a9d;
}

.blog-section .blog-grid-item-5 .blog-content .blog-title {
  font-size: 16px;
}

.blog-section .blog-grid-item-5 .blog-content .blog-title:hover {
  color: #085a9d;
}

.blog-section .blog-grid-item-5 .blog-content .read-more {
  color: #085a9d;
}

.blog-section .blog-grid-item-5 .blog-content .read-more:hover {
  text-decoration: underline;
}

.blog-section .blog-big-item .blog-title .title-text {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.blog-section .blog-big-item .blog-title .post-meta ul li {
  color: #666666;
}

.blog-section .blog-big-item .blog-content .read-more {
  padding: 15px 45px;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
  background-color: var(--theme-color-maroon);
}

/* blog section - end
==================================================================================================== */
/* blog details page - start
==================================================================================================== */
.blog-section .blog-details {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #f0f0f0;
}

.blog-section .blog-details .blog-title .title-text {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.blog-section .blog-details .blog-title .post-meta ul li {
  color: #666666;
}

.blog-section .blog-details .blockquote {
  padding: 0px 30px;
}

.blog-section .blog-details .blockquote p {
  font-size: 16px;
  font-style: italic;
}

.blog-section .blog-details .blockquote p i {
  font-size: 36px;
  color: var(--theme-color-maroon);
}

.blog-section .blog-review {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #f0f0f0;
}

.blog-section .blog-review .review-item {
  margin-bottom: 30px;
}

.blog-section .blog-review .review-item:last-child {
  margin-bottom: 0px;
}

.blog-section .blog-review .review-item .reviewer-img {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 15px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  color: #f0f0f0;
  background-color: #f7f7f7;
}

.blog-section .blog-review .review-item .reviewer-img:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 42px;
  content: '\f007';
  font-weight: 900;
  line-height: 100px;
  position: absolute;
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
}

.blog-section .blog-review .review-item .review-content {
  display: table;
  padding: 23px 0px;
}

.blog-section .blog-review .review-item .review-content .post-meta {
  margin-bottom: 5px;
}

.blog-section .blog-review .review-item .review-content .post-meta ul li {
  font-size: 16px;
  font-weight: 500;
}

.blog-section .blog-review .review-item .review-content .post-meta ul li a {
  font-size: 16px;
  font-weight: 600;
}

/* blog details page - end
==================================================================================================== */
/* testimonial-section - start
==================================================================================================== */
.testimonial-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-section .overlay-black {
  background-color: rgba(0, 0, 0, 0.2);
}

.testimonial-section .testimonial-carousel .item {
  padding: 0px 170px;
}

.testimonial-section .testimonial-carousel .item .testimonial-hero .image-container {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 100%;
  border: 3px solid #ffffff;
}

.testimonial-section .testimonial-carousel .item .testimonial-hero .hero-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.testimonial-section .testimonial-carousel .item .testimonial-hero .hero-position {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.testimonial-section .testimonial-carousel .item .testimonial-content p {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}

.testimonial-section .testimonial-carousel .item .testimonial-content p sup,
.testimonial-section .testimonial-carousel .item .testimonial-content p sub {
  font-size: 18px;
}

.testimonial-section .testimonial-carousel .item .testimonial-content .rating-star ul li {
  font-size: 16px;
  margin-right: 5px;
  color: #666666;
}

.testimonial-section .testimonial-carousel .item .testimonial-content .rating-star ul .rated {
  color: #f3cd1e;
}

.testimonial-section .owl-theme .owl-dots {
  margin-top: 60px !important;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  background-color: #c09749;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}

/* testimonial-section - end
==================================================================================================== */
/* bicycle home page 1 - start
==================================================================================================== */
.home-bicycle-1 .container {
  margin: 0 auto;
  max-width: 1464px;
}

.home-bicycle-1 .slider-section .slider-item .overlay-black {
  padding: 180px 0px;
  padding-top: 350px;
  background-color: rgba(0, 0, 0, 0.5);
}

.home-bicycle-1 .slider-section .slider-content h1 {
  font-size: 72px;
  font-weight: 800;
}

.home-bicycle-1 .slider-section .slider-content h2 {
  font-size: 42px;
  font-weight: 600;
}

.home-bicycle-1 .slider-section .slider-content h3 {
  font-size: 30px;
  font-weight: 600;
}

.promotion-section {
  padding: 0px 120px;
}

.home-bicycle-1 .promotion-section {
  padding: 30px 15px;
}

.promotion-section .bicycle-1-promotion {
  height: 580px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

.promotion-section .bicycle-1-promotion:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
}

.promotion-section .bicycle-1-promotion img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.promotion-section .bicycle-1-promotion:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.promotion-section .bicycle-1-promotion:hover:before {
  opacity: 1;
}

.promotion-section .bicycle-1-promotion .promotion-content {
  left: 0;
  top: 50%;
  right: 0;
  z-index: 2;
  padding: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promotion-section .bicycle-1-promotion .promotion-content h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.promotion-section .bicycle-1-promotion .promotion-content h3 {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.promotion-section .bicycle-1-promotion .promotion-content p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.featured-section .featured-container .digital-featured-nav {
  width: 100%;
  display: table;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.featured-section .featured-container .digital-featured-nav li {
  z-index: 1;
  float: left;
  margin-bottom: -1px;
  display: inline-block;
}

.featured-section .featured-container .digital-featured-nav li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
  color: #222222;
  text-transform: uppercase;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
}

.featured-section .featured-container .digital-featured-nav li:hover a {
  color: var(--theme-color-maroon);
}

.featured-section .featured-container .digital-featured-nav li a.active {
  color: var(--theme-color-maroon);
  border-color: #f0f0f0;
  border-bottom-color: #ffffff;
}

.hot-product-section .hottest-bicycles {
  position: relative;
}

.hot-product-section .hottest-bicycles .big-image {
  left: 0;
  width: 50%;
  float: left;
  bottom: -60px;
  overflow: hidden;
  position: absolute;
}

.hot-product-section .hottest-bicycles .featured-container {
  position: relative;
}

.hot-product-section .hottest-bicycles .featured-container .nav {
  right: 0;
  top: -78px;
  z-index: 1;
  width: 727px;
  display: table;
  position: absolute;
}

.hot-product-section .hottest-bicycles .featured-container .nav li {
  float: left;
  display: inline-block;
}

.hot-product-section .hottest-bicycles .featured-container .nav li a {
  padding: 10px 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
}

.hot-product-section .hottest-bicycles .featured-container .nav li:hover a {
  color: var(--theme-color-maroon);
}

.hot-product-section .hottest-bicycles .featured-container .nav li a.active {
  color: var(--theme-color-maroon);
  border-color: #f0f0f0;
  border-bottom-color: #f7f7f7;
}

.hot-product-section .hottest-bicycles .featured-container .tab-content .tab-pane .product-item {
  background-color: #f7f7f7;
}

.hot-product-section .hottest-bicycles .featured-container .tab-content .tab-pane .product-item .image-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.hot-product-section .hottest-bicycles .featured-container .tab-content .tab-pane .product-item .hover-content {
  background-color: #f7f7f7;
}

.bg-custom-imges {
  width: 100%;
  left: 0px;
  height: 100%;
  position: absolute;
  background-attachment: fixed;
  top: 0px;
}

.cta {
  padding: 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.cta .promotion-item {
  width: 60%;
  margin: auto;
}

.cta .promotion-item h4 {
  color: var(--theme-color-white);
  font-size: 32px;
}

.cta .promotion-item p {
  color: var(--theme-color-white);
  font-size: 16px;
}

.bg-custom-imges img {
  width: 100%;
  height: 100%;
}

.sections-sec {
  position: relative;
  z-index: 1;
}

.sections-sec::after {
  background-color: #00000080;
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* bicycle home page 1 - end
==================================================================================================== */
/* bicycle home page 2 - start
==================================================================================================== */
.home-bicycle-2 ::-moz-selection {
  color: #ed2b2b;
}

.home-bicycle-2 ::selection {
  color: #ed2b2b;
}

.home-bicycle-2 .form-item input:focus {
  border-color: #ed2b2b;
}

.home-bicycle-2 .form-item input:focus+.form-item-btn {
  background-color: #ed2b2b;
}

.home-bicycle-2 .form-textarea {
  margin-bottom: 30px;
}

.home-bicycle-2 .form-textarea textarea:focus {
  border-color: #ed2b2b;
}

.home-bicycle-2 .quick-view {
  background-color: rgba(237, 43, 43, 0.5);
}

.home-bicycle-2 .quick-view:hover {
  background-color: #ed2b2b;
}

.home-bicycle-2 .post-meta ul li a:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .owl-theme .owl-nav .owl-next:hover:before,
.home-bicycle-2 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #ed2b2b;
}

.home-bicycle-2 .owl-theme .owl-dots .owl-dot.active span {
  background: #ed2b2b;
}

.home-bicycle-2 .plus-effect:before,
.home-bicycle-2 .plus-effect:after {
  background-color: #ed2b2b;
}

.home-bicycle-2 .product-item .item-content .item-title:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .product-item .hover-content .add-to-cart:hover {
  border-color: #ed2b2b;
  background-color: #ed2b2b;
}

.home-bicycle-2 .product-item .hover-content .product-meta ul li a:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .item-title:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .slider-section .slider-item {
  padding: 150px 0px;
}

.home-bicycle-2 .slider-section .slider-item .slider-content h1 {
  font-size: 66px;
  font-weight: 800;
}

.home-bicycle-2 .slider-section .slider-item .slider-content h2 {
  font-size: 36px;
  font-weight: 600;
}

.home-bicycle-2 .slider-section .slider-item .slider-content .color-list ul li {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
}

.home-bicycle-2 .slider-section .slider-item .slider-content .color-list ul li:last-child {
  margin-right: 0px;
}

.home-bicycle-2 .slider-section .slider-item .slider-content .color-list ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
}

.home-bicycle-2 .slider-section .slider-item .slider-content .color-list ul li a:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 16px;
  font-weight: 900;
  content: '\f00c';
  position: absolute;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free';
}

.home-bicycle-2 .slider-section .slider-item .slider-content .color-list ul li .active:before {
  opacity: 1;
}

.category-section .bicycle-2-category {
  padding: 30px 15px;
}

.category-section .bicycle-2-category img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-section .bicycle-2-category .category-item {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

.category-section .bicycle-2-category .category-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
}

.category-section .bicycle-2-category .category-item .item-title {
  left: 50%;
  z-index: 2;
  margin: 0px;
  bottom: 30px;
  display: table;
  font-size: 24px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-section .bicycle-2-category .category-item:hover:before {
  opacity: 1;
}

.category-section .bicycle-2-category .category-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.category-section .bicycle-2-category .category-item:hover .item-title {
  bottom: 40px;
  color: #ffffff;
  text-decoration: underline;
}

.category-section .bicycle-2-category .category-item:hover .item-title:hover {
  color: #ed2b2b;
}

.promotion-section .bicycle2-promotion-masonry {
  margin-left: -15px;
  margin-right: -15px;
}

.promotion-section .bicycle2-promotion-masonry .grid-sizer,
.promotion-section .bicycle2-promotion-masonry .grid-item {
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.promotion-section .bicycle2-promotion-masonry .grid-item {
  width: 50%;
  height: auto;
  padding: 15px;
}

.promotion-section .bicycle2-promotion-masonry .grid-item .image-container img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.promotion-section .bicycle2-promotion-masonry .grid-item:before {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
}

.promotion-section .bicycle2-promotion-masonry .grid-item:hover .image-container img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.promotion-section .bicycle2-promotion-masonry .grid-item:hover:before {
  opacity: 1;
}

.promotion-section .bicycle2-promotion-masonry .grid-item .promotion-content {
  top: 50%;
  left: 15px;
  z-index: 2;
  right: 15px;
  padding: 30px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promotion-section .bicycle2-promotion-masonry .grid-item .promotion-content h2 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.promotion-section .bicycle2-promotion-masonry .grid-item .promotion-content h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.promotion-section .bicycle2-promotion-masonry .grid-item .promotion-content h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.promotion-section .bicycle2-promotion-masonry .promotion-big {
  width: 50%;
  height: auto;
}

.promotion-section .bicycle2-promotion-masonry .promotion-big .promotion-content h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.promotion-section .bicycle2-promotion-masonry .promotion-big .promotion-content h2 {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.home-bicycle-2 .featured-section .featured-container .digital-featured-nav li a:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #ed2b2b;
}

.home-bicycle-2 .promotion-banner-section .bicycle-banner {
  padding: 230px 0px;
}

.trending-section .bicycle-trending-products .trending-item {
  margin-bottom: 30px;
}

.trending-section .bicycle-trending-products .trending-item .item-image {
  float: left;
  width: 150px;
  padding: 5px;
  height: 150px;
  margin-right: 15px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.trending-section .bicycle-trending-products .trending-item .item-image .image-container {
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.trending-section .bicycle-trending-products .trending-item .item-content {
  display: table;
}

.trending-section .bicycle-trending-products .trending-item .item-content .item-title {
  margin-bottom: 15px;
}

.trending-section .bicycle-trending-products .trending-item .item-content .item-price strong {
  font-size: 24px;
  color: #222222;
}

.home-bicycle-2 .trending-section .bicycle-trending-products .deal-item {
  border-color: #ed2b2b;
  background-color: #f7f7f7;
}

.home-bicycle-2 .trending-section .bicycle-trending-products .deal-item .item-content .progress .progress-bar {
  background-color: #222222;
}

.home-bicycle-2 .blog-section .blog-grid-item .blog-content {
  padding: 0px;
}

.home-bicycle-2 .blog-section .blog-grid-item .blog-content .blog-title:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .footer-section .bicycle-footer .footer-middle .footer-contact .social-links ul li a:hover {
  background-color: #ed2b2b;
}

.home-bicycle-2 .footer-section .bicycle-footer .footer-middle .useful-links ul li a:hover {
  color: #ed2b2b;
}

.home-bicycle-2 .footer-section .bicycle-footer .footer-middle .footer-newsletter input[type=email]:focus {
  border-color: #ed2b2b;
}

.home-bicycle-2 .footer-section .bicycle-footer .footer-middle .useful-link-list ul li a:hover {
  color: #ed2b2b;
}

/* bicycle home page 2 - end
==================================================================================================== */
/* home digital 1 - start
==================================================================================================== */
.home-digital-1 ::-moz-selection {
  color: #3700ff;
}

.home-digital-1 ::selection {
  color: #3700ff;
}

.home-digital-1 .form-item input:focus {
  border-color: #3700ff;
}

.home-digital-1 .form-item input:focus+.form-item-btn {
  background-color: #3700ff;
}

.home-digital-1 .form-textarea {
  margin-bottom: 30px;
}

.home-digital-1 .form-textarea textarea:focus {
  border-color: #3700ff;
}

.home-digital-1 .quick-view {
  background-color: rgba(55, 0, 255, 0.5);
}

.home-digital-1 .quick-view:hover {
  background-color: #3700ff;
}

.home-digital-1 .post-meta ul li a:hover {
  color: #3700ff;
}

.home-digital-1 .owl-theme .owl-nav .owl-next:hover:before,
.home-digital-1 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #3700ff;
}

.home-digital-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #3700ff;
}

.home-digital-1 .plus-effect:before,
.home-digital-1 .plus-effect:after {
  background-color: #3700ff;
}

.home-digital-1 .product-item .item-content .item-title:hover {
  color: #3700ff;
}

.home-digital-1 .product-item .hover-content .add-to-cart:hover {
  border-color: #3700ff;
  background-color: #3700ff;
}

.home-digital-1 .product-item .hover-content .product-meta ul li a:hover {
  color: #3700ff;
}

.home-digital-1 .item-title:hover {
  color: #3700ff;
}

.home-digital-1 .slider-section .slider-item .slider-content h1 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-digital-1 .slider-section .slider-item .slider-content h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-digital-1 .slider-section .slider-item .slider-content h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.home-digital-1 .slider-section .slider-item .slider-content h4 {
  font-size: 18px;
  font-weight: 500;
}

.home-digital-1 .slider-section .slider-item .slider-content h4 strong {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-digital-1 .slider-section .slider-item .slider-content h5 {
  font-size: 18px;
  font-weight: 500;
}

.police-section {
  padding: 60px 0px;
}

.police-section .police-service-list {
  padding: 20px;
  border-radius: 3px;
  border: 2px solid #f0f0f0;
}

.police-section .police-service-list ul li {
  width: 25%;
  padding-right: 10px;
}

.police-section .police-service-list ul li .icon {
  float: left;
  width: 50px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  margin-right: 20px;
  color: #ffffff;
}

.police-section .police-service-list ul li .icon:before {
  top: 50%;
  width: 0px;
  height: 0px;
  content: '';
  right: -20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-left: 10px solid #3700ff;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.police-section .police-service-list ul li .content {
  display: table;
}

.police-section .police-service-list ul li .content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.police-section .police-service-list ul li .content p {
  font-size: 16px;
}

.home-digital-1 .featured-section .featured-container .digital-featured-nav li a:hover {
  color: #3700ff;
}

.home-digital-1 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #3700ff;
}

.home-digital-1 .featured-section .promotion-banner .deal-item {
  border-color: #3700ff;
}

.home-digital-1 .featured-section .promotion-banner .deal-item .item-content .item-title:hover {
  color: #3700ff;
}

.home-digital-1 .featured-section .promotion-banner .deal-item .item-content .progress .progress-bar {
  background-color: #3700ff;
}

.promotion-banner-section .digital-banner-content .item-details .details-bar .item-title:hover,
.promotion-banner-section .digital-banner-content .item-details-2 .details-bar .item-title:hover {
  color: #3700ff;
}

.trending-section .onsale-product .onsale-product-carousel .item {
  padding: 30px;
  position: relative;
  border-radius: 3px;
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
}

.trending-section .onsale-product .onsale-product-carousel .item .post-labels {
  top: 15px;
  left: 15px;
  position: absolute;
}

.trending-section .onsale-product .onsale-product-carousel .item .item-title {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #3700ff;
}

.trending-section .onsale-product .owl-theme .owl-nav {
  top: -77px;
  right: -2px;
  display: table;
  position: absolute;
}

.trending-section .products-tab {
  position: relative;
}

.trending-section .products-tab .products-tab-nav {
  position: relative;
}

.trending-section .products-tab .products-tab-nav .nav {
  right: 0;
  top: 4px;
  position: absolute;
}

.trending-section .products-tab .products-tab-nav .nav li {
  margin-right: 5px;
}

.trending-section .products-tab .products-tab-nav .nav li:last-child {
  margin-right: 0px;
}

.trending-section .products-tab .products-tab-nav .nav li a {
  width: auto;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
  line-height: 40px;
  color: #222222;
  text-transform: uppercase;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
}

.trending-section .products-tab .products-tab-nav .nav li a:hover {
  color: #3700ff;
}

.trending-section .products-tab .products-tab-nav .nav li a.active {
  color: #3700ff;
  border-color: #f0f0f0;
  border-bottom-color: #ffffff;
}

.trending-section .products-tab .tab-content .tab-pane .product-item {
  position: relative;
  border-radius: 3px;
  margin-bottom: 30px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.trending-section .products-tab .tab-content .tab-pane .product-item .post-labels {
  top: 0px;
  left: 0px;
  position: absolute;
}

.trending-section .products-tab .tab-content .tab-pane .product-item .image-container {
  margin: 0px;
  float: left;
  width: 180px;
  height: 180px;
  margin-right: 10px;
  border-radius: 3px;
}

.trending-section .products-tab .tab-content .tab-pane .product-item .product-content {
  display: table;
}

.trending-section .products-tab .tab-content .tab-pane .product-item .product-content .product-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.trending-section .products-tab .tab-content .tab-pane .product-item .product-content .product-title:hover {
  color: #3700ff;
}

.trending-section .products-tab .tab-content .tab-pane .product-item:hover {
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popular-section .most-viewde-products .most-viewde-item {
  padding: 30px 15px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popular-section .most-viewde-products .most-viewde-item:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}

.popular-section .most-viewde-products .most-viewde-item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popular-section .most-viewde-products .most-viewde-item:hover .product-title {
  text-decoration: underline;
}

.category-section .digital-category-post .post-item {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-section .digital-category-post .post-item .item-img {
  width: 100%;
  height: 100%;
  display: block;
}

.category-section .digital-category-post .post-item .post-item-title {
  top: 20px;
  left: 20px;
  font-size: 16px;
  font-weight: 600;
  max-width: 136px;
  line-height: 18px;
  position: absolute;
  color: #222222;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.category-section .digital-category-post .post-item:hover {
  -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.2);
}

.home-digital-1 .footer-section .default-footer .footer-middle .useful-links ul li a:hover {
  color: #3700ff;
}

/* home digital 1 - end
==================================================================================================== */
/* home digital 2 - start
==================================================================================================== */
.home-digital-2 ::-moz-selection {
  color: #02a8f3;
}

.home-digital-2 ::selection {
  color: #02a8f3;
}

.home-digital-2 .form-item input:focus {
  border-color: #02a8f3;
}

.home-digital-2 .form-item input:focus+.form-item-btn {
  background-color: #02a8f3;
}

.home-digital-2 .form-textarea {
  margin-bottom: 30px;
}

.home-digital-2 .form-textarea textarea:focus {
  border-color: #02a8f3;
}

.home-digital-2 .quick-view {
  background-color: rgba(2, 168, 243, 0.5);
}

.home-digital-2 .quick-view:hover {
  background-color: #02a8f3;
}

.home-digital-2 .post-meta ul li a:hover {
  color: #02a8f3;
}

.home-digital-2 .owl-theme .owl-nav .owl-next:hover:before,
.home-digital-2 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #02a8f3;
}

.home-digital-2 .owl-theme .owl-dots .owl-dot.active span {
  background: #02a8f3;
}

.home-digital-2 .plus-effect:before,
.home-digital-2 .plus-effect:after {
  background-color: #02a8f3;
}

.home-digital-2 .product-item .item-content .item-title:hover {
  color: #02a8f3;
}

.home-digital-2 .product-item .hover-content .add-to-cart:hover {
  border-color: #02a8f3;
  background-color: #02a8f3;
}

.home-digital-2 .product-item .hover-content .product-meta ul li a:hover {
  color: #02a8f3;
}

.home-digital-2 .item-title:hover {
  color: #02a8f3;
}

.home-digital-2 .slider-section .slider-item {
  padding: 150px 0px;
}

.home-digital-2 .slider-section .slider-item h1 {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-digital-2 .slider-section .slider-item h2 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-digital-2 .slider-section .slider-item h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

.home-digital-2 .slider-section .slider-item h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.home-digital-2 .slider-section .slider-item h4 strong {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.deals-section {
  position: relative;
}

.home-digital-2 .deals-section .deal-product-carousel .item {
  padding: 5px;
}

.home-digital-2 .deals-section .deal-product-carousel .item .deal-item {
  padding: 30px;
  border-color: #f0f0f0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-digital-2 .deals-section .deal-product-carousel .item .deal-item .countdown-timer {
  position: static;
}

.home-digital-2 .deals-section .deal-product-carousel .item .deal-item .item-content .item-title {
  color: #02a8f3;
}

.home-digital-2 .deals-section .deal-product-carousel .item .deal-item:hover {
  border-color: #02a8f3;
}

.home-digital-2 .deals-section .owl-theme .owl-nav {
  right: 0;
  top: -77px;
  display: table;
  position: absolute;
}

.electronics-device-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.electronics-device-section .electronics-device-carousel .item .item-title {
  width: 100%;
  display: block;
  font-weight: 600;
  color: #02a8f3;
  text-transform: uppercase;
}

.electronics-device-section .electronics-device-carousel .item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.electronics-device-section .owl-theme .owl-nav {
  right: 0;
  top: -77px;
  position: absolute;
}

.home-digital-2 .featured-section .featured-container .digital-featured-nav li:hover a {
  color: #02a8f3;
}

.home-digital-2 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #02a8f3;
}

.promotion-section .digital2-promotion-masonry {
  margin-left: -15px;
  margin-right: -15px;
}

.promotion-section .digital2-promotion-masonry .grid-sizer,
.promotion-section .digital2-promotion-masonry .grid-item {
  width: 300px;
  height: 282px;
}

.promotion-section .digital2-promotion-masonry .grid-item {
  float: left;
  padding: 15px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  text-align: center;
}

.promotion-section .digital2-promotion-masonry .grid-item img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
}

.promotion-section .digital2-promotion-masonry .grid-item .content {
  top: 30px;
  right: 30px;
  text-align: left;
  position: absolute;
}

.promotion-section .digital2-promotion-masonry .grid-item .content .big-text {
  font-size: 16px;
  font-weight: 600;
}

.promotion-section .digital2-promotion-masonry .grid-item .content .big-text strong {
  width: 100%;
  display: table;
  font-size: 24px;
  font-weight: 800;
}

.promotion-section .digital2-promotion-masonry .grid-big {
  width: 600px;
  height: 564px;
}

.promotion-section .digital2-promotion-masonry .grid-width {
  width: 600px;
}

.electronics-device-section .electronics-featured-item .item-content .rateing-star {
  display: table;
  margin: 0 auto 15px;
}

.electronics-device-section .electronics-featured-item .item-content .rateing-star ul {
  float: left;
  margin: 0px;
  padding: 0px;
}

.electronics-device-section .electronics-featured-item .item-content .rateing-star ul li {
  float: left;
  color: #f3cd1e;
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}

.electronics-device-section .electronics-featured-item .item-content .item-title {
  font-size: 16px;
  font-weight: 600;
  color: #02a8f3;
  text-transform: uppercase;
}

.electronics-device-section .electronics-featured-item .item-content .custom-btn {
  width: 100%;
  display: block;
}

.electronics-device-section .electronics-device {
  position: relative;
}

.electronics-device-section .electronics-device .electronics-device-nav {
  right: 0;
  top: -70px;
  z-index: 1;
  position: absolute;
}

.electronics-device-section .electronics-device .electronics-device-nav li a {
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
}

.electronics-device-section .electronics-device .electronics-device-nav li .active {
  color: #02a8f3;
  border-color: #f0f0f0;
  border-bottom-color: #ffffff;
}

.electronics-device-section .electronics-device .electronics-device-nav li:hover a {
  color: #02a8f3;
}

.home-digital-2 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next:hover:before,
.home-digital-2 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #02a8f3;
}

.home-digital-2 .blog-section .blog-grid-item .blog-content .blog-tags ul li a:hover {
  color: #02a8f3;
}

.home-digital-2 .blog-section .blog-grid-item .blog-content .blog-title:hover {
  color: #02a8f3;
}

.home-digital-2 .blog-section .owl-theme .owl-nav {
  right: 0;
  top: -77px;
  position: absolute;
}

.home-digital-2 .footer-section .default-footer .footer-middle .useful-links ul li a:hover {
  color: #02a8f3;
}

/* home digital 2 - end
==================================================================================================== */
/* home fashion 1 - start
==================================================================================================== */
.home-fashion-1 ::-moz-selection {
  color: #f56c57;
}

.home-fashion-1 ::selection {
  color: #f56c57;
}

.home-fashion-1 .form-item input:focus {
  border-color: #f56c57;
}

.home-fashion-1 .form-item input:focus+.form-item-btn {
  background-color: #f56c57;
}

.home-fashion-1 .form-textarea {
  margin-bottom: 30px;
}

.home-fashion-1 .form-textarea textarea:focus {
  border-color: #f56c57;
}

.home-fashion-1 .quick-view {
  background-color: rgba(245, 108, 87, 0.5);
}

.home-fashion-1 .quick-view:hover {
  color: #ffffff;
  background-color: #f56c57;
}

.home-fashion-1 .post-meta ul li a:hover {
  color: #f56c57;
}

.home-fashion-1 .owl-theme .owl-nav .owl-next:hover:before,
.home-fashion-1 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #f56c57;
}

.home-fashion-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #f56c57;
}

.home-fashion-1 .plus-effect:before,
.home-fashion-1 .plus-effect:after {
  background-color: #f56c57;
}

.home-fashion-1 .product-item .item-content .item-title:hover {
  color: #f56c57;
}

.home-fashion-1 .product-item .hover-content .add-to-cart:hover {
  border-color: #f56c57;
  background-color: #f56c57;
}

.home-fashion-1 .product-item .hover-content .product-meta ul li a:hover {
  color: #f56c57;
}

.home-fashion-1 .item-title:hover {
  color: #f56c57;
}

.home-fashion-1 .slider-section .slider-item {
  padding: 150px 0px;
}

.home-fashion-1 .slider-section .slider-item .slider-content h1 {
  font-size: 72px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-fashion-1 .slider-section .slider-item .slider-content h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-fashion-1 .slider-section .slider-item .slider-content h2 strong {
  font-size: 48px;
  font-weight: 800;
}

.home-fashion-1 .slider-section .slider-item .slider-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #666666;
}

.promotion-section .fashion-promotion-masonry {
  width: 100%;
  padding: 10px;
  display: table;
}

.promotion-section .fashion-promotion-masonry .grid-sizer,
.promotion-section .fashion-promotion-masonry .grid-item {
  float: left;
  width: 470px;
  height: 350px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.promotion-section .fashion-promotion-masonry .grid-sizer .image-container,
.promotion-section .fashion-promotion-masonry .grid-item .image-container {
  width: 100%;
  height: 100%;
  display: block;
}

.promotion-section .fashion-promotion-masonry .grid-sizer .image-container img,
.promotion-section .fashion-promotion-masonry .grid-item .image-container img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.promotion-section .fashion-promotion-masonry .grid-sizer .item-content,
.promotion-section .fashion-promotion-masonry .grid-item .item-content {
  top: 10px;
  padding: 30px;
  text-align: left;
  position: absolute;
}

.promotion-section .fashion-promotion-masonry .grid-sizer .item-content h2,
.promotion-section .fashion-promotion-masonry .grid-item .item-content h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.promotion-section .fashion-promotion-masonry .grid-sizer .item-content h3,
.promotion-section .fashion-promotion-masonry .grid-item .item-content h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.promotion-section .fashion-promotion-masonry .grid-sizer .item-content strong,
.promotion-section .fashion-promotion-masonry .grid-item .item-content strong {
  font-size: 36px;
  font-weight: 800;
  color: #222222;
  text-transform: uppercase;
}

.promotion-section .fashion-promotion-masonry .grid-sizer .item-content.content-left,
.promotion-section .fashion-promotion-masonry .grid-item .item-content.content-left {
  left: 10px;
}

.promotion-section .fashion-promotion-masonry .grid-sizer .item-content.content-right,
.promotion-section .fashion-promotion-masonry .grid-item .item-content.content-right {
  right: 10px;
}

.promotion-section .fashion-promotion-masonry .grid-sizer:hover .image-container,
.promotion-section .fashion-promotion-masonry .grid-item:hover .image-container {
  width: 100%;
  height: 100%;
  display: block;
}

.promotion-section .fashion-promotion-masonry .grid-sizer:hover .image-container img,
.promotion-section .fashion-promotion-masonry .grid-item:hover .image-container img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.promotion-section .fashion-promotion-masonry .grid-height {
  height: 700px;
}

.promotion-section .fashion-promotion-masonry .grid-square {
  height: 350px;
}

.category-section .fashion-category-list ul {
  margin: 0px;
  padding: 0px;
}

.category-section .fashion-category-list ul li {
  float: left;
  height: auto;
  width: 11.11111%;
  list-style: none;
  padding: 0px 30px;
  display: inline-block;
}

.category-section .fashion-category-list ul li a .icon {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-section .fashion-category-list ul li a .title {
  width: 100%;
  display: table;
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-section .fashion-category-list ul li a:hover .icon {
  color: #f56c57;
}

.category-section .fashion-category-list ul li a:hover .title {
  color: #f56c57;
}

.home-fashion-1 .featured-section .featured-container .digital-featured-nav li a:hover {
  color: #f56c57;
}

.home-fashion-1 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #f56c57;
}

.storm-product-section .ourproducts-tab {
  position: relative;
}

.storm-product-section .ourproducts-tab .nav {
  right: 0;
  top: -75px;
  z-index: 1;
  position: absolute;
}

.storm-product-section .ourproducts-tab .nav li {
  width: auto;
  height: 45px;
}

.storm-product-section .ourproducts-tab .nav li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 30px;
  line-height: 45px;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
}

.storm-product-section .ourproducts-tab .nav li a:hover {
  color: #f56c57;
}

.storm-product-section .ourproducts-tab .nav li .active {
  color: #f56c57;
  border-color: #f0f0f0;
  border-bottom-color: #ffffff;
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry {
  width: 100%;
  display: table;
  margin-left: -15px;
  margin-right: -15px;
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-sizer,
.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item {
  width: 25%;
  float: left;
  height: auto;
  padding: 15px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-sizer .post-labels,
.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item .post-labels {
  top: 20px;
  left: 20px;
  position: absolute;
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-sizer:hover .absolute-cartview,
.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item:hover .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item-big {
  width: 50%;
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item-big .image-container .countdown-timer {
  left: 50%;
  bottom: 30px;
  display: table;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item-big .image-container .countdown-timer li {
  border: 1px solid #666666;
  background-color: #ffffff;
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item-big .deal-label {
  top: 12px;
  left: 12px;
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .op-item {
  position: relative;
  border-radius: 3px;
  margin-bottom: 30px;
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .op-item .post-labels {
  top: 20px;
  left: 20px;
  position: absolute;
}

.storm-product-section .ourproducts-tab .tab-content .tab-pane .op-item:hover .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-fashion-1 .blog-section .blog-grid-item .blog-content {
  padding: 0px;
}

.home-fashion-1 .blog-section .blog-grid-item .blog-content .blog-title:hover {
  color: #f56c57;
}

.home-fashion-1 .blog-section .blog-grid-item .blog-content .post-meta ul li a:hover {
  color: #f56c57;
}

/* home fashion 1 - end
==================================================================================================== */
/* home fashion 2 - start
==================================================================================================== */
.home-fashion-2 {
  position: relative;
}

.home-fashion-2 .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.fashion2-left-body {
  top: 0;
  left: 0;
  float: left;
  bottom: 0px;
  z-index: 999;
  max-width: 20%;
  position: fixed;
  overflow-y: scroll;
  padding: 60px 30px;
  background-color: #ffffff;
  border-right: 1px solid #f0f0f0;
}

.fashion2-left-body .group-btn ul li {
  margin-right: 20px;
  position: relative;
}

.fashion2-left-body .group-btn ul li:last-child {
  margin-right: 0px;
}

.fashion2-left-body .group-btn ul li>button {
  font-size: 18px;
  position: relative;
}

.fashion2-left-body .group-btn ul li>button .item-counter {
  right: -8px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
}

.fashion2-left-body .main-menu .main-menu-list {
  margin-left: -30px;
  margin-right: -30px;
}

.fashion2-left-body .main-menu .main-menu-list>ul>li>a {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 15px 30px;
  border-bottom: 1px solid #f0f0f0;
}

.fashion2-left-body .main-menu .main-menu-list>ul>li:hover>a {
  color: var(--theme-color-maroon);
  background-color: #f7f7f7;
}

.fashion2-left-body .main-menu .main-menu-list>ul>.active>a {
  color: var(--theme-color-maroon);
  background-color: #f7f7f7;
}

.fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children {
  position: relative;
}

.fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children>a {
  position: relative;
}

.fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children>a:after {
  top: 50%;
  right: 30px;
  font-size: 16px;
  font-weight: 900;
  content: '\f105';
  position: absolute;
  color: #222222;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
  top: 0;
  left: 489px;
  width: 280px;
}

.fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
  top: 0;
  left: 420px;
  width: 280px;
}

.fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.mega-menu,
.fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list {
  top: 0;
  left: 350px;
  width: 950px;
}

.fashion2-left-body .three-btn-group li {
  font-size: 16px;
  margin-bottom: 15px;
}

.fashion2-left-body .three-btn-group li:last-child {
  margin-bottom: 0px;
}

.fashion2-left-body .three-btn-group li a {
  display: table;
  font-size: 16px;
  font-weight: 400;
}

.fashion2-left-body .three-btn-group li select {
  border: none;
}

.fashion2-left-body .footer-area ul li {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}

.fashion2-left-body .footer-area ul li:last-child {
  margin-right: 0px;
}

.fashion2-left-body .footer-area ul li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 40px;
  background-color: #f7f7f7;
}

.fashion2-left-body .footer-area ul li a:hover {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

.fashion2-left-body::-webkit-scrollbar {
  width: 0px;
}

.cart-items-sidebar,
.wishlist-items-sidebar {
  display: block;
  position: relative;
}

.cart-items-sidebar #cart-sidebar,
.cart-items-sidebar #wishlist-sidebar,
.wishlist-items-sidebar #cart-sidebar,
.wishlist-items-sidebar #wishlist-sidebar {
  top: 0;
  bottom: 0;
  left: -360px;
  height: 100%;
  z-index: 9999;
  position: fixed;
  min-width: 350px;
  max-width: 350px;
  overflow-y: scroll;
  padding-bottom: 100px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-items-sidebar #cart-sidebar .mCustomScrollBox,
.cart-items-sidebar #wishlist-sidebar .mCustomScrollBox,
.wishlist-items-sidebar #cart-sidebar .mCustomScrollBox,
.wishlist-items-sidebar #wishlist-sidebar .mCustomScrollBox {
  overflow: visible !important;
}

.cart-items-sidebar #cart-sidebar.active,
.cart-items-sidebar #wishlist-sidebar.active,
.wishlist-items-sidebar #cart-sidebar.active,
.wishlist-items-sidebar #wishlist-sidebar.active {
  left: 0px;
}

.cart-items-sidebar .overlay,
.wishlist-items-sidebar .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 998;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-items-sidebar .overlay.active,
.wishlist-items-sidebar .overlay.active {
  opacity: 1;
  display: block;
}

.cart-items-sidebar .dismiss,
.wishlist-items-sidebar .dismiss {
  top: 10px;
  right: 30px;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  line-height: normal;
  color: #ffffff;
}

.cart-items-sidebar #wishlist-sidebar,
.wishlist-items-sidebar #wishlist-sidebar {
  -webkit-box-shadow: 3px 0 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 9px 1px rgba(0, 0, 0, 0.1);
}

.cart-items-sidebar #wishlist-sidebar .sidebar-title,
.wishlist-items-sidebar #wishlist-sidebar .sidebar-title {
  margin: 0px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  padding: 15px 30px;
  color: #ffffff;
  text-transform: uppercase;
}

.cart-items-sidebar #wishlist-sidebar .wishlist-items-container.no-items,
.wishlist-items-sidebar #wishlist-sidebar .wishlist-items-container.no-items {
  padding: 30px;
}

.cart-items-sidebar #wishlist-sidebar .wishlist-items-container.no-items .empty-text,
.wishlist-items-sidebar #wishlist-sidebar .wishlist-items-container.no-items .empty-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.cart-items-sidebar #cart-sidebar .sidebar-title {
  margin: 0px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  padding: 15px 30px;
  color: #ffffff;
  text-transform: uppercase;
}

.cart-items-sidebar #cart-sidebar .cart-items-container {
  padding: 30px;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .title-text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item {
  margin-bottom: 30px;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .image-container {
  float: left;
  width: 100px;
  height: auto;
  margin-right: 15px;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .item-content {
  display: table;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .item-content .item-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .item-content .item-price strong {
  font-size: 18px;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .item-content>ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .item-content>ul>li {
  float: left;
  padding: 0px;
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .item-content>ul>li:last-child {
  margin-right: 0px;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .item-content>ul>li .quantity-input {
  width: 60px;
  height: 35px;
  padding: 0px 10px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .item-content>ul>li .quantity-input:focus {
  outline: none;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .item-content>ul>li button {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  font-weight: normal;
  border-radius: 100%;
  background-color: #f7f7f7;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .cart-item .item-content>ul>li button:hover {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

.cart-items-sidebar #cart-sidebar .cart-items-container .footer-container .total-price {
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-top: 1px solid #f0f0f0;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .footer-container .total-price strong {
  font-weight: 600;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .footer-container .footer-btns-group>ul>li {
  padding: 0px;
  margin-right: 5px;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .footer-container .footer-btns-group>ul>li:last-child {
  margin-right: 0px;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .footer-container .footer-btns-group>ul>li>a {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 30px;
  text-align: center;
  border-radius: 3px;
  color: #222222;
  background-color: #f7f7f7;
}

.cart-items-sidebar #cart-sidebar .cart-items-container .footer-container .footer-btns-group>ul>li>a:hover {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

#cart-sidebar::-webkit-scrollbar {
  width: 0px;
}

#wishlist-sidebar::-webkit-scrollbar {
  width: 0px;
}

.fashion2-right-body {
  float: right;
  width: 81.66%;
}

.home-fashion-2 .slider-section .slider-item {
  padding: 220px 0px;
}

.home-fashion-2 .slider-section .slider-item .slider-content h1 {
  font-size: 114px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-fashion-2 .slider-section .slider-item .slider-content h2 {
  font-size: 66px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-fashion-2 .slider-section .slider-item .slider-content h3 {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-fashion-2 .slider-section .slider-item .slider-content h4 {
  font-size: 30px;
  font-weight: 500;
}

.home-fashion-2 .slider-section .slider-item .slider-content p {
  font-size: 16px;
}

.home-fashion-2 .promotion-section {
  padding: 30px 0px;
}

.home-fashion-2 .promotion-section .promotion-item {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

.home-fashion-2 .promotion-section .promotion-item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-fashion-2 .promotion-section .promotion-item .promotion-content {
  top: 0;
  left: 0;
  z-index: 1;
  padding: 30px;
  position: absolute;
}

.home-fashion-2 .promotion-section .promotion-item .promotion-content h2 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-fashion-2 .promotion-section .promotion-item .promotion-content h3 {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-fashion-2 .promotion-section .promotion-item .promotion-content p {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-fashion-2 .promotion-section .promotion-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-fashion-2 .featured-section .featured-container .tab-content .tab-pane .product-item .image-container img {
  width: 100%;
  display: block;
}

.category-section .fashion2-hot-category .category-item {
  overflow: hidden;
  border-radius: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.category-section .fashion2-hot-category .category-item .category-content {
  z-index: 1;
  width: 100%;
  padding: 30px;
  display: table;
  background-color: rgba(255, 255, 255, 0.5);
}

.category-section .fashion2-hot-category .category-item .category-content ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

.category-section .fashion2-hot-category .category-item .category-content ul li {
  width: 100%;
  display: table;
  list-style: none;
  margin-bottom: 5px;
}

.category-section .fashion2-hot-category .category-item .category-content ul li a {
  font-size: 16px;
}

.featured-section .fashion-2-masonry {
  margin-left: -15px;
  margin-right: -15px;
}

.featured-section .fashion-2-masonry .grid-sizer,
.featured-section .fashion-2-masonry .grid-item {
  width: 20%;
  float: left;
  padding: 15px;
  display: inline-block;
}

.featured-section .fashion-2-masonry .grid-sizer .image-container,
.featured-section .fashion-2-masonry .grid-item .image-container {
  height: 325px;
}

.featured-section .fashion-2-masonry .grid-sizer .image-container img,
.featured-section .fashion-2-masonry .grid-item .image-container img {
  width: 100%;
  display: block;
}

.featured-section .fashion-2-masonry .grid-item-big {
  width: 40%;
}

.featured-section .fashion-2-masonry .grid-item-big .image-container {
  height: auto;
}

.featured-section .fashion-2-masonry .grid-item-big .image-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.featured-section .fashion-2-masonry .grid-item-width {
  width: 40%;
}

.featured-section .fashion-2-masonry .product-item {
  margin: 0px;
}

.featured-section .fashion-2-masonry .product-item .post-labels {
  top: 20px;
  left: 20px;
}

.featured-section .fashion-2-masonry .product-item .item-content {
  padding: 15px;
}

.featured-section .fashion-2-masonry .product-item .item-content .item-title {
  font-size: 16px;
}

.home-fashion-2 .newsletter-section .newsletter-content .form-item .form-item-btn {
  color: #ffffff;
  background: var(--theme-color-maroon);
}

.home-fashion-2 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev:hover:before,
.home-fashion-2 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next:hover:before {
  background: var(--theme-color-maroon);
}

.home-fashion-2 .footer-section .fashion-footer .footer-middle .footer-contact .social-links ul li a:hover {
  color: #ffffff;
  background-color: var(--theme-color-maroon);
}

.home-fashion-2 .footer-section .fashion-footer .footer-middle .useful-links ul li a:hover {
  color: var(--theme-color-maroon);
}

/* home fashion 2 - end
==================================================================================================== */
/* home food 1 - start
==================================================================================================== */
.home-food-1 ::-moz-selection {
  color: var(--theme-color-gold);
}

.home-food-1 ::selection {
  color: var(--theme-color-gold);
}

.home-food-1 .form-item input:focus {
  border-color: var(--theme-color-gold);
}

.home-food-1 .form-item input:focus+.form-item-btn {
  background-color: var(--theme-color-gold);
}

.home-food-1 .form-textarea {
  margin-bottom: 30px;
}

.home-food-1 .form-textarea textarea:focus {
  border-color: var(--theme-color-gold);
}

.home-food-1 .quick-view {
  background-color: rgba(242, 143, 0, 0.5);
}

.home-food-1 .quick-view:hover {
  background-color: var(--theme-color-gold);
}

.home-food-1 .post-meta ul li a:hover {
  color: var(--theme-color-gold);
}

.home-food-1 .owl-theme .owl-nav .owl-next:hover:before,
.home-food-1 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: var(--theme-color-maroon);
}

.home-food-1 .owl-theme .owl-dots .owl-dot.active span {
  background: var(--theme-color-gold);
}

.home-food-1 .plus-effect:before,
.home-food-1 .plus-effect:after {
  background-color: var(--theme-color-gold);
}

.home-food-1 .product-item .item-content .item-title:hover {
  color: var(--theme-color-gold);
}

.home-food-1 .product-item .hover-content .add-to-cart:hover {
  border-color: var(--theme-color-gold);
  background-color: var(--theme-color-gold);
}

.home-food-1 .product-item .hover-content .product-meta ul li a:hover {
  color: var(--theme-color-gold);
}

.home-food-1 .item-title:hover {
  color: var(--theme-color-gold);
}

.home-food-1 .slider-section .slider-item {
  padding: 200px 0px;
}

.home-food-1 .slider-section .slider-item .slider-content {
  text-align: center;
  width: 83%;
  margin: auto;
  padding: 40px;
  background-color: #000000b8;
}

.home-food-1 .slider-section .slider-item .slider-content h1 {
  font-size: 36px;
  color: var(--theme-color-white);
  font-weight: 800;
}

.home-food-1 .slider-section .slider-item .slider-content .dancing-script {
  font-weight: 600;
  text-transform: capitalize;
}

.home-food-1 .slider-section .slider-item .slider-content .hero-title {
  font-size: 48px;
  font-weight: 600;
  color: var(--theme-color-white);
  margin-bottom: 30px;
}

.home-food-1 .slider-section .slider-item .slider-content .hero-sub-title {
  font-size: 34px;
  font-weight: 800;
  color: var(--theme-color-brown);
  margin-bottom: 30px;
}

.home-food-1 .slider-section .slider-item .slider-content .hero-desc {
  font-size: 24px;
  color: var(--theme-color-white);
  margin-bottom: 20px;
}

.home-food-1 .slider-section .slider-item .slider-content .bg-orange:hover {
  background-color: var(--theme-color-maroon);
}

.home-food-1 .slider-section .slider-item .slider-content .tag-list ul li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

.home-food-1 .slider-section .slider-item .slider-content .tag-list ul li:after {
  top: 0;
  right: 0;
  bottom: 0;
  content: '|';
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
}

.home-food-1 .slider-section .slider-item .slider-content .tag-list ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.home-food-1 .slider-section .slider-item .slider-content .tag-list ul li:last-child:after {
  display: none;
}

.home-food-1 .slider-section .slider-item .slider-content .tag-list ul li a {
  text-transform: capitalize;
}

.home-food-1 .slider-section .slider-item .slider-content .tag-list ul li a:focus {
  outline: none;
}

.home-food-1 .slider-section .slider-item .slider-content .tag-list ul li a:hover {
  color: var(--theme-color-gold);
}

.home-food-1 .deals-section .food-deal-carousel .owl-stage-outer {
  padding: 5px 0px;
}

.home-food-1 .deals-section .food-deal-carousel .item .deal-item {
  border-color: #f0f0f0;
}

.home-food-1 .deals-section .food-deal-carousel .item .deal-item .countdown-timer {
  left: 0;
  right: 0;
  bottom: 165px;
  position: absolute;
}

.home-food-1 .deals-section .food-deal-carousel .item .deal-item .item-content .item-title {
  color: var(--theme-color-gold);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}

.deals-section .item .deal-item .image-container {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #e9f7e9;
}

.home-food-1 .deals-section .food-deal-carousel .owl-nav {
  right: 0;
  top: -77px;
  position: absolute;
}

.home-food-1 .featured-section .featured-container .digital-featured-nav li:hover a {
  color: var(--theme-color-gold);
}

.home-food-1 .featured-section .featured-container .digital-featured-nav li a.active {
  color: var(--theme-color-gold);
}

.home-food-1 .featured-section .promotion-item .promotion-img img {
  width: 100%;
  display: block;
}

.home-food-1 .trending-section .products-tab .products-tab-nav .nav li:hover a {
  color: var(--theme-color-gold);
}

.home-food-1 .trending-section .products-tab .products-tab-nav .nav li a.active {
  color: var(--theme-color-gold);
}

.home-food-1 .trending-section .products-tab .tab-content .tab-pane .product-item .product-content .product-title:hover {
  color: var(--theme-color-gold);
}

.healthy-food-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.healthy-food-section .healthy-food-carousel .item:hover .foog-image .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.healthy-food-section .healthy-food-carousel .item {
  background-color: var(--theme-color-white);
}

.healthy-food-section .healthy-food-carousel .item img {
  height: 235px;
  object-fit: contain;
  width: 100%;
}

.healthy-food-section .healthy-food-carousel .item .food-content {
  padding: 20px;
}

.healthy-food-section .healthy-food-carousel .item .food-content .rateing-star {}


.healthy-food-section .healthy-food-carousel .item .food-content .healthy-food-section .healthy-food-carousel .item .food-content ul {
  float: left;
  margin: 0px;
  padding: 0px;
}

.healthy-food-section .healthy-food-carousel .item .food-content ul li {
  float: left;
  color: #f3cd1e;
  list-style: none;
  margin-right: 2px;
  display: inline-block;
}

.healthy-food-section .healthy-food-carousel .item .food-content a {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.healthy-food-section .healthy-food-carousel .item .food-content .item-title:hover {
  color: var(--theme-color-gold);
}

.healthy-food-section .owl-theme .owl-nav {
  right: 0;
  top: -77px;
  display: table;
  position: absolute;
}

.healthy-food-section .sidebar-section .owl-theme .owl-nav {
  display: none;
}

.home-food-1 .popular-section .most-viewde-products .most-viewde-item .item-title:hover {
  color: var(--theme-color-gold);
}

.home-food-1 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next:hover:before,
.home-food-1 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev:hover:before {
  background: var(--theme-color-maroon);
}

.latest-post-section .latest-post-list ul {
  margin: 0px;
  padding: 0px;
}

.latest-post-section .latest-post-list ul .post-item {
  width: 100%;
  display: table;
  list-style: none;
  margin-bottom: 30px;
}

.latest-post-section .latest-post-list ul .post-item:last-child {
  margin-bottom: 0px;
}

.latest-post-section .latest-post-list ul .post-item .item-image {
  float: left;
  width: 130px;
  padding: 5px;
  height: 130px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.latest-post-section .latest-post-list ul .post-item .item-content {
  display: table;
}

.latest-post-section .latest-post-list ul .post-item .item-content .rateing-star {
  margin-bottom: 10px;
}

.latest-post-section .latest-post-list ul .post-item .item-content .rateing-star ul li {
  color: #f3cd1e;
  margin-right: 5px;
}

.latest-post-section .latest-post-list ul .post-item .item-content .item-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.latest-post-section .latest-post-list ul .post-item .item-content .item-price strong {
  font-size: 18px;
  font-weight: 600;
}

.latest-post-section .latest-post-list ul .post-item:hover .item-content .item-title {
  text-decoration: underline;
}

/* home food 1 - end
==================================================================================================== */
/* home food 2 - start
==================================================================================================== */
.home-food-2 ::-moz-selection {
  color: #bf0b26;
}

.home-food-2 ::selection {
  color: #bf0b26;
}

.home-food-2 .form-item input:focus {
  border-color: #bf0b26;
}

.home-food-2 .form-item input:focus+.form-item-btn {
  background-color: #bf0b26;
}

.home-food-2 .form-textarea {
  margin-bottom: 30px;
}

.home-food-2 .form-textarea textarea:focus {
  border-color: #bf0b26;
}

.home-food-2 .quick-view {
  background-color: rgba(191, 11, 38, 0.5);
}

.home-food-2 .quick-view:hover {
  background-color: #bf0b26;
}

.home-food-2 .post-meta ul li a:hover {
  color: #bf0b26;
}

.home-food-2 .owl-theme .owl-nav .owl-next:hover:before,
.home-food-2 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #bf0b26;
}

.home-food-2 .owl-theme .owl-dots .owl-dot.active span {
  background: #bf0b26;
}

.home-food-2 .plus-effect:before,
.home-food-2 .plus-effect:after {
  background-color: #bf0b26;
}

.home-food-2 .product-item .item-content .item-title:hover {
  color: #bf0b26;
}

.home-food-2 .product-item .hover-content .add-to-cart:hover {
  border-color: #bf0b26;
  background-color: #bf0b26;
}

.home-food-2 .product-item .hover-content .product-meta ul li a:hover {
  color: #bf0b26;
}

.home-food-2 .item-title:hover {
  color: #9cb130;
}

.slider-section .food-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-section .food-banner .banner-content h2 {
  font-size: 42px;
}

.slider-section .food-banner .banner-content h1 {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}

.slider-section .food-banner .banner-content h3 {
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
}

.promotion-section .food2-promotion-masonry {
  padding: 15px 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.promotion-section .food2-promotion-masonry .grid-sizer,
.promotion-section .food2-promotion-masonry .grid-item {
  float: left;
  width: 400px;
  height: 256px;
  padding: 15px;
  position: relative;
  display: inline-block;
}

.promotion-section .food2-promotion-masonry .grid-width {
  width: 800px;
  height: 241px;
}

.promotion-section .food2-promotion-masonry .grid-height {
  width: 400px;
  height: 497px;
}

.promotion-section .food2-promotion-masonry .grid-height .promotion-img {
  width: 100%;
  height: 100%;
  display: block;
}

.promotion-section .food2-promotion-masonry .grid-height .promotion-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.home-food-2 .featured-section .featured-container .digital-featured-nav li:hover a {
  color: #bf0b26;
}

.home-food-2 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #bf0b26;
}

.promotion-banner-section .food-banner .promotion-content h3 {
  font-size: 42px;
}

.promotion-banner-section .food-banner .promotion-content h2 {
  font-size: 72px;
  font-weight: 800;
}

.icecream-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.icecream-section .icecream-tebs-nav {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.icecream-section .icecream-tebs-nav li {
  z-index: 1;
  margin-bottom: -1px;
}

.icecream-section .icecream-tebs-nav li a {
  z-index: 1;
  padding: 15px 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
}

.icecream-section .icecream-tebs-nav li a:hover {
  color: #bf0b26;
}

.icecream-section .icecream-tebs-nav li .active {
  color: #bf0b26;
  border-color: #f0f0f0;
  border-bottom-color: #ffffff;
}

.icecream-section .tab-content .tab-pane {
  height: 0px;
  display: block;
  visibility: hidden;
}

.icecream-section .tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
}

.icecream-section .tab-content .owl-carousel .item:hover .foog-image .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icecream-section .tab-content .owl-carousel .item .food-content {
  padding: 15px;
}

.icecream-section .tab-content .owl-carousel .item .food-content .item-title {
  margin-bottom: 5px;
}

.icecream-section .tab-content .owl-carousel .item .food-content .item-title:hover {
  color: #bf0b26;
}

.icecream-section .tab-content .owl-carousel .item .food-content .item-price strong {
  font-size: 24px;
  font-weight: 600;
}

.icecream-section .tab-content .owl-carousel .owl-nav .owl-next,
.icecream-section .tab-content .owl-carousel .owl-nav .owl-prev {
  top: 100px;
  position: absolute;
}

.icecream-section .tab-content .owl-carousel .owl-nav .owl-next:hover:before,
.icecream-section .tab-content .owl-carousel .owl-nav .owl-prev:hover:before {
  background-color: #bf0b26;
}

.icecream-section .tab-content .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}

.icecream-section .tab-content .owl-carousel .owl-nav .owl-next {
  right: -50px;
}

.local-menu-section .local-menu-list ul li {
  margin-bottom: 20px;
}

.local-menu-section .local-menu-list ul li:last-child {
  margin-bottom: 0px;
}

.local-menu-section .local-menu-list ul li a {
  width: 100%;
  display: block;
  position: relative;
  padding-right: 30px;
}

.local-menu-section .local-menu-list ul li a i {
  margin-right: 10px;
}

.local-menu-section .local-menu-list ul li a:after {
  top: 50%;
  right: 15px;
  font-size: 16px;
  content: '\f105';
  font-weight: 900;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
}

.local-menu-section .local-menu-list ul li a:hover {
  color: #bf0b26;
}

.local-menu-section .local-menu-list ul li .active {
  color: #bf0b26;
}

.local-menu-section .tab-content .tab-pane {
  padding: 15px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.local-menu-section .tab-content .tab-pane .local-item {
  padding: 15px;
  margin: 15px 0px;
  background-color: #ffffff;
}

.local-menu-section .tab-content .tab-pane .local-item .item-image {
  float: left;
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 3px;
}

.local-menu-section .tab-content .tab-pane .local-item .item-content {
  display: table;
}

.local-menu-section .tab-content .tab-pane .local-item .item-content .item-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.local-menu-section .tab-content .tab-pane .local-item .item-content .item-title:hover {
  color: #bf0b26;
}

.local-menu-section .tab-content .tab-pane .local-item .item-content .item-price strong {
  font-size: 18px;
  font-weight: 600;
}

.home-food-2 .popular-section .most-viewde-products .most-viewde-item .item-title:hover {
  color: #bf0b26;
}

.home-food-2 .blog-section .blog-grid-item-2:hover .blog-content .blog-title {
  color: #bf0b26;
}

.home-food-2 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next:hover:before,
.home-food-2 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #bf0b26;
}

.home-food-2 .brand-logo-section .digital-brandlogo .owl-theme .owl-dots .owl-dot.active span {
  background: #bf0b26;
}

.home-food-2 .footer-section .food-footer .footer-middle .useful-links ul li a:hover {
  color: #bf0b26;
}

.home-food-2 .footer-section .food-footer .footer-bottom .social-links ul li a:hover {
  color: #bf0b26;
}

/* home food 2 - end
==================================================================================================== */
/* home furniture 1 - start
==================================================================================================== */
.home-furniture-1 ::-moz-selection {
  color: #4bba5b;
}

.home-furniture-1 ::selection {
  color: #4bba5b;
}

.home-furniture-1 .form-item input:focus {
  border-color: #4bba5b;
}

.home-furniture-1 .form-item input:focus+.form-item-btn {
  background-color: #4bba5b;
}

.home-furniture-1 .form-textarea {
  margin-bottom: 30px;
}

.home-furniture-1 .form-textarea textarea:focus {
  border-color: #4bba5b;
}

.home-furniture-1 .quick-view {
  background-color: rgba(75, 186, 91, 0.5);
}

.home-furniture-1 .quick-view:hover {
  background-color: #4bba5b;
}

.home-furniture-1 .post-meta ul li a:hover {
  color: #4bba5b;
}

.home-furniture-1 .owl-theme .owl-nav .owl-next:hover:before,
.home-furniture-1 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #4bba5b;
}

.home-furniture-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #4bba5b;
}

.home-furniture-1 .plus-effect:before,
.home-furniture-1 .plus-effect:after {
  background-color: #4bba5b;
}

.home-furniture-1 .product-item .item-content .item-title:hover {
  color: #4bba5b;
}

.home-furniture-1 .product-item .hover-content .add-to-cart:hover {
  border-color: #4bba5b;
  background-color: #4bba5b;
}

.home-furniture-1 .product-item .hover-content .product-meta ul li a:hover {
  color: #4bba5b;
}

.home-furniture-1 .item-title:hover {
  color: #4bba5b;
}

.slider-section .furniture-masonry .grid-sizer,
.slider-section .furniture-masonry .grid-item {
  width: 25%;
  height: 350px;
  overflow: hidden;
}

.slider-section .furniture-masonry .grid-item {
  float: left;
  position: relative;
  display: inline-block;
}

.slider-section .furniture-masonry .grid-item img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-section .furniture-masonry .grid-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slider-section .furniture-masonry .grid-item .item-content {
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  padding: 0px 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-section .furniture-masonry .grid-item .item-content .price-text {
  font-size: 16px;
}

.slider-section .furniture-masonry .grid-item .item-content .price-text strong {
  font-size: 24px;
  font-weight: 600;
}

.slider-section .furniture-masonry .grid-item-big {
  width: 50%;
  height: 700px;
}

.slider-section .furniture-masonry .grid-item-width {
  width: 50%;
  height: 350px;
}

.slider-section .furniture-masonry .grid-item .furniture-slider .item {
  padding: 195px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-section .furniture-masonry .grid-item .furniture-slider .item .slider-content {
  margin: 0 auto;
  display: table;
  max-width: 600px;
}

.slider-section .furniture-masonry .grid-item .furniture-slider .item .slider-content h3 {
  font-size: 36px;
  font-weight: 600;
}

.slider-section .furniture-masonry .grid-item .furniture-slider .item .slider-content h1 {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.slider-section .furniture-masonry .grid-item .furniture-slider .item .slider-content h2 {
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
}

.slider-section .furniture-masonry .grid-item .furniture-slider .owl-dots {
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0px;
  position: absolute;
}

.furniture-brand-section .furniture-brand-menu ul li {
  width: 16.6667%;
}

.furniture-brand-section .furniture-brand-menu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 15px;
  text-align: center;
  position: relative;
  color: #ffffff;
}

.furniture-brand-section .furniture-brand-menu ul li a .icon {
  width: 100%;
  height: 65px;
  display: table;
  line-height: 65px;
  text-align: center;
  margin-bottom: 15px;
}

.furniture-brand-section .furniture-brand-menu ul li a:before {
  width: 0;
  height: 0;
  left: 50%;
  opacity: 0;
  content: '';
  bottom: -35px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 20px solid #4bba5b;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.furniture-brand-section .furniture-brand-menu ul li .active:before {
  opacity: 1;
  bottom: -40px;
}

.furniture-brand-section .furniture-items-list>ul {
  width: 100%;
  display: table;
}

.furniture-brand-section .furniture-items-list>ul>li {
  width: 20%;
  float: left;
  padding: 30px;
  text-align: center;
  display: inline-block;
}

.furniture-brand-section .furniture-items-list>ul>li .item-price strong {
  font-size: 24px;
  font-weight: 600;
}

.furniture-brand-section .furniture-items-list>ul>li:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-furniture-1 .featured-section .featured-container .digital-featured-nav li a:hover {
  color: #4bba5b;
}

.home-furniture-1 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #4bba5b;
}

.promotion-banner-section .furniture-banner {
  padding: 200px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.promotion-banner-section .furniture-banner .promotion-content h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.promotion-banner-section .furniture-banner .promotion-content h2 {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.trending-section .top-rated-furniture,
.trending-section .new-furniture-arrival {
  position: relative;
}

.trending-section .top-rated-furniture .owl-theme .owl-nav,
.trending-section .new-furniture-arrival .owl-theme .owl-nav {
  right: 0;
  top: -77px;
  display: table;
  position: absolute;
}

.trending-section .new-furniture-arrival .new-furniture-carousel .item .new-furniture-item {
  position: relative;
  margin-bottom: 30px;
}

.trending-section .new-furniture-arrival .new-furniture-carousel .item .new-furniture-item .post-labels {
  top: 10px;
  left: 10px;
  position: absolute;
}

.trending-section .new-furniture-arrival .new-furniture-carousel .item .new-furniture-item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.trending-section .top-rated-furniture .top-rated-furniture-carousel .item .top-rated-furniture-item {
  position: relative;
  margin-bottom: 30px;
}

.trending-section .top-rated-furniture .top-rated-furniture-carousel .item .top-rated-furniture-item .post-labels {
  top: 10px;
  left: 10px;
  position: absolute;
}

.trending-section .top-rated-furniture .top-rated-furniture-carousel .item .top-rated-furniture-item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.trending-section .top-rated-furniture .top-rated-furniture-carousel .item .top-rated-furniture-item .item-content {
  position: relative;
}

.trending-section .top-rated-furniture .top-rated-furniture-carousel .item .top-rated-furniture-item .item-content .rateing-star {
  left: 50%;
  top: -40px;
  display: table;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.trending-section .top-rated-furniture .top-rated-furniture-carousel .item .top-rated-furniture-item .item-content .rateing-star ul {
  float: left;
  margin: 0px;
  padding: 0px;
}

.trending-section .top-rated-furniture .top-rated-furniture-carousel .item .top-rated-furniture-item .item-content .rateing-star ul li {
  float: left;
  color: #f3cd1e;
  list-style: none;
  margin-right: 2px;
  display: inline-block;
}

.home-furniture-1 .popular-section .most-viewde-products .most-viewde-item .item-title:hover {
  color: #4bba5b;
}

.home-furniture-1 .brand-logo-section .digital-brandlogo .brand-logo-carousel .item a {
  width: 100%;
  height: auto;
  line-height: unset;
}

.home-furniture-1 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev:hover:before,
.home-furniture-1 .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next:hover:before {
  background-color: #4bba5b;
}

.home-furniture-1 .blog-section .blog-grid-item-2 .blog-content .blog-title:hover {
  color: #4bba5b;
}

.home-furniture-1 .blog-section .blog-grid-item-2:hover .blog-title {
  color: #4bba5b;
}

/* home furniture 1 - end
==================================================================================================== */
/* home furniture 2 - start
==================================================================================================== */
.home-furniture-2 ::-moz-selection {
  color: #9cb130;
}

.home-furniture-2 ::selection {
  color: #9cb130;
}

.home-furniture-2 .form-item input:focus {
  border-color: #9cb130;
}

.home-furniture-2 .form-item input:focus+.form-item-btn {
  background-color: #9cb130;
}

.home-furniture-2 .form-textarea {
  margin-bottom: 30px;
}

.home-furniture-2 .form-textarea textarea:focus {
  border-color: #9cb130;
}

.home-furniture-2 .quick-view {
  background-color: rgba(156, 177, 48, 0.5);
}

.home-furniture-2 .quick-view:hover {
  background-color: #9cb130;
}

.home-furniture-2 .post-meta ul li a:hover {
  color: #9cb130;
}

.home-furniture-2 .owl-theme .owl-nav .owl-next:hover:before,
.home-furniture-2 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #9cb130 !important;
}

.home-furniture-2 .owl-theme .owl-dots .owl-dot.active span {
  background: #9cb130;
}

.home-furniture-2 .plus-effect:before,
.home-furniture-2 .plus-effect:after {
  background-color: #9cb130;
}

.home-furniture-2 .product-item .item-content .item-title:hover {
  color: #9cb130;
}

.home-furniture-2 .product-item .hover-content .add-to-cart:hover {
  border-color: #9cb130;
  background-color: #9cb130;
}

.home-furniture-2 .product-item .hover-content .product-meta ul li a:hover {
  color: #9cb130;
}

.home-furniture-2 .item-title:hover {
  color: #9cb130;
}

.home-furniture-2 .slider-section .slider-item {
  padding: 150px 0px;
}

.home-furniture-2 .slider-section .slider-item h1 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-furniture-2 .slider-section .slider-item h1 strong {
  font-weight: 800;
}

.home-furniture-2 .slider-section .slider-item h2 {
  font-size: 42px;
  font-weight: 600;
}

.home-furniture-2 .featured-section .featured-container .digital-featured-nav li a:hover {
  color: #9cb130;
}

.home-furniture-2 .featured-section .featured-container .digital-featured-nav li .active {
  color: #9cb130;
}

.popular-section .best-seller-furniture .best-seller-item {
  position: relative;
}

.popular-section .best-seller-furniture .best-seller-item .best-seller-label {
  top: -3px;
  left: -3px;
}

.popular-section .best-seller-furniture .best-seller-item .best-seller-label-2 {
  top: -3px;
  right: -3px;
}

.popular-section .best-seller-furniture .best-seller-item .item-content {
  width: 60%;
}

.popular-section .best-seller-furniture .best-seller-item .item-content {
  width: 40%;
  padding: 60px 30px;
}

.popular-section .best-seller-furniture .best-seller-item .item-content .item-tag {
  width: 100%;
  display: table;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.popular-section .best-seller-furniture .best-seller-item .item-content .item-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
}

.popular-section .best-seller-furniture .best-seller-item .item-content .color-list ul li {
  margin-right: 10px;
}

.popular-section .best-seller-furniture .best-seller-item .item-content .color-list ul li:last-child {
  margin-right: 0px;
}

.popular-section .best-seller-furniture .best-seller-item .item-content .color-list ul li a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

.home-furniture-2 .blog-section .blog-3-item-list .blog-grid-item-3 .blog-content .read-more:hover {
  color: #9cb130;
}

.home-furniture-2 .blog-section .blog-3-item-list .blog-grid-item-3:hover .blog-content .blog-title {
  color: #9cb130;
}

.home-furniture-2 .footer-section .furniture-footer .footer-top .footer-contact .social-links ul li a:hover {
  background-color: #9cb130;
}

.home-furniture-2 .footer-section .furniture-footer .footer-top .useful-links ul li a:hover {
  color: #9cb130;
}

.home-furniture-2 .footer-section .furniture-footer .footer-bottom .social-links ul li a:hover {
  color: #9cb130;
}

/* home furniture 2 - end
==================================================================================================== */
/* home jewellry 1 - start
==================================================================================================== */
.home-jewellry-1 ::-moz-selection {
  color: #c09749;
}

.home-jewellry-1 ::selection {
  color: #c09749;
}

.home-jewellry-1 .form-item input:focus {
  border-color: #c09749;
}

.home-jewellry-1 .form-item input:focus+.form-item-btn {
  background-color: #c09749;
}

.home-jewellry-1 .form-textarea {
  margin-bottom: 30px;
}

.home-jewellry-1 .form-textarea textarea:focus {
  border-color: #c09749;
}

.home-jewellry-1 .quick-view {
  background-color: rgba(192, 151, 73, 0.5);
}

.home-jewellry-1 .quick-view:hover {
  background-color: #c09749;
}

.home-jewellry-1 .post-meta ul li a:hover {
  color: #c09749;
}

.home-jewellry-1 .owl-theme .owl-nav .owl-next:hover:before,
.home-jewellry-1 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #c09749;
}

.home-jewellry-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #c09749;
}

.home-jewellry-1 .plus-effect:before,
.home-jewellry-1 .plus-effect:after {
  background-color: #c09749;
}

.home-jewellry-1 .product-item .item-content .item-title:hover {
  color: #c09749;
}

.home-jewellry-1 .product-item .hover-content .add-to-cart:hover {
  border-color: #c09749;
  background-color: #c09749;
}

.home-jewellry-1 .product-item .hover-content .product-meta ul li a:hover {
  color: #c09749;
}

.home-jewellry-1 .item-title:hover {
  color: #c09749;
}

.home-jewellry-1 .slider-section .slider-item .overlay-black {
  padding: 220px 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.home-jewellry-1 .slider-section .slider-item .slider-content h1 {
  font-size: 66px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-jewellry-1 .slider-section .slider-item .slider-content h2 {
  font-size: 36px;
  font-weight: 600;
  font-style: italic;
}

.home-jewellry-1 .slider-section .slider-item .slider-content p {
  font-size: 16px;
}

.home-jewellry-1 .promotion-section .container-fluid {
  padding: 30px;
}

.category-section .jewellry-categories-masonry {
  width: 100%;
  display: table;
  margin: 0px -15px;
}

.category-section .jewellry-categories-masonry .grid-sizer,
.category-section .jewellry-categories-masonry .grid-item {
  float: left;
  width: 25%;
  height: 319px;
  display: inline-block;
}

.category-section .jewellry-categories-masonry .grid-item {
  padding: 15px;
  position: relative;
}

.category-section .jewellry-categories-masonry .grid-item .image-container {
  position: relative;
}

.category-section .jewellry-categories-masonry .grid-item .image-container img {
  width: 100%;
  display: block;
}

.category-section .jewellry-categories-masonry .grid-item .image-container:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.category-section .jewellry-categories-masonry .grid-item .item-title {
  left: 50%;
  z-index: 2;
  bottom: 30px;
  display: table;
  font-size: 18px;
  position: absolute;
  color: #222222;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.category-section .jewellry-categories-masonry .grid-item:hover .image-container:before {
  opacity: 1;
}

.category-section .jewellry-categories-masonry .grid-item:hover .item-title {
  bottom: 60px;
  color: #ffffff;
  text-decoration: underline;
}

.category-section .jewellry-categories-masonry .grid-item:hover .item-title:hover {
  color: #c09749;
}

.category-section .jewellry-categories-masonry .grid-item-big {
  width: 50%;
  height: 638px;
}

.category-section .jewellry-categories-masonry .grid-item-tall {
  width: 25%;
  height: 638px;
}

.home-jewellry-1 .featured-section .featured-container .digital-featured-nav li a:hover {
  color: #c09749;
}

.home-jewellry-1 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #c09749;
}

.promotion-banner-section .jewellry-banner-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.promotion-banner-section .jewellry-banner-1 .overlay-black {
  background-color: rgba(0, 0, 0, 0.2);
}

.promotion-banner-section .jewellry-banner-1 .promotion-video iframe {
  width: 100%;
  border: none;
  outline: none;
  height: 450px;
}

.promotion-banner-section .jewellry-banner-1 .promotion-video .owl-theme .owl-nav .owl-next,
.promotion-banner-section .jewellry-banner-1 .promotion-video .owl-theme .owl-nav .owl-prev {
  top: 50%;
  width: 40px;
  margin: 0px;
  height: 100px;
  border-radius: 0px;
  position: absolute;
  color: transparent;
  background: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promotion-banner-section .jewellry-banner-1 .promotion-video .owl-theme .owl-nav .owl-next:before,
.promotion-banner-section .jewellry-banner-1 .promotion-video .owl-theme .owl-nav .owl-prev:before {
  line-height: 100px;
  color: #ffffff;
  background-color: transparent;
}

.promotion-banner-section .jewellry-banner-1 .promotion-video .owl-theme .owl-nav .owl-next:hover:before,
.promotion-banner-section .jewellry-banner-1 .promotion-video .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}

.promotion-banner-section .jewellry-banner-1 .promotion-video .owl-theme .owl-nav .owl-prev {
  left: 0;
}

.promotion-banner-section .jewellry-banner-1 .promotion-video .owl-theme .owl-nav .owl-next {
  right: 0px;
}

.promotion-banner-section .jewellry-banner-1 .promotion-content {
  padding: 77px 0px;
}

.promotion-banner-section .jewellry-banner-1 .promotion-content h3 {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
}

.promotion-banner-section .jewellry-banner-1 .promotion-content h2 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.promotion-banner-section .jewellry-banner-1 .promotion-content p {
  font-size: 16px;
  color: #ffffff;
}

.promotion-banner-section .jewellry-banner-1 .promotion-content .link-btns ul li {
  margin-right: 15px;
}

.promotion-banner-section .jewellry-banner-1 .promotion-content .link-btns ul li:last-child {
  margin-right: 0px;
}

.promotion-banner-section .jewellry-banner-1 .promotion-content .link-btns ul li .view-more {
  height: 50px;
  color: #ffffff;
  font-weight: 600;
  overflow: hidden;
  line-height: 50px;
  padding: 0px 35px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #c09749;
}

.promotion-banner-section .jewellry-banner-1 .promotion-content .link-btns ul li .view-more:hover {
  background-color: #c09749;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.popular-section .jewellry-bestseller-carousel .item {
  position: relative;
}

.popular-section .jewellry-bestseller-carousel .item .post-labels {
  top: 10px;
  left: 10px;
  position: absolute;
}

.popular-section .jewellry-bestseller-carousel .item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-jewellry-1 .popular-section .owl-theme .owl-nav {
  right: 0;
  top: -77px;
  position: absolute;
}

/* home jewellry 1 - end
==================================================================================================== */
/* home jewellry 2 - start
==================================================================================================== */
.home-jewellry-2 {
  color: #cccccc;
  background-color: #191919;
}

.home-jewellry-2 ::-moz-selection {
  color: #222222;
  background: #ff0000;
}

.home-jewellry-2 ::selection {
  color: #222222;
  background: #ff0000;
}

.home-jewellry-2 a,
.home-jewellry-2 button,
.home-jewellry-2 h1,
.home-jewellry-2 h2,
.home-jewellry-2 h3,
.home-jewellry-2 h4,
.home-jewellry-2 h5,
.home-jewellry-2 h6 {
  color: #ffffff;
}

.home-jewellry-2 .custom-btn,
.home-jewellry-2 .image-container {
  border-radius: 0px;
}

.home-jewellry-2 .promotion-item {
  border-radius: 0px;
}

.home-jewellry-2 .promotion-item .promotion-img {
  border-radius: 0px;
}

.home-jewellry-2 .form-item input {
  border-radius: 0px;
}

.home-jewellry-2 .form-item input:focus {
  border-color: #ff0000;
}

.home-jewellry-2 .form-item input:focus+.form-item-btn {
  background-color: #ff0000;
}

.home-jewellry-2 .form-item .form-item-btn {
  border-radius: 0px;
}

.home-jewellry-2 .form-textarea {
  margin-bottom: 30px;
}

.home-jewellry-2 .form-textarea textarea {
  border-radius: 0px;
}

.home-jewellry-2 .form-textarea textarea:focus {
  border-color: #ff0000;
}

.home-jewellry-2 .quick-view {
  background-color: rgba(255, 0, 0, 0.5);
}

.home-jewellry-2 .quick-view:hover {
  background-color: red;
}

.home-jewellry-2 .post-meta ul li a:hover {
  color: #ff0000;
}

.home-jewellry-2 .owl-theme .owl-nav .owl-next,
.home-jewellry-2 .owl-theme .owl-nav .owl-prev {
  border-radius: 0px;
}

.home-jewellry-2 .owl-theme .owl-nav .owl-next:hover:before,
.home-jewellry-2 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #ff0000;
}

.home-jewellry-2 .owl-theme .owl-dots .owl-dot.active span {
  background: #ff0000;
}

.home-jewellry-2 .plus-effect:before,
.home-jewellry-2 .plus-effect:after {
  background-color: #ff0000;
}

.home-jewellry-2 .product-item {
  border-radius: 0px;
  background-color: #000000;
}

.home-jewellry-2 .product-item .item-content .item-title:hover {
  color: #ff0000;
}

.home-jewellry-2 .product-item .hover-content {
  border-radius: 0px;
  background-color: #000000;
}

.home-jewellry-2 .product-item .hover-content .add-to-cart:hover {
  border-color: #ff0000;
  background-color: #ff0000;
}

.home-jewellry-2 .product-item .hover-content .product-meta ul li a:hover {
  color: #ff0000;
}

.home-jewellry-2 .item-title:hover {
  color: #ff0000;
}

.home-jewellry-2 .item-price strong {
  color: #ffffff;
}

.home-jewellry-2 .mobile-menu-wrapper #sidebar .sidebar-title h2 {
  color: #222222;
}

.home-jewellry-2 .mobile-menu-wrapper #sidebar .btns-group ul li a {
  color: #222222;
}

.home-jewellry-2 .mobile-menu-wrapper #sidebar .btns-group ul li a:hover {
  color: var(--theme-color-maroon);
}

.home-jewellry-2 .mobile-menu-wrapper #sidebar .home-pages>ul>li>a {
  color: #222222;
}

.home-jewellry-2 .mobile-menu-wrapper #sidebar .home-pages>ul>li>a:hover {
  color: var(--theme-color-maroon);
}

.home-jewellry-2 .mobile-menu-wrapper #sidebar .home-pages>ul>li .sub-menu>li a {
  color: #222222;
}

.home-jewellry-2 .mobile-menu-wrapper #sidebar .home-pages>ul>li .sub-menu>li a:hover {
  color: var(--theme-color-maroon);
}

.home-jewellry-2 .mobile-menu-wrapper #sidebar .login-signup ul li a {
  color: #222222;
}

.home-jewellry-2 .mobile-menu-wrapper #sidebar .login-signup ul li a:hover {
  color: var(--theme-color-maroon);
}

.jewellry-slider-section .jewellry-category-menu .menu-title {
  font-size: 18px;
  text-transform: uppercase;
}

.jewellry-slider-section .jewellry-category-menu .menu-title i {
  font-weight: 400;
  margin-right: 15px;
}

.jewellry-slider-section .jewellry-category-menu>ul>li {
  width: 100%;
  display: table;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.jewellry-slider-section .jewellry-category-menu>ul>li:last-child {
  border-bottom: none;
}

.jewellry-slider-section .jewellry-category-menu>ul>li>a {
  width: 100%;
  display: block;
  color: #cccccc;
  font-size: 16px;
  padding: 15px 0px;
  font-weight: 500;
  text-transform: uppercase;
}

.jewellry-slider-section .jewellry-category-menu>ul>li>a:hover {
  color: #ffffff;
}

.jewellry-slider-section .jewellry-category-menu>ul>li>a .icon {
  float: left;
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu {
  position: relative;
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>a {
  position: relative;
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>a:after {
  top: 50%;
  right: 0;
  color: #cccccc;
  font-size: 16px;
  font-weight: 900;
  content: '\f054';
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu:hover>a {
  color: #ff0000;
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu {
  top: 0px;
  left: 270px;
  opacity: 0;
  z-index: 999;
  height: auto;
  width: 1000px;
  padding: 15px;
  visibility: hidden;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: center center;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li {
  width: 25%;
  float: left;
  margin: 0px;
  padding: 15px;
  display: inline-block;
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li .title-text {
  width: 100%;
  display: table;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li {
  width: 100%;
  display: table;
  margin-bottom: 8px;
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li:last-child {
  margin-bottom: 0px;
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #ff0000;
}

.jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.jewellry-slider-section .jewellry-carousel .item {
  padding: 150px 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.jewellry-slider-section .jewellry-carousel .item .slider-content h1 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

.jewellry-slider-section .jewellry-carousel .item .slider-content h2 {
  font-size: 24px;
  font-style: italic;
}

.jewellry-slider-section .jewellry-carousel .item .slider-content p {
  font-size: 16px;
}

.jewellry-slider-section .owl-theme .owl-dots {
  left: 50%;
  margin: 0px;
  bottom: 15px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.deals-section .jewellry-deals-carousel .item {
  padding: 15px 0px;
  background-color: #000000;
}

.deals-section .jewellry-deals-carousel .item>ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.deals-section .jewellry-deals-carousel .item>ul>li {
  width: 50%;
  float: left;
  list-style: none;
  padding: 0px 15px;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.deals-section .jewellry-deals-carousel .item>ul>li:last-child {
  border-right: none;
}

.deals-section .jewellry-deals-carousel .item>ul>li .image-container {
  width: 50%;
  float: left;
}

.deals-section .jewellry-deals-carousel .item>ul>li .item-content {
  width: 50%;
  display: table;
  padding: 0px 15px;
}

.deals-section .jewellry-deals-carousel .item>ul>li .item-content .item-title {
  font-size: 16px;
  font-weight: 500;
}

.deals-section .jewellry-deals-carousel .item>ul>li .item-content .item-price strong {
  font-size: 18px;
}

.deals-section .jewellry-deals-carousel .item>ul>li .item-content .cart-btn {
  color: #cccccc;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border: 2px solid #cccccc;
}

.deals-section .jewellry-deals-carousel .item>ul>li .item-content .cart-btn:hover {
  color: #ffffff;
  border-color: #ff0000;
  background-color: #ff0000;
}

.home-jewellry-2 .deals-section .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  display: table;
  position: absolute;
}

.category-section .jewellry2-categories-masonry {
  margin: 0px -15px;
}

.category-section .jewellry2-categories-masonry .grid-sizer,
.category-section .jewellry2-categories-masonry .grid-item {
  float: left;
  display: inline-block;
}

.category-section .jewellry2-categories-masonry .grid-item {
  width: 25%;
  padding: 15px;
  overflow: hidden;
  position: relative;
}

.category-section .jewellry2-categories-masonry .grid-item .image-container img {
  width: 100%;
  display: block;
}

.category-section .jewellry2-categories-masonry .grid-item .image-container:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.category-section .jewellry2-categories-masonry .grid-item .item-title {
  top: 30px;
  left: 30px;
  z-index: 2;
  display: table;
  font-size: 18px;
  position: absolute;
  color: #ffffff;
}

.category-section .jewellry2-categories-masonry .grid-item:hover .image-container:before {
  opacity: 1;
}

.category-section .jewellry2-categories-masonry .grid-item:hover .item-title {
  color: #ff0000;
}

.category-section .jewellry2-categories-masonry .grid-item-big {
  width: 50%;
}

.category-section .jewellry2-categories-masonry .grid-item-width {
  width: 50%;
}

.home-jewellry-2 .featured-section .featured-container .digital-featured-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-jewellry-2 .featured-section .featured-container .digital-featured-nav li a {
  color: #cccccc;
}

.home-jewellry-2 .featured-section .featured-container .digital-featured-nav li:hover a {
  color: #ff0000;
}

.home-jewellry-2 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #ff0000;
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: #191919;
}

.home-jewellry-2 .popular-section .jewellry-bestseller-carousel .item {
  background-color: #000000;
}

.home-jewellry-2 .popular-section .jewellry-bestseller-carousel .item .item-content {
  padding: 15px 10px;
}

.home-jewellry-2 .popular-section .jewellry-bestseller-carousel .item .item-content .item-title {
  font-size: 16px;
  font-weight: 500;
}

.home-jewellry-2 .popular-section .jewellry-bestseller-carousel .item .item-content .item-price strong {
  font-size: 18px;
  font-weight: 500;
}

.home-jewellry-2 .popular-section .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  display: table;
  position: absolute;
}

.home-jewellry-2 .jewellry-footer .footer-top {
  background-color: #000000;
}

.home-jewellry-2 .jewellry-footer .footer-top .item .icon {
  color: #ffffff;
}

.home-jewellry-2 .jewellry-footer .footer-newsletter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-jewellry-2 .jewellry-footer .footer-newsletter .newsletter-form .form-item .submit-btn {
  border-radius: 0px;
}

.home-jewellry-2 .jewellry-footer .footer-middle .footer-contact .social-links ul li {
  border-radius: 0px;
}

.home-jewellry-2 .jewellry-footer .footer-middle .footer-contact .social-links ul li a {
  color: #ffffff;
  background-color: #000000;
}

.home-jewellry-2 .jewellry-footer .footer-middle .footer-contact .social-links ul li a:hover {
  color: #ffffff;
  background-color: #ff0000;
}

.home-jewellry-2 .jewellry-footer .footer-middle .useful-links ul li a:hover {
  color: #ff0000;
}

.home-jewellry-2 .jewellry-footer .footer-bottom {
  background-color: #000000;
}

/* home jewellry 2 - end
==================================================================================================== */
/* home shoes 1 - start
==================================================================================================== */
.home-shoes-1 ::-moz-selection {
  color: #ffffff;
  background: #000000;
}

.home-shoes-1 ::selection {
  color: #ffffff;
  background: #000000;
}

.home-shoes-1 .form-item input:focus {
  border-color: #000000;
}

.home-shoes-1 .form-item input:focus+.form-item-btn {
  background-color: #000000;
}

.home-shoes-1 .form-textarea {
  margin-bottom: 30px;
}

.home-shoes-1 .form-textarea textarea:focus {
  border-color: #000000;
}

.home-shoes-1 .quick-view {
  background-color: rgba(0, 0, 0, 0.5);
}

.home-shoes-1 .quick-view:hover {
  background-color: black;
}

.home-shoes-1 .post-meta ul li a:hover {
  color: #000000;
}

.home-shoes-1 .owl-theme .owl-nav .owl-next:hover:before,
.home-shoes-1 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #000000;
}

.home-shoes-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #000000;
}

.home-shoes-1 .plus-effect:before,
.home-shoes-1 .plus-effect:after {
  background-color: #000000;
}

.home-shoes-1 .product-item .item-content .item-title:hover {
  color: #000000;
}

.home-shoes-1 .product-item .hover-content .add-to-cart:hover {
  border-color: #000000;
  background-color: #000000;
}

.home-shoes-1 .product-item .hover-content .product-meta ul li a:hover {
  color: #000000;
}

.home-shoes-1 .item-title:hover {
  color: #000000;
  text-decoration: underline;
}

.home-shoes-1 .slider-section .slider-item {
  padding: 170px 0px;
}

.home-shoes-1 .slider-section .slider-item .slider-content h1 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(1, 1, 1, 0.2);
}

.home-shoes-1 .slider-section .slider-item .slider-content h2 {
  font-size: 36px;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(1, 1, 1, 0.2);
}

.home-shoes-1 .slider-section .slider-item .slider-content h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(1, 1, 1, 0.2);
}

.home-shoes-1 .slider-section .slider-item .slider-content p {
  font-size: 16px;
}

.home-shoes-1 .promotion-section .container-fluid {
  padding: 15px 30px;
}

.promotion-section .sports-shoes-masonry {
  margin: 0px -15px;
}

.promotion-section .sports-shoes-masonry .grid-sizer,
.promotion-section .sports-shoes-masonry .grid-item {
  float: left;
  display: inline-block;
}

.promotion-section .sports-shoes-masonry .grid-item {
  width: 25%;
  height: auto;
  padding: 15px;
  overflow: hidden;
  position: relative;
}

.promotion-section .sports-shoes-masonry .grid-item .image-container img {
  width: 100%;
  display: block;
}

.promotion-section .sports-shoes-masonry .grid-item .item-content {
  top: 15px;
  opacity: 0;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 45px;
  border-radius: 3px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
}

.promotion-section .sports-shoes-masonry .grid-item .item-content:hover {
  opacity: 1;
  visibility: visible;
}

.promotion-section .sports-shoes-masonry .grid-item .item-content .view-btn {
  top: 15px;
  right: 15px;
  line-height: 0;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  color: #ffffff;
}

.promotion-section .sports-shoes-masonry .grid-item .item-content .view-btn:hover {
  color: #000000;
}

.promotion-section .sports-shoes-masonry .grid-item .item-content .title-text {
  left: 50%;
  bottom: 0px;
  padding: 30px;
  display: table;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.promotion-section .sports-shoes-masonry .grid-item .item-content .title-text .btns-group .cart-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 3px;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #222222;
}

.promotion-section .sports-shoes-masonry .grid-item .item-content .title-text .btns-group .cart-btn:hover {
  background-color: #000000;
}

.promotion-section .sports-shoes-masonry .grid-item .item-content .title-text .btns-group ul li {
  margin-right: 20px;
}

.promotion-section .sports-shoes-masonry .grid-item .item-content .title-text .btns-group ul li:last-child {
  margin-right: 0px;
}

.promotion-section .sports-shoes-masonry .grid-item .item-content .title-text .btns-group ul li a {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}

.promotion-section .sports-shoes-masonry .grid-item .item-content .title-text .btns-group ul li a:hover {
  color: #000000;
}

.promotion-section .sports-shoes-masonry .grid-item .item-content .title-text h2 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.promotion-section .sports-shoes-masonry .grid-item:hover .item-content {
  opacity: 1;
  visibility: visible;
}

.promotion-section .sports-shoes-masonry .grid-item-big {
  width: 50%;
  position: relative;
}

.promotion-section .sports-shoes-masonry .grid-item-big .big-item-content {
  left: 0;
  right: 0;
  top: 50%;
  padding: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promotion-section .sports-shoes-masonry .grid-item-big .big-item-content h2 {
  font-size: 102px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.promotion-section .sports-shoes-masonry .grid-item-big .big-item-content h3 {
  font-size: 54px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.promotion-section .sports-shoes-masonry .grid-item-big .big-item-content a {
  font-size: 18px;
  padding: 15px 45px;
  border-radius: 3px;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.promotion-section .sports-shoes-masonry .grid-item-big .big-item-content a:hover {
  border-color: #000000;
  background-color: #000000;
}

.home-shoes-1 .hot-product-section .deal-item {
  background-color: #f7f7f7;
  border: 2px solid #000000;
}

.home-shoes-1 .hot-product-section .deal-item .item-content .progress .progress-bar {
  background-color: #000000;
}

.home-shoes-1 .hot-product-section .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  position: absolute;
}

.hot-product-section .hot-shoes-carousel .item .image-container .post-labels {
  top: 15px;
  left: 15px;
  position: absolute;
}

.hot-product-section .hot-shoes-carousel .item .item-content {
  padding: 15px;
}

.hot-product-section .hot-shoes-carousel .item .item-content .rateing-star {
  display: table;
  margin: 0 auto 15px;
}

.hot-product-section .hot-shoes-carousel .item .item-content .rateing-star ul {
  float: left;
  margin: 0px;
  padding: 0px;
}

.hot-product-section .hot-shoes-carousel .item .item-content .rateing-star ul li {
  float: left;
  color: #f3cd1e;
  list-style: none;
  margin-right: 2px;
  display: inline-block;
}

.hot-product-section .hot-shoes-carousel .item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-shoes-1 .featured-section .featured-container .digital-featured-nav li a {
  color: #666666;
}

.home-shoes-1 .featured-section .featured-container .digital-featured-nav li:hover a {
  color: #000000;
}

.home-shoes-1 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #000000;
}

.promotion-banner-section .shoes-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.promotion-banner-section .shoes-banner .promotion-content h2 {
  font-size: 54px;
  font-weight: 800;
}

.promotion-banner-section .shoes-banner .promotion-content h3 {
  font-size: 36px;
  font-weight: 600;
}

.promotion-banner-section .shoes-banner .promotion-content p {
  color: #cccccc;
  font-size: 16px;
}

.promotion-banner-section .shoes-banner .promotion-content .link-btn {
  border-radius: 3px;
  padding: 13px 43px;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.promotion-banner-section .shoes-banner .promotion-content .link-btn:hover {
  border-color: #222222;
  background-color: #222222;
}

.trending-section .new-arrivals-shoes .new-arrivals-carousel {
  background-color: #f7f7f7;
}

.trending-section .new-arrivals-shoes .new-arrivals-carousel .slider-items-nav {
  padding: 10px 0px;
  border-bottom: 1px solid #000000;
}

.trending-section .new-arrivals-shoes .new-arrivals-carousel .slider-items-nav:before {
  left: 50%;
  z-index: 1;
  width: 0px;
  height: 0px;
  content: '';
  bottom: -10px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.trending-section .new-arrivals-shoes .new-arrivals-carousel .slider-items-nav .item {
  margin: 5px;
  height: 45px;
  width: 45px !important;
}

.trending-section .new-arrivals-shoes .new-arrivals-carousel .slider-items-nav .item:focus {
  outline: none;
}

.trending-section .new-arrivals-shoes .new-arrivals-carousel .slider-items-nav .item .image-container {
  border-radius: 0px;
  border: 1px solid #f0f0f0;
}

.trending-section .new-arrivals-shoes .new-arrivals-carousel .slider-items-nav .item .image-container img {
  width: 100%;
  display: block;
}

.trending-section .new-arrivals-shoes .new-arrivals-carousel .slider-items-nav .item.slick-current .image-container {
  border-color: #000000;
}

.trending-section .new-arrivals-shoes .new-arrivals-carousel .slider-items-container .item-content {
  padding: 15px;
}

.trending-section .new-arrivals-shoes .new-shoes-tab {
  position: relative;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav {
  right: 0;
  top: -72px;
  position: absolute;
  padding-bottom: 15px;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav li {
  margin-right: 30px;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav li:last-child {
  margin-right: 0px;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav li a {
  position: relative;
  color: #666666;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav li a:hover {
  color: #000000;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav li a:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 2px;
  content: '';
  bottom: -16px;
  position: absolute;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav li .active {
  color: #000000;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav li .active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.trending-section .new-arrivals-shoes .new-shoes-tab .tab-content .tab-pane .shoes-item {
  padding: 10px;
  margin-bottom: 30px;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .tab-content .tab-pane .shoes-item .image-container {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .tab-content .tab-pane .shoes-item .item-content {
  display: table;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .tab-content .tab-pane .shoes-item .item-content .item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.trending-section .new-arrivals-shoes .new-shoes-tab .tab-content .tab-pane .shoes-item .item-content .item-price strong {
  font-size: 18px;
}

.trending-section .shoes-bestseller .shoes-bestseller-carousel .item {
  background-color: #f7f7f7;
}

.trending-section .shoes-bestseller .shoes-bestseller-carousel .item .item-content {
  padding: 15px;
}

.trending-section .shoes-bestseller .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  display: table;
  position: absolute;
}

.shoes-section .mens-shoes .mens-shoes-carousel .item .item-content,
.shoes-section .mens-shoes .womens-shoes-carousel .item .item-content,
.shoes-section .womens-shoes .mens-shoes-carousel .item .item-content,
.shoes-section .womens-shoes .womens-shoes-carousel .item .item-content {
  padding: 15px;
}

.shoes-section .mens-shoes .mens-shoes-carousel .item:hover .image-container .absolute-cartview,
.shoes-section .mens-shoes .womens-shoes-carousel .item:hover .image-container .absolute-cartview,
.shoes-section .womens-shoes .mens-shoes-carousel .item:hover .image-container .absolute-cartview,
.shoes-section .womens-shoes .womens-shoes-carousel .item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shoes-section .mens-shoes .owl-theme .owl-nav,
.shoes-section .womens-shoes .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  position: absolute;
}

/* home shoes 1 - end
==================================================================================================== */
/* home shoes 2 - start
==================================================================================================== */
.home-shoes-2 .container {
  margin: 0 auto;
  max-width: 1800px;
}

.home-shoes-2 .slider-section .slider-item {
  padding: 170px 0px;
}

.home-shoes-2 .slider-section .slider-item .slider-content h1 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(1, 1, 1, 0.2);
}

.home-shoes-2 .slider-section .slider-item .slider-content h2 {
  font-size: 36px;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(1, 1, 1, 0.2);
}

.home-shoes-2 .slider-section .slider-item .slider-content h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(1, 1, 1, 0.2);
}

.home-shoes-2 .slider-section .slider-item .slider-content p {
  font-size: 16px;
}

.category-section .shoes-2-category-masonry {
  margin: 0px -15px;
}

.category-section .shoes-2-category-masonry .grid-sizer,
.category-section .shoes-2-category-masonry .grid-item {
  float: left;
  position: relative;
  display: inline-block;
}

.category-section .shoes-2-category-masonry .grid-item {
  width: 25%;
  height: auto;
  padding: 15px;
  position: relative;
}

.category-section .shoes-2-category-masonry .grid-item .image-container img {
  width: 100%;
  display: block;
}

.category-section .shoes-2-category-masonry .grid-item .item-title {
  left: 45px;
  bottom: 45px;
  position: absolute;
}

.category-section .shoes-2-category-masonry .grid-item .item-title:hover {
  color: var(--theme-color-maroon);
  text-decoration: underline;
}

.category-section .shoes-2-category-masonry .grid-item-big {
  width: 45%;
}

.category-section .shoes-2-category-masonry .grid-item-tall {
  width: 30%;
}

.home-shoes-2 .police-section .police-service-list {
  border: none;
  padding: 15px;
  background-color: var(--theme-color-maroon);
}

.home-shoes-2 .police-section .police-service-list ul li {
  padding: 15px 30px;
  position: relative;
}

.home-shoes-2 .police-section .police-service-list ul li:after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}

.home-shoes-2 .police-section .police-service-list ul li:last-child:after {
  display: none;
}

.home-shoes-2 .police-section .police-service-list ul li .icon {
  margin-right: 30px;
  color: var(--theme-color-maroon);
}

.home-shoes-2 .police-section .police-service-list ul li .icon:before {
  border-left: 10px solid #ffffff;
}

.home-shoes-2 .police-section .police-service-list ul li .content h3 {
  font-size: 18px;
  color: #ffffff;
}

.home-shoes-2 .police-section .police-service-list ul li .content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry {
  margin: 0px -15px;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item,
.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-sizer {
  float: left;
  display: inline-block;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item {
  width: 20%;
  height: auto;
  padding: 15px;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item .image-container {
  height: 331px;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item .image-container img {
  width: 100%;
  display: block;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item .image-container .post-labels {
  top: 15px;
  left: 15px;
  position: absolute;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item .item-content {
  padding: 0px 15px;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item:hover .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item-big {
  width: 40%;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item-big .image-container {
  height: 800px;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item-big .image-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item-big .item-content {
  width: 50%;
  margin: 0 auto;
  padding: 0px 15px;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item-tall {
  width: 20%;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item-tall .image-container {
  height: 800px;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item-tall .image-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item-width {
  width: 40%;
}

.featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item-width .item-content {
  width: 50%;
  margin: 0 auto;
  padding: 0px 15px;
}

.home-shoes-2 .blog-section .blog-grid-item .blog-image img {
  width: 100%;
  display: block;
}

/* home shoes 2 - end
==================================================================================================== */
/* home sunglass 1 - start
==================================================================================================== */
.home-sunglass-1 ::-moz-selection {
  color: #ffffff;
  background: #edb402;
}

.home-sunglass-1 ::selection {
  color: #ffffff;
  background: #edb402;
}

.home-sunglass-1 .container {
  margin: 0 auto;
  max-width: 1570px;
}

.home-sunglass-1 .form-item input:focus {
  border-color: #edb402;
}

.home-sunglass-1 .form-item input:focus+.form-item-btn {
  background-color: #edb402;
}

.home-sunglass-1 .form-textarea {
  margin-bottom: 30px;
}

.home-sunglass-1 .form-textarea textarea:focus {
  border-color: #edb402;
}

.home-sunglass-1 .quick-view {
  background-color: rgba(237, 180, 2, 0.5);
}

.home-sunglass-1 .quick-view:hover {
  background-color: #edb402;
}

.home-sunglass-1 .post-meta ul li a:hover {
  color: #edb402;
}

.home-sunglass-1 .owl-theme .owl-nav .owl-next:hover:before,
.home-sunglass-1 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #edb402;
}

.home-sunglass-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #edb402;
}

.home-sunglass-1 .plus-effect:before,
.home-sunglass-1 .plus-effect:after {
  background-color: #edb402;
}

.home-sunglass-1 .product-item .item-content .item-title:hover {
  color: #edb402;
}

.home-sunglass-1 .product-item .hover-content .add-to-cart:hover {
  border-color: #edb402;
  background-color: #edb402;
}

.home-sunglass-1 .product-item .hover-content .product-meta ul li a:hover {
  color: #edb402;
}

.home-sunglass-1 .item-title:hover {
  color: #edb402;
}

.home-sunglass-1 .slider-section .overlay-white {
  padding: 200px 0px;
  padding-top: 350px;
  background-color: rgba(255, 255, 255, 0.2);
}

.home-sunglass-1 .slider-section .slider-item h1 {
  font-size: 72px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-sunglass-1 .slider-section .slider-item h2 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-sunglass-1 .slider-section .slider-item h3 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.sunglass-section .mens-sunglass,
.sunglass-section .womens-sunglass {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sunglass-section .mens-sunglass .sunglass-content,
.sunglass-section .womens-sunglass .sunglass-content {
  padding-top: 140px;
}

.sunglass-section .mens-sunglass .sunglass-content h2,
.sunglass-section .womens-sunglass .sunglass-content h2 {
  font-size: 72px;
  font-weight: 800;
  text-transform: uppercase;
}

.sunglass-section .mens-sunglass .sunglass-content h3,
.sunglass-section .womens-sunglass .sunglass-content h3 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}

.sunglass-section .mens-sunglass .sunglass-content h4,
.sunglass-section .womens-sunglass .sunglass-content h4 {
  font-size: 30px;
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  text-decoration: underline;
}

.sunglass-section .mens-sunglass .mens-sunglass-carousel .item,
.sunglass-section .mens-sunglass .womens-sunglass-carousel .item,
.sunglass-section .womens-sunglass .mens-sunglass-carousel .item,
.sunglass-section .womens-sunglass .womens-sunglass-carousel .item {
  padding: 15px;
  overflow: hidden;
  border-radius: 3px;
}

.sunglass-section .mens-sunglass .mens-sunglass-carousel .item:hover .image-container .absolute-cartview,
.sunglass-section .mens-sunglass .womens-sunglass-carousel .item:hover .image-container .absolute-cartview,
.sunglass-section .womens-sunglass .mens-sunglass-carousel .item:hover .image-container .absolute-cartview,
.sunglass-section .womens-sunglass .womens-sunglass-carousel .item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sunglass-section .mens-sunglass .mens-sunglass-carousel .item .item-content,
.sunglass-section .mens-sunglass .womens-sunglass-carousel .item .item-content,
.sunglass-section .womens-sunglass .mens-sunglass-carousel .item .item-content,
.sunglass-section .womens-sunglass .womens-sunglass-carousel .item .item-content {
  padding: 15px;
}

.sunglass-section .mens-sunglass .owl-theme .owl-nav,
.sunglass-section .womens-sunglass .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  position: absolute;
}

.home-sunglass-1 .featured-section .featured-container .digital-featured-nav li:hover a {
  color: #edb402;
}

.home-sunglass-1 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #edb402;
}

.category-section .sunglass-1-category .category-item {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

.category-section .sunglass-1-category .category-item:hover .plus-effect {
  opacity: 1;
  z-index: 2;
}

.category-section .sunglass-1-category .category-item .item-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  position: absolute;
}

.category-section .sunglass-1-category .category-item .item-content h2 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.category-section .sunglass-1-category .category-item .item-content h3 {
  font-size: 16px;
  font-weight: 500;
}

.home-sunglass-1 .popular-section .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  position: absolute;
}

.promotion-banner-section .sunglass-banner-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.promotion-banner-section .sunglass-banner-1 .promotion-content h2 {
  font-size: 84px;
  font-weight: 800;
  text-transform: uppercase;
}

.promotion-banner-section .sunglass-banner-1 .promotion-content h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
}

.home-sunglass-1 .blog-section .blog-grid-item .blog-image img {
  width: 100%;
  display: block;
}

.home-sunglass-1 .blog-section .blog-grid-item .blog-content .blog-title:hover {
  color: #edb402;
}

.home-sunglass-1 .blog-section .blog-grid-item .blog-content .read-more:hover {
  color: #edb402;
}

.home-sunglass-1 .footer-section .footer-title {
  color: #ffffff;
}

.home-sunglass-1 .footer-section .jewellry-footer .footer-newsletter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-sunglass-1 .footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li {
  color: #cccccc;
}

.home-sunglass-1 .footer-section .jewellry-footer .footer-middle .footer-contact .social-links ul li a:hover {
  background-color: #edb402;
}

.home-sunglass-1 .footer-section .jewellry-footer .footer-middle .useful-links ul li a {
  color: #cccccc;
}

.home-sunglass-1 .footer-section .jewellry-footer .footer-middle .useful-links ul li a:hover {
  color: #edb402;
}

.home-sunglass-1 .footer-section .jewellry-footer .footer-middle .footer-instagram ul {
  margin-left: -5px;
  margin-right: -5px;
}

.home-sunglass-1 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li {
  width: 93px;
  height: 65px;
  padding: 5px;
  overflow: hidden;
}

.home-sunglass-1 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.home-sunglass-1 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.home-sunglass-1 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li a:hover:before {
  opacity: 1;
}

/* home sunglass 1 - end
==================================================================================================== */
/* home sunglass 2 - start
==================================================================================================== */
.home-sunglass-2 ::-moz-selection {
  color: #ffffff;
  background: #9d3bc6;
}

.home-sunglass-2 ::selection {
  color: #ffffff;
  background: #9d3bc6;
}

.home-sunglass-2 .form-item input:focus {
  border-color: #9d3bc6;
}

.home-sunglass-2 .form-item input:focus+.form-item-btn {
  background-color: #9d3bc6;
}

.home-sunglass-2 .form-textarea {
  margin-bottom: 30px;
}

.home-sunglass-2 .form-textarea textarea:focus {
  border-color: #9d3bc6;
}

.home-sunglass-2 .quick-view {
  background-color: rgba(157, 59, 198, 0.5);
}

.home-sunglass-2 .quick-view:hover {
  background-color: #9d3bc6;
}

.home-sunglass-2 .post-meta ul li a:hover {
  color: #9d3bc6;
}

.home-sunglass-2 .owl-theme .owl-nav .owl-next:hover:before,
.home-sunglass-2 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #9d3bc6;
}

.home-sunglass-2 .owl-theme .owl-dots .owl-dot.active span {
  background: #9d3bc6;
}

.home-sunglass-2 .plus-effect:before,
.home-sunglass-2 .plus-effect:after {
  background-color: #9d3bc6;
}

.home-sunglass-2 .product-item .item-content .item-title:hover {
  color: #9d3bc6;
}

.home-sunglass-2 .product-item .hover-content .add-to-cart:hover {
  border-color: #9d3bc6;
  background-color: #9d3bc6;
}

.home-sunglass-2 .product-item .hover-content .product-meta ul li a:hover {
  color: #9d3bc6;
}

.home-sunglass-2 .item-title:hover {
  color: #9d3bc6;
}

.home-sunglass-2 .slider-section .slider-item {
  padding: 150px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-sunglass-2 .slider-section .slider-item .slider-content h1 {
  font-size: 72px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-sunglass-2 .slider-section .slider-item .slider-content h2 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-sunglass-2 .slider-section .slider-item .slider-content h3 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-sunglass-2 .deals-section .deal-item {
  background-color: #f7f7f7;
  border: 2px solid #9d3bc6;
}

.home-sunglass-2 .deals-section .deal-item .item-content .progress .progress-bar {
  background-color: #9d3bc6;
}

.home-sunglass-2 .popular-section .owl-theme .owl-nav {
  right: 0;
  top: -77px;
  position: absolute;
}

.home-sunglass-2 .featured-section .featured-container .digital-featured-nav li:hover a {
  color: #9d3bc6;
}

.home-sunglass-2 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #9d3bc6;
}

.home-sunglass-2 .blog-section .blog-grid-item .blog-content {
  padding: 0px;
}

.home-sunglass-2 .blog-section .blog-grid-item .blog-content .blog-title:hover {
  color: #9d3bc6;
}

.home-sunglass-2 .blog-section .blog-grid-item .blog-content .read-more:hover {
  color: #9d3bc6;
}

.home-sunglass-2 .footer-section .shoes-footer .footer-middle .footer-contact .social-links ul li a:hover {
  background-color: #9d3bc6;
}

.home-sunglass-2 .footer-section .shoes-footer .footer-middle .useful-links ul li a:hover {
  color: #9d3bc6;
}

/* home sunglass 2 - end
==================================================================================================== */
/* home tools 1 - start
==================================================================================================== */
.home-tools-1 ::-moz-selection {
  color: #ffffff;
  background: #fed700;
}

.home-tools-1 ::selection {
  color: #ffffff;
  background: #fed700;
}

.home-tools-1 .custom-btn,
.home-tools-1 .image-container {
  border-radius: 0px;
}

.home-tools-1 .promotion-item {
  border-radius: 0px;
}

.home-tools-1 .promotion-item .promotion-img {
  border-radius: 0px;
}

.home-tools-1 .form-item input:focus {
  border-color: #fed700;
}

.home-tools-1 .form-item input:focus+.form-item-btn {
  background-color: #fed700;
}

.home-tools-1 .form-textarea {
  margin-bottom: 30px;
}

.home-tools-1 .form-textarea textarea:focus {
  border-color: #fed700;
}

.home-tools-1 .quick-view {
  background-color: rgba(254, 215, 0, 0.5);
}

.home-tools-1 .quick-view:hover {
  background-color: #fed700;
}

.home-tools-1 .post-meta ul li a:hover {
  color: #fed700;
}

.home-tools-1 .owl-theme .owl-nav .owl-next,
.home-tools-1 .owl-theme .owl-nav .owl-prev {
  border-radius: 0px;
}

.home-tools-1 .owl-theme .owl-nav .owl-next:hover:before,
.home-tools-1 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #fed700;
}

.home-tools-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #fed700;
}

.home-tools-1 .plus-effect:before,
.home-tools-1 .plus-effect:after {
  background-color: #fed700;
}

.home-tools-1 .product-item .item-content .item-title:hover {
  color: #fed700;
}

.home-tools-1 .product-item .hover-content .add-to-cart:hover {
  border-color: #fed700;
  background-color: #fed700;
}

.home-tools-1 .product-item .hover-content .product-meta ul li a:hover {
  color: #fed700;
}

.home-tools-1 .item-title:hover {
  color: #fed700;
}

.home-tools-1 .slider-section .slider-item {
  padding: 150px 0px;
}

.home-tools-1 .slider-section .slider-item h1 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-tools-1 .slider-section .slider-item p {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.category-section .tools-category-carousel {
  padding: 30px 0px;
}

.category-section .tools-category-carousel .item {
  overflow: hidden;
  position: relative;
}

.category-section .tools-category-carousel .item .item-content {
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  padding: 30px;
  position: absolute;
}

.category-section .tools-category-carousel .item .item-content h2 {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}

.category-section .tools-category-carousel .item .item-content h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.category-section .tools-category-carousel .item .item-content h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.category-section .tools-category-carousel .item .item-content .price-link-btn ul {
  padding: 8px 10px;
  background-color: #333e48;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-section .tools-category-carousel .item .item-content .price-link-btn ul li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.category-section .tools-category-carousel .item .item-content .price-link-btn ul li:before {
  top: 0;
  bottom: 0;
  width: 2px;
  right: -1px;
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}

.category-section .tools-category-carousel .item .item-content .price-link-btn ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.category-section .tools-category-carousel .item .item-content .price-link-btn ul li:last-child:before {
  display: none;
}

.category-section .tools-category-carousel .item .item-content .price-link-btn ul li .price-text {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.category-section .tools-category-carousel .item .item-content .price-link-btn ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
  color: #ffffff;
}

.category-section .tools-category-carousel .item .item-content .price-link-btn ul:hover {
  background-color: #fed700;
}

.home-tools-1 .category-section .owl-theme .owl-nav .owl-prev,
.home-tools-1 .category-section .owl-theme .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-tools-1 .category-section .owl-theme .owl-nav .owl-prev {
  left: 10px;
}

.home-tools-1 .category-section .owl-theme .owl-nav .owl-next {
  right: 10px;
}

.home-tools-1 .featured-section .featured-container .digital-featured-nav li:hover a {
  color: #fed700;
}

.home-tools-1 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #fed700;
}

.promotion-section .promotion-video iframe {
  width: 100%;
  border: none;
  outline: none;
  height: 497px;
}

.power-tools-section .featured-item .item-content .btns-list ul li {
  margin-right: 15px;
}

.power-tools-section .featured-item .item-content .btns-list ul li:last-child {
  margin-right: 0px;
}

.power-tools-section .featured-item .item-content .btns-list ul li .details-btn {
  padding: 10px 30px;
  border: 2px solid #f0f0f0;
}

.power-tools-section .featured-item .item-content .btns-list ul li .details-btn:hover {
  color: #ffffff;
  border-color: #fed700;
  background-color: #fed700;
}

.power-tools-section .featured-item .item-content .btns-list ul li .buy-btn {
  padding: 10px 30px;
  border: 2px solid #fed700;
  background-color: #fed700;
}

.power-tools-section .featured-item .item-content .btns-list ul li .buy-btn:hover {
  color: #ffffff;
}

.power-tools-section .power-tools-carousel .item .tools-item {
  text-align: center;
  margin-bottom: 30px;
}

.power-tools-section .power-tools-carousel .item .tools-item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.power-tools-section .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  position: absolute;
}

.home-tools-1 .popular-section .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  position: absolute;
}

/* home tools 1 - end
==================================================================================================== */
/* home tools 2 - start
==================================================================================================== */
.home-tools-2 ::-moz-selection {
  color: #ffffff;
  background: #085a9d;
}

.home-tools-2 ::selection {
  color: #ffffff;
  background: #085a9d;
}

.home-tools-2 .custom-btn,
.home-tools-2 .image-container {
  border-radius: 0px;
}

.home-tools-2 .promotion-item {
  border-radius: 0px;
}

.home-tools-2 .promotion-item .promotion-img {
  border-radius: 0px;
}

.home-tools-2 .form-item input:focus {
  border-color: #085a9d;
}

.home-tools-2 .form-item input:focus+.form-item-btn {
  background-color: #085a9d;
}

.home-tools-2 .form-textarea {
  margin-bottom: 30px;
}

.home-tools-2 .form-textarea textarea:focus {
  border-color: #085a9d;
}

.home-tools-2 .quick-view {
  background-color: rgba(8, 90, 157, 0.5);
}

.home-tools-2 .quick-view:hover {
  background-color: #085a9d;
}

.home-tools-2 .post-meta ul li a:hover {
  color: #085a9d;
}

.home-tools-2 .owl-theme .owl-nav .owl-next,
.home-tools-2 .owl-theme .owl-nav .owl-prev {
  border-radius: 0px;
}

.home-tools-2 .owl-theme .owl-nav .owl-next:hover:before,
.home-tools-2 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #085a9d;
}

.home-tools-2 .owl-theme .owl-dots .owl-dot.active span {
  background: #085a9d;
}

.home-tools-2 .plus-effect:before,
.home-tools-2 .plus-effect:after {
  background-color: #085a9d;
}

.home-tools-2 .product-item .item-content .item-title:hover {
  color: #085a9d;
}

.home-tools-2 .product-item .hover-content .add-to-cart:hover {
  border-color: #085a9d;
  background-color: #085a9d;
}

.home-tools-2 .product-item .hover-content .product-meta ul li a:hover {
  color: #085a9d;
}

.home-tools-2 .item-title:hover {
  color: #085a9d;
}

.home-tools-2 .slider-section {
  margin: 30px 0px;
}

.home-tools-2 .slider-section .slider-item {
  padding: 120px 60px;
}

.home-tools-2 .slider-section .slider-item .slider-content h1 {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-tools-2 .slider-section .slider-item .slider-content p {
  font-size: 16px;
  font-weight: 500;
}

.home-tools-2 .departments-dropdown-menu {
  margin: 0px;
  padding: 15px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
}

.home-tools-2 .departments-dropdown-menu>li {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}

.home-tools-2 .departments-dropdown-menu>li .icon {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.home-tools-2 .departments-dropdown-menu>li>a {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 16px;
  line-height: 50px;
}

.home-tools-2 .departments-dropdown-menu>li>a:hover {
  color: #085a9d;
}

.home-tools-2 .departments-dropdown-menu>li:last-child {
  border-bottom: none;
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children>a {
  position: relative;
  padding-right: 15px;
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children>a:after {
  top: 0;
  right: 0;
  content: '\f054';
  font-weight: 900;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu {
  position: relative;
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu {
  top: 0px;
  left: 255px;
  opacity: 0;
  width: 950px;
  z-index: 999;
  height: auto;
  padding: 15px;
  visibility: hidden;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: center center;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li {
  width: 25%;
  float: left;
  margin: 0px;
  padding: 15px;
  display: inline-block;
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li .title-text {
  width: 100%;
  display: table;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list {
  padding: 0px;
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li {
  width: 100%;
  display: table;
  margin-bottom: 8px;
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li:last-child {
  margin-bottom: 0px;
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #085a9d;
}

.home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.home-tools-2 .departments-dropdown-menu .add-new {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 3px;
  text-align: center;
  background-color: #f7f7f7;
}

.home-tools-2 .departments-dropdown-menu .add-new i {
  margin-right: 5px;
}

.home-tools-2 .departments-dropdown-menu .add-new:hover {
  color: #ffffff;
  background-color: #085a9d;
}

.deals-section .tools-2-deals {
  padding: 15px;
  border: 2px solid #085a9d;
}

.deals-section .tools-2-deals .section-title {
  margin-bottom: 15px;
}

.deals-section .tools-2-deals .tools-2-deals-carousel .item .count-down {
  padding: 30px 0px;
}

.deals-section .tools-2-deals .tools-2-deals-carousel .item .count-down ul li {
  margin-right: 8px;
}

.deals-section .tools-2-deals .tools-2-deals-carousel .item .count-down ul li:after {
  right: -6px;
}

.deals-section .tools-2-deals .tools-2-deals-carousel .item .tools-deal-item {
  width: 50%;
  float: left;
  display: inline-block;
  border-right: 1px solid #f0f0f0;
}

.deals-section .tools-2-deals .tools-2-deals-carousel .item .tools-deal-item:last-child {
  border-right: none;
}

.deals-section .tools-2-deals .tools-2-deals-carousel .item .tools-deal-item .image-container {
  float: left;
  width: 100px;
  height: auto;
}

.deals-section .tools-2-deals .tools-2-deals-carousel .item .tools-deal-item .item-content {
  padding: 10px;
  display: table;
}

.deals-section .tools-2-deals .tools-2-deals-carousel .item .tools-deal-item .item-content .item-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.deals-section .tools-2-deals .tools-2-deals-carousel .item .tools-deal-item .item-content .item-price strong {
  font-size: 16px;
}

.deals-section .tools-2-deals .owl-theme .owl-nav {
  top: -62px;
  right: 0px;
  position: absolute;
}

.category-section .tools-2-category-post .post-item {
  padding: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-section .tools-2-category-post .post-item .item-content {
  right: 0;
  top: 30px;
  z-index: 1;
  width: 45%;
  display: table;
  position: absolute;
}

.category-section .tools-2-category-post .post-item .item-content .item-title {
  font-size: 16px;
  text-transform: uppercase;
}

.category-section .tools-2-category-post .post-item .item-content .view-all-btn {
  font-size: 16px;
  color: #666666;
}

.category-section .tools-2-category-post .post-item .item-content .view-all-btn:hover {
  color: #085a9d;
}

.category-section .tools-2-category-post .post-item:hover {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}

.home-tools-2 .featured-section .featured-container .digital-featured-nav li:hover a {
  color: #085a9d;
}

.home-tools-2 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #085a9d;
}

.home-tools-2 .storm-product-section .section-title {
  border-bottom-color: #c2c2c2;
}

.storm-product-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.storm-product-section .storm-tools-products {
  position: relative;
}

.storm-product-section .storm-tools-products .tools-products-nav {
  right: 0;
  top: -78px;
  z-index: 1;
  position: absolute;
}

.storm-product-section .storm-tools-products .tools-products-nav li {
  margin-right: 2px;
}

.storm-product-section .storm-tools-products .tools-products-nav li:last-child {
  margin-right: 0px;
}

.storm-product-section .storm-tools-products .tools-products-nav li a {
  padding: 10px 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.storm-product-section .storm-tools-products .tools-products-nav li a:hover {
  color: #085a9d;
}

.storm-product-section .storm-tools-products .tools-products-nav li .active {
  color: #085a9d;
  border-color: #c2c2c2;
  border-bottom-color: #f0f0f0;
}

.storm-product-section .storm-tools-products .tools-masonry {
  margin: 0px -15px;
}

.storm-product-section .storm-tools-products .grid-sizer,
.storm-product-section .storm-tools-products .grid-item {
  width: 25%;
  float: left;
  position: relative;
  display: inline-block;
}

.storm-product-section .storm-tools-products .grid-item {
  float: left;
  padding: 15px;
  overflow: hidden;
}

.storm-product-section .storm-tools-products .grid-item .post-labels {
  top: 30px;
  left: 30px;
  position: absolute;
}

.storm-product-section .storm-tools-products .grid-item .image-container {
  height: 270px;
  text-align: center;
  background-color: #ffffff;
}

.storm-product-section .storm-tools-products .grid-item .item-content {
  padding: 15px;
  text-align: center;
  background-color: #ffffff;
}

.storm-product-section .storm-tools-products .grid-item .item-content .item-title {
  max-width: 250px;
  margin: 0 auto 15px;
}

.storm-product-section .storm-tools-products .grid-item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.storm-product-section .storm-tools-products .grid-item-big {
  width: 50%;
}

.storm-product-section .storm-tools-products .grid-item-big .image-container {
  height: 695px;
}

.storm-product-section .storm-tools-products .grid-item-width {
  width: 50%;
}

.home-tools-2 .footer-section .tools-footer .footer-top .footer-contact .social-links ul li a:hover {
  background-color: #085a9d;
}

.home-tools-2 .footer-section .tools-footer .footer-top .useful-links ul li a:hover {
  color: #085a9d;
}

.home-tools-2 .footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li a:hover {
  color: #085a9d;
}

/* home tools 2 - end
==================================================================================================== */
/* home watches 1 - start
==================================================================================================== */
.home-watches-1 ::-moz-selection {
  color: #ffffff;
  background: #f56c57;
}

.home-watches-1 ::selection {
  color: #ffffff;
  background: #f56c57;
}

.home-watches-1 .container {
  margin: 0 auto;
  max-width: 1570px;
}

.home-watches-1 .form-item input:focus {
  border-color: #f56c57;
}

.home-watches-1 .form-item input:focus+.form-item-btn {
  background-color: #f56c57;
}

.home-watches-1 .form-textarea {
  margin-bottom: 30px;
}

.home-watches-1 .form-textarea textarea:focus {
  border-color: #f56c57;
}

.home-watches-1 .quick-view {
  background-color: rgba(245, 108, 87, 0.5);
}

.home-watches-1 .quick-view:hover {
  background-color: #f56c57;
}

.home-watches-1 .post-meta ul li a:hover {
  color: #f56c57;
}

.home-watches-1 .owl-theme .owl-nav .owl-next:hover:before,
.home-watches-1 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #f56c57;
}

.home-watches-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #f56c57;
}

.home-watches-1 .plus-effect:before,
.home-watches-1 .plus-effect:after {
  background-color: #f56c57;
}

.home-watches-1 .product-item .item-content .item-title:hover {
  color: #f56c57;
}

.home-watches-1 .product-item .hover-content .add-to-cart:hover {
  border-color: #f56c57;
  background-color: #f56c57;
}

.home-watches-1 .product-item .hover-content .product-meta ul li a:hover {
  color: #f56c57;
}

.home-watches-1 .item-title:hover {
  color: #f56c57;
}

.header-section .watches-header .container {
  margin: 0 auto;
  max-width: 1200px;
}

.home-watches-1 .slider-section .slider-item .container {
  margin: 0 auto;
  max-width: 1200px;
}

.home-watches-1 .slider-section .slider-item .slider-content {
  padding: 150px 0px;
}

.home-watches-1 .slider-section .slider-item .slider-content h1 {
  font-size: 66px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-watches-1 .slider-section .slider-item .slider-content h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-watches-1 .slider-section .slider-item .slider-content p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-watches-1 .slider-section .slider-item .slider-content p strong {
  font-size: 24px;
  font-weight: 500;
}

.category-section .watches-category ul {
  width: 100%;
}

.category-section .watches-category ul li {
  width: 50%;
  display: table;
  overflow: hidden;
  position: relative;
}

.category-section .watches-category ul li .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
}

.category-section .watches-category ul li .link-btn:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 60px;
  content: '\f061';
  font-weight: 900;
  position: absolute;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free';
}

.category-section .watches-category ul li .item-content {
  top: 50%;
  left: 50%;
  opacity: 1;
  display: table;
  text-align: center;
  position: absolute;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-section .watches-category ul li .item-content h2 {
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.category-section .watches-category ul li .item-content h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.category-section .watches-category ul li:hover .item-content {
  opacity: 0;
  visibility: hidden;
}

.category-section .watches-category ul li:hover .link-btn {
  background-color: rgba(245, 108, 87, 0.9);
}

.category-section .watches-category ul li:hover .link-btn:before {
  opacity: 1;
}

.brand-logo-section .watches-brand-logo .brand-logo-item {
  width: 100%;
  height: 230px;
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 30px;
}

.brand-logo-section .watches-brand-logo .brand-logo-item a {
  opacity: .5;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 230px;
}

.brand-logo-section .watches-brand-logo .brand-logo-item a:hover {
  opacity: 1;
}

.home-watches-1 .featured-section .featured-container .digital-featured-nav li a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.home-watches-1 .featured-section .featured-container .digital-featured-nav li:hover a {
  color: #f56c57;
}

.home-watches-1 .featured-section .featured-container .digital-featured-nav li a.active {
  color: #f56c57;
}

.promotion-banner-section .watches-promotion-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.promotion-banner-section .watches-promotion-banner .container {
  margin: 0 auto;
  max-width: 1200px;
}

.promotion-banner-section .watches-promotion-banner .promotion-content h2 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

.promotion-banner-section .watches-promotion-banner .promotion-content h3 {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
}

.promotion-banner-section .watches-promotion-banner .promotion-content h4 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.popular-section .top-rated-watches .top-rated-watches-carousel .item .top-rated-item .image-container {
  float: left;
  width: 160px;
  height: 210px;
  margin-right: 15px;
}

.popular-section .top-rated-watches .top-rated-watches-carousel .item .top-rated-item .item-content {
  display: table;
}

.popular-section .top-rated-watches .top-rated-watches-carousel .item .top-rated-item .item-content .rateing-star {
  width: 100%;
  display: table;
}

.popular-section .top-rated-watches .top-rated-watches-carousel .item .top-rated-item .item-content .rateing-star ul {
  float: left;
  margin: 0px;
  padding: 0px;
}

.popular-section .top-rated-watches .top-rated-watches-carousel .item .top-rated-item .item-content .rateing-star ul li {
  float: left;
  color: #f3cd1e;
  list-style: none;
  margin-right: 2px;
  display: inline-block;
}

.popular-section .top-rated-watches .top-rated-watches-carousel .item .top-rated-item .item-content .item-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.popular-section .new-arrivals .new-arrivals-carousel .item {
  position: relative;
}

.popular-section .new-arrivals .new-arrivals-carousel .item .post-labels {
  top: 15px;
  left: 15px;
  position: absolute;
}

.popular-section .new-arrivals .new-arrivals-carousel .item:hover .image-container .absolute-cartview {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-watches-1 .popular-section .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  position: absolute;
}

.popular-section .most-viewde-products .most-viewde-item {
  border-radius: 3px;
  position: relative;
}

.popular-section .most-viewde-products .most-viewde-item .post-labels {
  top: 15px;
  left: 15px;
  position: absolute;
}

.police-section .watches-police-section .police-item {
  padding: 40px 60px;
  border-radius: 3px;
}

.police-section .watches-police-section .police-item .icon {
  font-size: 66px;
  font-weight: 800;
  margin-bottom: 30px;
}

.police-section .watches-police-section .police-item h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.home-watches-1 .footer-section .footer-title,
.home-watches-2 .footer-section .footer-title {
  color: #ffffff;
}

.home-watches-1 .footer-section .jewellry-footer .footer-newsletter,
.home-watches-2 .footer-section .jewellry-footer .footer-newsletter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-watches-1 .footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li,
.home-watches-2 .footer-section .jewellry-footer .footer-middle .footer-contact .contact-info-list ul li {
  color: #cccccc;
}

.home-watches-1 .footer-section .jewellry-footer .footer-middle .footer-contact .social-links ul li a:hover,
.home-watches-2 .footer-section .jewellry-footer .footer-middle .footer-contact .social-links ul li a:hover {
  background-color: #f56c57;
}

.home-watches-1 .footer-section .jewellry-footer .footer-middle .useful-links ul li a,
.home-watches-2 .footer-section .jewellry-footer .footer-middle .useful-links ul li a {
  color: #cccccc;
}

.home-watches-1 .footer-section .jewellry-footer .footer-middle .useful-links ul li a:hover,
.home-watches-2 .footer-section .jewellry-footer .footer-middle .useful-links ul li a:hover {
  color: #f56c57;
}

.home-watches-1 .footer-section .jewellry-footer .footer-middle .footer-instagram ul,
.home-watches-2 .footer-section .jewellry-footer .footer-middle .footer-instagram ul {
  margin-left: -5px;
  margin-right: -5px;
}

.home-watches-1 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li,
.home-watches-2 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li {
  width: 93px;
  height: 65px;
  padding: 5px;
  overflow: hidden;
}

.home-watches-1 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li a,
.home-watches-2 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.home-watches-1 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li a:before,
.home-watches-2 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.home-watches-1 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li a:hover:before,
.home-watches-2 .footer-section .jewellry-footer .footer-middle .footer-instagram ul li a:hover:before {
  opacity: 1;
}

/* home watches 1 - end
==================================================================================================== */
/* home watches 2 - start
==================================================================================================== */
.home-watches-2 ::-moz-selection {
  color: #ffffff;
  background: #f56c57;
}

.home-watches-2 ::selection {
  color: #ffffff;
  background: #f56c57;
}

.home-watches-2 .form-item input:focus {
  border-color: #f56c57;
}

.home-watches-2 .form-item input:focus+.form-item-btn {
  background-color: #f56c57;
}

.home-watches-2 .form-textarea {
  margin-bottom: 30px;
}

.home-watches-2 .form-textarea textarea:focus {
  border-color: #f56c57;
}

.home-watches-2 .quick-view {
  background-color: rgba(245, 108, 87, 0.5);
}

.home-watches-2 .quick-view:hover {
  background-color: #f56c57;
}

.home-watches-2 .post-meta ul li a:hover {
  color: #f56c57;
}

.home-watches-2 .owl-theme .owl-nav .owl-next:hover:before,
.home-watches-2 .owl-theme .owl-nav .owl-prev:hover:before {
  background-color: #f56c57;
}

.home-watches-2 .owl-theme .owl-dots .owl-dot.active span {
  background: #f56c57;
}

.home-watches-2 .plus-effect:before,
.home-watches-2 .plus-effect:after {
  background-color: #f56c57;
}

.home-watches-2 .product-item .item-content .item-title:hover {
  color: #f56c57;
}

.home-watches-2 .product-item .hover-content .add-to-cart:hover {
  border-color: #f56c57;
  background-color: #f56c57;
}

.home-watches-2 .product-item .hover-content .product-meta ul li a:hover {
  color: #f56c57;
}

.home-watches-2 .item-title:hover {
  color: #f56c57;
}

.home-watches-2 .slider-section .slider-item .slider-content {
  padding: 150px 65px;
}

.home-watches-2 .slider-section .slider-item .slider-content h1 {
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-watches-2 .slider-section .slider-item .slider-content h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-watches-2 .slider-section .slider-item .slider-content p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-watches-2 .slider-section .slider-item .slider-content p strong {
  font-size: 24px;
  font-weight: 500;
}

.home-watches-2 .all-departments-menu {
  background-color: #ffffff;
}

.home-watches-2 .all-departments-menu>.title-text {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.home-watches-2 .all-departments-menu>ul {
  margin: 0px;
  padding: 15px;
}

.home-watches-2 .all-departments-menu>ul>li {
  width: 100%;
  display: table;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}

.home-watches-2 .all-departments-menu>ul>li>a {
  width: 100%;
  padding: 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.home-watches-2 .all-departments-menu>ul>li:hover>a {
  color: #f56c57;
}

.home-watches-2 .all-departments-menu>ul>li:last-child {
  border-bottom: none;
}

.home-watches-2 .all-departments-menu>ul>li>.add-new {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 3px;
  text-align: center;
  background-color: #f7f7f7;
}

.home-watches-2 .all-departments-menu>ul>li>.add-new i {
  margin-right: 5px;
}

.home-watches-2 .all-departments-menu>ul>li>.add-new:hover {
  color: #ffffff;
  background-color: #f56c57;
}

.home-watches-2 .all-departments-menu>ul>.menu-item-has-children>a {
  position: relative;
}

.home-watches-2 .all-departments-menu>ul>.menu-item-has-children>a:after {
  right: 0;
  top: 11px;
  content: '\f054';
  font-weight: 900;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
}

.home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu {
  position: relative;
}

.home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu {
  top: 0;
  left: 240px;
  opacity: 0;
  width: 1000px;
  z-index: 999;
  height: auto;
  padding: 15px;
  visibility: hidden;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: center center;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.1);
}

.home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li {
  width: 25%;
  float: left;
  margin: 0px;
  padding: 15px;
  display: inline-block;
}

.home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li .title-text {
  width: 100%;
  display: table;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list {
  padding: 0px;
}

.home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li {
  width: 100%;
  display: table;
  margin-bottom: 8px;
}

.home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li:last-child {
  margin-bottom: 0px;
}

.home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}

.home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li>.menu-item-list>li>a:hover {
  color: #f56c57;
}

.home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.police-section .watches-2-police-section .police-item {
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #f0f0f0;
}

.police-section .watches-2-police-section .police-item .icon {
  float: left;
  width: 80px;
  height: 80px;
  font-size: 72px;
  line-height: 80px;
  text-align: center;
  margin-right: 15px;
}

.police-section .watches-2-police-section .police-item .item-content {
  display: table;
}

.police-section .watches-2-police-section .police-item .item-content .title-text {
  font-size: 18px;
  text-transform: uppercase;
}

.home-watches-2 .category-section .bicycle-2-category .category-item .item-title {
  font-size: 18px;
}

.home-watches-2 .category-section .bicycle-2-category .category-item .item-title:hover {
  color: #f56c57;
}

.home-watches-2 .popular-section .new-arrivals .owl-theme .owl-nav {
  top: -77px;
  right: 0px;
  position: absolute;
}

.home-watches-2 .latest-post-section .latest-post-list ul .post-item .item-image {
  height: auto;
}

.home-watches-2 .sidebar-section .deal-item .item-content .progress .progress-bar {
  background-color: #222222;
}

.home-watches-2 .sidebar-section .popular-products ul li {
  width: 100%;
  display: table;
}

.home-watches-2 .sidebar-section .popular-products ul li .product-image {
  height: auto;
}

.home-watches-2 .sidebar-section .popular-products ul li:hover .product-content .product-title {
  color: #f56c57;
}

.home-watches-2 .sidebar-section .sidebar-item .promotion-item .promotion-img img {
  width: 100%;
  display: block;
}

/* home watches 2 - end
==================================================================================================== */
/* product page - start
==================================================================================================== */
.product-section .product-grid-section .filter-content .filter-select {
  width: 269px;
  height: 50px;
  padding: 0px 30px;
  border-radius: 30px;
  border: 2px solid #f0f0f0;
}

.product-section .product-grid-section .filter-content .filter-nav {
  float: left;
  margin: 0px;
  width: auto;
  padding: 0px;
  height: 50px;
  overflow: hidden;
  padding: 0px 30px;
  border-radius: 30px;
  border: 2px solid #f0f0f0;
}

.product-section .product-grid-section .filter-content .filter-nav li {
  float: left;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
}

.product-section .product-grid-section .filter-content .filter-nav li:last-child {
  margin-right: 0px;
}

.product-section .product-grid-section .filter-content .filter-nav li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: #666666;
}

.product-section .product-grid-section .filter-content .filter-nav li a:hover {
  color: var(--theme-color-maroon);
}

.product-section .product-grid-section .filter-content .filter-nav li .active {
  color: var(--theme-color-maroon);
}

.product-section .pagination-section .filter-select {
  height: 50px;
  float: left;
  min-width: 115px;
  padding: 0px 30px;
  margin-right: 30px;
  border-radius: 30px;
  border: 2px solid #f0f0f0;
}

.product-section .pagination-section .filter-result {
  font-size: 16px;
  margin: 16px 0px;
  color: #222222;
  text-transform: capitalize;
}

.product-section .pagination-section .pagination-list {
  padding: 5px 0px;
}

/* product page - end
==================================================================================================== */
/* about page - start
==================================================================================================== */
.about-section .about-image {
  width: 50%;
  float: left;
  overflow: hidden;
}

.about-section .about-content {
  width: 570px;
  display: table;
  text-align: center;
  padding: 177px 30px;
}

.funfact-section .funfact-item .icon {
  font-size: 66px;
  color: var(--theme-color-maroon);
  margin-bottom: 5px;
}

.funfact-section .funfact-item h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 0px;
}

.funfact-section .funfact-item small {
  font-size: 16px;
  text-transform: uppercase;
}

.team-section .section-title {
  padding: 0px;
  border-bottom: none;
  margin-bottom: 60px;
}

.team-section .section-title h2 {
  font-size: 30px;
}

.team-section .team-member .image-container {
  padding: 3px;
  border-radius: 3px;
  border: 2px solid #f0f0f0;
}

.team-section .team-member .member-content {
  padding: 15px;
}

.team-section .team-member .member-content .member-name {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* about page - end
==================================================================================================== */
/* product details page - start
==================================================================================================== */
.product-details-section .product-details .product-details-carousel .slider-for {
  margin-bottom: 15px;
}

.product-details-section .product-details .product-details-carousel .slider-for .item {
  height: 500px;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: var(--theme-color-white);
}

.product-details-section .product-details .product-details-carousel .slider-for .item:focus {
  outline: none;
}

.product-details-section .product-details .product-details-carousel .slider-for .item img {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #faf4ee;
  padding: 10px;
  border: 1px solid #e2d3d3;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.product-details-section .product-details .product-details-carousel .slider-nav .item {
  width: 100%;
  height: 130px;
  overflow: hidden;
  margin: 10px 10px;
  border: 1px solid #f0f0f0;
}

.product-details-section .product-details .product-details-carousel .slider-nav .item:focus {
  outline: none;
}

.product-details-section .product-details .product-details-carousel .slider-nav .item img {
  width: 100%;
  height: 100%;
  display: block;
}

.product-details-section .product-details .product-details-carousel .slider-nav .item.slick-current {
  border-color: var(--theme-color-maroon);
}

.product-details-section .product-details .product-details-carousel .slick-prev,
.product-details-section .product-details .product-details-carousel .slick-next {
  bottom: 0;
  top: unset;
  left: unset;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: var(--theme-color-white);
  border-radius: 3px;
  background-color: var(--theme-color-gold);
}

.product-details-section .product-details .product-details-carousel .slick-prev:before,
.product-details-section .product-details .product-details-carousel .slick-next:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
}

.product-details-section .product-details .product-details-carousel .slick-prev {
  right: 50px;
}

.product-details-section .product-details .product-details-carousel .slick-prev:before {
  content: '\f104';
}

.product-details-section .product-details .product-details-carousel .slick-next {
  right: 5px;
}

.product-details-section .product-details .product-details-carousel .slick-next:before {
  content: '\f105';
}

.product-details-section .product-details .product-details-content .product-code ul li {
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
}

.product-details-section .product-details .product-details-content .product-code ul li:last-child {
  margin-right: 0px;
}

.product-details-section .product-details .product-details-content .product-title .rateing-star {
  margin-bottom: 5px;
}

.product-details-section .product-details .product-details-content .product-title .rateing-star ul {
  float: left;
  margin: 0px;
  padding: 0px;
}

.product-details-section .product-details .product-details-content .product-title .rateing-star ul li {
  float: left;
  color: #f3cd1e;
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}

.product-details-section .product-details .product-details-content .product-title h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-details-section .product-details .product-details-content .product-title h3 {
  font-size: 30px;
  font-weight: 800;
}

.product-details-section .product-details .product-details-content .list-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product-details-section .product-details .product-details-content .product-size ul li {
  width: auto;
  height: 40px;
  text-align: center;
  margin-right: 10px;
}

.product-details-section .product-details .product-details-content .product-size ul li:last-child {
  margin-right: 0px;
}

.product-details-section .product-details .product-details-content .product-size ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 15px;
  line-height: 38px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
}

.product-details-section .product-details .product-details-content .product-size ul li a:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.product-details-section .product-details .product-details-content .product-size ul li .active {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.product-details-section .product-details .product-details-content .product-color ul {
  padding-left: 8px;
}

.product-details-section .product-details .product-details-content .product-color ul li {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.product-details-section .product-details .product-details-content .product-color ul li:last-child {
  margin-right: 0px;
}

.product-details-section .product-details .product-details-content .product-color ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 100%;
  border: 2px solid #f0f0f0;
}

.product-details-section .product-details .product-details-content .product-color ul li a:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 16px;
  content: '\f00c';
  font-weight: 900;
  position: absolute;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Font Awesome 5 Free';
}

.product-details-section .product-details .product-details-content .product-color ul li a:hover:before {
  opacity: 1;
}

.product-details-section .product-details .product-details-content .product-color ul li .active:before {
  opacity: 1;
}

.product-details-section .product-details .product-details-content .product-color ul li .color-1 {
  background-color: #ffffff;
}

.product-details-section .product-details .product-details-content .product-color ul li .color-1:before {
  color: #000000;
}

.product-details-section .product-details .product-details-content .product-color ul li .color-2 {
  border-color: #000000;
  background-color: #000000;
}

.product-details-section .product-details .product-details-content .product-color ul li .color-3 {
  border-color: #837f7b;
  background-color: #837f7b;
}

.product-details-section .product-details .product-details-content .product-color ul li .color-4 {
  border-color: #84664d;
  background-color: #84664d;
}

.product-details-section .product-details .product-details-content .product-quantity {
  padding: 15px 0px;
}

.product-details-section .product-details .product-details-content .product-quantity .list-title {
  float: left;
  margin-right: 15px;
}

.product-details-section .product-details .product-details-content .product-quantity form {
  width: 200px;
  height: 50px;
  margin: -15px 0px;
  display: inline-block;
}

.product-details-section .product-details .product-details-content .product-quantity form input[type=number] {
  width: 100%;
  height: 50px;
  padding: 0px 30px;
  border-radius: 30px;
  border: 2px solid #f0f0f0;
}

.product-details-section .product-details .product-details-content .product-quantity form input[type=number]:focus {
  outline: none;
}

.product-details-section .product-details .product-details-content .item-btns-group ul li {
  height: 45px;
  min-width: 45px;
  margin-right: 15px;
}

.product-details-section .product-details .product-details-content .item-btns-group ul li:last-child {
  margin-right: 0px;
}

.product-details-section .product-details .product-details-content .item-btns-group ul li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 43px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #f0f0f0;
}

.product-details-section .product-details .product-details-content .item-btns-group ul li a:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.product-details-section .product-details .product-details-content .item-btns-group ul li .add-to-cart {
  padding: 0px 30px;
  color: #ffffff;
  border-radius: 30px;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.product-details-section .product-details .product-details-content .product-share-links ul li {
  margin-right: 20px;
}

.product-details-section .product-details .product-details-content .product-share-links ul li:last-child {
  margin-right: 0px;
}

.product-details-section .product-details .product-details-content .product-share-links ul li a {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
}

.product-details-section .product-details .product-details-content .product-share-links ul li a:hover {
  color: var(--theme-color-maroon);
}

.product-details-section .product-details-tab .tab-menu {
  border-bottom: 2px solid #f0f0f0;
}

.product-details-section .product-details-tab .tab-menu .nav li {
  margin-right: 15px;
  padding-bottom: 10px;
}

.product-details-section .product-details-tab .tab-menu .nav li:last-child {
  margin-right: 0px;
}

.product-details-section .product-details-tab .tab-menu .nav li a {
  font-size: 18px;
  padding: 0px 15px;
  position: relative;
  color: #666666;
}

.product-details-section .product-details-tab .tab-menu .nav li a:hover {
  color: #222222;
}

.product-details-section .product-details-tab .tab-menu .nav li a:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 2px;
  content: '';
  bottom: -12px;
  position: absolute;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  background-color: var(--theme-color-maroon);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-details-section .product-details-tab .tab-menu .nav li .active {
  color: #222222;
}

.product-details-section .product-details-tab .tab-menu .nav li .active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product-details-section .product-details-tab .tab-content .tab-pane .review-item {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #ebd2d2;
}

.product-details-section .product-details-tab .tab-content .tab-pane .review-item:last-child {
  margin-bottom: 0px;
}

.product-details-section .product-details-tab .tab-content .tab-pane .review-item .reviewer-img {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 15px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  color: #f0f0f0;
  background-color: var(--theme-color-gold);
}

.product-details-section .product-details-tab .tab-content .tab-pane .review-item .reviewer-img:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 42px;
  content: '\f007';
  font-weight: 900;
  line-height: 100px;
  position: absolute;
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
}

.product-details-section .product-details-tab .tab-content .tab-pane .review-item .review-content {
  display: table;
  padding: 23px 0px;
}

.product-details-section .product-details-tab .tab-content .tab-pane .review-item .review-content .post-meta {
  margin-bottom: 5px;
}

.product-details-section .product-details-tab .tab-content .tab-pane .review-item .review-content .post-meta ul li {
  font-size: 16px;
  font-weight: 500;
}

.product-details-section .product-details-tab .tab-content .tab-pane .review-item .review-content .post-meta ul li a {
  font-size: 16px;
  font-weight: 600;
}

.product-details-tab .tab-content {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 40px;
}

/* product details page - end
==================================================================================================== */
/* shopping cart page - start
==================================================================================================== */
.shopping-cart-section .shopping-cart-table .table-bordered thead td,
.shopping-cart-section .shopping-cart-table .table-bordered thead th {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #222222;
  border-bottom-width: 0px;
  text-transform: uppercase;
}

.shopping-cart-section .shopping-cart-table table tbody tr td {
  padding: 30px 15px;
}

.shopping-cart-section .shopping-cart-table table tbody tr td .image-container {
  width: 25%;
  margin: -15px 0px;
  margin-right: 30px;
}

.shopping-cart-section .shopping-cart-table table tbody tr td .item-title {
  width: 70%;
  display: table;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222222;
  text-transform: uppercase;
}

.shopping-cart-section .shopping-cart-table table tbody tr td ul {
  width: 70%;
  display: table;
}

.shopping-cart-section .shopping-cart-table table tbody tr td ul li {
  float: left;
  list-style: none;
  margin-right: 20px;
  display: inline-block;
}

.shopping-cart-section .shopping-cart-table table tbody tr td ul li:last-child {
  margin-right: 0px;
}

.shopping-cart-section .shopping-cart-table table tbody tr td ul li a {
  font-size: 500;
  font-size: 16px;
  color: #222222;
}

.shopping-cart-section .shopping-cart-table table tbody tr td ul li a:hover {
  color: var(--theme-color-maroon);
}

.shopping-cart-section .shopping-cart-table table tbody tr .item-price,
.shopping-cart-section .shopping-cart-table table tbody tr .total-price {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
}

.shopping-cart-section .shopping-cart-table table tbody tr .item-quantity input {
  width: 150px;
  height: 50px;
  padding: 0px 30px;
  text-align: center;
  border-radius: 30px;
  border: 2px solid #f0f0f0;
}

.shopping-cart-section .shopping-cart-table table tbody tr .item-quantity input:focus {
  outline: none;
  border-color: var(--theme-color-maroon);
}

.shopping-cart-section .shopping-cart-table .continue-btn {
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 30px;
  border: 2px solid var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.shopping-cart-section .shopping-cart-table .continue-btn:hover {
  color: #222222;
  background-color: #f7f7f7;
  border-color: #f0f0f0;
}

.shopping-cart-section .shopping-cart-table .clear-btn,
.shopping-cart-section .shopping-cart-table .update-btn {
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  color: #222222;
  background-color: #f7f7f7;
  border: 2px solid #f0f0f0;
}

.shopping-cart-section .shopping-cart-table .clear-btn:hover,
.shopping-cart-section .shopping-cart-table .update-btn:hover {
  color: #ffffff;
  border: 2px solid var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.shopping-cart-section .shipping-estimate {
  padding: 30px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.shopping-cart-section .shipping-estimate .estimate-form-item .title-text {
  width: 100%;
  display: table;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222222;
  text-transform: capitalize;
}

.shopping-cart-section .shipping-estimate .estimate-form-item select {
  width: 100%;
  height: 50px;
  display: block;
  padding: 0px 20px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.shopping-cart-section .shipping-estimate .calculate-btn {
  font-size: 16px;
  padding: 10px 30px;
  text-align: center;
  border-radius: 30px;
  background-color: #f7f7f7;
  border: 2px solid #f0f0f0;
}

.shopping-cart-section .shipping-estimate .calculate-btn:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.shopping-cart-section .grand-total-price {
  padding: 30px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.shopping-cart-section .grand-total-price .money-list {
  margin: 0px -30px;
  padding: 0px 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.shopping-cart-section .grand-total-price .money-list ul li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
  text-transform: uppercase;
}

.shopping-cart-section .grand-total-price .money-list ul li:last-child {
  margin-bottom: 0px;
}

.shopping-cart-section .grand-total-price .total-price {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.shopping-cart-section .grand-total-price .total-price strong {
  float: right;
  font-size: 24px;
  font-weight: 600;
}

.shopping-cart-section .grand-total-price .proceed-btn {
  font-size: 16px;
  padding: 10px 30px;
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
  background-color: var(--theme-color-maroon);
  border: 2px solid var(--theme-color-maroon);
}

.shopping-cart-section .grand-total-price .proceed-btn:hover {
  color: #222222;
  background-color: #f7f7f7;
  border: 2px solid #f0f0f0;
}

/* shopping cart page - end
==================================================================================================== */
/* checkout page - start
==================================================================================================== */
.checkout-section .sign-in-container {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.checkout-section .sign-in-container .sign-in-btn {
  padding: 15px 45px;
  border-radius: 30px;
  border: 2px solid #f0f0f0;
}

.checkout-section .sign-in-container .sign-in-btn:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
}

.checkout-section .checkout-content .checkout-nav {
  position: relative;
}

.checkout-section .checkout-content .checkout-nav:before {
  left: 0;
  right: 0;
  top: 40px;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #f0f0f0;
}

.checkout-section .checkout-content .checkout-nav li {
  z-index: 1;
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
}

.checkout-section .checkout-content .checkout-nav li a span {
  width: 80px;
  height: 80px;
  font-size: 30px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  margin: 0 auto 15px;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 5px solid #f0f0f0;
}

.checkout-section .checkout-content .checkout-nav li a strong {
  width: 100%;
  display: table;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #222222;
  text-transform: capitalize;
}

.checkout-section .checkout-content .checkout-nav li .active span {
  border-color: var(--theme-color-maroon);
}

.checkout-section .checkout-content .tab-content .tab-pane .input-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222222;
}

.checkout-section .checkout-content .tab-content .tab-pane .input-title sup {
  font-size: 16px;
  color: var(--theme-color-gold);
}

.checkout-section .checkout-content .tab-content .tab-pane .address-textarea textarea {
  width: 100%;
  padding: 20px;
  min-height: 100px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f0f0f0;
}

.checkout-section .checkout-content .tab-content .tab-pane .address-textarea textarea:focus {
  outline: none;
  border-color: var(--theme-color-maroon);
}

.checkout-section .checkout-content .tab-content .tab-pane .storm-select {
  width: 100%;
  height: 50px;
  display: table;
  padding: 0px 20px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.checkout-section .checkout-sidebar-section .order-summary .item-amount {
  width: 100%;
  display: table;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.checkout-section .checkout-sidebar-section .order-summary .item-summary .image-container {
  width: 50%;
  float: left;
  height: auto;
}

.checkout-section .checkout-sidebar-section .order-summary .item-summary .item-content {
  width: 50%;
  display: table;
  padding-left: 15px;
}

.checkout-section .checkout-sidebar-section .order-summary .item-summary .item-content .title-text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.checkout-section .checkout-sidebar-section .order-summary .item-summary .item-content .qty-text small {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.checkout-section .checkout-sidebar-section .shipping-method .shipping-methods-table {
  padding: 15px;
}

.checkout-section .checkout-sidebar-section .shipping-method .shipping-methods-table .table {
  border-bottom: 1px solid #f0f0f0;
}

.checkout-section .checkout-sidebar-section .shipping-method .shipping-methods-table .table thead tr th {
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  text-transform: capitalize;
  border-bottom: 1px solid #f0f0f0;
}

.checkout-section .checkout-sidebar-section .shipping-method .shipping-methods-table .table tbody tr th,
.checkout-section .checkout-sidebar-section .shipping-method .shipping-methods-table .table tbody tr td {
  border: none;
}

.checkout-section .checkout-sidebar-section .shipping-method .shipping-methods-table .table tbody tr th {
  font-size: 16px;
  font-weight: 400;
}

/* checkout page - end
==================================================================================================== */
/* login register section - start
==================================================================================================== */
.login-reg-section .form-title {
  margin: 0px;
  padding: 30px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
}

.login-reg-section .login-container {
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.login-reg-section .login-container .social-accounts {
  padding: 30px;
  padding-bottom: 0px;
}

.login-reg-section .login-container .social-accounts span {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.login-reg-section .login-container .social-accounts ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}

.login-reg-section .login-container .social-accounts ul li {
  float: left;
  list-style: none;
  margin-right: 30px;
  display: inline-block;
}

.login-reg-section .login-container .social-accounts ul li:last-child {
  margin-right: 0px;
}

.login-reg-section .login-container .social-accounts ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.login-reg-section .login-container .social-accounts ul li a i {
  font-size: 16px;
}

.login-reg-section .login-container .social-accounts ul li a:hover {
  color: var(--theme-color-maroon);
}

.login-reg-section .login-container .login-form {
  padding: 30px;
}

.login-reg-section .login-container .login-form .forgetpass-btn {
  font-weight: 500;
  color: #222222;
}

.login-reg-section .login-container .login-form .custom-btn {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.login-reg-section .register-container {
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.login-reg-section .register-container .register-form {
  padding: 30px;
}

.login-reg-section .register-container .register-form .register-btn {
  width: 100%;
  height: 50px;
  display: block;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: #666666;
  border-radius: 30px;
  text-transform: uppercase;
  border: 2px solid #f0f0f0;
}

.login-reg-section .register-container .register-form .register-btn:hover {
  color: #ffffff;
  border-color: var(--theme-color-maroon);
  background-color: var(--theme-color-maroon);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* login register section - end
==================================================================================================== */
/* contact page - start
==================================================================================================== */
.contact-section {
  width: 100%;
  display: table;
}

.map-section-area iframe {
  width: 100%;
  height: 500px;
}

.contact-section #google-map,
.contact-section .store-image {
  width: 50%;
  height: 500px;
  border-radius: 0px;
}

.contact-section .store-info,
.contact-section .contact-info {
  width: 50%;
  height: 500px;
  padding: 200px 30px;
}

.contact-section .store-info .title-text span,
.contact-section .contact-info .title-text span {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  color: #222222;
  text-transform: uppercase;
}

.contact-section .store-info .title-text span:before,
.contact-section .contact-info .title-text span:before {
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: var(--theme-color-maroon);
}

.contact-section .contact-form .section-title {
  border: none;
}

.info-item {
  text-align: center;
}

.info-item i {
  padding: 20px;
  background-color: #5a0403;
  color: white;
  font-size: 32px;
  border-radius: 50%;
}

.contact-section .info-item {
  height: 230px;
  text-align: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  padding: 30px;
  border-radius: 10px;
}

/* contact page - end
==================================================================================================== */
/* 404 error page - start
==================================================================================================== */
.error-section .error-content .icon {
  font-size: 250px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.error-section .error-content h2 {
  font-size: 36px;
  text-transform: uppercase;
}

/* 404 error page - end
==================================================================================================== */
/* ==================================================
*	Project Name 	:  Strom E-Commerce
*	File 			:  css code for responsive layout
*	Version 		:  1.0.0
*	Last change 	:  02 October 2018
*	Author 			:  JThemes
*	Developer     	:  Rakibul Islam Dewan
================================================== */
/* ==================================================
*	1 - media screen and (max-width: 1903px)
*	2 - media screen and (max-width: 1349px)
*	3 - media screen and (max-width: 1199px)
*	4 - media screen and (max-width: 991px)
*	5 - media screen and (max-width: 767px)
*	6 - media screen and (max-width: 680px)
*	7 - media screen and (max-width: 480px)
*	8 - media screen and (max-width: 320px)
================================================== */
/*  ====================================================================================================
1 - media screen and (max-width: 1903px) - start
==================================================================================================== */
@media screen and (max-width: 1903px) {

  /* bicycle 1 - start
	================================================== */
  .header-section .bicycle-header .header-top .header-top-middle .discount-text {
    font-size: 13px;
  }

  .header-section .bicycle-header .header-bottom .btns-list ul .cart-btn .price {
    display: none;
  }

  .promotion-section .bicycle-1-promotion {
    height: auto;
  }

  /* bicycle 1 - end
	================================================== */
  /* digital 1 - start
	================================================== */
  .promotion-banner-section .digital-banner-content .item-details {
    top: 200px;
    left: 300px;
  }

  .promotion-banner-section .digital-banner-content .item-details-2 {
    top: 245px;
    right: 135px;
  }

  /* digital 1 - end
	================================================== */
  /* fashion 1 - start
	================================================== */
  .promotion-section .fashion-promotion-masonry .grid-sizer,
  .promotion-section .fashion-promotion-masonry .grid-item {
    height: auto;
    width: 332.25px;
  }

  .promotion-section .fashion-promotion-masonry .grid-height {
    height: 512px;
  }

  .featured-section .fashion-2-masonry .grid-sizer,
  .featured-section .fashion-2-masonry .grid-item {
    width: 33.333%;
  }

  .featured-section .fashion-2-masonry .grid-sizer .image-container,
  .featured-section .fashion-2-masonry .grid-item .image-container {
    height: auto;
  }

  /* fashion 1 - end
	================================================== */
  /* fashion 2 - start
	================================================== */
  .fashion2-right-body {
    width: 80%;
  }

  .home-fashion-2 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-fashion-2 .slider-section .slider-item {
    padding: 120px 0px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h1 {
    font-size: 84px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h2 {
    font-size: 42px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h3 {
    font-size: 36px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h4 {
    font-size: 24px;
  }

  .home-fashion-2 .promotion-section .promotion-item .promotion-content h3 {
    font-size: 24px;
  }

  .home-fashion-2 .promotion-section .promotion-item .promotion-content h2 {
    font-size: 30px;
  }

  .home-fashion-2 .promotion-section .promotion-item .promotion-content p {
    font-size: 16px;
  }

  .featured-section .fashion-2-masonry .grid-item,
  .featured-section .fashion-2-masonry .grid-sizer,
  .featured-section .fashion-2-masonry .grid-item-big,
  .featured-section .fashion-2-masonry .grid-item-width {
    width: 33.333%;
  }

  .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev {
    left: 0px;
  }

  .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next {
    right: 0px;
  }

  .fashion2-left-body .footer-area ul li {
    margin-right: 2px;
  }

  /* fashion 2 - end
	================================================== */
  /* furniture 1 - start
	================================================== */
  .slider-section .furniture-masonry .grid-item,
  .slider-section .furniture-masonry .grid-sizer,
  .slider-section .furniture-masonry .grid-item-width {
    height: auto;
  }

  .slider-section .furniture-masonry .grid-item .furniture-slider .item {
    padding: 95px 0px;
  }

  /* furniture 1 - end
	================================================== */
  /* furniture 2 - start
	================================================== */
  .popular-section .best-seller-furniture .best-seller-item {
    margin-bottom: 60px;
  }

  .popular-section .best-seller-furniture .best-seller-item .image-container {
    width: 40%;
  }

  .popular-section .best-seller-furniture .best-seller-item .item-content {
    width: 60%;
    display: table;
    padding: 0px 30px;
  }

  .popular-section .best-seller-furniture .best-seller-item .item-content .item-title {
    font-size: 24px;
    font-weight: 600;
  }

  .blog-section .blog-3-item-list .blog-grid-item-3 .blog-content {
    height: auto;
    padding: 20px;
  }

  .blog-section .blog-3-item-list .blog-grid-item-3 .blog-content .blog-title {
    font-size: 16px;
  }

  .blog-section .blog-3-item-list .blog-grid-item-3 .blog-image {
    height: auto;
  }

  .blog-section .blog-3-item-list .blog-grid-item-3:before {
    display: none;
  }

  /* furniture 2 - end
	================================================== */
  /* about - start
	================================================== */
  .about-section .about-content {
    padding: 95px 30px;
  }

  /* about - end
	================================================== */
  /* contact - start
	================================================== */
  .contact-section .store-info,
  .contact-section .contact-info {
    width: 50%;
    height: 380px;
    padding: 135px 30px;
  }

  .contact-section #google-map,
  .contact-section .store-image {
    width: 50%;
    height: 380px;
    border-radius: 0px;
  }

  /* contact - end
	================================================== */
  /* shoes 1 - start
	================================================== */
  .promotion-section .sports-shoes-masonry .grid-item-big .big-item-content h2 {
    font-size: 72px;
  }

  /* shoes 1 - end
	================================================== */
  /* shoes 2 - start
	================================================== */
  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item .image-container {
    height: 240px;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item.grid-item-big .image-container {
    height: 618px;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item.grid-item-tall .image-container {
    height: 618px;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item .item-content {
    padding: 0px;
  }

  /* shoes 2 - end
	================================================== */
  /* sunglass 1 - start
	================================================== */
  .header-section .sunglass-header .header-top .header-top-middle .discount-text {
    font-size: 13px;
  }

  .home-sunglass-1 .slider-section .slider-item h1 {
    font-size: 66px;
  }

  /* sunglass 1 - end
	================================================== */
  /* header section (dropdowns) - start
	================================================== */
  .main-menu .main-menu-list .menu-item-has-children>.sub-menu {
    left: -25px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .main-menu .main-menu-list .menu-item-has-children>.sub-menu .menu-item-has-children>.sub-menu {
    left: 280px;
  }

  .main-menu .all-departments-menu .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu {
    width: 950px;
  }

  .fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu {
    left: 270px;
  }

  .fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
    left: 280px;
  }

  .fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.mega-menu,
  .fashion2-left-body .main-menu .main-menu-list>ul>.menu-item-has-children.has-mega-menu>.demo-list {
    left: 270px;
  }

  .jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu {
    width: 950px;
  }

  /* header section (dropdowns) - end
	================================================== */
}

/* ====================================================================================================
1 - media screen and (max-width: 1903px) - end
==================================================================================================== */
/* ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  body {
    padding-top: 110px;
  }

  .header-section {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .count-down ul li {
    margin-right: 5px;
  }

  .count-down ul li:after {
    right: -6px;
  }

  /* bicycle 1 - start
	================================================== */
  .home-bicycle-1 .slider-section .slider-item .overlay-black {
    padding: 180px 0px;
  }

  .promotion-section .bicycle-1-promotion .promotion-content {
    padding: 20px;
  }

  .promotion-section .bicycle-1-promotion .promotion-content h3 {
    font-size: 24px;
  }

  .promotion-banner-section .bicycle-banner .promotion-content h2 {
    font-size: 36px;
  }

  /* bicycle 1 - end
	================================================== */
  /* bicycle 2 - start
	================================================== */
  .category-section .bicycle-2-category {
    padding: 15px 0px;
  }

  .category-section .bicycle-2-category .category-item .item-title {
    font-size: 18px;
  }

  .promotion-section .bicycle2-promotion-masonry .grid-sizer,
  .promotion-section .bicycle2-promotion-masonry .grid-item {
    height: auto;
  }

  .promotion-section .bicycle2-promotion-masonry .promotion-big {
    height: auto;
  }

  .promotion-banner-section .bicycle-banner .promotion-content h2 {
    font-size: 30px;
  }

  .trending-section .bicycle-trending-products .trending-item .item-content .item-title {
    font-size: 16px;
  }

  .deal-item .item-content .item-title {
    font-size: 16px;
  }

  /* bicycle 2 - end
	================================================== */
  /* digital 1 - start
	================================================== */
  .promotion-banner-section .digital-banner-content {
    padding: 35px 15px;
  }

  .promotion-banner-section .digital-banner-content {
    width: 100%;
  }

  .promotion-banner-section .digital-banner-content .item-details,
  .promotion-banner-section .digital-banner-content .item-details-2 {
    display: none;
  }

  .trending-section .products-tab .products-tab-nav .nav li a {
    padding: 0px 10px;
  }

  .trending-section .products-tab .tab-content .tab-pane .product-item .product-content .product-title {
    font-size: 16px;
  }

  .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-prev {
    left: 0;
  }

  .brand-logo-section .digital-brandlogo .owl-theme .owl-nav .owl-next {
    right: 0;
  }

  .category-section .digital-category-post .post-item {
    height: auto;
  }

  .footer-section .default-footer .footer-top .footer-menu ul li {
    margin-right: 15px;
    padding-right: 15px;
  }

  /* digital 1 - end
	================================================== */
  /* digital 2 - start
	================================================== */
  .home-digital-2 .slider-section .slider-item h1 {
    font-size: 36px;
  }

  .home-digital-2 .slider-section .slider-item h2 {
    font-size: 22px;
  }

  .home-digital-2 .slider-section .slider-item h3 {
    font-size: 18px;
  }

  .blog-section .blog-grid-item .blog-content {
    padding: 15px 0px;
  }

  .blog-section .blog-grid-item .blog-content .blog-title {
    font-size: 16px;
  }

  /* digital 2 - end
	================================================== */
  /* fashion 1 - start
	================================================== */
  .promotion-section .fashion-promotion-masonry .grid-sizer,
  .promotion-section .fashion-promotion-masonry .grid-item {
    height: auto;
    width: 334px;
  }

  .category-section .fashion-category-list ul li {
    width: 33.33%;
    padding: 30px;
    text-align: center !important;
  }

  /* fashion 1 - end
	================================================== */
  /* fashion 2 - start
	================================================== */
  .fashion2-left-body {
    display: none;
  }

  .fashion2-right-body {
    width: 100%;
  }

  .home-fashion-2 .promotion-section .promotion-item .promotion-content h3 {
    font-size: 18px;
  }

  .home-fashion-2 .promotion-section .promotion-item .promotion-content h2 {
    font-size: 24px;
  }

  .home-fashion-2 .promotion-section .promotion-item .promotion-content p {
    font-size: 16px;
  }

  /* fashion 2 - end
	================================================== */
  /* food 1 - start
	================================================== */
  .home-food-1 .slider-section .slider-item .slider-content h1 {
    font-size: 30px;
  }

  .home-food-1 .slider-section .slider-item .slider-content h2 {
    font-size: 54px;
  }

  .sidebar-section .sidebar-newsletter .title h2 {
    font-size: 18px;
  }

  /* food 1 - end
	================================================== */
  /* food 2 - start
	================================================== */
  .slider-section .food-banner .banner-content h1 {
    font-size: 30px;
  }

  .slider-section .food-banner .banner-content h2 {
    font-size: 36px;
  }

  .slider-section .food-banner .banner-content h3 {
    font-size: 48px;
  }

  .promotion-section .grid-sizer,
  .promotion-section .grid-item {
    width: 50%;
    height: auto;
  }

  .promotion-section .grid-width {
    width: 100%;
  }

  .icecream-section .icecream-tebs-nav li a {
    padding: 15px 15px;
  }

  .icecream-section .tab-content .owl-carousel .owl-nav .owl-prev {
    left: -0px;
  }

  .icecream-section .tab-content .owl-carousel .owl-nav .owl-next {
    right: -0px;
  }

  /* food 2 - end
	================================================== */
  /* furniture 1 - start
	================================================== */
  .slider-section .furniture-masonry .grid-item,
  .slider-section .furniture-masonry .grid-sizer {
    width: 50%;
  }

  .slider-section .furniture-masonry .grid-item-big {
    width: 100%;
  }

  .slider-section .furniture-masonry .grid-item-width {
    width: 100%;
  }

  .promotion-banner-section .furniture-banner .promotion-content h2 {
    font-size: 30px;
  }

  /* furniture 1 - end
	================================================== */
  /* furniture 2 - start
	================================================== */
  .home-furniture-2 .slider-section .slider-item {
    padding: 100px 0px;
  }

  .blog-section .blog-3-item-list {
    margin: 0 auto;
    max-width: 370px;
  }

  .blog-section .blog-3-item-list .blog-grid-item-3 {
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border: 1px solid #f0f0f0;
  }

  .blog-section .blog-3-item-list .blog-grid-item-3 .blog-image,
  .blog-section .blog-3-item-list .blog-grid-item-3 .blog-content {
    float: none !important;
  }

  .home-furniture-2 .blog-section .section-title {
    text-align: center;
  }

  /* furniture 2 - end
	================================================== */
  /* about - start
	================================================== */
  .about-section {
    padding: 30px 0px;
  }

  .about-section .about-image {
    float: none;
    margin: 0 auto 30px;
  }

  .about-section .about-content {
    padding: 0px;
    display: table;
    margin: 0 auto;
  }

  /* about - end
	================================================== */
  /* blog - start
	================================================== */
  .sidebar-section .recent-post ul li .image-container {
    width: 100px;
  }

  .sidebar-section .recent-post ul li .content .item-title {
    font-size: 16px;
  }

  /* blog - end
	================================================== */
  /* contact - start
	================================================== */
  .contact-section #google-map,
  .contact-section .store-image {
    width: 100%;
    height: auto;
  }

  .contact-section .store-image img {
    width: 100%;
    display: block;
  }

  .contact-section #google-map {
    height: 400px;
  }

  .contact-section .store-info,
  .contact-section .contact-info {
    width: 100%;
    height: auto;
    padding: 30px;
    display: table;
    margin-bottom: 30px;
    float: none !important;
  }

  /* contact - end
	================================================== */
  /* product grid left sidebar - start
	================================================== */
  .product-section .product-grid-section .filter-content .filter-select {
    width: 100%;
  }

  .product-section .product-grid-section .filter-content .filter-nav {
    padding: 0px 15px;
  }

  /* product grid left sidebar - end
	================================================== */
  /* shopping cart - start
	================================================== */
  .shopping-cart-section .shopping-cart-table .clear-btn,
  .shopping-cart-section .shopping-cart-table .update-btn {
    padding: 10px 20px;
  }

  .shopping-cart-section .shopping-cart-table table tbody tr td .image-container {
    margin-right: 15px;
  }

  .shopping-cart-section .shopping-cart-table table tbody tr td .item-title {
    font-size: 16px;
  }

  .shopping-cart-section .shopping-cart-table {
    overflow-x: scroll;
  }

  .shopping-cart-section .shopping-cart-table .table {
    width: 994px;
  }

  /* shopping cart - end
	================================================== */
  /* jewellry 1 - start
	================================================== */
  .home-jewellry-1 .slider-section .slider-item .slider-content h2 {
    font-size: 30px;
  }

  .category-section .jewellry-categories-masonry .grid-sizer,
  .category-section .jewellry-categories-masonry .grid-item {
    width: 50%;
    height: auto;
  }

  .promotion-banner-section .jewellry-banner-1 .promotion-content h2 {
    font-size: 36px;
  }

  /* jewellry 1 - end
	================================================== */
  /* jewelry 2 - start
	================================================== */
  .jewellry-slider-section .jewellry-carousel .item .slider-content h1 {
    font-size: 48px;
  }

  .deals-section .jewellry-deals-carousel .item>ul>li .item-content .cart-btn {
    padding: 10px 15px;
  }

  /* jewelry 2 - end
	================================================== */
  /* shoes 1 - start
	================================================== */
  .promotion-section .sports-shoes-masonry .grid-item {
    width: 50%;
  }

  .promotion-section .sports-shoes-masonry .grid-item-big .big-item-content h3 {
    font-size: 42px;
  }

  .promotion-section .sports-shoes-masonry .grid-item-big .big-item-content h2 {
    font-size: 60px;
  }

  .promotion-banner-section .shoes-banner .promotion-content h2 {
    font-size: 42px;
  }

  .promotion-banner-section .shoes-banner .promotion-content h3 {
    font-size: 30px;
  }

  .trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav li {
    margin-right: 15px;
  }

  .trending-section .new-arrivals-shoes .new-arrivals-carousel .slider-items-nav .item {
    height: 32px;
    width: 32px !important;
  }

  /* shoes 1 - end
	================================================== */
  /* shoes 2 - start
	================================================== */
  .home-shoes-2 .police-section .police-service-list ul li {
    width: 50%;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item .image-container {
    height: auto;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item .item-content {
    width: 100%;
    padding: 0px;
    display: table;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item {
    width: 33.333%;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item .image-container {
    background-color: #f7f7f7;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item .image-container {
    height: 290px;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item.grid-item-big .image-container {
    height: 290px;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item.grid-item-tall .image-container {
    height: auto;
  }

  /* shoes 2 - end
	================================================== */
  /* sunglass 1 - start
	================================================== */
  .home-sunglass-1 .slider-section .overlay-white {
    padding: 200px 0px;
  }

  .home-sunglass-1 .slider-section .slider-item h2 {
    font-size: 30px;
  }

  .home-sunglass-1 .slider-section .slider-item h1 {
    font-size: 54px;
  }

  .sunglass-section .mens-sunglass .sunglass-content h4,
  .sunglass-section .womens-sunglass .sunglass-content h4 {
    font-size: 24px;
  }

  .sunglass-section .mens-sunglass .sunglass-content h3,
  .sunglass-section .womens-sunglass .sunglass-content h3 {
    font-size: 30px;
  }

  .sunglass-section .mens-sunglass .sunglass-content h2,
  .sunglass-section .womens-sunglass .sunglass-content h2 {
    font-size: 54px;
  }

  .promotion-banner-section .sunglass-banner-1 .promotion-content h2 {
    font-size: 60px;
  }

  /* sunglass 1 - end
	================================================== */
  /* sunglass 2 - start
	================================================== */
  .home-sunglass-2 .slider-section .slider-item .slider-content h1 {
    font-size: 60px;
  }

  /* sunglass 2 - end
	================================================== */
  /* tools 1 - start
	================================================== */
  .home-tools-1 .slider-section .slider-item h1 {
    font-size: 42px;
  }

  .category-section .tools-category-carousel .item .item-content {
    width: 100%;
    padding: 15px;
  }

  .promotion-section .promotion-video iframe {
    height: 425px;
  }

  /* tools 1 - end
	================================================== */
  /* tools 2 - start
	================================================== */
  .storm-product-section .storm-tools-products .tools-products-nav {
    position: static;
    margin-bottom: 30px;
  }

  .storm-product-section .storm-tools-products .tools-products-nav li .active {
    border-radius: 3px;
    border: 1px solid transparent;
    background-color: #ffffff;
  }

  /* tools 2 - end
	================================================== */
  /* watches 1 - start
	================================================== */
  .home-watches-1 .slider-section .slider-item .slider-content {
    text-align: center;
  }

  .home-watches-1 .slider-section .slider-item .slider-content h1 {
    font-size: 48px;
  }

  .category-section .watches-category ul li .item-content h3 {
    font-size: 30px;
  }

  .category-section .watches-category ul li .item-content h2 {
    font-size: 42px;
  }

  .promotion-banner-section .watches-promotion-banner .promotion-content h2 {
    font-size: 48px;
  }

  .police-section .watches-police-section .police-item {
    padding: 30px 15px;
  }

  /* watches 1 - end
	================================================== */
  /* watches 2 - start
	================================================== */
  .home-watches-2 .slider-section .slider-item .slider-content h1 {
    font-size: 42px;
  }

  /* watches 2 - end
	================================================== */
  .jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu {
    top: 57px;
    left: 0px;
  }

  .home-tools-2 .departments-dropdown-menu>li>a {
    height: auto;
  }

  .home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu {
    top: 50px;
    left: 0px;
  }

  .storm-product-section .storm-tools-products .grid-item .image-container {
    height: auto;
  }

  .storm-product-section .storm-tools-products .grid-item-big .image-container {
    height: auto;
  }

  .home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu {
    top: 43px;
    left: 0px;
    width: 950px;
  }
}

/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - start
==================================================================================================== */
@media screen and (max-width: 991px) {
  .breadcrumb-section .breadcrumb-big-title .title-text strong {
    width: 100%;
    display: table;
  }

  .breadcrumb-section .breadcrumb-list ul li,
  .breadcrumb-section .breadcrumb-list ul li a {
    font-size: 16px;
  }

  .product-item .image-container img {
    width: 100%;
    display: block;
  }

  /* bicycle 1 - start
	================================================== */
  .promotion-section .bicycle-1-promotion {
    margin-bottom: 30px;
  }

  .hot-product-section .hottest-bicycles .featured-container .nav {
    width: 100%;
    position: static;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
  }

  .hot-product-section .hottest-bicycles .featured-container .nav li {
    z-index: 1;
    margin-bottom: -1px;
  }

  .hot-product-section .hottest-bicycles .big-image {
    display: none;
  }

  .brand-logo-section .bicycle-brandlogo ul li {
    width: 50%;
    height: 100px;
    margin-bottom: 15px;
    text-align: center !important;
  }

  .footer-section .bicycle-footer .footer-top ul {
    width: 100%;
    max-width: 100%;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border-radius: 0px;
  }

  .footer-section .bicycle-footer .footer-top ul li {
    width: 50%;
    padding: 30px;
  }

  .footer-section .bicycle-footer .footer-middle .useful-links,
  .footer-section .bicycle-footer .footer-middle .footer-contact {
    margin-bottom: 60px;
  }

  .footer-section .bicycle-footer .footer-bottom {
    text-align: center;
  }

  .footer-section .bicycle-footer .footer-bottom .copyright-text {
    margin-bottom: 15px !important;
  }

  .footer-section .bicycle-footer .footer-bottom .payment-card {
    float: none !important;
  }

  /* bicycle 1 - end
	================================================== */
  /* bicycle 2 - start
	================================================== */
  .home-bicycle-2 .slider-section .slider-item {
    padding: 100px 0px;
  }

  .home-bicycle-2 .slider-section .slider-item .slider-content {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .home-bicycle-2 .slider-section .slider-item .slider-content h1 {
    font-size: 42px;
  }

  .category-section .bicycle-2-category .category-item {
    margin-bottom: 15px;
  }

  .promotion-section .bicycle2-promotion-masonry {
    width: 570px;
    margin: 0 auto;
  }

  .promotion-section .bicycle2-promotion-masonry .grid-item {
    width: 100%;
  }

  .home-bicycle-2 .trending-section .bicycle-trending-products .promotion-item {
    margin-bottom: 60px;
  }

  .blog-section .blog-grid-item {
    margin-bottom: 30px;
  }

  /* bicycle 2 - end
	================================================== */
  /* digital 1 - start
	================================================== */
  .home-digital-1 .slider-section .slider-item .slider-content h1 {
    font-size: 54px;
  }

  .home-digital-1 .slider-section .slider-item .slider-content h3 {
    font-size: 24px;
  }

  .police-section .police-service-list {
    padding: 15px;
  }

  .police-section .police-service-list ul li {
    width: 50%;
    padding: 15px;
  }

  .police-section .police-service-list ul li .content h3 {
    font-size: 16px;
  }

  .police-section .police-service-list ul li .content p {
    font-size: 16px;
  }

  .home-digital-1 .featured-section .promotion-banner .promotion-item {
    max-width: 370px;
    text-align: center;
    margin: 0 auto 30px;
  }

  .home-digital-1 .featured-section .promotion-banner .deal-item {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .promotion-banner-section .digital-banner-content {
    width: 100%;
    display: table;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .promotion-banner-section .digital-banner-content .main-content {
    max-width: 100%;
  }

  .home-digital-1 .trending-section .onsale-product {
    margin-bottom: 60px;
  }

  .trending-section .products-tab .products-tab-nav {
    width: 100%;
    display: table;
  }

  .trending-section .products-tab .products-tab-nav .nav {
    width: 100%;
    display: table;
    position: static;
    margin-bottom: 60px;
    border-bottom: 1px solid #f0f0f0;
  }

  .trending-section .products-tab .products-tab-nav .nav li {
    z-index: 1;
    margin-bottom: -1px;
  }

  .footer-section .default-footer .footer-top .footer-logo {
    text-align: center;
  }

  .footer-section .default-footer .footer-top .footer-social-links ul {
    float: none;
    margin: 0 auto;
  }

  .footer-section .default-footer .footer-middle .useful-links,
  .footer-section .default-footer .footer-middle .footer-contact {
    margin-bottom: 30px;
  }

  /* digital 1 - end
	================================================== */
  /* digital 2 - start
	================================================== */
  .home-digital-2 .slider-section .slider-item {
    padding: 100px 0px;
  }

  .home-digital-2 .slider-section .slider-item .slider-content {
    padding: 30px;
    background: rgba(255, 255, 255, 0.6);
  }

  .promotion-item {
    margin-bottom: 30px;
  }

  .promotion-section .digital2-promotion-masonry {
    margin: 0 auto;
    max-width: 600px;
  }

  .electronics-device-section .electronics-featured-item {
    margin-bottom: 60px;
  }

  .electronics-device-section .electronics-device .electronics-device-nav {
    width: 100%;
    display: table;
    position: static;
    border-bottom: 1px solid #f0f0f0;
  }

  .electronics-device-section .electronics-device .electronics-device-nav li {
    float: left;
    display: inline-block;
  }

  /* digital 2 - end
	================================================== */
  /* fashion 1 - start
	================================================== */
  .home-fashion-1 .slider-section .slider-item .slider-content h1 {
    font-size: 54px;
  }

  .promotion-section .fashion-promotion-masonry .grid-sizer,
  .promotion-section .fashion-promotion-masonry .grid-item {
    height: auto;
    width: 371px;
  }

  .category-section .fashion-category-list ul li {
    padding: 30px 20px;
  }

  .storm-product-section .ourproducts-tab .nav {
    width: 100%;
    display: table;
    position: static;
    border-bottom: 1px solid #f0f0f0;
  }

  .storm-product-section .ourproducts-tab .nav li {
    float: left;
    display: inline-block;
  }

  .storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-sizer,
  .storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item {
    width: 50%;
  }

  .storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-sizer .image-container img,
  .storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item .image-container img {
    width: 100%;
    display: block;
  }

  .footer-section .fashion-footer .footer-top .item {
    margin-bottom: 30px;
  }

  .footer-section .fashion-footer .footer-middle .useful-links,
  .footer-section .fashion-footer .footer-middle .footer-contact {
    margin-bottom: 30px;
  }

  .footer-section .fashion-footer .footer-bottom .copyright-text {
    text-align: center;
    margin-bottom: 15px !important;
  }

  .footer-section .fashion-footer .footer-bottom .payment-card {
    text-align: center;
    float: none !important;
  }

  /* fashion 1 - end
	================================================== */
  /* fashion 2 - start
	================================================== */
  .home-fashion-2 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .category-section .fashion2-hot-category .category-item {
    margin-bottom: 30px;
  }

  /* fashion 2 - end
	================================================== */
  /* food 1 - start
	================================================== */
  .footer-section .food-footer .footer-middle .useful-links,
  .footer-section .food-footer .footer-middle .footer-contact {
    margin-bottom: 30px;
  }

  .footer-section .food-footer .footer-bottom .copyright-text {
    text-align: center;
    margin-bottom: 15px !important;
  }

  .footer-section .food-footer .footer-bottom .social-links ul {
    float: none;
    margin: 0 auto;
  }

  /* food 1 - end
	================================================== */
  /* food 1 - start
	================================================== */
  .blog-section .blog-grid-item-2 {
    margin-bottom: 30px;
  }

  .footer-section .food-footer .footer-top .insta-shoot ul li {
    width: 25%;
  }

  /* food 1 - end
	================================================== */
  /* furniture 1 - start
	================================================== */
  .furniture-brand-section .furniture-items-list>ul>li {
    width: 33.333%;
  }

  .footer-section .furniture-footer .footer-top .useful-links,
  .footer-section .furniture-footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }

  .footer-section .furniture-footer .footer-bottom .copyright-text {
    text-align: center;
    margin-bottom: 15px !important;
  }

  .footer-section .furniture-footer .footer-bottom .social-links ul {
    float: none;
    margin: 0 auto;
  }

  /* furniture 1 - end
	================================================== */
  /* error 404 - start
	================================================== */
  .footer-section .default-footer .footer-middle .footer-newsletter .newsletter-content {
    margin-bottom: 15px;
  }

  /* error 404 - end
	================================================== */
  /* about - start
	================================================== */
  .funfact-section .funfact-item {
    margin-bottom: 30px;
    float: none !important;
  }

  .team-section .team-member {
    max-width: 260px;
    margin: 0 auto 30px;
  }

  /* about - end
	================================================== */
  /* blog - start
	================================================== */
  .blog-section .blog-big-item .blog-content .read-more {
    font-size: 16px;
    padding: 10px 30px;
  }

  /* blog - end
	================================================== */
  /* login register - start
	================================================== */
  .login-reg-section .login-container {
    margin-bottom: 60px;
  }

  /* login register - end
	================================================== */
  /* products details - start
	================================================== */
  .product-details-section .product-details .product-details-carousel {
    margin-bottom: 60px;
  }

  .product-details-section .product-details .product-details-carousel .slider-for .item {
    height: auto;
  }

  .product-details-section .product-details .product-details-carousel .slider-nav .item {
    height: auto;
  }

  /* products details - end
	================================================== */
  /* product grid left sidebar - start
	================================================== */
  .product-section .product-grid-section .filter-content .filter-select {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-list-item .item-content .item-size-color ul {
    width: 100%;
    display: table;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
  }

  .product-list-item .item-content .item-size-color ul:last-child {
    margin-bottom: 0px;
  }

  .product-list-item .item-content .item-size-color ul:before {
    display: none;
  }

  .product-section .product-grid-section {
    margin-bottom: 60px;
  }

  .product-section .product-grid-section .filter-content .filter-nav {
    padding: 0px 30px;
  }

  /* product grid left sidebar - end
	================================================== */
  /* jewellry 1 - start
	================================================== */
  .home-jewellry-1 .slider-section .slider-item .slider-content {
    text-align: center !important;
  }

  .home-jewellry-1 .promotion-section .container-fluid {
    padding: 15px;
  }

  .home-jewellry-1 .promotion-section.mb-60 {
    margin-bottom: 0px;
  }

  .home-jewellry-1 .blog-section {
    background-color: #f7f7f7;
  }

  .blog-section .blog-grid-item-4 {
    margin-bottom: 30px;
  }

  .testimonial-section .testimonial-carousel .item {
    padding: 0px 50px;
  }

  .footer-section .jewellry-footer .footer-top .item {
    margin-bottom: 30px;
  }

  .footer-section .jewellry-footer .footer-middle .useful-links,
  .footer-section .jewellry-footer .footer-middle .footer-contact {
    margin-bottom: 30px;
  }

  /* jewellry 1 - end
	================================================== */
  /* jewelry 2 - start
	================================================== */
  .jewellry-category-menu {
    margin-bottom: 30px;
  }

  .deals-section .jewellry-deals-carousel .item>ul>li {
    width: 100%;
    float: none;
    border: none;
    padding: 0px;
    display: table;
    margin-bottom: 15px;
  }

  .deals-section .jewellry-deals-carousel .item>ul>li:last-child {
    margin-bottom: 0px;
  }

  .deals-section .jewellry-deals-carousel .item>ul>li .item-content .item-title {
    font-size: 24px;
  }

  /* jewelry 2 - end
	================================================== */
  /* shoes 1 - start
	================================================== */
  .home-shoes-1 .slider-section .slider-item .slider-content {
    text-align: center !important;
  }

  .promotion-section .sports-shoes-masonry .grid-item-big .big-item-content h2 {
    font-size: 36px;
  }

  .promotion-section .sports-shoes-masonry .grid-item-big .big-item-content h3 {
    font-size: 24px;
  }

  .home-shoes-1 .hot-product-section .deal-item {
    margin-bottom: 30px;
  }

  .shoes-section .mens-shoes {
    margin-bottom: 60px;
  }

  .footer-section .shoes-footer .footer-middle .useful-links,
  .footer-section .shoes-footer .footer-middle .footer-contact {
    margin-bottom: 30px;
  }

  /* shoes 1 - end
	================================================== */
  /* shoes 2 - start
	================================================== */
  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item {
    width: 50%;
  }

  /* shoes 2 - end
	================================================== */
  /* sunglass 1 - start
	================================================== */
  .sunglass-section .mens-sunglass .sunglass-content,
  .sunglass-section .womens-sunglass .sunglass-content {
    padding: 30px 0px;
  }

  .category-section .sunglass-1-category .category-item {
    margin-bottom: 30px;
  }

  /* sunglass 1 - end
	================================================== */
  /* sunglass 2 - start
	================================================== */
  .home-sunglass-2 .slider-section .slider-item .slider-content h2 {
    font-size: 36px;
  }

  .home-sunglass-2 .slider-section .slider-item .slider-content h1 {
    font-size: 48px;
  }

  .home-sunglass-2 .slider-section .slider-item .slider-content h3 {
    font-size: 24px;
  }

  /* sunglass 2 - end
	================================================== */
  /* tools 1 - start
	================================================== */
  .home-tools-1 .slider-section .slider-item .slider-content {
    text-align: center;
  }

  .promotion-section .promotion-video {
    margin-bottom: 30px;
  }

  .power-tools-section .featured-item {
    margin-bottom: 60px;
  }

  /* tools 1 - end
	================================================== */
  /* tools 2 - start
	================================================== */
  .storm-product-section .storm-tools-products .grid-item {
    width: 50%;
  }

  .storm-product-section .storm-tools-products .grid-item .image-container {
    height: auto;
  }

  .blog-section .blog-grid-item-5 {
    margin-bottom: 30px;
  }

  /* tools 2 - end
	================================================== */
  /* watches 1 - start
	================================================== */
  .category-section .watches-category ul li .item-content h3 {
    font-size: 24px;
  }

  .category-section .watches-category ul li .item-content h2 {
    font-size: 30px;
  }

  .police-section .watches-police-section .police-item {
    margin-bottom: 30px;
  }

  /* watches 1 - end
	================================================== */
  /* watches 2 - start
	================================================== */
  .home-watches-2 .all-departments-menu {
    margin: 30px 0px;
  }

  .police-section .watches-2-police-section .police-item {
    margin-bottom: 30px;
  }

  /* watches 2 - end
	================================================== */
  .jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu {
    width: 100%;
  }

  .jewellry-slider-section .jewellry-category-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li {
    width: 100%;
    display: table;
  }

  .home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu {
    width: 100%;
  }

  .home-tools-2 .departments-dropdown-menu>.menu-item-has-children.has-mega-menu>.mega-menu>li {
    width: 100%;
    display: table;
  }

  .home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu {
    width: 100%;
  }

  .home-watches-2 .all-departments-menu>ul .menu-item-has-children.has-mega-menu>.mega-menu>li {
    width: 100%;
    display: table;
  }
}

/* ====================================================================================================
4 - media screen and (max-width: 991px) - end
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 767px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 680px) - start
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  body {
    padding-top: 90px;
  }

  .sec-ptb-100 {
    padding: 60px 0px;
  }

  .section-title h2 {
    font-size: 18px;
  }

  /* bicycle 1 - start
	================================================== */
  .mobile-menu .brand-logo {
    max-width: 200px;
  }

  .mobile-menu .menu-btn {
    margin: 0px 0px;
  }

  .home-bicycle-1 .slider-section .slider-content h2 {
    font-size: 24px;
  }

  .home-bicycle-1 .slider-section .slider-content h1 {
    font-size: 42px;
  }

  .home-bicycle-1 .slider-section .slider-content h3 {
    font-size: 18px;
  }

  .home-bicycle-1 .slider-section .slider-item .overlay-black {
    padding: 100px 0px;
  }

  .home-bicycle-1 .promotion-section {
    padding: 15px 0px;
  }

  .featured-section .featured-container .digital-featured-nav li {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .featured-section .featured-container .digital-featured-nav li a {
    width: 100%;
    border: none;
    display: block;
    border-radius: 3px;
  }

  .featured-section .featured-container .digital-featured-nav li .active {
    background-color: #f7f7f7;
  }

  .promotion-banner-section .bicycle-banner .promotion-content h2 {
    font-size: 30px;
  }

  .product-item .item-content .item-title {
    font-size: 16px;
  }

  .hot-product-section .hottest-bicycles .featured-container .nav li {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .hot-product-section .hottest-bicycles .featured-container .nav li a {
    width: 100%;
    border: none;
    display: block;
    border-radius: 3px;
  }

  .hot-product-section .hottest-bicycles .featured-container .nav li .active {
    background-color: #f7f7f7;
  }

  .brand-logo-section .bicycle-brandlogo ul li {
    width: 100%;
  }

  .footer-section .bicycle-footer .footer-middle .useful-link-list ul li {
    width: 50%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-bottom: 10px;
  }

  .footer-section .bicycle-footer .footer-middle .useful-link-list ul li:after {
    display: none;
  }

  .footer-section .bicycle-footer .footer-middle .useful-link-list {
    text-align: left !important;
  }

  /* bicycle 1 - end
	================================================== */
  /* bicycle 2 - start
	================================================== */
  .home-bicycle-2 .slider-section .slider-item .slider-content {
    text-align: center;
  }

  .home-bicycle-2 .slider-section .slider-item .slider-content h2 {
    font-size: 24px;
  }

  .home-bicycle-2 .slider-section .slider-item .slider-content h1 {
    font-size: 30px;
  }

  .home-bicycle-2 .slider-section .slider-item .slider-content .color-list ul {
    margin: 0 auto;
  }

  .promotion-section .bicycle2-promotion-masonry {
    width: 100%;
  }

  .promotion-section .bicycle2-promotion-masonry .grid-item .promotion-content {
    padding: 15px;
  }

  .promotion-section .bicycle2-promotion-masonry .promotion-big .promotion-content h3 {
    font-size: 18px;
  }

  .promotion-section .bicycle2-promotion-masonry .promotion-big .promotion-content h2 {
    font-size: 24px;
  }

  .promotion-section .bicycle2-promotion-masonry .grid-item .promotion-content h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .promotion-section .bicycle2-promotion-masonry .grid-item .promotion-content h3 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .promotion-section .bicycle2-promotion-masonry .grid-item .promotion-content h4 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  /* bicycle 2 - end
	================================================== */
  /* digital 1 - start
	================================================== */
  .home-digital-1 .slider-section .slider-item .slider-content {
    text-align: center;
    margin-bottom: 30px;
  }

  .home-digital-1 .slider-section .slider-item .slider-content h1 {
    font-size: 36px;
  }

  .home-digital-1 .slider-section .slider-item .slider-content h3 {
    font-size: 18px;
  }

  .home-digital-1 .slider-section .slider-item .slider-content h4 {
    font-size: 16px;
  }

  .home-digital-1 .slider-section .slider-item .slider-content h4 strong {
    font-size: 18px;
  }

  .home-digital-1 .slider-section .slider-item .slider-content h2 {
    font-size: 24px;
  }

  .police-section .police-service-list ul li {
    width: 100%;
    padding: 10px;
  }

  .police-section .police-service-list {
    padding: 10px;
  }

  .home-digital-1 .promotion-section .promotion-item {
    margin-bottom: 30px;
  }

  .promotion-banner-section .digital-banner-content .main-content span {
    font-size: 18px;
  }

  .promotion-banner-section .digital-banner-content .main-content h2 {
    font-size: 24px;
  }

  .trending-section .products-tab .products-tab-nav .nav li {
    margin: 0px;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .trending-section .products-tab .products-tab-nav .nav li a {
    width: 100%;
    border: none;
    display: block;
    border-radius: 3px;
  }

  .trending-section .products-tab .products-tab-nav .nav li .active {
    background-color: #f7f7f7;
  }

  .home-digital-1 .promotion-section.sec-ptb-60 {
    padding: 0px;
  }

  .category-section .digital-category-post .post-item {
    max-width: 270px;
    margin: 0 auto 30px;
  }

  .footer-section .default-footer .footer-middle .footer-newsletter .newsletter-content {
    margin-bottom: 15px;
  }

  /* digital 1 - end
	================================================== */
  /* digital 2 - start
	================================================== */
  .home-digital-2 .slider-section .slider-item {
    padding: 60px 0px;
  }

  .home-digital-2 .slider-section .slider-item h1 {
    font-size: 24px;
  }

  .home-digital-2 .slider-section .slider-item h2 {
    font-size: 18px;
  }

  .home-digital-2 .slider-section .slider-item h3 {
    font-size: 16px;
  }

  .home-digital-2 .slider-section .slider-item h4 {
    font-size: 16px;
  }

  .home-digital-2 .slider-section .slider-item h4 strong {
    font-size: 16px;
  }

  .promotion-section .digital2-promotion-masonry {
    max-width: 100%;
  }

  .promotion-section .digital2-promotion-masonry .grid-big,
  .promotion-section .digital2-promotion-masonry .grid-item,
  .promotion-section .digital2-promotion-masonry .grid-sizer,
  .promotion-section .digital2-promotion-masonry .grid-width {
    width: 100%;
    height: auto;
  }

  .promotion-section .digital2-promotion-masonry .grid-big .promotion-item,
  .promotion-section .digital2-promotion-masonry .grid-item .promotion-item,
  .promotion-section .digital2-promotion-masonry .grid-sizer .promotion-item,
  .promotion-section .digital2-promotion-masonry .grid-width .promotion-item {
    margin: 0px;
  }

  .electronics-device-section .electronics-device .electronics-device-nav li {
    margin: 0px;
    width: 100%;
    display: table;
    margin-bottom: 5px;
    text-align: center;
  }

  .electronics-device-section .electronics-device .electronics-device-nav li a {
    width: 100%;
    border: none;
    display: block;
    border-radius: 3px;
  }

  .electronics-device-section .electronics-device .electronics-device-nav li .active {
    background-color: #f7f7f7;
  }

  /* digital 2 - end
	================================================== */
  /* fashion 1 - start
	================================================== */
  .home-fashion-1 .slider-section .slider-item {
    padding: 100px 0px;
  }

  .home-fashion-1 .slider-section .slider-item .slider-content h1 {
    font-size: 36px;
  }

  .home-fashion-1 .slider-section .slider-item .slider-content h2 {
    font-size: 24px;
  }

  .home-fashion-1 .slider-section .slider-item .slider-content h2 strong {
    font-size: 30px;
  }

  .home-fashion-1 .slider-section .slider-item .slider-content h3 {
    font-size: 18px;
  }

  .promotion-section .fashion-promotion-masonry {
    padding: 0px;
  }

  .promotion-section .fashion-promotion-masonry .grid-sizer,
  .promotion-section .fashion-promotion-masonry .grid-item {
    height: auto;
    width: 100%;
  }

  .category-section .fashion-category-list ul li {
    width: 50%;
    padding: 15px;
  }

  .storm-product-section .ourproducts-tab .nav li {
    width: 100%;
    display: table;
    margin-bottom: 5px;
  }

  .storm-product-section .ourproducts-tab .nav li a {
    width: 100%;
    border: none;
    display: block;
    text-align: center;
  }

  .storm-product-section .ourproducts-tab .nav li .active {
    background-color: #f7f7f7;
  }

  .storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry {
    margin: 0;
  }

  .storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-sizer,
  .storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item {
    width: 100%;
  }

  /* fashion 1 - end
	================================================== */
  /* fashion 2 - start
	================================================== */
  .home-fashion-2 .slider-section .slider-item {
    padding: 60px 0px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h1 {
    font-size: 60px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h2 {
    font-size: 36px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h3 {
    font-size: 24px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h4 {
    font-size: 18px;
  }

  .featured-section .fashion-2-masonry .grid-item,
  .featured-section .fashion-2-masonry .grid-sizer,
  .featured-section .fashion-2-masonry .grid-item-big,
  .featured-section .fashion-2-masonry .grid-item-width {
    width: 100%;
  }

  /* fashion 2 - end
	================================================== */
  /* food 1 - start
	================================================== */
  .home-food-1 .slider-section .slider-item {
    padding: 60px 0px;
  }

  .home-food-1 .slider-section .slider-item .slider-content h1 {
    font-size: 24px;
  }

  .home-food-1 .slider-section .slider-item .slider-content h2 {
    font-size: 36px;
  }

  .trending-section .products-tab .tab-content .tab-pane .product-item .product-content .product-title {
    font-size: 16px;
  }

  .footer-section .food-footer .footer-bottom .social-links ul li {
    margin-right: 20px;
  }

  /* food 1 - end
	================================================== */
  /* food 2 - start
	================================================== */
  .slider-section .food-banner .banner-content h2 {
    font-size: 24px;
  }

  .slider-section .food-banner .banner-content h1 {
    font-size: 18px;
  }

  .slider-section .food-banner .banner-content h3 {
    font-size: 30px;
  }

  .promotion-section .food2-promotion-masonry {
    padding: 0px;
  }

  .promotion-section .food2-promotion-masonry .promotion-item {
    width: 100%;
    margin-bottom: 0px;
  }

  .promotion-banner-section .food-banner .promotion-content h2 {
    font-size: 42px;
  }

  .promotion-banner-section .food-banner .promotion-content h4 {
    font-size: 18px;
  }

  .icecream-section .title-text h2 {
    font-size: 24px;
  }

  .icecream-section .title-text h3 {
    font-size: 18px;
  }

  .icecream-section .icecream-tebs-nav li {
    width: 100%;
    display: table;
    margin-bottom: 5px;
    text-align: center;
  }

  .icecream-section .icecream-tebs-nav li a {
    width: 100%;
    border: none;
    display: block;
    border-radius: 3px;
  }

  .icecream-section .icecream-tebs-nav li .active {
    background-color: #f7f7f7;
  }

  .local-menu-section .tab-content .tab-pane {
    padding: 15px;
  }

  .local-menu-section .tab-content .tab-pane .local-item {
    margin: 0px;
    border-bottom: 1px solid #f0f0f0;
  }

  .local-menu-section .tab-content .tab-pane .local-item .item-content .item-title {
    font-size: 16px;
  }

  .local-menu-section .tab-content .tab-pane .local-item .item-image {
    width: 100px;
    height: 100px;
  }

  .footer-section .food-footer .footer-top .insta-shoot .title-text {
    font-size: 18px;
    padding: 20px 0px;
  }

  .footer-section .food-footer .footer-top .insta-shoot ul li {
    width: 33.333%;
  }

  /* food 2 - end
	================================================== */
  /* furliture 1 - start
	================================================== */
  .slider-section .furniture-masonry .grid-item .furniture-slider .item {
    padding: 60px 0px;
  }

  .slider-section .furniture-masonry .grid-item .furniture-slider .item .slider-content h1 {
    font-size: 24px;
  }

  .slider-section .furniture-masonry .grid-item .furniture-slider .item .slider-content h2 {
    font-size: 36px;
  }

  .slider-section .furniture-masonry .grid-item,
  .slider-section .furniture-masonry .grid-sizer {
    width: 100%;
  }

  .slider-section .furniture-masonry .grid-item {
    padding: 15px;
    margin-bottom: 15px;
  }

  .slider-section .furniture-masonry .grid-item .item-content {
    padding: 15px;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .slider-section .furniture-masonry .grid-item .item-content h2 {
    font-size: 24px;
    color: #222222 !important;
  }

  .slider-section .furniture-masonry .grid-item .item-content h3 {
    font-size: 18px;
  }

  .slider-section .furniture-masonry .grid-item:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .furniture-brand-section .furniture-brand-menu ul li {
    width: 50%;
  }

  .furniture-brand-section .furniture-brand-menu ul li .active {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .furniture-brand-section .furniture-brand-menu ul li .active:before {
    display: none;
  }

  .furniture-brand-section .furniture-items-list>ul>li {
    width: 100%;
  }

  .footer-section .furniture-footer .footer-bottom .social-links ul li a {
    font-size: 16px;
  }

  /* furliture 1 - end
	================================================== */
  /* furniture 2 - start
	================================================== */
  .home-furniture-2 .slider-section .slider-item {
    padding: 60px 0px;
  }

  .home-furniture-2 .slider-section .slider-item h1 {
    font-size: 24px;
  }

  .home-furniture-2 .slider-section .slider-item h2 {
    font-size: 30px;
  }

  .popular-section .best-seller-furniture .best-seller-item .image-container {
    width: 100%;
    text-align: center;
  }

  .popular-section .best-seller-furniture .best-seller-item .image-container img {
    width: 100%;
    display: block;
  }

  .popular-section .best-seller-furniture .best-seller-item .item-content {
    width: 100%;
    padding: 15px;
  }

  .popular-section .best-seller-furniture .best-seller-item .item-content .item-title {
    font-size: 18px;
  }

  /* furniture 2 - end
	================================================== */
  /* error 404 - start
	================================================== */
  .breadcrumb-section .breadcrumb-big-title .title-text {
    margin: 0px;
    font-size: 24px;
  }

  .breadcrumb-section .breadcrumb-list ul {
    display: table;
    margin: 0 auto;
  }

  .error-section .error-content .icon {
    font-size: 150px;
  }

  .error-section .error-content h2 {
    font-size: 24px;
  }

  /* error 404 - end
	================================================== */
  /* about - start
	================================================== */
  .about-section .about-image,
  .about-section .about-content {
    margin: 0px;
    width: 100%;
    padding: 15px;
  }

  .about-section .about-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  /* about - end
	================================================== */
  /* blog details - start
	================================================== */
  .form-textarea .textarea-footer ul {
    width: 100%;
    display: table;
    float: none !important;
  }

  .form-textarea .textarea-footer ul li .submit-btn {
    padding: 10px 30px;
  }

  /* blog details - end
	================================================== */
  /* contact - start
	================================================== */
  .contact-section .store-info .info-item,
  .contact-section .contact-info .info-item {
    margin-bottom: 30px;
  }

  /* contact - end
	================================================== */
  /* products details - start
	================================================== */
  .product-details-section .product-details-tab .tab-menu .nav li {
    width: 100%;
    display: block;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px;
  }

  /* products details - end
	================================================== */
  /* product grid left sidebar - start
	================================================== */
  .product-list-item .image-container {
    width: 100%;
    margin-bottom: 30px;
    float: none !important;
  }

  .product-list-item .image-container img {
    width: 100%;
    display: block;
  }

  .product-list-item .item-content {
    width: 100%;
    padding: 0px;
    display: table;
    margin-bottom: 60px;
  }

  /* product grid left sidebar - end
	================================================== */
  /* shopping cart - start
	================================================== */
  .shopping-cart-section .shopping-cart-table .clear-btn,
  .shopping-cart-section .shopping-cart-table .update-btn,
  .shopping-cart-section .shopping-cart-table .continue-btn {
    width: 100%;
    display: table;
    margin: 0 auto 15px;
  }

  .shopping-cart-section .shipping-estimate .section-title h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  /* shopping cart - end
	================================================== */
  /* jewelry 1 - start
	================================================== */
  .home-jewellry-1 .slider-section .slider-item .overlay-black {
    padding: 100px 0px;
  }

  .home-jewellry-1 .slider-section .slider-item .slider-content h2 {
    font-size: 18px;
  }

  .home-jewellry-1 .slider-section .slider-item .slider-content h1 {
    font-size: 36px;
  }

  .home-jewellry-1 .slider-section .slider-item .slider-content p {
    font-size: 16px;
  }

  .category-section .jewellry-categories-masonry .grid-sizer,
  .category-section .jewellry-categories-masonry .grid-item {
    width: 100%;
  }

  .category-section .jewellry-categories-masonry {
    width: 100%;
    margin: 0px;
    display: table;
  }

  .promotion-banner-section .jewellry-banner-1 .promotion-content {
    padding: 0px;
    padding-top: 30px;
  }

  .promotion-banner-section .jewellry-banner-1 .promotion-video iframe {
    height: 250px;
  }

  .promotion-banner-section .jewellry-banner-1 .promotion-content h3 {
    font-size: 18px;
  }

  .promotion-banner-section .jewellry-banner-1 .promotion-content h2 {
    font-size: 30px;
  }

  .blog-section .blog-grid-item-4 .blog-content-2 .blog-links>ul>li {
    margin-right: 25px;
  }

  .testimonial-section .testimonial-carousel .item {
    padding: 0px;
  }

  /* jewelry 1 - end
	================================================== */
  /* jewelry 2 - start
	================================================== */
  .jewellry-slider-section .jewellry-carousel .item .slider-content h1 {
    font-size: 30px;
  }

  .jewellry-slider-section .jewellry-carousel .item .slider-content h2 {
    font-size: 18px;
  }

  .jewellry-slider-section .jewellry-carousel .item {
    padding: 100px 45px;
  }

  .deals-section .jewellry-deals-carousel .item>ul>li .image-container {
    width: 100%;
    float: none;
    display: table;
  }

  .deals-section .jewellry-deals-carousel .item>ul>li .item-content {
    width: 100%;
    display: table;
    padding: 0px 15px;
  }

  .category-section .jewellry2-categories-masonry .grid-item {
    width: 100%;
  }

  /* jewelry 2 - end
	================================================== */
  /* shoes 1 - start
	================================================== */
  .home-shoes-1 .slider-section .slider-item {
    padding: 100px 0px;
  }

  .home-shoes-1 .slider-section .slider-item .slider-content h2 {
    font-size: 24px;
  }

  .home-shoes-1 .slider-section .slider-item .slider-content h1 {
    font-size: 42px;
  }

  .home-shoes-1 .slider-section .slider-item .slider-content h3 {
    font-size: 18px;
  }

  .promotion-section .sports-shoes-masonry .grid-item {
    width: 100%;
  }

  .promotion-banner-section .shoes-banner .promotion-content h2 {
    font-size: 30px;
  }

  .promotion-banner-section .shoes-banner .promotion-content h3 {
    font-size: 24px;
  }

  .trending-section .new-arrivals-shoes .new-arrivals-carousel .slider-items-nav .item {
    height: 50px;
    width: 50px !important;
  }

  .trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav {
    position: static;
    margin-top: 50px;
  }

  .trending-section .new-arrivals-shoes .new-shoes-tab .shoes-nav li {
    width: 100%;
    margin: 0px;
    padding: 15px;
    text-align: center;
  }

  .footer-section .shoes-footer .footer-top .instagram-shoots .title-text {
    font-size: 18px;
  }

  /* shoes 1 - end
	================================================== */
  /* shoes 2 - start
	================================================== */
  .home-shoes-2 .slider-section .slider-item {
    padding: 100px 0px;
  }

  .home-shoes-2 .slider-section .slider-item .slider-content {
    text-align: center !important;
  }

  .home-shoes-2 .slider-section .slider-item .slider-content h2 {
    font-size: 24px;
  }

  .home-shoes-2 .slider-section .slider-item .slider-content h1 {
    font-size: 42px;
  }

  .home-shoes-2 .slider-section .slider-item .slider-content h3 {
    font-size: 18px;
  }

  .home-shoes-2 .police-section .police-service-list ul li {
    width: 100%;
    padding: 0px;
    border-right: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .home-shoes-2 .police-section .police-service-list ul li:after {
    display: none;
  }

  .home-shoes-2 .police-section .police-service-list ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }

  .home-shoes-2 .police-section .police-service-list ul li .content h3 {
    font-size: 16px;
  }

  .featured-section .featured-container .tab-content .tab-pane .shoes-2-mesonry .grid-item {
    width: 100%;
  }

  /* shoes 2 - end
	================================================== */
  /* sunglass 1 - start
	================================================== */
  .home-sunglass-1 .slider-section .overlay-white {
    padding: 100px 0px;
  }

  .home-sunglass-1 .slider-section .slider-item h2 {
    font-size: 24px;
  }

  .home-sunglass-1 .slider-section .slider-item h1 {
    font-size: 36px;
  }

  .home-sunglass-1 .slider-section .slider-item h3 {
    font-size: 18px;
  }

  .promotion-banner-section .sunglass-banner-1 .promotion-content h3 {
    font-size: 18px;
  }

  .promotion-banner-section .sunglass-banner-1 .promotion-content h2 {
    font-size: 36px;
  }

  /* sunglass 1 - end
	================================================== */
  /* sunglass 2 - start
	================================================== */
  .home-sunglass-2 .slider-section .slider-item {
    padding: 80px 0px;
  }

  .home-sunglass-2 .slider-section .slider-item .slider-content h2 {
    font-size: 24px;
  }

  .home-sunglass-2 .slider-section .slider-item .slider-content h1 {
    font-size: 36px;
  }

  .home-sunglass-2 .slider-section .slider-item .slider-content h3 {
    font-size: 18px;
  }

  .home-sunglass-2 .deals-section .deal-item {
    margin-bottom: 30px;
  }

  /* sunglass 2 - end
	================================================== */
  /* tools 1 - start
	================================================== */
  .home-tools-1 .slider-section .slider-item {
    padding: 80px 0px;
  }

  .home-tools-1 .slider-section .slider-item h1 {
    font-size: 30px;
  }

  .home-tools-1 .slider-section .slider-item p {
    font-size: 16px;
  }

  .promotion-section .promotion-video iframe {
    height: 300px;
  }

  .home-tools-1 .power-tools-section .section-title {
    padding-bottom: 30px;
  }

  .footer-section .tools-footer .footer-top .footer-contact,
  .footer-section .tools-footer .footer-top .useful-links {
    margin-bottom: 30px;
  }

  .footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li {
    width: 50%;
    margin: 0px;
    padding: 5px;
    text-align: left;
  }

  .footer-section .tools-footer .footer-middle .footer-middle-content .useful-links ul li:after {
    display: none;
  }

  /* tools 1 - end
	================================================== */
  /* tools 2 - start
	================================================== */
  .home-tools-2 .slider-section .slider-item {
    padding: 60px 30px;
  }

  .home-tools-2 .slider-section .slider-item .slider-content h1 {
    font-size: 24px;
  }

  .deals-section .tools-2-deals .tools-2-deals-carousel .item .tools-deal-item {
    width: 100%;
    float: none;
    border: none;
    display: table;
    margin-bottom: 30px;
  }

  .deals-section .tools-2-deals .tools-2-deals-carousel .item .tools-deal-item:last-child {
    margin-bottom: 0px;
  }

  .storm-product-section .storm-tools-products .tools-products-nav li {
    margin: 0px;
    width: 100%;
    display: table;
    text-align: center;
  }

  .storm-product-section .storm-tools-products .grid-item {
    width: 100%;
  }

  /* tools 2 - end
	================================================== */
  /* watches 1 - start
	================================================== */
  .home-watches-1 .slider-section .slider-item .slider-content {
    padding: 80px 0px;
  }

  .home-watches-1 .slider-section .slider-item .slider-content h2 {
    font-size: 24px;
  }

  .home-watches-1 .slider-section .slider-item .slider-content h1 {
    font-size: 30px;
  }

  .category-section .watches-category ul li {
    width: 100%;
  }

  .promotion-banner-section .watches-promotion-banner .promotion-content h3 {
    font-size: 30px;
  }

  .promotion-banner-section .watches-promotion-banner .promotion-content h2 {
    font-size: 36px;
  }

  /* watches 1 - end
	================================================== */
  /* watches 2 - start
	================================================== */
  .home-watches-2 .slider-section .slider-item .slider-content {
    padding: 80px 30px;
  }

  .home-watches-2 .slider-section .slider-item .slider-content h2 {
    font-size: 18px;
  }

  .home-watches-2 .slider-section .slider-item .slider-content h1 {
    font-size: 24px;
  }

  /* watches 2 - end
	================================================== */
}

/* ====================================================================================================
7 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
8 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 320px) {
  .count-down ul li {
    margin-right: 5px;
  }

  .sec-ptb-60,
  .sec-ptb-100 {
    padding: 40px 0px;
  }

  /* bicycle 1 - start
	================================================== */
  .home-bicycle-1 .slider-section .slider-content h1 {
    font-size: 36px;
  }

  .promotion-section .bicycle-1-promotion .promotion-content h2 {
    font-size: 24px;
  }

  .promotion-section .bicycle-1-promotion .promotion-content h3 {
    font-size: 18px;
  }

  .promotion-banner-section .bicycle-banner .promotion-content h2 {
    font-size: 24px;
  }

  .footer-section .bicycle-footer .footer-top ul {
    padding: 15px 0px;
  }

  .footer-section .bicycle-footer .footer-top ul li {
    width: 100%;
    padding: 15px;
  }

  .footer-section .bicycle-footer .footer-middle .useful-link-list ul li {
    width: 100%;
  }

  /* bicycle 1 - end
	================================================== */
  /* bicycle 2 - start
	================================================== */
  .home-bicycle-2 .slider-section .slider-item {
    padding: 60px 0px;
  }

  .home-bicycle-2 .slider-section .slider-item .slider-content h2 {
    font-size: 18px;
  }

  .home-bicycle-2 .slider-section .slider-item .slider-content h1 {
    font-size: 24px;
  }

  /* bicycle 2 - end
	================================================== */
  /* digital 1 - start
	================================================== */
  .promotion-banner-section .digital-banner-content .main-content h2 {
    font-size: 18px;
  }

  /* digital 1 - end
	================================================== */
  /* digital 2 - start
	================================================== */
  .home-digital-2 .deals-section .deal-product-carousel .item .deal-item {
    padding: 20px;
  }

  /* digital 2 - end
	================================================== */
  /* fashion 1 - start
	================================================== */
  .home-fashion-1 .slider-section .slider-item {
    padding: 60px 0px;
  }

  .category-section .fashion-category-list ul li {
    width: 100%;
    padding: 20px;
  }

  .storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-sizer,
  .storm-product-section .ourproducts-tab .tab-content .tab-pane .storm-product-masonry .grid-item {
    padding: 0;
    margin-bottom: 30px;
  }

  /* fashion 1 - end
	================================================== */
  /* fashion 2 - start
	================================================== */
  .home-fashion-2 .slider-section .slider-item .slider-content h1 {
    font-size: 42px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h2 {
    font-size: 30px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h3 {
    font-size: 18px;
  }

  .home-fashion-2 .slider-section .slider-item .slider-content h4 {
    font-size: 16px;
  }

  /* fashion 2 - end
	================================================== */
  /* food 1 - start
	================================================== */
  .home-food-1 .slider-section .slider-item .slider-content h1 {
    font-size: 20px;
  }

  .home-food-1 .slider-section .slider-item .slider-content h2 {
    font-size: 30px;
  }

  .footer-section .food-footer .footer-bottom .social-links ul li a {
    font-size: 16px;
  }

  /* food 1 - end
	================================================== */
  /* food 2 - start
	================================================== */
  .icecream-section .title-text h2 {
    font-size: 18px;
  }

  .local-menu-section .tab-content .tab-pane .local-item {
    padding: 10px;
  }

  .local-menu-section .tab-content .tab-pane .local-item .item-image {
    width: 80px;
    height: 80px;
  }

  .footer-section .food-footer .footer-top .insta-shoot .title-text {
    font-size: 16px;
  }

  /* food 2 - end
	================================================== */
  /* furniture 1 - start
	================================================== */
  .slider-section .furniture-masonry .grid-item .furniture-slider .item .slider-content h3 {
    font-size: 30px;
  }

  .slider-section .furniture-masonry .grid-item .furniture-slider .item .slider-content h1 {
    font-size: 20px;
  }

  .slider-section .furniture-masonry .grid-item .furniture-slider .item .slider-content h2 {
    font-size: 24px;
  }

  .footer-section .furniture-footer .footer-bottom .social-links ul li {
    margin-right: 15px;
  }

  /* furniture 1 - end
	================================================== */
  /* blog details - start
	================================================== */
  .blog-section .blog-details .blog-title .title-text {
    font-size: 18px;
  }

  .blog-section .blog-details .blockquote {
    padding: 0px;
  }

  .blog-section .blog-review .review-item .review-content .post-meta ul li a {
    font-size: 16px;
  }

  .form-textarea .textarea-footer ul li .submit-btn {
    padding: 10px 20px;
  }

  /* blog details - end
	================================================== */
  /* login register - start
	================================================== */
  .login-reg-section .form-title {
    font-size: 16px;
  }

  /* login register - end
	================================================== */
  /* products details - start
	================================================== */
  .product-details-section .product-details .product-details-content .product-title h2 {
    font-size: 18px;
  }

  .product-details-section .product-details .product-details-content .product-title h3 {
    font-size: 24px;
  }

  .product-details-section .product-details .product-details-content .item-btns-group ul li .add-to-cart {
    padding: 0px 20px;
  }

  .product-details-section .product-details .product-details-content .item-btns-group ul li {
    margin-right: 5px;
  }

  /* products details - end
	================================================== */
  /* product grid left sidebar - start
	================================================== */
  .product-list-item .item-content .item-title {
    font-size: 16px;
  }

  .product-list-item .item-content .item-btns-group ul li {
    margin-right: 5px;
  }

  .product-list-item .item-content .item-btns-group ul li .add-to-cart {
    padding: 0px 15px;
    font-size: 16px;
  }

  .shopping-cart-section .grand-total-price .proceed-btn {
    padding: 10px 20px;
  }

  /* product grid left sidebar - end
	================================================== */
  /* jewelry 1 - start
	================================================== */
  .blog-section .blog-grid-item-4 .blog-content-2 .blog-links>ul>li {
    margin-right: 8px;
  }

  /* jewelry 1 - end
	================================================== */
  /* jewelry 2 - start
	================================================== */
  .jewellry-slider-section .jewellry-carousel .item {
    padding: 50px 15px;
  }

  .deals-section .jewellry-deals-carousel .item>ul>li .item-content .item-title {
    font-size: 18px;
  }

  /* jewelry 2 - end
	================================================== */
  /* shoes 1 - start
	================================================== */
  .home-shoes-1 .slider-section .slider-item {
    padding: 80px 0px;
  }

  .home-shoes-1 .slider-section .slider-item .slider-content h2 {
    font-size: 18px;
  }

  .home-shoes-1 .slider-section .slider-item .slider-content h1 {
    font-size: 36px;
  }

  .home-shoes-1 .slider-section .slider-item .slider-content h3 {
    font-size: 16px;
  }

  .promotion-section .sports-shoes-masonry .grid-item-big .big-item-content h2 {
    font-size: 30px;
  }

  .promotion-section .grid-item .item-content .btns-group {
    margin-bottom: 30px;
  }

  .promotion-section .sports-shoes-masonry .grid-item .item-content {
    padding: 15px;
  }

  .promotion-section .sports-shoes-masonry .grid-item .item-content .title-text {
    padding: 15px;
  }

  .promotion-section .sports-shoes-masonry .grid-item .item-content .title-text h2 {
    font-size: 16px;
  }

  .promotion-banner-section .shoes-banner .promotion-content h2 {
    font-size: 24px;
  }

  .promotion-banner-section .shoes-banner .promotion-content h3 {
    font-size: 18px;
  }

  /* shoes 1 - end
	================================================== */
  /* shoes 2 - start
	================================================== */
  .home-shoes-2 .slider-section .slider-item {
    padding: 80px 0px;
  }

  /* shoes 2 - end
	================================================== */
  /* sunglass 2 - start
	================================================== */
  .home-sunglass-2 .slider-section .slider-item .slider-content h1 {
    font-size: 30px;
  }

  /* sunglass 2 - end
	================================================== */
  /* watches 1 - start
	================================================== */
  .promotion-banner-section .watches-promotion-banner .promotion-content h2 {
    font-size: 30px;
  }

  /* watches 1 - end
	================================================== */
}

/* ====================================================================================================
8 - media screen and (max-width: 320px) - end
==================================================================================================== */