@font-face {
  font-family: 'VolvoBroadCN';
  src: url('../font/VolvoBroadCN.woff2') format('woff2'),
    url('../font/VolvoBroadCN.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansTC';
  src: url('../font/NotoSansTC-Light.ttf') format('ttf');
  font-style: normal;
  font-weight: 200;
}


@font-face {
  font-family: 'NotoSansTC';
  src: url('../font/NotoSansTC-Regular.ttf') format('ttf');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'NotoSansTC';
  src: url('../font/NotoSansTC-Medium.ttf') format('ttf');
  font-style: normal;
  font-weight: 500;
}


@font-face {
  font-family: 'VolvoNovum3';
  src: url('../font/VolvoNovum3-SemiLight.woff2') format('woff2');
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'VolvoNovum3';
  src: url('../font/VolvoNovum3-Light.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'VolvoNovum3';
  src: url('../font/VolvoNovum3-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'VolvoNovum3';
  src: url('../font/VolvoNovum3-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'VolvoNovum3';
  src: url('../font/VolvoNovum3-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'VolvoNovum3';
  src: url('../font/VolvoNovum3-MediumBold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'VolvoNovum3';
  src: url('../font/VolvoNovum3-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
}


body {
  background: #fff;
  font-family: 'VolvoNovum3', 'NotoSansTC', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  scroll-behavior: smooth;
  padding-top: 200px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 84px;
  }
}

@media screen and (max-width: 992px) {
  body {
    padding-top: 100px;
  }

}

.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;
}

.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 {
  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;
}

.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;
}

.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;
}

.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;
}

.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;
}

#header {
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 3000;
}

.navLogo {
  display: block;
  height: 23px;
}


@media screen and (max-width: 1440px) {
  .navLogo {
    display: block;
    height: 10px;
    margin: 5px;
  }

}

@media screen and (max-width: 992px) {
  #header {
    height: 100px;
  }

}

@media screen and (max-width: 768px) {
  #header {
    background: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3000;
  }

  .navLogo {
    display: block;
    height: 8px;
    margin: 5px;
  }

}

.navbar {
  height: 100%;
}

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

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

.navbar-nav .nav-item .nav-link {
  color: #333333;
  transition: .5s;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 16px;
}

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

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

  .navbar-nav .nav-item {
    margin-right: 0px;
    font-size: 12px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }

  .navbar-nav .nav-item .nav-link p {
    font-size: 12px;
  }

  .navbar-brand {
    margin-right: 0px;
  }

  .navbar .container-1600 {
    padding: 0 5px;
  }
}

.navbar-nav .nav-item:hover .nav-link {
  color: #171717;
  background: #efefef;
}

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

.navbar-collapse {
  flex-grow: 0;
}

.volvo-nav {
  color: #333333;
  transition: .5s;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 16px;
  font-family: 'VolvoNovum3';
}

.volvo-nav:hover {
  color: #171717;
  background: #efefef;
}

@media screen and (max-width: 768px) {
  .volvo-nav {
    font-size: 8px;
    padding: 5px 6px;
  }
}


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

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

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

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

.dropdown-menu.dropdown-menu2,
.dropdown-menu.dropdown-menu3,
.dropdown-menu.dropdown-menu4,
.dropdown-menu.dropdown-menu5,
.dropdown-menu.dropdown-menu6 {
  display: none;
  padding-top: 0;
}

.headerMenu2.dropdown.show .dropdown-menu2,
.headerMenu3.dropdown.show .dropdown-menu3,
.headerMenu4.dropdown.show .dropdown-menu4,
.headerMenu5.dropdown.show .dropdown-menu5,
.headerMenu6.dropdown.show .dropdown-menu6 {
  display: block;
  padding-top: 0;
  width: fit-content;
  min-width: 120px;
}

.headerMenu2.dropdown.show .dropdown-menu2.show,
.headerMenu3.dropdown.show .dropdown-menu3.show,
.headerMenu4.dropdown.show .dropdown-menu4.show,
.headerMenu5.dropdown.show .dropdown-menu5.show,
.headerMenu6.dropdown.show .dropdown-menu6.show {
  display: block;
  padding-top: 0;
}

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

  .dropdown-menu.dropdown-menu2,
  .dropdown-menu.dropdown-menu3,
  .dropdown-menu.dropdown-menu4,
  .dropdown-menu.dropdown-menu5,
  .dropdown-menu.dropdown-menu6 {
    display: block;
    padding-top: 0;
  }
}

.dropdown:hover .dropdown-menu .nav-link.dropdown-toggle {
  position: relative;
}

.dropdown .dropdown-submenu {
  padding: 10px 15px;
  margin: 0;
}

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

.navbar-nav .nav-item:hover .dropdown-submenu:hover .nav-link {
  color: #171717;
  background: #efefef;
}

.dropdown .dropdown-submenu .nav-link {
  padding: 0;
  font-size: 15px;
  color: #333333;
}

.dropdown:hover>.dropdown.dropdown-submenu>.dropdown-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .dropdown-menu.dropdown-menu2 {
    opacity: 1;
    padding-top: 0;
  }

  .navbar-nav .nav-item .dropdown-submenu .nav-link {
    color: #E8380C;
    border-color: #E8380C;
  }

  .offcanvas-body .headerMenu2.nav-item.dropdown-submenu .dropdown-submenu {
    background: #f7f7f7;
  }

  .offcanvas-body .headerMenu2.nav-item.dropdown-submenu .dropdown-submenu.dropdown-menu {
    background: #f7f7f7;
  }
}

.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);
}

@media screen and (max-width: 991px) {
  .dropdown-menu .nav-link.dropdown-toggle::after {
    transform: rotate(0deg);
  }
}

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

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

  .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 .headerMenu2.nav-item.dropdown-submenu {
    border-bottom: 1px solid #E8380C;
  }

  .offcanvas-body .headerMenu2.nav-item.dropdown-submenu.dropdown .nav-link {
    color: #E8380C;
  }

  .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
    margin-right: 0;
    margin-bottom: 6px;
    background: #f7f7f7;
    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-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: 14px;
  margin-bottom: 12px;
  color: #553500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-wrap: wrap;
  line-height: 28px;
  min-height: 84px;
}

.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;
  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: 3;
    line-clamp: 3;
    line-height: 24px;
    min-height: 72px;
  }

  .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;
  font-display: swap;
  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;
}

@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 .product-title-link {
  font-size: 16px;
  color: #553500;
  line-height: 24px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-wrap: wrap;
  min-height: 72px;
}

@media screen and (max-width: 768px) {
  .widget-product .product-item .product-info .product-title .product-title-link {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-height: 24px;
    min-height: 72px;
  }
}

.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: 767px) {

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

  .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;
  }

  .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;
  }

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

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

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

  .widget-product .product-title,
  .widget-product .pro-price {
    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 .read-more {
    margin-bottom: 10px;
  }

  .dropdwn-repeat {
    left: 80%;
    width: 210px;
  }
}

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

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

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

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

  .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;
  }

  .pagination {
    margin-bottom: 30px;
  }

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

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

  .logo {
    padding: 38px 0;
  }
}

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

  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;
  }

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

  .logo {
    text-align: center;
  }

  .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;
  }

  .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;
  }

  .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;
  }

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

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

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

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

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

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

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

}

@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%;
  }
}

.header-area {
  z-index: 999;
  position: relative;
  font-size: 18px;
}

.logo {
  padding: 20px 0;
  transition: all 0.3s ease 0s;
}

.logo img {
  transition: all 0.3s ease 0s;
}

.cart-icon {
  font-size: 20px;
  line-height: 20px;
}

.cart-img {
  position: relative;
}

.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;
}

.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;
}

.footer-message input[type="text"] {
  box-shadow: none;
  margin-bottom: 10px;
}

.footer-message textarea {
  box-shadow: none;
}

.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-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';

.product-item {
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
}

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

.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-price {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  z-index: 9;
}

.action-button {
  font-size: 13px;
}

.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);
}

.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-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 {
  color: #fefefe;
}

.blog-item .blog-title:hover a,
.blog-item .read-more a:hover {
  color: #ccc;
}

.brand-name {
  color: #999999;
  font-style: italic;
  text-transform: capitalize;
}

.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;
  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;
}

.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;
  line-clamp: 3;
  overflow: hidden;
  line-height: 28px;
}

.blog-item-2 .blog-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.date-box {
  margin: 8px;
  width: fit-content;
}

.date-text {
  margin-bottom: 0 !important;
  font-size: 14px;
  text-align: end;
}

@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);
}

.breadcrumbs-section {
  margin-top: 120px;
}

.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: 45px;
  margin-bottom: 0;
  padding: 55px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-family: HGPMinchoE;
  font-display: swap;
}

@media (max-width: 767px) {
  .breadcrumbs-title {
    font-size: 28px;
    line-height: 40px;
    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;
}

.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;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  background: #ffffff;
}

.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;
}

.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-display: swap;
  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: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}

.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;
}

.p-c {
  border: 1px solid #fff;
  padding: 0 5px;
  width: 105px;
}

.p-c a.active img {
  border: 1px solid #FF7F00;
}

.single-product-info h3 {
  font-weight: 500;
  margin-bottom: 5px;
}

.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;
}

.saparator {
  margin: auto 5px;
}

.color-title {
  color: #575757;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 70px;
}

.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;
}

.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 {
  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-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;
}

.dropdown-menu {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.dropdown-width {
  width: 270px;
}

.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% !important;
  height: auto !important;
  aspect-ratio: auto !important;

}

.blog-details-area .blog-description img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;

}

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

  .blog-details-area {
    overflow-x: hidden;
  }

  .blog-details-area .blog-description p img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
  }

  .blog-details-area .blog-descriptio img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
  }
}

.blog-details-title {
  color: #666;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
}

.blog-section-title {
  color: #575757;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.wrapper {
  background: #fff none repeat scroll 0 0;
}

.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>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;
}

.page-wrapper {
  margin-top: 200px;
}

.swiperPaginationBox {
  padding: 30px 0;
  margin-bottom: 10px;
}

.blockTitleBox .blockTitle.gold {
  color: #D2AD4B;
}

.blockTitleBox .blockTitle {
  font-size: 35px;
  font-family: HGPMinchoE;
  font-display: swap;
}

@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;
  font-display: swap;
  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;
  font-display: swap;
  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;
  font-display: swap;
  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;
  font-display: swap;
}

@media screen and (max-width: 768px) {
  .blockTitleBox {
    margin-top: 10px;
    padding-top: 120px;
  }

  .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;
  font-display: swap;
}

@media screen and (max-width: 768px) {
  .blockLineText {
    font-size: 40px;
  }
}

.footer {
  background: #e0dedc;
  padding: 20px 0;
}

.footer-border {
  border-top: 2px solid #898989;
}

.footer-Content {
  padding: 40px 0 20px;
}

.footer-Content .footerIcon {
  margin: 10px 15px;
}

.footer-Content .footer-btt-btn#scrollUp {
  width: fit-content;
  height: fit-content;
  padding: 10px 20px 10px 10px;
  background: transparent;
}

.footer-Content .footer-btt-btn p {
  font-size: 26px;
  font-weight: 600;

}

@media screen and (max-width: 768px) {
  .footer-Content .footer-btt-btn p {
    font-size: 20px;
    font-weight: 600;
  }

  .footer-Content .footerIcon {
    width: 30px;
    height: 30px;
  }
}



.footer-Content .footer-btt-btn i {
  font-size: 26px;
  font-weight: 600;
  color: #898989;
  margin-left: 10px;
}




/* volvo 首頁固定 Banner */

.banner-volvoBox {
  width: 100%;
  height: auto;
}

.banner-volvoBox.index {
  max-width: 1920px;
  width: 100%;
  aspect-ratio: 1765/941;
  margin: 0 auto 20px;
  padding: 0 20px;
  /* margin-bottom: 80px; */
}

@media screen and (max-width: 992px) {
  .banner-volvoBox.index {
    margin-bottom: 40px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .banner-volvoBox.index {
    margin-bottom: 20px;
    padding: 0;
  }
}


.banner-volvoBox.content {
  aspect-ratio: 1019/546;
  margin-bottom: 30px;
}


.banner-volvoBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.volvo-banner .banner-Divider {
  width: 100%;
  height: auto;
  margin-top: 120px;
  margin-bottom: 80px;
}

.volvo-banner .banner-Divider img {
  width: 100%;
  height: 100%;
}

/* volvo 內頁固定 title*/

.title-volvoBox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-bottom: 2px solid #231815;
  margin-bottom: 30px;
}

.title-volvoBox h1 {
  font-size: 36px;
  font-weight: 700;
  color: #231815;
}


/* volvo 內頁固定 文章尾巴 撰文+圖片來源+返回上層 */

.innerBottom-volvoBox {
  margin: 20px auto 60px;
}

.innerBottom-volvoBox .containerText p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 6px;
  color: #333333;
}

.innerBottom-volvoBox .btn-backtoList {
  background: #e0dedc;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 40px;
  transition: .2s all;
  height: fit-content;
}


.innerBottom-volvoBox .btn-backtoList:hover {
  background: #d0cfcf;

}

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

  .innerBottom-volvoBox .btn-backtoList {
    font-size: 16px;
    padding: 10px 20px;
  }
}


/* volvo footer固定輪播 */

.ohter-Issue {
  background: #e0dedc;
  padding: 50px 0;
}

.other-TitleBox {
  width: fit-content;
  padding: 20px 0;
  margin-bottom: 24px;
  position: relative;
}

.other-TitleBox ::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -160px;
  width: 112px;
  height: 12px;
  background-image: url('../img/volvo/icon/icon-divider.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.other-TitleBox ::before {
  /* display: none; */
}

.other-TitleBox .other-Title {
  font-size: 26px;
  line-height: 46px;
  color: #595757;
  margin-bottom: 0px;
}

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

  .other-TitleBox .other-Title {
    font-size: 18px;
    line-height: 32px;
  }

  .other-TitleBox ::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -95px;
    width: 80px;
    height: 12px;
    background-image: url(../img/volvo/icon/icon-divider.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .other-TitleBox ::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -95px;
    width: 80px;
    height: 12px;
    background-image: url(../img/volvo/icon/icon-divider.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}



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

  .other-TitleBox .other-Title {
    font-size: 16px;
    line-height: 28px;
  }
}

.other-Box {
  width: 100%;
  height: 100%;
  background: rgb(235, 235, 235);
  aspect-ratio: 460/356;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.other-Box:hover .other-ImgBox .other-Cover {
  opacity: 1;
}

.other-Box .other-ImgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.other-Box .other-ImgBox .other-Cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s ease-in-out;
  opacity: 0.85;
}


.owl-carousel-other.owl-theme .owl-dots {
  text-align: start;
  margin-top: 20px !important;
}

.owl-carousel-other.owl-theme .owl-dots.disabled {
  display: block !important;
}

.owl-carousel-other.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: #898989;
}

.owl-carousel-other.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
  outline: 2px solid #ffffff;
  background: #898989;
}


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

  .owl-carousel-other.owl-theme .owl-dots {
    text-align: center;
  }

  .owl-carousel-other.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }

  .owl-carousel-other.owl-theme .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    outline: 1.5px solid #3e3a39;
  }
}

/* 影片 */

.widget-video {
  width: 100%;
  height: 100%;
  margin: 100px auto;
}

/* .widget-video-bg {
  background: rgb(69, 208, 199);
} */

.video-Box {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.widget-text {
  margin: 20px auto 80px;
}

/* .widget-text-bg {
  background: #3410c8;
  padding: 30px 0;
} */

.widget-text h2 {
  font-size: 28px;
  line-height: 52px;
  margin-bottom: 16px;
  color: #333333;
  font-weight: 200;
}

.widget-text p {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 16px;
  color: #333333;
  font-weight: 200;
}

.widget-text .img-box {
  width: 100%;
  height: auto;
  margin: 40px 0;
}

.widget-text .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 影片html */

.video-Box .video-Video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 影片YT */

.video-Box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


/* 純圖片 */

.widget-image {
  width: 100%;
  height: 100%;
  margin: 100px auto;
}

/* .widget-image-bg {
  background: red;
} */

.img-Box {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.img-Box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* volvo文字可製化 */

.widget-block-title h1,
.widget-text h1 {
  font-size: 42px !important;
  line-height: 75px !important;
}

.widget-block-title h2,
.widget-text h2 {
  font-size: 32px !important;
  line-height: 57px !important;
  font-weight: 400;
}

.widget-block-title h3,
.widget-text h3 {
  font-size: 28px !important;
  line-height: 50px !important;
}

.widget-block-title h4,
.widget-text h4 {
  font-size: 24px !important;
  line-height: 43px !important;
}

.widget-text p {
  font-size: 22px !important;
  line-height: 40px !important;
  font-weight: 300 !important;
  letter-spacing: 4px;
}

.imgTextD-TitleBox .imgTextD-Title {
  font-size: 32px !important;
  line-height: 46px !important;
}

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

  .imgTextD-TitleBox .imgTextD-Title {
    font-size: 18px !important;
    line-height: 32px !important;
  }
}

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

  .imgTextD-TitleBox .imgTextD-Title {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}