body {
  margin: 0;
  background-color: #E9F1F4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: #222222;
}

p {
  margin-bottom: 0;
  color: #888888;
}

a {
  text-decoration: none;
  color: #fe5502;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #181818;
}

ul,
ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.float-right {
  float: right;
}

select:focus {
  border-color: transparent;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #fe5502 !important;
}

input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #fe5502 !important;
}

input:focus,
.form-control:focus,
.btn:focus,
.form-select {
  box-shadow: none !important;
}

.btn {
  font-weight: 600;
  padding: 8px 20px;
  border-width: 2px;
}

.btn-primary {
  color: #ffffff;
  background-color: #fe5502;
  border-color: #fe5502;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: transparent;
  border-color: #fe5502;
  color: #fe5502;
}

.btn-outline-primary {
  color: #fe5502;
  border-color: #fe5502;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #fe5502;
  border-color: #fe5502;
  color: #ffffff;
}

.btn-dark {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: transparent;
  border-color: #222222;
  color: #222222;
}

.btn-outline-dark {
  color: #222222;
  border-color: #222222;
}
.btn-outline-dark:hover, .btn-outline-dark:focus {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}

.btn-light {
  color: #222222;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover, .btn-light:focus {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:hover, .btn-outline-light:focus {
  background-color: transparent;
  border-color: #222222;
  color: #222222;
}

.logo img {
  max-width: 156px;
  height: 35px;
}

.stt {
  position: fixed;
  bottom: 60px;
  right: 50px;
  display: none;
}
.stt a {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 8px 16px;
  border-radius: 50%;
  font-size: 20px;
  z-index: 10;
}
.stt a:hover {
  background-color: #fe5502;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffff;
}

#primary-nav-toggle {
  padding: 10px;
  color: #222222;
}
#primary-nav-toggle i {
  margin-left: 5px;
}
#primary-nav-toggle:hover {
  color: #fe5502;
}

.mobile-nav {
  left: 0 !important;
}

.light-overlay {
  position: relative;
  z-index: 1;
}
.light-overlay:after {
  content: "";
  background: #ffffff none repeat scroll 0 0;
  opacity: 0.5;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

select.product-sort {
  width: 15rem;
  display: inline-block;
}

select.product-show {
  width: 5rem;
  display: inline-block;
}

.product-filter {
  margin-bottom: 35px;
  display: flex;
}
.product-filter .sorting {
  flex-basis: 50%;
}
.product-filter .sorting .form-select {
  border-radius: 0;
}
.product-filter .sorting .form-select:focus {
  border-color: #fe5502;
}
.product-filter .product-per-page {
  text-align: right;
  flex-basis: 50%;
}
.product-filter .product-per-page select {
  border-radius: 0;
}
.product-filter .product-per-page select:focus {
  border-color: #fe5502;
}

.breadcrumb-wrapper {
  margin-top: 20px;
}
.breadcrumb-wrapper ul li {
  display: inline-block;
  font-weight: bold;
}
.breadcrumb-wrapper ul li::after {
  content: "/";
  margin: 0 5px;
}
.breadcrumb-wrapper ul li a {
  color: #222222;
}
.breadcrumb-wrapper ul li a:hover {
  color: #fe5502;
}
.breadcrumb-wrapper ul li.active::after {
  content: "";
}
.breadcrumb-wrapper ul li.active span {
  color: #fe5502;
}

.pagination {
  justify-content: center;
  margin-top: 30px;
}
.pagination .page-item .page-link {
  background-color: #ffffff;
  border-color: #fe5502;
  color: #fe5502;
  border-radius: 0;
}
.pagination .page-item .page-link:hover:not(.disabled) {
  background-color: #fe5502;
  color: #ffffff;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background-color: #fe5502;
  border-color: #fe5502;
  color: #ffffff;
}

.cart-products {
  background-color: #ffffff;
  padding: 30px;
}
.cart-products table {
  width: 100%;
}
.cart-products table tr th {
  text-align: center;
  text-transform: uppercase;
}
.cart-products table tr td {
  padding: 10px;
  vertical-align: middle;
}
.cart-products table tr td:nth-child {
  display: grid;
  place-items: center;
}
.cart-products table tr td img {
  width: 80px;
  height: 80px;
}
.cart-products table tr td input[type=number] {
  width: 60px;
  margin: 2rem 0;
  text-align: center;
}
.cart-products table tr td span {
  display: block;
  text-align: center;
  font-weight: 600;
}
.cart-products .coupon .input-group input[type=text]:focus {
  border-color: #222222;
}

.cart-summary,
.checkout-info {
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.cart-summary p,
.checkout-info p {
  color: #888888;
}

.checkout-info label {
  margin-bottom: 0.8rem;
  color: #222222;
}

.form-check {
  margin-bottom: 0.8rem;
}
.form-check .form-check-input {
  border-radius: 0;
  width: 1.2em;
  height: 1.2em;
}
.form-check .form-check-input:checked {
  background-color: #fe5502;
  border-color: #fe5502;
}
.form-check .form-check-label {
  vertical-align: middle;
  margin-left: 5px;
}

.single-product-wrapper {
  background-color: #ffffff;
  padding: 50px;
}
.single-product-wrapper .product-info .regular-price {
  font-size: 23px;
  font-weight: bold;
}
.single-product-wrapper .product-info .regular-price del {
  color: #6f6f6f;
}
.single-product-wrapper .product-info .offer-price {
  font-size: 23px;
  font-weight: bold;
}
.single-product-wrapper .product-info .color h5,
.single-product-wrapper .product-info .size h5,
.single-product-wrapper .product-info .product-description h5 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.single-product-wrapper .product-info .color label,
.single-product-wrapper .product-info .size label,
.single-product-wrapper .product-info .product-description label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin: 0 15px 12px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.single-product-wrapper .product-info .color label input,
.single-product-wrapper .product-info .size label input,
.single-product-wrapper .product-info .product-description label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single-product-wrapper .product-info .color label .checkmark,
.single-product-wrapper .product-info .size label .checkmark,
.single-product-wrapper .product-info .product-description label .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ced4da;
}
.single-product-wrapper .product-info .color label input:checked ~ .checkmark,
.single-product-wrapper .product-info .size label input:checked ~ .checkmark,
.single-product-wrapper .product-info .product-description label input:checked ~ .checkmark {
  background-color: #fe5502;
}
.single-product-wrapper .product-info .color label .checkmark:after,
.single-product-wrapper .product-info .size label .checkmark:after,
.single-product-wrapper .product-info .product-description label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.single-product-wrapper .product-info .color label input:checked ~ .checkmark:after,
.single-product-wrapper .product-info .size label input:checked ~ .checkmark:after,
.single-product-wrapper .product-info .product-description label input:checked ~ .checkmark:after {
  display: block;
}
.single-product-wrapper .product-info .color label .checkmark:after,
.single-product-wrapper .product-info .size label .checkmark:after,
.single-product-wrapper .product-info .product-description label .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}
.single-product-wrapper .product-info .social-share h5 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.single-product-wrapper .product-info .social-share .social-links li {
  display: inline-block;
  margin-right: 5px;
}
.single-product-wrapper .product-info .social-share .social-links li:last-child {
  margin-right: 0;
}
.single-product-wrapper .product-info .social-share .social-links li a {
  color: #222222;
  width: 45px;
  height: 45px;
  border: 2px solid #222222;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  padding: 5px;
  font-size: 20px;
}
.single-product-wrapper .product-info .social-share .social-links li a:hover {
  background-color: #222222;
  color: #ffffff;
}

.product-info-tabs .ui-tabs.ui-widget-content {
  border: none;
}
.product-info-tabs .ui-tabs .ui-widget-header {
  padding: 0;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
.product-info-tabs .ui-tabs .ui-widget-header .ui-tabs-tab {
  border: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0;
}
.product-info-tabs .ui-tabs .ui-widget-header .ui-tabs-tab.ui-state-active {
  background-color: #fe5502;
}
.product-info-tabs .ui-tabs .ui-tabs-panel {
  color: #6f6f6f;
}

#myaccountTabs {
  background-color: transparent;
  border: none;
}
#myaccountTabs .ui-tabs-panel {
  padding: 0 !important;
}
#myaccountTabs .ui-widget-content {
  border: none;
}
#myaccountTabs .ui-widget-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
#myaccountTabs .ui-widget-header .ui-tabs-tab {
  border: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}
#myaccountTabs .ui-widget-header .ui-tabs-tab:focus {
  border-color: transparent;
  border-width: 0;
}
#myaccountTabs .ui-widget-header .ui-tabs-tab .ui-tabs-anchor {
  width: 100%;
  display: block;
  font-weight: normal;
}
#myaccountTabs .ui-widget-header .ui-tabs-tab .ui-tabs-anchor:focus {
  border: none;
}
#myaccountTabs .ui-widget-header .ui-tabs-tab.ui-state-active {
  background-color: #fe5502;
}
#myaccountTabs .ui-tabs-panel {
  color: #6f6f6f;
}

#specification .table > :not(caption) > * > * {
  padding: 1rem;
  font-size: 14px;
  color: #888888;
}
#specification .title2 {
  margin-top: 30px;
}

.review-item {
  background: #E9F1F4;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.review-item .review-top {
  display: flex;
  margin-bottom: 20px;
}
.review-item .review-top .review-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 30px;
}
.review-item .review-top .review-content {
  display: flex;
  align-items: center;
}
.review-item .review-top .review-content .review-name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 30px;
}
.review-item .review-top .review-content .review-designation {
  font-size: 16px;
  margin-right: 30px;
}
.review-item .review-top .review-content .review-icon {
  color: #ffc107;
}
.review-item .desc {
  color: #888888;
}

.myaccount .user-info {
  margin-bottom: 1.5rem;
}
.myaccount .user-info h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.myaccount .user-info img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.user-wishlist a:hover,
.user-orders a:hover {
  color: #fe5502;
}

.title1 {
  margin: 30px 0;
}
.title1 h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #222222;
}
.title1 h4 span {
  background-color: #222222;
  color: #ffffff;
  padding: 7px 15px;
  display: inline-block;
}

.title2 {
  margin-bottom: 25px;
}
.title2 h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.title2 h5 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.title3 {
  margin: 30px 0;
}
.title3 h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.title3 h4 span {
  display: inline-block;
}
.title3 p {
  margin-bottom: 0;
  color: #888888;
}

.topbar .top-left p {
  color: #ffffff;
  line-height: 2.3rem;
  font-weight: 500;
}
.topbar .top-right {
  display: flex;
  justify-content: right;
}
.topbar .top-nav ul li {
  display: inline-block;
}
.topbar .top-nav ul li a {
  color: #ffffff;
  padding: 7px 10px;
}
.topbar .top-nav ul li a:hover {
  color: #fe5502;
}
.topbar .top-nav ul li.has-sub {
  position: relative;
}
.topbar .top-nav ul li.has-sub > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 14px;
  margin-left: 6px;
  vertical-align: middle;
}
.topbar .top-nav ul li.has-sub .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 100px;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.topbar .top-nav ul li.has-sub .submenu li {
  display: block;
}
.topbar .top-nav ul li.has-sub .submenu li a {
  color: #222222;
  display: block;
}
.topbar .top-nav ul li.has-sub .submenu li a:hover {
  color: #fe5502;
  margin-left: 5px;
}
.topbar .top-nav ul li:last-child a {
  padding-right: 0;
}
.topbar .top-nav ul li:hover .submenu {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.logobar {
  padding: 12px 0;
}

.logo a {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222222;
}
.logo a i {
  color: #fe5502;
}

.logobar-search .input-group-text {
  min-width: 200px;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff;
  border: none;
}
.logobar-search .input-group-text select {
  border-left: none;
  border-bottom: none;
  border-top: none;
  background-color: #ffffff;
  border-right: 1px solid #ced4da;
  border-radius: 0;
  padding: 10px 0 10px 10px;
  width: 95%;
  font-weight: 500;
}
.logobar-search input.form-control {
  border-color: #ffffff;
  border-right-width: 0 !important;
  margin-left: 0 !important;
}
.logobar-search input.form-control:focus {
  border-right-width: 0 !important;
}
.logobar-search .input-group-append button {
  line-height: 2rem;
  border-radius: 0;
  border-color: transparent !important;
  color: #ffffff;
  background-color: #fe5502;
}
.logobar-search .input-group-append button:hover {
  color: #ffffff !important;
}

.header-icons {
  flex-wrap: wrap;
  justify-content: right;
}

.hi-box {
  display: flex;
  margin-right: 0.5rem;
  justify-content: space-between;
}
.hi-box:first-child {
  min-width: 140px;
}
.hi-box .icon i {
  font-size: 25px;
  line-height: 43px;
  margin-right: 15px;
}
.hi-box .icon > a {
  position: relative;
  color: #222222;
}
.hi-box .icon > a span {
  background-color: #222222;
  font-size: 13px;
  color: #ffffff;
  padding: 1px 7px;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}
.hi-box .icon > a:hover {
  color: #fe5502;
}
.hi-box .icon.cart-icon {
  position: relative;
}
.hi-box .info h5 {
  font-size: 16px;
  font-weight: 500;
}
.hi-box .info p {
  font-weight: 600;
}

.minicart {
  min-width: 400px;
  background-color: #ffffff;
  padding: 20px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.minicart .minicart-title {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  margin: 0 15px 15px 15px;
}
.minicart .minicart-product-wrap .item {
  display: flex;
  border-bottom: 1px solid #ced4da;
  padding: 10px 5px;
  column-gap: 10px;
}
.minicart .minicart-product-wrap .item:first-child {
  padding-top: 0;
}
.minicart .minicart-product-wrap .item .product-thumbnail {
  flex-basis: 70px;
}
.minicart .minicart-product-wrap .item .product-thumbnail a img {
  max-width: 100%;
}
.minicart .minicart-product-wrap .item .cart-item-details {
  flex-basis: 160px;
}
.minicart .minicart-product-wrap .item .cart-item-details .product-title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
.minicart .minicart-product-wrap .item .cart-item-details .product-title:hover {
  color: #fe5502;
}
.minicart .minicart-product-wrap .item .cart-item-details .remove-item {
  font-size: 14px;
  color: #fe5502;
}
.minicart .minicart-product-wrap .item .price {
  flex-basis: 125px;
  align-items: center;
  color: #888888;
}
.minicart .minicart-product-wrap .item .price i {
  margin-right: 0;
  font-size: 14px;
}
.minicart .subtotal {
  font-weight: bold;
  margin: 1rem 0;
}
.minicart .minicart-buttons {
  margin-top: 15px;
}

.item-show {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
}

.category-nav .menu > li #cat-toggle {
  text-transform: uppercase;
  padding: 10px;
  display: block;
  background-color: #fe5502;
  color: #ffffff;
  text-align: center;
}
.category-nav .menu > li #cat-toggle i {
  margin-left: 15px;
}
.category-nav .menu li {
  position: relative;
}
.category-nav .menu li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  width: 100%;
  background-color: #ffffff;
  padding: 5px 0;
  visibility: hidden;
  z-index: 10;
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-nav .menu li .submenu li a {
  padding: 5px 10px;
  display: block;
  color: #888888;
}
.category-nav .menu li .submenu li a i {
  margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
}
.category-nav .menu li .submenu li a:hover {
  color: #fe5502;
}
.category-nav .menu li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  z-index: 100;
}

.primary-nav ul li {
  display: inline-block;
  margin-right: 5px;
}
.primary-nav ul li:last-child {
  margin-right: 0;
}
.primary-nav ul li a {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  padding: 9px 10px;
}
.primary-nav ul li a:hover {
  color: #fe5502;
}
.primary-nav ul li.has-sub {
  position: relative;
}
.primary-nav ul li.has-sub > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  font-size: 16px;
  margin-left: 5px;
  vertical-align: text-bottom;
}
.primary-nav ul li.has-sub ul.submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  padding: 10px 0;
  background-color: #ffffff;
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.primary-nav ul li.has-sub ul.submenu li {
  display: block;
}
.primary-nav ul li.has-sub ul.submenu li a {
  display: block;
  padding: 5px 10px;
}
.primary-nav ul li.has-sub ul.submenu li a i {
  font-size: 18px;
  margin-right: 10px;
}
.primary-nav ul li.has-sub ul.submenu li.has-sub a {
  position: relative;
}
.primary-nav ul li.has-sub ul.submenu li.has-sub a::after {
  position: absolute;
  top: 19%;
  right: 2%;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.primary-nav ul li.has-sub ul.submenu li.has-sub .submenu {
  top: 0;
  left: 100%;
}
.primary-nav ul li.has-sub:hover ul.submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.mean-container a.meanmenu-reveal {
  top: -46px;
  color: #fe5502;
  transition: none;
}
.mean-container a.meanmenu-reveal span {
  background-color: #fe5502;
}
.mean-container .mean-bar {
  background-color: transparent;
  min-height: 0;
  padding: 0;
}
.mean-container .mean-bar .mean-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fe5502;
  overflow: auto;
  max-height: 250px;
}
.mean-container .mean-bar .mean-nav ul li a {
  font-weight: bold;
  font-size: 14px;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand {
  height: 25px;
  width: 25px;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide1 {
  background-image: url("img/slider/1.jpg");
}

.slide2 {
  background-image: url("img/slider/2.jpg");
}

.slide3 {
  background-image: url("img/slider/3.jpg");
}

.slick-prev,
.slick-next {
  border: none;
  background: #ffffff;
  font-size: 20px;
  padding: 5px 10px;
  z-index: 1;
  position: absolute;
  top: 43%;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #fe5502;
  color: #ffffff;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slide-item {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100% 100%;
}
.slide-item h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}
.slide-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.slide-item h3 span {
  font-size: 45px;
  color: #fe5502;
}
.slide-item p {
  font-weight: 500;
  color: #555555;
  font-size: 20px;
}
.slide-item .buttons {
  margin-top: 20px;
}

.home-slider .slide-item {
  padding: 85px 40px;
}

#product-slider1 .prev,
#product-slider1 .next {
  margin-top: 1rem;
  position: absolute;
  z-index: 10;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#product-slider1 .prev:hover,
#product-slider1 .next:hover {
  color: #fe5502;
}
#product-slider1 .prev {
  left: 10px;
}
#product-slider1 .next {
  left: 30px;
}

.banner {
  background-repeat: no-repeat;
  background-position: center left;
  padding: 20px 20px;
  margin-bottom: 30px;
  background-color: #ffdecd;
}
.banner h2 {
  font-weight: bold;
  font-size: 40px;
  color: #fe5502;
}
.banner h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.banner h3 span {
  font-size: 45px;
  color: #fe5502;
}
.banner p {
  font-weight: 500;
  color: #555555;
  font-size: 20px;
}
.banner .buttons {
  margin-top: 20px;
}

.single-product-slider .slide-item img {
  width: 100%;
  height: auto;
}

.slide-item .product-item {
  display: flex;
  margin-bottom: 10px;
}
.slide-item .product-item:last-child {
  margin-bottom: 0;
}
.slide-item .product-item .thumb {
  flex-basis: 80px;
  margin-right: 15px;
}
.slide-item .product-item .thumb img {
  width: 80px;
  height: 80px;
}
.slide-item .product-item .info h4 a {
  color: #222222;
  display: block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.slide-item .product-item .info h4 a:hover {
  color: #fe5502;
}
.slide-item .product-item .info .price {
  font-weight: 600;
  font-size: 14px;
}
.slide-item .product-item .info .price del {
  color: #888888;
}
.slide-item .product-item .info .review i {
  font-size: 13px;
  color: #bbbbbb;
}

.product-block1 {
  padding: 25px;
}
.product-block1 h4.block-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.product-block2 {
  margin-bottom: 30px;
}
.product-block2 .product-item {
  margin-bottom: 1rem;
}
.product-block2 .product-item .thumb {
  position: relative;
  overflow: hidden;
}
.product-block2 .product-item .thumb > a {
  display: block;
}
.product-block2 .product-item .thumb > a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-block2 .product-item .thumb .product-tools {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #222222;
  text-align: center;
  padding: 5px;
  z-index: 10;
  transform: translate(0, 38px);
  -webkit-transform: translate(0, 38px);
  -moz-transform: translate(0, 38px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-block2 .product-item .thumb .product-tools span {
  color: #ffffff;
  font-size: 18px;
  margin-right: 1rem;
}
.product-block2 .product-item .thumb .product-tools span:last-child {
  margin-right: 0;
}
.product-block2 .product-item .thumb .product-tools span a {
  color: #ffffff;
  font-size: 18px;
}
.product-block2 .product-item .thumb .product-tools span a:hover {
  color: #fe5502;
}
.product-block2 .product-item .info {
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0.8rem 0;
}
.product-block2 .product-item .info .category a {
  font-size: 14px;
  font-weight: bold;
}
.product-block2 .product-item .info h4 {
  line-height: 0;
  margin: 0.8rem 0;
}
.product-block2 .product-item .info h4 a {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  line-height: 1rem;
}
.product-block2 .product-item .info h4 a:hover {
  color: #fe5502;
}
.product-block2 .product-item .info .price {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin-top: 1rem;
}
.product-block2 .product-item .info .price .old {
  color: #6f6f6f;
}
.product-block2 .product-item:hover .thumb img {
  transform: scale(1.1);
}
.product-block2 .product-item:hover .thumb .product-tools {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.product-block3 .product-item {
  display: flex;
  margin-bottom: 10px;
  padding: 1rem;
  background-color: #ffffff;
}
.product-block3 .product-item:last-child {
  margin-bottom: 0;
}
.product-block3 .product-item .thumb {
  flex-basis: 80px;
  margin-right: 15px;
}
.product-block3 .product-item .thumb img {
  width: 80px;
  height: 80px;
}
.product-block3 .product-item .info h4 a {
  color: #222222;
  display: block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.product-block3 .product-item .info h4 a:hover {
  color: #fe5502;
}
.product-block3 .product-item .info .price {
  font-weight: 600;
  font-size: 14px;
}
.product-block3 .product-item .info .price del {
  color: #888888;
}
.product-block3 .product-item .info .review i {
  font-size: 13px;
  color: #bbbbbb;
}

.product-block4 {
  margin-bottom: 30px;
}
.product-block4 .product-item {
  margin-bottom: 1rem;
}
.product-block4 .product-item .thumb {
  position: relative;
  overflow: hidden;
}
.product-block4 .product-item .thumb > a {
  display: block;
}
.product-block4 .product-item .thumb > a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-block4 .product-item .thumb .product-tools {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #222222;
  text-align: center;
  padding: 5px;
  z-index: 10;
  transform: translate(0, 38px);
  -webkit-transform: translate(0, 38px);
  -moz-transform: translate(0, 38px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-block4 .product-item .thumb .product-tools span {
  color: #ffffff;
  font-size: 18px;
  margin-right: 1rem;
}
.product-block4 .product-item .thumb .product-tools span:last-child {
  margin-right: 0;
}
.product-block4 .product-item .thumb .product-tools span a {
  color: #ffffff;
  font-size: 18px;
}
.product-block4 .product-item .thumb .product-tools span a:hover {
  color: #fe5502;
}
.product-block4 .product-item .info {
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0.8rem 0;
}
.product-block4 .product-item .info .category a {
  font-size: 14px;
  font-weight: bold;
}
.product-block4 .product-item .info h4 a {
  font-size: 16px;
  color: #181818;
}
.product-block4 .product-item .info h4 a:hover {
  color: #fe5502;
}
.product-block4 .product-item .info .price {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.product-block4 .product-item .info .price .old {
  color: #6f6f6f;
}
.product-block4 .product-item .info .review {
  margin: 5px 0;
  color: #bbbbbb;
}
.product-block4 .product-item:hover .thumb img {
  transform: scale(1.1);
}
.product-block4 .product-item:hover .thumb .product-tools {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.product-block5 {
  margin-bottom: 30px;
}
.product-block5 .product-item {
  margin: 0.5rem;
  display: block;
}
.product-block5 .product-item .thumb {
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.product-block5 .product-item .thumb > a {
  display: block;
}
.product-block5 .product-item .thumb > a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-block5 .product-item .thumb .product-tools {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #222222;
  text-align: center;
  padding: 5px;
  z-index: 10;
  transform: translate(0, 38px);
  -webkit-transform: translate(0, 38px);
  -moz-transform: translate(0, 38px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-block5 .product-item .thumb .product-tools span {
  color: #ffffff;
  font-size: 18px;
  margin-right: 1rem;
}
.product-block5 .product-item .thumb .product-tools span:last-child {
  margin-right: 0;
}
.product-block5 .product-item .thumb .product-tools span a {
  color: #ffffff;
  font-size: 18px;
}
.product-block5 .product-item .thumb .product-tools span a:hover {
  color: #fe5502;
}
.product-block5 .product-item .info {
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0.8rem 0;
}
.product-block5 .product-item .info .category a {
  font-size: 14px;
  font-weight: bold;
}
.product-block5 .product-item .info h4 {
  line-height: 0;
  margin: 0.8rem 0;
}
.product-block5 .product-item .info h4 a {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.product-block5 .product-item .info h4 a:hover {
  color: #fe5502;
}
.product-block5 .product-item .info .price {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin-top: 1rem;
}
.product-block5 .product-item .info .price .old {
  color: #6f6f6f;
}
.product-block5 .product-item:hover .thumb img {
  transform: scale(1.1);
}
.product-block5 .product-item:hover .thumb .product-tools {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.countdown {
  font-family: "Roboto";
  text-transform: uppercase;
}

.countdown > div {
  display: inline-block;
}

.countdown > div > span {
  display: block;
  text-align: center;
}

.countdown-container {
  margin: 0 3px;
}

.countdown-container .countdown-heading {
  font-size: 11px;
  margin: 3px;
  color: #666;
}

.countdown-container .countdown-value {
  font-size: 25px;
  background: transparent;
  padding: 5px 10px;
  color: #555555;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
}

.offer-block {
  border: 2px solid #fe5502;
  border-radius: 5px;
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 1rem;
}
.offer-block .offer-content {
  position: relative;
}
.offer-block .offer-content .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 25px;
}
.offer-block .offer-content .category {
  color: #888888;
  font-size: 16px;
  font-weight: bold;
}
.offer-block .offer-content .product-title a {
  font-size: 18px;
  font-weight: 600;
  color: #6f6f6f;
}
.offer-block .offer-content .product-title a:hover {
  color: #fe5502;
}
.offer-block .offer-content p {
  color: #888888;
  font-size: 15px;
  margin: 10px 0;
}
.offer-block .offer-content .price {
  font-weight: bold;
  font-size: 16px;
  color: #888888;
}
.offer-block .offer-content .price span del {
  font-weight: normal;
}
.offer-block .offer-content .offer-time {
  margin: 10px 0;
}
.offer-block .offer-content .offer-time h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-indent: 80px;
}
.offer-block .offer-content .offer-btn {
  margin-top: 20px;
}
.offer-block .product-thumbnail {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 200px;
}
.offer-block .product-thumbnail img {
  max-width: 100%;
  height: auto;
}
.offer-block.block2 {
  min-height: 405px;
  border: none;
  background-image: url("img/offers/offer1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.offer-block.block2 .offer-content {
  padding: 90px 25px;
  max-width: 70%;
}
.offer-block.block2 .subtitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.offer-block.block2 .title {
  margin: 1rem 0;
  line-height: 2.3rem;
}
.offer-block.block2 .title span {
  color: #fe5502;
  font-size: 35px;
}

.category-block1 .category-item {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 1rem;
}
.category-block1 .category-item .thumb {
  flex-basis: 20%;
}
.category-block1 .category-item .thumb img {
  width: 80px;
  height: 80px;
}
.category-block1 .category-item .info {
  flex-basis: 80%;
  padding: 10px;
  justify-content: center;
}
.category-block1 .category-item .info h4 {
  font-size: 18px;
  font-weight: bold;
}
.category-block1 .category-item .info h4 a {
  color: #222222;
  display: block;
  text-transform: uppercase;
}
.category-block1 .category-item .info h4 a:hover {
  color: #fe5502;
}
.category-block1 .category-item .info .product-count span {
  color: #888888;
}

.sidebar-widget {
  margin-bottom: 1.5rem;
}
.sidebar-widget .widget-title {
  color: #222222;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sidebar-widget .sizes a {
  border: 1px solid #ced4da;
  height: 28px;
  color: #181818;
  width: 38px;
  text-align: center;
}
.sidebar-widget .sizes a:hover {
  background-color: #fe5502;
  color: #ffffff;
}
.sidebar-widget .colors .form-check {
  margin-bottom: 0.8rem;
}
.sidebar-widget .colors .form-check .form-check-input {
  border-radius: 0;
  width: 1.5em;
  height: 1.5em;
}
.sidebar-widget .colors .form-check .form-check-input:checked {
  background-color: #fe5502;
  border-color: #fe5502;
}
.sidebar-widget .colors .form-check .form-check-label {
  vertical-align: middle;
  margin-left: 5px;
}
.sidebar-widget .widget-links li {
  border-bottom: 1px solid #ced4da;
}
.sidebar-widget .widget-links li:last-child {
  border-bottom: none;
}
.sidebar-widget .widget-links li a {
  color: #222222;
  font-weight: 600;
  padding: 10px;
  font-size: 15px;
  display: block;
}
.sidebar-widget .widget-links li a span {
  float: right;
  border-radius: 50%;
  background: #888888;
  padding: 2px 5px;
  color: #ffffff;
  font-size: 12px;
}
.sidebar-widget .widget-links li a:hover {
  color: #fe5502;
}
.sidebar-widget .widget-links li a:hover span {
  background-color: #fe5502;
}
.sidebar-widget .product-block3 .product-item {
  display: flex;
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent;
}
.sidebar-widget .product-block3 .product-item:last-child {
  margin-bottom: 0;
}
.sidebar-widget .product-block3 .product-item .thumb {
  flex-basis: 80px;
  margin-right: 15px;
}
.sidebar-widget .product-block3 .product-item .thumb img {
  width: 80px;
  height: 80px;
}
.sidebar-widget .product-block3 .product-item .info h4 a {
  color: #222222;
  display: block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.sidebar-widget .product-block3 .product-item .info h4 a:hover {
  color: #fe5502;
}
.sidebar-widget .product-block3 .product-item .info .price {
  font-weight: 600;
  font-size: 14px;
}
.sidebar-widget .product-block3 .product-item .info .price del {
  color: black;
}
.sidebar-widget .product-block3 .product-item .info .price span {
  color: #222222;
}
.sidebar-widget .product-block3 .product-item .info .review i {
  font-size: 13px;
  color: #ffc107;
}
.sidebar-widget .social-info p {
  color: #222222;
  line-height: 1.8;
}
.sidebar-widget .social-info .social-links {
  margin-top: 30px;
}
.sidebar-widget .social-info .social-links li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar-widget .social-info .social-links li:last-child {
  margin-right: 0;
}
.sidebar-widget .social-info .social-links li a {
  color: #ffffff;
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  padding: 5px;
  font-size: 20px;
}
.sidebar-widget .social-info .social-links li a:hover {
  background-color: #ffffff;
  color: #222222;
}

.footer-area {
  padding: 50px 0;
}

.footer-widget .widget-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer-widget .widget-links li {
  border-bottom: 1px solid #181818;
}
.footer-widget .widget-links li:last-child {
  border-bottom: none;
}
.footer-widget .widget-links li a {
  color: #ffffff;
  font-weight: 600;
  padding: 10px 0;
  font-size: 14px;
  display: block;
}
.footer-widget .widget-links li a:hover {
  color: #fe5502;
}
.footer-widget .product-block3 .product-item {
  display: flex;
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent;
}
.footer-widget .product-block3 .product-item:last-child {
  margin-bottom: 0;
}
.footer-widget .product-block3 .product-item .thumb {
  flex-basis: 80px;
  margin-right: 15px;
}
.footer-widget .product-block3 .product-item .thumb img {
  width: 80px;
  height: 80px;
}
.footer-widget .product-block3 .product-item .info h4 a {
  color: #ffffff;
  display: block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.footer-widget .product-block3 .product-item .info h4 a:hover {
  color: #fe5502;
}
.footer-widget .product-block3 .product-item .info .price {
  font-weight: 600;
  font-size: 14px;
}
.footer-widget .product-block3 .product-item .info .price del {
  color: #cccccc;
}
.footer-widget .product-block3 .product-item .info .price span {
  color: #ffffff;
}
.footer-widget .product-block3 .product-item .info .review i {
  font-size: 13px;
  color: #ffc107;
}
.footer-widget .social-info p {
  color: #ffffff;
  line-height: 1.8;
}
.footer-widget .social-info .social-links {
  margin-top: 30px;
}
.footer-widget .social-info .social-links li {
  display: inline-block;
  margin-right: 5px;
}
.footer-widget .social-info .social-links li:last-child {
  margin-right: 0;
}
.footer-widget .social-info .social-links li a {
  color: #ffffff;
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  padding: 5px;
  font-size: 20px;
}
.footer-widget .social-info .social-links li a:hover {
  background-color: #ffffff;
  color: #222222;
}

.right-sidebar,
.left-sidebar {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
}

.footer-bar {
  border-top: 1px solid #181818;
  padding: 12px 0;
}
.footer-bar .copyright p {
  line-height: 2rem;
  color: #ffffff;
}
.footer-bar .copyright p i {
  margin-right: 5px;
}
.footer-bar .copyright p a {
  font-weight: bold;
  color: #ffffff;
}
.footer-bar .copyright p a:hover {
  color: #fe5502;
}
.footer-bar .app-install {
  font-weight: bold;
  color: #ffffff;
  text-align: right;
}
.footer-bar .app-install a img {
  max-width: 100px;
  height: auto;
}

.icon-box {
  background-color: #ffffff;
  padding: 30px 10px;
  margin-bottom: 1rem;
}
.icon-box .icon {
  margin-bottom: 20px;
}
.icon-box .icon i {
  font-size: 55px;
  display: inline-block;
  color: #fe5502;
}
.icon-box .title h4 {
  color: #222222;
  font-weight: bold;
}
.icon-box .description p {
  color: #888888;
}

.contact-wrapper {
  padding: 20px;
  margin-top: 20px;
}

.ui-accordion .ui-accordion-header {
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border-color: #fe5502 !important;
  background-color: #fe5502 !important;
}

.blog-item {
  margin-bottom: 30px;
}
.blog-item .thumb img {
  max-width: 100%;
  max-height: 426px;
}
.blog-item .title h4 {
  font-weight: bold;
  margin: 1rem 0;
}
.blog-item .excerpt {
  margin-bottom: 1rem;
}

@media all and (max-width: 992px) {
  .logo {
    text-align: center;
    margin: 15px 0 20px 0;
  }

  .title2,
.title3,
.footer-widget .widget-title {
    margin-top: 25px;
  }

  .footer-bar .copyright,
.footer-bar .app-install {
    text-align: center;
  }
  .footer-bar .app-install {
    margin-top: 20px;
  }

  .banner {
    padding: 95px 40px;
  }

  .contact-form-wrapper {
    margin-top: 1rem;
  }

  .right-sidebar,
.left-sidebar {
    margin-bottom: 2rem;
  }

  .register {
    margin-top: 2rem;
  }
}
@media all and (max-width: 768px) {
  .top-left .info-item {
    text-align: center;
  }

  .top-right {
    justify-content: center !important;
  }

  .header-icons {
    justify-content: center;
    margin: 20px 0 15px 0;
  }

  .banner {
    padding: 70px 40px;
  }

  .category-nav .menu li .submenu {
    overflow: auto;
    max-height: 200px;
  }
}
@media all and (max-width: 575px) {
  .logobar-search .input-group .input-group-text {
    display: none;
  }

  .offer-block.block1 .offer-content .product-thumbnail {
    display: none;
  }
  .offer-block.block2 {
    background-size: inherit;
  }
  .offer-block.block2 .offer-content {
    max-width: 100%;
  }

  .primary-nav {
    width: 240px;
  }

  .banner {
    padding: 30px 20px;
  }

  .minicart-product-wrap {
    overflow: scroll;
  }
}

/*# sourceMappingURL=style.css.map */
