.swiper,
.swiper-slide-box,
.media,
.child-element {
  min-height: 550px;
}
@media (min-width: 992px) {
  .swiper,
  .swiper-slide-box,
  .media,
  .child-element {
    height: calc(100vh - 145px);
  }
}

.swiper {
  width: 100%;
}
.swiper .swiper-slide {
  position: relative;
  color: #fff;
  background-color: #9B111E;
}
.swiper .swiper-slide.slide1 {
  background-image: url("../images/home/slide1.jpg");
}
.swiper .swiper-slide.slide2 {
  background-image: url("../images/home/slide2.jpg");
}
.swiper .swiper-slide.slide3 {
  background-image: url("../images/home/slide3.jpg");
}
.swiper .swiper-slide.slide1, .swiper .swiper-slide.slide2, .swiper .swiper-slide.slide3 {
  background-size: cover;
  background-position: bottom center;
}
.swiper .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.swiper .swiper-slide.swiper-slide-active .child-element .child {
  opacity: 0;
}
.swiper .swiper-slide.swiper-slide-active .child-element .child:nth-child(1) {
  transform: translateX(-100%);
  animation: slideRight 0.6s ease-out 1.4s forwards;
}
.swiper .swiper-slide.swiper-slide-active .child-element .child:nth-child(2) {
  transform: translate(-100%, 100%);
  animation: slideUp 0.6s ease-out forwards;
}
.swiper .swiper-slide.swiper-slide-active .child-element .child:nth-child(3), .swiper .swiper-slide.swiper-slide-active .child-element .child:nth-child(4) {
  transform: translateY(100%);
  animation: slideUp 0.6s ease-out forwards;
}
.swiper .swiper-slide.swiper-slide-active .child-element .child:nth-child(5) {
  transform: translateX(100%);
  animation: slideLeft 0.6s ease-out forwards;
}
.swiper .swiper-slide.swiper-slide-active .child-element .child:nth-child(6) {
  transform: translate(100%, 100%);
  animation: slideUp 0.8s ease-out forwards;
}
.swiper .swiper-slide.swiper-slide-active .child-element .child:nth-child(2) {
  animation-delay: 0.3s;
}
.swiper .swiper-slide.swiper-slide-active .child-element .child:nth-child(3) {
  animation-delay: 0.6s;
}
.swiper .swiper-slide.swiper-slide-active .child-element .child:nth-child(4) {
  animation-delay: 0.9s;
}
.swiper .swiper-slide.swiper-slide-active .child-element .child:nth-child(5) {
  animation-delay: 1.2s;
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.swiper .swiper-slide-box {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .swiper .swiper-slide-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.swiper .swiper-slide-box .media {
  z-index: 10;
}
.swiper .swiper-slide-box .media .child-element {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide-box .media .child-element .child {
  position: absolute;
}
.swiper .swiper-slide-box .media .child-element .child:nth-child(1) {
  left: -10px;
  top: 33%;
  width: 238px;
}
.swiper .swiper-slide-box .media .child-element .child:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 471px;
}
.swiper .swiper-slide-box .media .child-element .child:nth-child(3) {
  left: 32%;
  bottom: -80px;
  width: 200px;
}
.swiper .swiper-slide-box .media .child-element .child:nth-child(4) {
  left: 47%;
  bottom: 0;
  width: 295px;
}
.swiper .swiper-slide-box .media .child-element .child:nth-child(5) {
  right: 0;
  top: 13%;
  width: 315px;
}
.swiper .swiper-slide-box .media .child-element .child:nth-child(6) {
  right: 0;
  bottom: 0;
  width: 315px;
}
.swiper .swiper-slide-box .text-content {
  position: absolute;
  top: 10%;
  left: 18%;
  z-index: 20;
  color: #000;
  min-width: 540px;
  display: flex;
  margin: 0 5px 0 0;
}
@media (max-width: 991px) {
  .swiper .swiper-slide-box .text-content {
    background: transparent !important;
    padding: 30px;
    top: 50%;
    left: 6% !important;
    right: 6% !important;
    transform: translateY(-50%);
    margin: 0;
    justify-content: start;
    align-items: center;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .swiper .swiper-slide-box .text-content {
    min-width: auto !important;
    padding: 20px 10px;
    justify-content: start;
    text-align: left;
  }
}
.swiper .swiper-slide-box .text-content.content-right {
  right: 13%;
}
@media (max-width: 767px) {
  .swiper .swiper-slide-box .text-content.content-right {
    left: auto !important;
    right: auto !important;
    justify-content: center;
  }
}
.swiper .swiper-slide-box .text-content .text-line-1,
.swiper .swiper-slide-box .text-content .second-line-before,
.swiper .swiper-slide-box .text-content .text-line-2,
.swiper .swiper-slide-box .text-content .text-line-3 {
  display: block;
  margin: 0;
  opacity: 0;
}
.swiper .swiper-slide-box .text-content .text-line-1 {
  font-family: "Playfair Display", sans-serif;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
}
@media (max-width: 767px) {
  .swiper .swiper-slide-box .text-content .text-line-1 {
    font-size: 28px;
  }
}
.swiper .swiper-slide-box .text-content .second-line-before,
.swiper .swiper-slide-box .text-content .text-line-2 {
  font-size: 65px;
  line-height: 85px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  max-width: 100%;
}
@media (max-width: 767px) {
  .swiper .swiper-slide-box .text-content .second-line-before,
  .swiper .swiper-slide-box .text-content .text-line-2 {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
  }
}
.swiper .swiper-slide-box .text-content .second-line-before span,
.swiper .swiper-slide-box .text-content .text-line-2 span {
  font-weight: 900;
  font-size: 85px;
  color: #9B111E;
}
@media (max-width: 767px) {
  .swiper .swiper-slide-box .text-content .second-line-before span,
  .swiper .swiper-slide-box .text-content .text-line-2 span {
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    margin-top: 10px;
  }
}
.swiper .swiper-slide-box .text-content .text-line-3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.7);
  max-width: 550px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .swiper .swiper-slide-box .text-content .text-line-3 {
    line-height: 24px;
  }
}
.swiper .swiper-slide-box .text-content .text-box .text-line-1,
.swiper .swiper-slide-box .text-content .text-box .text-line-2,
.swiper .swiper-slide-box .text-content .text-box .text-line-3,
.swiper .swiper-slide-box .text-content .text-box .buttons {
  opacity: 0;
  transform: translateY(20px);
  transition: none;
}
.swiper .swiper-slide-box .text-content .text-box .second-line-before {
  transform: translateX(-50px);
}
.swiper .swiper-slide-box .text-content .text-box.animated .text-line-1 {
  animation: fadeUp 0.1s ease forwards;
}
.swiper .swiper-slide-box .text-content .text-box.animated .second-line-before {
  animation: fadeRight 0.5s ease forwards;
}
.swiper .swiper-slide-box .text-content .text-box.animated .text-line-2 {
  animation: fadeUp 0.6s ease 0.4s forwards;
}
.swiper .swiper-slide-box .text-content .text-box.animated .text-line-3 {
  animation: fadeUp 0.6s ease 0.8s forwards;
}
.swiper .swiper-slide-box .text-content .text-box.animated .buttons {
  animation: fadeUp 0.6s ease 1.2s forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.swiper .swiper-slide-box .buttons {
  display: block;
  margin-top: 36px;
  font-size: 0;
  line-height: 0;
}
.swiper .swiper-slide-box .buttons .btn {
  font-size: 14px;
  border-radius: 9999px;
  display: inline-block;
  line-height: 1;
  padding: 17px 10px 16px;
  min-width: 147px;
  background: #9B111E;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .swiper .swiper-slide-box .buttons .btn {
    padding: 14px 10px;
    min-width: 120px;
  }
}
.swiper .swiper-slide-box .buttons .btn + .btn {
  margin-left: 19px;
}
@media (max-width: 767px) {
  .swiper .swiper-slide-box .buttons .btn + .btn {
    margin-left: 15px;
  }
}
.swiper .swiper-slide-box .buttons .btn:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
  border-color: #666 !important;
}
.swiper .swiper-slide-box .buttons .btn-bold {
  background: #9B111E !important;
  color: #fff !important;
}
.swiper .swiper-slide-box .buttons .btn-thin,
.swiper .swiper-slide-box .buttons .btn-bold {
  padding: 15px 10px 14px;
  min-width: 177px;
}

.swiper-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.swiper-progress-bar .swiper-progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #fd82c0, #6dffdf, #fd6f6f, #6fff6f);
  background-size: 300% 100%;
  animation: animatedProgress 7s linear infinite;
  transition: width 0.5s ease-in-out;
}
@keyframes animatedProgress {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  height: 20px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9B111E;
  outline-color: #9B111E !important;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  width: 45px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #9B111E;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .custom-swiper-button-prev,
  .custom-swiper-button-next {
    visibility: hidden;
  }
}
.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover {
  opacity: 1;
}
.custom-swiper-button-prev::before,
.custom-swiper-button-next::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-top: 2px solid #9B111E;
}

.custom-swiper-button-prev {
  left: 15px;
}
.custom-swiper-button-prev::before {
  border-left: 2px solid #9B111E;
  transform: rotate(-45deg);
}

.custom-swiper-button-next {
  right: 15px;
}
.custom-swiper-button-next::before {
  border-right: 2px solid #9B111E;
  transform: rotate(45deg);
}

.product-showcase .slick-list {
  flex: 1 !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-items-baseline {
  align-items: baseline !important;
}

.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(155, 17, 30, 0.9), rgba(218, 62, 146, 0.9), rgba(239, 61, 45, 0.8), rgb(247, 148, 30), rgb(252, 215, 3));
  background-size: 400% 400%;
  animation: gradientFlow 10s ease infinite;
  z-index: -1;
}
.gradient-overlay.main-theme {
  background: linear-gradient(-45deg, rgba(155, 17, 30, 0.6), rgba(179, 34, 46, 0.6), rgba(125, 13, 24, 0.6), rgba(166, 25, 43, 0.6), rgba(99, 9, 17, 0.6), rgba(155, 17, 30, 0.6));
}
.gradient-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(#ffffff 15%, transparent 16%), linear-gradient(45deg, transparent 49%, #ffffff 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #ffffff 49% 51%, transparent 51%);
  background-size: 1.5em 1.5em;
  opacity: 0.08;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.block-posts .global-links {
  color: #9B111E;
  text-decoration: none;
  font-size: inherit;
  transition: all 0.3s ease;
  font-size: 16px !important;
}
.block-posts .global-links:hover {
  color: #640c15;
  text-decoration: underline;
}

:root {
  --size: 20px;
}

.el {
  background: conic-gradient(from 180deg at 50% 70%, hsl(0, 0%, 98%) 0deg, #eec32d 72.0000010729deg, #ec4b4b 144.0000021458deg, #709ab9 216.0000085831deg, #4dffbf 288.0000042915deg, hsl(0, 0%, 98%) 1turn);
  width: 100%;
  height: 100%;
  -webkit-mask: radial-gradient(circle at 50% 50%, white 2px, transparent 2.5px) 50% 50%/var(--size) var(--size), url("../images/home/noise-mask.png") 256px 50%/256px 256px;
  mask: radial-gradient(circle at 50% 50%, white 2px, transparent 2.5px) 50% 50%/var(--size) var(--size), url("../images/home/noise-mask.png") 256px 50%/256px 256px;
  -webkit-mask-composite: source-in, xor;
  mask-composite: intersect;
  -webkit-animation: flicker 20s infinite linear;
  animation: flicker 20s infinite linear;
}

@-webkit-keyframes flicker {
  to {
    -webkit-mask-position: 50% 50%, 0 50%;
    mask-position: 50% 50%, 0 50%;
  }
}
@keyframes flicker {
  to {
    -webkit-mask-position: 50% 50%, 0 50%;
    mask-position: 50% 50%, 0 50%;
  }
}
@property --animate-duration {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --Color {
  syntax: "<color>";
  initial-value: #4afd71;
}
@keyframes rotate {
  0% {
    --animate-duration: 0deg;
    --Color: #4afd71;
  }
  100% {
    --animate-duration: 360deg;
    --Color: #4afd71;
  }
}
.mybutton:after,
.mybutton:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 101.5px;
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: conic-gradient(from var(--animate-duration) at 50% 50%, white 0%, white 20%, var(--Color) 50%, var(--Color) 66%, white 100%);
  animation: rotate 3s infinite linear;
}

.btn:before {
  animation: rotate 3s infinite linear;
  filter: blur(20px);
}

.product-item {
  background-color: #f8f0f1;
}
.product-item .link-to-product {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .footer-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer-item .section-title {
  font-size: 24px;
  line-height: 1;
  color: #222222;
  font-weight: 700;
  display: block;
  margin: 0 0 24px;
}

.separator {
  display: block;
  border: none;
  height: 1px;
  background-color: rgba(230, 230, 230, 0.4745098039);
}
.separator:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #9B111E;
}
.separator::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #9B111E;
}

.mobile-footer {
  display: none;
  background-color: #ededed;
  padding: 5px 0 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100vw;
}
.mobile-footer .mobile-footer-inner {
  display: table;
  width: 100%;
  margin: 0;
}
.mobile-footer .mobile-footer-inner > div {
  display: table-cell;
  text-align: center;
}
.mobile-footer .mobile-block > a {
  display: block;
  color: #333333;
  padding: 5px;
  font-size: 0;
  line-height: 0;
}
.mobile-footer .mobile-block > a .text {
  font-size: 13px;
  line-height: 1;
  display: block;
  font-weight: 600;
}
.mobile-footer .mobile-block > a > .fa {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

.glyphicon-earphone {
  margin-right: 6px;
  color: #9B111E;
}

a[href^="tel:"] {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
}

a[href^="tel:"]:hover {
  color: #9B111E;
}

.copy-right-text {
  margin-top: 37px;
  margin-bottom: 37px;
}
.copy-right-text p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  font-weight: 400;
}
.copy-right-text p b {
  font-weight: 600;
}

.copy-right-text.center-align {
  margin-top: 33px;
  margin-bottom: 31px;
}
.copy-right-text.center-align > p {
  text-align: center;
}

.info-item {
  color: #333333;
  font-weight: normal;
  font-size: medium;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.brand-tab .tabs {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  padding: 0 !important;
  flex-wrap: nowrap;
}

.tab-element .tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  gap: 20px !important;
  padding: 5px 50px !important;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.tab-element .tab-link .svg-icon {
  fill: #888;
  width: 100%;
  min-width: 40px;
  height: auto;
  display: block;
  margin: 0 auto;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.tab-element:first-child .tab-link {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.tab-element:last-child .tab-link {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.tab-element.active .tab-link {
  background: #9B111E !important;
  border: 1px solid #9B111E;
  color: #fff;
}
.tab-element.active .svg-icon {
  fill: #ffffff;
}
.tab-element:hover:not(.active) .tab-link {
  color: #9B111E !important;
}
.tab-element:hover:not(.active) .tab-link .svg-icon {
  fill: #9B111E;
}

@media (max-width: 767px) {
  .tab-element {
    transition: all 0.3s ease;
  }
  .tab-element .tab-link {
    justify-content: center;
    background: transparent !important;
  }
  .tab-element .svg-icon {
    max-width: 20px;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    display: none !important;
  }
  .tab-element.active .svg-icon {
    fill: #fff !important;
  }
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.products-list .product-item {
  position: relative;
  overflow: hidden;
}
.products-list .product-item a {
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-list .product-item a img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 8px;
}
.products-list .product-item a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.products-list .product-item a .overlay h3 {
  margin: 0;
  font-size: 1.2rem;
}
.products-list .product-item a .overlay p {
  margin: 5px 0 0;
  font-size: 0.95rem;
}
.products-list .product-item a:hover img {
  transform: scale(1.1);
}
.products-list .product-item a:hover .overlay {
  opacity: 1;
}

.brand-brd-container img {
  filter: grayscale(100%);
  transition: all 0.9s ease-in-out;
  max-height: 160px;
  display: block;
  opacity: 0.6;
}
.brand-brd-container img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
  opacity: 1;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#loader-wrapper.loaded {
  opacity: 0;
  visibility: hidden;
}
#loader-wrapper .loader {
  width: 50px;
  height: 50px;
  border: 5px solid #f0dadc;
  border-top-color: #9B111E;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.product-thumnail {
  background-color: #fafafa;
}

@media screen and (max-width: 991px) {
  [data-aos] {
    transform: none !important;
  }
}
.info-block {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .info-block {
    flex-direction: column;
  }
  .info-block .advance-info {
    padding-right: 0;
    border: none;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .info-block .d-flex {
    flex-direction: column;
  }
  .info-block p {
    text-align: center;
  }
  .info-block .svg-icon svg.inline-svg {
    max-width: 30px;
  }
}
.info-block .advance-info {
  font-size: 16px;
  padding-right: 20px;
  flex: 0 0 50%;
  max-width: 50%;
}
.info-block .advance-info b {
  font-weight: 900;
  display: block;
  margin-bottom: 5px;
  color: #9B111E;
}
.info-block .advance-info .svg-icon {
  display: flex;
  justify-content: center;
  align-items: start;
}
.info-block .advance-info .svg-icon svg.inline-svg {
  fill: #9B111E;
  width: 100%;
  min-width: 110px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.animated-btnbox {
  display: inline-block;
  font-size: 16px;
  background-color: transparent;
  border: 3px solid transparent;
  position: relative;
  cursor: pointer;
  outline: none;
  animation: borderMove 4s linear infinite;
}
.animated-btnbox .text-box {
  display: inline-block;
  padding: 20px 50px 40px;
  background-color: rgba(255, 255, 255, 0.6235294118);
}

@keyframes borderMove {
  0% {
    border-color: #ff69b4;
  }
  25% {
    border-color: #40e0d0;
  }
  50% {
    border-color: #ff4500;
  }
  75% {
    border-color: #32cd32;
  }
  100% {
    border-color: #ff69b4;
  }
}
.animated-btnbox:hover {
  animation-play-state: paused;
  /* Pause animation on hover */
}

.gradient-button {
  padding: 12px 24px;
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  background: linear-gradient(45deg, #df3d9e, #b83939, #31b661, #a78c21) !important;
  background-size: 300% 300%;
  cursor: pointer;
  transition: background-position 0.6s ease, transform 0.3s ease;
  animation: idleGradient 6s ease infinite;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.gradient-button:hover {
  background-position: right center;
  transform: scale(1.05);
}

/* Optional subtle idle animation */
@keyframes idleGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.product-thumb {
  background-color: #fafafa !important;
  overflow: hidden;
  border-radius: 0 !important;
}

.nice-select {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0 14px;
  font-size: 14px;
  line-height: 1;
  min-height: auto;
  height: auto;
}
.nice-select:after {
  content: "\f0d7";
  font-family: "FontAwesome", sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border: none;
  height: auto;
  width: auto;
  right: 1px;
  margin-top: -6px;
  line-height: 1;
  padding: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nice-select .current {
  color: #ffffff;
  display: inline-block;
  padding: 14px 0;
}
.nice-select .list {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #e4e4e4;
  padding: 3px 23px 10px 15px;
  margin-top: 0;
  z-index: 50;
}
.nice-select .option {
  font-size: 14px;
  line-height: 1;
  color: #888888;
  height: auto;
  min-height: auto;
  margin: 16px 0;
  padding: 0;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: transparent;
  font-weight: 400;
}

.header-top .top-bar {
  max-width: 50%;
  float: left;
}
.header-top .top-bar .social-list,
.header-top .top-bar .horizontal-menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-top .top-bar .social-list {
  display: flex;
  gap: 20px;
}
.header-top .top-bar .social-list > li {
  list-style: none;
  margin: 0 !important;
  display: inline-block;
}
.header-top .top-bar .horizontal-menu > li {
  list-style: none;
  display: inline-block;
}
.header-top .top-bar .horizontal-menu a {
  color: #ffffff;
  font-size: 14px;
}
.header-top .top-bar .horizontal-menu a:hover {
  color: #dddddd;
}
.header-top .left a > i {
  font-size: 15px;
  margin-right: 6px;
}
.header-top .left .horizontal-menu > li {
  padding: 9px 19px;
  border-left: 1px solid rgba(255, 255, 255, 0.33);
}
.header-top .left .horizontal-menu > li:first-child {
  padding-left: 0;
  border-left: 0;
}
.header-top .right .horizontal-menu {
  font-size: 0;
}
.header-top .right .horizontal-menu > li {
  vertical-align: middle;
  min-width: 140px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.33);
}
.header-top .right .horizontal-menu > li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.33);
}
.header-top .right .horizontal-menu > li > a {
  display: inline-block;
  line-height: 42px;
}
.header-top .right .nice-select {
  padding-left: 0;
  display: inline-block;
  float: initial;
}
.header-top .right .nice-select .list {
  margin-left: -14px;
}
.header-top .top-bar .social-list {
  font-size: 0;
  display: flex;
  margin-right: 7px;
}
.header-top .top-bar .social-list li {
  font-size: 15px;
  line-height: 42px;
  margin: 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top .top-bar .social-list li .svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top .top-bar .social-list li .svg-icon svg {
  width: 100%;
  max-width: 20px;
  height: auto;
  fill: #ffffff;
}
.header-top .top-bar .social-list li a {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
}
.header-top .top-bar .social-list li a:hover {
  color: #dddddd;
}

.header-area .header-middle {
  padding: 30px 0 21px;
}
.header-area .primary-menu {
  margin-top: 8px;
}
.header-area .primary-menu ul .wrap-megamenu {
  padding: 22px 30px 30px;
}
.header-area .primary-menu .mega-content {
  margin-left: -15px;
  margin-right: -15px;
}
.header-area .primary-menu > ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
}
.header-area .primary-menu > ul > li {
  display: inline-block;
  padding-bottom: 5px;
}
.header-area .primary-menu > ul > li + li {
  margin-left: 31px;
}
.header-area .primary-menu > ul li.has-child {
  position: relative;
}
.header-area .primary-menu > ul > li.has-child > a::after {
  content: "\f0d7";
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  color: #222222;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 4px;
}
.header-area .primary-menu > ul > li.has-child > a::after {
  content: "\f0d7";
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 4px;
}
.header-area .primary-menu > ul > li > a {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.header-area .primary-menu > ul > li.has-megamenu > a::after {
  content: "\f0d7";
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 4px;
}
.header-area .primary-menu ul.sub-menu,
.header-area .primary-menu ul .wrap-megamenu {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 100;
}
.header-area .primary-menu ul li {
  display: inline-block;
}
.header-area .primary-menu li:hover > ul.sub-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-area .primary-menu ul li:hover .wrap-megamenu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-area .primary-menu ul.sub-menu {
  width: 225px;
  padding: 10px 0;
  left: 100%;
  top: 0;
}
.header-area .primary-menu > ul > li > ul.sub-menu {
  top: 100%;
  left: 0;
}
.header-area .primary-menu > ul > li li.has-child::after {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  font-size: 17px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 9px;
}
.header-area .primary-menu > ul > li.has-child .sub-menu li {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 10px 20px;
}
.header-area .primary-menu > ul > li.has-child .sub-menu a {
  color: #222222;
  display: inline-block;
}

.header-area .brand-cart-info .login-item .login-link {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.header-area.layout-02 .primary-menu > ul > li.has-child > a::after {
  color: inherit;
}
.header-area.layout-02 .brand-cart-info .minicart-block .cart-inner {
  border-top-color: #05a503;
}
.header-area.layout-02 .brand-cart-info .minicart-block .btn-control .view-cart:not(:hover) {
  background-color: #05a503;
}
.header-area.layout-02 .mobile-search .open-searchbox .brand-icon {
  color: #ffffff;
}
.header-area.layout-02 .brand-cart-info .minicart-contain a > .sub-total,
.header-area.layout-02 .brand-cart-info .minicart-contain a > .title {
  color: #ffffff;
}
.header-area.layout-02 .brand-cart-info .icon-qty-combine .brand-icon {
  color: #ffffff;
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .block-posts ul.posts.menublock-posts {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
  }
}
@media screen and (min-width: 1101px) {
  .block-posts ul.posts.menublock-posts {
    display: grid !important;
    row-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
}
.mega-content {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

@media screen and (min-width: 992px) {
  .left-info {
    padding: 0 !important;
  }
  .block-posts ul.posts li {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  .wrap-megamenu {
    position: fixed !important;
    background: transparent !important;
    width: 100% !important;
    top: 120px !important;
    left: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .wrap-megamenu .mega-content {
    background-color: white !important;
    margin: 0 auto !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 22px 30px 30px;
  }
}
.text-line-1 {
  font-size: 30px;
  line-height: 35px;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}

.text-line-2 {
  font-size: 60px;
  line-height: 55px;
  font-weight: 500;
  color: #000;
}
.text-line-2 span {
  font-weight: 900;
}
.text-line-2 i {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 700;
}

.text-line-3 {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 22px;
}
.text-line-3 li {
  padding-bottom: 3px;
}

.text-line-3.mt-small {
  margin-top: 9px;
}

@media (max-width: 767px) {
  .text-line-2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.welcome-us-block,
.common-block,
.why-choose-us-block,
.product-tab {
  display: block;
  clear: both;
  padding: 60px 0 90px;
}

@media (max-width: 767px) {
  .sc-left-position,
  .sc-right-position {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .welcome-us-block .text-wraper,
  .common-block .text-wraper {
    display: flex;
    padding: 0 40px;
    background: rgba(255, 255, 255, 0.71);
  }
  .welcome-us-block .text-info,
  .common-block .text-info {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .welcome-us-block,
  .common-block {
    height: auto !important;
    background: none;
    padding-bottom: 20px;
  }
  .welcome-us-block .text-wraper,
  .common-block .text-wraper {
    margin: 10px 0 0;
    width: 100%;
    max-width: 100%;
  }
  .welcome-us-block .qt-text,
  .welcome-us-block .text-info,
  .common-block .qt-text,
  .common-block .text-info {
    float: none;
  }
  .welcome-us-block .text-info,
  .common-block .text-info {
    margin: 30px 0 !important;
  }
}
.welcome-us-block .title,
.common-block .title {
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  color: #222222;
  text-align: center;
  margin-top: 15px;
}
.welcome-us-block .title span,
.common-block .title span {
  font-weight: 900;
}
@media (max-width: 767px) {
  .welcome-us-block .title,
  .common-block .title {
    font-size: 28px;
  }
}
.welcome-us-block .text-info,
.common-block .text-info {
  float: right;
  clear: both;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #555;
  display: inline-block;
  max-width: 503px;
  margin: 60px 0;
}

.content-block {
  padding: 60px 0 90px;
}
.content-block .box-title {
  font-size: 40px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  margin-top: 15px;
}
.content-block .box-title span {
  font-weight: 900;
}
@media (max-width: 767px) {
  .content-block .box-title {
    font-size: 28px;
  }
}

.why-choose-us-block {
  background-color: #fafafa;
  font-size: 0;
}
.why-choose-us-block .box-title {
  font-size: 40px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  margin-top: 15px;
}
.why-choose-us-block .box-title span {
  font-weight: 900;
}
@media (max-width: 767px) {
  .why-choose-us-block .box-title {
    font-size: 28px;
  }
}
.why-choose-us-block .subtitle {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #666666;
  font-size: 15px;
  text-align: center;
  margin-top: 9px;
  display: block;
}
@media (max-width: 767px) {
  .why-choose-us-block .subtitle {
    margin-top: 29px;
  }
}
.why-choose-us-block .showcase {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 19px;
  position: relative;
}
@media (max-width: 767px) {
  .why-choose-us-block .showcase {
    padding-bottom: 50px;
  }
  .why-choose-us-block .showcase .sc-center-position {
    display: none;
  }
  .why-choose-us-block .showcase .sc-right-position {
    padding-top: 42px;
    direction: ltr;
  }
  .why-choose-us-block .showcase .sc-left-position,
  .why-choose-us-block .showcase .sc-right-position {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .why-choose-us-block .showcase {
    padding-bottom: 85px;
    overflow: hidden;
  }
  .why-choose-us-block .showcase .sc-left-position,
  .why-choose-us-block .showcase .sc-right-position {
    max-width: 50%;
    position: relative;
    z-index: 2;
  }
  .why-choose-us-block .showcase .sc-center-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
  }
}
.why-choose-us-block .sc-list {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.why-choose-us-block .sc-list li {
  list-style: none;
}
.why-choose-us-block .sc-list li + li {
  margin-top: 42px;
}
.why-choose-us-block .sc-element {
  color: #a48d6b;
}
.why-choose-us-block .sc-element.color-02 {
  color: #9B111E;
}
.why-choose-us-block .sc-element.color-03 {
  color: #469642;
}
.why-choose-us-block .sc-element.color-04 {
  color: #6a6e76;
}
.why-choose-us-block .sc-element.color-05 {
  color: #ee511d;
}
.why-choose-us-block .sc-element.color-06 {
  color: #84541e;
}
.why-choose-us-block .sc-element .brand-icon {
  display: inline-block;
  width: 60px;
  font-size: 46px;
  margin-top: 9px;
  vertical-align: top;
}
.why-choose-us-block .sc-element .icon-healthy-about {
  font-size: 37px;
}
.why-choose-us-block .sc-element .txt-content {
  display: inline-block;
  width: calc(100% - 60px);
}
@media (max-width: 767px) {
  .why-choose-us-block .sc-element .txt-content {
    width: 100%;
  }
  .why-choose-us-block .sc-element .txt-content .number {
    font-size: 37px;
  }
  .why-choose-us-block .sc-element .txt-content .desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.why-choose-us-block .sc-element .txt-content .number {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 10px;
  display: block;
}
.why-choose-us-block .sc-element .txt-content .title {
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-top: 7px;
}
.why-choose-us-block .sc-element .txt-content .desc {
  font-size: 14px;
  color: #666666;
  margin-top: 12px;
  line-height: 17px;
}

.welcome-us-block {
  background: url("../images/about-us/bn01.jpg") no-repeat center center;
  min-height: 555px;
}

.common-block {
  background: url("../images/about-us/bn01.jpg") no-repeat center bottom;
  min-height: 555px;
}
.common-block.background-2 {
  background: url("../images/about-us/bn02.jpg") no-repeat center bottom;
  height: 555px;
}

.brand-banner__promotion {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 710px;
  background: url("../images/home/bg_banner.jpg") no-repeat center top;
}
@media (max-width: 767px) {
  .brand-banner__promotion {
    background-position: right top;
    min-height: auto;
  }
}
.brand-banner__promotion .text-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .brand-banner__promotion .text-content {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .brand-banner__promotion .text-content .container {
    padding: 0 !important;
  }
}
.brand-banner__promotion .text-content .text-box {
  width: 100%;
  max-width: 570px;
  padding: 60px;
  background: rgba(246, 242, 243, 0.8);
}
@media (max-width: 767px) {
  .brand-banner__promotion .text-content .text-box {
    padding: 40px 20px 20px !important;
    background: rgba(246, 242, 243, 0.9);
  }
}
.brand-banner__promotion .text-content .text-box.text-box2 {
  background: rgba(246, 250, 251, 0.9) !important;
}
@media (max-width: 480px) {
  .brand-banner__promotion .text-content .text-box.text-box2 {
    padding: 40px 20px 20px 20px !important;
  }
}
.brand-banner__promotion .product-detail {
  margin-top: 32px;
  max-width: 370px;
}
.brand-banner__promotion .product-detail .txt-price {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
}
.brand-banner__promotion .product-detail .txt-price span {
  font-size: 20px;
  font-weight: 400;
  margin-right: 3px;
}

.charminar-about-banner {
  display: block;
  background: #fff url("../images/home/bg_banner2.jpg") no-repeat center bottom;
  position: relative;
}
@media (max-width: 767px) {
  .charminar-about-banner {
    background-position: left top;
  }
}
.charminar-about-banner .text-content .container {
  display: flex;
  justify-content: flex-end;
}
.charminar-about-banner .text-content .buttons {
  margin-top: 28px;
}
.charminar-about-banner .text-content .btn {
  min-width: 147px;
  padding: 14px;
}
.charminar-about-banner .text-content .btn-thin {
  min-width: 177px;
  border-color: #ededed;
  padding: 12px;
  margin-left: 19px;
}
.charminar-about-banner.advance .text-content .second-line i {
  font-weight: 600;
  font-style: normal;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .charminar-about-banner.advance .media {
    left: -37px;
  }
}
@media (max-width: 1100px) {
  .charminar-about-banner .text-content .btn-thin {
    border-color: #d6d6d6;
  }
}
.special-slide {
  background-color: #9B111E;
}
@media (min-width: 992px) {
  .special-slide {
    min-height: 600px;
  }
}
.special-slide .brand-service {
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 14px;
}
.special-slide .brand-service .txt-show-01 {
  padding-top: 30px;
  font-size: 174px;
  color: #eeeeee;
  font-weight: 700;
  display: block;
  opacity: 0.3;
  text-align: center;
  line-height: 1;
  word-break: break-word;
}
.special-slide .brand-service .txt-show-02 {
  font-size: 100px;
  line-height: 1;
  font-family: "Playfair Display", sans-serif;
  display: block;
  text-align: center;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  z-index: 2;
  color: #ffa646;
  font-weight: 900;
}
.special-slide .brand-service .services-list {
  margin-top: -9px;
  position: relative;
  z-index: 1;
  display: flex;
  border: 2px solid #b8616b;
  border-radius: 3px;
  padding-top: 19px;
  padding-bottom: 18px;
}
.special-slide .brand-service .services-list li {
  list-style: none;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 22px;
}
.special-slide .brand-service .services-list li + li {
  border-left: 1px solid #b8616b;
}
.special-slide .brand-service .services-list li {
  text-align: center;
  padding-bottom: 11px;
}
.special-slide .brand-service .services-list li:hover .brand-icon {
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: bounce;
  -webkit-animation-name: bounce;
}
.special-slide .service-inner {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.special-slide .service-inner .number {
  font-size: 16px;
  line-height: 1;
  background-color: #cccccc;
  display: inline-block;
  width: 31px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 7px 5px 8px;
  border-radius: 50%;
  vertical-align: top;
}
.special-slide .service-inner .brand-icon {
  font-size: 35px;
  display: inline-block;
  padding-top: 1px;
  margin-left: 38px;
}
.special-slide .service-inner .srv-name {
  display: inline-block;
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin: 9px 0 0;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.special-slide .service-inner:not(.style-02) .srv-name {
  margin-top: 15px;
}
.special-slide .service-inner.color-reverse .brand-icon {
  color: #888888;
}
@media screen and (max-width: 991px) {
  .special-slide .brand-service .txt-show-01 {
    font-size: 100px;
    line-height: 220px;
  }
  .special-slide .brand-service .txt-show-02 {
    font-size: 50px;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .special-slide .brand-service .txt-show-01 {
    font-size: 50px;
    line-height: 100px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .special-slide .brand-service .txt-show-02 {
    font-size: 30px;
  }
}

.products {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  overflow-x: auto;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .products {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (max-width: 480px) {
  .products {
    grid-template-columns: 1fr;
  }
}

.product-item {
  position: relative;
}
.product-item .contain-product .info {
  position: static !important;
  padding: 15px;
  text-align: center;
  cursor: pointer;
}
.product-item .contain-product .info .info-hover-overlay {
  --overlay-gap: 10px;
  position: absolute;
  bottom: var(--overlay-gap);
  left: var(--overlay-gap);
  width: calc(100% - var(--overlay-gap) * 2);
  height: calc(75% - var(--overlay-gap) * 2);
  background: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 2;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.product-item .contain-product .info .info-hover-overlay.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.product-item .contain-product .info .info-hover-overlay .close-overlay {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 22px;
  color: white;
  cursor: pointer;
}
.product-item .contain-product .info .info-hover-overlay .overlay-content {
  flex: 1;
  overflow-y: auto;
  padding: 10px 10px 50px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left !important;
}
.product-item .contain-product .info .info-hover-overlay .overlay-content .overlay-content-title {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 600;
}
.product-item .contain-product .info .info-hover-overlay .overlay-content p {
  margin-bottom: 0;
  line-height: 1.6;
  text-align: left;
}
.product-item .contain-product .info .info-hover-overlay .overlay-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: start;
  padding: 0 10px;
  background-color: white;
}
.product-item .contain-product .info .info-hover-overlay .overlay-footer .btn-view-more {
  background: white;
  color: #9B111E;
  padding: 8px 0;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}
.product-item .contain-product .info:hover .info-hover-overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.product-item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.product-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.product-item .contain-product {
  padding: 10px;
}
.product-item .contain-product .product-thumb {
  text-align: center;
}
.product-item .contain-product .product-thumb a:hover img {
  transform: scale(1.1);
}
.product-item .contain-product .product-thumb img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
.product-item .contain-product .info {
  padding-top: 10px;
  text-align: center;
}
.product-item .contain-product .info .categories {
  color: #9B111E;
  font-weight: bold;
}
.product-item .contain-product .info .type {
  color: #dddddd;
  font-weight: 300;
}
.product-item .contain-product .info .product-title {
  font-size: 16px;
}
.product-item .contain-product .info .product-title .pr-name {
  color: #333;
  text-decoration: none;
}
.product-item .contain-product .info .product-title .pr-name:hover {
  color: #9B111E;
}

@media screen and (max-width: 991px) {
  .filter-group-container {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .filter-group-container {
    max-width: 750px;
  }
}

.filter-group {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .filter-group {
    max-width: 300px;
    min-width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .filter-group {
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
.filter-group h1,
.filter-group h2,
.filter-group h3,
.filter-group h4,
.filter-group h5,
.filter-group h6 {
  flex-basis: 100%;
}
.filter-group label.checkbox,
.filter-group label.checkbox-inline {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  line-height: 22px;
  user-select: none;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .filter-group label.checkbox,
  .filter-group label.checkbox-inline {
    flex: 1 1 45%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .filter-group label.checkbox,
  .filter-group label.checkbox-inline {
    flex: 1 1 100%;
    margin: 0;
  }
}
.filter-group label.checkbox input[type=checkbox],
.filter-group label.checkbox-inline input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.filter-group label.checkbox input[type=checkbox] + span,
.filter-group label.checkbox-inline input[type=checkbox] + span {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
  transition: all 0.2s ease;
  border: 2px solid #ccc;
}
.filter-group label.checkbox input[type=checkbox]:checked + span,
.filter-group label.checkbox-inline input[type=checkbox]:checked + span {
  background-color: #9B111E;
  border-color: #9B111E;
}
.filter-group label.checkbox input[type=checkbox]:checked + span::after,
.filter-group label.checkbox-inline input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-group label.checkbox span + span,
.filter-group label.checkbox-inline span + span {
  padding-left: 8px;
}

.filter-controls {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .filter-controls {
    flex: 1 1 100%;
  }
}
.filter-controls button {
  background-color: #9B111E;
  color: white;
  border: none;
  padding: 3px 12px;
  margin-right: 10px;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.filter-controls button:hover {
  background-color: rgb(109.0406976744, 11.9593023256, 21.1046511628);
}

.no-products-message {
  text-align: center;
  color: #9B111E;
  font-size: 16px;
  font-weight: 500;
  background: #fff5f6;
  border: 2px dashed #9B111E;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 100%;
  animation: fadeIn 0.3s ease;
}
.no-products-message .no-products-icon {
  margin-bottom: 15px;
}
.no-products-message .no-products-icon svg {
  display: inline-block;
}
.no-products-message p {
  margin: 0;
  line-height: 1.4;
}
.no-products-message small {
  font-weight: normal;
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #555;
}

.pagination {
  margin: 20px 0;
}
.pagination li a {
  color: #9B111E;
}
.pagination li.active a {
  background: #9B111E;
  border-color: #9B111E !important;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.pagination li.active a:hover {
  background-color: rgb(109.0406976744, 11.9593023256, 21.1046511628);
}

.product-item.animated {
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.cls-1,
.cls-2 {
  fill: rgb(241.7558139535, 134.2441860465, 144.3720930233);
}

.cls-2,
.cls-3 {
  fill-rule: evenodd;
}

.cls-3 {
  fill: rgb(251.8372093023, 226.1627906977, 228.5813953488);
}

.cls-4 {
  fill: none;
  stroke: rgb(231.6744186047, 42.3255813953, 60.1627906977);
  stroke-miterlimit: 10;
  stroke-width: 0.71px;
}

.area {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
}
.area .svg-icon {
  flex: 1 1 50%;
}
.area .svg-icon svg {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 300px;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgb(231.6744186047, 42.3255813953, 60.1627906977);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 30px;
  height: 30px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 24px;
  height: 24px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 35px;
  height: 35px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.animate {
  font-size: 23px;
  font-weight: 600;
  max-width: 205px;
  margin: 0 auto;
  opacity: 0.7;
}

.animate span {
  display: inline-block;
}

.animate span:nth-of-type(2) {
  animation-delay: 0.05s;
}

.animate span:nth-of-type(3) {
  animation-delay: 0.1s;
}

.animate span:nth-of-type(4) {
  animation-delay: 0.15s;
}

.animate span:nth-of-type(5) {
  animation-delay: 0.2s;
}

.animate span:nth-of-type(6) {
  animation-delay: 0.25s;
}

.animate span:nth-of-type(7) {
  animation-delay: 0.3s;
}

.animate span:nth-of-type(8) {
  animation-delay: 0.35s;
}

.animate span:nth-of-type(9) {
  animation-delay: 0.4s;
}

.animate span:nth-of-type(10) {
  animation-delay: 0.45s;
}

.animate span:nth-of-type(11) {
  animation-delay: 0.5s;
}

.nodata {
  position: relative;
}
.nodata span {
  color: #9B111E;
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  animation: leftRight 0.6s forwards;
}

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: #344955;
  }
  60% {
    color: #344955;
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.product-section .tabs,
.product-section .filters {
  margin-bottom: 10px;
}
.product-section .tab,
.product-section .filter-btn {
  padding: 8px 12px;
  margin-right: 5px;
  border: 1px solid #ccc;
  background: #eee;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.product-section .tab.active,
.product-section .filter-btn.active {
  background: #9B111E;
  color: #fff;
}
.product-section .swiper {
  width: 100%;
  padding: 20px 0;
}
.product-section .swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}
.product-section .product-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  transition: all 0.5s ease;
}
.product-section .product-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.product-section .product-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.product-section .product-item .product-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 15px;
  height: 25px;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}
.product-section .product-item .product-info .product-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.product-section .product-item .product-info .product-details {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.product-section .product-item .product-info .product-details h4 {
  margin: 10px 0 5px;
}
.product-section .product-item .product-info .product-details p {
  margin: 0 0 10px;
}
.product-section .product-item .product-info .product-details .product-link {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.product-section .product-item:hover .product-info {
  height: 150px;
}
.product-section .product-item:hover .product-details {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 640px) {
  .product-section .product-item .product-info {
    height: 50px;
  }
  .product-section .product-item:hover .product-info {
    height: 130px;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: #666666;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

label {
  font-weight: 400;
  color: #333333;
}
label .required {
  border-bottom: none;
  text-decoration: none;
}

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

figure {
  max-width: 100%;
}

input:focus {
  outline: none;
}

a:hover, a:focus, a:visited, a:active {
  text-decoration: none;
  outline: none;
}

button:hover, button:focus, button:visited, button:active {
  text-decoration: none;
  outline: none;
}

table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  margin-bottom: 20px;
}

th,
td {
  border: 1px solid #e6e6e6;
  padding: 10px 5px;
  font-weight: normal;
  text-align: center;
}

textarea {
  display: block;
}

input[type=text], input[type=email] {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 7px 20px;
  max-width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 7px 20px;
  max-width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password], input[type=tel] {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 7px 20px;
  max-width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 7px 20px;
  max-width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search] {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 7px 20px;
  max-width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=search]::placeholder {
  color: #888888;
}

select {
  background: transparent;
  border: none;
  color: #ffffff;
}
select option {
  color: #333333;
}

/******************************************
  * Animation Effects                       *
  *******************************************/
@-webkit-keyframes preload_waiting {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes preload_waiting {
  75% {
    transform: scale(0);
  }
}
/******************************************
  * Pre Loading                             *
  *******************************************/
body {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#biof-loading {
  background-color: #f2f1ef;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  margin-top: 0;
  top: 0;
}
#biof-loading .biof-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#biof-loading .biof-loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.biof-loading-center-absolute .dot {
  width: 20px;
  height: 20px;
  background-color: #05a503;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.biof-loading-center-absolute .dot-one {
  -webkit-animation: preload_waiting 1.5s infinite;
  animation: preload_waiting 1.5s infinite;
}
.biof-loading-center-absolute .dot-two {
  -webkit-animation: preload_waiting 1.5s infinite;
  animation: preload_waiting 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.biof-loading-center-absolute .dot-three {
  -webkit-animation: preload_waiting 1.5s infinite;
  animation: preload_waiting 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/*********************/
.btn-scroll-top {
  color: #333333;
  border-radius: 50%;
  cursor: pointer;
  font-size: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  height: 50px;
  width: 50px;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.btn-scroll-top i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
}
.btn-scroll-top.showUp {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

@media only screen and (max-width: 767.98px) {
  .btn-scroll-top {
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 40px;
    bottom: 80px;
    right: 30px;
  }
}
/*********************
  * Menu Mobile        *
  **********************/
.brand-clone-wrap {
  position: fixed;
  top: 0;
  left: -340px;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 100000;
  -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
  box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
  overflow-x: hidden;
}
.brand-clone-wrap .megamenu-item li {
  line-height: 50px;
}
.brand-clone-wrap .megamenu-item .widget {
  padding: 0 0 30px 0;
}
.brand-clone-wrap .megamenu-item li.menu-item > a {
  display: inline-block;
  line-height: 50px;
}
.brand-clone-wrap .megamenu-item li .icon {
  right: -4px;
  top: -9px;
  float: right;
  position: relative;
}
.brand-clone-wrap .megamenu-item .menu-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 20px;
}
.brand-clone-wrap .megamenu-item .wrap-media {
  margin-bottom: 0;
  padding-left: 20px;
}

.brand-panel ul {
  padding: 0;
  margin: 0;
}
.brand-panel > ul > li {
  list-style: none;
  position: relative;
  padding: 0 20px;
  border-bottom: 1px dashed #dddddd;
}

.brand-mobile-panels .brand-prev-panel,
.brand-panels-actions-wrap .brand-prev-panel {
  right: inherit;
  left: 0;
  border: none;
  border-right: 1px solid #dddddd;
}

.brand-mobile-panels .brand-prev-panel:before,
.brand-panels-actions-wrap .brand-prev-panel:before {
  content: "\f104";
  font-family: "FontAwesome", sans-serif;
}

.brand-mobile-panels .brand-current-panel-title,
.brand-panels-actions-wrap .brand-current-panel-title {
  display: block;
  text-align: center;
  line-height: 50px;
  padding: 0 50px;
  font-weight: 600;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.brand-clone-wrap .brand-panels {
  background: inherit;
  border-color: inherit;
  position: absolute;
  margin-top: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}

.brand-next-panel {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.brand-next-panel:before {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
}

.brand-panel > ul > li > a {
  display: inline-block;
  line-height: 50px;
  text-transform: capitalize;
  color: #333333;
}
.brand-panel > ul > li > a > i {
  display: none;
}
.brand-panel > ul > li > a > .icon {
  right: -4px;
  top: -9px;
  float: right;
  position: relative;
}

.brand-clone-wrap .brand-panel {
  border-color: #ffffff;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.2s ease 0s;
  z-index: 0;
}
.brand-clone-wrap .brand-main-panel,
.brand-clone-wrap .brand-panel.brand-panel-opened {
  transform: translateX(0);
  z-index: 10;
}
.brand-clone-wrap .brand-sub-opened {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.brand-mobile-panels,
.brand-panels-actions-wrap {
  border-bottom: 1px solid #dddddd;
  height: 50px;
  position: relative;
}

.brand-mobile-panels .brand-close-btn,
.brand-mobile-panels .brand-prev-panel {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #333333;
}

.brand-panels-actions-wrap .brand-close-btn,
.brand-panels-actions-wrap .brand-prev-panel {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #333333;
}

.brand-mobile-panels .brand-close-btn,
.brand-panels-actions-wrap .brand-close-btn {
  border-left: 1px solid #dddddd;
}

.brand-panel .mega-content {
  padding: 25px 0;
  display: inline-block;
  width: 100%;
}

.hero-background {
  background-image: url(../images/about-us/7.jpg);
  height: 194px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.hero-section {
  display: block;
  text-align: center;
  position: relative;
  font-size: 0;
  line-height: 1;
}
.hero-section .page-title {
  display: inline-block;
  position: absolute;
  top: 29%;
  left: 0;
  right: 0;
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
}

.brand-nav {
  display: block;
  margin-top: 37px;
  margin-bottom: 38px;
}
.brand-nav ul {
  padding: 0;
  display: block;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.brand-nav ul li {
  list-style: none;
  display: inline-block;
}
.brand-nav ul li + li::before {
  content: "/";
  font-family: inherit;
  color: #666666;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  margin-left: 13px;
  margin-right: 14px;
}
.brand-nav ul li span,
.brand-nav ul li a {
  color: #666666;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}
.brand-nav ul li:last-child::before,
.brand-nav ul li:last-child span {
  color: #222222;
  font-weight: 600;
}

/**************************************/
.brand-carousel {
  padding: 0;
  margin: 0;
}
.brand-carousel > li {
  list-style: none;
}
.brand-carousel > li:not(:first-child) {
  display: none;
}

.slick-initialized .slick-slide {
  outline: none;
}

.brand-carousel .row-item {
  font-size: 0;
  line-height: 0;
}
.brand-carousel.row-space-29px .row-item + .row-item {
  margin-top: 29px;
}

.slick-slide .row-item {
  margin-bottom: 1rem !important;
}

.slick-initialized .slick-arrow:not(.slick-disabled) {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.slick-initialized .slick-arrow:not(.slick-disabled):hover {
  cursor: pointer;
}

@media (min-width: 769px) {
  .container {
    padding: 0;
  }
}
.login-link .brand-icon {
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -5px;
}

.vertical-category-block .wrap-menu .wrap-megamenu,
.vertical-category-block .wrap-menu ul.sub-menu {
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 100;
}

.vertical-category-block .wrap-menu li:hover .wrap-megamenu,
.vertical-category-block .wrap-menu li:hover > ul.sub-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

body.open-mobile-search .header-area.layout-02 {
  z-index: 150;
}

#brand-main-panel a.menu-name {
  position: relative;
}
#brand-main-panel .menu-name .sup-item {
  display: inline-block;
  position: absolute;
  font-size: 0;
  line-height: 0;
  bottom: 100%;
  right: 0;
  margin-bottom: 7px;
}

.header-area.layout-02 .primary-menu > ul > li > a .sup-item {
  display: inline-block;
  position: absolute;
  font-size: 0;
  line-height: 0;
  bottom: 100%;
  right: 0;
  margin-bottom: 7px;
}

#brand-main-panel .menu-name .sup-item {
  right: auto;
  bottom: auto;
  top: 0;
  left: calc(100% - 10px);
  margin-bottom: 0;
}
#brand-main-panel .menu-name .sup-item > span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #43c172;
  border-color: #43c172;
  border-radius: 3px;
  min-width: 40px;
  text-align: center;
  padding: 0 3px;
  line-height: 18px;
  color: #ffffff;
  position: relative;
  margin: 0;
}

.header-area.layout-02 .primary-menu > ul > li > a span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #43c172;
  border-color: #43c172;
  border-radius: 3px;
  min-width: 40px;
  text-align: center;
  padding: 0 3px;
  line-height: 18px;
  color: #ffffff;
  position: relative;
  margin: 0;
}

#brand-main-panel .menu-name .sup-item > span.sale,
.header-area.layout-02 .primary-menu > ul > li > a span.sale {
  background-color: #ffc356;
  border-color: #ffc356;
}

#brand-main-panel .menu-name .sup-item > span.feature,
.header-area.layout-02 .primary-menu > ul > li > a span.feature {
  background-color: #0059ff;
  border-color: #0059ff;
}

#brand-main-panel .menu-name span::before {
  display: block;
  content: "";
  border: 7px solid transparent;
  border-top-color: inherit;
  border-bottom: none;
  position: absolute;
  bottom: -6px;
  right: 50%;
  margin-right: -8px;
}

.header-area.layout-02 .primary-menu > ul > li > a span::before {
  display: block;
  content: "";
  border: 7px solid transparent;
  border-top-color: inherit;
  border-bottom: none;
  position: absolute;
  bottom: -6px;
  right: 50%;
  margin-right: -8px;
}
.header-area.layout-02 .brand-sticky-object.pre-sticky .primary-menu > ul > li > a .sup-item {
  display: none;
}

#brand-main-panel .menu-name span::before {
  bottom: -5px;
  right: 100%;
  margin-right: -19px;
}

.brand-cart-info {
  font-size: 0;
  text-align: right;
  margin-top: 8px;
}
.brand-cart-info > div {
  display: inline-block;
}
.brand-cart-info > div + div {
  margin-left: 29px;
}
.brand-cart-info > div > .link-to {
  display: inline-block;
  line-height: 0;
}
.brand-cart-info .icon-qty-combine {
  display: inline-block;
  position: relative;
  font-size: 0;
  line-height: 1;
  margin-right: 7px;
}
.brand-cart-info .icon-qty-combine .qty {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  margin: 0;
  min-width: 19px;
  padding: 1px 5px 2px;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: 7px;
  z-index: 2;
}
.brand-cart-info .icon-qty-combine .brand-icon {
  font-size: 20px;
  color: #333333;
}
.brand-cart-info .minicart-contain a > .title {
  font-size: 14px;
  line-height: 16px;
  display: inline;
  color: #555555;
  font-weight: 600;
  margin-left: 6px;
}
.brand-cart-info .minicart-contain a > .sub-total {
  font-size: 15px;
  line-height: 16px;
  display: inline;
  color: #222222;
  font-weight: 700;
}
.brand-cart-info .minicart-block {
  position: relative;
}
.brand-cart-info .minicart-block .cart-content {
  position: absolute;
  display: inline-block;
  line-height: 0;
  width: 370px;
  top: 100%;
  right: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 50;
}
.brand-cart-info .minicart-block:hover .cart-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.brand-cart-info .minicart-block .cart-inner {
  border-top: 3px solid #cccccc;
  background-color: #ffffff;
  display: inline-block;
  padding: 16px 10px 30px 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  line-height: 0;
  width: 370px;
  margin-top: 9px;
}
.brand-cart-info .minicart-block ul.products {
  padding: 0;
  margin: 0;
  text-align: left;
  border-bottom: 1px dashed #e6e6e6;
  max-height: 371px;
  overflow-y: auto;
}
.brand-cart-info .minicart-block ul.products li {
  padding-right: 10px;
}
.brand-cart-info .minicart-block ul.products li + li .minicart-item {
  border-top: 1px dashed #e6e6e6;
  padding-top: 19px;
}
.brand-cart-info .minicart-block ul.products li + li .minicart-item .action {
  top: 23px;
}
.brand-cart-info .minicart-block ul.products li:last-child .minicart-item {
  padding-bottom: 30px;
}
.brand-cart-info .minicart-block .minicart-item {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
.brand-cart-info .minicart-item .thumb {
  display: inline-block;
  width: 90px;
  float: left;
}
.brand-cart-info .minicart-item .left-info {
  display: inline-block;
  width: calc(100% - 90px);
  padding-left: 9px;
  padding-right: 40px;
}

.minicart-item .left-info .product-title {
  font-size: 17px;
  line-height: 1;
  display: block;
  margin-top: 8px;
  font-weight: 600;
}
.minicart-item .left-info .product-name {
  color: #333333;
  display: inline-block;
}

.price-contain,
.sumary-product .product-attribute .price,
.contain-product .info .price,
.minicart-item .left-info .price {
  display: block;
  font-size: 0;
  line-height: 1;
  margin-top: 6px;
}

.price-contain .price-amount,
.sumary-product .product-attribute .price .price-amount,
.contain-product .info .price .price-amount,
.minicart-item .left-info .price .price-amount {
  line-height: 24px;
  color: #aaaaaa;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

.price-contain ins .price-amount,
.sumary-product .product-attribute .price ins .price-amount,
.contain-product .info .price ins .price-amount,
.minicart-item .left-info .price ins .price-amount {
  font-size: 18px;
  color: #111111;
  font-weight: 700;
}

.price-contain ins {
  display: inline-block;
  text-decoration: none;
}

.sumary-product .product-attribute .price ins,
.sumary-product .product-attribute .price del {
  display: inline-block;
  text-decoration: none;
}

.contain-product .info .price ins,
.contain-product .info .price del {
  display: inline-block;
  text-decoration: none;
}

.minicart-item .left-info .price ins,
.minicart-item .left-info .price del {
  display: inline-block;
  text-decoration: none;
}

.price-contain del {
  position: relative;
  margin-left: 6px;
  display: inline-block;
}

.sumary-product .product-attribute .price del,
.contain-product .info .price del,
.minicart-item .left-info .price del {
  position: relative;
  margin-left: 6px;
}

.price-contain del::after,
.sumary-product .product-attribute .price del::after,
.contain-product .info .price del::after,
.minicart-item .left-info .price del::after {
  content: "";
  height: 1px;
  background-color: #aaaaaa;
  position: absolute;
  top: 50%;
  left: -1px;
  right: -1px;
  display: block;
  z-index: 1;
}

.pr-detail-layout .info .price ins .price-amount,
.sumary-product .product-attribute .price ins .price-amount {
  font-size: 22px;
}

.contain-product.style-widget .product-thumb {
  width: 82px;
  display: inline-block;
}
.contain-product.style-widget .info {
  width: calc(100% - 82px);
  display: inline-block;
  text-align: left;
  padding-left: 10px;
}
.contain-product.style-widget .info .price,
.contain-product.style-widget .info .product-title {
  text-align: left;
}
.contain-product.style-widget .info .categories {
  text-align: left;
  margin-top: 3px;
}
.contain-product.style-widget .info .price {
  margin-bottom: 0;
}
.contain-product.layout-default {
  /*padding-bottom: 12px;*/
  padding-bottom: 2px;
}
.contain-product.layout-default .info .price {
  margin-bottom: 11px;
}

.contain-product__deal-layout .slide-down-box .message,
.contain-product.layout-default .slide-down-box .message {
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 17px;
  margin: 0 0 19px;
  text-align: center;
  padding: 0 15px;
}

.pr-detail-layout .info .buttons,
.contain-product__deal-layout .slide-down-box .buttons,
.contain-product.layout-default .slide-down-box .buttons {
  padding: 0 11px;
  display: table;
  width: 100%;
}

.pr-detail-layout .info .buttons .btn,
.contain-product__deal-layout .slide-down-box .buttons .btn,
.contain-product.layout-default .slide-down-box .buttons .btn {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.pr-detail-layout .info .buttons .btn:not(.add-to-cart-btn),
.contain-product__deal-layout .slide-down-box .buttons .btn:not(.add-to-cart-btn),
.contain-product.layout-default .slide-down-box .buttons .btn:not(.add-to-cart-btn) {
  width: 32px;
  font-size: 16px;
  color: #666666;
}

.pr-detail-layout .info .buttons .add-to-cart-btn,
.contain-product__deal-layout .slide-down-box .buttons .add-to-cart-btn,
.contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn {
  font-size: 14px;
  color: #ffffff;
  background-color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 9999px;
  line-height: 1;
  padding: 15px 10px 16px;
}

.pr-detail-layout .info .buttons .add-to-cart-btn:hover,
.contain-product__deal-layout .slide-down-box .buttons .add-to-cart-btn:hover {
  background-color: #444444;
}

.contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn:hover {
  background-color: #444444;
}
.contain-product.layout-02 {
  display: inline-block;
  width: 100%;
}

.advance-product-box_countdown {
  border: 2px solid #e6e6e6;
}
.advance-product-box_countdown .contain-product .product-thumb {
  padding-left: 8px;
  padding-right: 8px;
}
.advance-product-box_countdown .contain-product .info {
  padding-bottom: 26px;
}
.advance-product-box_countdown .brand-countdown {
  margin: 13px 0 0;
}
.advance-product-box_countdown .brand-countdown > span {
  padding: 5px 5px 7px;
  min-width: 47px;
}
.advance-product-box_countdown .brand-countdown .text {
  font-size: 12px;
  margin-top: 1px;
}

.shipping-info {
  display: block;
  font-size: 0;
  line-height: 0;
}
.shipping-info p {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin: 0;
  color: #7faf51;
  font-weight: 600;
  padding-top: 7px;
}
.shipping-info p.for-today {
  color: #666666;
  padding-top: 1px;
  margin-bottom: 26px;
}

.minicart-item .left-info .qty {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-top: 3px;
}
.minicart-item .left-info .qty .input-qty {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
  margin: 0;
  border: none;
  padding: 0;
  margin-left: 4px;
  width: 100px;
  background-color: #f5f5f5;
}
.minicart-item .left-info .qty .input-qty:disabled {
  background-color: #ffffff;
}
.minicart-item .left-info .qty > label {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
  margin: 0;
}
.minicart-item .action {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.minicart-item .action a {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  display: inline-block;
}
.minicart-item .action a + a {
  margin-left: 12px;
}
.minicart-item.editing .action a.edit,
.minicart-item .action a:hover {
  color: #f44242;
}
.minicart-item.editing .action a.edit i::before {
  content: "\f00c";
}

.minicart-block .cart-inner .minicart-empty {
  font-size: 14px;
  line-height: 1;
  display: block;
  text-align: center;
  color: #888888;
  margin-top: 34px;
  margin-bottom: 22px;
}

.brand-cart-info .minicart-block .btn-control {
  display: inline-block;
  margin: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.brand-cart-info .minicart-block .btn-control .btn {
  display: inline-block;
  width: calc(50% - 8px);
  padding: 16px 10px 17px;
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #eeeeee;
  border: none;
  border-radius: 99999999px;
  margin-top: 20px;
}
.brand-cart-info .minicart-block .btn-control .view-cart {
  margin-right: 16px;
  color: #ffffff;
}
.brand-cart-info .minicart-block .btn-control .btn:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.minicart-block.layout-02 .icon-contain {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.minicart-block.layout-02 .icon-contain .span-index {
  border: 2px solid #e6e6e6;
  padding-left: 20px;
  border-right: 0;
  display: inline-block;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.minicart-block.layout-02 .icon-contain .brand-icon {
  font-size: 21px;
  line-height: 41px;
  display: inline-block;
  vertical-align: middle;
}
.minicart-block.layout-02 .icon-contain .sub-total {
  font-size: 14px;
  color: #555555;
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  vertical-align: middle;
  padding-left: 9px;
  padding-right: 14px;
}
.minicart-block.layout-02 .icon-contain .btn-to-cart {
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  min-width: 61px;
  padding: 15px 10px;
  vertical-align: middle;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.brand-brand .menu-title,
.brand-products-block .menu-title,
.block-posts .menu-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 13px 0;
  line-height: 24px;
}

.wrap-custom-menu .menu-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 13px 0;
  line-height: 24px;
}
.wrap-custom-menu ul.menu {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.wrap-custom-menu ul.menu > li {
  display: block;
  list-style: none;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}
.wrap-custom-menu ul.menu > li + li {
  margin-top: 10px;
}
.wrap-custom-menu ul.menu > li a {
  color: #555555;
}
.wrap-custom-menu ul.menu > li sup {
  font-size: 12px;
}

.block-posts .menu-title {
  margin-bottom: 17px;
}
.block-posts ul.posts {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0 0 1px 0;
  margin: 0;
}
.block-posts ul.posts li {
  display: inline-block;
  clear: both;
  padding-bottom: 10px;
  width: 100%;
}
.block-posts ul.posts li + li {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.block-posts ul.posts li:last-child {
  padding-bottom: 0;
}
.block-posts .block-post-item .thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  margin-right: 10px;
  border: 0;
  background-color: #ffffff;
  float: left;
}
.block-posts .block-post-item .thumb img {
  width: auto;
  max-height: 60px;
}
.block-posts .block-post-item .left-info {
  display: inline-block;
  width: calc(100% - 80px);
  padding-left: 0;
}
.block-posts .block-post-item .post-name {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 1px 0 0;
  text-align: left;
}
.block-posts .block-post-item .post-name a {
  color: #333333;
  display: inline-block;
}
.block-posts .block-post-item .p-date {
  font-size: 12px;
  color: #666666;
  display: inline-block;
  margin: 7px 0 0;
  padding: 0;
  line-height: 19px;
}
.block-posts .block-post-item .p-comment {
  font-size: 13px;
  color: #666666;
  display: inline-block;
  margin: 7px 0 0;
  padding: 0;
  line-height: 19px;
  margin-left: 19px;
}

.vertical-category-block {
  display: block;
  position: relative;
}
.vertical-category-block .block-title {
  display: block;
  padding: 13px 30px 13px 17px;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
  position: relative;
}
.vertical-category-block .menu-icon {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding-top: 5px;
  vertical-align: top;
}
.vertical-category-block .menu-icon span {
  background-color: #ffffff;
  width: 17px;
  height: 2px;
  border: 0;
  display: inline-block;
  float: left;
  clear: left;
  margin: 0 3px 3px 9px;
}
.vertical-category-block .menu-icon span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 2px;
  margin-left: -6px;
  background-color: #ffffff;
}
.vertical-category-block .block-title .menu-title {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  padding-left: 14px;
}
.vertical-category-block .block-title .angle {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  display: inline-block;
  max-width: 18px;
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
}
.vertical-category-block .black-color .menu-icon span {
  background-color: #333333;
}
.vertical-category-block .black-color .menu-icon span::before {
  background-color: #333333;
}
.vertical-category-block .black-color .angle,
.vertical-category-block .black-color .menu-title {
  color: #333333;
}
.vertical-category-block > .wrap-menu {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 30;
}
.vertical-category-block > .wrap-menu > .menu {
  padding: 9px 0 18px;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.vertical-category-block > .wrap-menu > .menu > li {
  font-size: 14px;
  line-height: 45px;
  display: block;
  padding: 0 20px;
}
.vertical-category-block > .wrap-menu > .menu > li > a {
  color: #333333;
  display: inline-block;
  width: 100%;
}
.vertical-category-block > .wrap-menu > .menu li.has-megamenu > a {
  position: relative;
  padding-right: 5px;
}
.vertical-category-block > .wrap-menu .menu li.has-child > a {
  position: relative;
  padding-right: 5px;
}
.vertical-category-block .wrap-menu .menu li.has-child {
  position: relative;
}
.vertical-category-block .wrap-menu .menu li.has-megamenu > a:after, .vertical-category-block .wrap-menu .menu li.has-child > a:after {
  font-family: "FontAwesome", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  display: inline-block;
  font-size: 14px;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  color: #333333;
}
.vertical-category-block .wrap-menu ul.sub-menu {
  display: inline-block;
  width: 250px;
  padding: 0;
  left: 100%;
  top: 0;
}
.vertical-category-block .wrap-menu ul.sub-menu li {
  list-style: none;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0 20px;
}
.vertical-category-block .wrap-menu ul.sub-menu li a {
  display: block;
  line-height: inherit;
  color: #333333;
}
.vertical-category-block .wrap-menu ul.sub-menu li + li > a {
  border-top: 1px dashed #d2d2d2;
}
.vertical-category-block .wrap-menu .wrap-megamenu {
  top: 0;
  left: 100%;
  padding: 22px 30px 0;
}
.vertical-category-block > .wrap-menu > .menu > li + li > a {
  border-top: 1px dashed #d2d2d2;
}
.vertical-category-block > .wrap-menu > .menu > li > a .brand-icon {
  font-size: 26px;
  width: 40px;
  text-align: left;
  display: inline-block;
  float: left;
  line-height: 45px;
}
.vertical-category-block:not(.always) .block-title {
  cursor: pointer;
}
.vertical-category-block:not(.always) .wrap-menu {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
}
.vertical-category-block:not(.always).open-menu .wrap-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vertical-category-block:not(.open-menu) .block-title .angle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.brand-vertical-menu.height-auto .vertical-category-block > .wrap-menu {
  position: static;
  width: 100%;
}

.brand-products-block .products-list {
  padding: 0;
  margin: 0;
}
.brand-products-block .products-list .product-item {
  list-style: none;
}

.brand-carousel.nav-center-02 .slick-arrow, .brand-carousel.nav-center-bold .slick-arrow, .brand-carousel.nav-center .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -17px;
  color: rgba(102, 102, 102, 0.2);
  z-index: 10;
  margin-bottom: 0;
  font-size: 33px;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.brand-carousel.nav-center-bold .slick-arrow {
  font-size: 44px;
}

.products-list.brand-carousel.nav-center-02 .slick-arrow {
  -webkit-transition: opacity 1.2s ease;
  -moz-transition: opacity 1.2s ease;
  -o-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}

.brand-carousel.nav-center-bold .slick-arrow.prev, .brand-carousel.nav-center .slick-arrow.prev {
  left: -40px;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.brand-carousel.nav-center-bold .slick-arrow.next, .brand-carousel.nav-center .slick-arrow.next {
  right: -40px;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.brand-carousel.nav-center-bold .slick-arrow.prev {
  left: -44px;
}
.brand-carousel.nav-center-bold .slick-arrow.next {
  right: -44px;
}
.brand-carousel.nav-center-02 .slick-arrow {
  font-size: 30px;
}
.brand-carousel.nav-center-02 .slick-arrow.prev {
  left: -9px;
  padding-right: 14px;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.brand-carousel.nav-center-02 .slick-arrow.next {
  right: -9px;
  padding-left: 14px;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.brand-carousel.nav-center-02 .slick-arrow::before {
  content: "\f104";
  font-family: "FontAwesome", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.brand-carousel.nav-center-02 .slick-arrow.next::before {
  content: "\f105";
}
.brand-carousel.nav-center-02:hover .slick-arrow.prev, .brand-carousel.nav-center-02:hover .slick-arrow.next {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.brand-carousel.nav-center-bold:hover .slick-arrow.prev, .brand-carousel.nav-center-bold:hover .slick-arrow.next {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.brand-carousel.nav-center:hover .slick-arrow.prev, .brand-carousel.nav-center:hover .slick-arrow.next {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.brand-carousel.nav-center-02 .slick-arrow:hover {
  color: #444444;
}

.contain-product .product-thumb {
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  /*overflow: hidden;*/
}
.contain-product .product-thumb .lookup {
  display: inline-block;
  font-size: 22px;
  line-height: 0;
  color: #666666;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 15px;
  padding: 5px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.contain-product:hover .product-thumb .lookup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 330ms ease 100ms;
  -moz-transition: transform 330ms ease 100ms;
  -o-transition: transform 330ms ease 100ms;
  transition: transform 330ms ease 100ms;
}
.contain-product .product-thumb .labels {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}
.contain-product .product-thumb .labels > span {
  display: inline-block;
  float: left;
  clear: left;
  min-width: 54px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
  background-color: #fa3535;
  line-height: 22px;
  padding: 0 5px;
  font-weight: 700;
}
.contain-product .product-thumb .labels .new-label {
  background-color: #32de04;
}
.contain-product .product-thumb .labels .feature-label {
  background-color: #036dc7;
}

.products-list.brand-carousel.slick-initialized .contain-product .product-thumb img, .products-list:not(.brand-carousel) .contain-product .product-thumb img {
  width: 80%;
}

.contain-product .info .categories {
  display: block;
  font-size: 15px;
  color: #888888;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  margin-top: 13px;
}
.contain-product .info .product-title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin: 7px 0 0;
  text-align: center;
}
.contain-product .info .product-title a {
  color: #222222;
  display: inline-block;
}
.contain-product .info .price {
  text-align: center;
  margin-bottom: 12px;
}

.pr-detail-layout {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.pr-detail-layout .product-thumb,
.pr-detail-layout .info {
  display: inline-block;
  vertical-align: top;
}
.pr-detail-layout .product-thumb {
  width: 31.036%;
  float: left;
}
.pr-detail-layout .info {
  width: 47.009%;
  padding-left: 20px;
  padding-right: 10px;
  float: left;
}
.pr-detail-layout .info .categories {
  text-align: left;
  margin-top: 14px;
  max-width: 356px;
  display: block !important;
}
.pr-detail-layout .info .product-title {
  text-align: left;
  max-width: 356px;
}
.pr-detail-layout .info .excerpt {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin: 29px 0 0;
  max-width: 356px;
}
.pr-detail-layout .info .price {
  text-align: left;
  margin: 23px 0 0;
  max-width: 356px;
}
.pr-detail-layout .info .buttons {
  padding: 0;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
  max-width: 356px;
}
.pr-detail-layout .info .buttons .btn:not(.add-to-cart-btn) {
  width: 32px;
  font-size: 16px;
  color: #666666;
}
.pr-detail-layout .info .buttons .wishlist-btn {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  padding: 4px 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.pr-detail-layout .info .buttons .add-to-cart-btn {
  padding: 14px;
  display: inline-block;
  min-width: 159px;
}
.pr-detail-layout .info .buttons .compare-btn {
  padding: 5px 5px 4px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.pr-detail-layout .info .buttons .compare-btn::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #aaaaaa;
  position: absolute;
  left: -4px;
  top: 4px;
}

.brand-products-block .menu-title {
  margin-bottom: 24px;
}

.brand-brand ul.brands {
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border-top: 1px solid #e6e6e6;
}
.brand-brand ul.brands li {
  list-style: none;
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
}
.brand-brand.vertical ul.brands {
  border: none;
  padding-bottom: 14px;
  display: inline-block;
}
.brand-brand.vertical ul.brands li {
  display: block;
  width: auto;
  clear: left;
  text-align: left;
  margin: 17px 0;
}

.brand-banner.layout-01 {
  display: block;
  width: 176px;
  text-align: center;
  font-size: 0;
  line-height: 1;
  border: 1px solid transparent;
  position: relative;
}
.brand-banner.layout-01::before {
  content: "";
  display: block;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 19px;
  background: transparent;
}
.brand-banner.layout-01::after {
  content: "";
  display: block;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 19px;
  background: transparent;
}
.brand-banner.layout-01 .top-title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 7px;
}
.brand-banner.layout-01 .content {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-align: center;
  margin: -7px 0 0;
  padding: 0 20px;
}
.brand-banner.layout-01 .bottomm-title {
  font-size: 20px;
  color: #333333;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  position: relative;
  bottom: -9px;
  padding: 0 7px;
}

.header-search-bar.layout-01 {
  display: inline-block;
  position: relative;
  float: left;
}
.header-search-bar.layout-01 .input-text {
  font-size: 14px;
  color: #222222;
  border: 2px solid #dddddd;
  width: 500px;
  display: inline-block;
  border-radius: 99999px;
  padding: 10px 240px 10px 20px;
}
.header-search-bar.layout-01 .btn-submit {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-left: 1px solid #e6e6e6;
  color: #333333;
  line-height: 0;
  font-size: 20px;
  display: inline-block;
  padding: 9px;
  width: 89px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 0;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.header-search-bar.layout-01 .input-text::-ms-input-placeholder, .header-search-bar.layout-01 .input-text:-ms-input-placeholder, .header-search-bar.layout-01 .input-text::placeholder {
  color: #888888;
}
.header-search-bar.layout-01 select {
  display: none;
}
.header-search-bar.layout-01 .nice-select {
  position: absolute;
  top: 3px;
  right: 118px;
  padding-left: 0;
}
.header-search-bar.layout-01 .nice-select:after {
  color: #888888;
}
.header-search-bar.layout-01 .nice-select .current {
  color: #888888;
  width: 103px;
  text-align: right;
}
.header-search-bar.layout-01.no-product-cat .btn-submit {
  width: auto;
  padding: 12px 24px 12px 16px;
  top: 2px;
  right: 0;
  border-left: none;
}
.header-search-bar.layout-01.no-product-cat .input-text {
  padding-right: 60px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-search-bar.layout-01 .input-text {
    line-height: 1;
    padding: 9px 240px 9px 20px;
  }
}
.header-area .live-info {
  display: inline-block;
  max-width: calc(100% - 500px);
  /* float: right; */
}
.header-area .live-info .telephone {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  display: block;
  margin: 0;
  padding-left: 6px;
}
.header-area .live-info .telephone i {
  font-size: 26px;
  position: relative;
  bottom: -5px;
  right: 6px;
}
.header-area .live-info .working-time {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: block;
  margin: 1px 0 0;
  padding-left: 28px;
}

.padding-top-2px {
  padding-top: 2px;
}

/***********************
      * Newsletter Block     *
      ***********************/
.product-category .products-list {
  padding: 0;
  display: block;
  margin: 0;
}
.product-category .products-list li {
  display: block;
  list-style: none;
}

/***********************
  * wrap-custom-menu      *
  ***********************/
.wrap-custom-menu.vertical-menu-2 ul li {
  font-size: 14px;
  line-height: 33px;
}
.wrap-custom-menu.vertical-menu-2.bigger ul li {
  font-size: 15px;
  line-height: 35px;
}
.wrap-custom-menu.vertical-menu-2 ul li + li {
  margin-top: 1px;
}
.wrap-custom-menu.vertical-menu-2 ul li a {
  color: #666666;
}
.wrap-custom-menu.horizontal-menu-v2 ul.menu {
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.wrap-custom-menu.horizontal-menu-v2 ul.menu > li {
  margin: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 0 15px;
}
.wrap-custom-menu.horizontal-menu-v2 ul.menu > li + li {
  border-left: 1px solid #e6e6e6;
}
.wrap-custom-menu.horizontal-menu-v2 ul.menu > li a {
  color: #666666;
  display: inline-block;
}

/***********************
  * brand Social list *
  ***********************/
.brand-social {
  margin-top: 25px;
}
.brand-social ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-align: left;
}
.brand-social ul li {
  list-style: none;
  display: inline-block;
}
.brand-social ul li + li {
  margin-left: 30px;
}
.brand-social ul li a {
  font-size: 18px;
  color: #666666;
}
.brand-social.circle-hover {
  margin-top: 24px;
}
.brand-social.circle-hover ul li a {
  color: #555555;
  display: block;
  padding: 0 5px;
  line-height: 34px;
  min-width: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
}
.brand-social.circle-hover ul li a:hover {
  color: #ffffff;
}
.brand-social.circle-hover ul li + li {
  margin-left: 10px;
}
.brand-social.add-title {
  margin-top: 8px;
}
.brand-social.add-title .fr-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-right: 22px;
}
.brand-social.add-title .fr-title + .socials {
  display: inline-block;
  vertical-align: middle;
}
.brand-social.add-title ul li a {
  color: #aaaaaa;
}
.brand-social.add-title ul li + li {
  margin-left: 21px;
}

/***********************
  * Contact Block     *
  ***********************/
.contact-info-block.footer-layout ul {
  padding-top: 3px;
  padding: 0;
  display: block;
}
.contact-info-block.footer-layout ul li {
  display: block;
  list-style: none;
}
.contact-info-block.footer-layout ul li + li {
  margin-top: 10px;
}
.contact-info-block.footer-layout li p.info-item {
  display: block;
  margin: 0;
}
.contact-info-block.footer-layout li .brand-icon {
  font-size: 22px;
  color: #131212;
  display: inline-block;
  float: left;
  width: 36px;
  text-align: left;
}
.contact-info-block.footer-layout li .icon-letter {
  font-size: 12px;
  color: #6a6a6a;
  line-height: 20px;
  padding-top: 2px;
}
.contact-info-block.footer-layout li .desc {
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  display: inline-block;
  font-weight: 400;
  width: calc(100% - 36px);
}
.contact-info-block.simple-info {
  margin-top: 24px;
}
.contact-info-block.simple-info .title {
  font-size: 18px;
  display: block;
  margin: 0;
  color: #222222;
  line-height: 1;
  font-weight: 600;
}
.contact-info-block.simple-info .info-item {
  display: table;
  width: 100%;
  margin-top: 17px;
  max-width: 300px;
}
.contact-info-block.simple-info .info-item .brand-icon,
.contact-info-block.simple-info .info-item .desc {
  display: table-cell;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  padding-left: 16px;
  margin: 0;
}
.contact-info-block.simple-info .info-item .icon {
  display: inline-block;
  width: 33px;
  padding: 0;
  margin: 4px 0 0;
  font-size: 0;
  line-height: 0;
}

.footer-item .section-title {
  font-size: 24px;
  line-height: 1;
  color: #222222;
  font-weight: 700;
  display: block;
  margin: 0 0 24px;
}

.footer-phone-info {
  margin-top: 40px;
}
.footer-phone-info .brand-icon {
  color: #666666;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  float: left;
  width: 40px;
  padding-top: 9px;
}
.footer-phone-info .r-info {
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  display: inline-block;
  width: calc(100% - 40px);
  font-weight: 600;
  margin: 0;
  padding-left: 20px;
}
.footer-phone-info .r-info span {
  display: block;
}
.footer-phone-info.mode-03 {
  margin-top: 31px;
}
.footer-phone-info.mode-02 {
  margin-top: 31px;
}
.footer-phone-info.mode-02 .r-info .number {
  font-size: 17px;
  color: #666666;
}
.footer-phone-info.mode-03 .brand-icon, .footer-phone-info.mode-02 .brand-icon {
  padding-top: 6px;
}
.footer-phone-info.mode-03 .r-info .number {
  color: #222222;
}

.border-top-type-1 {
  border-top: 1px solid #e6e6e6;
}

.footer.layout-02 .copy-right-text {
  margin-top: 22px;
}
.footer.layout-02 .copy-right-text p {
  color: #ffffff;
}

.payment-methods ul {
  padding: 0;
  display: block;
  text-align: right;
  margin: 0;
}
.payment-methods ul li {
  list-style: none;
  display: inline-block;
  padding: 26px 0 29px;
}
.payment-methods ul li + li {
  margin-left: 19px;
}
.payment-methods.layout-02 .title {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin: 0 0 15px;
}
.payment-methods.layout-02 .payments {
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.payment-methods.layout-02 .payments li {
  padding: 0;
  margin-bottom: 20px;
}
.payment-methods.layout-02 .payments li + li {
  margin-left: 0;
}
.payment-methods.layout-02 .payments li:not(:last-child) {
  margin-right: 20px;
}

.footer.layout-02 .payment-methods ul li {
  padding-top: 15px;
  padding-bottom: 14px;
}

#overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

body.open-overlay #overlay {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.recently-products-cat ul {
  padding: 0;
}
.recently-products-cat ul li {
  list-style: none;
}

.product-atts .atts-item .img-color,
.sidebar .wgt-content .color-list li a .img-color {
  background: url("../images/color_bg1.jpg");
  background-size: cover;
}

.sumary-product .product-attribute .product-atts .atts-item ul.color-list span.color-02,
.sidebar .wgt-content .color-list li a .color-02 {
  background-color: #ffbc53;
}

.sumary-product .product-attribute .product-atts .atts-item ul.color-list span.color-01,
.sidebar .wgt-content .color-list li a .color-01 {
  background-color: #ef2727;
}

.sumary-product .product-attribute .product-atts .atts-item ul.color-list span.color-03 {
  background-color: #ffffff;
}

.blog-sidebar .widget .wgt-title::after {
  content: none;
}

.comment-widget .wgt-content {
  margin-top: 25px;
}
.comment-widget .wgt-content ul li + li {
  margin-top: 26px;
}

.top-functions-area {
  display: block;
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 13px;
  margin-bottom: 30px;
}
.top-functions-area + div {
  clear: both;
}
.top-functions-area .flt-item,
.top-functions-area .wrap-selectors {
  display: inline-block;
}
.top-functions-area .flt-item.to-right {
  float: right;
}
.top-functions-area .flt-item .icon-for-mobile {
  display: none;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  padding: 7px 13px;
  background-color: #f0f0f0;
}
.top-functions-area .flt-item .btn-for-mobile {
  display: none;
  width: 100%;
  margin: 0;
  padding-top: 20px;
}
.top-functions-area .flt-item .btn-for-mobile button {
  font-size: 16px;
  color: #ffffff;
  background: #555555;
  border: none;
  padding: 12px 17px 12px;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
.top-functions-area .flt-item .icon-for-mobile span {
  width: 3px;
  height: 3px;
  display: inline-block;
  float: left;
  clear: both;
  margin: 1px 0;
  background-color: #888888;
}
.top-functions-area .flt-item .title-for-mobile {
  display: none;
  width: 100%;
  font-size: 17px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.top-functions-area .flt-item .flt-title {
  display: inline-block;
  font-size: 15px;
  color: #333333;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  font-weight: 600;
}
.top-functions-area .flt-item .nice-select {
  display: inline-block;
  border: 2px solid #e6e6e6;
  border-radius: 9999px;
  background-color: #ffffff;
  padding: 0 30px 0 20px;
}
.top-functions-area .flt-item .nice-select:after {
  color: #9b9b9b;
  right: 15px;
  margin-top: -7px;
}
.top-functions-area .flt-item .nice-select .current {
  font-weight: 600;
  font-size: 15px;
  color: #222222;
  padding: 5px 0 9px;
}
.top-functions-area .flt-item .selector-item {
  display: inline-block;
  float: left;
}
.top-functions-area .flt-item .selector-item + .selector-item {
  margin-left: 9px;
}
.top-functions-area .viewmode-selector {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.top-functions-area .viewmode-selector .viewmode {
  color: #888888;
  font-size: 20px;
  display: inline-block;
  float: left;
  margin-left: 24px;
  margin-top: 5px;
}
.top-functions-area .viewmode-selector a.detail-mode {
  font-size: 17px;
  margin-top: 7px;
  margin-left: 12px;
}

.brand-panigations-block {
  display: block;
  clear: both;
  border-top: 1px solid #e6e6e6;
  padding-top: 39px;
  margin-top: 20px;
  margin-bottom: 80px;
}
.brand-panigations-block ul {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.brand-panigations-block ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.brand-panigations-block ul li + li {
  margin-left: 5px;
}
.brand-panigations-block ul li a,
.brand-panigations-block ul li span {
  font-size: 14px;
  line-height: 31px;
  color: #666666;
  min-width: 41px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  border-radius: 9999px;
}
.brand-panigations-block ul li a.next, .brand-panigations-block ul li a.prev {
  border-width: 2px;
  font-size: 18px;
  line-height: 29px;
  width: 55px;
}
.brand-panigations-block ul li a.next {
  margin-left: 20px;
}
.brand-panigations-block ul li a.prev {
  margin-right: 15px;
}
.brand-panigations-block ul li a:hover {
  color: #ffffff;
}
.brand-panigations-block ul li .current-page {
  color: #ffffff;
}
.brand-panigations-block ul li .sep {
  border-color: transparent;
  width: auto;
  min-width: auto;
  padding-right: 12px;
  margin-left: -3px;
}
.brand-panigations-block.version-2 {
  margin: 0;
  border: none;
  padding-top: 49px;
  padding-bottom: 7px;
}
.brand-panigations-block.version-2 ul {
  text-align: left;
  display: inline-block;
}
.brand-panigations-block.version-2 ul li {
  text-align: center;
}
.brand-panigations-block.version-2 .result-count {
  display: inline-block;
  float: right;
  font-size: 0;
}
.brand-panigations-block.version-2 .result-count .txt-count {
  font-size: 14px;
  line-height: 34px;
  color: #333333;
  display: inline-block;
  margin: 0 41px 0 0;
}
.brand-panigations-block.version-2 .result-count .txt-count b {
  font-size: 15px;
  font-weight: 700;
}
.brand-panigations-block.version-2 .result-count a {
  font-size: 15px;
  line-height: 34px;
  color: #333333;
  display: inline-block;
  font-weight: 600;
}
.brand-panigations-block.version-2 .result-count a i {
  margin-left: 6px;
  display: inline-block;
}

.background-theme {
  background-color: #F8F0F1;
}

.mobile-block-global {
  display: none;
  position: fixed;
  top: 0;
  left: -340px;
  bottom: 0;
  width: 290px;
  background-color: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
  box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
}
.mobile-block-global .block-global-contain {
  display: block;
  height: calc(100% - 50px);
  overflow-y: auto;
  padding: 0 15px;
}
.mobile-block-global .glb-item {
  display: block;
  padding-top: 17px;
}
.mobile-block-global .glb-item + .glb-item {
  border-top: 1px solid #e6e6e6;
}
.mobile-block-global .glb-item .title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
.mobile-block-global .glb-item ul {
  padding: 0;
  margin: 0 0 20px;
  display: block;
}
.mobile-block-global .glb-item ul:not(.inline) li {
  list-style: none;
  display: block;
  padding: 5px 0;
}
.mobile-block-global .glb-item ul.inline {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin-top: 11px;
}
.mobile-block-global .glb-item ul.inline li {
  list-style: none;
  display: inline-block;
  float: left;
}
.mobile-block-global .glb-item ul.inline li:not(:last-child) {
  margin-right: 10px;
}
.mobile-block-global .glb-item ul li a {
  color: #888888;
  display: inline-block;
}

.sumary-product .media {
  display: inline-block;
  float: left;
  width: 38.462%;
}
.sumary-product .media ul {
  padding: 0;
  margin: 0;
}
.sumary-product .media ul li {
  list-style: none;
}
.sumary-product .media .slider-nav {
  margin-top: 10px;
  max-width: 390px;
}
.sumary-product .media .slider-nav li img {
  display: inline-block;
  width: 90px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.sumary-product .media .slider-nav li.slick-current img {
  border-width: 2px;
}
.sumary-product .product-attribute {
  display: inline-block;
  float: left;
  width: calc(61.538% - 270px);
  padding-left: 20px;
  padding-top: 13px;
}
.sumary-product .product-attribute .title {
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  font-weight: 600;
  display: block;
  margin: 0;
  max-width: 329px;
}
.sumary-product .product-attribute .rating {
  display: block;
  line-height: 0;
  margin-top: 10px;
}
.sumary-product .product-attribute .category,
.sumary-product .product-attribute .qa-text,
.sumary-product .product-attribute .review-count {
  display: inline-block;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  vertical-align: top;
  margin-left: 1px;
}
.sumary-product .product-attribute .qa-text {
  font-size: 15px;
  color: #666666;
  margin-left: 17px;
}
.sumary-product .product-attribute .category {
  font-size: 15px;
  color: #222222;
  font-weight: 400;
  margin-left: 17px;
}
.sumary-product .product-attribute .sku {
  font-size: 15px;
  color: #666666;
  display: inline-block;
  margin: 13px 0 0;
  line-height: 1;
}
.sumary-product .product-attribute .excerpt {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0 0;
  max-width: 352px;
}
.sumary-product .product-attribute .price {
  margin-top: 23px;
}
.sumary-product .product-attribute .product-atts {
  display: inline-block;
  border-top: 1px solid #e6e6e6;
  margin-top: 23px;
}
.sumary-product .product-attribute .product-atts .atts-item {
  display: table;
  width: 100%;
  max-width: 368px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 15px;
  padding-bottom: 12px;
}
.sumary-product .product-attribute .product-atts .atts-item .title {
  display: table-cell;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}
.sumary-product .product-attribute .product-atts .atts-item ul {
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  display: table-cell;
}
.sumary-product .product-attribute .product-atts .atts-item ul.color-list a {
  display: inline-block;
  color: inherit;
  position: relative;
  padding-left: 37px;
}
.sumary-product .product-attribute .product-atts .atts-item ul.color-list .hex-code {
  border: 2px solid #e6e6e6;
}
.sumary-product .product-attribute .product-atts .atts-item ul.color-list .symbol {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #ededed;
}
.sumary-product .product-attribute .product-atts .atts-item ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  color: #444444;
  margin-right: 18px;
  margin-bottom: 2px;
}
.sumary-product .product-attribute .product-atts .atts-item ul .inline-list li {
  padding: 0 5px;
}
.sumary-product .product-attribute .product-atts .atts-item ul li a {
  color: inherit;
}
.sumary-product .shipping-info {
  margin-top: 10px;
  padding-bottom: 5px;
}
.sumary-product .shipping-info p {
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.sumary-product .shipping-info p.for-today {
  color: #666666;
  margin-top: 2px;
}
.sumary-product .action-form {
  display: inline-block;
  width: 270px;
  background-color: #f3f3f3;
  padding: 11px 20px 34px;
}
.sumary-product .action-form .title {
  font-size: 15px;
  color: #222222;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}

.quantity-box .qty-input,
.sumary-product .action-form .qty-input {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.quantity-box .qty-input input,
.sumary-product .action-form .qty-input input {
  border: none;
  background-color: #ffffff;
  font-size: 16px;
  width: 119px;
  padding: 7px 33px 6px 10px;
  color: #000000;
  text-align: center;
  border-radius: 9999px;
  height: 43px;
}

.quantity-box .qty-input .qty-btn,
.sumary-product .action-form .qty-input .qty-btn {
  display: inline-block;
  color: #888888;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 4px;
  width: 16px;
  text-align: center;
}

.quantity-box .qty-input .qty-btn.btn-down {
  top: 23px;
}

.sumary-product .action-form .qty-input .qty-btn.btn-down {
  top: 23px;
}
.sumary-product .action-form .total-price-contain {
  display: block;
  margin-top: 14px;
}
.sumary-product .action-form .total-price-contain .title {
  text-transform: uppercase;
  color: #444444;
}
.sumary-product .action-form .total-price-contain .price {
  font-size: 26px;
  color: #222222;
  text-transform: uppercase;
  display: block;
  margin: 11px 0 0;
  font-weight: 700;
}
.sumary-product .action-form .buttons {
  display: block;
  text-align: center;
  border-top: 2px solid #e6e6e6;
  margin-top: 17px;
  padding-top: 20px;
}
.sumary-product .action-form .buttons .add-to-cart-btn {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  border-radius: 999px;
  border: none;
  padding: 12px 10px 11px;
}
.sumary-product .action-form .buttons .add-to-cart-btn:hover {
  background-color: #444444;
}
.sumary-product .action-form .buttons .pull-row {
  display: block;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-top: 9px;
  margin-bottom: 0;
}
.sumary-product .action-form .buttons .pull-row .btn {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  color: #666666;
  line-height: 24px;
  position: relative;
  padding: 0 0 0 18px;
  border-radius: 0;
}
.sumary-product .action-form .buttons .pull-row .btn + .btn {
  margin-left: 55px;
}
.sumary-product .action-form .buttons .pull-row .btn:first-letter {
  text-transform: uppercase;
}
.sumary-product .action-form .buttons .pull-row .btn::before {
  content: "";
  background-color: #666666;
  width: 10px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.sumary-product .action-form .buttons .pull-row .btn::after {
  content: "";
  background-color: #666666;
  width: 2px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -5px;
}
.sumary-product .action-form .social-media {
  display: inline-block;
  width: 100%;
}
.sumary-product .action-form .location-shipping-to {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.sumary-product .action-form .location-shipping-to .nice-select {
  width: 100%;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 32px;
  border-radius: 9999px;
}
.sumary-product .action-form .location-shipping-to .nice-select .current {
  font-size: 13px;
  color: #888888;
  padding: 15px 0;
}
.sumary-product .action-form .location-shipping-to .nice-select:after {
  color: #888888;
  right: 19px;
}
.sumary-product .action-form .acepted-payment-methods ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.sumary-product .action-form .social-media {
  margin-top: 13px;
}
.sumary-product .action-form .social-media ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.sumary-product .action-form .social-media ul li {
  list-style: none;
  display: inline-block;
  font-size: 20px;
  line-height: 14px;
  color: #aaaaaa;
  padding: 6px;
}
.sumary-product .action-form .social-media ul li:not(:last-child) {
  margin-right: 16px;
}
.sumary-product .action-form .social-media ul li a {
  color: inherit;
}
.sumary-product .action-form .acepted-payment-methods {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
  margin-top: 10px;
}
.sumary-product .action-form .acepted-payment-methods ul li {
  font-size: 0;
  line-height: 0;
  list-style: none;
  display: inline-block;
  width: 38px;
}
.sumary-product .action-form .acepted-payment-methods ul li:not(:last-child) {
  margin-right: 14px;
}

.product-tabs .tab-content p {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.product-tabs .tab-content .desc-expand {
  display: block;
  margin-top: 26px;
}
.product-tabs .tab-content .desc-expand .title {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  margin: 0;
  font-weight: 600;
}
.product-tabs .tab-content .desc-expand ul {
  padding: 0;
  margin: 16px 0 0;
  font-size: 0;
  line-height: 0;
  display: block;
}
.product-tabs .tab-content .desc-expand ul li {
  list-style: none;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding-left: 13px;
  position: relative;
}
.product-tabs .tab-content .desc-expand ul li::before {
  content: "\f111";
  font-family: "FontAwesome", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 7px;
  line-height: 1;
  color: #666666;
  position: absolute;
  top: 9px;
  left: 0;
}
.product-tabs .addtional-info-tab table p {
  margin: 0;
}
.product-tabs .review-form-wrapper {
  display: inline-block;
  width: 100%;
  padding-top: 17px;
}
.product-tabs .review-form-wrapper .title {
  font-size: 14px;
  color: #222222;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.accodition-tab > ul {
  padding: 0;
}
.accodition-tab > ul > li {
  list-style: none;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
}
.accodition-tab > ul > li > .content {
  padding: 10px 10px 15px;
  display: none;
}
.accodition-tab > ul > li > .title {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  cursor: help;
}
.accodition-tab > ul > li > .title::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #444444;
  position: absolute;
  display: inline-block;
  top: 14px;
  left: -15px;
}
.accodition-tab > ul > li > .title::after {
  content: "";
  height: 10px;
  width: 2px;
  background-color: #444444;
  position: absolute;
  display: inline-block;
  top: 10px;
  left: -11px;
}
.accodition-tab > ul > li.active > .title::after {
  content: none;
}

.comment-form-rating {
  display: block;
  margin: 7px 0 10px;
}
.comment-form-rating label {
  font-size: 14px;
  line-height: 30px;
  color: #222222;
  display: inline-block;
  margin: 0;
}
.comment-form-rating .stars {
  display: inline-block;
  margin: 0;
  font-size: 0;
  line-height: 0;
  margin-left: 5px;
}
.comment-form-rating .stars span {
  display: inline-block;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.comment-form-rating .stars span a {
  font-size: 15px;
  line-height: 1;
  color: #666666;
  display: inline-block;
  padding: 1px;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.comment-form-rating .stars span.rated a {
  color: #ffbc53;
}
.comment-form-rating .stars span a.selected ~ a {
  color: #666666;
}
.comment-form-rating .stars span:hover a {
  color: #ffbc53 !important;
}
.comment-form-rating .stars span a:hover ~ a {
  color: #666666 !important;
}

.review-form-wrapper .form-row {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.review-form-wrapper .wide-half {
  width: calc(50% - 15px);
}
.review-form-wrapper .wide-half:nth-last-child(odd) {
  margin-left: 30px;
}
.review-form-wrapper .form-row textarea {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #444444;
  padding: 9px 14px 8px;
  line-height: 1;
  background-color: #ffffff;
}
.review-form-wrapper .form-row input {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #444444;
  padding: 9px 14px 8px;
  line-height: 1;
  background-color: #ffffff;
  height: 45px;
}
.review-form-wrapper .form-row textarea {
  height: 140px;
}
.review-form-wrapper .form-row button[type=submit] {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 9999px;
  min-width: 162px;
  text-align: center;
  padding: 10px 20px;
}
.review-form-wrapper .form-row button[type=submit]:hover {
  background-color: #444444;
}

.review-tab #comments {
  display: block;
  clear: both;
  border-top: 2px solid #f1f1f1;
  margin-top: 39px;
}
.review-tab #comments .commentlist {
  padding: 0;
}
.review-tab #comments .commentlist > li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 20px;
  padding-bottom: 26px;
}
.review-tab #comments .comment-content .comment-in {
  display: block;
  margin: 1px 0 0;
}
.review-tab #comments .comment-content .comment-in .post-name {
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 600;
  display: inline-block;
}
.review-tab #comments .comment-content .comment-in .post-date {
  font-size: 15px;
  line-height: 30px;
  color: #666666;
  display: inline-block;
  float: right;
}
.review-tab #comments .comment-content .author {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin: 2px 0 25px;
}
.review-tab #comments .comment-content .author b {
  color: #333333;
  font-weight: 600;
}
.review-tab #comments .comment-content .comment-text {
  font-size: 15px;
  color: #666666;
  line-height: 18px;
}
.review-tab #comments .comment-review-form .title {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  display: block;
  margin: 0;
}
.review-tab #comments .comment-review-form .actions {
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin-top: 17px;
}
.review-tab #comments .comment-review-form .actions li {
  list-style: none;
  display: block;
}
.review-tab #comments .comment-review-form .actions li a {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  color: #666666;
}
.review-tab #comments .comment-review-form .actions li a i {
  margin-right: 7px;
}

.rating-info {
  max-width: 370px;
}

.product-tabs .rating-info .index {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 4px;
}

.rating-info .index .rating {
  color: #222222;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  margin-right: 6px;
}
.rating-info .see-all {
  font-size: 15px;
  color: #666666;
  display: block;
  margin: 0;
}
.rating-info .options {
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin: 13px 0 0;
}
.rating-info .options li {
  list-style: none;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.rating-info .options li .detail-for {
  display: table;
  width: 100%;
}
.rating-info .options li .detail-for .option-name,
.rating-info .options li .detail-for .progres,
.rating-info .options li .detail-for .number {
  display: table-cell;
  vertical-align: middle;
}
.rating-info .options li .detail-for .option-name {
  width: 49px;
  padding-left: 2px;
  text-align: left;
}
.rating-info .options li .detail-for .number {
  width: 39px;
  text-align: center;
}
.rating-info .options .detail-for .line-100percent {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  border-radius: 9999px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.rating-info .options .detail-for .line-100percent .percent {
  height: 9px;
  display: inline-block;
  background-color: #ffdd5a;
  border-radius: 9999px;
}
.rating-info .rating .star-rating > span::before, .rating-info .rating .star-rating::before {
  font-size: 20px;
  letter-spacing: 4px;
}

.product-related-box ul {
  padding: 0;
  margin: 0;
  clear: both;
}
.product-related-box .brand-title-box {
  margin-bottom: 31px;
}

.brand-title-box {
  text-align: center;
}
.brand-title-box .brand-icon {
  display: inline-block;
  margin: 0;
  font-size: 35px;
}
.brand-title-box .subtitle {
  display: block;
  margin: 6px 0 0;
  font-size: 15px;
  color: #666666;
  line-height: 1;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.brand-title-box .main-title {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  display: block;
  margin: 12px 0 0;
  line-height: 1;
}
.brand-title-box.style-02 .subtitle {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 0;
  line-height: 1;
  font-style: normal;
}
.brand-title-box.style-02 .main-title {
  font-weight: 700;
  line-height: 1;
  display: block;
  margin: 4px 0 0;
  font-size: 40px;
  color: #222222;
}
.brand-title-box.style-02 .desc {
  font-size: 15px;
  color: #666666;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  display: inline-block;
  line-height: 18px;
  margin: 12px 0 0;
  max-width: 415px;
}
.brand-title-box.link-all {
  text-align: left;
}
.brand-title-box.link-all .main-title {
  font-size: 40px;
  color: #222222;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.brand-title-box.link-all .blog-link {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 1;
  margin: 17px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.brand-title-box.link-all .blog-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #bcbcbc;
}
.brand-title-box.slim-item .subtitle {
  margin: 0;
}
.brand-title-box.slim-item .main-title {
  margin-top: 6px;
}

.rating .star-rating {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  line-height: 24px;
  position: relative;
}
.rating .star-rating > span::before, .rating .star-rating::before {
  display: inline-block;
  float: left;
  font-family: FontAwesome, sans-serif;
  content: "\f006\f006\f006\f006\f006";
  font-size: 15px;
  color: #666666;
  letter-spacing: 3px;
}
.rating .star-rating > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  bottom: 0;
}
.rating .star-rating > span::before {
  color: #ffbc53;
}

.background-top-banner-for-shopping {
  background: url(../images/top_banner_shopping_cart.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.top-banner {
  color: #ffffff;
  text-align: center;
  margin-top: -9px;
  padding-top: 57px;
  padding-bottom: 35px;
  margin-bottom: 34px;
}
.top-banner .title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin: 0;
}
.top-banner .subtitle {
  font-size: 15px;
  display: block;
  margin: 7px 0 0;
}
.top-banner ul {
  padding: 0;
  display: inline-block;
  margin: 12px 0 0;
}
.top-banner ul li {
  list-style: none;
  display: block;
  text-align: left;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 61px;
}
.top-banner ul li:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}
.top-banner ul li .cost {
  float: right;
  font-weight: 600;
  margin-left: 35px;
}
.top-banner .btns {
  margin: 29px 0 0;
  display: block;
  font-size: 0;
  line-height: 0;
}
.top-banner .btns .btn {
  background-color: #ffffff;
  color: #444444;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 9999px;
  text-transform: uppercase;
  padding: 9px 23px;
}
.top-banner .btns .btn + .btn {
  margin-left: 10px;
}
.top-banner .btns .btn:hover {
  color: #ffffff;
  background-color: #666666;
  -webkit-transition: background-color 150ms ease;
  -moz-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.shopping-cart-container .box-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 12px;
}
.shopping-cart-container table {
  text-align: center;
  border: none;
  margin: 0;
}
.shopping-cart-container table tr {
  border-top: 1px solid #e6e6e6;
}
.shopping-cart-container table td {
  border: none;
  padding: 20px 0 30px 0;
}
.shopping-cart-container table th {
  font-size: 14px;
  color: #222222;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #e6e6e6;
  padding: 13px 10px 12px;
}
.shopping-cart-container table th.product-name {
  width: 346px;
}
.shopping-cart-container table td.product-thumbnail {
  text-align: left;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.shopping-cart-container table td.product-thumbnail .prd-thumb {
  display: inline-block;
}
.shopping-cart-container table td.product-thumbnail .prd-name {
  font-size: 17px;
  font-weight: 600;
  color: #222222;
  display: inline-block;
  width: calc(100% - 115px);
  padding-left: 10px;
  line-height: 1;
  vertical-align: middle;
}
.shopping-cart-container table td.product-thumbnail .action {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 30px;
  left: 113px;
  padding-left: 5px;
  z-index: 5;
}
.shopping-cart-container table td.product-thumbnail .action a {
  font-size: 16px;
  display: inline-block;
  color: #444444;
  line-height: 16px;
  padding: 0 5px;
}
.shopping-cart-container table td.product-thumbnail .action a:hover {
  color: #e73918;
}
.shopping-cart-container table td.wrap-btn-control {
  padding: 29px 0 0;
  font-size: 0;
  line-height: 0;
  text-align: right;
}
.shopping-cart-container table td.wrap-btn-control .btn {
  display: inline-block;
  background-color: #eeeeee;
  border: none;
  border-radius: 9999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 16px 10px 15px;
  min-width: 154px;
  text-align: center;
}
.shopping-cart-container table td.wrap-btn-control a.back-to-shop {
  float: left;
  min-width: 184px;
}
.shopping-cart-container table td.wrap-btn-control .btn-clear {
  margin-left: 20px;
  color: #888888 !important;
  background-color: #e2e2e2 !important;
}
.shopping-cart-container table td.wrap-btn-control .btn:not(:disabled):hover {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.shopping-cart-container table td.wrap-btn-control button:disabled {
  color: #888888 !important;
  background-color: #e2e2e2 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.shpcart-subtotal-block {
  background-color: #fafafa;
  padding: 19px 15px 52px;
  margin-top: 13px;
}

.order-summary .subtotal-line {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}

.shpcart-subtotal-block .btn-checkout,
.shpcart-subtotal-block .tax-fee {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.shpcart-subtotal-block .subtotal-line {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.shpcart-subtotal-block .subtotal-line + .subtotal-line {
  margin-top: 20px;
}

.order-summary .subtotal-line .stt-name,
.shpcart-subtotal-block .subtotal-line .stt-name {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}

.order-summary .subtotal-line .stt-name .sub,
.shpcart-subtotal-block .subtotal-line .stt-name .sub {
  font-size: 15px;
  color: #666666;
  text-transform: initial;
  font-weight: 400;
}

.order-summary .subtotal-line .stt-price {
  font-size: 18px;
  line-height: 30px;
  color: #111111;
  font-weight: 700;
  display: inline-block;
  float: right;
}

.shpcart-subtotal-block .subtotal-line .stt-price {
  font-size: 18px;
  line-height: 30px;
  color: #111111;
  font-weight: 700;
  display: inline-block;
  float: right;
}
.shpcart-subtotal-block .tax-fee {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 29px;
  padding-bottom: 33px;
}
.shpcart-subtotal-block .tax-fee p {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  margin: 0;
}
.shpcart-subtotal-block .tax-fee .title {
  text-transform: uppercase;
}
.shpcart-subtotal-block .btn-checkout {
  margin-top: 40px;
}
.shpcart-subtotal-block .btn-checkout .btn {
  border: none;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  clear: both;
  border-radius: 9999px;
  background-color: #ababab;
  padding: 13px 15px 12px;
  font-weight: 700;
}
.shpcart-subtotal-block .btn-checkout .btn:hover {
  background-color: #444444 !important;
}
.shpcart-subtotal-block .brand-progress-bar {
  margin-top: 39px;
}

.brand-progress-bar table {
  border: none;
  padding: 0;
}
.brand-progress-bar table tr {
  border: none;
  padding: 0;
}
.brand-progress-bar table td {
  border: none;
  padding: 0;
}
.brand-progress-bar table td.mid-position {
  width: 100%;
  padding-left: 5px;
  padding-right: 7px;
}
.brand-progress-bar .progress {
  margin: 0;
  background-color: #dadada;
  border-radius: 9999999px;
  height: auto;
  overflow: hidden;
}
.brand-progress-bar .progress .progress-bar {
  height: 9px;
  line-height: 0;
  font-size: 0;
  box-shadow: none;
  border-top-right-radius: 9999999px;
  border-bottom-right-radius: 9999999px;
  position: relative;
}
.brand-progress-bar .progress .progress-bar::before {
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 9999999px;
  z-index: 5;
  position: absolute;
}
.brand-progress-bar .progress .progress-bar::after {
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  right: -2px;
  background-color: #ffffff;
  border-radius: 9999999px;
  z-index: 2;
  position: absolute;
}
.brand-progress-bar .index {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  font-weight: 700;
}

.shpcart-subtotal-block .pickup-info {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 22px 0 0;
}
.shpcart-subtotal-block .pickup-info b {
  font-weight: 400;
  color: #222222;
}

.checkout-progress-wrap {
  max-width: 600px;
}
.checkout-progress-wrap .steps {
  padding: 0;
  display: block;
}
.checkout-progress-wrap .steps li {
  list-style: none;
  display: block;
  padding: 40px 0 38px;
}
.checkout-progress-wrap .steps li + li {
  border-top: 2px solid #e6e6e6;
  margin-top: 2px;
}
.checkout-progress-wrap .checkout-act {
  display: block;
}
.checkout-progress-wrap .checkout-act .title-box {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  color: #222222;
}
.checkout-progress-wrap .checkout-act.active .title-box .number {
  color: #ffffff;
}
.checkout-progress-wrap .checkout-act .title-box .number {
  display: inline-block;
  border: 0;
  background-color: #dddddd;
  color: #333333;
  font-size: 18px;
  line-height: inherit;
  border-radius: 50%;
  vertical-align: middle;
  min-width: 41px;
  padding: 6px 10px 5px;
  text-align: center;
  margin-right: 29px;
}
.checkout-progress-wrap .checkout-act .box-content {
  display: block;
  padding-left: 70px;
}
.checkout-progress-wrap .checkout-act .box-content .txt-desc {
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  margin-top: 5px;
  margin-bottom: 21px;
}
.checkout-progress-wrap .checkout-act .box-content .txt-desc a {
  font-weight: 600;
  color: #222222;
}

.login-on-checkout .form-row {
  display: block;
  margin: 0 0 7px;
}
.login-on-checkout .form-row label {
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.login-on-checkout .form-row input[type=email] {
  font-size: 15px;
  color: #222222;
  line-height: 30px;
  max-width: 320px;
  width: 100%;
  display: inline-block;
  padding: 7px 14px 6px;
  margin-right: 25px;
}
.login-on-checkout .form-row button {
  display: inline-block;
  border: none;
  border-radius: 9999px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #aaaaaa;
  font-weight: 700;
  padding: 12px 10px;
  min-width: 180px;
  text-align: center;
}
.login-on-checkout .form-row button:hover {
  background-color: #444444;
}
.login-on-checkout .form-row input[type=checkbox] {
  display: none;
}
.login-on-checkout .form-row input[type=checkbox] + label {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 18px;
  cursor: pointer;
}
.login-on-checkout .form-row input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #eeeeee;
  border-radius: 2px;
  top: 2px;
  left: 0;
}
.login-on-checkout .form-row input[type=checkbox] + label::after {
  content: "\f00c";
  font-family: "FontAwesome", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 12px;
  color: #444444;
  position: absolute;
  top: 4px;
  left: 2px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 1;
}
.login-on-checkout .form-row input[type=checkbox]:checked + label::after {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.login-on-checkout .msg {
  font-size: 14px;
  color: #333333;
  display: block;
  line-height: 1;
  padding: 0;
  margin: 21px 0 0;
}
.login-on-checkout .msg a:hover {
  color: #000000;
}

.order-summary {
  background-color: #fafafa;
  padding: 20px;
}
.order-summary .title-block {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 21px;
}
.order-summary .title-block .title {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  text-align: left;
  line-height: 30px;
}
.order-summary .title-block a {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 30px;
}
.order-summary ul {
  padding: 0;
  display: block;
  margin: 0;
}
.order-summary ul li {
  list-style: none;
  display: block;
  margin: 0;
}
.order-summary .cart-list-box .number {
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  display: block;
  margin-top: 21px;
  margin-bottom: 10px;
}
.order-summary .cart-list {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 23px;
}
.order-summary .cart-list > li + li {
  margin-top: 20px;
}
.order-summary .cart-list .cart-item {
  display: table;
  width: 100%;
}
.order-summary .cart-list .cart-item .info,
.order-summary .cart-list .cart-item .price {
  display: table-cell;
  text-align: left;
}
.order-summary .cart-list .cart-item .product-thumb {
  display: table-cell;
  text-align: left;
  width: 113px;
  font-size: 0;
  line-height: 0;
}
.order-summary .cart-list .cart-item .info {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  padding-top: 21px;
  padding-left: 11px;
}
.order-summary .cart-list .cart-item .info * {
  display: block;
  font-size: 17px;
  color: #222222;
  margin: 0;
  line-height: 20px;
  font-weight: 600;
}
.order-summary .cart-list .cart-item .price {
  text-align: right;
}
.order-summary .subtotal .link-forward {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 20px;
}
.order-summary .subtotal .subtotal-line a.link-forward:hover {
  color: #444444;
}
.order-summary .subtotal li:last-child {
  border-top: 1px solid #e6e6e6;
  padding-top: 22px;
  padding-bottom: 9px;
}

.quantity-box.type1 .qty-input input {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  color: #888888;
  text-align: left;
  background-color: #f3f3f3;
  line-height: 1;
  width: 106px;
  padding: 9px 33px 8px 22px;
  height: 38px;
}
.quantity-box.type1 .qty-input .qty-btn {
  right: 17px;
  top: 2px;
}
.quantity-box.type1 .qty-input .qty-btn.btn-down {
  top: 19px;
}

.contact-info-container .box-title {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  display: block;
  margin: 0;
}
.contact-info-container .frst-desc {
  font-size: 15px;
  color: #666666;
  display: block;
  line-height: 18px;
  margin: 48px 0 0;
  max-width: 480px;
}
.contact-info-container .addr-info {
  padding: 0 0 8px;
  display: block;
  margin: 54px 0 0;
  font-size: 0;
  line-height: 0;
}
.contact-info-container .addr-info li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.contact-info-container .addr-info li + li {
  margin-top: 6px;
}
.contact-info-container .addr-info .if-item .tie {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  float: left;
  margin-right: 3px;
}
.contact-info-container .addr-info .if-item .dsc {
  display: flex;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
}

.contact-form-container {
  margin-bottom: 80px;
}
.contact-form-container .form-row {
  display: block;
  margin: 0 0 20px;
  font-size: 0;
  line-height: 0;
}
.contact-form-container .form-row textarea {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  display: inline-block;
  width: 100%;
  padding: 8px 15px 9px;
}
.contact-form-container .form-row input {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  display: inline-block;
  width: 100%;
  padding: 8px 15px 9px;
  height: 45px;
}
.contact-form-container .form-row input::-webkit-input-placeholder {
  /* Edge */
  line-height: 25px;
}
.contact-form-container .form-row input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  line-height: 25px;
}
.contact-form-container .form-row input::placeholder {
  line-height: 25px;
}
.contact-form-container .form-row textarea {
  height: 145px;
}
.contact-form-container .form-row .btn-submit {
  min-width: 162px;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 999px;
  text-transform: uppercase;
  padding: 12px 10px;
  margin-top: 10px;
}
.contact-form-container .form-row .btn-submit:hover {
  background-color: #444444;
}

#map-block {
  width: 100%;
  line-height: 0;
}

.signin-container {
  margin-top: 77px;
}
.signin-container .form-row {
  margin-bottom: 13px;
}
.signin-container .form-row label {
  display: block;
  font-size: 14px;
  color: #333333;
  margin: 0 0 3px;
}
.signin-container .form-row input {
  padding: 10px 10px 9px;
  color: #444444;
  width: 100%;
}
.signin-container .form-row .btn-submit {
  min-width: 132px;
  margin-top: 7px;
}
.signin-container .form-row .link-to-help {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 16px;
  vertical-align: middle;
}
.signin-container .form-row .link-to-help:hover {
  color: #444444;
}

.btn.btn-thin {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  border-radius: 9999px;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  border: 2px solid #ffffff;
}
.btn.btn-thin:hover {
  color: #ffffff;
}
.btn.btn-bold {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 9999px;
  text-align: center;
  font-weight: 700;
  padding: 12px;
}
.btn.btn-bold:hover {
  background-color: #444444;
}

.register-in-container {
  margin-top: 73px;
  margin-bottom: 80px;
}
.register-in-container .intro {
  border: 2px solid #e6e6e6;
  padding: 20px;
}
.register-in-container .box-title {
  font-size: 30px;
  margin: 4px 0 0;
  display: block;
  color: #222222;
  font-weight: 600;
  line-height: 1;
}
.register-in-container .sub-title {
  font-size: 15px;
  color: #222222;
  line-height: 1;
  display: block;
  margin: 10px 0 0;
}
.register-in-container .intro .lis {
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 37px 0 0;
}
.register-in-container .intro .lis li {
  font-size: 15px;
  line-height: 30px;
  color: #444444;
  display: block;
  list-style: none;
  position: relative;
  padding-left: 16px;
}
.register-in-container .intro .lis li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #666666;
  top: 12px;
  left: 0;
  position: absolute;
}
.register-in-container .intro .btn-bold {
  min-width: 182px;
  margin-top: 20px;
  margin-bottom: 23px;
}

.sc-left-position,
.sc-right-position {
  display: inline-block;
  max-width: 270px;
  float: left;
  padding-top: 68px;
}

.sc-center-position {
  width: calc(100% - 540px);
  display: inline-block;
  float: left;
  text-align: center;
}

.sc-right-position {
  direction: rtl;
}

.testimonial-block {
  text-align: center;
}
.testimonial-block .box-title {
  margin: 68px 0 84px;
  position: relative;
  display: inline-block;
}
.testimonial-block .box-title::after, .testimonial-block .box-title::before {
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  content: "\f006\f006\f006";
  font-size: 20px;
  color: #fcc01e;
  letter-spacing: 5px;
  position: absolute;
  top: 18px;
  left: -80px;
  z-index: 2;
  font-weight: 100;
}
.testimonial-block .box-title::after {
  left: auto;
  right: -82px;
}
.testimonial-block ul {
  padding: 0;
}
.testimonial-block .testimonial-list {
  padding: 0 0 80px;
  display: block;
}
.testimonial-block .testimonial-list li {
  list-style: none;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.testimonial-block .testml-elem {
  font-size: 15px;
  line-height: 24px;
  color: #444444;
}
.testimonial-block .testml-elem .avata img {
  display: inline-block;
}
.testimonial-block .testml-elem .desc {
  display: block;
  margin: 55px 0 0;
  position: relative;
}
.testimonial-block .testml-elem .desc::before {
  content: url("../images/about-us/double-quotes.png");
  width: 20px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -10px;
}
.testimonial-block .testml-elem .name {
  display: block;
  font-weight: 700;
  margin: 23px 0 0;
}
.testimonial-block .testml-elem .title {
  text-transform: uppercase;
  display: block;
  margin: 2px 0 0;
  font-weight: 600;
}
.testimonial-block .testml-elem .rating {
  line-height: 0;
  margin-top: 8px;
}
.testimonial-block:not(.tsm-no-margin-type) .brand-carousel > .slick-list {
  margin-bottom: 52px;
}

.testml-elem-2 {
  font-size: 0;
  line-height: 1;
  display: block;
  margin: 46px 0 0;
  text-align: center;
  padding: 0 30px 50px;
  border-radius: 3px;
  min-height: 310px;
}
.testml-elem-2 .avata {
  display: inline-block;
  border: 4px solid #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -46px;
}
.testml-elem-2 .name {
  display: block;
  margin: 12px 0 0;
  font-size: 16px;
  color: #333333;
}
.testml-elem-2 .title {
  font-size: 14px;
  color: #666666;
  display: block;
  margin: 6px 0 0;
}
.testml-elem-2 .comment {
  display: block;
  margin: 48px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  font-style: italic;
}

.brand-carousel .slick-dots {
  padding: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.brand-carousel .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.brand-carousel .slick-dots li button {
  display: inline-block;
  border: none;
  background-color: #d7d7d7;
  width: 13px;
  height: 9px;
  border-radius: 99px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.brand-carousel .slick-dots li.slick-active button {
  width: 33px;
}

.single-post-contain {
  display: block;
  clear: both;
}
.single-post-contain .post-head {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 13px;
  margin-bottom: 14px;
}
.single-post-contain .post-head .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
}
.single-post-contain .post-head .post-name {
  display: block;
  margin: 30px 0 0;
  font-size: 34px;
  color: #222222;
  line-height: 1;
  font-weight: 700;
}

.post-item .post-content .post-archive,
.single-post-contain .post-head .post-archive {
  display: block;
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
}

.post-item .post-content .post-archive .post-cat,
.single-post-contain .post-head .post-archive .post-cat {
  font-weight: 600;
  color: #222222;
}

.post-item .post-content .post-archive .author {
  margin-left: 6px;
}

.single-post-contain .post-head .post-archive .author {
  margin-left: 6px;
}
.single-post-contain .post-content {
  display: block;
  font-size: 0;
  line-height: 0;
  padding-bottom: 44px;
}
.single-post-contain .post-content * {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 24px;
}
.single-post-contain .post-content blockquote {
  padding: 0;
  border-left: 0;
  display: inline-block;
  position: relative;
  margin: 0 0 30px;
}
.single-post-contain .post-content blockquote::before {
  content: url(../images/blogpost/double-quote.png);
  display: block;
  opacity: 0.1;
  filter: alpha(opacity=10);
  font-size: 0;
  line-height: 0;
  margin-top: -1px;
  margin-bottom: 6px;
}
.single-post-contain .post-content blockquote p {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #333333;
}
.single-post-contain .post-content blockquote address {
  display: block;
  margin: 31px 0 0;
  font-size: 13px;
  line-height: 1;
}
.single-post-contain .post-content blockquote address a {
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  margin: 0;
}
.single-post-contain .post-content blockquote address span {
  display: block;
  margin: -1px 0 0;
}
.single-post-contain .post-foot .post-tags {
  font-size: 0;
  line-height: 0;
}
.single-post-contain .post-foot .post-tags .tag-title {
  font-size: 16px;
  color: #666666;
  display: inline-block;
  line-height: 24px;
  margin-right: 26px;
}
.single-post-contain .post-foot .post-tags .tags {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.single-post-contain .post-foot .post-tags .tags li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.single-post-contain .post-foot .post-tags .tags li a {
  display: inline-block;
  color: #888888;
  border: 2px solid #f1f1f1;
  border-radius: 9999px;
  padding: 0 9px;
  font-size: 14px;
  line-height: 24px;
}
.single-post-contain .post-foot .post-tags .tags li a:hover {
  color: #111111;
}
.single-post-contain .post-foot .auth-info {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 18px 0;
  margin-top: 30px;
}
.single-post-contain .post-foot .auth-info .ath {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 30px;
}
.single-post-contain .post-foot .auth-info .avata {
  color: #333333;
  font-weight: 700;
  margin: 0 32px 0 0;
  display: inline-block;
  padding: 1px 0;
  height: 33px;
}
.single-post-contain .post-foot .auth-info .avata img {
  margin-right: 6px;
}
.single-post-contain .post-foot .auth-info .count-item {
  display: inline-block;
  color: #aaaaaa;
  margin-left: 15px;
}
.single-post-contain .post-foot .auth-info .count-item i {
  margin-right: 4px;
}
.single-post-contain .post-foot .socials-connection {
  display: inline-block;
  float: right;
  font-size: 0;
  line-height: 1;
}
.single-post-contain .post-foot .socials-connection .title {
  font-size: 18px;
  color: #666666;
  display: inline-block;
  padding: 8px 0 7px;
  vertical-align: top;
}
.single-post-contain .post-foot .socials-connection .social-list {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
}
.single-post-contain .post-foot .socials-connection .social-list li {
  list-style: none;
  display: inline-block;
}
.single-post-contain .post-foot .socials-connection .social-list li:not(:last-child) {
  margin-right: 10px;
}
.single-post-contain .post-foot .socials-connection .social-list li a {
  font-size: 18px;
  color: #666666;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 1;
  display: inline-block;
  width: 33px;
  text-align: center;
  padding: 7px 5px 4px;
}
.single-post-contain .post-foot .socials-connection .social-list li a:hover {
  color: #ffffff;
}

.post-comments {
  clear: both;
  display: block;
}
.post-comments .cmt-title {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  color: #222222;
  margin: 48px 0 0;
}
.post-comments .cmt-title sup {
  font-size: 60%;
  color: #aaaaaa;
  font-weight: 600;
}
.post-comments .comment-form {
  margin-top: 46px;
}
.post-comments .comment-form .form-row {
  margin: 0;
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.post-comments .comment-form .form-row + .form-row:not(.last-btns) {
  margin-top: 20px;
}
.post-comments .comment-form .form-row input {
  display: inline-block;
  width: 100%;
  border: 2px solid #e6e6e6;
  font-size: 14px;
  padding: 11px 13px;
  line-height: 24px;
}
.post-comments .comment-form .form-row textarea {
  display: inline-block;
  width: 100%;
  border: 2px solid #e6e6e6;
  font-size: 14px;
  padding: 11px 13px;
  line-height: 24px;
  padding: 39px 13px 11px 84px;
  height: 188px;
}
.post-comments .comment-form .form-row .current-author {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 31px;
  z-index: 2;
}
.post-comments .form-row.last-btns {
  direction: rtl;
  border-bottom: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  padding: 17px 19px 18px;
}
.post-comments .form-row.last-btns .btn {
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 24px;
  color: #888888;
  outline: none;
  box-shadow: none;
}
.post-comments .form-row.last-btns .btn-sumit {
  font-size: 14px;
  color: #ffffff;
  border-radius: 9999px;
  font-weight: 700;
  min-width: 180px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
.post-comments .form-row.last-btns .btn-sumit:hover {
  background-color: #444444;
}
.post-comments .comment-list {
  display: block;
  clear: both;
  margin-top: 50px;
}
.post-comments .comment-list ol {
  padding: 0;
  margin: 0;
}
.post-comments .comment-list ol li {
  display: block;
  list-style: none;
}
.post-comments .wrap-post-comment .author-contact {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  line-height: 30px;
}
.post-comments .wrap-post-comment .author-contact img {
  margin-right: 6px;
  display: inline-block;
  float: left;
}
.post-comments .wrap-post-comment .cmt-time {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #aaaaaa;
  margin-left: 23px;
}
.post-comments .wrap-post-comment .cmt-content {
  margin-top: 12px;
}
.post-comments .wrap-post-comment .cmt-content p {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  display: block;
  margin: 0;
}
.post-comments .wrap-post-comment .cmt-fooot {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 16px 0 0;
}
.post-comments .wrap-post-comment .cmt-fooot .btn {
  display: inline-block;
  color: #aaaaaa;
  padding: 0;
  border-radius: 0;
  border: none;
  font-size: 14px;
  line-height: 30px;
  margin-right: 19px;
}
.post-comments .wrap-post-comment .cmt-fooot .btn i {
  font-size: 18px;
  margin-right: 9px;
}
.post-comments .wrap-post-comment .cmt-inner {
  margin-top: 40px;
  padding-bottom: 22px;
}
.post-comments.lever-0 > li > .wrap-post-comment > .cmt-inner {
  border-bottom: 2px solid #e6e6e6;
}
.post-comments .comment-list ol.lever-1 {
  padding-left: 59px;
}
.post-comments .comment-list .brand-panigations-block {
  margin-top: 31px;
}

.blog-page.page-contain {
  padding-top: 40px;
}
.blog-page .post-item .post-content .post-name a {
  font-weight: 700;
}

.hero-section .brand-nav {
  margin: 0;
  display: inline-block;
  position: absolute;
  top: calc(29% + 54px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
.hero-section .brand-nav ul li:last-child::before,
.hero-section .brand-nav ul li:last-child span {
  color: #ffffff;
}
.hero-section .brand-nav ul li span,
.hero-section .brand-nav ul li a {
  color: #ffffff;
}

.main-content > .row {
  font-size: 0;
  line-height: 0;
}
.main-content .main-post-list {
  display: inline-block;
  width: 100%;
  margin: -10px 0 0 0;
  padding: 0;
}
.main-content .main-post-list li {
  list-style: none;
  display: block;
  margin-bottom: 40px;
  margin-top: 10px;
}
.main-content > .posts-list {
  padding: 0;
  margin: 0 0 60px 0;
}
.main-content > .posts-list li {
  list-style: none;
  display: block;
}
.main-content > .posts-list li + li {
  margin-top: 50px;
}

.posts-list .post-item .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
}

.post-item .post-content .post-name {
  font-size: 23px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin: 0;
  line-height: 1;
}
.post-item .post-content .post-name a {
  display: inline-block;
  color: inherit;
}
.post-item .post-content .post-archive {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 13px;
}
.post-item .post-content .excerpt {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  margin: 14px 0 0;
}
.post-item .post-content .group-buttons {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin-top: 19px;
}
.post-item .group-buttons .btn {
  display: inline-block;
  outline: none;
  box-shadow: none;
}
.post-item .group-buttons .btn.readmore {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
  border-radius: 9999px;
  text-transform: uppercase;
  padding: 8px 10px;
  min-width: 155px;
  margin-right: 9px;
}
.post-item .group-buttons .btn.readmore:hover {
  color: #ffffff;
}

.style-bottom-info.layout-03 .post-meta .count-number,
.post-item .group-buttons .count-number {
  font-size: 17px;
  padding: 0 0 0 11px;
  color: #666666;
  position: relative;
  line-height: 1;
  margin-right: 23px;
  border-radius: 0;
}

.style-bottom-info.layout-03 .post-meta .count-number .number {
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  background-color: #888888;
  min-width: 19px;
  text-align: center;
  padding: 5px 3px 4px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -15px;
  z-index: 2;
}

.post-item .group-buttons .count-number .number {
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  background-color: #888888;
  min-width: 19px;
  text-align: center;
  padding: 5px 3px 4px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -15px;
  z-index: 2;
}
.post-item .group-buttons .commented .number {
  right: -7px;
}

.style-bottom-info.layout-03 .post-meta .count-number + .count-number {
  border-left: 1px solid #e6e6e6 !important;
}

.post-item .group-buttons .count-number + .count-number {
  border-left: 1px solid #e6e6e6 !important;
}
.post-item.style-left-info {
  display: table;
  width: 100%;
}
.post-item.style-left-info .thumbnail,
.post-item.style-left-info .post-content {
  display: table-cell;
  vertical-align: middle;
}
.post-item.style-left-info .thumbnail {
  width: 370px;
}
.post-item.style-left-info .post-content {
  padding-left: 30px;
}
.post-item.style-left-info .post-content > * {
  max-width: 329px;
  text-align: center;
}
.post-item.style-left-info .post-content .post-name {
  font-size: 23px;
  color: #000000;
}
.post-item.style-bottom-info {
  text-align: center;
}
.post-item.style-bottom-info .post-content {
  padding-left: 20px;
  padding-right: 20px;
}
.post-item.style-wide .post-content .post-name {
  margin-top: 16px;
  font-weight: 700;
  font-size: 26px;
}
.post-item.style-bottom-info .post-content .post-name {
  margin-top: 16px;
}

.main-slide {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  clear: both;
}
.main-slide ul {
  padding: 0;
  margin: 0;
}
.main-slide li {
  list-style: none;
}
.main-slide .slick-arrow {
  font-size: 44px;
  color: #e6e6e6;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 60px;
  z-index: 5;
}
.main-slide .slick-arrow.next {
  left: auto;
  right: 60px;
}
.main-slide.nav-change .slick-arrow {
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.main-slide.nav-change.type02 .slick-arrow {
  color: #d7d7d7;
  left: 10px;
}
.main-slide.nav-change.type02 .slick-arrow.next {
  right: 10px;
  left: auto;
}
.main-slide.nav-change.type02 .slick-arrow:hover {
  color: #ffffff;
}
.main-slide.nav-change .slick-arrow.next {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
}
.main-slide.nav-change:hover .slick-arrow {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.none-box-shadow .vertical-category-block > .wrap-menu {
  box-shadow: none;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.slick-active .slide_animation .buttons,
.slick-active .slide_animation .third-line,
.slick-active .slide_animation .first-line,
.slick-active .slide_animation .second-line {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.slick-active .slide_animation.type_02 .second-line {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.slick-active .slide_animation.type_02 .third-line {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.slick-active .slide_animation.type_02 .buttons {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.brand-carousel.dots_ring_style_2 {
  position: relative;
}
.brand-carousel.dots_ring_style {
  position: relative;
}
.brand-carousel.dots_ring_style .slick-dots {
  position: absolute;
  bottom: 41px;
  right: 214px;
}
.brand-carousel.dots_ring_style_2 .slick-dots li button {
  padding: 0;
  width: 11px;
  height: 11px;
  display: inline-block;
  border: 0 solid #999999;
  background-color: #bbbbbb;
  border-radius: 50%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.brand-carousel.dots_ring_style .slick-dots li button {
  padding: 0;
  width: 11px;
  height: 11px;
  display: inline-block;
  border: 0 solid #999999;
  background-color: #bbbbbb;
  border-radius: 50%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.brand-carousel.dots_ring_style .slick-dots li.slick-active button {
  height: 13px;
  width: 13px;
  border-width: 2px;
  background-color: transparent;
}
.brand-carousel.dots_ring_style_2 .slick-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  line-height: 0;
}
.brand-carousel.dots_ring_style_2 .slick-dots li {
  margin: 0;
}
.brand-carousel.dots_ring_style_2 .slick-dots li + li {
  margin-left: 9px;
}
.brand-carousel.dots_ring_style_2 .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #666666;
  border: none;
}
.brand-carousel.dots_ring_style_2 .slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #ffffff;
  width: 12px;
  height: 12px;
}

.service-inner.style-02 {
  text-align: left;
  padding: 20px 0;
}
.service-inner.style-02 .brand-icon {
  font-size: 36px;
  color: #888888;
}
.service-inner.style-02 .number {
  color: #222222;
  font-weight: 600;
}
.service-inner.style-02 .srv-name {
  text-transform: uppercase;
  text-align: left;
  margin-top: 12px;
}

.brand-tab .tab-content {
  display: block;
  margin: 0;
  position: relative;
}
.brand-tab .tab-content .tab-contain {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 2;
}
.brand-tab .tab-content > .active {
  display: block;
  position: static;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 5;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.tab-head__icon-top-layout a {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: #888888;
  font-weight: 600;
  position: relative;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.tab-head__icon-top-layout:not(.background-tab-include) a::after {
  content: "";
  height: 2px;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.tab-head__icon-top-layout .active a::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tab-head__icon-top-layout .brand-icon {
  font-size: 44px;
  display: block;
  margin-bottom: 13px;
  text-align: center;
}

.tab-head__sample-layout .tabs {
  font-size: 0;
  margin-bottom: 8px !important;
}

.brand-tab .tab-head__sample-layout .tabs .tab-element + .tab-element {
  margin-left: 0;
}

.brand-title-box__bold-style {
  display: block;
  margin: 0 0 38px;
  text-align: left;
  font-size: 0;
  line-height: 0;
  padding-right: 75px;
}

.brand-title-box__bold-style-02 .title,
.brand-title-box__bold-style .title {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  color: #000000;
  font-weight: 700;
  margin: 0;
}

.brand-title-box__bold-style-02 {
  display: block;
  margin: 0 0 27px;
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.brand-title-box__bold-style-02 .title {
  font-size: 22px;
}

.brand-title-box__under-line {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-bottom: 2px solid #e6e6e6;
  line-height: 0;
  font-size: 0;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.brand-title-box__under-line .title {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  margin: 0;
  color: #222222;
  font-weight: 700;
}

.brand-title-box__bgrd-bold {
  display: block;
  text-align: left;
  margin-top: 73px;
  margin-bottom: 18px;
}
.brand-title-box__bgrd-bold .title {
  display: inline-block;
  margin: 0;
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  background-image: url(../images/home-01/bg_bold-title.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 314px;
  padding: 14px 35px 25px 43px;
  font-weight: 700;
  background-position: center;
}

.brand-countdown {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 10px 0 0;
  text-align: center;
}
.brand-countdown > span {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #ffffff;
  text-align: center;
  min-width: 57px;
  font-size: 0;
  line-height: 0;
  padding: 9px 5px 11px;
}
.brand-countdown > span + span {
  margin-left: 9px;
}
.brand-countdown .number {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #222222;
}
.brand-countdown .text {
  font-size: 13px;
  line-height: 1;
  color: #666666;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  margin-top: 2px;
}

.contain-product__deal-layout {
  border: 2px solid #ff810f;
  padding: 17px 18px 29px;
  background-color: #fafafa;
}

.contain-product.contain-product__deal-layout .product-thumb {
  padding: 0;
}
.contain-product.contain-product__deal-layout .product-thumb .labels {
  left: 0;
  top: 0;
}

.contain-product__deal-layout .info .categories {
  margin-top: 19px;
}
.contain-product__deal-layout .info .price {
  margin-bottom: 11px;
}
.contain-product__deal-layout .slide-down-box .message {
  padding: 0 25px;
}
.contain-product__deal-layout .slide-down-box .buttons .add-to-cart-btn {
  padding: 16px 10px 17px;
}

.brand-carousel.nav-center-03 .slick-arrow, .brand-carousel.nav-top-right .slick-arrow {
  font-size: 33px;
  display: inline-block;
  position: absolute;
  top: -64px;
  right: 0;
  z-index: 3;
  color: rgba(102, 102, 102, 0.2);
}
.brand-carousel.nav-center-03 .slick-arrow:hover {
  color: #7faf51;
}
.brand-carousel.nav-top-right .slick-arrow:hover {
  color: #7faf51;
}
.brand-carousel.nav-top-right .slick-arrow.prev {
  right: 41px;
}
.brand-carousel.nav-center-03 .slick-arrow {
  top: 50%;
  margin-top: -17px;
  right: 0;
  left: auto;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.brand-carousel.nav-center-03 .slick-arrow.prev {
  right: auto;
  left: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.brand-carousel.nav-center-03:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.brand-carousel.nav-center-03:hover .slick-arrow.prev {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.brand-carousel.nav-top-right-02 {
  position: relative;
}
.brand-carousel.nav-top-right-02 .slick-arrow {
  display: block;
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: -45px;
  right: 0;
  cursor: pointer;
}
.brand-carousel.nav-top-right-02 .slick-arrow::before {
  font-family: "FontAwesome", sans-serif;
  content: "\f105";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 20px;
  color: #666666;
  line-height: 1;
}
.brand-carousel.nav-top-right-02 .slick-arrow:hover::before {
  color: #aea705;
}
.brand-carousel.nav-top-right-02 .slick-arrow.prev {
  right: 21px;
}
.brand-carousel.nav-top-right-02 .slick-arrow.prev::before {
  content: "\f104";
}

.brand-stretch-the-right-background {
  position: relative;
  height: 450px;
}
.brand-stretch-the-right-background > * {
  position: relative;
  z-index: 5;
}
.brand-stretch-the-right-background > .bg_underground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.brand-brd-container {
  text-align: center;
}
.brand-brd-container img {
  display: inline-block;
}

.style-bottom-info.layout-02 .thumbnail {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  border-radius: 0;
  position: relative;
}
.style-bottom-info.layout-02 .thumbnail .post-date {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 9px;
  background-color: #ededed;
  border-radius: 50%;
  min-width: 53px;
  padding: 8px 5px 9px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.style-bottom-info.layout-02 .thumbnail .post-date span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.style-bottom-info.layout-02 .post-content .post-name {
  font-weight: 700;
  color: #222222;
  font-size: 22px;
}
.style-bottom-info.layout-02 .post-meta {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 16px 0 0;
  text-align: center;
}
.style-bottom-info.layout-02 .post-meta__item {
  display: inline-block;
  line-height: 24px;
  font-size: 15px;
}
.style-bottom-info.layout-02 .post-meta__item.author {
  color: #222222;
  font-weight: 600;
  margin-right: 36px;
}
.style-bottom-info.layout-02 .post-meta__item.btn {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding: 0;
  vertical-align: inherit;
  margin-right: 8px;
}
.style-bottom-info.layout-02 .post-meta__item.author img {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin-right: 8px;
}
.style-bottom-info.layout-02 .post-meta__item > .btn {
  font-size: 14px;
  color: #666666;
  padding: 0;
  font-weight: 600;
}
.style-bottom-info.layout-02 .post-meta__item .brand-icon {
  font-size: 16px;
  margin-left: 6px;
  vertical-align: middle;
}
.style-bottom-info.layout-02 .post-meta__item-social-box {
  font-size: 17px;
  color: #666666;
  position: relative;
}
.style-bottom-info.layout-02 .post-meta__item-social-box .tbn {
  display: inline-block;
}
.style-bottom-info.layout-02 .post-meta__item-social-box ul {
  padding: 0;
  margin: 0;
}
.style-bottom-info.layout-02 .post-meta__item-social-box li {
  list-style: none;
  display: inline-block;
  color: #666666;
  line-height: 1;
}
.style-bottom-info.layout-02 .post-meta__item-social-box li + li {
  margin-left: 5px;
}
.style-bottom-info.layout-02 .post-meta__item-social-box li a {
  color: inherit;
  display: inline-block;
}
.style-bottom-info.layout-02 .post-meta__item-social-box .inner-content {
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 124px;
  margin-left: -62px;
  background-color: #f0f0f0;
  padding: 5px;
  z-index: 5;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.style-bottom-info.layout-02 .post-meta__item-social-box:hover .inner-content {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.style-bottom-info.layout-02 .post-content {
  padding-left: 3px;
  padding-right: 3px;
}
.style-bottom-info.layout-02 .post-content .excerpt {
  margin-top: 8px;
}
.style-bottom-info.layout-02 .group-buttons .btn.readmore {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
}
.style-bottom-info.layout-02 .group-buttons .btn.readmore:hover {
  color: #444444;
  background-color: transparent;
}
.style-bottom-info.layout-02 .post-content .group-buttons {
  margin-top: 16px;
  margin-bottom: 20px;
}
.style-bottom-info.layout-02.align-left {
  text-align: left;
  padding-bottom: 20px;
}
.style-bottom-info.layout-02.align-left .post-content .post-name {
  margin-top: 13px;
  font-size: 17px;
  line-height: 24px;
}
.style-bottom-info.layout-02.align-left .post-meta {
  text-align: right;
  margin-top: 21px;
}
.style-bottom-info.layout-02.align-left .post-meta__item.author {
  float: left;
}
.style-bottom-info.layout-02.align-left .post-meta__item-social-box .inner-content {
  left: auto;
  right: 1px;
  margin: 0;
}
.style-bottom-info.layout-03 .thumbnail {
  padding: 0;
  display: block;
  margin: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0;
}
.style-bottom-info.layout-03 .thumbnail .post-date {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  min-width: 64px;
  background-color: #444444;
  border-radius: 50%;
  padding: 13px 5px 12px;
}
.style-bottom-info.layout-03 .thumbnail .post-date span {
  display: block;
  margin: 0;
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.style-bottom-info.layout-03 .thumbnail .post-date .month {
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
}
.style-bottom-info.layout-03 .post-content {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 38px;
}
.style-bottom-info.layout-03 .post-content .post-name {
  margin-top: 17px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.style-bottom-info.layout-03 .post-content .post-meta {
  display: inline-block;
  width: 100%;
  margin-top: 9px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 13px;
}
.style-bottom-info.layout-03 .post-meta .count-number:hover {
  color: #333333;
}
.style-bottom-info.layout-03 .post-meta .count-number:hover .number {
  background-color: #333333 !important;
}
.style-bottom-info.layout-03 .post-meta__item {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  margin: 0;
}
.style-bottom-info.layout-03 .post-meta__item a {
  color: #222222;
}
.style-bottom-info.layout-03 .post-meta .count-number {
  font-size: 15px;
}
.style-bottom-info.layout-03 .post-content .excerpt {
  font-size: 14px;
  margin: 23px 0 0;
}
.style-bottom-info.layout-03 .post-content .group-buttons {
  margin-top: 20px;
}
.style-bottom-info.layout-03 .group-buttons .btn.readmore {
  border: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
.style-bottom-info.layout-03 .group-buttons .btn.readmore:hover {
  border: none;
  background: transparent;
  color: #333333;
}

.brand-vertical-menu .vertical-category-block > .wrap-menu > .menu {
  padding: 8px 0 15px;
  margin: 0;
}

.brand-cat-box-item {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-align: center;
}
.brand-cat-box-item .cat-thumb img {
  width: 100%;
  display: block;
}
.brand-cat-box-item .cat-info {
  display: inline-block;
  border: 2px solid #e6e6e6;
  position: relative;
  margin-bottom: 10px;
  margin-top: -13px;
  background-color: #ffffff;
}
.brand-cat-box-item .cat-name {
  font-size: 20px;
  line-height: 1;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 164px;
  margin: 0;
  padding: 11px 10px 19px;
}
.brand-cat-box-item .cat-number {
  font-size: 14px;
  color: #666666;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  background-color: #ffffff;
  display: inline-block;
  min-width: 90px;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -45px;
}

.products-list__vertical-layout {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0;
  line-height: 0;
}
.products-list__vertical-layout li {
  list-style: none;
  display: block;
  padding-bottom: 14px;
}
.products-list__vertical-layout li + li {
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}

.products-list.vertical-layout-02 {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  max-width: 600px;
  background-color: #ffffff;
}
.products-list.vertical-layout-02 li {
  display: block;
  list-style: none;
}

.products-category-box {
  position: relative;
  display: block;
  padding: 43px 100px 31px 40px;
}
.products-category-box .title {
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  display: block;
  margin: 0 0 14px;
}

.grid-twice-item {
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.grid-twice-item > li {
  list-style: none;
  display: inline-block;
  width: calc(50% - 8px);
  float: left;
  margin-left: 16px;
}
.grid-twice-item > li:nth-child(odd) {
  clear: left;
  margin-left: 0;
}

.wrap-category {
  display: block;
  clear: both;
}

#sidebar.mobile-version .sidebar-contain {
  max-width: 100%;
}
#sidebar.mobile-version .sidebar-contain > div {
  clear: both;
}

.instagram-block {
  display: block;
  position: relative;
  margin-top: 35px;
}
.instagram-block ul {
  padding: 0;
  display: block;
  margin: -6px;
  font-size: 0;
  line-height: 0;
}
.instagram-block ul li {
  list-style: none;
  display: inline-block;
  width: 33.333333%;
  padding: 6px;
}
.instagram-block ul li a,
.instagram-block ul li img {
  display: block;
  width: 100%;
}
.instagram-block .txt-infront {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.88);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 149px;
  padding-top: 24px;
  padding-bottom: 29px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.instagram-block .txt-infront .title {
  font-size: 18px;
  line-height: 1;
  color: #222222;
  text-transform: uppercase;
  display: block;
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.instagram-block .txt-infront .ac-name {
  display: block;
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 1;
  color: #888888;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.instagram-block:hover .txt-infront {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.footer-midle-pst {
  display: block;
  clear: both;
  border-top: 1px solid #e6e6e6;
  padding-top: 38px;
  margin-top: 50px;
  padding-bottom: 35px;
}
.footer-midle-pst .announce-text {
  display: block;
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-align: center;
}

.footer.layout-01 .footer-midle-pst {
  padding-top: 26px;
  padding-bottom: 26px;
  margin-top: 31px;
}

.brand-twitter-wrap {
  margin-top: 2px;
}
.brand-twitter-wrap .tweet-list {
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.brand-twitter-wrap .tweet-list li {
  list-style: none;
  display: block;
}
.brand-twitter-wrap .slick-slide .row-item + .row-item,
.brand-twitter-wrap .tweet-list li + li {
  border-top: 1px solid #e6e6e6;
}
.brand-twitter-wrap .slick-slide .row-item + .row-item .brand-tweet-item,
.brand-twitter-wrap .tweet-list li + li .brand-tweet-item {
  padding-top: 29px;
}

.brand-tweet-item {
  display: block;
  padding-right: 15px;
  padding-bottom: 17px;
}
.brand-tweet-item .tw-head {
  display: table;
  width: 100%;
}
.brand-tweet-item .tw-head .acc-info {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: none;
}
.brand-tweet-item .tw-head .icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: none;
  width: 44px;
  padding-top: 1px;
}
.brand-tweet-item .tw-head .icon i {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  background-color: #aaaaaa;
  padding: 12px 10px;
  width: 44px;
  text-align: center;
  border-radius: 50%;
}
.brand-tweet-item .tw-head .acc-info {
  padding-left: 10px;
}
.brand-tweet-item .tw-head .acc-info p {
  margin: 0;
  font-size: 18px;
  color: #222222;
  display: block;
  line-height: 20px;
}
.brand-tweet-item .tw-head .acc-info p.tag {
  font-size: 16px;
  color: #666666;
}
.brand-tweet-item .tw-content .message {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 10px 0 0;
}
.brand-tweet-item .tw-content .message .link-bold {
  display: block;
  font-size: 16px;
}
.brand-tweet-item .tw-content .message .link-bold:hover {
  color: #444444;
}
.brand-tweet-item .tw-content .time {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #444444;
}

.brand-instagram-block .wrap-title {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.brand-instagram-block .wrap-title .subtitle {
  display: block;
  margin: 0;
  font-size: 15px;
  color: #666666;
  font-family: "Playfair Display", sans-serif;
  line-height: 1;
}
.brand-instagram-block .wrap-title .title {
  display: block;
  margin: 6px 0 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #222222;
}

.instagram-ltl-item {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.instagram-ltl-item .link-to {
  display: inline-block;
}
.instagram-ltl-item .link-to .show-on-hover {
  display: inline-block;
  font-size: 28px;
  line-height: 50px;
  color: #fafafa;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  z-index: 2;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.instagram-ltl-item:hover .link-to .show-on-hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.instagram-ltl-item .link-to::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.instagram-ltl-item:hover .link-to::after {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.instagram-inline-wrap {
  font-size: 0;
  line-height: 0;
}

.brand-popup .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.brand-popup .modal-body {
  padding: 0;
}

.mobile-search-content .form-search > .btn-close,
.brand-popup .modal-body > .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  line-height: 0;
  font-size: 17px;
  color: #666666;
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mobile-search-content .form-search > .btn-close {
  top: -38px;
  right: -37px;
  font-size: 14px;
  padding: 6px;
}

.brand-popup .modal-body > .close:hover {
  color: #d00023;
  opacity: 1;
  filter: alpha(opacity=100);
}

.brand-quickview-block {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  z-index: 1000;
  font-size: 0;
  line-height: 0;
}

body.open-quickview-block .brand-quickview-block {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.brand-quickview-block .quickview-container {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 830px;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
}
.brand-quickview-block .quickview-container .btn-close-quickview {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  line-height: 0;
  font-size: 17px;
  color: #666666;
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}

.quickview-container .brand-quickview-inner {
  display: table;
  width: 100%;
  padding: 10px 30px 20px 10px;
  table-layout: fixed;
}

.brand-quickview-inner .media {
  display: table-cell;
  vertical-align: top;
}
.brand-quickview-inner .product-attribute {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.brand-quickview-inner .media {
  width: 45.6790123457%;
}
.brand-quickview-inner .product-attribute .title {
  font-size: 20px;
  display: block;
  margin: 19px 0 6px;
  color: #222222;
  font-weight: 600;
}
.brand-quickview-inner .product-attribute .title a {
  color: inherit;
  display: inline-block;
}
.brand-quickview-inner .product-attribute .rating .star-rating > span::before, .brand-quickview-inner .product-attribute .rating .star-rating::before {
  font-size: 14px;
}
.brand-quickview-inner .price-contain {
  margin-top: 10px;
}
.brand-quickview-inner .price-contain .price-amount {
  font-size: 16px;
}
.brand-quickview-inner .price-contain ins .price-amount {
  font-size: 24px;
}
.brand-quickview-inner .product-attribute .excerpt {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  display: block;
  margin: 18px 0 0;
}
.brand-quickview-inner .from-cart {
  margin-top: 33px;
  display: block;
  clear: both;
}
.brand-quickview-inner .from-cart .buttons,
.brand-quickview-inner .from-cart .qty-input {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.brand-quickview-inner .qty-input input {
  display: inline-block;
  width: 44px;
  text-align: center;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  background-color: #ffffff;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
  line-height: 1;
  height: 41px;
}
.brand-quickview-inner .qty-input .qty-btn {
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
  position: relative;
  width: 27px;
  height: 41px;
  vertical-align: top;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.brand-quickview-inner .qty-input .btn-down {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.brand-quickview-inner .qty-input .qty-btn::after, .brand-quickview-inner .qty-input .qty-btn::before {
  content: "";
  display: block;
  background-color: #7f7f7f;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.brand-quickview-inner .qty-input .btn-up::before {
  left: 6px;
}
.brand-quickview-inner .qty-input .btn-up::after {
  height: 10px;
  width: 2px;
  left: 10px;
}
.brand-quickview-inner .qty-input .qty-btn:hover::after, .brand-quickview-inner .qty-input .qty-btn:hover::before {
  background-color: #000000;
}
.brand-quickview-inner .buttons .add-to-cart-btn {
  padding: 11px 15px 10px;
  min-width: 218px;
  margin-left: 20px;
}
.brand-quickview-inner .product-meta .product-atts {
  display: block;
  padding: 20px 0 23px;
  margin: 0 0 17px;
  border-bottom: 1px solid #e6e6e6;
}
.brand-quickview-inner .product-atts .product-atts-item {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}
.brand-quickview-inner .product-atts-item .meta-title {
  display: inline-block;
  font-weight: 400;
}
.brand-quickview-inner .product-atts-item .meta-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.brand-quickview-inner .product-atts-item .meta-list li {
  list-style: none;
  display: inline-block;
}
.brand-quickview-inner .product-atts-item .meta-list li:not(:last-child) a::after {
  content: ",";
}
.brand-quickview-inner .product-atts-item .meta-list li a {
  color: #666666;
}
.brand-quickview-inner .product-meta .sku {
  font-size: 14px;
  color: #333333;
  display: block;
  margin: 0;
  line-height: 1;
}

.brand-quickview-block .quickview-nav img {
  display: inline-block;
  border-width: 0;
}
.brand-quickview-block .quickview-nav li.slick-current img {
  border: 2px solid #ededed;
}

.brand-quickview-inner .media .quickview-nav {
  width: 230px;
  margin-left: 10px;
  margin-top: 10px;
  position: relative;
}
.brand-quickview-inner .quickview-nav .slick-arrow {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -8px;
}
.brand-quickview-inner .quickview-nav .slick-arrow.next {
  left: auto;
  right: -11px;
}
.brand-quickview-inner .quickview-nav .slick-arrow::before {
  content: "\f104";
  font-family: "FontAwesome", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 18px;
  line-height: 14px;
  color: #666666;
  width: 11px;
  text-align: left;
}
.brand-quickview-inner .quickview-nav .slick-arrow.next::before {
  text-align: right;
  content: "\f105";
}

.contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn i {
  display: none;
}

/*-------------------------------*/
.background-fafafa {
  background-color: #fafafa;
}

.z-index-20 {
  z-index: 20;
  position: relative;
}

.brand-wrap-map {
  width: 100%;
  display: block;
  clear: both;
}
.brand-wrap-map iframe {
  width: 100%;
}

.top-banner-menu {
  text-align: center;
  margin: 8px 0 30px;
}

.mobile-menu-toggle {
  line-height: 0;
  display: none !important;
}
.mobile-menu-toggle span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #333333;
  float: left;
  clear: left;
}

.header-area.layout-02 .mobile-menu-toggle span {
  background-color: #ffffff;
}

.mobile-menu-toggle span + span {
  margin-top: 5px;
}
.mobile-menu-toggle > a {
  display: inline-block;
}

.header-area.layout-01 .mobile-menu-toggle > a {
  padding: 15px 0;
}

.minicart-block.layout-02 .span-index .qty {
  display: none;
}

/*===============================
  * 404 Page                      *
   ===============================*/
.page-404 {
  background-image: url(../images/404-bg.jpg);
  background-position: center center;
  margin-top: 15px;
}

.content-404 {
  max-width: 570px;
  padding: 100px 0 130px;
  display: block;
  text-align: center;
}
.content-404 .heading {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #e73918;
}
.content-404 .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222222;
}
.content-404 p {
  color: #666;
  margin-bottom: 45px;
  font-size: 16px;
}
.content-404 .button {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding: 10px 25px;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}
.content-404 .button:before {
  font-family: "FontAwesome";
  content: "\f104";
  display: inline-block;
  width: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  text-align: left;
}

.sumary-product .product-attribute .price + div:not(.product-atts):not(.no-border-top) {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 20px;
}
.sumary-product .product-attribute .price ins + ins::before {
  content: "-";
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  padding-left: 5px;
  padding-right: 5px;
}

.grouped-product-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.grouped-product-list-item__label a {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
}
.grouped-product-list-item__label a:not(:hover) {
  color: #333333;
}

.quantity-box.type2 .qty-input input {
  width: 85px;
  font-size: 16px;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  font-weight: 600;
}

.sumary-product .product-attribute .grouped-product-list-item__price .price {
  margin-top: 0;
}
.sumary-product .product-attribute .grouped-product-list-item__price .price ins .price-amount {
  font-size: 17px;
  font-weight: 700;
  color: #333333;
}
.sumary-product .product-attribute .grouped-product-list-item__price .price del {
  display: block;
  margin: 0;
}
.sumary-product .product-attribute .grouped-product-list-item__price .price del .price-amount {
  font-size: 16px;
}
.sumary-product .action-form .buttons.external-btn {
  border-top: 0;
  padding-top: 0;
}
.sumary-product .brand-countdown {
  text-align: left;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  padding-top: 25px;
}

/*===============================
  * Responsive Area               *
   ===============================*/
@media (max-width: 1199px) {
  .header-area.layout-03 .live-info {
    display: none;
  }
  .products-list.vertical-layout-02 {
    max-width: 100%;
  }
  .header-area.layout-01 .header-top {
    margin-top: 18px;
  }
  .header-area.layout-02 .brand-cart-info .minicart-contain a > .sub-total,
  .header-area.layout-02 .brand-cart-info .minicart-contain a > .title {
    display: none;
  }
  .header-area .brand-cart-info .login-item {
    vertical-align: top;
  }
  .header-area .brand-cart-info .login-item .login-link {
    font-size: 0;
  }
  .products-category-box {
    padding: 0;
    height: auto;
  }
  .products-category-box .title {
    margin-bottom: 40px;
  }
  .brand-stretch-the-right-background > .bg_underground,
  .header-top .top-bar .social-list {
    display: none;
  }
  .brand-title-box__bold-style.mobile-tiny .title {
    font-size: 22px;
  }
  .brand-title-box.link-all .main-title {
    font-size: 26px;
  }
  .brand-title-box.link-all .blog-link {
    display: none;
  }
  .brand-carousel.dots_ring_style .slick-dots {
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  .post-item.style-bottom-info .post-content {
    padding-left: 0;
    padding-right: 0;
  }
  .login-on-checkout .form-row button {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .shpcart-subtotal-block {
    margin-top: 70px;
    border: 1px solid #e6e6e6;
  }
  .sumary-product .product-attribute {
    padding-right: 20px;
  }
  .mobile-block-global {
    display: block;
  }
  body.global-panel-opened .mobile-block-global {
    left: 0;
  }
}
@media (max-width: 991px) {
  .page-404 {
    background: #f4f4f4;
    margin-top: 0;
  }
  .content-404 {
    margin: 0 auto;
  }
  .brand-cat-box-item {
    border: 1px solid #e6e6e6;
  }
  .brand-cat-box-item .cat-info {
    border: none;
    margin: 20px 0 20px;
    background-color: transparent;
  }
  .brand-cat-box-item .cat-name {
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    min-width: initial;
  }
  .brand-cat-box-item .cat-number {
    position: static;
    display: block;
    text-align: center;
    margin: 0;
  }
  .brand-cart-info .icon-qty-combine .brand-icon,
  .mobile-search .open-searchbox .brand-icon {
    font-size: 24px;
  }
  .mobile-menu-toggle {
    display: inline-block !important;
  }
  .minicart-block.layout-02 .icon-contain .brand-icon {
    color: #333333 !important;
    font-size: 24px;
  }
  .minicart-block.layout-02 .icon-contain .span-index {
    padding: 2px;
    border: none;
    position: relative;
  }
  .minicart-block.layout-02 .span-index .qty {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    margin: 0;
    min-width: 19px;
    padding: 1px 5px 2px;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    bottom: 7px;
  }
  .minicart-block.layout-02 .icon-contain .btn-to-cart,
  .minicart-block.layout-02 .icon-contain .sub-total {
    display: none;
  }
  .mega-content .brand-brand ul.brands {
    margin-left: -10px;
    margin-right: -10px;
  }
  .mega-content .brand-brand ul.brands li {
    width: 50%;
    padding: 10px;
  }
  .mega-content .brand-brand.vertical ul.brands {
    width: 100%;
    padding: 0;
  }
  .mega-content .brand-brand.vertical ul.brands li {
    margin: 0;
    clear: none;
    float: left;
  }
  .mega-content .brand-brand.vertical ul.brands li:nth-child(2n+1) {
    clear: left;
  }
  .brand-quickview-block,
  .contain-product .product-thumb .lookup {
    display: none;
  }
  .header-area.layout-01 {
    background-position: center bottom;
  }
  .header-area.layout-01 .header-bottom:not(.pre-sticky) {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .header-area.layout-01 .header-bottom .logo-for-mobile {
    display: inline-block;
    float: left;
    margin-top: 5px;
  }
  .header-area.layout-01 .header-bottom .brand-cart-info {
    display: inline-block;
    margin-top: 0;
    float: right;
  }
  .footer.layout-01 .payment-methods ul,
  .footer.layout-01 .copy-right-text {
    text-align: center;
  }
  .wrap-custom-menu.horizontal-menu-v2 ul.menu > li {
    margin-bottom: 15px;
  }
  .footer-midle-pst .announce-text {
    margin-top: 20px;
  }
  .header-area .brand-cart-info .login-item {
    display: none;
  }
  .top-banner-menu {
    padding: 0;
    margin-top: 0;
  }
  .top-banner-menu img {
    width: 100%;
  }
  .grid-twice-item > li {
    width: 100%;
    margin-left: 0;
  }
  .grid-twice-item > li + li {
    margin-top: 50px;
  }
  .wrap-megamenu {
    background: none;
  }
  .mobile-inline.brand-brand ul li {
    width: 100%;
  }
  .mega-content .row {
    margin: 0;
  }
  .sumary-product .action-form .buttons {
    border-top: 0;
    padding-top: 0;
  }
  .sumary-product .action-form .buttons .pull-row {
    display: none;
  }
  .sumary-product .action-form .total-price-contain {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .sumary-product .action-form .qty-input {
    width: 100%;
  }
  .sumary-product .action-form .qty-input input {
    width: 100%;
  }
  .review-tab #comments .comment-content .comment-text {
    line-height: inherit;
  }
  .brand-panigations-block.version-2 {
    padding-top: 20px;
  }
  .sumary-product .product-attribute {
    width: 50%;
    padding-right: 0;
  }
  .sumary-product .media {
    width: 50%;
  }
  .sumary-product .action-form {
    width: 100%;
    margin-top: 33px;
    padding-top: 30px;
  }
  .sidebar .wgt-content .products li {
    display: inline-block;
    width: 100%;
  }
  .contain-product .info .product-title {
    font-size: 16px;
  }
  .contain-product.layout-default {
    position: relative;
    padding-bottom: 30px;
  }
  .contain-product.layout-default .info .price ins .price-amount {
    font-size: 16px;
  }
  .contain-product.layout-default .info .product-title {
    font-size: 15px;
    margin-top: 15px;
  }
  .contain-product.layout-default .info .product-title a {
    color: #444444;
  }
  .contain-product.layout-default .slide-down-box .buttons {
    padding: 0;
    display: block;
  }
  .contain-product.layout-default .slide-down-box .buttons .wishlist-btn {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    padding: 4px 0;
    color: #999999;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
  }
  .contain-product.layout-default .slide-down-box .buttons .btn {
    display: block;
  }
  .contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn {
    padding: 10px 5px;
    color: #444444;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #fafafa !important;
    width: calc(100% - 4px);
    margin-left: 2px;
  }
  .contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn:hover {
    background-color: #fafafa;
  }
  .contain-product.layout-default .slide-down-box .buttons .compare-btn {
    display: none;
  }
  .contain-product .info .categories {
    display: none;
  }
  .contain-product.layout-default .slide-down-box .message,
  .contain-product.layout-default .shipping-info {
    display: none;
  }
  #sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    overflow: hidden;
    padding: 0;
  }
  #sidebar .brand-mobile-panels {
    display: block;
  }
  #sidebar .sidebar-contain {
    display: inline-block;
    padding: 30px 15px 0;
    height: calc(100% - 50px);
    overflow-y: auto;
  }
  body.open-mobile-filter #sidebar, body.open-mobile-menu .brand-clone-wrap {
    left: 0;
  }
  .mobile-search .open-searchbox {
    display: block;
  }
  .mobile-search-content {
    display: block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .mobile-search .mobile-search-content {
    display: block;
  }
  body.open-mobile-search .mobile-search-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  body.open-mobile-search .mobile-search-content .nice-select .list {
    max-height: 200px;
    overflow-y: scroll;
    margin: 0;
    border-radius: 0;
  }
  .brand-cart-info .minicart-contain a > .sub-total,
  .brand-cart-info .minicart-contain a > .title {
    display: none;
  }
  .mobile-footer {
    display: block;
  }
  body {
    margin-bottom: 44px;
  }
  .header-top .top-bar {
    max-width: 100%;
  }
  .header-area.layout-02 .header-top .right .horizontal-menu > li.item-link {
    display: none;
  }
  .header-top .right .horizontal-menu > .currency,
  .header-top .right .horizontal-menu > .lang {
    display: none;
  }
  .header-top .top-bar .social-list {
    display: none;
  }
  .header-area.layout-01 .mobile-search .open-searchbox {
    line-height: 1;
    text-align: center;
    padding: 10px 0 10px 10px;
    vertical-align: top;
    background: transparent !important;
  }
  .header-area.layout-01 .mobile-search .open-searchbox .brand-icon {
    color: #333333;
    font-size: 24px;
  }
  .header-area.layout-01 .brand-cart-info > div {
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .grid-twice-item > li + li {
    margin-top: 80px;
  }
  .main-content > .posts-list li {
    margin-bottom: 0;
  }
  .main-content > .posts-list li + li {
    margin-top: 10px;
  }
  .hero-section {
    margin-top: 0;
  }
  .main-content .main-post-list {
    margin-top: 30px;
  }
  .main-content .main-post-list li:not(:last-child) {
    margin-bottom: 70px;
  }
  .post-item.style-bottom-info .post-content .post-name a {
    font-size: 20px;
    line-height: 24px;
  }
  .blog-page .posts-list:not(.brand-carousel) .post-item.style-bottom-info .thumbnail img {
    width: 100%;
  }
  .header-area.layout-02 .brand-logo, .header-area.layout-03 .brand-logo, .header-area.layout-04 .brand-logo, .header-area.layout-05 .brand-logo {
    display: block;
    margin-top: 5px;
  }
  .header-area .header-middle {
    padding: 15px 0 !important;
  }
  .wrap-custom-menu.horizontal-menu-v2 ul.menu > li + li {
    border-left: none;
  }
  .style-bottom-info.layout-02 .post-meta__item-social-box .inner-content {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -10px;
  }
  .mobile-search-content .form-search > .btn-close {
    top: -17px;
    right: -12px;
  }
  .main-slide .brand-carousel.nav-none-on-mobile .slick-arrow.prev, .main-slide .brand-carousel.nav-none-on-mobile .slick-arrow.next {
    display: none !important;
  }
  .sumary-product .action-form .total-price-contain {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .sumary-product .action-form .location-shipping-to,
  .sumary-product .action-form .social-media {
    margin-top: 35px;
  }
  .sumary-product .action-form .title {
    text-transform: uppercase;
    font-weight: 700;
  }
  .order-summary .title-block .title {
    font-size: 23px;
    font-weight: 700;
  }
  .checkout-progress-wrap .checkout-act .title-box {
    font-size: 19px;
  }
  .contact-info-container .addr-info {
    margin-top: 35px;
  }
  .contact-info-container .frst-desc {
    line-height: 25px;
    font-size: 16px;
  }
  .register-in-container .box-title,
  .contact-info-container .box-title {
    font-size: 25px;
  }
  .post-item.style-wide .post-content .post-name {
    font-size: 22px;
    line-height: 24px;
  }
  .post-item .group-buttons .btn.readmore {
    padding: 6px 10px;
    min-width: 134px;
  }
  .search-widget input[type=text] {
    border-width: 1px;
  }
  .single-post-contain .post-content blockquote p {
    font-size: 15px;
  }
  .single-post-contain .post-head .post-archive {
    font-size: 16px;
    margin-top: 13px;
  }
  .post-comments .wrap-post-comment .cmt-inner {
    margin-top: 20px;
  }
  .post-comments.lever-0 > li:first-child > .wrap-post-comment > .cmt-inner {
    margin-top: 5px;
  }
  .post-comments .comment-form .form-row textarea {
    padding: 55px 10px 10px 15px;
    height: 220px;
  }
  .post-comments .comment-form .form-row .current-author {
    top: 10px;
    left: 10px;
  }
  .single-post-contain .post-foot .auth-info .avata {
    margin-right: 5px;
  }
  .single-post-contain .post-content blockquote {
    padding: 10px;
  }
  .single-post-contain .post-head .post-name {
    font-weight: 700;
    font-size: 23px;
    line-height: 24px;
  }
  .contain-product__deal-layout .info .price {
    margin-top: 12px;
  }
  .contain-product__deal-layout .slide-down-box .buttons .btn:not(.add-to-cart-btn) {
    display: none;
  }
  .contain-product .info .product-title {
    margin-top: 13px;
  }
  .brand-countdown .number {
    font-size: 17px;
  }
  .contain-product__deal-layout {
    padding: 10px 10px 30px;
    text-align: center;
  }
  .contain-product__deal-layout img {
    display: inline-block;
  }
  .tab-head__icon-top-layout:not(.background-tab-include) a::after {
    content: none;
  }
  .instagram-ltl-item {
    width: 100%;
  }
  .instagram-ltl-item .link-to {
    width: 100%;
  }
  .instagram-ltl-item .link-to img {
    width: 100%;
  }
  .products-list.vertical-layout-02 li {
    padding: 0 0 20px;
  }
  .sumary-product .action-form .total-price-contain .price {
    font-size: 21px;
  }
  .sumary-product .product-attribute .title {
    font-weight: 700;
  }
  .hero-section .page-title {
    font-size: 28px;
  }
  .brand-carousel.row-space-29px .row-item + .row-item {
    margin-top: 20px;
  }
  .advance-product-box_countdown {
    border: none;
  }
  .advance-product-box_countdown .contain-product .info .product-title {
    margin-top: 20px;
  }
  .advance-product-box_countdown .brand-carousel {
    border: 1px solid #e6e6e6;
    padding-top: 10px;
  }
  .brand-title-box.style-02 .desc,
  .brand-title-box.style-02 .subtitle {
    display: none;
  }
  .brand-title-box.slim-item .subtitle {
    display: none;
  }
  .contain-product.scale-effect {
    padding-bottom: 20px;
  }
  .contain-product.layout-default .slide-down-box .buttons {
    text-align: center;
  }
  .contain-product.layout-default .slide-down-box .buttons .wishlist-btn {
    display: none;
  }
  .brand-title-box__bgrd-bold {
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
  }
  .brand-title-box__bgrd-bold .title {
    font-size: 24px;
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 10px 30px 17px;
    background-size: 100%;
    min-width: 210px;
  }
  .header-area.layout-01 {
    position: static;
  }
  .header-area.layout-01 .header-bottom:not(.pre-sticky) {
    padding: 15px 0;
  }
  .minicart-block.layout-02 .icon-contain .btn-to-cart {
    padding: 12px 10px;
  }
  .minicart-block.layout-02 .icon-contain .brand-icon {
    line-height: 35px;
  }
  .brand-brand-block .link-brand-item {
    display: block;
    text-align: center;
  }
  .brand-brand-block .link-brand-item img {
    display: inline-block;
  }
  .brand-title-box__under-line {
    margin-bottom: 30px;
    border-bottom: 0;
    padding-bottom: 10px;
  }
  .hidden-icon-on-mobile.brand-title-box .brand-icon {
    display: none;
  }
  .products-list__vertical-layout li:last-child {
    padding-bottom: 0;
  }
  .products-category-box {
    padding: 0;
  }
  .products-category-box .title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .brand-stretch-the-right-background > .bg_underground {
    display: none;
  }
  .payment-methods.layout-02 .payments li {
    margin-bottom: 10px;
  }
  .payment-methods.layout-02 .payments li:not(:last-child) {
    margin-right: 10px;
  }
  .brand-social.bigger-on-mobile ul li + li {
    margin-left: 40px;
  }
  .brand-social.bigger-on-mobile ul li a {
    font-size: 22px;
  }
  .brand-title-box.link-all .main-title {
    font-size: 22px;
  }
  .post-item.style-bottom-info.layout-02 .thumbnail a > img {
    width: 100%;
  }
  .brand-title-box.style-02 .main-title {
    font-size: 24px;
  }
  .contain-product__deal-layout .brand-countdown > span {
    min-width: 50px;
    padding: 6px;
  }
  .contain-product__deal-layout .brand-countdown .text {
    font-size: 11px;
    font-weight: 700;
  }
  .brand-title-box__bold-style {
    margin-top: 80px;
    padding-right: 0;
  }
  .brand-title-box__bold-style.mobile-tiny .title,
  .brand-title-box__bold-style .title {
    font-size: 24px;
  }
  .brand-tab .tab-content {
    clear: both;
  }
  .tab-head__icon-top-layout a {
    font-size: 16px;
    vertical-align: middle;
    background-color: #f6f6f6;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 7px 5px;
  }
  .tab-head__icon-top-layout a::after {
    content: none;
  }
  .tab-head__icon-top-layout .brand-icon {
    display: inline-block;
    font-size: 28px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  .tab-head__icon-top-layout .brand-icon.icon-blueberry {
    margin-left: 7px;
  }
  .tab-head__sample-layout .tabs .tab-element.active {
    border-left-color: #444444;
  }
  .tab-head__sample-layout .tab-element .tab-link {
    color: #aaaaaa;
    padding: 11px;
    background: #fafafa;
    font-size: 15px;
  }
  .tab-head__sample-layout .tab-element .tab-link:hover {
    color: #444444;
    background: #efefef;
  }
  .tab-head__sample-layout .active .tab-link {
    color: #444444;
    background: #efefef;
  }
  .post-item.style-left-info {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .post-item.style-left-info .thumbnail {
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .post-item.style-left-info .thumbnail img {
    width: 100%;
  }
  .post-item.style-left-info .post-content {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .post-item.style-left-info .post-content > * {
    max-width: 100%;
  }
  .post-item .post-content .post-archive {
    font-size: 16px;
  }
  .post-item.style-left-info .post-content {
    padding-top: 15px;
  }
  .post-item.style-left-info .post-content .post-name {
    font-size: 22px;
    line-height: 24px;
  }
  .contact-info-block.footer-layout ul li {
    margin-bottom: 15px;
  }
  .post-comments .wrap-post-comment .cmt-fooot .btn {
    color: #888888;
  }
  .post-comments .wrap-post-comment .cmt-content p {
    color: #444444;
  }
  .post-comments .comment-list ol {
    background: #fcfcfc;
    padding: 10px;
  }
  .post-comments .comment-list ol.lever-1 {
    padding-left: 25px;
  }
  .post-comments .form-row.last-btns .btn-sumit {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .post-comments .cmt-title {
    font-size: 25px;
  }
  .single-post-contain .post-head {
    margin-bottom: 30px;
  }
  .single-post-contain .post-foot .post-tags .tags li {
    margin-bottom: 10px;
  }
  .single-post-contain .post-foot .post-tags .tag-title {
    display: none;
  }
  .register-in-container {
    margin-top: 50px;
  }
  .signin-container {
    margin-top: 20px;
  }
  .signin-container .form-row.wrap-btn {
    text-align: center;
  }
  .signin-container .form-row .link-to-help {
    float: none;
    margin: 24px 0 0;
  }
  .signin-container .form-row .btn-submit {
    width: 100%;
    margin-top: 20px;
  }
  .top-banner {
    padding: 57px 10px 35px;
  }
  .top-banner ul {
    width: 100%;
  }
  .top-banner ul li {
    padding: 0 15px;
  }
  .shopping-cart-container th {
    display: none;
  }
  .shopping-cart-container table.cart-form {
    display: block;
    padding: 0;
  }
  .shopping-cart-container table.cart-form tbody,
  .shopping-cart-container table.cart-form tr,
  .shopping-cart-container table.cart-form td {
    display: block;
    padding: 0;
  }
  .shopping-cart-container table.cart-form tr {
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
  }
  .shopping-cart-container table.cart-form td {
    padding: 15px 5px;
  }
  .shopping-cart-container table.cart-form td + td {
    border-top: 1px solid #e6e6e6;
  }
  .shopping-cart-container table.cart-form td.product-thumbnail {
    text-align: center;
    padding-top: 26px;
  }
  .shopping-cart-container table.cart-form td.product-thumbnail .prd-name {
    padding: 0;
    width: 100%;
    margin-top: 16px;
  }
  .shopping-cart-container table.cart-form td.product-thumbnail .action {
    padding: 5px;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .shopping-cart-container table.cart-form td.product-thumbnail .action a {
    padding: 3px 5px;
    margin-left: 10px;
  }
  .shopping-cart-container table.cart-form tr.wrap-buttons {
    border: none;
  }
  .shopping-cart-container table.cart-form td.wrap-btn-control {
    padding: 0;
  }
  .shopping-cart-container table.cart-form td.wrap-btn-control button.btn {
    width: calc(50% - 5px);
    min-width: auto;
    float: left;
  }
  .shopping-cart-container table.cart-form td.wrap-btn-control .btn-clear {
    margin-left: 10px;
  }
  .shopping-cart-container table.cart-form td.wrap-btn-control a.back-to-shop {
    width: 100%;
    margin-bottom: 20px;
  }
  .review-tab #comments .comment-content .comment-in .post-date {
    display: none;
  }
  .review-tab #comments .comment-review-form {
    margin-top: 25px;
  }
  .review-tab #comments .comment-review-form .actions {
    display: table;
    width: 100%;
    margin-top: 0;
  }
  .review-tab #comments .comment-review-form .actions li {
    display: table-cell;
    width: 33.33333%;
  }
  .product-category .products-list {
    padding-left: 7px;
    padding-right: 7px;
  }
  .product-category .products-list .product-item {
    padding: 0 7px;
  }
  .footer-phone-info .r-info {
    font-size: 16px;
    padding-left: 15px;
  }
  .payment-methods.layout-02 .title {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 30px;
  }
  .footer-item .section-title {
    font-size: 19px;
  }
  .brand-cart-info .minicart-block .cart-content {
    width: auto;
    right: -52px;
  }
  .brand-cart-info .minicart-block .cart-inner {
    width: 290px;
    padding-left: 10px;
  }
  .brand-cart-info .minicart-item .thumb {
    width: 80px;
  }
  .brand-cart-info .minicart-item .left-info {
    width: calc(100% - 80px);
    padding-right: 12px;
  }
  .brand-cart-info .minicart-block ul.products li:first-child .minicart-item .action {
    margin-top: -32px;
  }
  .minicart-item .action {
    top: 50%;
  }
  .minicart-item .action a {
    float: left;
    clear: left;
    width: 12px;
    font-size: 14px;
    text-align: center;
  }
  .minicart-item .action a + a {
    margin-left: 0;
    margin-top: 16px;
  }
  .brand-cart-info .minicart-block .btn-control .btn {
    width: calc(50% - 5px);
    padding: 12px;
    font-size: 12px;
    border-radius: 0;
  }
  .brand-cart-info .minicart-block .btn-control .view-cart {
    margin-right: 10px;
  }
  .minicart-item .left-info .product-title {
    font-size: 15px;
    font-weight: 600;
  }
  .payment-methods ul,
  .copy-right-text {
    text-align: center;
  }
  .payment-methods ul li + li {
    margin-left: 5px;
  }
  .brand-cart-info > div + div {
    margin-left: 22px;
  }
  .mobile-search .mobile-search-content {
    padding: 20px 15px;
    margin-left: -145px;
    width: 290px;
    margin-top: -101px;
    top: 50%;
  }
  .mobile-search .mobile-search-content .nice-select {
    width: 100%;
    border-top: none;
    border-left: 0;
    border-right: 0;
  }
  .mobile-search .mobile-search-content .input-text {
    width: 100%;
    margin-bottom: 15px;
    border-top: none;
    border-left: 0;
    border-right: 0;
  }
  .mobile-search .mobile-search-content .btn-submit {
    margin-top: 15px;
    width: 100%;
    position: static;
  }
}
@media (max-width: 600px) {
  .single-post-contain .post-head .post-archive .author {
    display: block;
    margin-left: 0;
  }
  .main-slide.nav-change2 .slick-arrow, .main-slide.nav-change .slick-arrow {
    display: none !important;
  }
  .style-bottom-info.layout-02 .post-content .post-name {
    font-size: 20px;
    line-height: 24px;
  }
  .brand-carousel.dots_ring_style .slick-dots {
    display: none !important;
  }
  .single-post-contain .post-foot .auth-info {
    padding: 25px 0 0;
    border-bottom: 0;
  }
  .single-post-contain .post-foot .socials-connection {
    width: 100%;
    margin-top: 25px;
  }
  .single-post-contain .post-foot .socials-connection .social-list {
    width: 100%;
    margin: 0;
  }
  .single-post-contain .post-foot .socials-connection .title {
    display: none;
  }
  .order-summary .cart-list .cart-item .info,
  .order-summary .cart-list .cart-item .price,
  .order-summary .cart-list .cart-item .product-thumb {
    display: inline-block;
  }
  .order-summary .cart-list .cart-item .info,
  .order-summary .cart-list .cart-item .price {
    width: calc(100% - 113px);
    display: inline-block;
    float: right;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
  }
  .order-summary .cart-list .cart-item .product-thumb {
    float: left;
  }
  .order-summary .cart-list .cart-item .info * {
    font-size: 15px;
    font-weight: 600;
  }
  .checkout-progress-wrap .checkout-act .box-content {
    padding-left: 15px;
    padding-top: 15px;
  }
  .top-banner ul li .cost {
    margin-left: 15px;
  }
  .top-banner .btns .btn {
    width: 100%;
  }
  .top-banner .btns .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .brand-instagram-block .wrap-title .title,
  .brand-title-box .main-title {
    font-size: 24px;
  }
  .product-tabs .review-form-wrapper {
    padding-top: 40px;
  }
  .accodition-tab > ul > li > .content {
    padding: 10px 0 15px;
  }
  .product-tabs .tab-content p,
  .accodition-tab > ul > li > .title {
    font-size: 14px;
  }
  .review-form-wrapper .form-row button[type=submit] {
    width: 100%;
  }
  .review-form-wrapper .wide-half {
    width: 100%;
  }
  .review-form-wrapper .wide-half:nth-last-child(odd) {
    margin-left: 0;
  }
  .brand-panigations-block.version-2 {
    text-align: center;
  }
  .brand-panigations-block.version-2 ul li a.next {
    margin-left: 0;
  }
  .brand-panigations-block.version-2 .result-count {
    width: 100%;
    margin-top: 15px;
  }
  .sumary-product .product-attribute .rating {
    margin-top: 0;
    padding-top: 8px;
  }
  .rating .star-rating {
    margin-top: 10px;
  }
  .sumary-product .product-attribute {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .sumary-product .product-attribute .review-count {
    margin-right: 17px;
    margin-top: 10px;
  }
  .sumary-product .product-attribute .qa-text,
  .sumary-product .product-attribute .category {
    margin-left: 0;
    margin-right: 17px;
    margin-top: 10px;
  }
  .sumary-product .product-attribute .product-atts .atts-item,
  .sumary-product .product-attribute .title,
  .sumary-product .product-attribute .excerpt {
    max-width: 100%;
  }
  .sumary-product .product-attribute .product-atts {
    width: 100%;
  }
  .sumary-product .media {
    width: 100%;
  }
  .sumary-product .action-form {
    width: 100%;
    margin-top: 33px;
  }
  .product-category .products-list .product-item:not(:last-child) .pr-detail-layout {
    border-bottom: 1px solid #666;
    margin-bottom: 40px;
  }
  .pr-detail-layout .info .buttons .btn:not(.add-to-cart-btn) {
    display: none;
  }
  .pr-detail-layout .product-thumb {
    width: 100%;
  }
  .pr-detail-layout .info {
    width: 100%;
    padding: 0;
  }
  .pr-detail-layout .info .categories {
    margin-top: 24px;
    width: 100%;
    font-size: 16px;
    color: #7faf51;
    font-weight: 700;
  }
  .pr-detail-layout .info .product-title {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    margin: 13px 0 0;
  }
  .pr-detail-layout .info .excerpt {
    margin: 20px 0 0;
    width: 100%;
  }
  .pr-detail-layout .info .buttons {
    margin-bottom: 23px;
  }
  .pr-detail-layout .info .buttons .add-to-cart-btn {
    min-width: 100%;
    padding: 13px;
  }
  .top-functions-area {
    display: inline-block;
    margin-top: 35px;
    background-color: #fafafa;
    border: 1px solid #efefef;
    padding: 9px 8px 1px;
    padding-bottom: 15px;
    padding-top: 24px;
  }
  .top-functions-area .flt-item.group-on-mobile .wrap-selectors {
    width: 290px;
    margin-left: -145px;
    padding: 15px;
  }
  .top-functions-area .viewmode-selector .viewmode {
    margin-left: 5px;
  }
  .top-functions-area .flt-item .flt-title {
    display: none;
  }
  .top-functions-area .flt-item.to-right .nice-select.orderby {
    border-radius: 0;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
  }
  .top-functions-area .flt-item.to-right .nice-select.orderby .current {
    padding: 5px 0 7px;
    width: 118px;
  }
}
@media (max-width: 479px) {
  .payment-methods.layout-02 .payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .payment-methods.layout-02 .payments li:not(:last-child) {
    margin-right: 0;
  }
  .post-item .post-content .post-archive .author {
    margin-left: 0;
    display: block;
  }
  .main-slide .slick-arrow {
    display: none !important;
  }
}
/*==============================*/
.xs-margin-top-0 {
  margin-top: 0;
}

.xs-margin-top-10px {
  margin-top: 10px;
}

.xs-margin-top-19px {
  margin-top: 19px;
}

.xs-margin-top-20px {
  margin-top: 20px;
}

.xs-margin-top-25px {
  margin-top: 25px;
}

.xs-margin-top-30px {
  margin-top: 30px;
}

.xs-margin-top-30px-im {
  margin-top: 30px !important;
}

.xs-margin-top-33px {
  margin-top: 33px;
}

.xs-margin-top-34px {
  margin-top: 34px;
}

.xs-margin-top-36px {
  margin-top: 36px;
}

.xs-margin-top-40px {
  margin-top: 40px;
}

.xs-margin-top-45px {
  margin-top: 45px;
}

.xs-margin-top-50px-im {
  margin-top: 50px !important;
}

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

.xs-margin-top-60px {
  margin-top: 60px;
}

.xs-margin-top-65px {
  margin-top: 65px;
}

.xs-margin-top-80px {
  margin-top: 80px;
}

.xs-margin-top-80px-im {
  margin-top: 80px !important;
}

.xs-margin-top-90px {
  margin-top: 90px;
}

.xs-margin-top-100 {
  margin-top: 100px;
}

/*--------------------------*/
.xs-margin-bottom-15px {
  margin-bottom: 15px;
}

.xs-margin-bottom-16px {
  margin-bottom: 16px;
}

.xs-margin-bottom-25 {
  margin-bottom: 25px;
}

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

.xs-margin-bottom-36px {
  margin-bottom: 36px;
}

.xs-margin-bottom-33px {
  margin-bottom: 33px;
}

.xs-margin-bottom-40-im {
  margin-bottom: 40px !important;
}

.xs-margin-bottom-46px {
  margin-bottom: 46px;
}

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

.xs-margin-bottom-66px {
  margin-bottom: 66px;
}

.xs-margin-bottom-50px {
  margin-bottom: 50px;
}

.xs-margin-bottom-50px-im {
  margin-bottom: 50px !important;
}

.xs-margin-bottom-60px-im {
  margin-bottom: 60px !important;
}

.xs-margin-bottom-80px {
  margin-bottom: 80px;
}

/*--------------------------*/
.xs-padding-top-10px {
  padding-top: 10px;
}

.xs-padding-top-30px {
  padding-top: 30px;
}

.xs-padding-bottom-50px {
  padding-bottom: 50px;
}

/*--------------------------*/
.width-100percent {
  width: 100%;
}

.width-90percent {
  width: 90%;
}

.width-80percent {
  width: 80%;
}

.width-40percent {
  width: 40%;
}

.width-30percent {
  width: 30%;
}

.width-20percent {
  width: 20%;
}

.width-10percent {
  width: 10%;
}

.min-height-346px {
  min-height: 346px;
}

@media (min-width: 768px) {
  .sm-margin-top_-1px {
    margin-top: -1px;
  }
  .sm-margin-top-0 {
    margin-top: 0;
  }
  .sm-margin-top-0-im {
    margin-top: 0 !important;
  }
  .sm-margin-top-11px {
    margin-top: 11px;
  }
  .sm-margin-top-19px {
    margin-top: 19px;
  }
  .sm-margin-top-23px {
    margin-top: 23px;
  }
  .sm-margin-top-25px {
    margin-top: 25px;
  }
  .sm-margin-top-27px {
    margin-top: 27px;
  }
  .sm-margin-top-30px {
    margin-top: 30px;
  }
  .sm-margin-top-30px-im {
    margin-top: 30px !important;
  }
  .sm-margin-top-32px {
    margin-top: 32px;
  }
  .sm-margin-top-33px {
    margin-top: 33px;
  }
  .sm-margin-top-34px {
    margin-top: 34px;
  }
  .sm-margin-top-37px {
    margin-top: 37px;
  }
  .sm-margin-top-39px {
    margin-top: 39px;
  }
  .sm-margin-top-40px {
    margin-top: 40px;
  }
  .sm-margin-top-44px {
    margin-top: 44px;
  }
  .sm-margin-top-45px {
    margin-top: 45px;
  }
  .sm-margin-top-49px {
    margin-top: 49px;
  }
  .sm-margin-top-50px {
    margin-top: 50px;
  }
  .sm-margin-top-53px {
    margin-top: 53px;
  }
  .sm-margin-top-54px {
    margin-top: 54px;
  }
  .sm-margin-top-55px {
    margin-top: 55px;
  }
  .sm-margin-top-59px {
    margin-top: 59px;
  }
  .sm-margin-top-60px {
    margin-top: 60px;
  }
  .sm-margin-top-61px {
    margin-top: 61px;
  }
  .sm-margin-top-62px {
    margin: 62px 0 0;
  }
  .sm-margin-top-63px {
    margin: 63px 0 0;
  }
  .sm-margin-top-64px {
    margin-top: 64px;
  }
  .sm-margin-top-70px {
    margin-top: 70px;
  }
  .sm-margin-top-71px {
    margin-top: 71px;
  }
  .sm-margin-top-74px {
    margin-top: 74px;
  }
  .sm-margin-top-76px {
    margin-top: 76px;
  }
  .sm-margin-top-80px {
    margin-top: 80px;
  }
  .sm-margin-top-84px {
    margin-top: 84px;
  }
  .sm-margin-top-93px {
    margin-top: 93px;
  }
  .sm-margin-top-96px {
    margin-top: 96px;
  }
  .sm-margin-top-100px {
    margin-top: 100px;
  }
  .sm-margin-top-112px {
    margin-top: 112px;
  }
  .sm-margin-top-193px {
    margin-top: 93px;
  }
  .sm-margin-top_58px {
    margin-top: -58px;
  }
  /*--------------------------*/
  .sm-margin-bottom-0 {
    margin-bottom: 0;
  }
  .sm-margin-bottom-0-im {
    margin-bottom: 0 !important;
  }
  .sm-margin-bottom-24px {
    margin-bottom: 24px;
  }
  .sm-margin-bottom-26px {
    margin-bottom: 26px;
  }
  .sm-margin-bottom-35-im {
    margin-bottom: 35px !important;
  }
  .sm-margin-bottom-36px {
    margin-bottom: 36px;
  }
  .sm-margin-bottom-57px {
    margin-bottom: 57px;
  }
  .sm-margin-bottom-57-im {
    margin-bottom: 57px !important;
  }
  .sm-margin-bottom-70px {
    margin-bottom: 70px;
  }
  .sm-margin-bottom-73px {
    margin-bottom: 73px;
  }
  .sm-margin-bottom-76px {
    margin-bottom: 76px;
  }
  .sm-margin-bottom-77px {
    margin-bottom: 77px;
  }
  .sm-margin-bottom-80px {
    margin-bottom: 80px;
  }
  .sm-margin-bottom-89px {
    margin-bottom: 89px;
  }
  .sm-margin-bottom-120px {
    margin-bottom: 120px;
  }
  /*--------------------------*/
  .sm-padding-top-14px {
    padding-top: 14px;
  }
  .sm-padding-top-48px {
    padding-top: 48px;
  }
  .sm-padding-top-54px {
    padding-bottom: 54px;
  }
  .sm-padding-top-64px {
    padding-top: 66px;
  }
  .sm-padding-top-75px {
    padding-top: 75px;
  }
  .sm-padding-top-72px {
    padding-bottom: 72px;
  }
  /*--------------------------*/
  .sm-padding-bottom-80px {
    padding-bottom: 80px;
  }
  .sm-padding-bottom-39px {
    padding-bottom: 39px;
  }
  .header-area.layout-05 .header-middle {
    margin-bottom: 32px;
  }
  .tab-head__icon-top-layout.background-tab-include a {
    line-height: 0;
  }
  .tab-head__icon-top-layout.background-tab-include a > span:not(.brand-icon) {
    display: block;
    font-size: 24px;
    text-transform: capitalize;
    color: #888888;
    line-height: 1;
    font-weight: 600;
  }
  .tab-head__icon-top-layout.background-tab-include .active a > span:not(.brand-icon) {
    color: #dd6b0c;
  }
  .tab-head__icon-top-layout.background-tab-include .brand-icon {
    background-image: url(../images/home-01/tab-bg-01.png);
    display: inline-block;
    width: 106px;
    text-align: center;
    padding: 30px;
    color: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-bottom: 3px;
  }
  .tab-head__icon-top-layout.background-tab-include .elm-02 .brand-icon {
    background-image: url(../images/home-01/tab-bg-02.png);
  }
  .tab-head__icon-top-layout.background-tab-include .elm-03 .brand-icon {
    background-image: url(../images/home-01/tab-bg-03.png);
  }
  .tab-head__icon-top-layout.background-tab-include .elm-04 .brand-icon {
    background-image: url(../images/home-01/tab-bg-04.png);
  }
  .tab-head__icon-top-layout.background-tab-include .active .brand-icon {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header-area.layout-01 .header-middle {
    padding: 20px 0 28px;
  }
  .header-area.layout-01 .header-middle .brand-logo {
    margin-top: 7px;
    display: block;
  }
  .header-area.layout-01 .header-middle .header-search-bar {
    padding-top: 1px;
  }
  .tab-head__icon-top-layout.type-02 a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 6px;
  }
  .footer.layout-02 .footer-item .section-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .md-full-width {
    width: 100%;
  }
  .md-max-width-270px {
    max-width: 270px;
  }
  .md-width-970 {
    width: 970px;
  }
  .md-width-750 {
    width: 750px;
  }
  .md-width-640 {
    width: 640px;
  }
  .md-margin-top_10px {
    margin-top: -10px !important;
  }
  .md-margin-top-0 {
    margin-top: 0;
  }
  .md-margin-top-6px {
    margin-top: 6px;
  }
  .md-margin-top-5px {
    margin-top: 5px;
  }
  .md-margin-top-9 {
    margin-top: 9px;
  }
  .md-margin-top-50px {
    margin-top: 50px;
  }
  .md-margin-top-61px {
    margin-top: 61px;
  }
  .md-margin-top-74px {
    margin-top: 74px;
  }
  /*-------------------------------*/
  .md-margin-bottom-0 {
    margin-bottom: 0;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-35-im {
    margin-bottom: 35px !important;
  }
  .md-margin-bottom-39 {
    margin-bottom: 39px;
  }
  .md-margin-bottom-46 {
    margin-bottom: 46px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-83 {
    margin-bottom: 83px;
  }
  .md-padding-top-55 {
    padding-top: 55px;
  }
  .md-padding-left-23 {
    padding-left: 23px;
  }
  .md-padding-left-25 {
    padding-left: 25px;
  }
  .md-padding-left-50 {
    padding-left: 50px;
  }
  .md-padding-left-57 {
    padding-left: 57px;
  }
  /***************************************************/
  .brand-brd-container:not(.transparent-effect) figure {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .brand-brd-container:not(.transparent-effect) figure > img {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .brand-brd-container:not(.transparent-effect):hover figure > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .post-item.effect-04 .thumbnail, .post-item.effect-03 .thumbnail, .post-item.effect-02 .thumbnail, .post-item.effect-01 .thumbnail {
    position: relative;
    overflow: hidden;
  }
  .post-item.effect-04 .thumbnail > a, .post-item.effect-02 .thumbnail > a, .post-item.effect-01 .thumbnail > a {
    display: block;
  }
  .post-item.effect-04 .thumbnail > a::before, .post-item.effect-01 .thumbnail > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    z-index: 5;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .post-item.effect-04 .thumbnail > a::after, .post-item.effect-01 .thumbnail > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .post-item.effect-04 .thumbnail:hover .post-date, .post-item.effect-01 .thumbnail:hover .post-date {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .post-item.effect-04 .thumbnail:hover > a::before, .post-item.effect-01 .thumbnail:hover > a::before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    visibility: visible;
  }
  .post-item.effect-04 .thumbnail:hover > a::after, .post-item.effect-01 .thumbnail:hover > a::after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .post-item.effect-02 .thumbnail img {
    display: inline-block;
    -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
  }
  .post-item.effect-02 .thumbnail:hover img {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
  }
  .post-item.effect-03 .thumbnail > a:before, .post-item.effect-02 .thumbnail > a:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 4;
    -webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .post-item.effect-03 .thumbnail:hover > a:before, .post-item.effect-02 .thumbnail:hover > a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .post-item.effect-04 .thumbnail img, .post-item.effect-03 .thumbnail img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .post-item.effect-04 .thumbnail:hover img, .post-item.effect-03 .thumbnail:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .product-category.grid-style .products-list li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-area.layout-01 .brand-sticky-object:not(.pre-sticky) .brand-cart-info {
    margin-top: 6px;
  }
  .header-area.layout-01 .brand-sticky-object .primary-menu {
    margin-top: 16px;
    position: relative;
    margin-left: -30px;
    padding-left: 30px;
  }
  .header-area.layout-01 .brand-sticky-object .primary-menu > ul {
    position: initial;
  }
  .header-area:not(.layout-01):not(.layout-02) .primary-menu > ul .wrap-megamenu {
    margin-left: -30px;
  }
  .header-area.layout-01 .brand-cart-info .minicart-block {
    margin-left: 0;
  }
  .brand-popup .modal-dialog {
    min-width: 770px;
    margin-top: 200px;
  }
  .brand-title-box__bold-center .subtitle {
    margin: 0;
  }
  .brand-title-box__bold-center .main-title {
    font-size: 40px;
    margin-top: 6px;
  }
  .brand-title-box__icon-at-top-style .main-title {
    font-size: 40px;
    margin-top: 4px;
  }
  .header-area.layout-02 .mobile-search-content {
    display: block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .header-area.layout-02 .mobile-search .mobile-search-content {
    display: block;
  }
  body.open-mobile-search .header-area.layout-02 .mobile-search-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #sidebar.mobile-version {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    overflow: hidden;
  }
  .scale-effect.contain-product .product-thumb {
    overflow: hidden;
    background: #fafafa !important;
  }
  .scale-effect.contain-product .product-thumb .link-to-product {
    overflow: hidden;
  }
  .scale-effect.contain-product .product-thumb .link-to-product > img {
    display: inline-block;
    -webkit-transition: transform 350ms ease;
    -moz-transition: transform 350ms ease;
    -ms-transition: transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
  }
  .scale-effect.contain-product:hover .product-thumb .link-to-product > img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
  .contain-product:not(.pr-detail-layout):not(.contain-product__right-info-layout):not(.contain-product__deal-layout):not(.none-overlay):not(.style-widget) .product-thumb {
    padding: 10px 10px 10px 10px;
  }
  .advance-product-box_countdown .contain-product .product-thumb {
    padding: 11px 8px 0 !important;
  }
  .page-contain {
    position: relative;
  }
  .page-contain:not(.category-page) {
    z-index: 10;
  }
  .page-contain #sidebar:not(.blog-sidebar) {
    margin-top: -6px;
  }
  .page-contain.right-sidebar.category-page #main-content {
    margin-top: -10px;
  }
  .page-contain.left-sidebar.category-page #main-content {
    margin-top: -10px;
  }
  .page-contain.left-sidebar #main-content {
    float: right;
  }
  .brand-carousel.products-list:not(.default-product-style) {
    margin: -5px -15px;
  }
  .brand-carousel.products-list:not(.default-product-style) .slick-list {
    padding: 5px;
  }
  .brand-carousel.products-list.vertical-layout-02 {
    margin: -15px;
  }
  .brand-carousel.products-list.vertical-layout-02 .slick-list {
    padding: 15px;
  }
  .brand-carousel.products-list:not(.default-product-style):hover {
    margin-bottom: -150px;
  }
  .brand-carousel.products-list:not(.default-product-style):hover .slick-list {
    padding-bottom: 150px;
  }
  .contain-product.layout-02:hover, .contain-product.layout-default:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  .header-search-bar.layout-01 .input-text {
    max-width: 450px;
  }
  .brand-sticky-object.pre-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: -110%;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    background-color: #ffffff;
    z-index: 50;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
  }
  .brand-sticky-object.pre-sticky.is-sticky {
    top: 0;
  }
  .header-area.layout-01 .brand-sticky-object.pre-sticky .primary-menu {
    margin-top: 15px;
  }
  .contain-product.layout-default .info {
    position: relative;
  }
  .contain-product.layout-default .slide-down-box {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
    background-color: #ffffff;
    padding-top: 11px;
    padding-bottom: 30px;
  }
  .contain-product.layout-default:hover .slide-down-box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .brand-nav.nav-86px {
    margin-top: 38px;
    margin-bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .lg-width-1170 {
    width: 1170px;
  }
  .lg-width-900 {
    width: 900px;
  }
  .lg-width-800 {
    width: 800px;
  }
  .lg-margin-top-0 {
    margin-top: 0;
  }
  .lg-margin-top-14px {
    margin-top: 14px;
  }
  .lg-margin-top-23px {
    margin-top: 23px;
  }
  .lg-margin-bottom-0 {
    margin-bottom: 0;
  }
  .lg-margin-bottom-26px-im {
    margin-bottom: 26px !important;
  }
  .lg-margin-top-30px {
    margin-top: 30px;
  }
  .lg-margin-bottom-72 {
    margin-bottom: 72px;
  }
  .lg-padding-left-23 {
    padding-left: 23px;
  }
  .lg-padding-left-25 {
    padding-left: 25px;
  }
  .lg-padding-left-50 {
    padding-left: 50px;
  }
  /*--------------------------------*/
  .md-boder-left-30 {
    position: relative;
  }
  .md-boder-left-30::before {
    content: "";
    width: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: -31px;
    bottom: 0;
    background-color: #e6e6e6;
  }
  .col-lg-2 > .contain-product.layout-default .slide-down-box .buttons {
    padding: 0;
  }
  .col-lg-2 > .contain-product.layout-default .slide-down-box .buttons .add-to-cart-btn {
    padding: 10px;
  }
  .col-lg-12 > .pr-detail-layout .info .categories,
  .col-lg-12 > .pr-detail-layout .info .product-title,
  .col-lg-12 > .pr-detail-layout .info .excerpt,
  .col-lg-12 > .pr-detail-layout .info .price,
  .col-lg-12 > .pr-detail-layout .info .buttons {
    max-width: 100%;
  }
  .sumary-product .brand-countdown > span + span {
    margin-left: 20px;
  }
  .sumary-product .product-attribute .price + div:not(.product-atts) {
    max-width: 368px;
  }
  .sumary-product .product-attribute .price + div.grouped-product-list {
    width: calc(100% - 30px);
    max-width: inherit;
  }
  .content-404 .button:hover:before {
    width: 16px;
    opacity: 1;
  }
  .contain-product__deal-layout .slide-down-box .buttons .btn:not(.add-to-cart-btn) {
    padding: 6px 14px;
  }
  .service-inner:not(.style-02) {
    width: auto;
    text-align: left;
  }
  .service-inner:not(.style-02) .srv-name {
    width: auto;
    display: block;
  }
  .header-area.layout-03 .header-search-bar.layout-01 .input-text {
    max-width: 500px;
  }
  .transparent-effect img {
    -webkit-transition: opacity 350ms ease;
    -moz-transition: opacity 350ms ease;
    -ms-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  .transparent-effect:not(:hover) img {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .footer-midle-pst.v2 {
    margin-top: 59px;
  }
}
/*==============================*/
@media (min-width: 768px) and (max-width: 1199px) {
  .tab-head__icon-top-layout .brand-icon {
    font-size: 35px;
  }
  .tab-head__icon-top-layout a {
    font-size: 20px;
  }
  .products-list.vertical-layout-02 li {
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-possition-relative {
    position: relative;
  }
  .md-possition-initial,
  .header-area.layout-01 .brand-sticky-object .primary-menu {
    position: static;
  }
  .shpcart-subtotal-block .btn-checkout .btn {
    max-width: 175px;
  }
  .post-item.style-left-info .thumbnail {
    width: 320px;
  }
  .header-area.layout-01 .primary-menu > ul > li + li {
    margin-left: 25px;
  }
  .minicart-block.layout-02 .icon-contain .sub-total,
  .minicart-block.layout-02 .icon-contain .btn-to-cart {
    display: none;
  }
  .minicart-block.layout-02 .icon-contain .span-index {
    border-right: 2px solid #e6e6e6;
    border-radius: 50%;
    padding: 0 10px;
    width: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sumary-product .brand-countdown > span + span {
    margin-left: 20px;
  }
  .sumary-product .product-attribute {
    padding-top: 0;
  }
  .top-functions-area {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .advance-product-box_countdown .brand-countdown > span + span {
    margin-left: 4px;
  }
}
@media (max-width: 1100px) {
  .brand-carousel.nav-none-on-mobile.nav-center-02 .slick-arrow.prev, .brand-carousel.nav-none-on-mobile.nav-center-02 .slick-arrow.next {
    display: none !important;
  }
}

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