.account-section {
  position: relative;
}
.account-section .inner-container {
  position: relative;
  display: block;
  border: 1px solid rgba(229, 229, 229, 1);
  padding-left: 530px;
  min-height: 600px;
}
.account-section .inner-container .account-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 420px;
  height: 100%;
  background: rgba(247, 247, 247, 1);
  padding: 50px 0;
}
.account-section .inner-container .account-info .image-box {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 23px;
}
.account-section .inner-container .account-info .image-box img {
  width: 100%;
  border-radius: 50%;
}
.account-section .inner-container .account-info h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1px;
}
.account-section .inner-container .account-info a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: var(--text-color);
}
.account-section .inner-container .tab-btns li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  cursor: pointer;
  padding: 13.5px 40px;
  transition: all 500ms ease;
}
.account-section .inner-container .tab-btns li:last-child {
  margin-bottom: 0;
}
.account-section .inner-container .tab-btns li.active-btn {
  background: #fff;
}
.account-section .payment-option .bank-payment {
  position: relative;
  display: block;
  background: rgba(247, 247, 247, 1);
  padding: 22px 30px;
  margin-bottom: 30px;
}
.account-section .payment-option .bank-payment p {
  font-size: 15px;
  line-height: 24px;
  margin-left: 24px;
}
.account-section .payment-option .check-box label {
  font-size: 16px;
  line-height: 24px;
}
.account-section .payment-option .check-box label:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 5px;
  background: transparent !important;
}
.account-section .payment-option .check-box label:after {
  background-image: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 3px;
  top: 8px;
}
.account-section .tabs-content {
  padding: 50px 120px 50px 0;
}
.account-section .tabs-content h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.account-section .personal-info h3 {
  margin-bottom: 8px;
}
.account-section .personal-info p {
  margin-bottom: 22px;
}
.account-section .personal-info .single-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.06);
  padding: 13px 20px;
  margin-bottom: 30px;
}
.account-section .personal-info .single-item h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 1px;
}
.account-section .personal-info .single-item span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.account-section .personal-info .single-item button {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(106, 106, 106, 1);
}
.account-section .personal-info .single-item span a {
  display: inline-block;
  color: var(--text-color);
}
.account-section .history-box .single-history {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-section .history-box .single-history .product-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.account-section .history-box .single-history .product-box .image-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(229, 229, 229, 1);
  margin-right: 30px;
}
.account-section .history-box .single-history .product-box .image-box img {
  width: 100%;
}
.account-section .history-box .single-history .product-box .product-info h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 2px;
}
.account-section .history-box .single-history .product-box .product-info span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2px;
}
.account-section .history-box .single-history .product-box .product-info h4 {
  font-size: 20px;
  line-height: 28px;
  color: rgba(233, 37, 48, 1);
}
.account-section .sec-title h2 {
  font-size: 36px;
  line-height: 42px;
}
.rtl .account-section .payment-option .check-box label:after {
  left: inherit;
  right: 3px;
}
.rtl .account-section .history-box .single-history .product-box .image-box {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .account-section .personal-info .single-item button {
  right: inherit;
  left: 20px;
}
@media only screen and (max-width: 1200px) {
  .account-section .inner-container {
    padding-left: 370px;
  }
  .account-section .tabs-content {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .account-section .inner-container {
    padding-left: 0;
    min-height: auto;
  }
  .account-section .inner-container .account-info {
    position: relative;
    width: 100%;
  }
  .account-section .tabs-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .account-section .history-box .single-history,
  .account-section .history-box .single-history .product-box {
    display: block;
  }
}
.advice-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffe8e8;
  padding: 44px 20px 278px 20px;
}
.advice-block-one .inner-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.advice-block-one .inner-box h3 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 24px;
}
.advice-block-one .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  z-index: 1;
}
.advice-block-one .inner-box a:hover {
  background: var(--secondary-color);
}
.advice-block-one .inner-box .image {
  position: absolute;
}
.advice-section {
  position: relative;
}
.advice-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 41px 300px 36px 40px;
  margin-bottom: 30px;
  z-index: 1;
}
.advice-block-two .inner-box:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  right: 0;
  bottom: -65px;
  z-index: -1;
  opacity: 0.4;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}
.advice-block-two .inner-box h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: red;
  z-index: 1;
}
.advice-block-two .inner-box h2 {
  display: block;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 8px;
  z-index: 1;
}
.advice-block-two .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 92px;
  z-index: 1;
}
.advice-block-two .inner-box h4.color-text {
  color: #f00;
}
.advice-block-two .inner-box .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  padding: 0 12px;
  margin-bottom: 2px;
  background: #f00;
  border-radius: 4px;
  z-index: 1;
}
.advice-block-two .inner-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
  background: #fff;
  padding: 7px 30px;
  border-radius: 40px;
  z-index: 1;
}
.advice-block-two .inner-box .btn-box a:hover {
  color: #fff;
}
.advice-block-two .inner-box .btn-box a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(0, 0);
  z-index: -1;
  border-radius: 40px;
  transition: all 500ms ease;
}
.advice-block-two .inner-box .btn-box a:hover:before {
  transform: scale(1, 1);
}
.advice-style-two {
  position: relative;
}
.advice-style-two .inner-container {
  position: relative;
  display: block;
  padding: 88px 80px 97px;
  border-radius: 5px;
  overflow: hidden;
}
.advice-style-two .inner-container .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.05);
  transition: all 500ms ease;
}
.advice-style-two .inner-container:hover .bg-layer {
  transform: scale(1);
}
.advice-style-two .content-box {
  position: relative;
  max-width: 540px;
  float: left;
}
.advice-style-two .content-box h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 12px;
  color: #fff;
}
.advice-style-two .content-box p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 31px;
}
.advice-style-two .content-box .theme-btn {
  background: #fff;
  color: var(--theme-color-3) !important;
}
.advice-style-two .content-box .theme-btn span,
.advice-style-two .content-box .theme-btn:hover {
  background: var(--secondary-color);
}
.advice-style-three {
  position: relative;
}
.advice-block-three .inner-box {
  position: relative;
  display: block;
  background: -webkit-linear-gradient(0deg, #c73f2d, #ef946d 50%);
  border-radius: 10px;
  padding: 75px 60px;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
}
.advice-column:last-child .advice-block-three .inner-box {
  background: -webkit-linear-gradient(0deg, #f90, #ffd179 50%);
}
.advice-block-three .inner-box:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 490px;
  height: 490px;
  border-radius: 50%;
  top: -142px;
  right: -104px;
  z-index: -1;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}
.advice-block-three .inner-box:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 490px;
  height: 490px;
  border-radius: 50%;
  bottom: -280px;
  right: -37px;
  z-index: -1;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}
.advice-block-three .inner-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  z-index: 1;
}
.advice-block-three .inner-box h2 {
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  text-transform: capitalize;
  z-index: 1;
}
.advice-block-three .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 22px;
  z-index: 1;
}
.advice-block-three .inner-box h4 span {
  font-weight: 400;
}
.advice-block-three .inner-box .theme-btn {
  padding: 5.5px 30px;
  background: #fff;
  color: var(--title-color) !important;
  z-index: 1;
}
.advice-block-three .inner-box .theme-btn:hover {
  color: #fff !important;
}
.kids-advice {
  position: relative;
}
.kids-advice .advice-block {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 40px;
}
.kids-advice .advice-block .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 3500ms ease;
}
.kids-advice .advice-block:hover .bg-layer {
  transform: scale(1.1);
}
.kids-advice .advice-block .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 2px 12px;
  margin-bottom: 7px;
}
.kids-advice .advice-block h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 7px;
}
.kids-advice .advice-block h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 88px;
}
.kids-advice .advice-block h4 span {
  color: #f00;
}
.kids-advice .advice-block .theme-btn {
  background: #fff;
  color: var(--title-color) !important;
  padding: 5.5px 30px;
}
.kids-advice .advice-block .theme-btn:hover {
  color: #fff !important;
}
.garden-advice {
  position: relative;
}
.garden-advice .advice-block .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  padding: 60px;
  margin-bottom: 30px;
}
.garden-advice .advice-block .inner-box .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.garden-advice .advice-block .inner-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.garden-advice .advice-block .inner-box h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 13px;
}
.garden-advice .advice-block .inner-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 125px;
}
.garden-advice .advice-block .inner-box h3 span {
  font-weight: 400;
}
.garden-advice .advice-block .inner-box .theme-btn {
  background: #fff;
  color: var(--title-color) !important;
}
.garden-advice .advice-block .inner-box .theme-btn:hover {
  color: #fff !important;
}
.watch-advice {
  position: relative;
}
.watch-advice .advice-block {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 50px 40px;
  margin-bottom: 30px;
}
.watch-advice .advice-block .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
}
.watch-advice .advice-block:hover .bg-layer {
  transform: scale(1.1);
}
.watch-advice .advice-block .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-family: var(--title-font-three);
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 12px 2px;
  margin-bottom: 20px;
}
.watch-advice .advice-block h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 12px;
}
.watch-advice .advice-block h3 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 82px;
}
.watch-advice .advice-block .theme-btn {
  background: transparent;
  border: solid;
  border-width: 1px;
  border-color: #fff;
  padding: 4.5px 38px;
}
.watch-advice .advice-block .theme-btn span {
  background: #fff;
}
.home_9 .watch-advice .advice-block .theme-btn:hover {
  color: var(--theme-color-9) !important;
}
@media only screen and (max-width: 767px) {
  .advice-style-two .content-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .advice-style-two .inner-container {
    padding: 70px 30px;
  }
  .advice-block-three .inner-box,
  .garden-advice .advice-block .inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .garden-advice .advice-block .inner-box h3 {
    margin-bottom: 50px;
  }
  .watch-advice .advice-block {
    padding: 50px 30px;
  }
  .watch-advice .advice-block h2,
  .garden-advice .advice-block .inner-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .advice-block-two .inner-box {
    padding-right: 30px;
    padding-left: 30px;
  }
  .advice-block-two .inner-box .image {
    width: 50%;
  }
  .advice-block-two .inner-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .kids-advice .advice-block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .kids-advice .advice-block h4 {
    margin-bottom: 40px;
  }
}
.apps-section {
  position: relative;
}
.apps-section .inner-container {
  position: relative;
  display: block;
  background: var(--secondary-color);
  padding: 140px 120px;
}
.apps-section .inner-container .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
.apps-section .content-box {
  position: relative;
  display: block;
  max-width: 500px;
}
.apps-section .content-box h2 {
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 40px;
}
.apps-section .content-box .btn-box {
  position: relative;
  display: flex;
  align-items: center;
}
.apps-section .content-box .btn-box a {
  position: relative;
  display: inline-block;
  width: 200px;
  background: #fff;
  padding: 11px 20px 11px 55px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: var(--title-color);
  margin-right: 20px;
}
.apps-section .content-box .btn-box a:hover {
  background: #ffb31f;
}
.apps-section .content-box .btn-box a img {
  position: absolute;
  left: 20px;
  top: 14px;
}
.apps-section .content-box .btn-box a:last-child {
  margin-right: 0;
}
.apps-section .content-box .btn-box a span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.rtl .apps-section .inner-container {
  direction: ltr;
}
.rtl .apps-section .content-box {
  text-align: right;
}
.rtl .apps-section .content-box .btn-box a {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .apps-section .content-box .btn-box {
  justify-content: right;
}
@media only screen and (max-width: 1200px) {
  .apps-section .image-layer {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .apps-section .inner-container {
    padding: 70px 30px;
  }
  .apps-section .content-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 499px) {
  .apps-section .content-box .btn-box {
    display: block;
  }
  .apps-section .content-box .btn-box a {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .apps-section .content-box .btn-box a:last-child {
    margin-bottom: 0;
  }
  .rtl .apps-section .content-box .btn-box a {
    margin-left: 0;
  }
}
.about-section {
  position: relative;
}
.image_block_one .image-box {
  position: relative;
  display: block;
}
.image_block_one .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.image_block_one .image-box .image img {
  width: 100%;
}
.image_block_one .image-box .experience-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 218px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
.image_block_one .image-box .experience-box:before {
  position: absolute;
  content: "";
  border: 2px dashed #fff;
  border-radius: 50%;
  left: 7px;
  top: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  animation-name: rotateme;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 50s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 50s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 50s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.image_block_one .image-box .experience-box h2 {
  font-size: 72px;
  line-height: 70px;
  color: color(srgb 0.0148 0.1052 0.388);
  font-weight: 700;
  margin-bottom: 8px;
}
.image_block_one .image-box .experience-box span {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}
.content_block_two .content-box {
  position: relative;
  display: block;
}
.content_block_two .content-box .text-box h2 {
  display: block;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
}
.content_block_two .content-box .text-box p {
  margin-bottom: 25px;
}
.content_block_two .content-box .text-box p:last-child {
  margin-bottom: 0;
}
.content_block_two .content-box .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 35px 35px;
  box-shadow: 0 10px 30px 0 rgba(45, 36, 146, 0.1);
  border-top: solid;
  border-width: 3px;
  border-color: color(srgb 0.0148 0.1052 0.388);
}
.content_block_two .content-box .inner-box .single-item {
  position: relative;
  display: block;
}
.content_block_two .content-box .inner-box .single-item:before {
  position: absolute;
  content: "";
  background: rgba(229, 229, 229, 1);
  width: 1px;
  height: 100%;
  left: -50px;
  top: 0;
}
.content_block_two .content-box .inner-box .single-item:first-child:before {
  display: none;
}
.content_block_two .content-box .inner-box .single-item .count-outer {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-family: var(--title-font);
  font-weight: 700;
  color: color(srgb 0.0148 0.1052 0.388);
  margin-bottom: 3px;
}
.content_block_two .content-box .inner-box .single-item .count-outer .symble {
  position: relative;
  top: -5px;
}
.content_block_two .content-box .inner-box .single-item p {
  line-height: 26px;
}
.rtl .content_block_two .content-box .inner-box .single-item:before {
  left: inherit;
  right: -50px;
}
@media only screen and (max-width: 1200px) {
  .content_block_two .content-box {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .content_block_two .content-box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content_block_two .content-box .text-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .content_block_two .content-box .inner-box {
    display: block;
  }
  .content_block_two .content-box .inner-box .single-item {
    margin-bottom: 30px;
  }
  .content_block_two .content-box .inner-box .single-item:last-child {
    margin-bottom: 0;
  }
}
.cart-section {
  position: relative;
}
.cart-section .target-price {
  position: relative;
  display: block;
  border: 1px solid rgba(229, 229, 229, 1);
  padding: 19px 30px;
}
.cart-section .target-price p {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--title-font);
  margin-bottom: 19px;
  font-weight: 600;
}
.cart-section .target-price p span {
  color: #e92530;
}
.cart-section .target-price .progress-box .bar-inner {
  background: #ffac00;
}
.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
  border: 1px solid rgba(229, 229, 229, 1);
}
.cart-section .cart-table {
  min-width: 1170px;
  width: 100%;
}
.cart-section .cart-table thead {
  position: relative;
  background: rgba(248, 248, 248, 1);
}
.cart-section .cart-table thead th {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 30px;
  text-align: center;
}
.cart-section .cart-table thead th:first-child {
  text-align: left;
}
.cart-section .cart-table tbody tr {
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.cart-section .cart-table tbody tr:last-child {
  border-bottom: 0;
}
.cart-section .cart-table td {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--title-font-three);
  color: var(--title-color);
  text-align: center;
  font-weight: 500;
}
.cart-section .cart-table tbody .product-column {
  padding: 19px 30px;
}
.cart-section .cart-table tbody .product-column .product-box {
  position: relative;
  display: flex;
  align-items: center;
}
.cart-section .cart-table tbody .product-column .product-box .image-box {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  margin-right: 30px;
}
.cart-section .cart-table tbody .product-column .product-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.cart-section .cart-table tbody .product-column .product-box h6 a {
  display: inline-block;
  color: var(--title-color);
}
.cart-section .cart-table td .cancel-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--title-color);
  transition: all 500ms ease;
}
.cart-section .cart-table td .cancel-btn:hover,
.cart-section .cart-table td .cancel-btn:focus,
.cart-section .cart-table td .cancel-btn:active {
  color: red;
}
.cart-section
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up,
.cart-section
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down {
  border: none !important;
}
.cart-section .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 110px;
  width: 100%;
  padding: 0 30px;
  margin-left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 50px !important;
  height: 40px;
  z-index: 1;
  margin: 0 auto;
}
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
  left: 12px;
}
.cart-section .item-quantity input.quantity-spinner {
  line-height: 48px;
  height: 40px;
  width: 43px !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  background: transparent;
}
.cart-section
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down {
  position: absolute;
  height: 40px;
  width: 70px;
  background: transparent;
  padding: 0;
  left: -30px;
  top: 0;
  border-radius: 0;
  border: none !important;
}
.cart-section .bootstrap-touchspin .btn.bootstrap-touchspin-up:before,
.cart-section
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down:before {
  color: var(--title-color) !important;
}
.cart-section
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 40px;
  width: 70px;
  background: transparent;
  padding: 0;
  right: -35px;
  top: 0;
  margin-top: 0;
  border-radius: 0;
  border: none !important;
}
.cart-section .bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 16px;
  font-style: normal;
  color: var(--title-color);
  font-family: "Font Awesome 5 Pro";
}
.cart-section .bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 16px;
  font-style: normal;
  color: var(--title-color);
  font-family: "Font Awesome 5 Pro";
}
.cart-section .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  width: 100%;
}
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
  top: 15px;
  left: 15px;
  font-size: inherit !important;
}
.cart-section
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  margin-top: 0;
}
.cart-section .bootstrap-touchspin .btn:hover,
.cart-section .bootstrap-touchspin .btn:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.cart-section .item-quantity {
  border-radius: 5px;
}
.cart-section
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down {
  width: 40px;
  top: 0;
}
.cart-section
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up {
  width: 50px;
  top: 0;
}
.cart-section .coupon-box .form-group {
  position: relative;
  max-width: 330px;
  margin-bottom: 0;
}
.cart-section .coupon-box .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 51px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 55px;
  font-size: 16px;
  color: var(--title-color);
  padding: 10px 75px 10px 20px;
  transition: all 500ms ease;
}
.cart-section .coupon-box .form-group input:focus {
  border-color: color(srgb 0.0148 0.1052 0.388);
}
.cart-section .coupon-box .form-group button {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 56px;
  height: 41px;
  line-height: 44px;
  font-size: 11px;
  border-radius: 55px;
  color: #fff;
  background: color(srgb 0.0148 0.1052 0.388);
  text-align: center;
  transition: all 500ms ease;
}
.cart-section .total-cart {
  position: relative;
  display: block;
  border: 1px solid rgba(229, 229, 229, 1);
  padding: 30px 40px 40px 40px;
}
.cart-section .total-cart .title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.cart-section .total-cart h4 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 600;
}
.cart-section .total-cart h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: rgba(233, 37, 48, 1);
}
.cart-section .total-cart .shipping-cost h4 {
  margin-bottom: 12px;
}
.cart-section .total-cart .shipping-cost .cost-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-section .total-cart .shipping-cost .cost-list li .price {
  font-size: 13px;
  color: var(--title-color);
}
.cart-section .total-cart .shipping-cost .cost-list li .check-box label:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent !important;
}
.cart-section .total-cart .shipping-cost .cost-list li .check-box label:after {
  background-image: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 3px;
}
.cart-section .total-cart .shipping-calculator h4 {
  margin-bottom: 15px;
}
.cart-section .total-cart .shipping-calculator .form-group {
  position: relative;
  margin-bottom: 10px;
}
.cart-section .total-cart .shipping-calculator .form-group:last-child {
  margin-bottom: 0;
}
.cart-section .total-cart .shipping-calculator .form-group .select-box {
  min-height: 50px;
}
.cart-section .total-cart .shipping-calculator .form-group .nice-select,
.cart-section .total-cart .shipping-calculator .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 50px;
  font-size: 14px;
  color: var(--title-color);
  padding: 10px 20px;
  text-transform: capitalize;
}
.cart-section .total-cart .shipping-calculator .form-group .nice-select {
  padding: 0 20px;
  line-height: 50px;
}
.cart-section .total-cart .shipping-calculator .form-group .nice-select:before {
  color: var(--title-color);
  right: 20px;
}
.cart-section .total-cart .shipping-calculator .form-group .theme-btn {
  border: solid;
  border-width: 1px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  color: var(--theme-color) !important;
}
.cart-section .total-cart .shipping-calculator .form-group .theme-btn:hover {
  color: #fff;
}
.cart-section .total-cart .total-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 22px 0;
}
.cart-section .total-cart .btn-box .theme-btn {
  color: #fff;
  width: 100%;
}
.cart-section .total-cart .btn-box .theme-btn span {
  background: var(--title-color);
}
.cart-section .sec-title h2 {
  font-size: 36px;
  line-height: 42px;
}
.rtl .cart-section .cart-table tbody .product-column .product-box .image-box {
  margin-right: 0;
  margin-left: 24px;
}
.rtl
  .cart-section
  .total-cart
  .shipping-cost
  .cost-list
  li
  .check-box
  label:after {
  left: 0;
  right: 3px;
}
.rtl
  .cart-section
  .total-cart
  .shipping-calculator
  .form-group
  .nice-select:before {
  right: inherit;
  left: 20px;
}
@media only screen and (max-width: 991px) {
  .cart-section .total-cart {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 499px) {
  .cart-section .total-cart {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.category-section {
  position: relative;
}
.category-section .sec-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.category-section .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.category-section .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.category-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center;
}
.category-block-one .inner-box .image-box {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  line-height: 160px;
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.category-block-one .inner-box .image-box img {
  width: 100%;
}
.category-block-one .inner-box:hover .image-box {
  box-shadow: 0 0 30px 0 rgba(45, 36, 146, 0.1);
  background: #fff;
}
.category-block-one .inner-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.category-block-one .inner-box .lower-content h4 a {
  display: inline-block;
  color: var(--title-color);
}
.category-block-one .inner-box .lower-content span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.category-section.alternat-2 .category-block-one .inner-box .image-box,
.category-section.alternat-2 .category-block-one .inner-box .image-box img {
  border-radius: 50%;
}
.category-style-two {
  position: relative;
}
.category-block-two {
  position: relative;
  display: block;
  max-width: 190px;
  margin: 0 auto;
}
.category-block-two .inner-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.category-block-two .inner-box .image-box {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.category-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.category-block-two .inner-box:hover .image-box img {
  transform: rotateY(180deg);
}
.category-block-two .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
}
.category-block-two .inner-box h4 a {
  display: inline-block;
  color: var(--title-color);
}
.category-style-two .sec-title {
  margin-bottom: 50px;
}
.category-style-two .theme-btn {
  background: transparent !important;
  border: solid;
  border-width: 1px;
  color: var(--theme-color-3) !important;
}
.category-style-two .theme-btn:hover {
  border-color: var(--secondary-color) !important;
}
.category-style-three {
  position: relative;
}
.category-block-three .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #faebdd;
  padding: 50px 30px 40px;
  text-align: center;
  margin-bottom: 30px;
}
.category-block-three .inner-box h3 {
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 5px;
}
.category-block-three .inner-box h3 a {
  display: inline-block;
  color: var(--title-color);
}
.category-block-three .inner-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-family: var(--title-font-three);
  color: #6a6a6a;
}
.category-block-three .inner-box .image {
  position: relative;
  display: block;
}
.category-block-three .inner-box .image img {
  transition: all 0.5s ease-in-out 0.1s;
}
.category-block-three .inner-box:hover .image img {
  transform: scale(0.9);
}
.category-block-three .inner-box .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 434px;
  height: 434px;
  margin-left: -217px;
  margin-top: -217px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}
.category-block-three .inner-box .shape-2 {
  position: absolute;
  left: 0;
  bottom: 102px;
  width: 100%;
  height: 48px;
  background: #fff;
}
.big-column:last-child .category-block-three .inner-box {
  background: #e6f5cd;
}
.category-block-four .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px 25px 17px;
  background: #e2e1ff;
}
.category-block-four .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 90px;
  z-index: 2;
}
.category-block-four .inner-box h4 a {
  position: relative;
  display: inline-block;
  color: var(--title-color);
}
.category-block-four .inner-box .image {
  z-index: 1;
  transition: all 0.5s ease-in-out 0.1s;
}
.category-block-four .inner-box:hover .image {
  transform: scale(1.05);
}
.category-block-four .inner-box .image:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  opacity: 0.3;
  left: -28px;
  top: -13px;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
  z-index: -1;
}
.small-column:nth-child(2) .category-block-four:last-child .inner-box {
  background: #e8e8e8;
}
.small-column:nth-child(3) .category-block-four:last-child .inner-box {
  background: #f7f0cc;
}
.small-column:nth-child(3) .category-block-four:first-child .inner-box {
  background: #cfeef5;
}
.category-section.medicle-category .category-block-one .inner-box .image-box {
  background: transparent;
}
.category-style-four {
  position: relative;
}
.category-block-five {
  position: relative;
  max-width: 190px;
  margin: 0 auto;
}
.category-block-five .inner-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.category-block-five .inner-box .image-box {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 190px;
  line-height: 190px;
  text-align: center;
  margin-bottom: 24px;
}
.category-block-five .inner-box .image-box .image {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}
.category-block-five .inner-box:hover .image-box .image {
  transform: scale(0.9);
}
.category-block-five .inner-box .image-box .shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
}
.category-block-five .inner-box:hover .image-box .shape {
  transform: rotateY(180deg);
}
.category-block-five .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
}
.category-block-five .inner-box h4 a {
  display: inline-block;
  color: var(--title-color);
}
.category-style-five {
  position: relative;
}
.category-block-six .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
.category-block-six .inner-box .image-box {
  position: relative;
  display: block;
}
.category-block-six .inner-box .image-box:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0,
    rgba(102, 102, 102, 0) 100%
  );
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.category-block-six .inner-box .image-box img {
  width: 100%;
}
.category-block-six .inner-box .text-box {
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.category-block-six .inner-box .text-box h2 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}
.category-block-six .inner-box .text-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--title-font-three);
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
}
.category-block-six .inner-box .text-box a:hover {
  color: #fff;
}
.category-block-six .inner-box .overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  opacity: 0;
}
.category-block-six .inner-box:hover .overlay-image {
  height: 100%;
  opacity: 1;
}
.category-block-six .inner-box .overlay-image:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.category-block-six .inner-box .overlay-image img {
  transform: translateY(-50%) scaleY(1.5);
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-block-six .inner-box:hover .overlay-image img {
  transform: translateY(0%) scaleY(1);
  filter: blur(0px);
}
.category-style-five .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  width: 100%;
}
.category-style-five .owl-nav .owl-prev {
  position: absolute;
  left: -24px;
  background: #fff;
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.15);
}
.category-style-five .owl-nav .owl-next {
  position: absolute;
  right: -24px;
  background: #fff;
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.15);
}
.rtl .category-block-four .inner-box .image {
  right: inherit;
  left: 25px;
}
.rtl .category-block-four .inner-box .image:before {
  left: inherit;
  right: -28px;
}
@media only screen and (max-width: 767px) {
  .category-style-five .owl-nav {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  .category-section .sec-title {
    display: block;
  }
  .category-section .sec-title h2 {
    margin-bottom: 10px;
  }
}
.banner-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.banner-section .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.banner-carousel .slide-item {
  position: relative;
  padding: 110px 0;
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .active .slide-item .image-layer {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner-carousel .slide-item .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-carousel .content-box {
  max-width: 630px;
}
.banner-carousel .slide-item .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
.banner-carousel .active .slide-item .bg-layer {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.banner-carousel .content-box .upper-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 2px 13px;
  background: #e53e3e;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .active .content-box .upper-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner-carousel .content-box h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  color: #00286f;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .content-box h2 span {
  display: block;
  font-weight: 400;
  color: #111;
}
.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.banner-carousel .content-box h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.banner-carousel .content-box h3 span {
  font-weight: 700;
  color: #e53e3e;
}
.banner-carousel .active .content-box h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner-carousel .content-box p {
  font-size: 18px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 35px;
  max-width: 480px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.banner-carousel .content-box .btn-box {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.banner-carousel .owl-dots {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-carousel.dots-style-one .owl-dots button {
  display: block;
  margin-bottom: 12px;
}
.banner-carousel .dots-style-one .owl-dots button:last-child {
  margin-bottom: 0;
}
.banner-style-two {
  position: relative;
}
.banner-style-two .content-box {
  padding-left: 120px;
  max-width: 750px;
}
.banner-style-two .banner-carousel .slide-item {
  border-radius: 20px;
  overflow: hidden;
}
.banner-style-two .banner-carousel .content-box h2,
.banner-style-two .banner-carousel .content-box h2 span,
.banner-style-two .banner-carousel .content-box h3 {
  color: #fff;
}
.banner-style-two .dots-style-one .owl-dots button {
  background: #fff;
}
.banner-style-two .dots-style-one .owl-dots button:before {
  border-color: #fff !important;
}
.banner-style-three {
  position: relative;
  padding: 170px 0 200px 0;
  background: #f4f4f4;
  overflow: hidden;
}
.banner-style-three .content-box {
  position: relative;
  display: block;
}
.banner-style-three .content-box h2 {
  font-size: 64px;
  line-height: 70px;
  margin-bottom: 27px;
}
.banner-style-three .content-box h2 span {
  display: block;
  font-weight: 400;
  color: var(--title-color);
}
.banner-style-three .content-box h3 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 35px;
}
.banner-style-three .content-box h3 span {
  font-weight: 400;
  color: var(--title-color);
}
.banner-style-three .image-layer .image-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.banner-style-three .image-layer .image-2 {
  position: absolute;
  right: 0;
  top: 22px;
}
.banner-style-four {
  position: relative;
}
.banner-style-four .content-one {
  padding: 150px 80px;
}
.banner-style-four .content-box {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.banner-style-four .content-one .image-box {
  position: absolute;
  right: 36px;
  bottom: 48px;
}
.banner-style-four .content-one .image-box img {
  transition: all 5000ms ease;
}
.banner-style-four .content-one:hover .image-box img {
  transform: scale(0.8);
}
.banner-style-four .content-box .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-radius: 40px;
  background: #e53e3e;
  padding: 2px 12px;
  margin-bottom: 15px;
}
.banner-style-four .content-one h2 {
  display: block;
  font-size: 56px;
  line-height: 60px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 23px;
}
.banner-style-four .content-one h2 span {
  display: block;
  font-weight: 400;
}
.banner-style-four .content-one h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 35px;
  color: #fff;
}
.banner-style-four .content-one h3 span {
  font-weight: 400;
}
.banner-style-four .content-one .theme-btn {
  background: #fff;
  color: var(--title-color) !important;
}
.banner-style-four .content-one .theme-btn:hover {
  color: #fff !important;
}
.banner-style-four .content-box .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 2500ms ease;
}
.banner-style-four .content-box:hover .bg-layer {
  transform: scale(1.2);
}
.banner-style-four .content-two {
  padding: 40px;
}
.banner-style-four .content-two .text {
  margin-bottom: 10px;
  background: #27d82e;
}
.banner-style-four .content-two h2 {
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 6px;
}
.banner-style-four .content-two h3 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 59px;
}
.banner-style-four .content-two h3 span {
  width: 400;
}
.banner-style-four .content-two .link-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 10px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
.banner-style-four .content-two:last-child .text {
  background: #ff6b00;
}
.banner-style-four .content-two:last-child h2,
.banner-style-four .content-two:last-child h3,
.banner-style-four .content-two:last-child .link-box a {
  color: var(--title-color);
}
.banner-style-five {
  position: relative;
}
.banner-style-five .banner-carousel .slide-item {
  padding: 125px 0;
}
.banner-style-five .content-inner {
  max-width: 670px;
}
.banner-carousel .content-inner {
  position: relative;
  display: block;
  border: 1px solid #fff;
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 50px;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .active .content-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner-style-five .banner-carousel .content-inner .upper-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 2px 13px;
  background: #e53e3e;
}
.banner-style-five .banner-carousel .content-inner h2 {
  font-size: 56px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 20px;
}
.banner-style-five .banner-carousel .content-inner h2 span {
  display: block;
  font-weight: 400;
}
.banner-style-five .banner-carousel .content-inner h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #e53e3e;
}
.banner-style-five .banner-carousel .content-inner h3 span {
  font-weight: 400;
  color: var(--title-color);
}
.banner-style-five .dots-style-one .owl-dots button {
  background: #fff;
}
.banner-style-six {
  position: relative;
}
.banner-style-six .slide-item {
  padding: 150px 120px;
  overflow: hidden;
  border-radius: 16px;
}
.banner-style-six .banner-carousel .content-box h2 {
  color: var(--title-color);
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 10px;
}
.banner-style-six .banner-carousel .content-box .upper-text {
  border-radius: 3px;
}
.banner-style-six .banner-carousel .content-box h3 {
  font-weight: 700;
  color: #e53e3e;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.banner-style-six .banner-carousel .content-box h3 span {
  color: var(--title-color);
  font-weight: 400;
}
.banner-style-six .banner-carousel .content-box .theme-btn {
  background: var(--title-color2);
  color: var(--title-color) !important;
}
.banner-style-six .banner-carousel .content-box .theme-btn:hover {
  background: var(--title-color);
  color: var(--title-color2) !important;
  border: 1px solid var(--title-color2);
}
.banner-style-six .dots-style-one .owl-dots button {
  background: #fff;
}
.banner-style-six .dots-style-one .owl-dots button:before {
  border-color: #fff !important;
}
.banner-style-seven {
  position: relative;
  padding: 95px 0 140px 0;
}
.banner-style-seven .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.banner-style-seven .content-one h2 {
  font-size: 48px;
  line-height: 52px;
  color: var(--title-color);
  max-width: 430px;
}
.banner-style-seven .content-one h3 {
  font-size: 32px;
  font-weight: 600;
  color: #e92530;
}
.banner-style-seven .content-one h3 span {
  font-weight: 400;
  color: var(--title-color);
}
.banner-style-seven .content-one .theme-btn {
  color: #fff !important;
}
.banner-style-seven .content-one {
  padding: 118px 60px;
  background: transparent;
}
.banner-style-seven .content-two h3 {
  margin-bottom: 19px;
  color: #e92530;
  font-weight: 700;
}
.banner-style-seven .content-two h2 {
  color: var(--title-color);
}
.banner-style-seven .content-two h3 span {
  font-weight: 400;
  color: var(--title-color);
}
.banner-style-seven .content-two .link-box a {
  color: var(--title-color);
}
.banner-style-seven .parallax-layer {
  position: absolute;
  left: 0;
  top: -200px !important;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.banner-style-eight {
  position: relative;
  overflow: hidden;
}
.banner-style-eight .slide-item {
  padding: 130px 0 170px 0;
}
.banner-style-eight .slide-item .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50%+120px);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: left center;
}
.banner-style-eight .content-box h2,
.banner-style-eight .content-box h2 span,
.banner-style-eight .content-box h3 {
  color: #fff;
}
.banner-style-eight .content-box .btn-box .theme-btn {
  background: #f4c850;
  color: var(--title-color) !important;
}
.banner-style-eight .content-box .btn-box .theme-btn:hover {
  color: #fff !important;
}
.banner-style-eight .banner-carousel .owl-dots {
  right: 265px;
}
.banner-style-eight .dots-style-one .owl-dots button {
  background: #fff;
}
.banner-style-eight .dots-style-one .owl-dots button:before {
  border-color: #fff !important;
}
.banner-style-nine {
  position: relative;
}
.banner-style-nine .slide-item {
  padding: 205px 0 235px 0;
}
.banner-style-nine .content-box {
  margin: 0 auto;
}
.banner-style-nine .content-box .upper-text {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.banner-style-nine .content-box h2 {
  color: var(--title-color);
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
}
.banner-style-nine .content-box h2 span {
  color: #fff;
}
.banner-style-nine .content-box h3 {
  color: var(--theme-color-6);
  font-weight: bolder;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  font-family: var(--title-font-three) !important;
}
.banner-style-nine .content-box .btn-box .theme-btn {
  color: var(--title-color) !important;
}
.banner-style-nine .content-box .btn-box .theme-btn span {
  background: #fff;
}
.banner-style-ten {
  position: relative;
}
.banner-style-ten .slide-item {
  border-radius: 10px;
  padding: 110px 30px 200px 120px;
  overflow: hidden;
}
.banner-style-ten .banner-carousel .content-box h2 {
  color: var(--title-color);
}
.banner-style-ten .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
.banner-style-ten .featured-section {
  padding: 0;
}
.banner-style-ten .featured-section .inner-container {
  width: calc(100% - 20px);
  left: 10px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  margin-top: -94px;
  z-index: 9;
  border-radius: 5px;
  padding: 21px 43px;
  overflow: hidden;
}
.banner-style-ten .featured-section .single-featured .image-box {
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.banner-style-ten .featured-section .single-featured .image-box img {
  display: inline-block;
}
.banner-style-ten .featured-section .featured-list {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  -moz-animation: scroll-left 190s linear infinite;
  -webkit-animation: scroll-left 190s linear infinite;
  animation: scroll-left 190s linear infinite;
}
.banner-style-ten .featured-section .featured-list .single-featured {
  margin-right: 35px;
}
.banner-style-ten .featured-section .featured-list .single-featured:last-child {
  margin-right: 0;
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
.rtl .banner-carousel .content-box {
  text-align: right;
}
.rtl .banner-carousel .content-inner {
  text-align: right;
}
.rtl .banner-style-ten .featured-section .inner-container {
  direction: ltr;
  text-align: right;
  left: inherit;
  right: 10px;
}
.rtl .banner-style-ten .featured-section .featured-list .single-featured {
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .banner-style-three .image-layer {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner-carousel .slide-item .image-layer {
    display: none;
  }
  .banner-style-eight .slide-item .bg-image,
  .banner-style-eight .banner-carousel .owl-dots {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-carousel .content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-carousel .owl-dots {
    display: none;
  }
  .banner-carousel .slide-item {
    padding: 100px 0;
  }
  .banner-style-two .content-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-style-three .content-box h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner-style-three {
    padding: 90px 0 100px 0;
  }
  .banner-style-four .content-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-style-four .content-one h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-style-four .content-one h2 span {
    display: inline-block;
  }
  .banner-style-four .content-one {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .banner-carousel .content-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-style-five .banner-carousel .content-inner h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-style-five .banner-carousel .slide-item {
    padding: 100px 0;
  }
  .banner-style-six .slide-item {
    padding: 100px 30px;
  }
  .banner-style-eight .slide-item {
    padding: 100px 0;
  }
  .banner-style-ten .slide-item {
    padding: 100px 30px 192px 30px;
  }
}
.checkout-section {
  position: relative;
}
.checkout-section .sec-title h2 {
  font-size: 36px;
  line-height: 42px;
}
.checkout-section h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 33px;
}
.checkout-section .billing-content {
  position: relative;
  display: block;
}
.checkout-section .billing-content .form-inner {
  margin: 0 10px;
  padding-bottom: 20px;
}
.checkout-section .billing-content .form-inner .field-column {
  padding: 0 5px;
}
.checkout-section .billing-content .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 26px;
}
.checkout-section .billing-content .form-inner .form-group input[type="text"],
.checkout-section .billing-content .form-inner .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(229, 229, 229, 1);
  font-size: 16px;
  color: var(--title-color);
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 500ms ease;
}
.checkout-section .billing-content .form-inner .form-group .select-box {
  min-height: 50px;
}
.checkout-section .billing-content label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 4px;
}
.checkout-section .billing-content .form-inner .form-group label span {
  color: rgba(233, 37, 48, 1);
}
.checkout-section .billing-content .form-inner .form-group .nice-select {
  border: 1px solid rgba(229, 229, 229, 1);
  font-size: 16px;
  color: var(--title-color);
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-transform: capitalize;
  border-radius: 50px;
}
.checkout-section .billing-content .form-inner .form-group .nice-select:before {
  color: var(--title-color);
  right: 20px;
}
.checkout-section .billing-content .other-address h3 {
  margin-bottom: 30px;
}
.checkout-section .billing-content .check-box label:before {
  top: 6px;
}
.checkout-section .billing-content .check-box label:after {
  background: none !important;
  content: "\e928";
  font-family: "icomoon";
  font-size: 7px;
  top: 1px;
  left: 3px;
}
.checkout-section .order-info {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid rgba(229, 229, 229, 1);
  padding: 21px 30px 40px 30px;
}
.checkout-section .order-info .title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  margin-bottom: 30px;
}
.checkout-section .order-info .title-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--title-color);
}
.checkout-section .order-info .order-product .single-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.checkout-section .order-info h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(233, 37, 48, 1);
}
.checkout-section .order-info h4 span {
  color: var(--title-color);
}
.checkout-section .order-info .order-product .single-item .product-box {
  position: relative;
  display: flex;
  align-items: center;
}
.checkout-section
  .order-info
  .order-product
  .single-item
  .product-box
  .image-box {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  margin-right: 24px;
}
.checkout-section .order-info .order-product .single-item h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  max-width: 190px;
}
.checkout-section .order-info .order-product .single-item h6 span {
  color: rgba(124, 124, 124, 1);
}
.checkout-section .order-info .cost-box {
  position: relative;
  display: block;
  padding-top: 22px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(232, 232, 232, 1);
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  margin-bottom: 18px;
}
.checkout-section .order-info .cost-box li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}
.checkout-section .order-info .cost-box li:last-child {
  margin-bottom: 0;
}
.checkout-section .order-info .total-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.checkout-section .order-info .payment-option .bank-payment {
  position: relative;
  display: block;
  background: rgba(247, 247, 247, 1);
  padding: 22px 30px;
  margin-bottom: 30px;
}
.checkout-section .order-info .payment-option .bank-payment p {
  font-size: 15px;
  line-height: 24px;
  margin-left: 24px;
}
.checkout-section .order-info .payment-option .check-box label {
  font-size: 16px;
  line-height: 24px;
}
.checkout-section .order-info .payment-option .check-box label:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 5px;
  background: transparent !important;
}
.checkout-section .order-info .payment-option .check-box label:after {
  background-image: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 3px;
  top: 8px;
}
.checkout-section .order-info .btn-box .theme-btn {
  width: 100%;
  color: #fff;
}
.checkout-section .order-info .btn-box .theme-btn span {
  background: var(--title-color);
}
.rtl
  .checkout-section
  .order-info
  .order-product
  .single-item
  .product-box
  .image-box {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .checkout-section .order-info .payment-option .check-box label:after {
  left: inherit;
  right: 3px;
}
.rtl .checkout-section .billing-content {
  margin-right: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .checkout-section .billing-content {
    margin-bottom: 40px;
  }
  .checkout-section .billing-content {
    margin-right: 0;
  }
  .rtl .checkout-section .billing-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-section .order-info .order-product .single-item {
    display: block;
    margin-bottom: 10px;
  }
  .checkout-section .order-info .order-product .single-item h6 br {
    display: none;
  }
  .checkout-section .order-info .order-product .single-item .product-box {
    display: block;
  }
  .checkout-section
    .order-info
    .order-product
    .single-item
    .product-box
    .image-box {
    margin: 0 0 10px 0 !important;
  }
}
.blog-sidebar {
  position: relative;
  padding: 40px 35px;
  border: solid;
  border-width: 1px;
  border-color: rgba(229, 229, 229, 1);
}
.blog-sidebar .search-widget .search-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.blog-sidebar .search-widget .search-form .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: solid;
  border-width: 1px;
  border-color: rgba(229, 229, 229, 1);
  font-size: 14px;
  color: var(--text-color);
  border-radius: 50px;
  padding: 10px 70px 10px 20px;
  transition: all 500ms ease;
}
.blog-sidebar .search-widget .search-form .form-group button[type="submit"] {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 57px;
  height: 40px;
  line-height: 46px;
  background: color(srgb 0.0148 0.1052 0.388);
  text-align: center;
  border-radius: 45px;
  font-size: 16px;
  color: #fff;
  transition: all 500ms ease;
}
.blog-sidebar .widget-title {
  position: relative;
  display: block;
}
.blog-sidebar .widget-title h3 {
  font-size: 24px;
  line-height: 30px;
}
.blog-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 4px;
}
.blog-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .check-box input {
  display: none;
}
.blog-sidebar .check-box label {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 26px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
}
.blog-sidebar .check-box label:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background: transparent;
}
.blog-sidebar .check-box label:after {
  position: absolute;
  content: "\e928";
  font-family: "icomoon";
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 8px;
  color: #fff;
  background-image: none;
  opacity: 0;
}
.blog-sidebar .check-box input:checked + label:after {
  opacity: 1;
}
.blog-sidebar .post-widget .post {
  position: relative;
  display: block;
  padding: 7px 0 28px 120px;
  margin-bottom: 20px;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(229, 229, 229, 1);
  min-height: 111px;
}
.blog-sidebar .post-widget .post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.blog-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 105px;
  height: 90px;
  overflow: hidden;
}
.blog-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}
.blog-sidebar .post-widget .post:hover .post-thumb img {
  opacity: 0.5;
  transform: scale(1.05);
}
.blog-sidebar .post-widget .post h5 {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 11px;
}
.blog-sidebar .post-widget .post h5 a {
  display: inline-block;
  color: var(--title-color);
}
.blog-sidebar .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: rgba(106, 106, 106, 1);
}
.blog-sidebar .advice-widget {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 40px 30px 336px 30px;
}
.blog-sidebar .advice-widget .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-sidebar .advice-widget h2 {
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-family: var(--title-font-five);
  font-weight: 600;
  margin-bottom: 4px;
}
.blog-sidebar .advice-widget a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--title-font-three);
  font-weight: 500;
  color: rgba(239, 202, 138, 1);
  text-decoration: underline;
  text-transform: uppercase;
}
.blog-sidebar .archives-widget .archives-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.blog-sidebar .archives-widget .archives-list li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .archives-widget .archives-list li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
}
.blog-sidebar .archives-widget .archives-list li a:hover {
  padding-left: 16px;
}
.blog-sidebar .archives-widget .archives-list li a i {
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0;
  font-size: 12px;
  transition: all 500ms ease;
}
.blog-sidebar .archives-widget .archives-list li a:hover i {
  opacity: 1;
}
.blog-sidebar .gallery-widget .image-list {
  position: relative;
  margin: 0 -6px;
}
.blog-sidebar .gallery-widget .image-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 10px 5px;
}
.blog-sidebar .gallery-widget .image-list li .image {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}
.blog-sidebar .gallery-widget .image-list li .image img {
  width: 100%;
}
.blog-sidebar .tags-widget .tags-list {
  position: relative;
  margin: 0 -5px;
}
.blog-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 10px 5px;
}
.blog-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: rgba(106, 106, 106, 1);
  background: rgba(244, 244, 244, 1);
  padding: 5px 19px;
  border-radius: 30px;
}
.blog-sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
}
.blog-sidebar {
  padding-bottom: 30px;
}
.rtl .blog-sidebar .check-box label {
  padding-left: 0;
}
.rtl .blog-sidebar .check-box label:after {
  left: inherit;
  right: 0;
}
.rtl .blog-sidebar .post-widget .post {
  padding-left: 0;
  padding-right: 120px;
}
.rtl .blog-sidebar .post-widget .post .post-thumb {
  left: inherit;
  right: 0;
}
.rtl .blog-sidebar .archives-widget .archives-list li a i {
  left: inherit;
  right: 0;
  transform: rotate(180deg);
}
.rtl .blog-sidebar .archives-widget .archives-list li a:hover {
  padding-left: 0;
  padding-right: 16px;
}
.rtl .blog-sidebar .gallery-widget .image-list li {
  float: right;
}
.rtl .blog-sidebar .tags-widget .tags-list li {
  float: right;
}
@media only screen and (max-width: 991px) {
  .blog-sidebar {
    margin-top: 40px;
  }
}
.sidebar-page-container {
  position: relative;
}
.sidebar-page-container .news-block-one .inner-box .image-box .image,
.sidebar-page-container .news-block-one .inner-box .image-box .image:before {
  border-radius: 0;
}
.sidebar-page-container .cta-section .inner-container {
  padding-top: 82px;
  padding-bottom: 82px;
}
.blog-grid-content .news-block-one .inner-box {
  margin-bottom: 55px;
}
.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .post-info
  li
  span {
  position: relative;
  font-weight: 400;
  padding-left: 17px;
}
.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .post-info
  li
  span:before {
  position: absolute;
  content: "";
  background: rgba(17, 17, 17, 0.1);
  width: 2px;
  height: 16px;
  top: 1px;
  left: -4px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2 {
  display: block;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 14px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content h2 a {
  display: inline-block;
  color: var(--title-color);
}
.sidebar-page-container .news-block-one .inner-box .lower-content p {
  margin-bottom: 22px;
}
.sidebar-page-container .news-block-one .inner-box .lower-content .theme-btn {
  background: transparent;
  border: solid;
  border-width: 1px;
  color: var(--theme-color) !important;
  padding: 4.5px 30px;
}
.sidebar-page-container
  .news-block-one
  .inner-box
  .lower-content
  .theme-btn:hover {
  color: #fff !important;
}
.blog-standard-content .news-block-one .inner-box {
  margin-bottom: 60px;
}
.sidebar-page-container .sec-title h2 {
  font-size: 36px;
  line-height: 42px;
}
.blog-details-content {
  position: relative;
}
.blog-details-content .content-one blockquote {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.04);
  padding: 40px 30px 32px 110px;
  border-top: solid;
  border-width: 3px;
  border-color: color(srgb 0.0148 0.1052 0.388);
}
.blog-details-content .content-one blockquote .icon-box {
  position: absolute;
  left: 30px;
  top: 45px;
  font-size: 45px;
  color: color(srgb 0.0148 0.1052 0.388);
}
.blog-details-content .content-one blockquote p {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: 16px;
}
.blog-details-content .content-one blockquote h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font-three);
  font-weight: 700;
}
.blog-details-content .content-one .text-box p {
  color: var(--title-color);
}
.blog-details-content .content-one .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
}
.blog-details-content .content-one .image-box img {
  width: 100%;
  border-radius: 5px;
}
.blog-details-content .content-two {
  position: relative;
  display: block;
}
.blog-details-content .content-two h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 14px;
}
.blog-details-content .content-two p {
  color: var(--title-color);
  margin-bottom: 26px;
}
.blog-details-content .content-two p:last-child {
  margin-bottom: 0;
}
.blog-details-content .content-two h6 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
.blog-details-content .content-two .list-style-one li {
  font-size: 16px;
}
.blog-details-content .post-share-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.blog-details-content .post-share-option ul {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-details-content .post-share-option ul li {
  position: relative;
  display: inline-block;
}
.blog-details-content .post-share-option ul li span {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  padding-right: 4px;
}
.blog-details-content .post-share-option .tags-list li {
  margin-right: 10px;
}
.blog-details-content .post-share-option .tags-list li:last-child {
  margin-right: 0;
}
.blog-details-content .post-share-option .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  background: rgba(244, 244, 244, 1);
  border-radius: 50px;
  padding: 5px 25px;
}
.blog-details-content .post-share-option .tags-list li a:hover {
  color: #fff;
}
.blog-details-content .post-share-option .social-links li {
  margin-right: 20px;
}
.blog-details-content .post-share-option .social-links li:last-child {
  margin-right: 0;
}
.blog-details-content .post-share-option .social-links li a {
  display: inline-block;
  font-size: 16px;
  color: rgba(106, 106, 106, 1);
}
.blog-details-content .author-box {
  position: relative;
  display: block;
  padding: 7px 0 51px 190px;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.blog-details-content .author-box .thumb-box {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.blog-details-content .author-box .thumb-box img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-content .author-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.blog-details-content .author-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 17px;
}
.blog-details-content .author-box p {
  color: var(--title-color);
}
.blog-details-content .comment-box h2 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 16px;
}
.blog-details-content .comment-box .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.blog-details-content .comment-box .form-inner .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 8px;
}
.blog-details-content .comment-box .form-inner .form-group label span {
  color: rgba(255, 45, 45, 1);
}
.blog-details-content .comment-box .form-inner .form-group input[type="text"],
.blog-details-content .comment-box .form-inner .form-group input[type="email"],
.blog-details-content .comment-box .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 50px;
  font-size: 16px;
  color: var(--title-color);
  padding: 10px 20px;
  transition: all 500ms ease;
}
.blog-details-content .comment-box .form-inner .form-group textarea {
  height: 195px;
  resize: none;
  border-radius: 20px;
}
.blog-details-content .comment-box .form-inner .check-box label {
  font-size: 16px;
}
.blog-details-content .comment-box .form-inner .check-box label:after {
  content: "\e928";
  font-family: "icomoon";
  background: 0;
  font-size: 6px;
  left: 4px;
  top: 0;
}
.rtl .blog-details-content .post-share-option .tags-list li {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .blog-details-content .post-share-option .social-links li {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .blog-details-content .author-box {
  padding-left: 0;
  padding-right: 190px;
}
.rtl .blog-details-content .author-box .thumb-box {
  left: inherit;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .blog-standard-content {
    margin-right: 0;
  }
  .blog-details-content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-page-container .news-block-one .inner-box .lower-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .blog-details-content .post-share-option {
    display: block;
  }
  .blog-details-content .post-share-option .tags-list {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .blog-standard-content .news-block-one .inner-box .lower-content .post-info {
    display: block;
  }
  .blog-details-content .post-share-option .tags-list {
    display: block;
  }
  .blog-details-content .post-share-option .tags-list li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 499px) {
  .blog-details-content .author-box {
    padding-left: 0;
  }
  .rtl .blog-details-content .author-box {
    padding-right: 0;
  }
  .blog-details-content .author-box .thumb-box {
    position: relative;
    margin-bottom: 20px;
  }
}
.clients-section {
  position: relative;
}
.clients-section .sec-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clients-section .clients-list {
  position: relative;
  display: block;
  border: solid;
  border-width: 1px;
  border-color: #e5e5e5;
}
.clients-section .clients-list li {
  position: relative;
  display: inline-block;
  float: left;
  width: 16.666%;
  text-align: center;
  border-right: solid;
  border-width: 1px;
  border-color: #e5e5e5;
}
.clients-section .clients-list li:nth-child(6),
.clients-section .clients-list li:nth-child(12) {
  border-right: 0;
}
.clients-section .clients-list li a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  z-index: 1;
}
.clients-section .clients-list li:first-child,
.clients-section .clients-list li:nth-child(2),
.clients-section .clients-list li:nth-child(3),
.clients-section .clients-list li:nth-child(4),
.clients-section .clients-list li:nth-child(5),
.clients-section .clients-list li:nth-child(6) {
  border-bottom: 1px solid #e5e5e5;
}
.clients-section .clients-list li img {
  width: 100%;
  max-width: auto;
  margin: 0 auto;
}
.clients-section .clients-list li a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(100%+4px);
  height: calc(100%+4px);
  left: -2px;
  top: -2px;
  z-index: -1;
  opacity: 0;
  box-shadow: 0 10px 30px 0 rgba(45, 36, 146, 0.1);
  transition: all 500ms ease;
}
.clients-section .clients-list li a:hover:before {
  opacity: 1;
}
.rtl .clients-section .clients-list li {
  float: right;
  border-right: 0;
  border-left: 1px solid #e5e5e5;
}
.rtl .clients-section .clients-list li:nth-child(6),
.rtl .clients-section .clients-list li:nth-child(12) {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .clients-section.pb_150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .clients-section .clients-list li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 599px) {
  .clients-section .clients-list li {
    width: 50%;
  }
  .clients-section .sec-title {
    display: block;
  }
}
@media only screen and (max-width: 499px) {
  .clients-section .clients-list li {
    width: 100%;
  }
  .rtl .clients-section .clients-list li {
    border-left: none;
  }
  .clients-section .clients-list li {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .clients-section .clients-list li:last-child {
    border-bottom: 0;
  }
}
.compare-section {
  position: relative;
}
.compare-section .inner-container {
  position: relative;
  border: 1px solid #e5e5e5;
}
.compare-section .content-block {
  position: relative;
  float: left;
  width: 25%;
  border-right: 1px solid #e5e5e5;
}
.compare-section .content-block:last-child {
  border-right: 0;
}
.compare-section .content-block .image-box {
  position: relative;
  padding: 30px;
  padding-bottom: 50px;
  min-height: 417px;
}
.compare-section .content-block .image-box span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-top: 30px;
}
.compare-section .content-block .image-box .image {
  max-width: 250px;
  margin: 0 auto;
}
.compare-section .content-block .search-box {
  position: relative;
  margin-bottom: 37px;
}
.compare-section .content-block .search-box .form-group {
  position: relative;
  margin-bottom: 0;
}
.compare-section .content-block .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  font-size: 16px;
  color: var(--text-color);
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}
.compare-section .content-block .search-box .form-group button[type="submit"] {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}
.compare-section .content-block .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 30px;
}
.compare-section .content-block .list-item li span {
  font-weight: 600;
}
.compare-section .content-block .list-item li:nth-child(odd) {
  background: #f7f7f7;
}
.compare-section .content-block .btn-box {
  position: relative;
  display: block;
  padding: 30px;
  min-height: 110px;
}
.compare-section .content-block .btn-box .theme-btn {
  width: 100%;
  background: transparent;
  border: solid;
  border-width: 1px;
  color: var(--theme-color) !important;
  padding: 9px 30px;
}
.compare-section .content-block .btn-box .theme-btn:hover {
  color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .compare-section .content-block {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .compare-section .content-block {
    width: 100%;
    border-right: 0;
  }
  .compare-section .content-block .image-box,
  .compare-section .content-block .btn-box {
    min-height: auto;
  }
}
.cta-section {
  position: relative;
}
.cta-section .inner-container {
  position: relative;
  display: block;
  padding: 127px 120px;
  overflow: hidden;
}
.cta-section .inner-container .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out 0.1s;
}
.cta-section .inner-container:hover .bg-layer {
  transform: scale(1.05);
}
.cta-section .content-box {
  position: relative;
  display: block;
}
.cta-section .content-box .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  background: #f5b020;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 2px 13px;
  margin-bottom: 15px;
}
.cta-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 56px;
  line-height: 64px;
  color: #fff;
  margin-bottom: 15px;
}
.cta-section .content-box h3 {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 35px;
}
.cta-section .content-box h3 span {
  font-weight: 400;
}
.cta-section .content-box .theme-btn span {
  background: #fff;
}
.cta-section .content-box .theme-btn:hover {
  color: var(--title-color) !important;
}
.cta-style-two {
  position: relative;
}
.cta-style-two .inner-container {
  position: relative;
  width: 100%;
  padding: 100px 30px;
  background: #8de0b5;
  overflow: hidden;
}
.cta-style-two .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta-style-two .image-layer .image-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.cta-style-two .image-layer .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cta-style-two .image-layer .image-3 {
  position: absolute;
  top: 0;
  right: 0;
}
.cta-style-two .image-layer .image-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cta-style-two .content-box .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #e53e3e;
  border-radius: 30px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.cta-style-two .content-box h2 {
  display: block;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 23px;
}
.cta-style-two .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 37px;
}
.cta-style-two .parallax-scene {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta-style-two .pattern-layer {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-style-three {
  position: relative;
}
.cta-style-three .inner-container {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e8e8e8;
  border-radius: 5px;
  padding: 38px 30px 48px 30px;
}
.cta-style-three .content-box h2 {
  display: block;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 20px;
}
.cta-style-three .content-box .theme-btn {
  background: #fff;
  color: var(--theme-color-3) !important;
}
.cta-style-three .content-box .theme-btn span {
  background: var(--secondary-color);
}
.cta-style-three .image-layer .image-1 {
  position: absolute;
  left: 30px;
  top: 0;
}
.cta-style-three .image-layer .image-2 {
  position: absolute;
  top: 0;
  right: 30px;
}
.home_4 .cta-style-two .inner-container {
  border-radius: 10px;
}
.home_4 .cta-style-two .content-box h2 {
  color: #fff;
}
.home_4 .cta-style-two .content-box h2 span {
  display: block;
  font-weight: 400;
}
.home_4 .cta-style-two .content-box h3 {
  color: #fff;
}
.home_4 .cta-style-two .content-box h3 span {
  font-weight: 400;
}
.home_4 .cta-style-two .content-box .theme-btn.btn-two:hover {
  color: var(--title-color) !important;
}
.home_4 .cta-style-two .content-box .theme-btn.btn-two span {
  background: #fff;
}
.cta-style-three .content-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--title-color);
  padding-right: 22px;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    var(--theme-color-6),
    var(--theme-color-6) 50%,
    var(--title-color) 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.cta-style-three .content-box .link a:hover,
.cta-style-three .content-box .link a:hover i {
  background-position: 0 0;
}
.cta-style-three .content-box .link a i {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 11px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    var(--theme-color-6),
    var(--theme-color-6) 50%,
    var(--title-color) 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.cta-style-three.medical-cta .inner-container {
  background: #e8f6fe;
  border-radius: 10px;
  padding-top: 33px;
  padding-bottom: 34px;
}
.cta-style-three .inner-container .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-style-four {
  position: relative;
}
.cta-style-four .inner-container {
  position: relative;
  background: #ffd2de;
  padding: 75px 30px;
  border-radius: 5px;
}
.cta-style-four .content-box {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.cta-style-four .content-box .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 2px 12px;
  margin-bottom: 16px;
}
.cta-style-four .content-box h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 24px;
}
.cta-style-four .image-layer .image-1 {
  position: absolute;
  left: 45px;
  bottom: -70px;
}
.cta-style-four .image-layer .image-2 {
  position: absolute;
  right: 0;
  bottom: -70px;
}
.cta-style-four .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-style-three.kids-cta .inner-container {
  background: #fce4ea;
  border-radius: 5px;
  border: dashed;
  border-width: 1px;
  padding: 36px 30px;
}
.cta-style-three.kids-cta .content-box .link a,
.cta-style-three.kids-cta .content-box .link a i {
  background-image: linear-gradient(
    to right,
    var(--theme-color-7),
    var(--theme-color-7) 50%,
    var(--title-color) 50%
  );
}
.cta-style-three.kids-cta .content-box h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 8px;
}
.cta-style-two.garden-cta .inner-container {
  background: rgba(36, 83, 54, 0.1);
}
.cta-style-two.garden-cta .inner-container .theme-btn {
  background: #f4c850;
  color: var(--title-color) !important;
}
.cta-style-two.garden-cta .inner-container .theme-btn:hover {
  color: #fff !important;
}
.cta-style-three.watch-cta .inner-container {
  background: var(--secondary-color);
}
.cta-style-three.watch-cta .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-style-three.watch-cta h2 {
  color: #fff;
}
.cta-style-three.watch-cta a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--title-font-three);
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
}
.cta-style-three.watch-cta a:hover {
  color: #fff;
}
.cta-style-four.pet-cta .content-box {
  max-width: 100%;
}
.cta-style-four.pet-cta .content-box h2 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 18px;
}
.cta-style-four.pet-cta .inner-container {
  padding-top: 53px;
  padding-bottom: 53px;
  background: #ffdfd1;
}
.cta-style-four .image-layer .image-1 {
  bottom: -54px;
}
.cta-style-four .image-layer .image-2 {
  bottom: -41px;
}
@media only screen and (max-width: 767px) {
  .cta-section .inner-container {
    padding: 70px 30px;
  }
  .cta-section .content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .cta-style-two .content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .cta-style-two .image-layer {
    display: none;
  }
  .cta-style-two .inner-container {
    padding: 70px 30px;
  }
  .cta-style-three .content-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .cta-style-three .image-layer {
    display: none;
  }
  .cta-style-four .image-layer {
    display: none;
  }
  .cta-style-four {
    padding-bottom: 70px;
  }
  .cta-style-three.kids-cta .content-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .cta-style-two .content-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.featured-section {
  position: relative;
  padding: 15px 0;
}
.featured-section .inner-container {
  position: relative;
  overflow: hidden;
}
.featured-section .featured-list {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  -moz-animation: scroll-left 190s linear infinite;
  -webkit-animation: scroll-left 190s linear infinite;
  animation: scroll-left 190s linear infinite;
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
.featured-section .single-featured {
  position: relative;
  padding: 10px 0 10px 50px;
  margin-right: 50px;
}
.featured-section .single-featured:last-child {
  margin: 0;
}
.featured-section .single-featured .image-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 50%;
}
.featured-section .single-featured p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.featured-section .owl-nav {
  position: absolute;
  left: 0;
  top: 22%;
  width: 100%;
}
.featured-section .owl-nav button {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  color: var(--title-color);
  transition: all 500ms ease;
}
.featured-section .owl-nav button.owl-prev {
  left: -50px;
}
.featured-section .owl-nav button.owl-next {
  right: -50px;
}
.featured-style-two {
  position: relative;
}
.featured-style-two .shop-block-two .inner-box:before {
  display: none;
}
.featured-style-two .shop-block-two .inner-box .lower-content h5 del {
  font-size: 20px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 10px;
}
.featured-style-two .shop-block-two .inner-box {
  margin-bottom: 0;
}
.featured-style-two .shop-block-two {
  float: left;
  width: 50%;
}
.featured-style-two .discount-product,
.featured-style-two .hot-product {
  border-radius: 5px;
  height: 24px;
  line-height: 24px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.featured-style-two .left-column {
  position: relative;
  display: block;
  margin-right: -15px;
  border: 1px solid #e7e9f0;
  border-right: 0;
  border-radius: 10px 0 0 10px;
}
.featured-style-two .left-column .shop-block-two .inner-box {
  border-right: 1px solid #e7e9f0;
}
.featured-style-two .left-column .shop-block-two:nth-child(2) .inner-box,
.featured-style-two .left-column .shop-block-two:nth-child(4) .inner-box {
  border-right: 0;
}
.featured-style-two .left-column .shop-block-two:first-child .inner-box,
.featured-style-two .left-column .shop-block-two:nth-child(2) .inner-box {
  border-bottom: 1px solid #e7e9f0;
}
.featured-style-two .right-column {
  position: relative;
  display: block;
  margin-left: -15px;
  border: 1px solid #e7e9f0;
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.featured-style-two .right-column .shop-block-two .inner-box {
  border-left: 1px solid #e7e9f0;
}
.featured-style-two .right-column .shop-block-two:first-child .inner-box,
.featured-style-two .right-column .shop-block-two:nth-child(3) .inner-box {
  border-left: none;
}
.featured-style-two .right-column .shop-block-two:first-child .inner-box,
.featured-style-two .right-column .shop-block-two:nth-child(2) .inner-box {
  border-bottom: 1px solid #e7e9f0;
}
.featured-style-two .advice-box {
  position: relative;
  width: 100%;
  padding: 334px 30px 340px 30px;
}
.featured-style-two .advice-column {
  margin-left: -15px;
  margin-right: -15px;
}
.featured-style-two .advice-box .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.featured-style-two .advice-box .text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #e53e3e;
  border-radius: 30px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.featured-style-two .advice-box h2 {
  display: block;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 10px;
}
.featured-style-two .advice-box h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 18px;
}
.featured-style-two .advice-box h3 span {
  font-weight: 400;
}
.featured-style-two .advice-box .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--title-color);
  text-decoration: underline;
}
.featured-style-three {
  position: relative;
}
.featured-block-one .inner-box {
  position: relative;
  display: block;
  background: #ffe6ce;
  border-radius: 10px;
  overflow: hidden;
  padding: 33px 30px;
  margin-bottom: 30px;
}
.featured-block-one .inner-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #af3f00;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.featured-block-one .inner-box h2 {
  font-size: 36px;
  line-height: 45px;
  color: #af3f00;
  margin-bottom: 6px;
}
.featured-block-one .inner-box h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: #af3f00;
  margin-bottom: 22px;
}
.featured-block-one .inner-box h4 span {
  font-weight: 400;
}
.featured-block-one .inner-box .cs-countdown {
  position: relative;
  display: flex;
  align-items: center;
  width: 186px;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 36px;
  margin: 0 auto;
  padding: 4px 0 2px 0;
}
.featured-block-one .inner-box .count-col {
  position: relative;
  display: inline-block;
  margin: 0 8px;
}
.featured-block-one .inner-box .count-col:after,
.featured-block-one .inner-box .count-col:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  right: -10px;
  background: #fff;
  border-radius: 50%;
}
.featured-block-one .inner-box .count-col:last-child:after,
.featured-block-one .inner-box .count-col:last-child:before {
  display: none;
}
.featured-block-one .inner-box .count-col:after {
  top: 10px;
}
.featured-block-one .inner-box .count-col:before {
  bottom: 10px;
}
.featured-block-one .inner-box .count-col h6 {
  display: none;
}
.featured-block-one .inner-box .count-col span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 700;
}
.featured-block-one .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: #af3f00;
  text-decoration: underline;
}
.featured-block-one .inner-box a:hover {
  color: var(--title-color) !important;
}
.featured-block:nth-child(2) .featured-block-one .inner-box {
  background: #e1e1e1;
}
.featured-block:nth-child(2) .featured-block-one .inner-box .text,
.featured-block:nth-child(2) .featured-block-one .inner-box h2,
.featured-block:nth-child(2) .featured-block-one .inner-box h4,
.featured-block:nth-child(2) .featured-block-one .inner-box a {
  color: var(--title-color);
}
.featured-block:last-child .featured-block-one .inner-box {
  background: #c7e9b8;
}
.featured-block:last-child .featured-block-one .inner-box .text,
.featured-block:last-child .featured-block-one .inner-box h2,
.featured-block:last-child .featured-block-one .inner-box h4,
.featured-block:last-child .featured-block-one .inner-box a {
  color: #17571a;
}
.featured-style-four {
  position: relative;
}
.featured-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 40px;
}
.featured-block-two .inner-box .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 3500ms ease;
}
.featured-block-two .inner-box:hover .bg-layer {
  transform: scale(1.1);
}
.featured-block-two .inner-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-family: var(--title-font-three);
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}
.featured-block-two .inner-box h2 {
  display: inline-block;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 10px;
}
.featured-block-two .inner-box h2 a {
  display: inline-block;
  color: #fff;
}
.featured-block-two .inner-box h2 a:hover {
  text-decoration: underline;
}
.featured-block-two .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 94px;
}
.featured-block-two .inner-box h4 span {
  font-weight: 400;
}
.featured-block-two .inner-box .theme-btn {
  padding: 5.5px 30px;
}
.featured-style-five {
  position: relative;
}
.featured-style-five .inner-container {
  position: relative;
  display: block;
  background: #fff;
  padding: 70px 80px 60px 80px;
}
.featured-style-five .advice-block {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 44px 20px 0;
  margin-bottom: 20px;
}
.featured-style-five .advice-block .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-family: var(--title-font-three);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.featured-style-five .advice-block h3 {
  display: block;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
.featured-style-five .advice-block h3 a {
  display: inline-block;
  color: var(--title-color);
}
.featured-style-five .advice-block .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 40px;
  padding: 8.5px 20px;
  margin-bottom: 30px;
}
.featured-style-five .advice-block .btn-box a:hover {
  background: var(--secondary-color);
}
.featured-style-five .shop-block-two .inner-box {
  margin-bottom: 20px;
  background: #f2fae8;
  padding-left: 30px;
  padding-right: 30px;
}
.featured-style-five .shop-block-two .inner-box:before {
  display: none;
}
.featured-style-five .shop-block-two .inner-box .image-box .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.featured-style-five
  .shop-block-two
  .inner-box
  .image-box
  .owl-dots
  button
  span {
  display: none;
}
.featured-style-five .shop-block-two .inner-box .image-box .owl-dots button {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 2.5px;
  transition: all 500ms ease;
}
.featured-style-five .shop-block-two .inner-box .lower-content .text {
  font-weight: 500;
  font-family: var(--title-font-three);
}
.featured-style-five .shop-block-two .inner-box .lower-content {
  padding-top: 27px;
}
.featured-style-five .shop-block-two .inner-box .image-box .image {
  max-width: 273px;
}
.featured-style-five .shop-block-two .inner-box .lower-content h5 del {
  font-size: 20px;
  font-weight: 500;
  margin-right: 8px;
  margin-left: 0;
}
.featured-style-five .shop-block-two .inner-box .lower-content h5 {
  margin-bottom: 0;
}
.featured-style-five .shop-block-five .inner-box {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  min-height: 185px;
  padding-left: 190px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.featured-style-five .shop-block-five .inner-box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.featured-style-five .shop-block-five .inner-box .image-box {
  left: 23px;
  top: 20px;
}
.home_5 .shop-block-five .inner-box .content-box .cart-btn button,
.home_5 .shop-block-five .inner-box .content-box .cart-btn button i {
  background-image: linear-gradient(
    to right,
    var(--theme-color-5),
    var(--theme-color-5) 50%,
    var(--title-color) 50%
  );
}
.featured-style-five .feature-column {
  padding: 0 10px;
}
.featured-style-five .content-box {
  margin: 0 5px;
}
.featured-style-five
  .feature-column:last-child
  .featured-style-five
  .shop-block-two
  .inner-box {
  background: #e8f4fa;
}
.featured-style-four.medical-feature
  .feature-block
  .featured-block-two
  .inner-box {
  background: -webkit-linear-gradient(0deg, #656565, #9d9d9d 50%);
}
.featured-style-four.medical-feature .featured-block-two .inner-box {
  border-radius: 10px;
  overflow: hidden;
}
.featured-block-two .inner-box .link-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.featured-style-four.medical-feature
  .featured-block-two
  .inner-box
  .animation-bg {
  position: absolute;
  top: 0;
  right: -50px;
  top: -60px;
  width: 347px;
  height: 347px;
  border-radius: 50%;
  background: rgba(255, 225, 255, 0.1);
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}
.featured-style-four.medical-feature
  .featured-block-two
  .inner-box
  .image-layer {
  transition: all 500ms ease;
}
.featured-style-four.medical-feature
  .featured-block-two
  .inner-box:hover
  .image-layer {
  transform: scale(1.1);
}
.garden-picks {
  position: relative;
}
.garden-picks .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.garden-picks .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.garden-picks .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.garden-picks .shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
  background: #f4c850;
}
.garden-picks .owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
}
.featured-style-two.garden-feature .discount-product,
.featured-style-two.garden-feature .hot-product {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.featured-style-two.garden-feature .advice-box {
  padding: 75.5px 60px;
}
.featured-style-two.garden-feature .advice-box h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
.featured-style-two.garden-feature .advice-box h3 {
  margin-bottom: 130px;
}
.featured-style-two.garden-feature .advice-box .theme-btn {
  background: #f4c850;
  color: var(--title-color) !important;
}
.featured-style-two.garden-feature .advice-box .theme-btn:hover {
  color: #fff !important;
}
.watch-picks {
  position: relative;
}
.watch-picks .shop-block-two .inner-box .popular-product,
.watch-picks .shop-block-two .inner-box .discount-product,
.watch-picks .shop-block-two .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 12px;
}
.watch-picks .shop-block-two .inner-box .image-box .image {
  max-width: 260px;
}
.watch-picks .shop-block-two .inner-box:before {
  display: none;
}
.watch-picks .shop-block-two .inner-box .lower-content h4 {
  font-size: 24px;
  font-weight: 500;
}
.watch-picks .shop-block-two .inner-box {
  padding: 0;
}
.watch-picks .shop-block-two .inner-box .lower-content .rating {
  justify-content: center;
}
.watch-picks .shop-block-two .inner-box .lower-content h5 {
  font-weight: 600;
  font-family: var(--title-font-three) !important;
}
.watch-picks .shop-block-two .inner-box .lower-content h5 del {
  margin-left: 0;
  margin-right: 8px;
  font-size: 20px;
}
.rtl .featured-style-two {
  direction: ltr;
}
.rtl .featured-style-five .shop-block-five {
  float: none;
}
.rtl .featured-style-five .shop-block-five .inner-box {
  padding-left: 20px;
}
.rtl
  .featured-style-four.medical-feature
  .featured-block-two
  .inner-box
  .image-layer {
  right: inherit;
  left: 0;
}
.rtl .featured-style-two.garden-feature .advice-box {
  text-align: right;
}
@media only screen and (max-width: 1549px) {
  .featured-style-five .inner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .featured-style-five .shop-block-five .inner-box {
    padding-left: 160px;
    padding-right: 20px;
  }
  .rtl .featured-style-five .shop-block-five .inner-box {
    padding-left: 20px;
    padding-right: 160px;
  }
}
@media only screen and (max-width: 1200px) {
  .featured-style-two .advice-column {
    margin: 0;
  }
  .featured-style-two .left-column {
    margin-bottom: 30px;
    margin-right: 0;
    border-right: 1px solid #e7e9f0;
    border-radius: 10px;
  }
  .featured-style-two .right-column {
    margin-top: 30px;
    margin-left: 0;
    border-left: 1px solid #e7e9f0;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-style-two .advice-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .featured-style-two.garden-feature .advice-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .garden-picks .owl-nav {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .featured-style-two .shop-block-two {
    width: 100%;
  }
  .featured-style-two .shop-block-two .inner-box {
    border: none !important;
  }
  .featured-style-two .shop-block-two .inner-box {
    border-bottom: 1px solid #e7e9f0 !important;
  }
  .featured-style-two .shop-block-two:last-child .inner-box {
    border-bottom: none !important;
  }
  .featured-block-two .inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 499px) {
  .featured-style-five .shop-block-five .inner-box {
    padding-left: 20px;
  }
  .rtl .featured-style-five .shop-block-five .inner-box {
    padding-right: 20px;
  }
  .featured-style-five .shop-block-five .inner-box .image-box {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .rtl .featured-style-five .shop-block-five .inner-box .image-box {
    right: 0;
  }
}
.contact-info-section {
  position: relative;
}
.contact-info-section .sec-title h2 {
  font-size: 36px;
  line-height: 42px;
}
.info-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 37px 30px 36px 156px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.info-block-one .inner-box:hover {
  box-shadow: 0 10px 50px 0 rgba(255, 107, 0, 0.15);
}
.info-block-one .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 40px;
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.info-block-one .inner-box:hover .icon-box {
  color: #fff;
}
.info-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: all 500ms ease;
}
.info-block-one .inner-box .icon-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scaleY(0);
  transform-origin: top center;
  z-index: -1;
  background: color(srgb 0.0148 0.1052 0.388);
  transition: all 500ms ease;
}
.info-block-one .inner-box:hover .icon-box:after {
  transform: scaleY(1);
}
.info-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 9px;
}
.info-block-one .inner-box p a {
  color: var(--text-color);
}
.contact-section {
  position: relative;
}
.contact-section .map-inner {
  position: relative;
  height: 568px;
  margin-left: -15px;
}
.contact-section .map-inner iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-section .form-inner {
  position: relative;
  display: block;
  background: rgba(247, 247, 247, 1);
  margin-right: -15px;
  padding: 52px 60px 60px 60px;
}
.contact-section .form-inner .form-group {
  position: relative;
  margin-bottom: 22px;
}
.contact-section .form-inner .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 4px;
}
.contact-section .form-inner .form-group:last-child {
  margin-bottom: 0;
}
.contact-section .form-inner .form-group input[type="text"],
.contact-section .form-inner .form-group input[type="email"],
.contact-section .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: var(--text-color);
  padding: 10px 20px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid rgba(229, 229, 229, 1);
  transition: all 500ms ease;
}
.contact-section .form-inner .form-group textarea {
  height: 150px;
  resize: none;
  border-radius: 20px;
}
.contact-section .form-inner .form-group .theme-btn {
  color: #fff;
}
.contact-section .form-inner .form-group .theme-btn span {
  background: var(--title-color);
}
.rtl .info-block-one .inner-box {
  padding-left: 30px;
  padding-right: 156px;
}
.rtl .info-block-one .inner-box .icon-box {
  left: inherit;
  right: 30px;
}
.rtl .contact-section .form-inner {
  margin-right: 0;
  margin-left: -15px;
}
.rtl .contact-section .map-inner {
  margin-left: 0;
  margin-right: -15px;
}
@media only screen and (max-width: 991px) {
  .contact-section .form-inner {
    margin-right: 0;
  }
  .rtl .contact-section .form-inner {
    margin-left: 0;
  }
  .contact-section .map-inner {
    margin-left: 0;
  }
  .rtl .contact-section .map-inner {
    margin-right: 0;
  }
}
@media only screen and (max-width: 499px) {
  .info-block-one .inner-box,
  .rtl .info-block-one .inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .info-block-one .inner-box .icon-box {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  .rtl .info-block-one .inner-box .icon-box {
    right: 0;
  }
}
.deals-section {
  position: relative;
  background: #daf1cf;
  overflow: hidden;
}
.deals-section .sec-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deals-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding-left: 402px;
  min-height: 360px;
}
.deals-block-one .inner-box .image-box {
  position: absolute;
  left: 3px;
  top: 20px;
  width: 402px;
}
.deals-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 0.3s ease-in-out 0.1s;
}
.deals-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.deals-block-one .inner-box .image-box .option-list {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 500ms ease;
}
.deals-block-one .inner-box .image-box .option-list li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  */will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateX(0.625rem);
  transform: translateX(0.625rem);
}
.deals-block-one .inner-box:hover .image-box .option-list li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.deals-block-one .inner-box .image-box .option-list li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.deals-block-one .inner-box .image-box .option-list li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.deals-block-one .inner-box .image-box .option-list li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.deals-block-one .inner-box .image-box .option-list li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.deals-block-one .inner-box .image-box .option-list li a,
.deals-block-one .inner-box .image-box .option-list li button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #e5e5e5;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}
.deals-block-one .inner-box .image-box .option-list li:first-child a {
  font-size: 14px;
}
.deals-block-one .inner-box .image-box .option-list li a:hover,
.deals-block-one .inner-box .image-box .option-list li button:hover {
  color: #fff;
}
.deals-block-one .inner-box .content-box {
  position: relative;
  display: block;
  padding: 45px 40px 50px 37px;
}
.deals-block-one .inner-box .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 7px;
}
.deals-block-one .inner-box .content-box h3 a {
  display: inline-block;
  color: var(--title-color);
}
.deals-block-one .inner-box .content-box h4 {
  font-size: 20px;
  line-height: 30px;
  color: #e92530;
  margin-bottom: 10px;
}
.deals-block-one .inner-box .content-box h4 del {
  font-weight: 500;
  color: #7c7c7c;
  margin-right: 8px;
}
.deals-block-one .inner-box .content-box .cs-countdown {
  position: relative;
  display: flex;
  align-items: center;
}
.deals-block-one .inner-box .content-box .count-col {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  margin-right: 16px;
}
.deals-block-one .inner-box .content-box .count-col:last-child {
  margin: 0 !important;
}
.deals-block-one .inner-box .content-box .count-col:after {
  position: absolute;
  content: ":";
  font-size: 30px;
  top: -2px;
  right: -12px;
}
.deals-block-one .inner-box .content-box .count-col:last-child:after {
  display: none;
}
.deals-block-one .inner-box .content-box .count-col:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.deals-block-one .inner-box .content-box .count-col h6 {
  display: none;
}
.deals-block-one .inner-box .content-box .count-col span {
  font-size: 20px;
  font-weight: 600;
}
.deals-block-one .inner-box .content-box .theme-btn {
  border-radius: 5px;
  border: solid;
  border-width: 1px;
  background: transparent;
  color: var(--theme-color-2) !important;
}
.deals-block-one .inner-box .content-box .theme-btn:hover {
  border-color: var(--secondary-color) !important;
}
.deals-section .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
  width: 100%;
}
.deals-section .owl-nav .owl-prev {
  position: absolute;
  left: -28px;
}
.deals-section .owl-nav .owl-next {
  position: absolute;
  right: -28px;
}
.deals-section .parallax-scene {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.deals-section .pattern-layer {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.deals-style-two {
  position: relative;
}
.deals-style-two .title-box h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  padding: 10px 50px;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  border: solid;
  border-width: 5px;
  border-color: #daf1cf;
  z-index: 1;
}
.deals-style-two .inner-container {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 50px 0;
  border-radius: 10px;
  border: solid;
  border-width: 1px;
  margin-top: -35px;
}
.deals-style-two .inner-container .shop-block-two {
  float: left;
  border-right: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  width: 20%;
}
.deals-style-two .inner-container .shop-block-two:last-child {
  border: 0;
}
.deals-style-two .shop-block-two .inner-box:before {
  display: none;
}
.deals-style-two .shop-block-two .inner-box .image-box .image {
  max-width: 280px;
}
.deals-style-two .shop-block-two .inner-box .discount-product,
.deals-style-two .shop-block-two .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  border-radius: 40px;
  padding: 0 17px;
}
.deals-style-two .shop-block-two .inner-box .quentity-box {
  position: relative;
  min-height: 30px;
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.deals-style-two .shop-block-two .inner-box .quentity-box .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 3px;
  font-size: 14px;
  color: var(--title-color);
  text-transform: none;
  padding-left: 10px;
  padding-right: 25px;
}
.deals-style-two .shop-block-two .inner-box .quentity-box .nice-select:before {
  right: 10px;
  color: var(--title-color);
}
.deals-style-two .shop-block-two .inner-box .rating {
  justify-content: center;
  margin-bottom: 11px !important;
}
.deals-style-two .shop-block-two .inner-box .lower-content {
  padding-top: 30px;
}
.deals-style-two .shop-block-two .inner-box .lower-content .text {
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.deals-style-two .shop-block-two .inner-box .lower-content h5 {
  margin-bottom: 15px;
}
.deals-style-two .shop-block-two .inner-box .btn-box .theme-btn {
  background: transparent;
  border: solid;
  border-width: 1px;
  color: var(--theme-color-4) !important;
  padding: 6.5px 59px;
}
.deals-style-two .shop-block-two .inner-box .btn-box .theme-btn:hover {
  color: #fff !important;
}
.deals-style-two .shop-block-two .inner-box {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.deals-section.pet-deals {
  background: #e8ddff;
}
.deals-section.pet-deals .deals-block-one .inner-box .content-box {
  padding-left: 0;
}
.deals-section.pet-deals
  .deals-block-one
  .inner-box
  .content-box
  .theme-btn.btn-one {
  border-radius: 40px;
  color: var(--theme-color-10) !important;
}
.deals-section.pet-deals
  .deals-block-one
  .inner-box
  .content-box
  .theme-btn.btn-one:hover {
  color: #fff !important;
}
.deals-section.pet-deals .pattern-layer {
  opacity: 0.3;
}
.deals-section.pet-deals .shape-layer .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 61px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.deals-section.pet-deals .shape-layer .shape-2 {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 35px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.rtl .deals-block-one .inner-box {
  direction: rtl;
}
.rtl .deals-block-one .inner-box .content-box .count-col {
  margin-right: 0;
  margin-left: 16px;
}
.rtl .deals-block-one .inner-box .content-box .count-col:after {
  right: inherit;
  left: -12px;
}
@media only screen and (max-width: 1499px) {
  .deals-block-one .inner-box {
    padding-left: 0;
  }
  .deals-section.pet-deals .deals-block-one .inner-box .content-box {
    padding-left: 40px;
  }
  .deals-block-one .inner-box .image-box {
    position: relative;
    left: 0;
    top: 0;
    top: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .deals-style-two .inner-container .shop-block-two {
    width: 33.333%;
    margin-bottom: 30px;
  }
  .deals-style-two .inner-container {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .deals-section .owl-nav {
    display: none;
  }
  .deals-style-two .inner-container .shop-block-two {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .deals-style-two .inner-container .shop-block-two {
    width: 100%;
    border: 0;
  }
}
@media only screen and (max-width: 499px) {
  .deals-block-one .inner-box .image-box {
    width: 100%;
  }
  .deals-block-one .inner-box .content-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main-footer {
  position: relative;
  background: var(--title-color2);
  color: var(--title-color);
}
.main-footer .widget-section {
  position: relative;
  padding: 95px 0 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .subscribe-widget {
  position: relative;
  max-width: 330px;
}
.main-footer .subscribe-widget p {
  color: #000;
  line-height: 26px;
  margin-bottom: 23px;
}
.main-footer .subscribe-widget .form-inner .form-group {
  position: relative;
  margin-bottom: 0;
}
.main-footer .subscribe-widget .form-inner .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  border: 1px solid var(--title-color);
  font-size: 16px;
  color: var(--title-color);
  padding: 10px 70px 10px 20px;
  transition: all 500ms ease;
}
.main-footer
  .subscribe-widget
  .form-inner
  .form-group
  input[type="email"]:focus {
  border-color: var(--theme-color-6);
}
.main-footer .subscribe-widget .form-inner .form-group button[type="submit"] {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 56px;
  height: 51px;
  line-height: 53px;
  text-align: center;
  font-size: 14px;
  border-radius: 105px;
  cursor: pointer;
  color: #fff;
  background: var(--theme-color-6);
  font-weight: 400;
  transition: all 500ms ease;
}
.main-footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.main-footer .widget-title h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
}
.main-footer .links-list li {
  position: relative;
  display: block;
}
.main-footer .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #000;
}
.main-footer .links-list li a:hover {
  color: var(--theme-color-6);
}
.main-footer .contact-widget .support-box {
  position: relative;
  display: block;
  padding: 0 0 0 48px;
  margin-bottom: 22px;
}
.main-footer .contact-widget .support-box .icon-box {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 36px;
  color: var(--theme-color-6);
}
.main-footer .contact-widget .support-box a {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: var(--theme-color-6);
}
.main-footer .contact-widget .support-box a:hover {
  text-decoration: underline;
  color: #fff;
}
.main-footer .contact-widget .support-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ededed;
}
.main-footer .contact-widget .widget-content .info li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 4px;
}
.main-footer .contact-widget .widget-content .info li:last-child {
  margin-bottom: 0;
}
.main-footer .contact-widget .widget-content .info li a {
  position: relative;
  display: inline-block;
  color: #000;
}
.main-footer .contact-widget .widget-content .info li a:hover {
  color: var(--theme-color-6);
}
.main-footer .contact-widget .social-links {
  position: relative;
  display: flex;
  align-items: center;
}
.main-footer .contact-widget .social-links li {
  margin-right: 10px;
}
.main-footer .contact-widget .social-links li:last-child {
  margin: 0 !important;
}
.main-footer .contact-widget .social-links li a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.main-footer .contact-widget .social-links li a:hover {
  color: #fff;
  background: var(--theme-color-6);
  border-color: var(--theme-color-6);
}
.footer-bottom {
  position: relative;
  padding: 20px 0;
}
.footer-bottom .bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom p {
  color: #000;
}
.footer-bottom p a {
  display: inline-block;
  color: var(--theme-color-6);
}
.footer-bottom p a:hover {
  color: #fff;
}
.footer-bottom .footer-card {
  position: relative;
  display: flex;
  align-items: center;
}
.footer-bottom .footer-card li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.footer-bottom .footer-card li:last-child {
  margin: 0 !important;
}
.footer-bottom .footer-card li a {
  position: relative;
  display: inline-block;
}
.home_3 .main-footer .footer-widget .footer-logo {
  position: relative;
  display: flex;
  justify-content: center;
  width: 220px;
  height: 180px;
  line-height: 180px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
  margin-top: -82px;
}
.home_3 .main-footer .widget-section {
  padding-top: 72px;
}
.main-footer .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.home_9 .main-footer .bg-layer {
  opacity: 0.1;
}
.rtl .main-footer .contact-widget .support-box {
  padding-left: 0;
  padding-right: 48px;
}
.rtl .main-footer .contact-widget .support-box .icon-box {
  left: inherit;
  right: 0;
}
.rtl .main-footer .contact-widget .social-links li {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .footer-bottom .footer-card li {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-widget {
    margin: 0 0 30px 0 !important;
  }
  .main-footer .widget-section {
    padding-bottom: 55px;
  }
  .footer-bottom .bottom-inner {
    display: block;
    text-align: center;
  }
  .footer-bottom .footer-card {
    justify-content: center;
    margin-top: 15px;
  }
}
.instagram-section {
  position: relative;
}
.instagram-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
}
.instagram-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.instagram-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.instagram-block-one .inner-box:hover .image-box img {
  transform: scale(1.5);
}
.instagram-block-one .inner-box .text-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  background: #fff;
  padding: 15px 29px;
  min-width: 290px;
  transition: all 500ms ease;
}
.instagram-block-one .inner-box:hover .text-box {
  transform: translate(-50%, -50%) scale(1, 1);
}
.instagram-block-one .inner-box .text-box a {
  position: relative;
  display: inline-block;
  padding-left: 43px;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--title-font-three);
  font-weight: 500;
  color: var(--title-color);
}
.instagram-block-one .inner-box .text-box a img {
  position: absolute;
  left: 0;
  top: 0;
}
.home_10 .instagram-block-one .inner-box .text-box {
  border-radius: 50px;
}
.home_10 .instagram-block-one .inner-box .text-box a {
  font-family: var(--text-font);
}
.error-section {
  position: relative;
}
.error-section .content-box {
  position: relative;
  display: block;
}
.error-section .content-box .image-box {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.error-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
}
.error-section .content-box .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-section .content-box .btn-box .theme-btn.btn-two i {
  font-size: 12px;
  margin-right: 8px;
}
.error-section .content-box .btn-box .theme-btn.btn-two:hover {
  background: #ffac00;
}
.rtl .error-section .content-box .btn-box .btn-two {
  margin-right: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .error-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 499px) {
  .error-section .content-box .btn-box {
    display: block;
  }
  .error-section .content-box .btn-box .btn-two {
    margin: 0 0 10px 0 !important;
  }
}
.header-upper {
  position: relative;
  background: linear-gradient(90deg, #003894 0, #020845 100%);
  padding: 25px 0;
}
.header-upper .upper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-upper .search-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 810px;
  background: #fff;
  border-radius: 50px;
}
.header-upper .search-area .category-inner .nice-select {
  padding: 17px 45px 17px 25px;
  font-size: 15px;
  color: var(--title-color);
  text-transform: capitalize;
  border-right: 1px solid #e5e5e5;
}
.header-upper .search-area .category-inner .nice-select:before {
  color: var(--title-color);
  top: 17px;
  right: 24px;
}
.header-upper .search-area .search-box {
  width: 100%;
}
.header-upper .search-area .search-box .form-group {
  position: relative;
  margin: 0;
}
.header-upper .search-area .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: var(--title-color);
  font-family: var(--text-font);
  padding: 10px 80px 10px 25px;
}
.header-upper .search-area .search-box .form-group button[type="submit"] {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 100px;
  cursor: pointer;
  transition: all 500ms ease;
}
.header-upper .search-area .search-box .form-group input:focus + button,
.header-upper .search-area .search-box .form-group button:hover {
  background: var(--theme-color);
}
.header-upper .right-column {
  position: relative;
  display: flex;
  align-items: center;
}
.header-upper .support-box {
  position: relative;
  display: block;
  padding-left: 48px;
}
.header-upper .support-box .icon-box {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 35px;
  color: #fff;
}
.header-upper .support-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
}
.header-upper .support-box a:hover {
  text-decoration: underline;
}
.header-upper .support-box p {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.main-header .option-list {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header .option-list li {
  margin-right: 20px;
}
.main-header .option-list li:last-child {
  margin: 0 !important;
}
.main-header .option-list li a,
.main-header .option-list li button {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}
.main-header .option-list li a span {
  position: absolute;
  display: inline-block;
  top: -5px;
  right: -12px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
.main-header .header-lower {
  box-shadow: 0 4px 4px 0 #0000D;
  background: var(--title-color2);
  /*background: linear-gradient(90deg, #003894 0, #020845 100%);*/
}
.main-header .outer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-box {
  position: relative;
  display: inline-block;
  left: 0;
  top: 4px;
  width: 300px;
  border: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 15px 20px;
  cursor: pointer;
}
.category-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--title-color);
  padding-left: 28px;
}
.category-box .text i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  font-weight: 400;
}
.category-box .text:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 400;
}
.category-box .category-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 0 #00012;
  padding: 15px 10px;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  transform-origin: top center;
  transform: scaleY(0);
  visibility: hidden;
  width: 300px;
  transition: all 500ms ease;
}
.category-box:hover .category-list {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.category-box .category-list > li {
  position: relative;
  display: block;
}
.category-box .category-list > li:before {
  position: absolute;
  content: "";
  background: transparent;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
}
.category-box .category-list > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  padding: 12px 50px;
  padding-left: 20px;
  border-radius: 50px;
  z-index: 1;
  transition: all 500ms ease;
}
.main-header
  .outer-box
  .category-box
  .category-list
  > li.category-dropdown
  > a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  top: 12px;
  right: 20px;
  font-weight: 400;
}
.category-box .category-list > li > a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  border-radius: 50px;
  transition: all 500ms ease;
}
.category-box .category-list > li > a:hover:after {
  opacity: 0.2;
}
.category-box .category-list .list-inner {
  position: absolute;
  left: 100%;
  top: 0;
  width: 990px;
  background: #fff;
  box-shadow: 0 0 10px 0 #00012;
  border-radius: 5px;
  opacity: 0;
  transform-origin: left center;
  transform: scaleX(0);
  visibility: hidden;
  overflow: hidden;
  padding-right: 280px;
  margin-left: 10px;
  transition: all 500ms ease;
}
.main-header
  .outer-box
  .category-box
  .category-list
  .category-dropdown:hover
  .list-inner {
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}
.category-box .list-inner .inner-box {
  position: relative;
  padding: 40px 50px;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}
.category-box .list-inner .inner-box p {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 15px;
}
.category-box .list-inner .inner-box .single-column {
  position: relative;
  float: left;
  width: 33.333%;
}
.main-header
  .outer-box
  .category-box
  .list-inner
  .inner-box
  .single-column
  ul
  li {
  position: relative;
  display: block;
}
.main-header
  .outer-box
  .category-box
  .list-inner
  .inner-box
  .single-column
  ul
  li
  a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: var(--title-color);
}
.category-box .list-inner .shop-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  background: #bfd6ff;
  padding: 30px 15px 40px 30px;
}
.category-box .list-inner .shop-block .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 6px;
}
.category-box .list-inner .shop-block h2 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 6px;
}
.category-box .list-inner .shop-block h2 a {
  position: relative;
  display: inline-block;
  color: var(--title-color);
}
.category-box .list-inner .shop-block:before {
  position: absolute;
  content: "";
  background-image: url(../../images/shape/shape-1.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.category-box .list-inner .shop-block .image {
  position: absolute;
}
.category-box .list-inner .shop-block h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 106px;
  color: #e92530;
  z-index: 1;
}
.category-box .list-inner .shop-block .link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--title-color);
  background: #fff;
  border-radius: 5px;
  padding: 3.5px 20px;
  z-index: 1;
}
.category-box .list-inner .shop-block .link:hover {
  color: #fff;
}
.main-header .menu-right-content .currency-box .nice-select {
  color: var(--title-color);
}
.main-header .menu-right-content .currency-box .nice-select:before {
  color: var(--title-color);
}
.main-header .menu-right-content {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header .menu-right-content .info-list {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header .menu-right-content .info-list li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.main-header .menu-right-content .info-list li:last-child {
  margin: 0 !important;
}
.main-header .menu-right-content .info-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--title-color2);
}
.main-header .menu-right-content .info-list li a:hover {
  color: #ffac00;
}
.main-header .menu-right-content .info-list li a.shopping-cart {
  padding-right: 12px;
}
.main-header .menu-right-content .info-list li a.shopping-cart span {
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background: #e53e3e !important;
  font-weight: 700;
  top: -5px;
  right: 0;
}
.main-menu {
  float: left;
}
.main-menu .navbar-collapse {
  padding: 0;
  display: block !important;
}
.main-menu .navigation {
  margin: 0;
}
.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  margin: 0 19px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0 !important;
}
.main-menu .navigation > li:first-child {
  margin-left: 0 !important;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 500;
  font-family: var(--text-font);
  opacity: 1;
  color: #000;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 17px;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #000 !important;
  font-weight: bolder;
  text-decoration: underline;
}
.main-menu .navigation > li.dropdown > a:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 17px;
  right: 0;
  font-weight: 500;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 230px;
  margin-top: 15px;
  padding: 15px 30px;
  z-index: 100;
  display: none;
  background: #fff;
  opacity: 0;
  border-bottom: solid;
  border-width: 3px;
  visibility: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--text-font);
  color: var(--title-color);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > .megamenu li > a {
  padding-left: 0;
}
.main-menu .navigation > li > .megamenu h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
  letter-spacing: 1px;
}
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: 0;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: 15px;
  background: var(--secondary-color);
  border-top: solid;
  border-width: 2px;
  width: 230px;
  z-index: 100;
  display: none;
  border-radius: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--text-font);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 35px;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin-top: 0;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background: var(--theme-color);
  display: none;
}
.mobile-menu .nav-logo img {
  max-width: 160px;
}
.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0;
}
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0;
}
.main-menu .navigation li.dropdown .megamenu li h4 {
  margin-bottom: 10px;
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  right: 100%;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  padding: 0 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
div#mCSB_1_container {
  top: 0 !important;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0;
}
.header-style-two .header-upper {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}
.header-style-two .header-upper .search-area {
  background: #f0f0f0;
  border-radius: 5px;
}
.header-style-two
  .header-upper
  .search-area
  .search-box
  .form-group
  button[type="submit"] {
  background: transparent;
  width: 16px;
  height: 16px;
  right: 20px;
  color: var(--title-color);
}
.header-style-two .language-picker__flag.language-picker__label,
.header-style-two .language-picker__button:before,
.header-style-two .nice-select,
.header-style-two .nice-select:before {
  color: var(--title-color);
}
.header-style-two .header-upper .support-box p {
  color: var(--title-color);
}
.header-style-two .outer-box .category-box {
  top: 0;
  border-radius: 5px;
}
.header-style-two .outer-box .category-box .text {
  color: #fff;
}
.header-style-two .main-menu .navigation > li > a {
  padding-top: 22px;
  padding-bottom: 22px;
}
.header-style-two .main-menu .navigation > li.dropdown > a:before {
  top: 22px;
}
.main-header .menu-area {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header .menu-area .text a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-header .menu-area .text a:hover {
  text-decoration: underline;
}
.header-style-three {
  position: relative;
}
.header-top {
  position: relative;
  width: 100%;
  padding: 15px 0;
}
.header-top .top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 255px;
}
.header-top .logo-box {
  position: absolute;
  left: 0;
  top: -15px;
  width: 220px;
  height: 180px;
  line-height: 180px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.header-top .location-box {
  position: relative;
  padding-left: 27px;
}
.header-top .location-box .icon-box {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
  color: #fff;
}
.header-top .location-box .nice-select {
  font-size: 16px;
  text-transform: capitalize;
}
.header-top .location-box .nice-select .list {
  min-width: 140px;
}
.header-top .search-box {
  position: relative;
  width: 300px;
}
.header-top .search-box .form-group {
  position: relative;
  margin-bottom: 0;
}
.header-top .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  padding-right: 40px;
  transition: all 500ms ease;
}
.header-top .search-box .form-group input:focus {
  border-color: #fff;
}
.header-top .search-box .form-group button[type="submit"] {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}
.main-header .header-top .menu-right-content .info-list > li > a {
  color: #fff;
}
.header-style-three .header-lower {
  display: none !important;
}
.main-header .menu-right-content .info-list li .mobile-nav-toggler {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.header-style-three
  .header-top
  .menu-right-content
  .info-list
  li
  a.shopping-cart
  span {
  background: #fff;
}
.header-bottom {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 4px 0 #0000D;
}
.header-bottom .bottom-inner {
  position: relative;
  padding-left: 255px;
}
.header-bottom .bottom-inner .category-box .text {
  position: relative;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  color: var(--title-color);
  display: none;
  transition: all 500ms ease;
}
.header-bottom .bottom-inner .category-list > li {
  position: relative;
  display: inline-block;
  float: left;
  cursor: pointer;
  padding: 16px 40.9px;
  border-right: 1px solid #efefef;
}
.header-bottom .bottom-inner .category-list > li .name {
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
.header-bottom .bottom-inner .category-list > li .name .icon-box {
  position: absolute;
  left: 0;
  top: 0;
}
.header-bottom .bottom-inner .category-list > li .name p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.header-bottom .bottom-inner .category-list > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 230px;
  margin-top: 15px;
  padding: 15px 30px;
  z-index: 100;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.header-bottom .bottom-inner .category-list > li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  top: 100%;
}
.header-bottom .bottom-inner .category-list > li > ul > li {
  position: relative;
  display: block;
}
.header-bottom .bottom-inner .category-list > li > ul > li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
  opacity: 0.5;
}
.header-bottom .bottom-inner .category-list > li > ul > li a:hover {
  opacity: 1;
}
.header-top-two {
  position: relative;
  padding: 12px 0;
}
.header-top-two .top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-two .info-list {
  position: relative;
  display: flex;
  align-items: center;
}
.header-top-two .info-list li {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 14px;
  line-height: 16px;
  margin-right: 30px;
}
.header-top-two .info-list li:last-child {
  margin-right: 0;
}
.header-top-two .info-list li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.header-top-two .info-list:last-child li {
  padding-left: 26px;
}
.header-top-two .info-list:last-child li i {
  font-size: 20px;
  top: -2px;
}
.header-top-two .info-list li a {
  display: inline-block;
  color: var(--title-color);
}
.header-top-two .text p {
  font-size: 14px;
  line-height: 16px;
}
.header-top-two .text p span {
  font-weight: 600;
}
.header-style-four .location-box {
  position: relative;
}
.header-style-four .location-box .select-box {
  min-height: 50px;
}
.header-style-four .location-box .nice-select {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding-left: 48px;
  padding-right: 35px;
  font-size: 16px;
  text-transform: capitalize;
}
.header-style-four .location-box .nice-select:before {
  right: 20px;
}
.header-style-four .location-box .icon-box {
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 20px;
  color: #fff;
}
.header-style-four
  .header-upper
  .search-area
  .search-box
  .form-group
  button[type="submit"] {
  width: 44px;
  height: 44px;
  line-height: 48px;
  top: 3px;
  right: 3px;
}
.header-style-four
  .header-upper
  .search-area
  .search-box
  .form-group
  input:focus
  + button,
.header-style-four
  .header-upper
  .search-area
  .search-box
  .form-group
  button:hover {
  background: var(--secondary-color) !important;
}
.header-style-five {
  position: relative;
}
.header-style-five .header-top-two {
  background: var(--secondary-color);
}
.header-style-five .header-top-two .text p {
  color: #fff;
}
.header-style-five .header-top-two .info-list li,
.header-style-five .header-top-two .info-list li a {
  color: #fff;
}
.header-style-five .header-upper {
  background: #fff;
}
.header-style-five .header-upper .search-area {
  border: 1px solid #e5e5e5;
}
.header-style-five
  .header-upper
  .search-area
  .search-box
  .form-group
  button[type="submit"] {
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50%;
}
.header-style-five .header-upper .support-box a {
  color: var(--title-color);
}
.header-style-five .header-upper .support-box p {
  color: rgba(106, 106, 106, 1);
}
.header-style-five .outer-box .category-box {
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}
.header-style-five .outer-box .category-box .text {
  color: #fff;
}
.header-style-five .menu-area .mobile-nav-toggler {
  background: transparent;
}
.header-style-five .main-menu .navigation > li > a {
  color: #fff;
}
.header-style-five .menu-right-content .info-list > li > a {
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 !important;
}
.header-style-five .menu-right-content .info-list li {
  margin-right: 10px;
}
.header-style-five .menu-right-content .info-list li:last-child {
  margin: 0;
}
.header-style-five .menu-right-content .info-list li a:hover {
  background: #fff;
  border-color: #fff;
}
.header-style-five .menu-right-content .info-list li a.shopping-cart span {
  top: 0;
  right: -9px;
}
.header-style-five .menu-right-content .currency-box .nice-select,
.header-style-five .menu-right-content .currency-box .nice-select:before {
  color: #fff;
}
.header-style-six {
  position: relative;
}
.header-style-six .header-top-two .right-column {
  position: relative;
  display: flex;
  align-items: center;
}
.header-style-six .language-picker__flag.language-picker__label,
.header-style-six .language-picker__button:before,
.header-style-six .header-top-two .right-column .nice-select,
.header-style-six .header-top-two .right-column .nice-select:before {
  color: var(--title-color);
}
.header-style-six .header-top-two .right-column .currency-box {
  position: relative;
  padding-left: 25px;
}
.header-style-six .header-top-two .right-column .currency-box .icon-box {
  position: absolute;
  left: 0;
  top: 4px;
}
.header-style-six .header-top-two {
  border-bottom: 1px solid #e2e2e2;
  padding-top: 6px;
  padding-bottom: 6px;
}
.header-style-six .outer-box .left-column,
.header-style-six .outer-box .right-column {
  position: relative;
  display: flex;
  align-items: center;
}
.header-style-six .outer-box .right-column .search-form {
  position: relative;
  width: 370px;
}
.header-style-six .outer-box .right-column .search-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.header-style-six
  .outer-box
  .right-column
  .search-form
  .form-group
  input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: solid;
  background: #eee;
  border-radius: 50px;
  font-size: 15px;
  color: #011f6a;
  padding: 10px 20px;
  padding-right: 60px;
  transition: all 500ms ease;
}
.home_6 .main-menu .navigation > li.current > a {
  color: #fff;
  font-weight: bolder;
  text-decoration: underline;
}
.header-style-six
  .outer-box
  .right-column
  .search-form
  .form-group
  button[type="submit"] {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--title-color2);
  top: 5px;
  right: 5px;
}
.header-style-six .main-menu .navigation > li > a {
  padding-top: 27px;
  padding-bottom: 27px;
}
.header-style-six .main-menu .navigation > li.dropdown > a:before {
  top: 27px;
}
.header-style-seven {
  position: relative;
}
.header-style-seven .header-top-two {
  border-bottom: 0;
}
.header-style-seven .header-top-two .info-list li,
.header-style-seven .header-top-two .info-list li a,
.header-style-seven .language-picker__flag.language-picker__label,
.header-style-seven .language-picker__button:before,
.header-style-seven .header-top-two .right-column .nice-select,
.header-style-seven .header-top-two .right-column .nice-select:before {
  color: #fff;
}
.header-style-seven .header-top-two .info-list li a:hover {
  text-decoration: underline;
}
.header-style-seven .outer-box .right-column .search-form {
  width: 300px;
}
.header-style-seven
  .outer-box
  .right-column
  .search-form
  .form-group
  input[type="search"] {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
}
.header-style-seven
  .outer-box
  .right-column
  .search-form
  .form-group
  button[type="submit"] {
  background: transparent;
  color: var(--title-color);
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: 17px;
}
.header-style-seven .header-lower .pattern-layer .pattern-1 {
  position: absolute;
  left: 0;
  bottom: -33px;
  width: 100%;
  height: 153px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header-style-seven .header-lower .pattern-layer .pattern-2 {
  position: absolute;
  left: 0;
  bottom: -33px;
  width: 100%;
  height: 163px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header-style-eight {
  position: relative;
}
.header-style-eight .header-top-two .info-list li,
.header-style-eight .header-top-two .info-list li a {
  color: #fff;
}
.header-style-eight .header-top-two .info-list li a:hover {
  text-decoration: underline;
}
.header-style-eight .header-top-two .text p {
  color: #fff;
}
.header-style-eight .header-top-two .right-column {
  position: relative;
  display: flex;
  align-items: center;
}
.header-style-eight .header-top-two .right-column .currency-box {
  position: relative;
  padding-left: 25px;
}
.header-style-eight .header-top-two .right-column .currency-box .icon-box {
  position: absolute;
  left: 0;
  top: 4px;
}
.header-style-eight .header-upper {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.header-style-eight
  .header-upper
  .search-area
  .search-box
  .form-group
  input[type="search"] {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.header-style-eight
  .header-upper
  .search-area
  .search-box
  .form-group
  button[type="submit"] {
  background: transparent;
  color: var(--title-color);
}
.header-style-eight .header-upper .support-box .icon-box,
.header-style-eight .header-upper .support-box a {
  color: #f4c850;
}
.header-style-eight .header-upper .support-box p {
  color: var(--title-color);
}
.header-style-eight .outer-box .category-box {
  top: 0;
  border: 0;
  border-radius: 50px;
  width: 250px;
}
.header-style-eight .outer-box .category-box .text {
  color: #fff;
}
.header-style-eight .main-menu .navigation > li > a {
  padding-top: 22px;
  padding-bottom: 22px;
}
.header-style-eight .main-menu .navigation > li.dropdown > a:before {
  top: 22px;
}
.header-style-nine {
  position: relative;
}
.header-style-nine .header-upper {
  background: #ededed;
}
.header-style-nine .header-upper .search-area {
  width: 300px;
}
.header-style-nine
  .header-upper
  .search-area
  .search-box
  .form-group
  input[type="search"] {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 10px;
  border-radius: 0 !important;
}
.header-style-nine
  .header-upper
  .search-area
  .search-box
  .form-group
  button[type="submit"] {
  background: transparent;
  color: var(--title-color);
  width: auto;
  padding-right: 10px;
}
.header-style-nine .header-upper .menu-right-content .info-list li {
  margin-right: 10px;
}
.header-style-nine .header-upper .menu-right-content .info-list li:last-child {
  margin: 0 !important;
}
.header-style-nine .header-upper .menu-right-content .info-list > li > a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid;
  border-width: 1px;
  border-color: rgba(17, 17, 17, 0.1);
  background-color: #fff;
  text-align: center;
  padding-right: 0;
}
.header-style-nine .header-upper .menu-right-content .info-list > li > a:hover {
  color: #fff;
  background: #ffac00;
  border-color: #ffac00;
}
.header-style-nine .header-upper .menu-right-content .info-list > li > a span {
  top: -8px;
  right: -8px;
  background: #efca8a;
  color: var(--title-color);
}
.header-style-nine .outer-box {
  justify-content: center;
}
.header-style-nine .header-lower {
  background: var(--secondary-color);
}
.header-style-nine .main-menu .navigation > li > a {
  color: #fff;
  padding-right: 0;
}
.header-style-nine .main-menu .navigation > li > a:before {
  display: none;
}
.header-style-nine .main-menu .navigation > li {
  position: relative;
  margin: 0 70px;
}
.header-style-nine .main-menu .navigation > li:before {
  position: absolute;
  content: "";
  background: #efefef;
  width: 1px;
  height: 20px;
  top: 20px;
  right: -70px;
}
.header-style-nine .main-menu .navigation > li:last-child:before {
  display: none;
}
.header-style-nine .sticky-header {
  background: var(--secondary-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-style-ten {
  position: relative;
}
.header-style-ten .header-top-two {
  background: #531dc1;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}
.header-style-ten .header-top-two .info-list li,
.header-style-ten .header-top-two .info-list li a,
.header-style-ten .header-top-two .text p {
  color: #fff;
}
.header-style-ten .header-upper {
  background: #531dc1;
}
.rtl .language-picker {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .header-upper .search-area .category-inner .nice-select {
  border-right: 0;
  border-left: 1px solid #e5e5e5;
}
.rtl .nice-select .option {
  text-align: right;
}
.rtl .main-header .menu-right-content .currency-box {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .main-header .menu-right-content .info-list li {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .cart-menu {
  right: inherit;
  left: 0;
}
.rtl .category-box .text {
  padding-left: 0;
  padding-right: 28px;
}
.rtl .category-box {
  left: inherit;
  right: 0;
}
.rtl .category-box .category-list .list-inner {
  left: inherit;
  right: 100%;
  margin-left: 0;
  margin-right: 10px;
  transform-origin: right center;
}
.rtl .category-box .category-list > li:before {
  right: inherit;
  left: -10px;
}
.rtl
  .main-header
  .outer-box
  .category-box
  .category-list
  > li.category-dropdown
  > a:before {
  right: inherit;
  left: 15px;
  transform: rotate(180deg);
}
.rtl .category-box .list-inner .shop-block .image {
  right: inherit;
  left: 10px;
}
.rtl .header-style-two .currency-box {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .main-header .menu-area .text a {
  margin-left: 0;
  margin-right: 45px;
}
.rtl .header-bottom .bottom-inner .category-list > li {
  float: right;
}
.rtl .header-upper .right-column .currency-box {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .header-top-two .info-list li {
  margin-right: 0;
  margin-left: 30px;
}
.rtl .header-top-two .info-list li:last-child {
  margin: 0;
}
.rtl .header-style-six .outer-box .right-column .search-form {
  margin-right: 0;
  margin-left: 70px;
}
.rtl .header-style-six .language-picker {
  margin-left: 0;
}
.rtl .header-style-six .logo-box {
  margin-right: 0;
  margin-left: 110px;
}
@media only screen and (max-width: 1349px) {
  .header-upper .search-area {
    width: 500px;
  }
  .header-bottom .bottom-inner .category-list > li {
    padding: 11px 10px;
    width: 16.666%;
  }
  .header-style-six .outer-box .right-column .search-form {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .category-box .list-inner .inner-box .single-column {
    width: 100%;
  }
  .category-box .category-list .list-inner {
    width: 600px;
  }
  .category-box .text:before {
    display: none;
  }
  .category-box .text span {
    display: none;
  }
  .category-box {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    top: 0;
    border-radius: 0;
    text-align: center;
  }
  .category-box .text i {
    position: relative;
    top: 0;
    display: inline-block;
  }
  .category-box .text {
    padding: 0 !important;
    line-height: 30px;
  }
  .main-header .header-lower {
    padding: 15px 0;
  }
  .header-style-four .location-box {
    display: none;
  }
  .header-top-two .top-inner {
    display: block;
    text-align: center;
  }
  .header-top-two .info-list {
    justify-content: center;
  }
  .header-top-two .text {
    margin: 15px 0;
  }
  .header-style-six .header-top-two .right-column {
    justify-content: center;
  }
  .header-style-eight .header-top-two .right-column {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .category-box .category-list .list-inner {
    width: 280px;
    padding-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
  }
  .category-box .list-inner .shop-block {
    position: relative;
    width: 100%;
  }
  .language-picker {
    display: none;
  }
  .header-upper .search-area {
    width: 360px;
  }
  .main-header .menu-area .text {
    display: none;
  }
  .header-top .top-inner {
    padding-left: 0;
  }
  .header-top .logo-box {
    display: none;
  }
  .header-bottom .bottom-inner {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-upper .upper-inner {
    display: block;
    text-align: center;
  }
  .header-upper .search-area {
    margin: 0 auto;
  }
  .header-upper .right-column {
    display: none;
  }
  .main-header .menu-right-content .currency-box {
    display: none;
  }
  .header-upper .upper-inner .logo-box {
    margin-bottom: 15px;
  }
  .header-top .search-box {
    width: 200px;
  }
  .header-bottom .bottom-inner .category-box .text {
    display: block;
  }
  .header-bottom .bottom-inner .category-list {
    display: none;
  }
  .header-style-seven .header-lower .pattern-layer {
    display: none;
  }
  .header-style-nine .menu-right-content {
    justify-content: center;
  }
  .header-style-nine .header-upper .search-area {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .category-box .category-list .list-inner {
    left: 0;
    top: 50px;
    z-index: 2;
    transform-origin: top center;
    transform: scaleY(0);
  }
  .main-header
    .outer-box
    .category-box
    .category-list
    .category-dropdown:hover
    .list-inner {
    transform: scaleY(1);
  }
  .rtl .category-box .category-list .list-inner {
    left: 0;
    right: 0;
    margin-bottom: 0;
    transform-origin: top center;
  }
  .header-top .location-box {
    display: none;
  }
  .header-style-six .outer-box .logo-box {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 499px) {
  .category-box .category-list > li > a {
    padding: 12px 20px;
  }
  .header-upper .search-area .search-box .form-group {
    width: 100%;
  }
  .header-upper .search-area .category-inner {
    width: 100%;
  }
  .header-upper .search-area .category-inner .nice-select {
    border: 0;
    width: 100%;
  }
  .header-upper .search-area {
    display: block;
    width: 100%;
  }
  .header-upper .search-area .category-inner .nice-select {
    text-align: left;
    border: none !important;
  }
  .rtl .header-upper .search-area .category-inner .nice-select {
    text-align: right;
  }
  .header-upper .search-area {
    border-radius: 10px;
  }
  .header-top .search-box {
    width: 130px;
  }
  .header-top .search-box .form-group input[type="search"] {
    padding-right: 30px;
  }
  .header-top-two .info-list {
    display: block;
  }
  .header-style-six .outer-box .logo-box {
    display: none;
  }
}
.sign-section {
  position: relative;
}
.sign-section .form-inner {
  position: relative;
  display: block;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 29px 30px 32px;
  border-top: solid;
  border-width: 3px;
  border-color: color(srgb 0.0148 0.1052 0.388);
}
.sign-section .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.sign-section .form-inner .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 4px;
}
.sign-section .form-inner .form-group input[type="text"],
.sign-section .form-inner .form-group input[type="email"],
.sign-section .form-inner .form-group input[type="password"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(237, 240, 230, 1);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--title-color);
  transition: all 500ms ease;
}
.sign-section .form-inner .form-group .theme-btn {
  width: 100%;
  color: #fff;
  margin-top: 8px;
}
.sign-section .form-inner .form-group .theme-btn span {
  background: var(--title-color);
}
.sign-section .form-inner .text {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 22px;
  text-transform: capitalize;
}
.sign-section .form-inner .social-links li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.sign-section .form-inner .social-links li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--title-color);
  text-align: center;
  border: 1px solid rgba(237, 240, 230, 1);
  border-radius: 50px;
  padding: 9px 30px;
}
.sign-section .form-inner .social-links li a:hover {
  border-color: color(srgb 0.0148 0.1052 0.388);
}
.sign-section .form-inner .social-links li a img {
  position: relative;
  margin-right: 12px;
  top: -2px;
}
.sign-section .form-inner .other-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.sign-section .form-inner .other-option .check-box label {
  font-size: 16px;
}
.sign-section .form-inner .other-option .forgot-password {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--title-color);
  transition: all 500ms ease;
}
.sign-section .form-inner .lower-text p {
  color: var(--title-color);
}
.sign-section .form-inner .lower-text p a {
  display: inline-block;
  font-weight: 500;
}
.sign-section .form-inner .lower-text p a:hover {
  text-decoration: underline;
}
.sign-section .form-inner .check-box label:after {
  background: none !important;
  content: "\e928";
  font-family: "icomoon";
  font-size: 7px;
  top: 0;
  left: 3px;
}
.sign-section .sec-title h2 {
  font-size: 36px;
  line-height: 42px;
}
.rtl .sign-section .form-inner .social-links li a img {
  margin-right: 0;
  margin-left: 12px;
}
@media only screen and (max-width: 499px) {
  .sign-section .form-inner .other-option {
    display: block;
  }
}
.highlights-section {
  position: relative;
  color: var(--title-color);
}
.highlights-section .bg-color {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #0e0e0e;
}
.highlights-section .inner-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 35px 50px;
  padding-bottom: 5px;
}
.highlights-section .highlights-block-one {
  float: left;
  width: 20%;
}
.highlights-section .shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
}
.highlights-block-one .inner-box {
  position: relative;
  display: block;
  padding: 6px 0 6px 76px;
  margin-bottom: 30px;
}
.highlights-block-one .inner-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--title-color2) !important;
  color: var(--title-color) !important;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  z-index: 1;
}
.highlights-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
.highlights-block-one .inner-box:hover .icon-box:before {
  transform: scale(1, 1);
}
.highlights-block-one .inner-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: var(--title-color2);
  max-width: 160px;
}
.home_3 .highlights-block-one .inner-box .icon-box {
  background: rgba(0, 0, 0, 0.1);
  color: var(--title-color);
}
.highlights-section.alternat-2 .highlights-block-one {
  float: none;
  width: 100%;
}
.home_4 .highlights-section .inner-container {
  background: #daf1cf;
}
.home_4 .highlights-block-one .inner-box h5 {
  color: var(--title-color);
}
.home_6 .highlights-block-one .inner-box .icon-box {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.home_8 .highlights-block-one .inner-box .icon-box {
  background: #f4c850;
  transition: all 500ms ease;
}
.home_8 .highlights-block-one .inner-box:hover .icon-box {
  color: #fff;
}
.home_8 .highlights-section .shape {
  opacity: 1;
}
.highlights-section.watch-highlights .inner-container {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.highlights-section.watch-highlights .highlights-block-one {
  float: none;
  width: 100%;
}
.highlights-section.watch-highlights .highlights-block-one .inner-box {
  margin-bottom: 20px;
}
.highlights-section.watch-highlights .highlights-block-one .inner-box h5 {
  color: var(--title-color);
  font-family: var(--title-font-three) !important;
  font-weight: 500;
}
.highlights-section.watch-highlights
  .highlights-block-one
  .inner-box
  .icon-box {
  background: #f5f5f5;
  transition: all 500ms ease;
}
.highlights-block-one .inner-box:hover .icon-box {
  color: #fff !important;
}
.highlights-section.pet-highlights .inner-container {
  background: #f6f4fb;
  margin-top: 10px;
}
.highlights-section.pet-highlights .highlights-block-one .inner-box h5 {
  color: var(--title-color);
}
.inner-highlights .highlights-block-one .inner-box .icon-box {
  background: #003085;
  color: #f5b020;
}
.rtl .highlights-section .highlights-block-one {
  float: right;
}
.rtl .highlights-block-one .inner-box {
  padding-left: 0;
  padding-right: 76px;
}
.rtl .highlights-block-one .inner-box .icon-box {
  left: inherit;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .highlights-section .highlights-block-one {
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .highlights-section .highlights-block-one {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .highlights-section .highlights-block-one {
    width: 100%;
  }
  .highlights-section .inner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.news-section {
  position: relative;
}
.news-section .sec-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.news-block-one .inner-box .image-box .image:before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box .image:before {
  opacity: 1;
}
.news-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 1500ms ease;
}
.news-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.1);
  opacity: 0.6;
}
.news-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 24px;
}
.news-block-one .inner-box .lower-content .post-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #6a6a6a;
  margin-right: 23px;
}
.news-block-one .inner-box .lower-content .post-info li:last-child {
  margin: 0 !important;
}
.news-block-one .inner-box .lower-content .post-info li a {
  position: relative;
  display: inline-block;
  color: var(--title-color);
}
.news-block-one .inner-box .lower-content .post-info li.category a {
  padding: 0 13px;
  border-radius: 40px;
  z-index: 1;
}
.news-block-one .inner-box .lower-content .post-info li.category a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 40px;
  z-index: -1;
  opacity: 0.1;
  transition: all 500ms ease;
}
.news-block-one
  .inner-box
  .lower-content
  .post-info
  li.category
  a:hover:before {
  opacity: 1;
}
.news-block-one .inner-box .lower-content .post-info li.category a:hover {
  color: #fff;
}
.news-block-one .inner-box .lower-content h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
}
.news-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: var(--title-color);
}
.home_5 .news-block-one .inner-box .image-box .image,
.home_5 .news-block-one .inner-box .image-box .image:before {
  border-radius: 0;
}
.news-section.medical-news .news-block-one .inner-box .image-box .image,
.news-section.medical-news .news-block-one .inner-box .image-box .image img {
  border-radius: 10px;
}
.news-block-one .inner-box .lower-content .category a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 3px 19px;
  border-radius: 30px;
  text-align: center;
  z-index: 1;
}
.news-block-one .inner-box .lower-content .category a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
  z-index: -1;
  opacity: 0.1;
  transition: all 500ms ease;
}
.news-block-one .inner-box .lower-content .category a:hover {
  color: #fff;
}
.news-block-one .inner-box .lower-content .category a:hover:before {
  opacity: 1;
}
.news-block-one .inner-box .lower-content .info-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.news-block-one .inner-box .lower-content .info-list li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #6a6a6a;
  margin-right: 25px;
}
.news-block-one .inner-box .lower-content .info-list li:last-child {
  margin: 0;
}
.news-block-one .inner-box .lower-content .info-list li a {
  display: inline-block;
  font-weight: 500;
  color: var(--text-color);
}
.news-block-one .inner-box .lower-content .info-list li:before {
  position: absolute;
  content: "";
  background: rgba(17, 17, 17, 0.1);
  width: 2px;
  height: 16px;
  top: 5px;
  right: -14px;
}
.news-block-one .inner-box .lower-content .info-list li:last-child:before {
  display: none;
}
.news-block-two .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 170px 30px 22px 30px;
  margin-bottom: 30px;
}
.news-block-two .inner-box .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 3500ms ease;
}
.news-block-two .inner-box:hover .bg-layer {
  transform: scale(1.1);
}
.news-block-two .inner-box .post-date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.news-block-two .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.news-block-two .inner-box h4 a {
  display: inline-block;
  color: #fff;
}
.rtl .news-block-one .inner-box .lower-content .post-info li {
  margin-right: 0;
  margin-left: 23px;
}
.rtl .news-block-one .inner-box .lower-content .info-list li {
  margin-right: 0;
  margin-left: 25px;
}
.rtl .news-block-one .inner-box .lower-content .info-list li:before {
  right: inherit;
  left: -14px;
}
@media only screen and (max-width: 599px) {
  .news-section .sec-title {
    display: block;
  }
}
.shipping-section {
  position: relative;
}
.shipping-block-one .inner-box {
  position: relative;
  display: block;
  padding: 0 20px;
  margin-bottom: 30px;
}
.shipping-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
}
.shipping-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 500ms ease;
}
.shipping-block-one .inner-box:hover .icon-box:before {
  transform: scaleY(1);
}
.shipping-block-one .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 21px;
}
.shipping-block-one .inner-box p {
  font-size: 16px;
  line-height: 26px;
  color: #6a6a6a;
}
.home_9 .shipping-block-one .inner-box h3 {
  font-weight: 500;
  font-family: var(--title-font-five) !important;
}
@media only screen and (max-width: 499px) {
  .shipping-block-one .inner-box {
    padding: 0;
  }
}
.shop-four {
  position: relative;
}
.shop-four .title-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.shop-four .title-content .sec-title {
  margin-bottom: 0;
}
.shop-four .inner-container {
  margin: 0 -15px;
}
.shop-four .shop-block-five {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.shop-block-five .inner-box {
  position: relative;
  display: block;
  padding: 0 25px 0 140px;
  margin-bottom: 60px;
  min-height: 133px;
}
.shop-block-five .inner-box .image-box {
  position: absolute;
  left: 0;
  top: 8px;
}
.shop-block-five .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
}
.shop-block-five .inner-box .image-box .image img {
  transition: all 500ms ease;
}
.shop-block-five .inner-box:hover .image-box .image img {
  transform: scale(0.9);
  opacity: 0.5;
}
.shop-block-five .inner-box .image-box .discount-product,
.shop-block-five .inner-box .image-box .hot-product,
.shop-block-five .inner-box .image-box .popular-product {
  position: absolute;
  left: -8px;
  top: -16px;
}
.shop-block-five .inner-box .image-box .option-list {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 500ms ease;
}
.shop-block-five .inner-box .image-box .option-list li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  */will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateX(0.625rem);
  transform: translateX(0.625rem);
}
.shop-block-five .inner-box:hover .image-box .option-list li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.shop-block-five .inner-box .image-box .option-list li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.shop-block-five .inner-box .image-box .option-list li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.shop-block-five .inner-box .image-box .option-list li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.shop-block-five .inner-box .image-box .option-list li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.shop-block-five .inner-box .image-box .option-list li a,
.shop-block-five .inner-box .image-box .option-list li button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #f5f5f5;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-block-five .inner-box .image-box .option-list li:first-child a {
  font-size: 14px;
}
.shop-block-five .inner-box .image-box .option-list li a:hover,
.shop-block-five .inner-box .image-box .option-list li button:hover {
  color: #fff;
}
.shop-block-five .inner-box .content-box {
  position: relative;
  display: block;
}
.shop-block-five .inner-box .content-box h6 {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.shop-block-five .inner-box .content-box h6 a {
  display: inline-block;
  color: var(--title-color);
}
.shop-block-five .inner-box .content-box .rating {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.shop-block-five .inner-box .content-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #f8cd2e;
  margin-right: 2px;
}
.shop-block-five .inner-box .content-box .rating li span {
  color: #7c7c7c;
  padding-left: 2px;
}
.shop-block-five .inner-box .content-box h5 {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #e92530;
  margin-bottom: 10px;
}
.shop-block-five .inner-box .content-box h5 del {
  color: #7c7c7c;
  margin-right: 8px;
}
.shop-block-five .inner-box .content-box .cart-btn button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--title-color);
  padding-right: 22px;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    var(--theme-color),
    var(--theme-color) 50%,
    var(--title-color) 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.shop-block-five .inner-box .content-box .cart-btn button:hover,
.shop-block-five .inner-box .content-box .cart-btn button:hover i {
  background-position: 0 0;
}
.shop-block-five .inner-box .content-box .cart-btn button i {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 11px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    var(--theme-color),
    var(--theme-color) 50%,
    var(--title-color) 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.shop-eight {
  position: relative;
}
.shop-eight .sec-title {
  margin-bottom: 0;
}
.shop-eight .title-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.shop-eight .shop-block-five .inner-box .content-box h6 {
  font-weight: 500;
}
.shop-block-five .inner-box .content-box .quentity-box {
  position: relative;
  min-height: 30px;
  margin-bottom: 13px;
}
.shop-block-five .inner-box .content-box .quentity-box .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 3px;
  font-size: 14px;
  color: var(--title-color);
  text-transform: none;
  padding-left: 10px;
  padding-right: 25px;
}
.shop-block-five .inner-box .content-box .quentity-box .nice-select:before {
  right: 10px;
  color: var(--title-color);
}
.home_3 .shop-block-five .inner-box .content-box .cart-btn button,
.home_3 .shop-block-five .inner-box .content-box .cart-btn button i {
  background-image: linear-gradient(
    to right,
    var(--theme-color-3),
    var(--theme-color-3) 50%,
    var(--title-color) 50%
  );
}
.shop-eight .pattern-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1847px;
  height: 1136px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
}
.shop-eight .shop-block-five .inner-box {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 5px;
  min-height: 189px;
  transition: all 500ms ease;
}
.shop-eight .shop-block-five .inner-box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.shop-eight .shop-block-five .inner-box .image-box {
  left: 10px;
  top: 15px;
}
.shop-four.medical-shop .shop-block-five .inner-box {
  border: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  margin-bottom: 20px;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 15px;
  transition: all 500ms ease;
}
.shop-four.medical-shop .shop-block-five .inner-box:hover {
  border-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.shop-four.medical-shop .shop-block-five {
  padding: 0 10px;
}
.shop-four.medical-shop .inner-container {
  margin: 0 -10px;
}
.shop-four.medical-shop .shop-block-five .inner-box .image-box {
  left: 20px;
  top: 20px;
}
.shop-four.medical-shop .shop-block-five .inner-box .popular-product,
.shop-four.medical-shop .shop-block-five .inner-box .discount-product,
.shop-four.medical-shop .shop-block-five .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 12px;
  left: -8px;
  top: -8px;
}
.home_6 .shop-block-five .inner-box .content-box .cart-btn button,
.home_6 .shop-block-five .inner-box .content-box .cart-btn button i {
  background-image: linear-gradient(
    to right,
    var(--theme-color-6),
    var(--theme-color-6) 50%,
    var(--title-color) 50%
  );
}
.rtl .shop-block-five .inner-box {
  padding-left: 25px;
  padding-right: 140px;
}
.rtl .shop-block-five .inner-box .image-box {
  left: inherit;
  right: 0;
}
.rtl .shop-block-five {
  float: right;
}
.rtl .shop-eight .shop-block-five {
  float: none;
}
.rtl .shop-eight .shop-block-five .inner-box .image-box {
  right: 10px;
}
.rtl .shop-four.medical-shop .shop-block-five .inner-box .image-box {
  left: inherit;
}
@media only screen and (max-width: 1200px) {
  .shop-four .shop-block-five {
    width: 33.333%;
  }
}
@media only screen and (max-width: 991px) {
  .shop-four .shop-block-five {
    width: 50%;
  }
  .shop-four .title-content {
    display: block;
  }
  .shop-four .title-content .sec-title {
    margin-bottom: 20px;
  }
  .shop-eight .title-content {
    display: block;
  }
  .shop-eight .title-content .sec-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-eight .shop-block-five .inner-box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (max-width: 599px) {
  .shop-four .shop-block-five {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  .shop-block-five .inner-box {
    padding-right: 0;
  }
  .rtl .shop-block-five .inner-box {
    padding-left: 0;
  }
  .shop-eight .shop-block-five .inner-box {
    padding-right: 20px;
  }
  .rtl .shop-eight .shop-block-five .inner-box {
    padding-left: 20px;
    padding-right: 140px;
  }
}
.shop-page-section .item-shorting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f7f9;
  padding: 15px 30px;
  margin-bottom: 40px;
}
.shop-page-section .item-shorting .left-column .text p {
  font-size: 14px;
  color: var(--title-color);
}
.shop-page-section .item-shorting .left-column .text p span {
  font-weight: 700;
}
.shop-page-section .item-shorting .right-column {
  position: relative;
  display: flex;
  align-items: center;
}
.shop-page-section .item-shorting .right-column p {
  font-size: 14px;
  color: #7c7c7c;
  margin-right: 10px;
}
.shop-page-section .item-shorting .right-column .short-box {
  position: relative;
  display: flex;
  align-items: center;
}
.shop-page-section .item-shorting .right-column .select-box {
  min-height: 30px;
}
.shop-page-section .item-shorting .right-column .short-box .nice-select {
  font-size: 14px;
  line-height: 30px;
  color: var(--title-color);
  text-transform: capitalize;
}
.shop-page-section .item-shorting .right-column .short-box .nice-select:before {
  color: var(--title-color);
}
.shop-page-section .item-shorting .right-column .short-box .nice-select .list {
  min-width: 120px;
}
.shop-page-section .item-shorting .right-column .menu-box {
  position: relative;
  display: flex;
  align-items: center;
}
.shop-page-section .item-shorting .right-column .menu-box button {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #7c7c7c;
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-page-section .item-shorting .right-column .menu-box button img {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 500ms ease;
}
.shop-page-section .item-shorting .right-column .menu-box button.on img {
  opacity: 1;
  filter: grayscale(0%);
}
.wrapper.list .shop-list-content {
  display: block;
}
.wrapper.list .shop-grid-content {
  display: none;
}
.wrapper.grid .shop-list-content {
  display: none;
}
.wrapper.grid .shop-grid-content {
  display: block;
}
.shop-page-section .wrapper .inner-container .shop-block-two {
  float: left;
  width: 20%;
}
.shop-page-section .shop-block-two .inner-box .lower-content h5 {
  max-height: 24px;
}
.shop-page-section .cta-section .inner-container {
  padding-top: 82px;
  padding-bottom: 82px;
}
.shop-block-seven .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 40px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.shop-block-seven .inner-box:hover {
  border-color: #fff;
  box-shadow: 0 24px 54px 0 rgba(0, 0, 0, 0.07);
}
.shop-block-seven .inner-box .image-box {
  position: relative;
  display: block;
  width: 277px;
}
.shop-block-seven .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}
.shop-block-seven .inner-box:hover .image-box img {
  transform: scale(0.9);
}
.shop-block-seven .inner-box .image-box .discount-product {
  left: -10px;
  top: -7px;
}
.shop-block-seven .inner-box .content-box {
  position: relative;
  display: block;
}
.shop-block-seven .inner-box .content-box .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--title-color);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.shop-block-seven .inner-box .content-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;
}
.shop-block-seven .inner-box .content-box h4 a {
  display: inline-block;
}
.shop-block-seven .inner-box .content-box h4 a:hover {
  text-decoration: underline;
}
.shop-block-seven .inner-box .content-box h5 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #e92530;
  margin-bottom: 10px;
}
.shop-block-seven .inner-box .content-box h5 del {
  font-size: 16px;
  font-weight: 400;
  color: #7c7c7c;
  margin-left: 10px;
}
.shop-block-seven .inner-box .content-box .rating {
  margin-bottom: 10px;
}
.shop-block-seven .inner-box .content-box .theme-btn {
  background: transparent;
  border: 1px solid;
  border-width: 1px;
  color: var(--theme-color) !important;
  padding: 8.5px 70px;
}
.shop-block-seven .inner-box .content-box .theme-btn:hover {
  border-color: var(--secondary-color);
  color: #fff !important;
}
.shop-block-seven .inner-box .feature-content {
  position: relative;
  display: block;
  border-left: 1px solid #d9d9d9;
  padding: 30px 0 50px 60px;
}
.shop-block-seven .inner-box .feature-list li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding-left: 16px;
}
.shop-block-seven .inner-box .feature-list li:before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 5px;
  height: 5px;
  left: 0;
  top: 12px;
  border-radius: 50%;
}
.shop-banner .slide-item {
  padding: 110px 120px;
}
.shop-sidebar .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.shop-sidebar .sidebar-table {
  min-width: 1585px;
  width: 100%;
}
.shop-sidebar .sidebar-table tbody {
  vertical-align: top;
}
.shop-sidebar .sidebar-table .widget-title {
  margin-bottom: 25px;
}
.shop-sidebar .sidebar-table tbody tr td {
  padding-right: 60px;
  width: 280px;
}
.shop-sidebar .sidebar-table tbody tr td:last-child {
  padding: 0;
}
.shop-sidebar .sidebar-table tbody tr .filter-widget {
  width: 220px;
}
.shop-sidebar.style-two .category-list li label {
  display: block;
}
.shop-sidebar.style-two .category-list li {
  position: relative;
}
.shop-sidebar .category-list li span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--title-color);
}
.shop-page-section .item-shorting .left-column {
  position: relative;
  display: flex;
  align-items: center;
}
.shop-page-section .item-shorting .left-column .filter-button button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  padding: 8px 20px;
  width: 180px;
  text-align: left;
}
.shop-page-section .item-shorting .left-column .filter-button button i {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 7px;
}
.shop-page-section .our-shop.fluid .wrapper .inner-container .shop-block-two {
  width: 16.666%;
}
.rtl .shop-page-section .item-shorting .right-column .menu-box button.mr_10 {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .shop-page-section .item-shorting .right-column p {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .shop-block-seven .inner-box .feature-content {
  padding-left: 0;
  padding-right: 60px;
  border-left: none;
  border-right: 1px solid #d9d9d9;
}
.rtl .shop-block-seven .inner-box .feature-list li {
  padding-left: 0;
  padding-right: 16px;
}
.rtl .shop-block-seven .inner-box .feature-list li:before {
  left: inherit;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .shop-page-section .wrapper .inner-container .shop-block-two {
    width: 33.333%;
  }
}
@media only screen and (max-width: 991px) {
  .shop-page-section .wrapper .inner-container .shop-block-two {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-block-seven .inner-box {
    display: block;
  }
  .shop-page-section .wrapper .inner-container .shop-block-two {
    width: 100%;
  }
  .shop-block-seven .inner-box .feature-content {
    padding: 0;
    border: 0;
    margin-top: 30px;
  }
  .shop-sidebar {
    margin-bottom: 40px;
  }
  .rtl .shop-block-seven .inner-box .feature-content {
    padding-right: 0;
    border: 0;
  }
  .shop-banner .slide-item {
    padding: 100px 30px;
  }
}
@media only screen and (max-width: 599px) {
  .shop-page-section .item-shorting {
    display: block;
    text-align: center;
  }
  .shop-page-section .item-shorting .right-column {
    justify-content: center;
  }
}
@media only screen and (max-width: 499px) {
  .shop-block-seven .inner-box .image-box {
    width: 100%;
  }
  .shop-block-seven .inner-box .content-box .theme-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .shop-block-seven .inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .shop-page-section .item-shorting .right-column .short-box {
    margin-right: 15px;
  }
  .rtl .shop-page-section .item-shorting .right-column .short-box {
    margin-left: 15px;
    margin-right: 0;
  }
}
.shop-two {
  position: relative;
}
.shop-two .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.shop-two .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.shop-two .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.shop-block-two .inner-box {
  position: relative;
  display: block;
  padding: 20px 20px 24px;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.shop-block-two .inner-box:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 10px 30px 0 #0001A;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}
.shop-block-two .inner-box:hover:before {
  opacity: 1;
  height: calc(100%+65px);
}
.shop-block-two .inner-box:hover {
  z-index: 2;
}
.shop-block-two .inner-box .image-box {
  position: relative;
  display: block;
}
.shop-block-two .inner-box .image-box .image {
  position: relative;
  display: block;
  max-width: 230px;
  margin: 0 auto;
  overflow: hidden;
}
.shop-block-two .inner-box .image-box .image img {
  width: auto;
  max-height: 200px;
  transition: all 500ms ease;
}
.shop-block-two .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.shop-block-two .inner-box .image-box .option-list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.shop-block-two .inner-box .image-box .option-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    background-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    border-color 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1),
    -webkit-transform 0.25s cubic-bezier(0.17, 0.62, 0.44, 0.99),
    -webkit-box-shadow 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
  */will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateX(0.625rem);
  transform: translateX(0.625rem);
}
.shop-block-two .inner-box .image-box .option-list li:last-child {
  margin-bottom: 0;
}
.shop-block-two .inner-box:hover .image-box .option-list li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.shop-block-two .inner-box .image-box .option-list li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.shop-block-two .inner-box .image-box .option-list li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.shop-block-two .inner-box .image-box .option-list li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.shop-block-two .inner-box .image-box .option-list li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.shop-block-two .inner-box .image-box .option-list li a,
.shop-block-two .inner-box .image-box .option-list li button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #f5f5f5;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-block-two .inner-box .image-box .option-list li a:hover,
.shop-block-two .inner-box .image-box .option-list li button:hover {
  color: #fff;
}
.shop-block-two .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 15px;
}
.shop-block-two .inner-box .lower-content .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--title-color);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.shop-block-two .inner-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;
}
.shop-block-two .inner-box .lower-content h4 a {
  display: inline-block;
  color: var(--title-color);
}
.shop-block-two .inner-box .lower-content h5 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #e92530;
  margin-bottom: 10px;
}
.shop-block-two .inner-box .lower-content h5 del {
  font-size: 16px;
  font-weight: 400;
  color: #7c7c7c;
  margin-left: 10px;
}
.shop-block-two .inner-box .lower-content .rating {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.shop-block-two .inner-box .lower-content .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #f8cd2e;
  margin-right: 2px;
}
.shop-block-two .inner-box .lower-content .rating li span {
  color: #7c7c7c;
  padding-left: 2px;
}
.shop-two .nav-style-one .owl-nav {
  position: absolute;
  top: -64px;
  right: 0;
}
.shop-block-two .inner-box .lower-content .cart-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  bottom: -49px;
  visibility: hidden;
  transition: all 500ms ease;
}
.shop-block-two .inner-box:hover .lower-content .cart-btn {
  opacity: 1;
  bottom: -69px;
  visibility: visible;
}
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
  color: #fff;
  width: 100%;
}
.shop-block-two .inner-box .lower-content .cart-btn .theme-btn.not {
  z-index: -1;
  opacity: 0.5;
}
.shop-two .inner-container .shop-block-two {
  float: left;
  width: 16.666%;
}
.shop-two .title-content .sec-title {
  margin-bottom: 0;
}
.shop-two .title-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.shop-two.popular-picks {
  background: #daf1cf;
}
.shop-two.popular-picks .shop-block-two .inner-box {
  background: #fff;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.shop-two.popular-picks .shop-block-two .inner-box:before {
  border-radius: 10px;
}
.shop-two.popular-picks .shop-block-two .inner-box .popular-product,
.shop-two.popular-picks .shop-block-two .inner-box .discount-product,
.shop-two.popular-picks .shop-block-two .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 12px;
}
.shop-two.popular-picks .shop-block-two .inner-box .lower-content .text {
  font-weight: 500;
  letter-spacing: 1px;
}
.shop-two.popular-picks .shop-block-two .inner-box .lower-content .rating {
  margin-bottom: 8px;
}
.shop-two.popular-picks .shop-block-two .inner-box .lower-content h5 {
  margin-bottom: 16px;
}
.shop-two.popular-picks .shop-block-two .inner-box .quentity-box {
  position: relative;
  min-height: 30px;
  width: 100%;
}
.shop-two.popular-picks .shop-block-two .inner-box .quentity-box .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 3px;
  font-size: 14px;
  color: var(--title-color);
  text-transform: none;
  padding-left: 10px;
  padding-right: 25px;
}
.shop-two.popular-picks
  .shop-block-two
  .inner-box
  .quentity-box
  .nice-select:before {
  right: 10px;
  color: var(--title-color);
}
.shop-two.popular-picks .shop-block-two .inner-box .lower-content h5 del {
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  margin-right: 8px;
}
.shop-two.popular-picks .shop-block-two {
  padding: 0 15px;
  width: 20%;
}
.shop-two.popular-picks .inner-container {
  margin: 0 -15px;
}
.shop-two.popular-picks .shop-block-two .inner-box .lower-content {
  padding-top: 40px;
}
.shop-two.popular-picks.home-5 {
  background: transparent;
}
.shop-two.popular-picks.home-5
  .shop-block-two
  .inner-box:hover
  .lower-content
  .cart-btn {
  bottom: -59px;
}
.shop-two.popular-picks.home-5 .shop-block-two .inner-box .lower-content .text {
  font-weight: 500;
  font-family: var(--title-font-three);
}
.shop-two.medical-shop {
  background: #e5f4f8;
}
.shop-two.medical-shop .shop-block-two .inner-box .popular-product,
.shop-two.medical-shop .shop-block-two .inner-box .discount-product,
.shop-two.medical-shop .shop-block-two .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 12px;
}
.shop-two.medical-shop .shop-block-two .inner-box:before {
  border-radius: 10px;
}
.shop-two.medical-shop .shop-block-two .inner-box {
  background: #fff;
  border-radius: 10px;
  padding-top: 32px;
}
.shop-two.medical-shop .inner-container {
  margin: 0 -15px;
}
.shop-two.medical-shop .shop-block-two {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.shop-two.medical-shop
  .shop-block-two
  .inner-box
  .lower-content
  .cart-btn
  .theme-btn {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}
.shop-two.medical-shop .shop-block-two .inner-box .lower-content h4 {
  margin-bottom: 11px;
}
.shop-two.medical-shop .shop-block-two .inner-box .lower-content .rating {
  margin-bottom: 11px;
}
.shop-two.medical-shop .shop-block-two .inner-box .lower-content .text {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.shop-two.medical-shop .shop-block-two .inner-box .lower-content {
  padding-top: 30px;
}
.shop-two.medical-shop .shop-block-two .inner-box .lower-content h5 del {
  font-size: 20px;
  font-weight: 500;
  margin-right: 8px;
  margin-left: 0;
}
.shop-four.kids-shop .shop-block-two .inner-box:hover .lower-content .cart-btn {
  bottom: -59px;
}
.shop-two.pet-picks .shop-block-two .inner-box .image-box .image {
  max-width: 175px;
}
.rtl .shop-block-two .inner-box {
  text-align: right;
}
.rtl .shop-block-two .inner-box .lower-content .rating {
  justify-content: right;
}
.rtl .shop-two .nav-style-one .owl-nav {
  right: inherit;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .shop-two .inner-container .shop-block-two {
    width: 33.333%;
  }
}
@media only screen and (max-width: 991px) {
  .shop-two .title-content {
    display: block;
  }
  .shop-two .title-content .sec-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-two .nav-style-one .owl-nav {
    display: none;
  }
  .shop-two .inner-container .shop-block-two {
    width: 50%;
  }
}
@media only screen and (max-width: 499px) {
  .shop-two .inner-container .shop-block-two {
    width: 100%;
  }
}
.page-title {
  position: relative;
}
.page-title .bread-crumb {
  position: relative;
  display: flex;
  align-items: center;
}
.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  font-family: var(--title-font);
  margin-right: 18px;
}
.page-title .bread-crumb li:last-child {
  margin: 0;
}
.page-title .bread-crumb li a {
  display: inline-block;
  color: var(--title-color);
}
.page-title .bread-crumb li:before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 6px;
  height: 1px;
  top: 11px;
  right: -13px;
}
.page-title .bread-crumb li:last-child:before {
  display: none;
}
.rtl .page-title .bread-crumb li {
  margin-right: 0;
  margin-left: 18px;
}
.rtl .page-title .bread-crumb li:before {
  right: inherit;
  left: -13px;
}
.shop-details {
  position: relative;
}
.product-details-content {
  position: relative;
  display: block;
}
.product-details-content .image-inner {
  position: relative;
  padding-left: 130px;
}
.product-details-content .image-box {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
}
.product-details-content .image-box img {
  width: 100%;
}
.product-details-content .slider-content .slider-pager {
  position: absolute;
  left: 0;
  top: 0;
}
.product-details-content .slider-content .thumb-box li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.product-details-content .slider-content .thumb-box li:last-child {
  margin-bottom: 0;
}
.product-details-content .slider-content .thumb-box li a {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: all 500ms ease;
}
.product-details-content .content-box {
  position: relative;
  display: block;
  margin-top: -8px;
}
.product-details-content .content-box .upper-text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 7px;
}
.product-details-content .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 12px;
}
.product-details-content .content-box h3 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 41px;
  color: #e92530;
  margin-bottom: 14px;
}
.product-details-content .content-box .text-box p {
  margin-bottom: 25px;
}
.product-details-content .content-box .text-box p:last-child {
  margin-bottom: 0;
}
.product-details-content .content-box .discription-box li {
  position: relative;
  display: block;
  color: var(--title-color);
  margin-bottom: 2px;
}
.product-details-content .content-box .discription-box li:last-child {
  margin-bottom: 0;
}
.product-details-content .content-box .discription-box li strong {
  position: relative;
  display: inline-block;
  width: 160px;
  color: var(--title-color);
}
.product-details-content .content-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--text-font);
  font-weight: 400;
  margin-bottom: 10px;
}
.product-details-content .content-box h6 span {
  color: #ff2d2d;
}
.product-details-content .content-box .color-list {
  position: relative;
  display: flex;
  align-items: center;
}
.product-details-content .content-box .color-list li {
  margin-right: 6px;
}
.product-details-content .content-box .color-list .check-box label:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #18181c;
  border: none !important;
  top: 0;
}
.product-details-content
  .content-box
  .color-list
  li:nth-child(2)
  .check-box
  label:before {
  background: #b09f7d;
}
.product-details-content
  .content-box
  .color-list
  li:nth-child(3)
  .check-box
  label:before {
  background: #785099;
}
.product-details-content
  .content-box
  .color-list
  li:nth-child(4)
  .check-box
  label:before {
  background: #e54d4d;
}
.product-details-content .content-box .color-list .check-box label:after {
  background-image: none;
  width: 28px;
  height: 28px;
  border: solid;
  border-width: 1px;
  left: -4px;
  top: 0;
  border-radius: 50%;
}
.product-details-content .content-box .size-list {
  position: relative;
  display: flex;
  align-items: center;
}
.product-details-content .content-box .size-list li {
  margin-right: 10px;
}
.product-details-content .content-box .size-list .check-box label:before,
.product-details-content .content-box .size-list .check-box label:after {
  display: none;
}
.product-details-content .content-box .size-list .check-box label {
  padding: 0;
  width: 71px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  font-size: 16px;
  color: var(--title-color);
  text-align: center;
  cursor: pointer;
  background: transparent;
  border-radius: 40px;
  transition: all 500ms ease;
}
.product-details-content
  .content-box
  .size-list
  .check-box
  input:checked
  + label {
  color: #fff;
}
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up,
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down {
  border: none !important;
}
.product-details-content .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  float: left;
  padding: 0 40px;
  margin-left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  height: 50px;
  z-index: 1;
}
.product-details-content .bootstrap-touchspin .input-group-btn-vertical i {
  left: 12px;
}
.product-details-content .item-quantity input.quantity-spinner {
  line-height: 48px;
  height: 46px;
  width: 43px !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  background: transparent;
}
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down {
  position: absolute;
  height: 40px;
  width: 70px;
  background: transparent;
  padding: 0;
  left: -35px;
  top: 0;
  border-radius: 0;
  border: none !important;
  border-right: 1px solid #e5e5e5 !important;
}
.product-details-content
  .bootstrap-touchspin
  .btn.bootstrap-touchspin-up:before,
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down:before {
  color: var(--title-color) !important;
}
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 40px;
  width: 70px;
  background: transparent;
  padding: 0;
  right: -45px;
  top: 0;
  margin-top: 0;
  border-radius: 0;
  border: none !important;
  border-left: 1px solid #e5e5e5 !important;
}
.product-details-content .bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 16px;
  font-style: normal;
  color: var(--title-color);
  font-family: "Font Awesome 5 Pro";
}
.product-details-content .bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 16px;
  font-style: normal;
  color: var(--title-color);
  font-family: "Font Awesome 5 Pro";
}
.product-details-content .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  width: 100%;
}
.product-details-content .bootstrap-touchspin .input-group-btn-vertical i {
  top: 15px;
  left: 15px;
  font-size: inherit !important;
}
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  margin-top: 0;
}
.product-details-content .bootstrap-touchspin .btn:hover,
.product-details-content .bootstrap-touchspin .btn:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.product-details-content .item-quantity {
  border-radius: 5px;
}
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down {
  width: 40px;
  top: 5px;
}
.product-details-content
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up {
  width: 50px;
  top: 4px;
}
.product-details-content .addto-cart-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.product-details-content .addto-cart-box ul li:last-child {
  margin-right: 0;
}
.product-details-content .addto-cart-box ul li a,
.product-details-content .addto-cart-box ul li.like-btn button {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  font-size: 18px;
  color: var(--title-color);
  transition: all 500ms ease;
}
.product-details-content .addto-cart-box ul li a:hover,
.product-details-content .addto-cart-box ul li.like-btn button:hover,
.product-details-content .addto-cart-box ul li.like-btn button:active,
.product-details-content .addto-cart-box ul li.like-btn button:focus {
  color: #fff;
}
.product-details-content .other-option li {
  position: relative;
  display: block;
  color: var(--title-color);
  margin-bottom: 8px;
}
.product-details-content .other-option li:last-child {
  margin-bottom: 0;
}
.product-details-content .other-option li strong {
  display: inline-block;
  width: 160px;
}
.product-details-content .other-option li.social-links a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: var(--title-color);
  font-size: 20px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.product-details-content .other-option li.social-links a:hover {
  color: #fff;
  background: #f5b020;
  border-color: #f5b020;
}
.shop-details .product-discription .tab-btns {
  position: relative;
  display: block;
}
.shop-details .product-discription .tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--title-font);
  font-weight: 700;
  color: #7c7c7c;
  cursor: pointer;
  padding: 12px 30px;
  border-radius: 40px;
  transition: all 500ms ease;
}
.shop-details .product-discription .tab-btns li.active-btn {
  color: #fff;
  background: #ffac00;
}
.shop-details .product-discription .tab-btns li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: -1px;
  transition: all 500ms ease;
}
.shop-details .product-discription .tab-btns li.active-btn:before,
.shop-details .product-discription .tab-btns li:hover:before {
  width: 100%;
}
.shop-details .product-discription .discription-content p {
  color: var(--title-color);
  margin-bottom: 26px;
}
.shop-details .product-discription .discription-content h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}
.shop-details .product-discription .review-content {
  position: relative;
  display: block;
}
.shop-details .product-discription .review-content .single-review {
  position: relative;
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  margin-bottom: 40px;
}
.shop-details .product-discription .review-content .single-review .upper-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box {
  position: relative;
  display: flex;
  align-items: center;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box
  .image {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box
  .image
  img {
  width: 100%;
  border-radius: 50%;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box
  h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 3px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box
  .date {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn {
  position: relative;
  display: flex;
  align-items: center;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn
  li {
  font-size: 16px;
  color: var(--title-color);
  margin-right: 30px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn
  li:last-child {
  margin: 0 !important;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn
  li
  button {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: rgba(124, 124, 124, 1);
  margin-right: 7px;
  transition: all 500ms ease;
}
.shop-details .product-discription .review-content .single-review p {
  color: var(--title-color);
  margin-bottom: 15px;
}
.shop-details .product-discription .review-content .single-review .image-list {
  position: relative;
  display: flex;
  align-items: center;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .image-list
  li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .image-list
  li
  img {
  width: 100%;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .image-list
  li:last-child {
  margin: 0 !important;
}
.shop-details
  .product-discription
  .review-content
  .single-review
  .reply-review {
  margin-left: 80px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .form-inner
  .form-group
  .upload-box {
  position: relative;
  display: flex;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(229, 229, 229, 1);
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .form-inner
  .upload-field
  input {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .form-inner
  .form-group
  .upload-box
  .upload-content
  i {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--title-color);
  margin-bottom: 10px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .form-inner
  .form-group
  .upload-box
  .upload-content
  span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--title-color);
}
.shop-details .product-discription .review-content .customer-review h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-box
  p {
  color: var(--title-color);
  margin-bottom: 10px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list {
  position: relative;
  display: flex;
  align-items: center;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list:last-child {
  margin: 0 !important;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li {
  position: relative;
  margin-right: 42px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li:last-child {
  margin: 0 !important;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li
  button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: rgba(189, 189, 189, 1);
  transition: all 500ms ease;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li
  button
  i {
  margin-right: 8px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li
  button:hover,
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li
  button:active,
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li
  button:focus {
  color: rgba(245, 176, 32, 1);
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li:before {
  position: absolute;
  content: "";
  background: rgba(217, 217, 217, 1);
  width: 1px;
  height: 16px;
  top: 5px;
  right: -22px;
}
.shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li:last-child:before {
  display: none;
}
.shop-details .product-discription .review-content .form-inner .form-group {
  position: relative;
  margin-bottom: 22px;
}
.shop-details
  .product-discription
  .review-content
  .form-inner
  .form-group
  label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin-bottom: 4px;
}
.shop-details
  .product-discription
  .review-content
  .form-inner
  .form-group
  input[type="text"],
.shop-details
  .product-discription
  .review-content
  .form-inner
  .form-group
  input[type="email"],
.shop-details
  .product-discription
  .review-content
  .form-inner
  .form-group
  textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 55px;
  font-size: 16px;
  color: var(--title-color);
  padding: 10px 20px;
  transition: all 500ms ease;
}
.shop-details .product-discription .review-content .check-box label:before {
  top: 5px;
}
.shop-details .product-discription .review-content .check-box label:after {
  background-image: none;
  content: "\e928";
  font-family: "icomoon";
  font-size: 6px;
  left: 4px;
  top: -1px;
  color: #ccc;
}
.shop-details
  .product-discription
  .review-content
  .form-inner
  .form-group
  textarea {
  height: 150px;
  resize: none;
  border-radius: 20px;
}
.shop-details .product-discription .specification-content .specification-list {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(229, 229, 229, 1);
}
.shop-details
  .product-discription
  .specification-content
  .specification-list
  li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
}
.shop-details
  .product-discription
  .specification-content
  .specification-list
  li:last-child {
  border-bottom: 0;
}
.shop-details
  .product-discription
  .specification-content
  .specification-list
  li
  strong {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 12px 0;
  padding-left: 30px;
  margin-right: 40px;
}
.shop-details
  .product-discription
  .specification-content
  .specification-list
  li:nth-child(odd) {
  background: rgba(247, 247, 247, 1);
}
.shop-details .group-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.shop-details .group-title h3 {
  display: block;
  font-size: 28px;
  line-height: 38px;
}
.rtl .product-details-content .content-box .color-list li {
  margin-right: 0;
  margin-left: 6px;
}
.rtl .product-details-content .content-box .color-list .check-box label:after {
  right: inherit;
  left: -3px;
  top: -1px;
}
.rtl .product-details-content .content-box .size-list li {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product-details-content .addto-cart-box ul li {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl .shop-details .product-discription .tab-btns li {
  float: right;
  margin-right: 0;
  margin-left: 50px;
}
.rtl
  .shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .info-box
  .image {
  margin-right: 0;
  margin-left: 10px;
}
.rtl
  .shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn
  li {
  margin-right: 0;
  margin-left: 30px;
}
.rtl
  .shop-details
  .product-discription
  .review-content
  .single-review
  .upper-box
  .option-btn
  li
  button {
  margin-right: 0;
  margin-left: 7px;
}
.rtl
  .shop-details
  .product-discription
  .review-content
  .single-review
  .image-list
  li {
  margin-right: 0;
  margin-left: 10px;
}
.rtl
  .shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li {
  margin-right: 0;
  margin-left: 42px;
}
.rtl
  .shop-details
  .product-discription
  .review-content
  .customer-review
  .rating-inner
  .rating-list
  li:before {
  right: inherit;
  left: -22px;
}
.rtl
  .shop-details
  .product-discription
  .specification-content
  .specification-list
  li
  strong {
  margin-right: 0;
  margin-left: 40px;
  text-align: right;
  padding-right: 30px;
}
.rtl .product-details-content .content-box .cs-countdown .count-col {
  margin-right: 0;
  margin-left: 16px;
}
.rtl .product-details-content .content-box .cs-countdown .count-col:before {
  right: inherit;
  left: -10px;
}
@media only screen and (max-width: 1200px) {
  .product-details-content .content-box {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-details-content .content-box {
    margin-top: 30px;
  }
  .shop-details .related-product .shop-block-one {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-details .related-product .shop-block-one {
    width: 100%;
  }
  .shop-details
    .product-discription
    .specification-content
    .specification-list
    li {
    padding: 12px 30px;
  }
  .shop-details
    .product-discription
    .specification-content
    .specification-list
    li
    strong {
    background: transparent;
    padding: 0 !important;
    width: auto;
    margin-right: 30px;
  }
  .shop-details .product-discription .tab-btns li {
    padding-top: 15px;
  }
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner {
    display: block;
  }
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner
    .rating-list {
    margin: 0 !important;
  }
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner
    .rating-list:before {
    display: none;
  }
  .product-details-content .content-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .product-details-content .addto-cart-box ul li {
    margin-bottom: 15px;
  }
  .product-details-content .slider-content .thumb-box li a {
    width: 65px;
    height: 65px;
  }
  .product-details-content .other-option li strong,
  .product-details-content .content-box .discription-box li strong {
    width: auto;
    margin-right: 20px;
  }
  .shop-details.style-two .product-details-content .image-inner {
    padding-left: 0;
  }
  .shop-details.style-two .product-details-content .image-inner .slider-pager {
    position: relative;
  }
  .shop-details.style-two .product-details-content .slider-content .thumb-box {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  .shop-details.style-two
    .product-details-content
    .slider-content
    .thumb-box
    li {
    margin-right: 5px;
  }
  .shop-details.style-two
    .product-details-content
    .slider-content
    .thumb-box
    li
    a {
    width: 50px;
    height: 50px;
  }
  .product-details-content .image-inner {
    padding-left: 80px;
  }
  .product-details-content .bx-viewport {
    min-height: 300px !important;
  }
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner
    .rating-list {
    display: block;
  }
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner
    .rating-list
    li {
    margin: 0 !important;
  }
  .shop-details
    .product-discription
    .review-content
    .customer-review
    .rating-inner
    .rating-list
    li:before {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  .shop-details
    .product-discription
    .review-content
    .single-review
    .reply-review {
    margin-left: 0;
  }
  .product-details-content .content-box .size-list li {
    margin-right: 5px;
  }
  .rtl .product-details-content .content-box .size-list li {
    margin-left: 5px;
  }
  .shop-details
    .product-discription
    .review-content
    .single-review
    .upper-box
    .option-btn
    li {
    margin-right: 15px;
  }
  .rtl
    .shop-details
    .product-discription
    .review-content
    .single-review
    .upper-box
    .option-btn
    li {
    margin-left: 15px;
  }
}
.testimonial-section {
  position: relative;
}
.testimonial-section .sec-title {
  margin-bottom: 50px;
}
.testimonial-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonial-section .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.testimonial-block-one {
  margin-top: 40px;
}
.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
  padding: 0 40px 45px;
  margin-bottom: 30px;
}
.testimonial-block-one .inner-box .thumb-box {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: -40px;
  margin-bottom: 11px;
}
.testimonial-block-one .inner-box .thumb-box img {
  width: 100%;
  border-radius: 50%;
}
.testimonial-block-one .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 2px;
}
.testimonial-block-one .inner-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
  margin-bottom: 20px;
}
.testimonial-block-one .inner-box .rating {
  justify-content: center;
}
.testimonial-block-one .inner-box .rating li {
  font-size: 16px;
  margin-right: 5px;
}
.testimonial-block-one .inner-box .rating li:last-child {
  margin-bottom: 0;
}
.testimonial-block-one .inner-box .rating li.light {
  color: rgba(0, 0, 0, 0.15);
}
.testimonial-block-one .inner-box p {
  font-size: 18px;
  line-height: 28px;
}
.testimonial-section .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 8px;
}
.testimonial-section .owl-dots button span {
  display: none !important;
}
.testimonial-section .owl-dots button {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  cursor: pointer;
  margin: 0 5px;
  transition: all 500ms ease;
}
.testimonial-section .owl-dots button:before {
  position: absolute;
  content: "";
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  width: 18px;
  height: 18px;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.testimonial-section .owl-dots button.active:before,
.testimonial-section .owl-dots button:hover:before {
  transform: scale(1, 1);
}
.testimonial-style-two {
  position: relative;
}
.testimonial-style-two .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.testimonial-block-two .inner-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
  padding: 50px 45px;
}
.testimonial-block-two .inner-box .rating .light {
  color: #c8c8d6;
}
.testimonial-block-two .inner-box .rating {
  margin-bottom: 29px;
}
.testimonial-block-two .inner-box p {
  font-size: 18px;
  line-height: 28px;
  color: #6a6a6a;
  margin-bottom: 25px;
}
.testimonial-block-two .inner-box .author-box {
  position: relative;
  padding: 7px 0 7px 76px;
}
.testimonial-block-two .inner-box .thumb-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial-block-two .inner-box .thumb-box img {
  width: 100%;
  border-radius: 50%;
}
.testimonial-block-two .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}
.testimonial-block-two .inner-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.testimonial-block-two .inner-box .icon-box {
  position: absolute;
  right: 50px;
  bottom: 55px;
  font-size: 50px;
  opacity: 0.1;
}
.testimonial-style-two .owl-nav {
  position: absolute;
  top: -85px;
  right: 0;
}
.rtl .testimonial-style-two .owl-nav {
  right: inherit;
  left: 0;
}
.rtl .testimonial-block-two .inner-box {
  text-align: right;
}
.rtl .testimonial-block-two .inner-box .author-box {
  padding-left: 0;
  padding-right: 76px;
}
.rtl .testimonial-block-two .inner-box .thumb-box {
  left: inherit;
  right: 0;
}
.rtl .testimonial-block-two .inner-box .icon-box {
  right: inherit;
  left: 50px;
}
.rtl .testimonial-block-two .inner-box .rating {
  justify-content: right;
}
.testimonial-block-two .inner-box .icon-box {
  color: #f06223;
}
@media only screen and (max-width: 767px) {
  .testimonial-section .owl-dots {
    display: none;
  }
  .testimonial-block-one .inner-box,
  .testimonial-block-two .inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonial-style-two .owl-nav {
    display: none;
  }
  .testimonial-block-two .inner-box .icon-box {
    right: 30px;
  }
}
.video-section {
  position: relative;
  background: #f7f7f7;
}
.content_block_one .content-box {
  position: relative;
  display: block;
  max-width: 620px;
}
.content_block_one .content-box h2 {
  display: block;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}
.content_block_one .content-box p {
  margin-bottom: 26px;
}
.content_block_one .content-box p:last-child {
  margin-bottom: 0;
}
.content_block_one .content-box .inner-box {
  position: relative;
  max-width: 570px;
}
.content_block_one .content-box .inner-box .single-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 21px 20px 21px 110px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
}
.content_block_one .content-box .inner-box .single-item .image-box {
  position: absolute;
  left: 19px;
  top: 10px;
}
.content_block_one .content-box .inner-box h3 {
  display: block;
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 6px;
}
.content_block_one .content-box .inner-box span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
}
.content_block_one .content-box .inner-box .clients-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 21px 20px 21px 135px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
}
.content_block_one .content-box .inner-box .clients-thumb {
  position: absolute;
  left: 15px;
  top: 25px;
  display: flex;
  align-items: center;
}
.content_block_one .content-box .inner-box .clients-thumb li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: -20px;
}
.content_block_one .content-box .inner-box .clients-thumb li img {
  width: 100%;
  border-radius: 50%;
}
.video_block_one .video-content {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -135px;
  text-align: center;
}
.video_block_one .video-content .image-box {
  position: relative;
  display: block;
}
.video_block_one .video-content .image-box img {
  width: 100%;
}
.video_block_one .video-content .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video_block_one .video-content .video-btn a {
  position: relative;
  display: inline-block;
  width: 106px;
  height: 106px;
  line-height: 112px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
}
.video_block_one .video-content .video-btn a:before,
.video_block_one .video-content .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video_block_one .video-content .video-btn a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.video-style-two {
  position: relative;
  overflow: hidden;
  padding: 155px 0 160px 0;
}
.video-style-two .content-box {
  position: relative;
  max-width: 560px;
}
.video-style-two .content-box .text-box {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--title-font-three);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.video-style-two .content-box h2 {
  display: block;
  font-size: 48px;
  line-height: 54px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 39px;
}
.video-style-two .content-box .theme-btn {
  background: transparent;
  border: solid;
  border-width: 1px;
  border-color: #fff;
  padding: 9px 40px;
}
.video-style-two .content-box .theme-btn span {
  background: #fff;
}
.video-style-two .content-box .theme-btn:hover {
  color: var(--title-color) !important;
}
.video-style-two .inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
}
.video-style-two .video-btn a {
  position: relative;
  display: inline-block;
  width: 106px;
  height: 106px;
  line-height: 112px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
}
.video-style-two .video-btn a:before,
.video-style-two .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-style-two .video-btn a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.video-style-two .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.video-style-two .big-text {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 200px;
  line-height: 200px;
  font-family: var(--title-font-five);
  writing-mode: vertical-lr;
  color: transparent;
  background: -webkit-linear-gradient(
    180deg,
    #efca8a 0,
    rgba(115, 97, 66, 0.48) 63%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
}
.video-style-two.about-page .content-box h2 {
  font-weight: 700;
}
.video-style-two.about-page .content-box .text-box {
  color: color(srgb 0.0148 0.1052 0.388);
}
.video-style-two.about-page .video-btn a {
  color: #fff;
  background: color(srgb 0.0148 0.1052 0.388);
}
.video-style-two.about-page .inner-container {
  max-width: 1290px;
}
.video-style-two.about-page .big-text {
  right: inherit;
  top: inherit;
  left: -20px;
  bottom: -40px;
  writing-mode: inherit;
  font-size: 270px;
  font-family: var(--title-font);
  font-weight: 800;
  text-transform: uppercase;
  width: max-content;
  color: transparent;
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0.1) 63%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rtl .video_block_one .video-content {
  margin-left: -135px;
  margin-right: -15px;
}
@media only screen and (max-width: 1200px) {
  .video_block_one .video-content {
    margin: 0 !important;
  }
  .video-section {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .content_block_one .content-box {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content_block_one .content-box .inner-box .single-item {
    margin-bottom: 30px;
  }
  .content_block_one .content-box .inner-box {
    max-width: 100%;
  }
  .video-section {
    padding: 70px 0;
  }
  .content_block_one .content-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .video-style-two .inner-container {
    display: block;
  }
  .video-style-two .content-box {
    margin-bottom: 50px;
  }
  .video-style-two {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 599px) {
  .video-style-two .content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.shop-nine {
  position: relative;
}
.shop-nine .inner-container {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding-left: 320px;
}
.shop-nine .advice-block {
  position: absolute;
  width: 320px;
  left: 0;
  top: 0;
  padding: 71px 30px 550px 30px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.shop-nine .advice-block h2 {
  display: block;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 20px;
}
.shop-nine .advice-block h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 19px;
}
.shop-nine .advice-block p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 34px;
}
.shop-nine .advice-block .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.shop-nine .shop-block-two {
  float: left;
  width: 20%;
  border-right: 1px solid #e7e9f0;
}
.shop-nine .shop-block-two:nth-child(5),
.shop-nine .shop-block-two:last-child {
  border: 0;
}
.shop-nine .shop-block-two:first-child,
.shop-nine .shop-block-two:nth-child(2),
.shop-nine .shop-block-two:nth-child(3),
.shop-nine .shop-block-two:nth-child(4),
.shop-nine .shop-block-two:nth-child(5) {
  border-bottom: 1px solid #e7e9f0;
}
.shop-nine .shop-block-two .inner-box .popular-product,
.shop-nine .shop-block-two .inner-box .discount-product,
.shop-nine .shop-block-two .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 12px;
}
.shop-nine .shop-block-two .inner-box .quentity-box {
  position: relative;
  min-height: 30px;
  width: 100%;
}
.shop-nine .shop-block-two .inner-box .quentity-box .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 3px;
  font-size: 14px;
  color: var(--title-color);
  text-transform: none;
  padding-left: 10px;
  padding-right: 25px;
}
.shop-nine .shop-block-two .inner-box .quentity-box .nice-select:before {
  right: 10px;
  color: var(--title-color);
}
.shop-nine .shop-block-two .inner-box .lower-content h5 del {
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  margin-right: 8px;
}
.shop-nine .shop-block-two .inner-box .image-box .image {
  max-width: 190px;
}
.shop-nine .content-box {
  position: relative;
  border: 1px solid #e7e9f0;
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.shop-nine .shop-block-two .inner-box {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.shop-nine .shop-block-two .inner-box .cart-btn .theme-btn {
  background: transparent;
  border: solid;
  border-width: 1px;
  color: var(--theme-color-4) !important;
  padding: 6.5px 30px;
  width: 100%;
}
.shop-nine .shop-block-two .inner-box .cart-btn .theme-btn:hover {
  color: #fff !important;
}
.shop-nine .shop-block-two .inner-box:before {
  width: calc(100%+10px);
  left: -5px;
  border-radius: 10px;
  top: -5px;
}
.shop-nine .shop-block-two .inner-box .lower-content {
  padding-top: 45px;
}
.shop-ten {
  position: relative;
}
.shop-ten .shop-block-two .inner-box .popular-product,
.shop-ten .shop-block-two .inner-box .discount-product,
.shop-ten .shop-block-two .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 12px;
}
.shop-ten .shop-block-two .inner-box .quentity-box {
  position: relative;
  min-height: 30px;
  width: 100%;
}
.shop-ten .shop-block-two .inner-box .quentity-box .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 3px;
  font-size: 14px;
  color: var(--title-color);
  text-transform: none;
  padding-left: 10px;
  padding-right: 25px;
}
.shop-ten .shop-block-two .inner-box .quentity-box .nice-select:before {
  right: 10px;
  color: var(--title-color);
}
.shop-ten .shop-block-two .inner-box .lower-content h5 del {
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  margin-right: 8px;
}
.shop-ten .shop-block-two .inner-box .image-box .image {
  max-width: 190px;
}
.shop-ten .shop-block-two .inner-box {
  margin-bottom: 0;
  border-right: 1px solid #e7e9f0;
}
.shop-ten .shop-block-two .inner-box:before {
  display: none;
}
.shop-ten .shop-carousel {
  border: 1px solid #e7e9f0;
  border-radius: 10px;
}
.shop-ten .owl-nav {
  position: absolute;
  top: -78px;
  right: 0;
}
.shop-ten .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.shop-ten .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.shop-ten .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.shop-11 {
  position: relative;
}
.shop-11 .inner-container {
  position: relative;
  overflow: hidden;
  padding: 80px;
}
.shop-11 .inner-container .big-text {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 200px;
  line-height: 140px;
  font-family: var(--title-font-three);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.2);
  writing-mode: vertical-lr;
  z-index: 1;
  transform: rotate(180deg);
}
.shop-11 .inner-container .bg-layer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0.2;
}
.shop-11 .left-content {
  position: relative;
  width: 100%;
  height: 390px;
}
.shop-11 .left-content .single-item {
  position: absolute;
}
.shop-11 .left-content .single-item:first-child {
  left: 180px;
  top: 60px;
}
.shop-11 .left-content .single-item:last-child {
  right: 180px;
  bottom: 160px;
}
.shop-11 .left-content .single-item .decore {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-11 .left-content .single-item .decore:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 8px;
  top: 8px;
  opacity: 0.5;
  transition: all 500ms ease;
}
.shop-11 .left-content .single-item.active .decore:before,
.shop-11 .left-content .single-item:hover .decore:before {
  opacity: 1;
}
.shop-11 .left-content .single-item .text-box {
  position: absolute;
  left: 50%;
  top: 47px;
  margin-left: -76px;
  width: 180px;
  background: rgba(0, 0, 0, 0.25);
  border: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 19px 20px 21px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.shop-11 .left-content .single-item:hover .text-box,
.shop-11 .left-content .single-item.active .text-box {
  top: 37px;
  opacity: 1;
  visibility: visible;
}
.shop-11 .left-content .single-item .text-box:before {
  position: absolute;
  content: "";
  background: transparent;
  width: 100%;
  height: 10px;
  left: 0;
  top: -10px;
}
.shop-11 .left-content .single-item .text-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.shop-11 .left-content .single-item .text-box h6 a {
  display: inline-block;
  color: #fff;
}
.shop-11 .left-content .single-item .text-box h4 {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.shop-11 .right-content {
  position: relative;
  display: block;
}
.shop-11 .right-content .shop-block-two {
  float: left;
  width: 33.333%;
  padding-right: 1px;
}
.shop-11 .right-content .shop-block-two:last-child {
  padding-right: 0;
}
.shop-11 .shop-block-two .inner-box .popular-product,
.shop-11 .shop-block-two .inner-box .discount-product,
.shop-11 .shop-block-two .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 12px;
}
.shop-11 .right-content .shop-block-two .inner-box {
  background: #fff;
  margin-bottom: 0;
}
.shop-11 .right-content .shop-block-two .inner-box:before {
  display: none;
}
.shop-11 .shop-block-two .inner-box .image-box .image {
  max-width: 184px;
}
.shop-11 .shop-block-two .inner-box .lower-content h5 {
  margin-bottom: 0;
}
.latest-products {
  position: relative;
}
.latest-products .shop-block-two .inner-box .popular-product,
.latest-products .shop-block-two .inner-box .discount-product,
.latest-products .shop-block-two .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 12px;
}
.latest-products .shop-block-two .inner-box {
  margin-bottom: 0;
  background: #fff;
  margin-right: 1px;
}
.latest-products .shop-block-two .inner-box:before {
  display: none;
}
.latest-products .shop-block-two .inner-box .image-box .image {
  max-width: 190px;
}
.latest-products .owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
}
.latest-products .owl-nav button {
  background: #fff;
}
.shop-nine.medical-shop .shop-block-two .inner-box .popular-product,
.shop-nine.medical-shop .shop-block-two .inner-box .discount-product,
.shop-nine.medical-shop .shop-block-two .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 12px;
}
.shop-nine.medical-shop .shop-block-two .inner-box:before {
  border-radius: 10px;
}
.shop-nine.medical-shop .shop-block-two .inner-box {
  background: #fff;
  border-radius: 10px;
  padding-top: 32px;
}
.shop-nine.medical-shop
  .shop-block-two
  .inner-box
  .lower-content
  .cart-btn
  .theme-btn {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  color: #fff !important;
}
.shop-nine.medical-shop .shop-block-two .inner-box .lower-content h4 {
  margin-bottom: 11px;
}
.shop-nine.medical-shop .shop-block-two .inner-box .lower-content .rating {
  margin-bottom: 11px;
}
.shop-nine.medical-shop .shop-block-two .inner-box .lower-content .text {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.shop-nine.medical-shop .shop-block-two .inner-box .lower-content {
  padding-top: 30px;
}
.shop-nine.medical-shop .shop-block-two .inner-box .lower-content h5 del {
  font-size: 20px;
  font-weight: 500;
  margin-right: 8px;
  margin-left: 0;
}
.shop-nine.medical-shop .advice-block {
  background: #fff7da;
  padding-top: 40px;
  padding-bottom: 69px;
}
.shop-nine.medical-shop .advice-block .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.shop-nine.medical-shop .advice-block h3 {
  font-size: 28px;
  line-height: 38px;
  font-family: var(--title-font-three);
  font-weight: 600;
  margin-bottom: 35px;
}
.shop-nine.medical-shop .advice-block .image {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.shop-nine.medical-shop .advice-block .image img {
  width: 100%;
}
.shop-nine.medical-shop .advice-block .theme-btn {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  margin-bottom: 60px;
}
.shop-nine.medical-shop .advice-block .feature-text li {
  position: relative;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 42px;
  padding-left: 18px;
}
.shop-nine.medical-shop .advice-block .feature-text li:before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 6px;
  height: 6px;
  left: 0;
  top: 18px;
  border-radius: 50%;
}
.shop-six.kids-picks .content-box {
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.shop-six.kids-picks .shop-block-two {
  width: 100%;
  float: none;
}
.shop-six.kids-picks .advice-block-one .inner-box {
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  z-index: 2;
}
.shop-six.kids-picks .advice-block-one .inner-box a {
  border-radius: 30px;
}
.shop-six.kids-picks .advice-block-one .inner-box a:hover {
  background: var(--secondary-color);
}
.shop-six.kids-picks .advice-block-one .inner-box {
  background: #fef0e8;
  padding-bottom: 284px;
}
.shop-six.kids-picks .owl-nav {
  position: absolute;
  top: -77px;
  right: 0;
}
.shop-six.kids-picks .inner-container {
  overflow: visible;
}
.shop-six.kids-picks .shop-block-two .inner-box .image-box .image {
  max-width: 200px;
}
.shop-six.kids-picks .shop-block-two .inner-box .lower-content h5 del {
  font-size: 20px;
  margin-left: 0;
  margin-right: 8px;
}
.shop-six.kids-picks .shop-block-two .inner-box .lower-content .text {
  text-transform: capitalize;
}
.shop-six.kids-picks .shop-block-two .inner-box {
  border-right: 1px solid #e7e9f0;
  padding-bottom: 26px;
}
.shop-six.kids-picks .shop-block-two .inner-box:before {
  display: block;
  width: calc(100%+10px);
  left: -5px;
  top: -5px;
  border-radius: 5px;
}
.shop-six.kids-picks .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.shop-six.kids-picks .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.shop-six.kids-picks .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.shop-six.kids-picks .shop-block-two .inner-box:hover .lower-content .cart-btn {
  bottom: -61px;
}
.shop-four.kids-shop .shop-block-two .inner-box .image-box .image {
  max-width: 160px;
}
.shop-four.kids-shop .shop-block-two {
  float: left;
  width: 20%;
  padding: 0 10px;
}
.shop-four.kids-shop .inner-container {
  margin: 0 -10px;
}
.shop-four.kids-shop .shop-block-two .inner-box {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.shop-four.kids-shop .shop-block-two .inner-box:hover {
  border-color: #fff;
}
.shop-four.kids-shop .shop-block-two .inner-box .lower-content .text {
  text-transform: capitalize;
}
.shop-four.kids-shop .shop-block-two .inner-box:before {
  border-radius: 5px;
}
.shop-four.kids-shop .shop-block-two .inner-box .lower-content h5 del {
  font-size: 20px;
  margin-left: 0;
  margin-right: 8px;
}
.shop-four.kids-shop .shop-block-two .discount-product,
.shop-four.kids-shop .shop-block-two .hot-product {
  border-radius: 5px;
  height: 24px;
  line-height: 24px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.shop-eight.kids-shop .shop-block-five .inner-box .content-box h6 {
  font-weight: 600;
}
.shop-eight.kids-shop .shop-block-five .inner-box .content-box h5 {
  font-weight: 600;
}
.shop-eight.kids-shop .shop-block-five .inner-box .content-box .btn-box button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-color);
  padding: 2px 20px;
  border-radius: 40px;
  border: solid;
  border-width: 1px;
  transition: all 500ms ease;
}
.shop-eight.kids-shop
  .shop-block-five
  .inner-box
  .content-box
  .btn-box
  button:hover {
  color: #fff;
}
.shop-eight.kids-shop .shop-block-five .inner-box {
  min-height: 184px;
  margin-bottom: 20px;
}
.shop-eight.kids-shop .shop-block-five .inner-box .content-box .rating {
  margin-bottom: 21px;
}
.shop-eight.kids-shop .inner-content {
  margin: 0 5px;
}
.shop-eight.kids-shop .shop-block {
  padding: 0 10px;
}
.shop-eight.kids-shop .shop-tab-btn li {
  padding: 2px 13px;
  border-radius: 40px;
  margin: 0;
  z-index: 1;
  font-weight: 400;
}
.shop-eight.kids-shop .shop-tab-btn li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 40px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}
.shop-eight.kids-shop .shop-tab-btn li.active-btn:before,
.shop-eight.kids-shop .shop-tab-btn li:hover:before {
  opacity: 0.2;
}
.shop-12 {
  position: relative;
}
.shop-12 .title-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.shop-12 .title-content .sec-title {
  margin-bottom: 0;
}
.shop-12 .shop-tab-btn li {
  padding: 2px 13px;
  border-radius: 40px;
  margin: 0;
  z-index: 1;
  font-weight: 400;
}
.shop-12 .shop-tab-btn li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 40px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}
.shop-12 .shop-tab-btn li.active-btn:before,
.shop-12 .shop-tab-btn li:hover:before {
  opacity: 0.2;
}
.shop-12 .inner-content {
  margin: 0 15px;
}
.shop-12 .shop-block {
  padding: 0;
}
.shop-12 .shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
  background: #f4c850;
}
.shop-12 .shop-block-two .inner-box .image-box .image {
  max-width: 200px;
}
.shop-13 {
  position: relative;
}
.shop-13 .shop-block-two .inner-box .popular-product,
.shop-13 .shop-block-two .inner-box .discount-product,
.shop-13 .shop-block-two .inner-box .hot-product {
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 30px;
  font-size: 12px;
}
.shop-13 .shop-block-two .inner-box .image-box .image {
  max-width: 234px;
}
.shop-13 .shop-block-two .inner-box:before {
  display: none;
}
.shop-13 .shop-block-two .inner-box .lower-content h4 {
  font-size: 24px;
  font-weight: 500;
}
.shop-13 .shop-block-two .inner-box {
  padding: 0;
}
.shop-13 .shop-block-two .inner-box .lower-content .rating {
  justify-content: center;
}
.shop-13 .shop-block-two .inner-box .lower-content h5 {
  font-weight: 600;
  font-family: var(--title-font-three) !important;
}
.shop-13 .shop-block-two .inner-box .lower-content h5 del {
  margin-left: 0;
  margin-right: 8px;
  font-size: 20px;
}
.shop-block-two .inner-box .image-box .react-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.shop-block-two .inner-box .image-box .react-btn button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #f5f5f5;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}
.shop-block-two .inner-box .image-box .react-btn button:hover {
  color: #fff;
}
.shop-13 .sec-title p {
  margin-top: 15px;
}
.shop-13 .shop-tab-btn {
  justify-content: center;
}
.shop-13 .shop-tab-btn li {
  font-weight: 400;
  font-family: var(--title-font-three);
  padding: 3px 15px;
  color: var(--text-color);
  margin: 0;
}
.shop-13 .shop-block-two .inner-box .image-box .option-list {
  top: 50px;
}
.shop-nine.pet-shop .advice-block {
  background: #531dc1;
}
.shop-nine.pet-shop .advice-block .text,
.shop-nine.pet-shop .advice-block h3,
.shop-nine.pet-shop .advice-block .feature-text li {
  color: #fff;
}
.shop-nine.pet-shop .advice-block .feature-text li:before {
  background: #fff;
}
.shop-nine.pet-shop .advice-block {
  padding-bottom: 68px;
}
.shop-page-section {
  position: relative;
}
.rtl .shop-ten .owl-nav {
  right: inherit;
  left: 0;
}
.rtl .shop-six.kids-picks .owl-nav {
  right: inherit;
  left: -320px;
}
@media only screen and (max-width: 1200px) {
  .shop-nine .shop-block-two .inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shop-nine .inner-container {
    padding-left: 0;
  }
  .shop-nine .advice-block {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .shop-nine .content-box {
    border-left: 1px solid #e7e9f0;
    border-radius: 10px;
  }
  .shop-11 .inner-container {
    padding: 70px 30px;
  }
  .shop-four.kids-shop .shop-block-two {
    width: 33.333%;
  }
  .shop-eight.kids-shop .shop-block-five .inner-box {
    padding-left: 30px;
  }
  .rtl .shop-eight.kids-shop .shop-block-five .inner-box {
    padding-right: 30px;
  }
  .shop-eight .shop-block-five .inner-box .image-box {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .shop-12 .shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
    padding: 10px 15px;
  }
  .shop-12 .title-content {
    display: block;
  }
  .shop-12 .title-content .sec-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-nine .shop-block-two {
    width: 33.333%;
  }
  .shop-six.kids-picks .owl-nav {
    display: none;
  }
  .shop-four.kids-shop .shop-block-two {
    width: 50%;
  }
  .shop-12 .shop-block-two .inner-box .lower-content .cart-btn .theme-btn {
    padding: 10px 30px;
  }
  .shop-13 .sec-title p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .shop-nine .shop-block-two {
    width: 50%;
  }
  .shop-11 .right-content .shop-block-two {
    width: 50%;
    margin-bottom: 1px;
  }
  .latest-products .owl-nav {
    display: none;
  }
  .shop-four.kids-shop .shop-block-two {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .shop-nine .shop-block-two {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e7e9f0;
  }
  .shop-nine .shop-block-two:last-child {
    border-bottom: 0;
  }
  .shop-ten .owl-nav {
    display: none;
  }
  .shop-11 .right-content .shop-block-two {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  .shop-11 .left-content .single-item:first-child {
    left: 110px;
  }
  .shop-11 .left-content .single-item:last-child {
    right: 150px;
  }
}

.breadcrumb-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f2ed;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  background-size: cover;
  z-index: 3;
  position: relative;
  background-image: url(../images/bg-breadcrumb.webp);
}
.breadcrumb-area h2{
  font-size: 48px;
    color: #333333;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
    text-transform: uppercase;
}

.breadcrumb-list {
  margin-top: 20px;
}
.breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
  text-transform: uppercase;
}
.breadcrumb-list li a {
  position: relative;
}
.breadcrumb-list li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.breadcrumb-list li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 0;
}
.breadcrumb-list li.active {
  color: #6D70A6;
}

/*=============================================
=            09. Accordions Css           =
=============================================*/
.faq-wrapper .panel.panel-default {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.faq-wrapper .card, .faq-wrapper .card-header {
  border-radius: 0;
}
.faq-wrapper .card {
  border-bottom: none;
  margin-bottom: 20px;
  border: none;
  -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}
.faq-wrapper .card:last-child {
  margin-bottom: 0;
}
.faq-wrapper .card-header {
  padding: 0;
  border-bottom: 0;
  background-color: #ffffff;
}
.faq-wrapper .card-header h5 button {
  border: none;
  width: 100%;
  text-align: left;
  color: #000000;
  padding: 20px 30px;
  position: relative;
  overflow-wrap: break-word;
  white-space: normal;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 5px;
  background: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 479px) {
  .faq-wrapper .card-header h5 button {
    padding-left: 15px;
    padding-right: 20px;
  }
}
.faq-wrapper .card-header h5 button span {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  .faq-wrapper .card-header h5 button span {
    right: 15px;
  }
}
.faq-wrapper .card-header h5 button span i {
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.faq-wrapper .card-header h5 button:hover, .faq-wrapper .card-header h5 button:focus {
  text-decoration: none;
  color: #000000;
}
.faq-wrapper .card-header h5 button[aria-expanded=true] {
  color: #ffffff;
  background: #d2a98e;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-wrapper .card-header h5 button[aria-expanded=true] span i:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: inline;
}
.faq-wrapper .card-header h5 button[aria-expanded=true]:before {
  height: 100%;
}
.faq-wrapper .card-header h5 button[aria-expanded=false] span i:nth-child(1) {
  visibility: visible;
  opacity: 1;
  display: inline;
}
.faq-wrapper .card-body {
  padding: 23px 30px 29px;
}

.faq-two-wrapper .panel.panel-default {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.faq-two-wrapper .card, .faq-two-wrapper .card-header {
  border-radius: 0;
}
.faq-two-wrapper .card {
  border-bottom: none;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.faq-two-wrapper .card:last-child {
  margin-bottom: 0;
}
.faq-two-wrapper .card-header {
  padding: 0;
  border-bottom: 0;
  background-color: #ffffff;
}
.faq-two-wrapper .card-header h5 button {
  font-size: 24px;
  border: none;
  width: 100%;
  text-align: left;
  color: #000;
  padding: 20px 35px;
  position: relative;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 5px;
  background: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 479px) {
  .faq-two-wrapper .card-header h5 button {
    padding-left: 25px;
    padding-right: 10px;
  }
}
.faq-two-wrapper .card-header h5 button span {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  .faq-two-wrapper .card-header h5 button span {
    right: 15px;
  }
}
.faq-two-wrapper .card-header h5 button span i {
  font-size: 24px;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.faq-two-wrapper .card-header h5 button:hover, .faq-two-wrapper .card-header h5 button:focus {
  text-decoration: none;
  color: var(--theme-color-6);
}
.faq-two-wrapper .card-header h5 button[aria-expanded=true] {
  color: var(--theme-color-6);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-two-wrapper .card-header h5 button[aria-expanded=true] span i {
  color: #d2a98e;
}
.faq-two-wrapper .card-header h5 button[aria-expanded=true] span i:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: inline;
}
.faq-two-wrapper .card-header h5 button[aria-expanded=true]:before {
  height: 100%;
}
.faq-two-wrapper .card-header h5 button[aria-expanded=false] span i:nth-child(1) {
  visibility: visible;
  opacity: 1;
  display: inline;
}
.faq-two-wrapper .card-body {
  padding: 0px 30px 29px;
}

.faq-custom-col {
  max-width: 570px;
  float: right;
  width: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-custom-col {
    float: inherit;
    margin: 0 auto 30px;
  }
}