body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn {
  border-radius: 0px;
  font-size: 14px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
}

a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: #ff7f00;
  text-decoration: none;
}

a,
button,
input {
  outline: medium none;
  color: #666666;
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}

h1 {
  font-size: 30px;
  font-weight: 500;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  color: #999999;
}

hr {
  border-bottom: 1px solid #999999;
}

hr.style-2 {
  border-bottom: 1px dashed #eceff8;
}

hr.mp-0 {
  margin: 0;
  border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
  margin: 40px 0;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

label {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}

button:focus {
  outline: none;
}

.mark,
mark {
  background: #ff7f00 none repeat scroll 0 0;
  color: #fff;
}

span.tooltip-content {
  color: #ff7f00;
  cursor: help;
  font-weight: 600;
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.fix {
  overflow: hidden
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.g-font-1 {
  font-family: "Raleway", sans-serif;
}

.g-font-2 {
  font-family: 'Roboto', sans-serif;
}

.font-w-5 {
  font-weight: 500;
}

.font-w-6 {
  font-weight: 600;
}

.font-w-7 {
  font-weight: 700;
}

.panel-group .panel {
  border-radius: 0;
  margin-bottom: 0;
}

.my-account-content .panel-body {
  padding: 0;
}

.panel {
  border-radius: 0;
}

.section {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .container {
    --bs-gutter-x: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .container .row {
    --bs-gutter-x: 30px;
  }
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.progress {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}

input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
}

a.button::after,
a.button-small::after {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.share ul,
.share:hover ul {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a.button-border span,
a.button-border-white span,
input,
select,
textarea {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a.button {
  background: #ec3b05;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

a.button span {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  padding: 11px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

a.button::after {
  background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
}

a.button:hover::after {
  width: 100%
}

a.button.button-white {
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: #fff;
  color: #4FC1F0;
  font-size: 15px;
}

a.button.button-white i {
  background: rgba(0, 0, 0, 0.09);
  display: block;
  float: left;
  padding: 14px;
  font-size: 16px;
  color: #4FC1F0;
  font-weight: normal;
  width: 50px;
  text-align: center;
}

a.button.button-white span {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  padding: 11px 20px;
  font-size: 15px;
  color: #434343;
  font-weight: normal;
}

a.button.button-grey {
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: #eceff7;
  color: #4FC1F0;
  font-size: 15px;
}

a.button.button-grey i {
  background: rgba(0, 0, 0, 0.09);
  display: block;
  float: left;
  padding: 14px;
  font-size: 16px;
  color: #4FC1F0;
  font-weight: normal;
  width: 50px;
  text-align: center;
}

a.button.button-grey span {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  padding: 11px 20px;
  font-size: 15px;
  color: #4FC1F0;
  font-weight: normal;
}

a.button.button-black {
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: #575757;
  color: #4FC1F0;
  font-size: 15px;
}

a.button.button-black i {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  padding: 14px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  width: 50px;
  text-align: center;
}

a.button.button-black span {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  padding: 11px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

a.button-border span {
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 11px 20px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  color: #4FC1F0;
  font-size: 15px;
  border: 1px solid #4FC1F0;
}

a.button-border span:hover {
  box-shadow: -200px 0 0 #4FC1F0 inset;
  color: #fff;
  border-color: #4FC1F0;
}

a.button-border-white span {
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 11px 20px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
}

a.button-border-white span:hover {
  box-shadow: -200px 0 0 #fff inset;
  color: #4FC1F0;
  border-color: #fff;
}

a.button-small {
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: #4FC1F0;
  color: #fff;
  font-size: 15px;
}

a.button-small i {
  background: rgba(0, 0, 0, 0.09);
  display: block;
  float: left;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  width: 40px;
  text-align: center;
}

a.button-small span {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  padding: 8px 10px;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}

a.button-small:after {
  background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}

a.button-small:hover::after {
  width: 100%
}

a.button.large {
  margin-right: 0px;
}

a.button.large span {
  padding: 16px 80px;
  font-size: 18px;
}

a.button.large i {
  padding: 20px;
  width: 60px;
  font-size: 18px;
}

a.button.medium span {
  padding: 14px 60px;
  font-size: 16px;
}

a.button.medium i {
  padding: 17px;
  width: 50px;
  font-size: 16px;
}

a.button.small span {
  padding: 12px 40px;
}

a.button.small i {
  padding: 15px;
  width: 45px;
}

a.button.extra-small span {
  padding: 8px 30px;
  font-size: 14px;
}

a.button.extra-small i {
  padding: 11px;
  width: 38px;
  font-size: 13px;
}

.social-icon ul {
  margin: 0;
  padding: 0;
}

.social-icon ul li {
  display: inline-block;
  list-style: none;
}

.social-icon ul li a {
  display: block;
  margin: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #4FC1F0;
  text-align: center;
  border-radius: 50%;
}

.social-icon ul li a:hover {
  background: #EB3B60;
}

.social-icon.socile-icon-style-2 ul li a {
  color: #fff;
  background: #323232;
  border-radius: 0;
}

.social-icon.socile-icon-style-2 ul li a:hover {
  background: #EB3B60;
}

.social-icon.socile-icon-style-3 ul li a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.social-icon.socile-icon-style-3 ul li a:hover {
  background: #EB3B60;
  border-color: #EB3B60;
}

.text-blue {
  color: #4FC1F0;
}

.text-white {
  color: #fff;
}

.text-black-1 {
  color: #575757;
}

.text-black-2 {
  color: #737373;
}

.text-black-3 {
  color: #434343;
}

.text-black-4 {
  color: #999;
}

.text-black-5 {
  color: #666;
}

.text-gray {
  color: #666;
}

.text-theme {
  color: #ff7f00;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: #999999;
  font-size: 16px;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.form-group .form-control {
  font-size: 16px;
}

button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-family: raleway;
}

select {
  border: 1px solid #eeeeee;
  color: #999999;
  font-size: 14px;
  height: 30px;
  padding-left: 20px;
}

option {
  background: #ffffff none repeat scroll 0 0;
  border: 0 solid #626262;
  font-size: 14px;
  padding-left: 10px;
}

.togglePassword {
  font-size: 16px;
  padding: 2px 12px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border: 1px solid #FFBF7F;
}

textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 10px 10px 10px 20px;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  border-color: #ff7f00;
  outline: none;
}

.height-80 {
  height: 80px;
}

::-moz-placeholder {
  color: #444;
  font-size: 14px;
}

.submit-btn-1 {
  background: rgb(255, 127, 0) none repeat scroll 0 0;
  border: medium none;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.btn-hover-1,
.btn-hover-2 {
  position: relative;
}

.btn-hover-1::before,
.btn-hover-2::before {
  background: #434343 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 9999;
}

.btn-hover-1:hover::before,
.btn-hover-2:hover::before {
  width: 100%;
}

.btn-hover-2::before {
  background: #ff7f00 none repeat scroll 0 0;
}

#back-to-top .top {
  background: #007da1;
}

#back-to-top .top:hover {
  color: #fff;
  height: 50px;
}

.slick-arrow-1 .slick-arrow {
  color: #ccc;
  outline: none;
  font-size: 40px;
  left: -60px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  z-index: 999;
}

.slick-arrow-1 .arrow-next.slick-arrow {
  left: auto;
  right: -60px;
}

.slick-arrow-1 .slick-arrow:hover {
  color: #ff7f00;
}

.slick-arrow-2 .slick-arrow {
  border: 1px solid #ddd;
  color: #999999;
  font-size: 20px;
  height: 35px;
  left: -30px;
  line-height: 35px;
  margin-top: -17px;
  opacity: 0;
  position: absolute;
  right: auto;
  top: 50%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 35px;
  z-index: 2;
}

.slick-arrow-2 .arrow-next.slick-arrow {
  left: auto;
  right: -30px;
}

.slick-arrow-2:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slick-arrow-2 .arrow-prev.slick-arrow:hover,
.slick-arrow-2 .arrow-next.slick-arrow:hover {
  color: #FF7F00;
  border-color: #FF7F00;
}

.slick-arrow-3 .slick-arrow {
  color: #999999;
  font-size: 20px;
  height: 35px;
  left: 0;
  line-height: 35px;
  margin-top: -17px;
  position: absolute;
  right: auto;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 35px;
  z-index: 2;
}

.slick-arrow-3 .arrow-next.slick-arrow {
  left: auto;
  right: 0px;
}

.slick-arrow-3:hover .slick-arrow {}

.slick-arrow-3 .arrow-prev.slick-arrow:hover,
.slick-arrow-3 .arrow-next.slick-arrow:hover {
  color: #FF7F00;
}

.slick-dots-1 .slick-dots {
  bottom: 70px;
  position: absolute;
  right: 30px;
}

.slick-dots-1 .slick-dots li {
  background: #cccccc none repeat scroll 0 0;
  border-radius: 50%;
  float: left;
  height: 8px;
  margin: 0 5px;
  width: 8px;
}

.slick-dots-1 .slick-dots li button {
  display: none;
}

.slick-dots-1 .slick-dots li.slick-active {
  background: #FF7F00;
}

#productModal .modal-dialog {
  margin: 5% auto;
  max-width: 96%;
  min-height: 300px;
  padding: 20px;
  width: 870px;
}

#quickview-wrapper .modal-content {
  border-radius: 0;
}

#productModal .modal-header {
  border: 0 none;
  padding: 0;
}

#productModal button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

#productModal button.close span {
  border: 1px solid #909295;
  border-radius: 60px;
  color: #909295;
  display: block;
  height: 30px;
  line-height: 25px;
  padding-top: 1px;
  text-align: center;
  width: 30px;
}

#productModal button.close:hover {
  opacity: 1;
}

.modal-product .product-images {
  float: left;
  width: 40%;
}

.modal-product .product-images .main-image {
  width: 100%;
}

.modal-product .product-images .main-image img {
  width: 100%;
}

.modal-product .product-info {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding: 15px 15px 18px 30px;
  text-align: left;
  width: 60%;
}

.modal-product .product-info h1 {
  color: #666;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.s-price-box {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 10px 0;
}

.s-price-box .new-price {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.s-price-box .old-price {
  color: #a6a6a6;
  font-size: 15px;
  text-decoration: line-through;
}

.modal-product .product-info .see-all {
  color: #42414f;
  display: inline-block;
  margin: 15px 0 20px;
  text-decoration: underline;
}

.modal-product .product-info .quick-add-to-cart {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  margin: 0 0 15px;
  padding: 0 0 30px;
  width: 100%;
}

.quick-add-to-cart .numbers-row>input {
  border: 1px solid #e5e5e5;
  float: left;
  height: 45px;
  text-align: center;
  width: 100px;
}

.quick-add-to-cart .single_add_to_cart_button {
  background: #666 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  font-weight: 700;
  height: 45px;
  margin-left: 15px;
  padding: 0 55px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.quick-add-to-cart .single_add_to_cart_button:hover {
  background: #FF7F00 none repeat scroll 0 0;
}

.modal-product .product-info .quick-desc {
  border-bottom: 1px solid #e5e5e5;
  color: #909295;
  margin-bottom: 10px;
  padding: 0 0 15px;
}

.widget-title-modal {
  color: #42414f;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 5px;
  text-transform: none;
  width: 100%;
}

.modal-product .widget .social-icons li {
  float: left;
  margin-right: 10px;
}

.modal-product .widget .social-icons li a {
  border: 1px solid #e5e5e5;
  color: #909295;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
}

.modal-product .widget .social-icons li a:hover {
  color: #ffffff;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.mt-0 {
  margin-top: 0
}

.mt-1 {
  margin-top: 1px
}

.mt-2 {
  margin-top: 2px
}

.mt-3 {
  margin-top: 3px
}

.mt-4 {
  margin-top: 4px
}

.mt-5 {
  margin-top: 5px
}

.mt-10 {
  margin-top: 10px
}

.mt-15 {
  margin-top: 15px
}

.mt-20 {
  margin-top: 20px
}

.mt-30 {
  margin-top: 30px
}

.mt-35 {
  margin-top: 35px
}

.mt-40 {
  margin-top: 40px
}

.mt-50 {
  margin-top: 50px
}

.mt-60 {
  margin-top: 60px
}

.mt-70 {
  margin-top: 70px
}

.mt-80 {
  margin-top: 80px
}

.mt-90 {
  margin-top: 90px
}

.mt-100 {
  margin-top: 100px
}

.mt-110 {
  margin-top: 110px
}

.mt-120 {
  margin-top: 120px
}

.mt-130 {
  margin-top: 130px
}

.mt-140 {
  margin-top: 140px
}

.mt-150 {
  margin-top: 150px
}

.mr-0 {
  margin-right: 0px
}

.mr-1 {
  margin-right: 1px
}

.mr-2 {
  margin-right: 2px
}

.mr-3 {
  margin-right: 3px
}

.mr-4 {
  margin-right: 4px
}

.mr-5 {
  margin-right: 5px
}

.mr-10 {
  margin-right: 10px
}

.mr-15 {
  margin-right: 15px
}

.mr-20 {
  margin-right: 20px
}

.mr-30 {
  margin-right: 30px
}

.mr-40 {
  margin-right: 40px
}

.mr-50 {
  margin-right: 50px
}

.mr-60 {
  margin-right: 60px
}

.mr-70 {
  margin-right: 70px
}

.mr-80 {
  margin-right: 80px
}

.mr-90 {
  margin-right: 90px
}

.mr-100 {
  margin-right: 100px
}

.mr-110 {
  margin-right: 110px
}

.mr-120 {
  margin-right: 120px
}

.mr-130 {
  margin-right: 130px
}

.mr-140 {
  margin-right: 140px
}

.mr-150 {
  margin-right: 150px
}

.mb-0 {
  margin-bottom: 0
}

.mb-1 {
  margin-bottom: 1px
}

.mb-2 {
  margin-bottom: 2px
}

.mb-3 {
  margin-bottom: 3px
}

.mb-4 {
  margin-bottom: 4px
}

.mb-5 {
  margin-bottom: 5px
}

.mb-10 {
  margin-bottom: 10px
}

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

.mb-20 {
  margin-bottom: 20px
}

.mb-25 {
  margin-bottom: 25px
}

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

.mb-35 {
  margin-bottom: 35px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-50 {
  margin-bottom: 50px
}

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

.mb-70 {
  margin-bottom: 70px
}

.mb-80 {
  margin-bottom: 80px
}

.mb-90 {
  margin-bottom: 90px
}

.mb-100 {
  margin-bottom: 100px
}

.mb-110 {
  margin-bottom: 110px
}

.mb-120 {
  margin-bottom: 120px
}

.mb-130 {
  margin-bottom: 130px
}

.mb-140 {
  margin-bottom: 140px
}

.mb-150 {
  margin-bottom: 150px
}

.ml-0 {
  margin-left: 0
}

.ml-1 {
  margin-left: 1px
}

.ml-2 {
  margin-left: 2px
}

.ml-3 {
  margin-left: 3px
}

.ml-4 {
  margin-left: 4px
}

.ml-5 {
  margin-left: 5px
}

.ml-10 {
  margin-left: 10px
}

.ml-15 {
  margin-left: 15px
}

.ml-20 {
  margin-left: 20px
}

.ml-30 {
  margin-left: 30px
}

.ml-40 {
  margin-left: 40px
}

.ml-50 {
  margin-left: 50px
}

.ml-60 {
  margin-left: 60px
}

.ml-70 {
  margin-left: 70px
}

.ml-80 {
  margin-left: 80px
}

.ml-90 {
  margin-left: 90px
}

.ml-100 {
  margin-left: 100px
}

.ml-110 {
  margin-left: 110px
}

.ml-120 {
  margin-left: 120px
}

.ml-130 {
  margin-left: 130px
}

.ml-140 {
  margin-left: 140px
}

.ml-150 {
  margin-left: 150px
}

.pt-0 {
  padding-top: 0
}

.pt-10 {
  padding-top: 10px
}

.pt-15 {
  padding-top: 15px
}

.pt-20 {
  padding-top: 20px
}

.pt-30 {
  padding-top: 30px
}

.pt-40 {
  padding-top: 40px
}

.pt-50 {
  padding-top: 50px
}

.pt-55 {
  padding-top: 55px
}

.pt-60 {
  padding-top: 60px
}

.pt-70 {
  padding-top: 70px
}

.pt-80 {
  padding-top: 80px
}

.pt-90 {
  padding-top: 90px
}

.pt-100 {
  padding-top: 100px
}

.pt-110 {
  padding-top: 110px
}

.pt-120 {
  padding-top: 120px
}

.pt-130 {
  padding-top: 130px
}

.pt-140 {
  padding-top: 140px
}

.pt-150 {
  padding-top: 150px
}

.pt-160 {
  padding-top: 160px
}

.pr-0 {
  padding-right: 0
}

.pr-10 {
  padding-right: 10px
}

.pr-15 {
  padding-right: 15px
}

.pr-20 {
  padding-right: 20px
}

.pr-30 {
  padding-right: 30px
}

.pr-40 {
  padding-right: 40px
}

.pr-50 {
  padding-right: 50px
}

.pr-60 {
  padding-right: 60px
}

.pr-70 {
  padding-right: 70px
}

.pr-80 {
  padding-right: 80px
}

.pr-90 {
  padding-right: 90px
}

.pr-100 {
  padding-right: 100px
}

.pr-110 {
  padding-right: 110px
}

.pr-120 {
  padding-right: 120px
}

.pr-130 {
  padding-right: 130px
}

.pr-140 {
  padding-right: 140px
}

.pb-0 {
  padding-bottom: 0
}

.pb-10 {
  padding-bottom: 10px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-25 {
  padding-bottom: 25px
}

.pb-30 {
  padding-bottom: 30px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-50 {
  padding-bottom: 50px
}

.pb-55 {
  padding-bottom: 55px
}

.pb-60 {
  padding-bottom: 60px
}

.pb-70 {
  padding-bottom: 70px
}

.pb-80 {
  padding-bottom: 80px
}

.pb-90 {
  padding-bottom: 90px
}

.pb-100 {
  padding-bottom: 100px
}

.pb-110 {
  padding-bottom: 110px
}

.pb-120 {
  padding-bottom: 120px
}

.pb-130 {
  padding-bottom: 130px
}

.pb-140 {
  padding-bottom: 140px
}

.pb-150 {
  padding-bottom: 150px
}

.pb-160 {
  padding-bottom: 160px
}

.pl-0 {
  padding-left: 0
}

.pl-10 {
  padding-left: 10px
}

.pl-15 {
  padding-left: 15px
}

.pl-20 {
  padding-left: 20px
}

.pl-30 {
  padding-left: 30px
}

.pl-40 {
  padding-left: 40px
}

.pl-50 {
  padding-left: 50px
}

.pl-60 {
  padding-left: 60px
}

.pl-70 {
  padding-left: 70px
}

.pl-80 {
  padding-left: 80px
}

.pl-90 {
  padding-left: 90px
}

.pl-100 {
  padding-left: 100px
}

.pl-110 {
  padding-left: 110px
}

.pl-120 {
  padding-left: 120px
}

.pl-130 {
  padding-left: 130px
}

.pl-140 {
  padding-left: 140px
}

.pl-150 {
  padding-left: 150px
}

.ptb-0 {
  padding: 0
}

.ptb-5 {
  padding: 5px 0
}

.ptb-10 {
  padding: 10px 0
}

.ptb-20 {
  padding: 20px 0
}

.ptb-30 {
  padding: 30px 0
}

.ptb-40 {
  padding: 40px 0
}

.ptb-50 {
  padding: 50px 0
}

.ptb-60 {
  padding: 60px 0
}

.ptb-70 {
  padding: 70px 0
}

.ptb-80 {
  padding: 80px 0
}

.ptb-90 {
  padding: 90px 0
}

.ptb-100 {
  padding: 100px 0
}

.ptb-110 {
  padding: 110px 0
}

.ptb-120 {
  padding: 120px 0
}

.ptb-130 {
  padding: 130px 0
}

.ptb-140 {
  padding: 140px 0
}

.ptb-150 {
  padding: 150px 0
}

.ptb-160 {
  padding: 160px 0
}

.mtb-0 {
  margin: 0
}

.mtb-5 {
  margin: 5px 0
}

.mtb-10 {
  margin: 10px 0
}

.mtb-15 {
  margin: 15px 0
}

.mtb-20 {
  margin: 20px 0
}

.mtb-30 {
  margin: 30px 0
}

.mtb-35 {
  margin: 35px 0
}

.mtb-40 {
  margin: 40px 0
}

.mtb-50 {
  margin: 50px 0
}

.mtb-60 {
  margin: 60px 0
}

.mtb-70 {
  margin: 70px 0
}

.mtb-80 {
  margin: 80px 0
}

.mtb-90 {
  margin: 90px 0
}

.mtb-100 {
  margin: 100px 0
}

.mtb-110 {
  margin: 110px 0
}

.mtb-120 {
  margin: 120px 0
}

.mtb-130 {
  margin: 130px 0
}

.mtb-140 {
  margin: 140px 0
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-160 {
  margin: 160px 0;
}

.plr-185 {
  padding: 0 185px;
}

.plr-200 {
  padding-left: 200px;
  padding-right: 200px
}

.ptblr-10-30 {
  padding: 10px 30px;
}

.ptblr-20-30 {
  padding: 20px 30px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.mt--50 {
  margin-top: -50px;
}

#scrollUp {
  background: #ccc;
  bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  right: 10px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}

#scrollUp i {
  line-height: 40px;
}

#scrollUp:hover {
  background: #FF7F00 none repeat scroll 0 0;
  color: #ffffff;
}

.action-box-button a.button span {
  font-size: 13px;
  padding: 11px 12px;
}

.pricing .container .row [class*="col-"] {}

/* .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10 {
  float: left;
} */

/* .col-1 {
  width: 10%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 40%;
}

.col-5 {
  width: 50%;
}

.col-6 {
  width: 60%;
}

.col-7 {
  width: 70%;
}

.col-8 {
  width: 80%;
}

.col-9 {
  width: 90%;
}

.col-10 {
  width: 100%;
} */

.box-shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.theme-bg {
  background: #ff7f00;
}

.black-bg {
  background: #222222;
}

.white-bg {
  background: #fff;
}

.gray-bg {
  background: #f6f6f6;
}

.blue-bg {
  background: #4FC1F0;
}

.default-bg {
  background: #f6f6f6;
}

.transparent-bg {
  background: transparent;
}

.footer-area .theme-bg p,
.footer-area .black-bg p,
.footer-area .theme-bg h4,
.footer-area .black-bg h4,
.footer-area .theme-bg .footer-menu li a,
.footer-area .black-bg .footer-menu li a,
.footer-area .theme-bg .footer-social li a,
.footer-area .black-bg .footer-social li a {
  color: #fff;
}

.footer-area .theme-bg .footer-social li a,
.footer-area .black-bg .footer-social li a {
  border: 1px solid #fff;
}

.footer-area .theme-bg .footer-menu li:hover a,
.footer-area .black-bg .footer-menu li:hover a,
.footer-area .theme-bg .footer-menu li:hover a i,
.footer-area .black-bg .footer-menu li:hover a i {
  color: #444;
}

.footer-area .theme-bg .footer-menu li a i,
.footer-area .black-bg .footer-menu li a i {
  color: #fff;
}

.footer-area .theme-bg .submit-btn-1,
.footer-area .black-bg .submit-btn-1 {
  background: #fff none repeat scroll 0 0;
  color: #000;
}

.bg-opacity-black-10,
.bg-opacity-black-20,
.bg-opacity-black-30,
.bg-opacity-black-40,
.bg-opacity-black-50,
.bg-opacity-black-60,
.bg-opacity-black-70,
.bg-opacity-black-80,
.bg-opacity-black-90,
.bg-opacity-white-10,
.bg-opacity-white-20,
.bg-opacity-white-30,
.bg-opacity-white-40,
.bg-opacity-white-50,
.bg-opacity-white-60,
.bg-opacity-white-70,
.bg-opacity-white-80,
.bg-opacity-white-90 {
  z-index: 9;
}

.bg-opacity-black-10:before,
.bg-opacity-black-20:before,
.bg-opacity-black-30:before,
.bg-opacity-black-40:before,
.bg-opacity-black-50:before,
.bg-opacity-black-60:before,
.bg-opacity-black-70:before,
.bg-opacity-black-80:before,
.bg-opacity-black-90:before,
.bg-opacity-white-10:before,
.bg-opacity-white-20:before,
.bg-opacity-white-30:before,
.bg-opacity-white-40:before,
.bg-opacity-white-50:before,
.bg-opacity-white-60:before,
.bg-opacity-white-70:before,
.bg-opacity-white-80:before,
.bg-opacity-white-90:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-opacity-black-10:before {
  background: rgba(0, 0, 0, 0.1);
}

.bg-opacity-black-20:before {
  background: rgba(0, 0, 0, 0.2);
}

.bg-opacity-black-30:before {
  background: rgba(0, 0, 0, 0.3);
}

.bg-opacity-black-40:before {
  background: rgba(0, 0, 0, 0.4);
}

.bg-opacity-black-50:before {
  background: rgba(0, 0, 0, 0.5);
}

.bg-opacity-black-60:before {
  background: rgba(0, 0, 0, 0.6);
}

.bg-opacity-black-70:before {
  background: rgba(0, 0, 0, 0.7);
}

.bg-opacity-black-80:before {
  background: rgba(0, 0, 0, 0.8);
}

.bg-opacity-black-90:before {
  background: rgba(0, 0, 0, 0.9);
}

.bg-opacity-white-10:before {
  background: rgba(255, 255, 255, 0.1);
}

.bg-opacity-white-20:before {
  background: rgba(255, 255, 255, 0.2);
}

.bg-opacity-white-30:before {
  background: rgba(255, 255, 255, 0.3);
}

.bg-opacity-white-40:before {
  background: rgba(255, 255, 255, 0.4);
}

.bg-opacity-white-50:before {
  background: rgba(255, 255, 255, 0.5);
}

.bg-opacity-white-60:before {
  background: rgba(255, 255, 255, 0.6);
}

.bg-opacity-white-70:before {
  background: rgba(255, 255, 255, 0.7);
}

.bg-opacity-white-80:before {
  background: rgba(255, 255, 255, 0.8);
}

.bg-opacity-white-90:before {
  background: rgba(255, 255, 255, 0.9);
}

.bg-1 {
  background: url(../../images/bg/1.jpg);
}

.bg-2 {
  background: url(../../images/bg/2.jpg);
}

.bg-3 {
  background: url(../../images/bg/3.jpg);
}

.bg-4 {
  background: url(../../images/bg/4.jpg);
}

.bg-5 {
  background: url(../../images/bg/5.jpg);
}

.bg-6 {
  background: url(../../images/bg/6.jpg);
}

.bg-7 {
  background: url(../../images/bg/7.jpg);
}

.bg-8 {
  background: url(../../images/bg/8.jpg);
}

.bg-9 {
  background: url(../../images/bg/9.jpg);
}

.bg-10 {
  background: url(../../images/bg/10.jpg);
}

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
  background-attachment: fixed;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.pattern-bg {
  background: url(../../images/pattern/pattern-bg.png) repeat;
  background-position: top right;
  background-color: rgba(236, 239, 247, 1);
}

.socile-icon-tooltip [data-tooltip],
.socile-icon-tooltip .tooltip {
  cursor: pointer;
  position: relative;
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip::after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
  visibility: hidden;
}

.socile-icon-tooltip [data-tooltip]:hover::before,
.socile-icon-tooltip [data-tooltip]:hover::after,
.socile-icon-tooltip [data-tooltip]:focus::before,
.socile-icon-tooltip [data-tooltip]:focus::after,
.socile-icon-tooltip .tooltip:hover::before,
.socile-icon-tooltip .tooltip:hover::after,
.socile-icon-tooltip .tooltip:focus::before,
.socile-icon-tooltip .tooltip:focus::after {
  opacity: 1;
  visibility: visible;
}

.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip [data-tooltip]::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 6px solid rgba(0, 0, 0, 0);
  content: "";
  z-index: 1001;
}

.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip [data-tooltip]::after {
  background-color: #00a9da;
  border-radius: 3px;
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  padding: 8px;
  text-align: center;
  width: 100px;
  z-index: 1000;
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip .tooltip-top::before,
.socile-icon-tooltip .tooltip-top::after {
  bottom: 100%;
  left: 50%;
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip-top::before {
  border-top-color: #00a9da;
  margin-bottom: -12px;
  margin-left: -6px;
}

.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip .tooltip-top::after {
  margin-left: -50px;
}

.socile-icon-tooltip [data-tooltip]:hover::before,
.socile-icon-tooltip [data-tooltip]:hover::after,
.socile-icon-tooltip [data-tooltip]:focus::before,
.socile-icon-tooltip [data-tooltip]:focus::after,
.socile-icon-tooltip .tooltip:hover::before,
.socile-icon-tooltip .tooltip:hover::after,
.socile-icon-tooltip .tooltip:focus::before,
.socile-icon-tooltip .tooltip:focus::after,
.socile-icon-tooltip .tooltip-top:hover::before,
.socile-icon-tooltip .tooltip-top:hover::after,
.socile-icon-tooltip .tooltip-top:focus::before,
.socile-icon-tooltip .tooltip-top:focus::after {
  transform: translateY(-25px);
}

.separator {
  position: relative;
  display: inline-block;
  clear: both;
  background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
  bottom: 0;
  height: 1px;
  width: 33%;
}

.separator::before {
  background: #4fc1f0 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100px;
}

.section-title:hover .separator::before {
  width: 75%;
}

.separator i {
  background: #ECEFF7 none repeat scroll 0 0;
  color: #4fc1f0;
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 40px;
}

.separator span {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #4fc1f0;
  border-radius: 100%;
  display: block;
  height: 10px;
  position: absolute;
  top: -5px;
  width: 10px;
}

.separator i,
.separator span {
  left: 0;
  transform: none;
}

.text-center .separator::before,
.text-center .separator i,
.text-center .separator span {
  left: 50%;
  transform: translateX(-50%);
}

.text-end .separator::before,
.text-end .separator i,
.text-end .separator span {
  left: auto;
  transform: none;
  right: 0;
}

.section-title {}

.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}

.section-title h3 {
  margin-top: 0px;
  line-height: 27px;
}

.section-title p {
  margin-bottom: 0px;
  font-size: 16px;
}

.section-title .title-line {
  padding: 10px 0
}

.section-title .title-line:before {
  background: #4FC1F0;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 220px;
}

.section-title .title-line:after {
  background: #4FC1F0;
  content: "";
  display: block;
  height: 6px;
  position: relative;
  top: -6px;
  margin: 0 auto;
  width: 60px;
}

.section-title-2 {
  margin-bottom: 60px
}

.section-title-2 h1 {
  margin-bottom: 0px
}

.section-title-2 h2 {
  margin-top: 0px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.section-title-2 p {
  margin-bottom: 0px;
  font-size: 16px;
}

.section-title-2 .title-line {
  padding: 20px 0 15px
}

.section-title-2 .title-line:before {
  background: #4FC1F0;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 100px;
}

.section-title-2 .title-line-2:before {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 100px;
}

#header {
  background: rgba(255, 255, 255, 0.3725490196);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #fefefe;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}

.navLogo {
  display: block;
  height: 60px;
  margin-right: 30px;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-item {
  margin-right: 20px;
  font-size: 16px;
}

.navbar-nav .nav-item .nav-link {
  color: #333333;
}

.navbar-nav .nav-item .nav-link p {
  font-size: 16px;
  color: #333333;
}

.navbar-nav .nav-item:hover .nav-link {
  color: #E8380C;
}

.navbar-nav .nav-item:hover .nav-link p {
  color: #E8380C;
}

.navbar-collapse {
  flex-grow: 0;

}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  padding-top: 8px;
  font-size: 15px;
  min-width: 120px;
}

.dropdown:hover .dropdown-menu .nav-link.dropdown-toggle {
  padding: 10px;
}

.dropdown:hover .dropdown-menu .dropdown-menu {
  display: none;
  margin-top: 0;
  padding-top: 8px;
}

.dropdown .dropdown-menu:hover .dropdown-menu {
  display: block;
  margin-top: 8px;
  padding-top: 0px;
  background: #fdfdfd;
  border-left: 1px solid #ec3b05;
  left: 100%;
  top: 0;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding: 10px 15px;
  min-width: 120px;
}

.dropdown .dropdown-menu .dropdown-item:active {
  background: #ec3b05;
}

.dropdown-menu .nav-link.dropdown-toggle::after{
  transform: rotate(-90deg);
}

.mobile-function-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar {
    padding: 12px 16px;
  }

  .navbar-collapse {
    display: none !important;
  }

  .navbar-collapse.show {
    display: none !important;
  }

  .navbar-nav {
    width: fit-content;
    height: 100%;
    background: rgb(255, 255, 255);
    margin: 0 !important;
  }

  .offcanvas-body {
    overflow-y: scroll;
    height: 80vh;
    flex-grow: 0;
  }

  .offcanvas-body .dropdown .dropdown-menu {
    /* display: block; */
    margin-top: 0;
    padding-top: 8px;
  }

  .offcanvas-body .navbar-nav .nav-item {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px 16px;
    background: #ffffff75;
    width: 100%;
    min-width: 200px;
    border-bottom: 1px solid #b5b5b5;
  }

  .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
    margin-right: 0;
    margin-bottom: 6px;
    background: rgb(255, 255, 255);
    width: 100%;
  }

  .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    margin-right: 0;
    margin-bottom: 6px;
    border-bottom: 1px solid #E8380C;
    width: 100%;
    font-size: 14px;
    color: #E8380C;
  }

  .mobile-function-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }

  .mobile-function-menu .nav-item {
    margin: 0 12px;
  }

  .mobile-function-menu .nav-item.dropdown {
    margin: 0 6px;
  }

  .mobile-function-menu .nav-item .nav-link i {
    font-size: 18px;
  }

  /* ----------------------------- */

  .offcanvas {
    width: fit-content !important;
    height: 100vh;
  }

  .offcanvas-header {
    padding: 30px 16px;
    display: flex;
    justify-content: end;
  }

}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.desktopImg {
  display: block;
}

.mobileImg {
  display: none;
}

@media (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .desktopImg {
    display: none;
  }

  .mobileImg {
    display: block;
  }
}

.shop-content {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 15px;
}

.shop-content .product-item {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  border: 1.5px solid #dab782;
}

.shop-list .product-info {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.shop-list .product-info p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #553500;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: wrap;
}

.shop-content .product-item .product-info {
  background: #ffffff;
  padding: 15px;
}

.shop-content .product-item .product-info .product-title {
  font-size: 18px;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 12px;
  color: #553500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-wrap: wrap;
}

.shop-content .product-item .product-info h4 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #553500;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-product-area,
.message-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 20px;
  height: fit-content;
  min-height: 400px;
}

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

  .shop-content {
    padding: 8px;
  }

  .shop-content .product-item .product-info {
    padding: 5px;
  }

  .shop-content .product-item .product-info .product-title {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
    -webkit-line-clamp: 1;
  }

  .single-product-area,
  .message-box {
    padding: 5px;
    margin-bottom: 30px;
  }
}

.message-box-section {
  position: relative;
}

@media screen and (max-width: 768px) {
  .message-box-section {
    padding: 10px;
  }
}

.message-box {
  padding: 40px 60px;
}

.message-box input {
  margin-bottom: 10px;
}

.email-login-box {
  background: #fafafa;
  padding: 20px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  margin: 10px;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .email-login-box {
    width: 100%;
    padding: 0px;
    margin: 0;
  }

  .email-login-box .row {
    width: 100%;
  }
}

.email-login-box.white-bg {
  background: #ffffff;
}

.login-box-title {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 12px;
  font-weight: 700;
  text-align: center;
}

.email-login-box .btnNormal.btn-w300 {
  margin: 0 0 10px 0;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .email-login-box .btnNormal.btn-w300 {
    width: 100%;
    max-width: 100%;
  }
}

.single-product-main-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.single-product-image-tag {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 65px;
  height: 65px;
  background: #E8380C;
  color: #ffffff;
  padding: 10px;
  border-radius: 99rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-product-image-tag.tag2 {
  position: absolute;
  top: 10px;
  left: 85px;
}

.imgs-zoom-area .img-fluid {
  border-radius: 12px;
}

.single-product-info {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 20px;
  height: 100%;
}

.single-product-info .main-title {
  font-size: 28px;
  font-family: HGPMinchoE;
  color: #653F00;
  font-weight: 700 !important;
  padding-bottom: 20px;
  margin-bottom: 12px;
  line-height: 50px;
}

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

  .single-product-info {
    padding: 5px;
  }

  .single-product-info .main-title {
    font-size: 20px;
    line-height: 32px;
  }
}

.single-product-info .pro-price {
  font-size: 24px;
  color: #E8380C;
  font-weight: 700 !important;
  padding-bottom: 0;
  margin-bottom: 12px;
  line-height: 43px;
}

.single-product-info .badge {
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 6px;
}

.single-product-info h6 {
  font-size: 16px;
  color: #573700;
}

.single-product-tab .tab-content .tab-pane p {
  font-size: 16px;
  line-height: 28px;
}

.single-product-tab .tab-content .tab-pane p img {
  width: 100%;
}


.widget-search {
  border-radius: 10px;
  overflow: hidden;
}

.widget-categories {
  background: #eae2d8;
  border-radius: 10px;
}

.widget-categories .categories-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 12px;
}

.widget-product {
  border-radius: 10px;
}

.widget-product .product-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 12px;
}

.widget-categories-select {
  background: #eae2d8;
  padding: 10px;
  border-radius: 10px;
}

.form-select-lg {
  height: 48px;
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .widget-product .product-item {
    margin-bottom: 20px;
    margin-right: 0px;
  }


  .btn-group-category {
    width: 100%;
    background: #eae2d8;
    border-radius: 10px;
  }

  .btn-group-category .btn {
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #333333;
    border-radius: 10px;
    text-align: left;
  }

  .btn-group-category .dropdown-menu {
    width: 100%;
    padding: 20px 16px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #b8b8b8;
  }

  .btn-group-category .dropdown-item {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    color: #333333;
  }

  .btn-group-category .product-cat-item a {
    font-size: 16px;
    padding: 12px;
    margin-bottom: 10px;
    display: block;
    background: rgb(243, 243, 243);
    color: #333333;
    border-radius: 8px;
  }

  .btn-group-category .product-cat-item ul .product-cat-item {
    padding-left: 20px;
  }

  .btn-group-category .product-cat-item ul .product-cat-item a {
    font-size: 16px;
    padding: 12px;
    margin-bottom: 10px;
    display: block;
    background: #4c2020;
    color: #ffffff;
    border-radius: 8px;
  }

  .btn-group-category .product-cat-item ul .product-cat-item ul .product-cat-item a {
    font-size: 16px;
    padding: 12px;
    margin-bottom: 10px;
    display: block;
    background: #2e1313;
    color: #ffffff;
    border-radius: 8px;
  }

}

.widget-product .product-item .product-img {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}

.widget-product .product-item .product-tag {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 52px;
  height: 52px;
  background: #E8380C;
  color: #ffffff;
  padding: 8px;
  border-radius: 99rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.widget-product .product-item .product-info {
  width: 100%;
  padding: 16px 10px;
}

.widget-product .product-item .product-info .product-title {
  font-size: 16px;
  color: #553500;
}

.widget-product .product-item .product-info .pro-price {
  font-size: 18px;
  color: #E8380C;
  font-weight: 600;
}

.product-cat ul li {
  list-style: none !important;
  padding: 0;
}

.product-cat .product-cat-item a {
  background: #ffffff;
  color: #582828;
  font-weight: 600;
  margin-bottom: 12px;
  border-radius: 8px;
  padding: 10px;
  display: block;
}

.product-cat .product-cat-item ul {
  padding-left: 16px;
}

.product-cat .product-cat-item li a {
  background: #4c2020;
  border: 1px solid #582828;
  border-radius: 8px;
}

.product-cat .product-cat-item .product-cat-item ul li a {
  background: #2e1313;
  border: 1px solid #582828;
  border-radius: 8px;
}

.product-cat .product-cat-item li span {
  color: #ffffff;
}

.product-cat .product-cat-item span {
  color: #582828;
  font-weight: 600;
}

.product-cat .product-cat-item.active {
  background: #582828;
  color: #ffffff;
}

.pagination .page-item {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
}

.pagination>.page-item-btn {
  width: fit-content;
  min-width: 100px;
}

.pagination>.page-item-btn>span {
  width: fit-content;
}



.pagination .page-item .page-link:hover {
  background: #91704e;
  color: #ffffff
}

.pagination .page-item.active {
  background: #c3996b;
}

.pagination .page-item .page-link {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
}

@media (max-width: 992px) {
  .pagination>.page-item-btn {
    width: fit-content;
    min-width: fit-content;
  }

  .pagination .page-item .page-link {
    width: 45px;
  }
}

.action-button-box {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .action-button-box {
    flex-direction: column;
    align-items: stretch;
  }

  .action-button-box .action-button {
    margin-bottom: 10px;
  }

  .action-button-box .action-button .btnKG-box {
    margin-right: 0;
  }

}

.action-button-box .action-button {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.action-button-box .action-button .btnKG-box {
  flex-grow: 1;
  margin-right: 10px;
}

.action-button-box .action-button .btnKG {
  flex-grow: 1;
}

.action-button-box .action-button .btnLike {
  padding: 10px 15px;
  margin-right: 0;
}

.product-item .btnLike-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  height: 100%;
  aspect-ratio: 1 / 1;
  padding: 4px;
}

.product-item .btnLike {
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  border: 1px solid #E8380C;
  color: #E8380C;
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin: 4px 5px 0 4px;
  cursor: pointer;
  border-radius: 99rem;
  height: fit-content;
}


.btnSummit,
.btnNormal {
  width: 100%;
  max-width: 200px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px auto;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 99rem;
  height: fit-content;
  transition: all 0.3s ease 0s;
}

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

  .btnSummit,
  .btnNormal {
    max-width: 100%;
    margin-right: 0;
  }

}

@media screen and (max-width: 767px) {
  .product-item .btnLike {
    background-color: #ffffff;
    border: 1px solid #E8380C;
    color: #E8380C;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px;
    cursor: pointer;
    border-radius: 99rem;
    width: auto;
    height: fit-content;
    aspect-ratio: auto;
  }

  .product-item .btnLike i {
    margin-right: 5px;
  }
}

.btnSummit.sm,
.btnNormal.sm {
  width: fit-content;
  padding: 5px 25px;
  font-size: 12px;
  border-radius: 99rem;
  height: fit-content;
}

.btnSummit.gold,
.btnNormal.gold {
  background-color: #c3996b;
  border: 1px solid #c3996b;
  color: #ffffff;
}

.btnSummit.gold:hover,
.btnNormal.gold:hover {
  background-color: #9c7b57;
  color: #ffffff;
}

.gold-sec {
  background-color: #5f4830;
  border: 1px solid #5f4830;
  color: #ffffff;
}

.gold-sec:hover {
  background-color: #56422d;
  color: #ffffff;
}

.btnSummit.red,
.btnNormal.red {
  background-color: #e8380c;
  border: 1px solid #e8380c;
  color: #ffffff;
}

.btnSummit.red:hover,
.btnNormal.red:hover {
  background-color: #a72808;
  color: #ffffff;
}

.delete-btn {
  border-radius: 20px;
  height: fit-content;
}

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

.shop-section {
  min-height: 50vh;
}

.shopping-cart-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

.shopping-cart-box .divider {
  border-bottom: 1.5px solid #ecd6bf;
  padding-bottom: 24px;
}

@media (min-width: 1170px) and (max-width: 1400px) {
  .plr-185 {
    padding: 0 30px;
  }

  .plr-200 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .mega-menu-area {}

  .total-cart-pro {
    padding: 0 15px 20px 30px;
  }

  .top-cart-inner {
    padding: 15px 30px;
  }

  .slider-info {
    width: 58%;
  }

  .slider-title-1 {
    font-size: 34px;
    line-height: 40px;
  }

  .slider-img {
    width: 48%;
  }

  .slick-arrow-1 .slick-arrow {
    left: -30px;
  }

  .slick-arrow-1 .arrow-next.slick-arrow {
    right: -30px;
  }

  .footer-top-inner {
    padding: 30px;
  }

  .copyright {
    padding: 0 60px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .plr-185 {
    padding: 0 30px;
  }

  .plr-200 {
    padding-left: 0;
    padding-right: 0;
  }

  .slick-arrow-2 .slick-arrow {
    left: 15px;
  }

  .slick-arrow-2 .arrow-next.slick-arrow {
    right: 15px;
  }

  .total-cart-pro {
    padding: 5px 15px 20px 30px;
  }

  .total-cart-pro .single-cart {
    padding: 15px 0 0;
  }

  .top-cart-inner {
    padding: 10px 30px;
    text-align: center;
  }

  .mega-menu-area {
    left: -23%;
    width: 900px;
  }

  .main-menu>li {
    margin: 0 14px;
  }

  .slider-info {
    padding: 30px 50px;
    width: 70%;
  }

  .slider-title-1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 8px;
  }

  .slider-brief p {
    margin-bottom: 20px;
  }

  .slider-area .slick-arrow-1 .slick-arrow {
    font-size: 35px;
    left: -20px;
  }

  .slider-area .slick-arrow-1 .arrow-next.slick-arrow {
    left: auto;
    right: -20px;
  }

  .slider-content-2 .title-container {
    left: 12%;
  }

  .up-comming-pro-info h3 {
    margin: 25px 0 15px;
  }

  .up-comming-pro-info {
    padding: 0 20px;
  }

  .up-comming-pro-info p {
    margin-bottom: 20px;
  }

  .pro-tab-menu ul li {
    margin-left: 25px;
  }

  .blog-desc p {
    margin-bottom: 10px;
  }

  .read-more {
    margin-bottom: 10px;
  }

  .blog-meta li a {
    line-height: 18px;
  }

  .footer-top {}

  .footer-area .plr-185 {
    padding: 0;
  }

  .footer-top-inner {
    padding: 30px 15px;
  }

  .copyright {
    padding: 0 15px;
  }

  .slider-2 .title-container {
    top: 60%;
  }

  .slider2-title-1 {
    font-size: 13px;
  }

  .slider2-title-2 {
    font-size: 36px;
  }

  .slider2-title-3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .slider2-title-4 {
    font-size: 13px;
    line-height: 21px;
  }

  .slider-button {
    margin-top: 30px;
  }

  .banner-title-2 {
    font-size: 16px;
  }

  .banner-featured-list li {
    font-size: 12px;
  }

  .banner-featured-list li i {
    margin-right: 5px;
  }

  .banner-3 .banner-info {
    top: 10%;
  }

  .operating-system input[type="checkbox"] {
    margin: 4px 10px 0 0;
  }

  .widget-product .product-info {
    padding: 10px 0 0 10px;
  }

  .widget-product .product-title,
  .widget-product .pro-price {
    font-size: 13px;
  }

  .shop-list .product-info {
    padding: 25px 30px 12px;
  }

  .shop-list .brand-name.mb-30 {
    margin-bottom: 10px;
  }

  .shop-list .pro-price {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .shop-list p {
    margin-bottom: 10px;
  }

  .about-description {
    margin-top: 20px;
  }

  .blog-item .blog-desc {
    padding: 20px;
  }

  .blog-item .blog-desc::before,
  .blog-item .blog-desc::after {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .blog-item .read-more {
    margin-bottom: 10px;
  }

  .blog-meta li {
    display: inline-block;
    margin-left: 7px;
  }

  .up-comming-pro-2 .up-comming-pro-img {
    width: 50%;
  }

  .up-comming-pro-2 .up-comming-pro-info {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .plr-185 {
    padding: 0 30px;
  }

  .plr-200 {
    padding-left: 0;
    padding-right: 0;
  }

  .slick-arrow-2 .slick-arrow {
    left: 15px;
  }

  .slick-arrow-2 .arrow-next.slick-arrow {
    right: 15px;
  }

  .logo img {}

  .mega-menu-area {
    left: -24%;
    width: 700px;
  }

  .mega-menu-link {
    width: 100%;
  }

  .mega-menu-photo {
    display: none;
  }

  .main-menu>li {
    margin: 0 7px;
  }

  .header-search-inner button.search-toggle {
    padding: 10px 15px;
  }

  .total-cart-pro {
    padding: 5px 15px 20px 30px;
  }

  .total-cart-pro .single-cart {
    padding: 15px 0 0;
  }

  .top-cart-inner {
    padding: 10px 30px;
    text-align: center;
  }

  .slider-info {
    height: calc(100% - 40px);
    padding: 15px 50px;
    width: 70%;
  }

  .slider-title-1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }

  .slider-brief p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .slider-area .slick-arrow-1 .slick-arrow {
    font-size: 35px;
    left: -20px;
  }

  .slider-area .slick-arrow-1 .arrow-next.slick-arrow {
    left: auto;
    right: -20px;
  }

  .slider-content-2 .title-container {
    left: 15%;
  }

  .pro-tab-menu {
    text-align: left;
    margin: 0 0 30px;
    justify-content: flex-start;
  }

  .pro-tab-menu ul li {
    margin-left: 25px;
  }

  .blog-desc p {
    margin-bottom: 10px;
  }

  .blog-item .read-more {
    margin-bottom: 25px;
  }

  .blog-meta li {
    margin-left: 10px;
  }

  .blog-meta li a {
    line-height: 18px;
  }

  .blog-meta li a i {
    margin-right: 8px;
  }

  .footer-top {
    background: #f6f6f6 none repeat scroll 0 0;
  }

  .footer-area .plr-185 {
    padding: 0;
  }

  .footer-top-inner {
    padding: 30px 15px;
  }

  .footer-about {
    padding-right: 15px;
  }

  .footer-brief {
    margin-bottom: 25px;
  }

  .copyright {
    padding: 0 15px;
  }

  .slider2-title-1 {
    font-size: 13px;
  }

  .slider2-title-2 {
    font-size: 26px;
  }

  .slider2-title-3 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .slider2-title-4 {
    font-size: 13px;
    line-height: 21px;
  }

  .slider-button {
    margin-top: 30px;
  }

  .layer-1-1 img {
    padding-top: 65px;
  }

  .banner-title-2 {
    font-size: 16px;
  }

  .sticky {
    position: inherit;
  }

  .header-2 {
    position: relative;
  }

  .footer-top-2 {
    background: #fff none repeat scroll 0 0;
  }

  .shop-list .product-info {
    padding: 25px 30px 12px;
  }

  .shop-list .brand-name.mb-30 {
    margin-bottom: 10px;
  }

  .shop-list .pro-price {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .shop-list p {
    margin-bottom: 20px;
  }

  .pagination {
    margin-bottom: 30px;
  }

  .cart-tab {
    text-align: center;
  }

  .cart-tab li {
    display: inline-block;
    margin-bottom: 100px;
    width: 20%;
  }

  .cart-tab li::before {
    height: 50%;
    left: 100%;
    top: 5%;
    width: 2px;
  }

  .payment-details {
    margin-top: 30px;
  }

  .go-to-btn {
    bottom: 18%;
    right: 22%;
  }

  .bg-shape::before {
    height: 180px;
    margin-top: -85px;
    transform: skewY(-20deg);
  }

  .widget-search {
    margin-top: 10px;
  }

  .new-customers {
    margin-top: 60px;
  }

  .logo {
    padding: 38px 0;
  }

  .sticky .logo {
    padding: 38px 0;
  }

  .header-search {
    padding: 38px 0 5px;
  }

  .header-search-2 {
    padding: 38px 0 10px;
  }

  .sticky .header-search {
    padding: 34px 0 15px;
  }

  .top-search-box {
    height: 40px;
    opacity: 1;
    visibility: visible;
    width: 280px;
  }

  .header-search-inner:hover .top-search-box {
    right: 0;
    width: 280px;
  }

  .sticky .header-search-inner:hover .top-search-box {
    width: 280px;
  }

  .total-cart {
    padding: 20px 0 0;
  }

  .sticky .total-cart {
    padding: 20px 0 0;
  }

  .header-2 .sticky {
    background: #fff;
  }

  .sticky .user-meta>li {
    margin-top: 30px;
  }

  .user-meta>li>a {
    padding: 15px 0 27px 20px;
  }

  .sticky .user-meta>li>a {
    padding: 15px 0 27px 20px;
  }

  .sticky .lang-meta>li {
    margin-top: 30px;
  }

  .lang-meta>li>a {
    padding: 15px 0 27px 20px;
  }

  .sticky .lang-meta>li>a {
    padding: 15px 0 27px 20px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 10px 16px;
  }

  .slick-arrow-2 .slick-arrow {
    left: 15px;
  }

  .slick-arrow-2 .arrow-next.slick-arrow {
    right: 15px;
  }

  h3 {
    font-size: 14px;
    line-height: 20px;
  }

  h4 {
    font-size: 14px;
    line-height: 20px;
  }

  p {
    font-size: 14px;
  }

  .plr-185 {
    padding: 0px;
  }

  .plr-200 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .section-title h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-title h6 {
    font-size: 11px;
    line-height: 15px;
  }

  .product-title {
    font-size: 13px;
  }

  .top-link>ul.link {
    margin-right: 0;
  }

  .top-link>ul.link>li {
    display: inline-block;
    float: none;
  }

  .header-middle-area {
    position: static;
  }

  .logo {
    text-align: center;
  }

  .sticky .logo {
    padding: 20px 0 10px;
  }

  .search-top-cart {
    margin-bottom: 6px;
  }

  .header-search {
    padding: 20px 0;
  }

  .sticky .header-search {
    padding: 20px 0 0;
  }

  .header-search-inner::before {
    display: none;
  }

  .header-search-inner button.search-toggle {
    opacity: 0;
    padding: 0;
    visibility: hidden;
    z-index: -9;
  }

  .top-search-box {
    height: 40px;
    opacity: 1;
    visibility: visible;
    width: 220px;
  }

  .sticky .top-search-box {
    height: 40px;
    top: -5px;
  }

  .header-search-inner:hover .top-search-box {
    opacity: 1;
    right: 0;
    visibility: visible;
    width: 220px;
  }

  .sticky .header-search-inner:hover .top-search-box {
    width: 220px;
  }

  .top-search-box>input {
    margin-bottom: 0;
    padding: 0 0 0 10px;
  }

  .top-search-box>button {
    width: 30px;
  }

  .total-cart {
    margin-right: 15px;
    padding: 14px 0 0;
  }

  .sticky .total-cart {
    padding: 14px 0 0;
  }

  .total-cart-in {
    padding: 0 0 12px;
  }

  .sticky .total-cart-in {
    padding: 0 0 12px;
  }

  .top-cart-inner {
    padding: 10px 30px;
    text-align: center;
  }

  .total-cart-in>ul {
    right: -10px;
    width: 280px;
  }

  .total-cart-pro {
    padding: 0 10px 15px 15px;
  }

  .total-cart-pro .single-cart {
    padding: 15px 0 0;
  }

  .cart-img {
    width: 30%;
  }

  .cart-img img {
    width: 100%;
  }

  .cart-info {
    padding: 3px 0 0 10px;
    width: 70%;
  }

  .cart-info h6 {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .top-cart-inner h5,
  .top-cart-inner h4 {
    font-size: 13px;
  }

  .mean-container .mean-nav ul li.mean-last {
    margin-bottom: 20px;
  }

  .header-2 .sticky {
    background: #fff none repeat scroll 0 0;
  }

  .slider-info {
    height: calc(100% - 30px);
    padding: 5px 10px;
    width: 70%;
  }

  .slider-title-1 {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .slider-brief p {
    display: none;
  }

  .slider-area a.button.extra-small span {
    font-size: 10px;
    line-height: 20px;
    padding: 2px 18px;
  }

  .slider-area .slick-dots-1 .slick-dots {
    display: none !important;
  }

  .slider-area .slick-arrow-1 .slick-arrow {
    color: #666666;
  }

  .slider-area .slick-arrow-1 .arrow-next.slick-arrow {
    left: auto;
    right: 0;
  }

  .up-comming-pro {
    margin-bottom: 40px;
  }

  .up-comming-pro-img {
    width: 100%;
  }

  .up-comming-pro-info {
    padding: 0 15px 20px;
    width: 100%;
  }

  .up-comming-pro-info h3 {
    margin: 30px 0 20px;
  }

  .up-comming-pro-info p {
    margin-bottom: 25px;
  }

  .up-comming-time .cdown {
    margin-right: 15px;
  }

  .banner-featured-list li {
    font-size: 10px;
    line-height: 20px;
  }

  .pro-tab-menu {
    text-align: left;
    margin: 0 0 30px;
    justify-content: flex-start;
  }

  .pro-tab-menu ul li {
    margin-bottom: 5px;
    margin-left: 20px;
  }

  .pro-tab-menu ul li a {
    font-size: 13px;
  }

  .blog-item .blog-desc {
    padding: 20px;
  }

  .blog-item .blog-desc::before,
  .blog-item .blog-desc::after {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .blog-item .blog-desc p {
    margin-bottom: 10px;
  }

  .blog-item .read-more {
    margin-bottom: 5px;
  }

  .blog-item .blog-meta li {
    margin-left: 10px;
  }

  .blog-meta li:first-child {
    margin-left: 0;
  }

  .blog-item .blog-meta li a {
    line-height: 18px;
    font-size: 11px;
  }

  .blog-meta li a i {
    font-size: 11px;
    margin-right: 5px;
  }

  /* .footer-top {
    background: #f6f6f6 none repeat scroll 0 0;
  } */

  .footer-area .plr-185 {
    padding: 0;
  }

  .footer-top-inner {
    padding: 30px 15px;
  }

  .footer-about {
    padding-right: 15px;
  }

  .footer-brief {
    margin-bottom: 25px;
  }

  .footer-title {
    margin: 30px 0 10px;
  }

  .footer-menu li a {
    line-height: 24px;
  }

  .footer-menu li a span {
    font-size: 11px;
  }

  .copyright {
    padding: 0 15px;
  }

  .copyright-text p {
    text-align: center;
  }

  .footer-payment {
    padding: 0 0 15px;
    text-align: center !important;
  }

  .modal-product .product-images {
    width: 100%;
  }

  .modal-product .product-info {
    padding: 15px 0;
    width: 100%;
  }

  .modal-product .product-info h1 {
    font-size: 18px;
  }

  .banner-section .col-lg-4 {
    margin-bottom: 30px;
  }

  .banner-section .col-lg-4:last-child {
    margin-bottom: 0px;
  }

  .up-comming-pro-2 .up-comming-pro-img {
    width: 100%;
  }

  .up-comming-pro-2 .up-comming-pro-info {
    width: 100%;
  }

  .slider2-title-1,
  .slider2-title-4,
  .nivo-controlNav {
    display: none;
  }

  .slider2-title-2 {
    font-size: 13px;
  }

  .slider2-title-3 {
    font-size: 10px;
    margin-bottom: 0;
  }

  .slider-button {
    margin-top: 10px;
  }

  .layer-1-1 img {
    padding-top: 30px;
  }

  .slider-desc-3 {
    margin: auto;
    width: calc(100% - 15%);
  }

  .banner-title-2 {
    font-size: 16px;
  }

  .sticky {
    position: inherit;
  }

  .header-2 {
    position: relative;
  }

  .header-account-2 .user-meta>li>a {
    padding: 15px 0 20px 10px;
  }

  .header-account-2 .user-meta>li {
    margin-top: 10px;
  }

  .header-lang .header-lang-2 {
    padding: 0 0 0 20px;
  }

  .header-lang-2 .lang-meta>li>a {
    padding: 15px 0 20px 10px;
  }

  .header-lang-2 .lang-meta>li {
    margin-top: 10px;
  }

  .total-cart-2 .cart-toggler>a {
    padding-left: 15px;
  }

  .footer-top-2 {
    background: #fff none repeat scroll 0 0;
  }

  .footer-menu-2 li {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .footer-menu-2 li a {
    font-size: 13px;
  }

  .copyright-text-2 {
    padding: 14px 0 0;
  }

  .newsletter-title {
    font-size: 16px;
  }

  .newsletter-info p {
    font-size: 13px;
    line-height: 21px;
  }

  .subcribe input {
    width: 100%;
  }

  .subcribe .submit-btn-2 {
    border-left: 0 none;
    border-top: 2px solid #ccc;
    width: 100%;
  }

  .shop-list .product-info {
    padding: 20px 15px;
    width: 100%;
  }

  .shop-list .brand-name.mb-30 {
    margin-bottom: 10px;
  }

  .shop-list .pro-price {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .shop-list p {
    margin-bottom: 20px;
  }

  .shop-list .product-img {
    padding-right: 0;
    width: 100%;
  }

  .shop-tab,
  .short-by,
  .showing {
    width: auto;
  }

  .shop-option {
    padding: 10px 15px;
  }

  .shop-tab>li {
    margin-right: 0;
  }

  .shop-content .showing {
    display: none;
  }

  .short-by>span {
    margin-right: 0;
  }

  .short-by select {
    padding-left: 0;
  }

  .short-by {
    float: right;
  }

  .breadcrumbs-title {
    font-size: 20px;
    padding: 50px 0 30px;
  }

  .breadcrumb-list {
    text-align: center;
  }

  .breadcrumb-list>li {
    font-size: 10px;
  }

  .pagination {
    margin-bottom: 30px;
  }

  .imgs-zoom-area {
    margin-bottom: 30px;
  }

  .single-pro-color-rating .pro-rating {
    float: left;
    margin-top: 10px;
  }

  .cart-tab {
    margin-bottom: 50px;
  }

  .cart-tab li {
    margin-bottom: 50px;
  }

  .cart-tab li::before {
    height: 1px;
    top: 125%;
    width: 40%;
  }

  .cart-tab li a span {
    margin: auto auto 10px;
  }

  .error-404 {
    padding: 0 0 100px;
  }

  .go-to-btn {
    bottom: 30px;
    right: 20%;
  }

  .blog-details-photo {
    padding: 0;
  }

  .today-date {
    bottom: 0;
    height: 50px;
    left: 0;
    width: 60px;
  }

  .meta-date {
    font-size: 20px;
    line-height: 16px;
    padding-top: 10px;
  }

  .meta-month {
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    padding-top: 5px;
  }

  .blog-like-share li+li {
    margin-left: 10px;
  }

  .share-tags-title {
    margin-right: 20px;
  }

  .blog-tags-list li+li {
    margin-left: 8px;
  }

  .blog-share {
    margin-bottom: 15px;
  }

  .media-left {
    padding-right: 10px;
  }

  .blog-section-title {
    font-size: 16px;
  }

  .reply-delate {
    float: left;
    margin-bottom: 10px;
  }

  .checkout-content {
    padding: 30px 15px;
  }

  .billing-details.pr-10 {
    padding-right: 0;
  }

  .billing-details.p-30 {
    padding: 15px;
  }

  .new-customers.p-30 {
    padding: 15px;
  }

  .payment-details {
    margin-top: 30px;
    padding: 10px;
  }

  .order-info-list li {
    border-right: 0 none;
    padding: 0 15px;
  }

  .order-info-list li h6 {
    margin-bottom: 0;
  }

  .order-info-list li+li {
    margin-top: 20px;
  }

  .bill-address li span {
    margin-right: 5px;
    width: auto;
  }

  .bill-details {
    margin-bottom: 10px;
  }

  .address-section .col-xs-12+.col-xs-12 {
    margin-top: 30px;
  }

  .message-box {
    width: fit-content;
    /* padding: 0; */
    padding: 20px;
    max-width: 100%;
  }

  .nivo-directionNav a {
    font-size: 20px;
    right: 20px;
    top: 40%;
  }

  .nivo-nextNav {
    margin-top: 30px;
  }

  .nivo-nextNav::before {
    display: none;
  }

  .banner-3 .banner-button {
    margin-top: 5px;
  }

  .product-item-2 .product-info {
    text-align: center;
  }

  .product-item-2 .action-button {
    text-align: center;
  }

  .subcribe {
    width: calc(100% - 20px);
  }

  .login-account {
    padding: 30px 15px;
  }

  .new-customers {
    margin-top: 60px;
  }

  .submit-btn-1.f-right {
    float: left;
  }

  .new-customers .p-30 {}

  .blog-option .option-btn {
    margin-left: 10px;
  }

  .blog-option .dropdown:nth-child(2) .dropdown-menu {
    left: -90%;
  }

  .blog-option .dropdown:nth-child(3) .dropdown-menu {
    left: auto;
    right: -15px;
  }

  .top-search-box input[type="text"]:focus {
    border: medium none;
  }
}

@media only screen and (max-width: 479px) {
  .plus-minus-pro-action .sin-pro-action {
    float: left;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .top-search-box {
    width: 380px;
  }

  .header-search-inner:hover .top-search-box,
  .sticky .header-search-inner:hover .top-search-box {
    width: 380px;
  }

  .pro-tab-menu ul li {
    margin-bottom: 0;
  }

  .go-to-btn {
    right: 30%;
  }

  .bg-shape::before {
    height: 150px;
    margin-top: -63px;
    transform: skewY(-16deg);
  }
}

@media (min-width: 1601px) {
  .boxed-layout .wrapper {
    width: 1780px;
  }

  .boxed-layout .sticky {
    width: 1780px;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .boxed-layout .wrapper {
    width: 1480px;
  }

  .boxed-layout .sticky {
    width: 1480px;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .boxed-layout .wrapper {
    width: inherit;
  }

  .boxed-layout .sticky {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .boxed-layout .wrapper {
    width: inherit;
  }

  .boxed-layout .sticky {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .boxed-layout .wrapper {
    width: inherit;
  }

  .boxed-layout .sticky {
    width: 100%;
  }
}

.header-area {
  z-index: 999;
  position: relative;
  font-size: 18px;
}

#primary-menu {
  position: relative;
}

.main-menu>li>a {
  color: #303030;
  display: block;
  text-transform: capitalize;
}

.main-menu>li>a,
.dropdwn li a,
.single-mega-item li a {
  position: relative;
}

.main-menu>li>a::before,
.dropdwn li a:before,
.single-mega-item li a:before {
  background: #ffbf7f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 0;
}

.main-menu>li:hover>a::before,
.dropdwn li:hover a:before,
.single-mega-item li:hover a:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu>li {
  display: inline-block;
  margin: 0 18px;
  padding: 48px 0;
  position: relative;
  transition: all 0.3s ease 0s;
}

.main-menu>li:hover>a {
  color: #FF7F00;
}

.dropdwn>li:hover>a {
  color: #ff7f00;
}

.single-mega-item>li:hover>a {
  color: #ff7f00;
}

.dropdwn {
  padding: 15px 0;
}

.dropdwn li {
  display: block;
  padding: 5px 30px;
}

.dropdwn li a {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.main-menu li:hover .dropdwn {
  transform: scale(1);
  visibility: visible;
}

.mega-menu-area {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  left: -16%;
  padding: 45px 35px;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 1130px;
  z-index: 2;
}

.mega-menu-link {
  width: 70%;
}

.mega-menu-photo {
  width: 30%;
  padding-right: 15px;
}

.mega-menu-photo img {
  width: 100%;
}

.main-menu li.mega-parent {
  position: static;
}

.single-mega-item {
  float: left;
  padding: 0 15px;
  width: 33.3333%;
}

.single-mega-item li {
  display: block;
  margin-bottom: 5px;
}

.single-mega-item li:last-child {
  border-bottom: 0px solid #000;
}

.single-mega-item .menu-title {
  color: #444;
  font-size: 14px;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.single-mega-item li a {
  color: #666;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  padding: 3px 0;
  text-transform: capitalize;
}

.main-menu li:hover .mega-menu-area {
  transform: scale(1);
  visibility: visible;
}

.header-middle-area .container .row [class*="col-"] {
  position: static;
}

.header-middle-area .full-width-mega-dropdown {
  position: relative;
}

.mega-menu-area-2 {
  left: 0;
  margin: auto;
  right: 0;
  width: 580px;
}

.mega-menu-link-2 {
  width: 100%;
}

.mega-menu-link-2 .single-mega-item {
  width: 50%;
}

.mega-menu-link-4 {
  width: 100%;
}

.mega-menu-link-4 .single-mega-item {
  width: 25%;
}

.transparent-header {
  position: absolute;
  width: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
}

.transparent-header .main-menu>li>a {
  color: #fff;
}

.transparent-header.sticky {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4)
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4)
}

.sticky .main-menu>li {
  padding: 22px 0;
}

.sticky .main-menu>li:hover>a {
  color: #FF7F00;
}

.logo {
  padding: 20px 0;
  transition: all 0.3s ease 0s;
}

.logo img {
  transition: all 0.3s ease 0s;
}

.sticky .logo img {
  transition: all 0.3s ease 0s;
}

.sticky .logo {
  padding: 20px 0;
}

.header-top-bar {
  background: #222222 none repeat scroll 0 0;
}

.call-us p {
  color: #cccccc;
  font-weight: 500;
  line-height: 40px;
}

.top-link>ul.link {
  margin-right: -20px;
}

.top-link>ul.link>li {
  float: left;
  position: relative;
}

.top-link>ul.link>li::before {
  background: #ddd none repeat scroll 0 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 1px;
}

.top-link>ul.link>li:first-child::before {
  display: none;
}

.top-link>ul.link>li a {
  color: #cccccc;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 30px;
  overflow: hidden;
  padding: 10px 20px;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  width: 50px;
}

.top-link>ul.link>li a i {
  font-size: 14px;
  line-height: 10px;
  color: #CCCCCC;
}

.top-link>ul.link>li a:hover i {
  padding-right: 5px;
}

.top-link>ul.link>li a:hover,
.top-link>ul.link>li a:focus,
.top-link>ul.link>li a:active {
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  width: auto;
}

.header-search {
  padding: 34px 0 22px;
  transition: all 0.3s ease 0s;
}

.header-search-inner {
  position: relative;
}

.header-search-inner::before {
  background: #cf0000 none repeat scroll 0 0;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}

.header-search-inner form {}

.header-search-inner button.search-toggle {
  color: #666;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 15px 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.sticky .header-search {
  padding: 14px 0 0;
}

.sticky .header-search-inner button.search-toggle {
  padding: 10px 15px;
}

.top-search-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  height: 60px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -5px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 0;
}

.sticky .top-search-box {
  height: 40px;
  top: 0;
}

.top-search-box>input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  float: left;
  height: 100%;
  padding: 0 10px;
  width: 100%;
}

.top-search-box>input:focus {
  border: none;
}

.top-search-box>button {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  color: #999999;
  float: left;
  font-size: 20px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  width: 60px;
}

.header-search-inner:hover button.search-toggle {
  opacity: 0;
}

.header-search-inner:hover .top-search-box {
  opacity: 1;
  right: 20px;
  visibility: visible;
  width: 500px;
}

.sticky .header-search-inner:hover .top-search-box {
  width: 400px;
}

.top-search-box input[type="text"]:focus {
  border: medium none;
}

.total-cart {
  padding: 20px 0;
  transition: all 0.3s ease 0s;
}

.sticky .total-cart {
  padding: 0;
}

.total-cart-in {
  padding: 10px 0 25px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.sticky .total-cart-in {
  padding: 10px 0 12px;
}

.cart-toggler {}

.cart-toggler>a {
  color: #666666;
  display: block;
  line-height: 20px;
  padding-left: 20px;
  text-align: center;
}

.total-cart-in:hover .cart-toggler>a {
  color: #ff7f00;
}

.cart-icon {
  font-size: 20px;
  line-height: 20px;
}

.total-cart-in>ul {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 350px;
  z-index: 9999;
}

.total-cart-in>ul>li {
  border-bottom: 1px solid #eee;
}

.top-cart-inner {
  padding: 18px 30px;
  text-align: center;
}

.top-cart-inner h5,
.top-cart-inner h4 {
  margin: 0;
}

.top-cart-inner.your-cart h5 {
  color: #999999;
  font-weight: 500;
}

.total-cart-pro {
  padding: 10px 15px 30px 30px;
}

.total-cart-pro .single-cart {
  padding: 20px 0 0;
}

.cart-img {
  position: relative;
}

.del-icon a {
  bottom: 0;
  position: absolute;
  right: 0;
}

.del-icon>a::before {
  border-right: 30px solid #f6f6f6;
  border-top: 30px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.del-icon>a:hover::before {
  border-right: 30px solid #ddd;
}

.del-icon>a>i {
  color: #666666;
  display: block;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 15px;
  z-index: 2;
}

.del-icon>a:hover>i {
  color: #ff7f00;
}

.cart-info {
  padding: 10px 0 0 20px;
}

.cart-info h6 {
  color: #666;
  font-weight: 500;
}

.cart-info p {
  margin: 0;
}

.cart-info p>span {
  display: inline-block;
  width: 56px;
}

.cart-info span strong {
  float: right;
  padding-right: 10px;
}

.top-cart-inner.subtotal>h4 {
  color: #666666;
  font-weight: 700;
}

.top-cart-inner.subtotal span {
  color: #ff7f00;
}

.top-cart-inner.view-cart h4,
.top-cart-inner.check-out h4 {
  color: #666;
  font-weight: 500;
}

.total-cart-in:hover ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.header-2 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-2 .header-search-inner::before {
  display: none;
}

.header-2 .sticky {
  background: rgba(246, 246, 246, 0.99) none repeat scroll 0 0;
}

.user-meta>li {
  margin-top: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.user-meta>li>a {
  color: #999999;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 19px 3px 27px;
}

.user-meta>li>ul {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 140px;
  z-index: 999;
}

.user-meta>li>ul>li {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 5px 10px;
}

.user-meta>li>ul>li>a {
  color: #999999;
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.user-meta>li>ul>li>a:hover {
  color: #FF7F00;
}

.user-meta>li:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.lang-meta>li {
  margin-top: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.lang-meta>li>a {
  color: #999999;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 19px 3px 27px;
}

.lang-meta>li>ul {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 140px;
  z-index: 999;
}

.lang-meta>li>ul>li {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 5px 10px;
}

.lang-meta>li>ul>li>a {
  color: #999999;
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.lang-meta>li>ul>li>a:hover {
  color: #FF7F00;
}

.lang-meta>li:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.sticky .user-meta>li {
  margin-top: 0;
}

.sticky .user-meta>li>a {
  padding: 21px 3px;
}

.sticky .lang-meta>li {
  margin-top: 0;
}

.sticky .lang-meta>li>a {
  padding: 21px 3px;
}

.dropdwn>li {
  position: relative;
  transition: all 0.3s ease 0s;
}

.dropdwn-repeat {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
  left: 100%;
  padding: 15px 0;
  position: absolute;
  text-align: left;
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 270px;
  z-index: 2;
}

.main-menu li .dropdwn li:hover .dropdwn-repeat {
  transform: scale(1);
  visibility: visible;
}

.dropdwn li:hover .dropdwn-repeat li a::before {
  background: #ffbf7f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 0;
}

.dropdwn li .dropdwn-repeat li:hover a::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.dropdwn>li .dropdwn-repeat li:hover>a {
  color: #ff7f00;
}

@media (min-width: 992px) and (max-width: 1169px) {
  .dropdwn-repeat {
    left: 80%;
    width: 210px;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: inherit;
  min-height: 1px;
}

[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;
}

.layer-1 {
  position: relative;
}

.slider-img {
  width: 53%;
}

.slider-img>img {
  width: 100%;
}

.slider-info {
  height: calc(100% - 100px);
  padding: 50px 80px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
}

.slider-info .slider-info-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.slider-title-1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 15px;
}

.slider-brief p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px;
}

.slider-2 {
  position: relative;
}

.slider2-title-1 {
  color: #575757;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

.slider2-title-2 {
  color: #575757;
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}

.slider2-title-3 {
  color: #666666;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.slider2-title-4 {
  color: #737373;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.slider-button {
  margin-top: 40px;
}

.layer-1-1 img {
  padding-top: 135px;
  width: 35%;
  left: 10%;
}

.layer-1-1.layer-2-1 img {
  left: auto;
  right: 10%;
}

.title-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42%;
}

.slider-content-1 .title-container {
  right: 10%;
}

.slider-content-2 .title-container {
  left: 10%;
}

.slider-desc-3 {
  margin: auto;
  width: calc(100% - 35%);
}

.slider-desc-3 .slider2-title-1,
.slider-desc-3 .slider2-title-2 {
  margin-bottom: 10px;
}

.slider-desc-3 .slider2-title-1 {
  color: #fff;
}

.slider-desc-3 .slider2-title-2 {
  color: #fff;
}

.slider-desc-3 .slider2-title-3 {
  color: #fff;
}

.slider-desc-3 .slider2-title-4 {
  color: #fff;
}

.slider-desc-4 {
  margin: auto;
  width: calc(100% - 20%);
}

.footer-top {}

.footer-top-inner {
  padding: 30px 50px;
}

.footer-about {
  padding-right: 70px;
}

.footer-logo {
  margin-bottom: 35px;
}

.footer-brief {
  margin-bottom: 33px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li+li {
  margin-left: 10px;
}

.footer-social li a {
  border: 1px solid rgb(153, 153, 153);
  border-radius: 50%;
  color: #999;
  display: block;
  height: 30px;
  text-align: center;
  width: 30px;
}

.footer-social li a i {
  line-height: 28px;
}

.footer-social li a:hover {
  border-color: transparent;
  color: #fff;
}

.facebook:hover {
  background: #3B5998;
}

.google-plus:hover {
  background: #DD493D;
}

.twitter:hover {
  background: #1DA1F2;
}

.rss:hover {
  background: #F36F24;
}

.pinterest:hover {
  background: #cb2027 none repeat scroll 0 0;
}

.footer-title {
  font-weight: 700;
  margin: 10px 0 30px;
  text-transform: uppercase;
}

.footer-menu>li {
  display: block;
}

.footer-menu li a {
  color: #666666;
  display: inline-block;
  line-height: 30px;
}

.footer-menu li a i {
  color: #999999;
  font-size: 5px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.footer-menu li a span {
  font-size: 13px;
  font-weight: 500;
}

.footer-menu li:hover a,
.footer-menu li:hover a i {
  color: #ff7f00;
}

.border-left {}

.border-left::before {
  background: #ff7f00 none repeat scroll 0 0;
  content: "";
  height: 12px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 2px;
}

.footer-message input[type="text"] {
  box-shadow: none;
  margin-bottom: 10px;
}

.footer-message textarea {
  box-shadow: none;
}

.footer-bottom {}

.copyright {
  padding: 0 100px;
}

.copyright-text {
  padding: 14px 0;
}

.copyright-text p {
  line-height: 1;
  margin: 0;
}

.copyright-text p a {
  color: #999999;
}

.copyright-text p a:hover {
  color: #ff7f00;
}

.footer-payment {
  line-height: 1;
  padding: 12px 0;
}

.footer-payment li {
  display: inline-block;
  margin-left: 6px;
}

.footer-payment li a {
  display: block;
  line-height: 1;
}

.footer-menu-2 {
  line-height: 1;
}

.footer-menu-2 li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.footer-menu-2 li::before {
  background: #ff7f00 none repeat scroll 0 0;
  content: "";
  height: 11px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 1px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 2px;
}

.footer-menu-2 li:hover::before {
  opacity: 1;
  visibility: visible;
}

.footer-menu-2 li a {
  font-size: 14px;
  font-weight: 500;
  padding-left: 5px;
}

.footer-social-2 {
  padding: 6px 0;
}

.footer-social-2 li a {
  border: 0 none;
  border-radius: 0;
}

@import 'https://fonts.googleapis.com/css?family=Raleway:400,500,600,700|Roboto:400,500,700';

.boxed-layout .wrapper {
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  margin: auto;
  position: relative;
  width: 1240px;
}

.boxed-layout .sticky {
  left: auto;
  margin: auto;
  width: 1240px;
}

.by-brand-product {
  margin-left: -15px;
  margin-right: -15px;
}

.brand-item {
  padding-left: 15px;
  padding-right: 15px;
}

.single-brand-product {
  position: relative;
}

.single-brand-product>a {
  display: block;
}

.single-brand-product img {
  width: 100%;
}

.single-brand-product .brand-title {
  bottom: 15px;
  margin: 0;
  position: absolute;
  right: 20px;
}

.active-featured-product,
.active-related-product {
  margin-left: -15px;
  margin-right: -15px;
}

.active-featured-product .product-item,
.active-related-product .product-item {
  margin-left: 15px;
  margin-right: 15px;
}

.product-item {
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
}

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

.product-info {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 20px 0;
  text-align: center;
}

.product-title {
  color: #434343;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.pro-rating {
  line-height: 1;
  margin-bottom: 10px;
}

.pro-rating a {
  color: #ff7f00;
  font-size: 14px;
}

.pro-price {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  z-index: 9;
}

.action-button {}

.action-button>li {
  display: inline-block;
  margin-right: 10px;
}

.action-button>li:last-child {
  margin-right: 0;
}

.product-item:hover {
  box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.15);
}

.up-comming-pro {}

.up-comming-pro-img {
  width: 47.3%;
}

.up-comming-pro-img img {
  width: 100%;
}

.up-comming-pro-info {
  padding: 0 30px;
  width: 52.7%;
}

.up-comming-pro-info h3 {
  color: #575757;
  font-weight: 600;
  margin: 45px 0 20px;
}

.up-comming-pro-info>p {
  margin-bottom: 40px;
}

.up-comming-time .cdown {
  display: inline-block;
  margin-right: 30px;
  text-align: center;
}

.up-comming-time .cdown:last-child {
  margin-right: 0;
}

.up-comming-time .time-count {
  border: 1px solid #fcab5b;
  border-radius: 50%;
  color: #999999;
  display: block;
  font-family: roboto;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.up-comming-time .cdown p {
  color: #8a8888;
  line-height: 10px;
  margin: 10px 0 0;
}

.banner {}

.banner-item {
  position: relative;
}

.banner-1::before {
  background: rgba(0, 0, 0, 0) url("img/bg/ribbon.png") repeat scroll 0 0;
  content: "";
  height: 137px;
  left: -11px;
  position: absolute;
  top: -11px;
  width: 146px;
}

.ribbon-price {
  left: 15px;
  position: absolute;
  top: 30px;
  transform: rotate(-42deg);
}

.ribbon-price span {
  color: #fefefe;
  font-family: roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
}

.banner-img img {
  width: 100%;
}

.banner-info {
  left: 30px;
  position: absolute;
  top: 35%;
}

.banner-featured-list li {
  color: #666666;
}

.banner-featured-list li i {
  margin-right: 10px;
}

.pro-tab-menu {
  margin: 25px 0 30px;
  display: flex;
  justify-content: flex-end;
}

.pro-tab-menu-2 {
  justify-content: center;
}

.pro-tab-menu>ul {}

.pro-tab-menu ul li {
  display: inline-block;
  margin-left: 30px;
}

.pro-tab-menu ul li:first-child {
  margin-left: 0;
}

.pro-tab-menu ul li a {
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.pro-tab-menu ul li a.active {
  border-bottom: 1px solid #ffbf7f;
  color: #666666;
}

.active-blog {
  margin-left: -15px;
  margin-right: -15px;
}

.active-blog .blog-item {
  margin-left: 15px;
  margin-right: 15px;
}

.active-blog-2 {
  margin-left: -15px;
  margin-right: -15px;
}

.active-blog-2 .blog-item-2 {
  margin-left: 15px;
  margin-right: 15px;
}

.blog-img>a {
  display: block;
}

.blog-img img {
  width: 100%;
}

.blog-title {
  text-transform: uppercase;
}

.blog-desc p {
  margin-bottom: 25px;
}

.blog-item .read-more {
  margin-bottom: 45px;
}

.read-more a {
  color: #E8380C;
  font-size: 16px;
  text-transform: uppercase;
}

.blog-meta {
  line-height: 1;
}

.blog-meta li {
  display: inline-block;
  margin-left: 15px;
}

.blog-meta li:first-child {
  margin-left: 0;
}

.blog-meta li a {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
}

.blog-meta li a i {
  font-size: 13px;
  margin-right: 10px;
}

.blog-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.blog-item img {
  width: 100%;
}

.blog-item .blog-desc {
  backface-visibility: hidden;
  background: rgba(255, 127, 0, 0.95) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.blog-item .blog-desc::before,
.blog-item .blog-desc::after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
}

.blog-item .blog-desc::before {
  border-bottom: 1px solid #fefefe;
  border-top: 1px solid #fefefe;
  transform: scale(0, 1);
}

.blog-item .blog-desc::after {
  border-left: 1px solid #fefefe;
  border-right: 1px solid #fefefe;
  transform: scale(1, 0);
}

.blog-item:hover .blog-desc::before,
.blog-item:hover .blog-desc::after {
  opacity: 1;
  transform: scale(1);
}

.blog-item:hover .blog-desc {
  opacity: 1;
}

.blog-item .blog-title,
.blog-item .blog-desc p,
.blog-item .read-more a,
.blog-item .blog-meta li a {
  color: #fefefe;
}

.blog-item .blog-title:hover a,
.blog-item .read-more a:hover,
.blog-item .blog-meta li a:hover {
  color: #ccc;
}

.banner-title-2 {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-2 .banner-title-2 {
  position: absolute;
  right: 18px;
  top: 25%;
}

.banner-2 .pro-price {
  bottom: 20px;
  left: 20px;
  margin-bottom: 0;
  position: absolute;
}

.banner-2 .banner-button {
  bottom: 20px;
  position: absolute;
  right: 20px;
  z-index: 99;
}

.banner-button a {
  color: #999999;
  font-size: 13px;
}

.banner-button a:hover {
  color: #FF7F00;
}

.banner-2::before {
  border-right: 270px solid #f6f6f6;
  border-top: 90px solid rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
}

.banner-2::after {
  border-left: 270px solid #f6f6f6;
  border-top: 90px solid rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
}

.banner-3 .banner-info {
  top: 17%;
}

.banner-3 .banner-button {
  margin-top: 15px;
}

.banner-4 .banner-title-2 {
  left: 10%;
  position: absolute;
  top: 25%;
}

.banner-4 .banner-button {
  left: 10%;
  position: absolute;
  top: 35%;
}

.section-bg-tb {
  margin: 25px 0;
  position: relative;
  z-index: 1;
}

.section-bg-tb::before {
  background: #f6f6f6 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewY(-1.7deg);
  width: 100%;
  z-index: -1;
}

.product-item-2 {
  position: relative;
  top: 0;
  transition: all 0.3s ease 0s;
}

.product-item-2 img {
  border-radius: 10px 10px 0 0;
}

.product-item-2 .product-info {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0 0 10px 10px;
  border-top: 2px solid #f6f6f6;
  padding: 15px 30px;
  text-align: left;
}

.active-featured-product .product-item-2 {
  margin-top: 20px;
}

.brand-name {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
}

.product-item-2 .pro-price {
  margin-bottom: 0;
}

.product-item-2 .action-button {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0 0 10px 10px;
  border-top: 2px solid #f6f6f6;
  bottom: 0;
  opacity: 0;
  padding: 5px 25px;
  position: absolute;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}

.product-item-2 .action-button>li>a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}

.product-item-2 .action-button>li:hover>a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ff7f00;
}

.product-item-2:hover {
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.15);
  top: -20px;
}

.product-item-2:hover .product-info {
  border-radius: 0;
}

.product-item-2:hover .action-button {
  bottom: -40px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
}

.owl-carousel-suggest .product-item {
  width: 100%;
  background: #ffffff;
  margin-bottom: 10px !important;
  box-shadow: none;
  border: 1px solid #dddddd;
}

@media screen and (max-width: 767px) {
  .owl-carousel-suggest .product-item {
    width: 100%;
    background: #ffffff;
    margin-bottom: 20px !important;
    box-shadow: none;
    border: 1px solid #dddddd;
  }

  .widget-title-more {
    color: #D1AD4B;
    font-weight: 600;
  }

}

.owl-carousel-btn-suggestbox {
  width: fit-content;
  display: flex;
}

.owl-carousel-btn-suggestbox .carousel-btn {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  /* border-radius: 50%; */
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.owl-carousel-btn-suggestbox>.carousel-btn.right {
  background-image: url('../img/icon/arrow_R.svg');
  float: none;
}

.owl-carousel-btn-suggestbox>.carousel-btn.left {
  background-image: url('../img/icon/arrow_L.svg');
  margin-right: 1rem;
}

.pro-tab-menu-2 ul li {
  margin-left: 25px;
  position: relative;
}

.pro-tab-menu-2 ul li a.active::before {
  background: #ff7f00 none repeat scroll 0 0;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 2px;
}

.pro-tab-menu-2 ul li.active a {
  border-bottom: 0 none;
}

.pro-tab-menu-2 ul li a {
  padding-left: 5px;
}

.up-comming-pro-2 .up-comming-pro-img {
  width: 53.3%;
}

.up-comming-pro-2 .up-comming-pro-info {
  width: 46.7%;
}

.up-comming-time-2 {
  width: 100%;
}

.up-comming-time-2 .cdown {
  float: left;
  width: 25%;
}

.up-comming-time-2 .time-count {
  position: relative;
}

.up-comming-time-2 p {
  color: #8a8888;
  font-family: raleway;
  font-weight: 500;
  padding-top: 5px;
  text-transform: uppercase;
}

.up-comming-time-2 .time-count::before {
  background: #f6f6f6 none repeat scroll 0 0;
  bottom: -3px;
  content: "";
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}

.blog-item-2 {
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.blog-item-2 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

.blog-item-2 .blog-desc {
  text-align: center;
  padding: 10px 20px 10px 0;
}

.blog-title-2 {
  color: #333333;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 18px;
}

.blog-title-2>a {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 4px;
}

.blog-title-2>a:hover {
  color: #E8380C;
}

.blog-desc>p {
  color: #333333;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 28px;
}

.blog-item-2 .blog-image {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .blog-item-2 .blog-image {
    padding: 16px;
    border-radius: 10px;
    overflow: hidden;
  }

  .blog-item-2 .blog-image img {
    border-radius: 10px;
  }


}

.blog-item-2:hover img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}

.newsletter-info {
  margin-bottom: 35px;
}

.newsletter-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.newsletter-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.subcribe {
  border: 2px solid #d4d4d4;
  margin: auto;
  width: calc(100% - 70px);
}

.subcribe input {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  float: left;
  height: 45px;
  margin: 0;
  width: 80%;
}

.subcribe input:focus {
  border: 0;
}

.subcribe .submit-btn-2 {
  border-left: 2px solid #d4d4d4;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  text-transform: uppercase;
  width: 20%;
}

.breadcrumbs-section {
  margin-top: 120px;
}

.breadcrumbs {}

.overlay-bg {
  position: relative;
}

.overlay-bg::before {
  background: #f6f6f6 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.breadcrumbs-inner {
  position: relative;
  z-index: 10;
}

.breadcrumbs-title {
  color: #E8380C;
  line-height: 24px;
  margin-bottom: 0;
  padding: 55px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-family: HGPMinchoE;
}

@media (max-width: 767px) {
  .breadcrumbs-title {
    font-size: 30px;
    padding: 30px 0;
  }
}

.breadcrumb-list {
  line-height: 1;
  padding-bottom: 20px;
}

.breadcrumb-list>li {
  color: #999999;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: uppercase;
}

.breadcrumb-list>li::before {
  content: "_";
  left: 0;
  color: #666666;
  transition: all 0.3s ease 0s;
}

.breadcrumb-list>li:hover::before {
  color: #ff7f00;
}

.breadcrumb-list>li>a {
  color: #666666;
}

.breadcrumb-list>li:hover>a {
  color: #ff7f00;
}

.shop-option {
  padding: 10px 30px;
}

.shop-tab {
  line-height: 1;
}

.shop-tab>li {
  display: inline-block;
  margin-right: 5px;
}

.shop-tab>li:last-child {
  margin-right: 0px;
}

.shop-tab li a {
  color: #999999;
  display: block;
  font-size: 25px;
  height: 30px;
  text-align: center;
  width: 30px;
}

.shop-tab li a i {
  line-height: 30px;
}

.shop-tab li a.active {
  color: #e03737;
}

.shop-tab,
.short-by,
.showing {
  max-width: 33.3337%;
  width: fit-content;
}

.short-by>span {
  margin-right: 10px;
}

.showing span {
  color: #999999;
  display: block;
  line-height: 30px;
}

.shop-list.product-item {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
}

.shop-list .product-img {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  padding-right: 30px;
  width: 35%;
  position: relative;
}

.product-item .product-img a {
  width: 100%;
  height: 100%;
  display: block;
}

.product-item .product-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-item .product-img {
  position: relative;
}

.product-item .product-img .product-tag {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 55px;
  height: 55px;
  background: #E8380C;
  color: #ffffff;
  padding: 6px;
  border-radius: 99rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-list .product-info {
  float: left;
  padding: 30px 40px;
  text-align: left;
  width: 65%;
}

.shop-list .brand-name {
  color: #999999;
  font-style: italic;
  font-weight: 400;
}

.shop-list p {
  color: #666;
  margin-bottom: 30px;
}

.pagination {
  padding: 10px;
}

.pagination>li {
  display: inline-block;
  margin-right: 3px;
}

.pagination>li:last-child {
  margin-right: 0;
}

.pagination>li>a {
  border: 1px solid #eee;
  color: #999999;
  display: block;
  font-family: roboto;
  font-size: 13px;
  font-weight: 400;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 30px;
}

.pagination>li>a i {
  line-height: 28px;
}

.pagination>li.active a,
.pagination>li:hover a {
  border-color: #ff7f00;
  color: #ff7f00;
}

.widget {
  padding: 20px 16px;
}

.widget-title {
  color: #312525;
  font-family: HGPMinchoE;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 5px;
}

.widget-title::before {
  background: #312525;
  content: "";
  height: 100%;
  width: 2px;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.widget-search {
  position: relative;
}

.widget-search input {
  height: 50px;
  margin-bottom: 0;
  padding-right: 50px;
}

.widget-search button {
  background: transparent none repeat scroll 0 0;
  color: #999;
  font-size: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease 0s;
  width: 50px;
}

.widget-search button:hover {
  color: #ff7f00;
}

.product-cat>ul>li>ul {
  padding-left: 20px;
}

.product-cat .treeview>li>a,
.product-cat .treeview>li>ul>li>a {
  color: #999999;
  display: inline-block;
  text-transform: capitalize;
}

.product-cat .treeview>li>a {
  font-size: 14px;
  line-height: 30px;
}

.product-cat .treeview>li>ul>li>a {
  font-size: 13px;
  line-height: 25px;
}

.product-cat .treeview li {
  position: relative;
}

.product-cat .hitarea {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-cat .treeview .collapsable>a {
  color: #ff7f00;
}

.price_filter {
  padding-bottom: 13px;
}

.price_slider_amount {
  overflow: hidden;
}

.price_slider_amount>input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  float: left;
  height: 25px;
  padding: 0;
  text-align: left;
  width: 50%;
}

.price_slider_amount>input#amount {}

.ui-widget-content {
  background: #eee none repeat scroll 0 0;
  border: medium none;
  color: #222;
  height: 3px;
}

.ui-slider .ui-slider-range {
  background: #ff7f00 none repeat scroll 0 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ff7f00 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  top: 50%;
  width: 5px;
}

.widget-color ul li {
  display: block;
  position: relative;
}

.widget-color ul li::before {
  background: #ff7f00 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}

.widget-color ul li a {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  padding-left: 20px;
}

.widget-color ul li.color-1:before {
  background: #ffa07a;
}

.widget-color ul li.color-2:before {
  background: #e9967a;
}

.widget-color ul li.color-3:before {
  background: #fe5858;
}

.widget-color ul li.color-4:before {
  background: #00b2ee;
}

.widget-color ul li.color-5:before {
  background: #00eeb3;
}

.widget-color ul li.color-6:before {
  background: #8dc63f;
}

.operating-system input[type="checkbox"] {
  margin: 4px 20px 0 0;
}

.widget-product .product-item {
  overflow: hidden;
}

.widget-product .product-item:last-child {
  margin-bottom: 0;
}

.widget-product .product-img {
  float: left;
  width: 35%;
}

.widget-product .product-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  padding: 15px 0 0 10px;
  text-align: left;
  width: 65%;
}

.widget-product .product-title {
  color: #666;
  font-weight: 500;
  text-transform: capitalize;
}

.widget-product .pro-price {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.imgs-zoom-area {
  width: 100%;
}

.imgs-zoom-area img {
  width: 100% !important;
}

#gallery_01 img {
  width: 100%;
}

#gallery_01 {
  padding: 0 30px;
}

.p-c {
  border: 1px solid #fff;
  padding: 0 5px;
  width: 105px;
}

.p-c a.active img {
  border: 1px solid #FF7F00;
}

#gallery_01.slick-arrow-3 .arrow-next.slick-arrow {
  right: -3px;
}

.single-product-info h3 {
  font-weight: 500;
  margin-bottom: 5px;
}

.brand-name-2 {
  color: #999999;
  font-style: italic;
  text-transform: capitalize;
}

.reviews-tab li {
  display: inline-block;
  margin-right: 35px;
  font-size: 16px;
}

.reviews-tab li:last-child {
  margin-right: 0;
}

.reviews-tab li a {
  display: block;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.reviews-tab li a.active {
  border-bottom: 1px solid #c3996b;
  color: #c3996b;
}

.tab-content p {
  font-size: 16px;
  color: #333333;
}

.reply-delate ul li {
  display: inline-block;
}

.reply-delate ul li a {
  font-size: 13px;
}

.saparator {
  margin: auto 5px;
}

.color-title {
  color: #575757;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 70px;
}

.single-pro-color-rating .widget-color ul li {
  display: inline-block;
}

.sin-pro-rating span {
  font-size: 13px;
}

.cart-plus-minus {
  border: 1px solid #cccccc;
  height: 32px;
  text-align: center;
  width: 90px;
  color: #666666;
  border-radius: 3px;
}

.sin-plus-minus p {
  font-size: 16px;
  color: #333333;
}

.qtybutton {
  background: #e6e6e6 none repeat scroll 0 0;
  height: 100%;
  width: 30%;
  line-height: 32px;
  cursor: pointer;
}

.dec.qtybutton {
  float: left;
}

.inc.qtybutton {
  float: right;
}

input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  font-family: roboto;
  height: 100%;
  margin-bottom: 0;
  padding: 4px;
  text-align: center;
  width: 40%;
}

.cart-qty {
  align-items: center;
  display: flex;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}

.cart-qty .cart-plus-minus-box {
  height: 40px;
}

.cart-qty .qtybutton {
  height: 40px;
}

.cart-tab {
  display: block;
}

.cart-tab li {
  display: block;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}

.cart-tab li::before {
  background: #ddd none repeat scroll 0 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 130%;
  width: 2px;
}

.cart-tab li:last-child {
  margin-bottom: 0;
}

.cart-tab li:last-child::before {
  display: none;
}

.cart-tab li a {
  color: #999999;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-tab li a span {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  display: block;
  font-family: roboto;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  margin: auto auto 20px;
  text-align: center;
  width: 50px;
}

.cart-tab li a.active {
  color: #ff7f00;
}

.cart-tab li a.active span {
  box-shadow: 0 0 4px rgba(255, 127, 0, 0.1);
  border: 1px solid #ff7f00;
}

.table-content table,
.table-content table th,
.table-content table td {
  border: 1px solid #eee;
  border-collapse: collapse;
}

table {
  width: 100%
}

.payment-details,
.single-product-area {
  width: 100%;
  overflow-x: auto;
}

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

  .table-content table,
  .table-content table th,
  .table-content table td {
    min-width: 130px;
    width: fit-content;
  }

  .payment-details table th,
  .payment-details table td {
    min-width: 100px;
    width: fit-content;
    padding: 10px 5px;
  }

  .payment-details table {
    width: 100%;
  }

  .payment-details table td[colspan="3"],
  .table-content table td[colspan="3"] {
    min-width: 250px;
    width: fit-content;
  }

  .table-content table {
    width: 100%;
  }
}

.table-content table thead th {
  color: #666666;
  font-family: raleway;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 5px;
  text-transform: uppercase;
}

.table-content table tr td {
  color: #999;
  padding: 18px 5px;
}

.table-content table tr td>a {
  color: #E8380C;
  text-align: center;
}

.table-content .table-notice {
  margin: 30px;
  font-weight: 700;
}

.product-thumbnail {
  width: 420px;
}

.pro-thumbnail-img {
  float: left;
  width: 20%;
}

.pro-thumbnail-img img {
  width: 100%;
}

.pro-thumbnail-info {
  float: left;
  padding-left: 20px;
  width: 72%;
  max-width: 300px;
}

.product-title-2 {
  color: #666666;
  font-weight: 500;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.pro-thumbnail-info>p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-price,
.product-subtotal {
  font-family: roboto;
  font-size: 16px;
  font-weight: 700;
}

.product-remove a {
  color: #999;
  display: block;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  transition: all 0.3s ease 0s;
  width: 20px;
}

.product-remove a:hover {
  color: #ff7f00;
}

.product-stock {
  font-weight: 600;
  text-transform: uppercase;
}

.product-add-cart a {
  color: #999;
  font-size: 25px;
}

.product-add-cart a:hover {
  color: #ff7f00;
}

.coupon-discount input {
  margin-bottom: 10px;
}

.payment-details tr {
  border-bottom: 1px solid #eee;
}

.payment-details tr:last-child {
  border-bottom: 0 none;
}

.payment-details td {
  padding: 5px 0;
  color: #333333;
}

.td-title-1 {
  color: #999;
  font-size: 13px;
  text-align: left;
}

.td-title-2 {
  color: #999;
  font-family: roboto;
  font-weight: 500;
  text-align: right;
}

.order-total {
  color: #E8380C;
  font-weight: 500;
  text-align: left;
}

.order-total-price {
  color: #E8380C;
  font-family: roboto;
  font-weight: 700;
  text-align: right;
}

.thank-you h5 {
  color: #E8380C;
  font-family: roboto;
  font-weight: 700;
}

.custom-select {
  background: rgba(0, 0, 0, 0) url("img/icon/down-arrow.png") no-repeat scroll 97% center;
  border: medium none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
}

.custom-select option {
  font-size: 13px;
  padding: 2px 0 0 20px;
}

.custom-textarea {
  height: 250px;
}

.payment-method .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.payment-content {
  padding: 20px 20px 0;
}

.payment-method .panel:last-child {
  padding-bottom: 0;
}

.payment-title {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  text-transform: uppercase;
}

.payment-content>p {
  margin-bottom: 5px;
}

.payent-type li {
  display: inline-block;
  margin-right: 10px;
}

.payent-type li:last-child {
  margin-right: 0;
}

.payent-type li a {
  border: 1px solid #e5e5e5;
  padding: 5px;
  display: block;
}

.order-info {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.order-info-list {
  text-transform: uppercase;
  text-align: center;
}

.order-info-list li {
  border-right: 1px solid #eee;
  display: inline-block;
  padding: 0 35px;
}

.order-info-list li:last-child {
  border-right: 0;
}

.order-info-list li h6 {
  color: #666;
  font-weight: 500;
}

.order-info-list li p {
  font-family: roboto;
  margin-bottom: 0;
}

.bill-address>li {
  color: #999999;
  display: block;
  font-size: 13px;
}

.bill-address li span {
  color: #666666;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  width: 85px;
}

.blog-option {
  padding: 18px 0;
}

.option-btn {
  margin-left: 30px;
  padding: 0;
}

.option-btn i {
  margin-left: 5px;
}

.dropdown-menu {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.dropdown-width {
  width: 270px;
}

.multi-line {
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}

.widget-tags-list>li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
}

.widget-tags-list li a {
  color: #999999;
  font-size: 13px;
}

.widget-tags-list li:hover a {
  color: #ff7f00;
}

.blog-details-area {
  background: #ffffff;
  border-radius: 10px;
  min-height: 300px;
  height: fit-content;
  padding: 40px 20px;
}

.blog-details-area .blog-details-title {
  font-size: 24px;
  line-height: 32px;
  color: #333333;
}

.blog-details-area .blog-description {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}

.blog-details-area .blog-description p img {
  width: 100%;
}

.blog-details-photo {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.bg-img-1 {
  background: rgba(255, 255, 255, 0.5) url("img/bg/blog-photo-bg.png") repeat scroll 0 0;
}

.blog-details-photo>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.today-date {
  bottom: 20px;
  height: 100px;
  left: 20px;
  position: absolute;
  text-align: center;
  width: 100px;
  border-radius: 10px;
}

.today-date span {
  color: #434343;
  display: block;
}

.meta-date {
  font-family: roboto;
  font-size: 42px;
  font-weight: 500;
  line-height: 30px;
  padding-top: 20px;
}

.meta-month {
  font-size: 30px;
  font-weight: 700;
  line-height: 15px;
  padding-top: 15px;
}

.blog-like-share {
  line-height: 1;
}

.blog-like-share li {
  display: inline-block;
}

.blog-like-share li+li {
  margin-left: 20px;
}

.blog-like-share li a {
  color: #999999;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.blog-like-share li a:hover {
  color: #ff7f00;
}

.blog-like-share li a i {
  margin-right: 10px;
}

.blog-details-title {
  color: #666;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
}

.quote-border {
  position: relative;
}

.quote-border::before {
  background: #ff9f40 none repeat scroll 0 0;
  content: "";
  height: 90%;
  left: 0;
  position: absolute;
  top: 3px;
  width: 2px;
}

.blog-share-tags {
  padding: 15px 20px;
}

.share-tags-title {
  color: #666666;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: uppercase;
}

.blog-tags-list li {
  display: inline-block;
}

.blog-tags-list li+li {
  margin-left: 20px;
}

.blog-tags-list li a {
  color: #999;
  font-size: 13px;
  line-height: 30px;
}

.blog-section-title {
  color: #575757;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.author-post {
  padding: 20px;
  display: flex;
}

.media {
  display: flex;
}

.media-heading {
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.author-post .media-heading {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.reviews-tab-desc .media {
  display: flex;
}

.reviews-tab-desc .media .media-left {
  padding-right: 15px;
}

.reply-delate {
  line-height: 1;
}

.reply-delate>li {
  display: inline-block;
  margin-right: 0;
}

.reply-delate li a {
  color: #666666;
  display: block;
  font-size: 13px;
}

.reply-delate li:hover a {
  color: #ff7f00;
  display: block;
}

.blog-audio audio {
  width: 100%;
}

.about-photo img {
  width: 100%;
}

.about-description {}

.about-description p {
  color: #666;
}

.active-team-member {
  margin-left: -15px;
  margin-right: -15px;
}

.active-team-member .team-member-item {
  margin-left: 15px;
  margin-right: 15px;
}

.team-member {
  margin-bottom: 30px;
  padding: 20px 20px 30px;
  text-align: center;
}

.team-member-photo img {
  margin: auto;
}

.member-name {
  color: #666;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.member-position {
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.bg-shape {
  overflow: hidden;
  position: relative;
}

.bg-shape::before {
  background: #434343 none repeat scroll 0 0;
  content: "";
  height: 150px;
  left: 0;
  margin-top: -65px;
  position: absolute;
  top: 0;
  transform: skewY(-25deg);
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
}

.bg-shape:hover:before {
  background: #ff7f00 none repeat scroll 0 0;
}

.contact-address {
  padding: 40px 20px 30px;
  text-align: center;
  min-height: 230px;
}

.contact-address i {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: #999999;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  text-align: center;
  width: 60px;
  transition: all 0.3s ease 0s;
}

.contact-address:hover i {
  background: #ff7f00 none repeat scroll 0 0;
  color: #fff;
}

.contact-address h6 {
  color: #666;
}

#googleMap {
  height: 350px;
  width: 100%;
}



.form-message {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-message.success {
  color: green;
}

.form-message.error {
  color: red;
}

.error-404 {
  padding: 20px;
  position: relative;
}

.error-404 img {
  width: 100%;
}

.go-to-btn {
  bottom: 20%;
  position: absolute;
  right: 27%;
}

.go-to-btn a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
}

.wrapper {
  background: #fff none repeat scroll 0 0;
}

.mb_YTPBar {
  display: none !important;
}

.mbYTP_wrapper {
  z-index: -2 !important;
}

.dotted-overlay::after {
  background: rgba(0, 0, 0, 0) url("img/bg/grid.png") repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.text-warp {
  word-break: break-all;
  word-wrap: break-word;
}

.text-muted {
  font-size: 16px;
  color: #333333 !important;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #1f2d3d;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #1f2d3d;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #1f2d3d;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #1f2d3d;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-purple {
  color: #ffffff;
  background-color: #6f42c1;
}

a.badge-purple:hover,
a.badge-purple:focus {
  color: #ffffff;
  background-color: #492788;
}

a.badge-purple:focus,
a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(145, 44, 185, 0.5);
}

@media screen and (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
  }
}

.custom-arrow {
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #888;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.custom-arrow:hover {
  color: #007bff;
}

.spec-button {}

.spec-button>li {
  display: inline-block;
  margin-right: 10px;
}

.spec-button>li:last-child {
  margin-right: 0;
}

.spec-button>li>a {
  background: transparent;
  border: 1px solid #666666;
  border-radius: 10%;
  color: #666666;
  display: block;
  font-size: 13px;
  height: 30px;
  text-align: center;
  padding: 0 5px;
}

.spec-button>li>a i {
  line-height: 28px;
}

.spec-button>li:hover>a {
  background: #FF7F00;
  border-color: #FF7F00;
  color: #fff;
}

.spec-button li a.active {
  background-color: #FF7F00;
  color: #fff;
  border-color: #FF7F00;
}

.cart-thumbnail-img {
  float: left;
}

.cart-thumbnail-img img {
  width: 50px;
}

.wish-thumbnail-img {
  float: left;
}

.wish-thumbnail-img img {
  width: 100px;
}

body {
  background-image: url('../img/bg/bgTop.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  scroll-behavior: smooth;
}

.page-wrapper {
  margin-top: 120px;
}

.swiperPaginationBox {
  padding: 30px 0;
  margin-bottom: 10px;
}

.blockTitleBox .blockTitle.gold {
  color: #D2AD4B;
}

.blockTitleBox .blockTitle {
  font-size: 35px;
  font-family: HGPMinchoE;
}

@media screen and (max-width: 768px) {
  .blockTitleBox .blockTitle {
    font-size: 24px;
  }
}

.blockTitleBox .blockTitleBgBox .blockTitleBg {
  color: rgba(112, 112, 112, 0.0901960784);
  font-size: 150px;
  font-family: Sitka;
  margin-top: -60px;
}

@media screen and (max-width: 992px) {
  .blockTitleBox .blockTitleBgBox {
    margin-top: -40px;
  }
}

@media screen and (max-width: 768px) {
  .blockTitleBox .blockTitleBgBox {
    margin-top: -30px;
  }
}

@media screen and (max-width: 992px) {
  .blockTitleBox .blockTitleBgBox .blockTitleBg {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .blockTitleBox .blockTitleBgBox .blockTitleBg {
    font-size: 40px;
  }
}

.blockTitleBgHtml {
  font-size: 115px !important;
  margin-top: -40px !important;
}

.dutyBox {
  padding: 30px 40px;
  border-right: 2px solid #D1AD4B;
  min-height: 500px;
}

.dutyBox:last-child {
  border-right: none;
}

@media screen and (max-width: 992px) {
  .dutyBox:nth-child(even) {
    border-right: none;
  }

  .page-wrapper {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .dutyBox {
    padding: 60px 40px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    border-right: none;
    border-bottom: 1px solid #D1AD4B;
  }

  .blockTitleBox {
    margin-top: 20px;
    padding-top: 50px;
  }
}

.dutyBox .dutyBoxbg {
  width: 171px;
  height: 134px;
  aspect-ratio: 171/134;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.dutyBox .dutyBoxbg.dutyBoxbg01 {
  background-image: url("../img/iconBg/dutyBoxbg01.png");
}

.dutyBox .dutyBoxbg.dutyBoxbg02 {
  background-image: url("../img/iconBg/dutyBoxbg02.png");
}

.dutyBox .dutyBoxbg.dutyBoxbg03 {
  background-image: url("../img/iconBg/dutyBoxbg03.png");
}

.dutyBox .dutyBoxbg.dutyBoxbg04 {
  background-image: url("../img/iconBg/dutyBoxbg04.png");
}

.dutyBox .dutyBoxTitle {
  font-size: 24px;
  color: #A06400;
  font-family: HGPMinchoE;
  margin-bottom: 0px;
}

.dutyBox .dutyBoxContent {
  line-height: 30px;
  margin-top: 50px;
  font-size: 16px;
  color: #333333;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.blockMSpacing {
  margin-top: 60px;
}

.sgsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sgsBox .sgsBoxTitle {
  width: -moz-fit-content;
  width: fit-content;
  background: #F8F8F8;
  padding: 10px 20px;
  border-radius: 99rem;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sgsBox .sgsBoxTitle .triangle-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #DD8C06;
}

.sgsBox .sgsBoxTitle .sgsTitle {
  font-size: 16px;
  color: #A06400;
  font-family: HGPMinchoE;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.blockMSpacingXL {
  margin-top: 100px;
}

.secSwiper .swiper-wrapper {
  margin-bottom: 60px;
}

.secSwiper .swiper-scrollbar {
  margin-top: 50px;
}

.timelineBox {
  width: 100%;
  height: 100%;
  background: antiquewhite;
  aspect-ratio: 1/1;
  border-radius: 99rem;
}

.timelineBox .timelineImgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 99rem;
}

.timelineBox .timelineImgBox .timelineImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timelineBox .timelineTextBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 99rem;
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .timelineBox .timelineTextBox {
    padding: 30px 20px 20px;
  }
}

.timelineBox .timelineTextBox::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20%;
  background: #ffffff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.timelineBox .timelineTextBox .year {
  font-size: 20px;
  color: #ffffff;
  background: #A06400;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 20px;
  border-radius: 99rem;
  font-family: HGPMinchoE;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .timelineBox .timelineTextBox .year {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.timelineBox .timelineTextBox .text {
  font-size: 16px;
  line-height: 32px;
  color: #653F00;
}

@media screen and (max-width: 768px) {
  .timelineBox .timelineTextBox .text {
    font-size: 12px;
  }
}

.secSwiper .swiper-scrollbar-drag {
  background: #A06400;
}

.blockPSpacing {
  padding-top: 60px;
}

.blockTitleBox {
  margin-top: 20px;
  padding-top: 120px;
}

.blockTitleBox .blockTitle.orange {
  color: #E8380C;
}

.blockTitleBox .blockTitle {
  font-size: 35px;
  font-family: HGPMinchoE;
}

@media screen and (max-width: 768px) {
  .blockTitleBox {
    margin-top: 40px;
    padding-top: 20px;
  }

  .blockTitleBox .blockTitle {
    font-size: 24px;
  }
}

.blockLine-wrappe {
  display: flex;
  justify-content: center;
}

.blockLine {
  width: 2px;
  height: 80px;
  background: #E8380C;
  margin: 25px auto;
}

.containerText {
  max-width: 800px;
  margin: 0 auto;
}

.containerText p {
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}

.blockLineText {
  font-size: 60px;
  color: #E8380C;
  font-family: HGPMinchoE;
}

@media screen and (max-width: 768px) {
  .blockLineText {
    font-size: 40px;
  }
}

.footerBg {
  background-color: #ffffff;
  background-image: url("../img/bg/bgFooter.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  position: relative;
}

.footerBg::after {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
  z-index: -1000;
}

.footerBg .row {
  display: flex;
  flex-wrap: wrap;
}

.contactBox {
  background: rgba(255, 255, 255, 0.3725490196);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #E8380C;
  padding: 15px 20px;
  border-radius: 20px;
  height: 100%;
}

.mapBox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapBox .map {
  margin-right: 20px;
}


@media screen and (max-width: 768px) {
  .mapBox .map {
    margin-right: 0px;
  }
}

.mapBox .mapText {
  margin-top: 20px;
  color: #E8380C;
}

.mapBox .mapText h4 {
  color: #E8380C;
  margin: 0 0 20px;
  font-size: 25px;
  line-height: 45px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mapBox .mapText h4 {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 12px;
  }
}

.mapBox .mapText p {
  color: #E8380C;
  font-size: 16px;
}

.addfriendBox {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

.addfriendBox .addfriend {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .addfriendBox .addfriend {
    margin-right: 10px;
    width: 40%;
  }
}

.addfriendBox .addfriend .addfriendImg {
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.addfriendBox .addfriendText {
  margin-top: 20px;
}

.addfriendBox .addfriendText h4 {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .addfriendBox .addfriendText h4 {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 12px;
  }
}

.addfriendBox .addfriendText p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  color: #333333;
}

.btnKG:hover {
  background-color: #E8380C;
  color: #ffffff;
}

.btnKG:hover p {
  color: #ffffff !important;
}

.footer {
  padding: 20px 0;
}

.footer .footerLogo {
  margin-bottom: 30px;
}

.footer .footerLogo .footerLogoImg {
  max-width: 120px;
  display: block;
}

.footerInfoBox {
  margin: 20px auto;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .footerInfoBox {
    flex-direction: column;
    align-items: center;
  }
}

.footerInfo p {
  color: #c3996b;
  font-size: 16px;
  margin-right: 12px;
}

.footerInfo p:last-child {
  margin-right: 0;
}

.footerInfo {
  margin-right: 20px;
  position: relative;
}

.footerInfo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #c3996b;
}

@media screen and (max-width: 768px) {
  .footerInfo {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .footerInfo::after {
    display: none;
  }
}

.footerLink a {
  color: #c3996b;
  font-size: 16px;
  margin-right: 10px;
}

.footer .footerSocial .socialItem {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.footer .footerSocial .socialItem .socialItemImgBox {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.footer .footerSocial .socialItem .socialItemImgBox:hover .socialItemImgH {
  opacity: 1;
  transition: 0.5s;
}

.footer .footerSocial .socialItem .socialItemImgBox .socialItemImg {
  display: block;
}

.footer .footerSocial .socialItem:last-child {
  margin-right: 0;
}

.footer .footerSocial .socialItem .socialItemImgBox .socialItemImgH {
  opacity: 0;
  transition: 0.5s;
}

.footer .footerSocial .socialItem .socialItemImgBox .socialItemImg,
.footer .footerSocial .socialItem .socialItemImgBox .socialItemImgH {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.copyRight {
  padding: 8px 0 20px;
}

.copyRight .elementorBox {
  display: block;
  text-decoration: none;
}

.copyRight .elementorBox .elementorText {
  font-size: 15px;
  color: #717171;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productBigBlock {
  margin-bottom: 60px;
}

.productBlockTitle {
  margin-bottom: 30px;
}

.productBlockTitle h1 {
  font-size: 20px;
  color: #850000;
  font-weight: 600;
}

.productBlockTitle p {
  line-height: 20px;
  margin-left: 10px;
  border-left: 1px solid #850000;
  font-weight: 600;
  padding-left: 10px;
}

.productBox {
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
  border: 2px solid #ba9b6d;
  background: #ffffff;
  border-radius: 12px;
}

.productBox:hover .productImgBox .productImg {
  transform: scale(1.08);

}

.productBox:hover .btnKG {
  background-color: #E8380C;
  color: #ffffff;
}

.productBox .productImgBox {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.productBox .productImgBox .productImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .5s;
}

.productBox .productImgBox .productTag {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 65px;
  height: 65px;
  background: #E8380C;
  color: #ffffff;
  padding: 10px;
  border-radius: 99rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productBox .productImgBox .productTag .productTagText {
  font-size: 14px;
  font-family: HGPMinchoE;
  margin: 0px;
}

.productBox .productTitle {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 12px;
  color: #553500;
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .productBox .productTitle {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
}

.productBox .productContent {
  font-size: 16px;
  color: #553500;
  padding: 0 12px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
}

.btnKG {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #E8380C;
  color: #E8380C;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px auto;
  cursor: pointer;
  border-radius: 99rem;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .btnKG {
    width: auto;
    margin: 4px;
  }

  .btnKG.btn-w100-mobile {
    width: 100%;
  }
}

.btnKG p {
  color: #E8380C !important;
}

.btnKG i {
  font-size: 16px;
  margin-right: 5px;
}

.btnKG:hover {
  background-color: #E8380C;
  color: #ffffff;
}

.btnLike {
  background-color: #ffffff;
  border: 1px solid #E8380C;
  color: #E8380C;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  border-radius: 99rem;
  margin-right: 10px;
}

.btnLike.like {
  background-color: #E8380C;
  border: 1px solid #E8380C;
  color: #ffffff;
}

.btnLike:hover {
  background-color: #E8380C;
  border: 1px solid #E8380C;
  color: #ffffff;
}

.btnKG-gold {
  width: 100%;
  background-color: #c3996b;
  border: 1px solid #c3996b;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px auto;
  cursor: pointer;
  border-radius: 99rem;
  height: fit-content;
}

.btnKG-gold:hover {
  background-color: #9c7b57;
  color: #ffffff;
}

.btnKG.btn-soldout {
  background: #dddddd;
  color: #666666;
  border: 1px solid #666666;
}

.alertMessage {
  position: fixed;
  top: 120px;
  right: 50%;
  transform: translateX(50%);
  width: fit-content;
  border-radius: 99rem;
  overflow: hidden;
  z-index: 3000;
}

.alertMessage .alert {
  margin: 0;
  display: flex;
}

.innerpage-edit-box h2 {
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 16px;
  color: #333333;
  font-weight: 800;
}

.innerpage-edit-box p,
.innerpage-edit-box li {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}

.banner-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.banner-link {
  border-radius: 99rem;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .banner-link {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}

.banner-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}