/******************************************************************
  Template Name: Male Fashion
  Description: Male Fashion - ecommerce teplate
  Author: Colorib
  Author URI: https://www.colorib.com/
  Version: 1.0
  Created: Colorib 
******************************************************************/
/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Banner Section
6.  Product Section
7.  Intagram Section
8.  Latest Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body {
  height: 100%;
  /*font-family: 'Nunito Sans', sans-serif;*/
  font-family: "Noto Sans TC", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/
.section-title {
  margin-bottom: 45px;
  text-align: center;
}
.section-title span {
  color: #FCB623;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}
.section-title h2 {
  color: #111111;
  font-weight: 700;
  line-height: 46px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  color: #ffffff;
  background: #000000;
  letter-spacing: 4px;
}

.white-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  border: 1px solid #D9D9D9;
  color: #ffffff;
  background: #fff;
  color: #111111;
  letter-spacing: 4px;
}
.white-btn:hover {
  color: #111111;
}

.site-btn {
  font-size: 14px;
  color: #ffffff;
  background: #111111;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 30px;
}

.update-btn {
  font-size: 14px;
  color: #ffffff;
  background: #111111;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 30px;
  min-width: 120px;
}

.cancel-btn {
  font-size: 14px;
  color: #111111;
  background: #fff;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 30px;
  border: 1px solid #e1e1e1;
  min-width: 120px;
}

/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -31px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
  background-image: url(../img/icon/icon_loading.svg);
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
    /*border: 4px solid #f44336;
    border-left-color: transparent;*/
  }
  50% {
    transform: rotate(180deg);
    /*border: 4px solid #673ab7;
    border-left-color: transparent;*/
  }
  100% {
    transform: rotate(360deg);
    /*border: 4px solid #f44336;
    border-left-color: transparent;*/
  }
}
.spacial-controls {
  position: fixed;
  width: 111px;
  height: 91px;
  top: 0;
  right: 0;
  z-index: 999;
}

.spacial-controls .search-switch {
  display: block;
  height: 100%;
  padding-top: 30px;
  background: #323232;
  text-align: center;
  cursor: pointer;
}

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
}

.search-model-form {
  padding: 0 15px;
}

.search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: 0 0;
  color: #999;
}

.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .spad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*---------------------
  Header
-----------------------*/
.header {
  background: #ffffff;
}
.header .row {
  align-items: center;
}

.header__top {
  background: #111111;
  padding: 10px 0;
}

.header__top__left p {
  color: #ffffff;
  margin-bottom: 0;
}

.header__top__right {
  text-align: right;
  position: relative;
  min-height: 30px;
}

.header__top__links {
  display: inline-block;
  /*margin-right: 25px;*/
  position: absolute;
  right: 45px;
}
.header__top__links a {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 28px;
  display: inline-flex;
  align-items: center;
  line-height: 2;
}
.header__top__links a img {
  margin-right: 5px;
}
.header__top__links a:last-child {
  margin-right: 0;
}

.header__top__hover {
  display: inline-block;
  /*position: relative;*/
  position: absolute;
  right: 12px;
}
.header__top__hover:hover ul {
  top: 24px;
  opacity: 1;
  visibility: visible;
}
.header__top__hover span {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-flex;
  align-items: center;
  line-height: 2;
  cursor: pointer;
}
.header__top__hover span img {
  margin-right: 8px;
}
.header__top__hover span i {
  font-size: 20px;
  position: relative;
  top: 3px;
  right: 2px;
}
.header__top__hover ul {
  background: #111111;
  display: inline-block;
  padding: 2px 0;
  position: absolute;
  left: 0;
  top: 44px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  min-width: 113px;
  transition: all, 0.3s;
}
.header__top__hover ul li {
  list-style: none;
  font-size: 13px;
  color: #fff;
  padding: 2px 15px;
  cursor: pointer;
  text-align: center;
}
.header__top__hover ul li a {
  color: #fff;
  padding: 5px 0;
  display: block;
}
.header__top__hover ul li a:hover {
  color: #FCB623;
}

.header__logo {
  padding: 30px 0;
}
.header__logo a {
  display: inline-block;
}
.header__logo a img {
  width: 179px;
}

.header__menu {
  text-align: center;
  padding: 26px 0 25px;
}
.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.header__menu ul li.active a:after {
  transform: scale(1);
}
.header__menu ul li:hover a:after {
  transform: scale(1);
}
.header__menu ul li:hover .dropdown {
  top: 32px;
  opacity: 1;
  visibility: visible;
}
.header__menu ul li:last-child {
  margin-right: 0;
}
.header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 56px;
  width: 150px;
  background: #111111;
  text-align: left;
  padding: 5px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all, 0.3s;
}
.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}
.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 20px;
  text-transform: capitalize;
}
.header__menu ul li .dropdown li a:after {
  display: none;
}
.header__menu ul li .dropdown li a:hover {
  color: #FCB623;
}
.header__menu ul li a {
  font-size: 18px;
  color: #0C3934;
  display: block;
  font-weight: 600;
  position: relative;
  padding: 3px 0;
}
.header__menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FCB623;
  content: "";
  transition: all, 0.5s;
  transform: scale(0);
}

.header__nav__option {
  text-align: right;
  padding: 30px 0;
}
.header__nav__option a {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.header__nav__option a span {
  color: #0d0d0d;
  font-size: 11px;
  position: absolute;
  left: 5px;
  top: 8px;
}
.header__nav__option a:last-child {
  margin-right: 0;
}
.header__nav__option a.cart span {
  position: absolute;
  left: 15px;
  top: 6px;
  display: inline-block;
  background-color: #ed1c24;
  width: 8px;
  height: 8px;
  border-radius: 100px;
}
.header__nav__option .price {
  font-size: 15px;
  color: #0C3934;
  font-weight: 700;
  display: inline-block;
  margin-left: -20px;
  position: relative;
  top: 3px;
}

.offcanvas-menu-wrapper {
  display: none;
}

.canvas__open {
  display: none;
}

@media (max-width: 1200px) {
  .header .container {
    max-width: 100%;
  }
  .header .container .row {
    width: 100%;
  }
  .header .container .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .header .container .col-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .header__logo {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .header__nav__option {
    display: inline-block !important;
    position: absolute;
    right: 55px;
    /*top: -63px;*/
    top: 0px;
    padding: 0;
  }
  .header__nav__option a.order {
    display: none;
  }
  .header .container .col-lg-3 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .header .container .col-md-6 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .header .container .col-lg-3.col-md-3 + .col-lg-6.col-md-6 {
    display: none;
  }
  .header .container .col-lg-6.col-md-6 + .col-lg-3.col-md-3 {
    position: absolute;
    right: 10px;
    top: 33px;
    max-width: 65%;
    flex: 0 0 65%;
  }
}
@media (max-width: 767px) {
  .header .container .col-lg-6.col-md-6 + .col-lg-3.col-md-3 {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .header .container .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header .container .col-lg-6.col-md-6 + .col-lg-3.col-md-3 {
    top: 25px;
  }
}
/*---------------------
  Hero
-----------------------*/
.hero__slider.owl-carousel .owl-item.active .hero__text h6 {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}
.hero__slider.owl-carousel .owl-item.active .hero__text p {
  top: 0;
  opacity: 1;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 4px #000000;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1;
  display: inline-flex !important;
  align-items: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn span {
  display: inline-block;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn span b {
  display: block;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn span b:nth-child(1) {
  font-size: 12px;
  letter-spacing: 1px;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn span b:nth-child(2) {
  font-size: 14px;
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn span:nth-child(2) {
  margin-left: 10px;
}
.hero__slider.owl-carousel .owl-item .hero__text h2 img {
  max-width: 350px;
}
.hero__slider.owl-carousel .owl-item .hero__text .primary-btn {
  padding-bottom: 20px;
  display: inline-flex !important;
  align-items: center;
  padding-bottom: 20px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.hero__slider.owl-carousel .owl-item .hero__text .primary-btn span {
  display: inline-block;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.hero__slider.owl-carousel .owl-item .hero__text .primary-btn span b {
  display: block;
}
.hero__slider.owl-carousel .owl-item .hero__text .primary-btn span b:nth-child(1) {
  font-size: 12px;
  letter-spacing: 1px;
}
.hero__slider.owl-carousel .owl-item .hero__text .primary-btn span b:nth-child(2) {
  font-size: 14px;
}
.hero__slider.owl-carousel .owl-item .hero__text .primary-btn span:nth-child(2) {
  margin-left: 10px;
}
.hero__slider.owl-carousel .owl-nav button {
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 75px;
  top: 50%;
  margin-top: -18px;
  line-height: 29px;
}
.hero__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 75px;
}

.hero__items {
  /*height: 800px;
  padding-top: 230px;*/
}
.hero__items .img img {
  width: 100%;
}
.hero__items .container {
  position: absolute;
  right: 0;
  top: 25vw;
  height: 100%;
  max-width: initial;
  padding: 0;
  left: 16.5vw;
}

.hero__text h6 {
  color: #e53637;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 28px;
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all, 0.3s;
}
.hero__text h2 {
  color: #0C3934;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 30px;
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all, 0.6s;
}
.hero__text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all, 0.9s;
}
.hero__text p .icon {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  display: inline-block;
}
.hero__text .primary-btn {
  position: relative;
  top: 100px;
  opacity: 0;
  display: inline-flex !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  transition: all, 1.1s;
}
.hero__text .primary-btn span {
  font-size: 24px;
  position: relative;
  top: 4px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__social {
  margin-top: 190px;
}
.hero__social a {
  font-size: 16px;
  color: #3d3d3d;
  display: inline-block;
  margin-right: 32px;
}
.hero__social a:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .hero__slider.owl-carousel .owl-item .hero__text h2 img {
    max-width: 450px;
  }
  .hero__slider.owl-carousel .owl-item .hero__text .primary-btn {
    padding: 5px 10px 12px 10px;
  }
}
@media (max-width: 768px) {
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    left: auto !important;
    right: 15px !important;
    top: 60% !important;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-prev {
    top: 60% !important;
  }
  .hero__slider.owl-carousel .hero__text {
    /*padding-left: 30px;*/
  }
  .hero__slider.owl-carousel .hero__text h2 img {
    max-width: 400px;
  }
  .hero__slider.owl-carousel .owl-item .hero__text .primary-btn {
    transform: scale(0.8);
    transform-origin: 0% 50%;
  }
}
@media (max-width: 640px) {
  .hero__text .primary-btn span {
    font-size: 20px;
  }
  .hero__text h2 {
    margin-left: 5vw;
  }
  .hero__text p {
    margin-left: 5vw;
  }
  .hero__text .primary-btn {
    /*margin-left: 5vw;*/
  }
  .hero__slider.owl-carousel .owl-nav button {
    font-size: 24px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 5px !important;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-prev {
    left: 5px !important;
  }
  .hero__slider.owl-carousel .owl-item .hero__text {
    padding-left: 0px;
  }
  .hero__slider.owl-carousel .owl-item .hero__text h2 img {
    max-width: 220px;
  }
  .hero__slider.owl-carousel .owl-item .hero__text .primary-btn {
    padding: 5px 10px 10px 10px;
  }
}
@media (max-width: 480px) {
  .hero__slider.owl-carousel .owl-item .hero__text .primary-btn {
    transform: scale(0.5);
  }
}
/*---------------------
  Banner
-----------------------*/
.blog {
  padding-bottom: 55px;
}

.banner__item {
  position: relative;
  overflow: hidden;
}
.banner__item:hover .banner__item__text a:after {
  width: 40px;
  background: #e53637;
}
.banner__item.banner__item--middle {
  margin-top: -75px;
}
.banner__item.banner__item--middle .banner__item__pic {
  float: none;
}
.banner__item.banner__item--middle .banner__item__text {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  padding-top: 22px;
}
.banner__item.banner__item--last {
  margin-top: 100px;
}

.banner__item__pic {
  float: right;
}

.banner__item__text {
  max-width: 300px;
  position: absolute;
  left: 0;
  top: 140px;
}
.banner__item__text h2 {
  color: #111111;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 10px;
}
.banner__item__text a {
  display: inline-block;
  color: #0C3934;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 3px 0;
  position: relative;
}
.banner__item__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0C3934;
  content: "";
  transition: all, 0.3s;
}

/*---------------------
  Categories
-----------------------*/
.categories {
  background: #f3f2ee;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 125px;
}

.categories__text {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.categories__text:before {
  position: absolute;
  left: -485px;
  top: 0;
  height: 300px;
  width: 600px;
  background: #ffffff;
  z-index: -1;
  content: "";
}
.categories__text h2 {
  color: #b7b7b7;
  line-height: 72px;
  font-size: 34px;
}
.categories__text h2 span {
  font-weight: 700;
  color: #0C3934;
}

.categories__hot__deal {
  position: relative;
  z-index: 5;
}
.categories__hot__deal img {
  min-width: 100%;
}

.hot__deal__sticker {
  height: 100px;
  width: 100px;
  background: #0C3934;
  border-radius: 50%;
  padding-top: 22px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -36px;
}
.hot__deal__sticker span {
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 4px;
}
.hot__deal__sticker h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.categories__deal__countdown span {
  color: #e53637;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}
.categories__deal__countdown h2 {
  color: #0C3934;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 25px;
}
.categories__deal__countdown .categories__deal__countdown__timer {
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: -30px;
}
.categories__deal__countdown .categories__deal__countdown__timer .cd-item {
  width: 25%;
  float: left;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.categories__deal__countdown .categories__deal__countdown__timer .cd-item:after {
  position: absolute;
  right: 0;
  top: 7px;
  content: ":";
  font-size: 24px;
  font-weight: 700;
  color: #3d3d3d;
}
.categories__deal__countdown .categories__deal__countdown__timer .cd-item:last-child:after {
  display: none;
}
.categories__deal__countdown .categories__deal__countdown__timer .cd-item span {
  color: #0C3934;
  font-weight: 700;
  display: block;
  font-size: 36px;
}
.categories__deal__countdown .categories__deal__countdown__timer .cd-item p {
  margin-bottom: 0;
}

/*---------------------
  Instagram
-----------------------*/
.instagram {
  padding-bottom: 0;
}

.instagram__pic__item {
  width: 33.33%;
  float: left;
  height: 261px;
  background-position: center center;
}

.instagram__text {
  padding-top: 130px;
}
.instagram__text h2 {
  color: #0C3934;
  font-weight: 700;
  margin-bottom: 30px;
}
.instagram__text p {
  margin-bottom: 65px;
}
.instagram__text h3 {
  color: #e53637;
  font-weight: 700;
}

.banners .banner-list {
  padding: 30px 0;
  max-width: 1850px;
  margin: 0 auto;
}
.banners .banner-list .item {
  text-align: center;
}
.banners .banner-list .item img {
  width: 100%;
}

.categorys .title {
  height: 80px;
  background-image: url(../img/home/title_deco.png);
  background-repeat: repeat-x;
  background-position: center;
  text-align: center;
  background-size: auto 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.categorys .title h4 {
  font-size: 12px;
  color: #FCB623;
  margin-top: 5px;
}
.categorys .title h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-top: 5px;
}
.categorys .title a {
  min-width: 148px;
  min-height: 40px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: #111111;
  font-size: 14px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.categorys .title a img {
  margin-left: 10px;
}
.categorys .title a:hover {
  background-color: #FCB623;
}
.categorys .home-category {
  margin: 60px 0;
}
.categorys .home-category .product__item__pic {
  height: 350px;
}
.categorys .home-blog {
  margin: 60px 0;
}
.categorys .faq-list {
  margin: 60px 0;
}
.categorys .faq-list .item {
  margin: 15px 0;
}
.categorys .faq-list .item .box {
  border-radius: 4px;
  border: 1px solid #0C3934;
  padding: 20px;
  color: #111111;
}
.categorys .faq-list .item .box h3 {
  font-size: 20px;
  font-weight: 700;
}
.categorys .faq-list .item .box p {
  font-size: 18px;
  display: none;
  margin-bottom: 0;
  margin-top: 15px;
}
.categorys .faq-list .item .box ul {
  margin-left: 1.5em;
  display: none;
}
.categorys .faq-list .item .box ol {
  margin-left: 1.25em;
  display: none;
}
.categorys .faq-list .item .box .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.categorys .faq-list .item .box .two-cols .col01 {
  width: calc(100% - 20px);
}
.categorys .faq-list .item .box .two-cols .col02 {
  width: 20px;
}
.categorys .faq-list .item .box .two-cols .col02 button {
  background-color: transparent;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categorys .faq-list .item.active p {
  display: block;
}
.categorys .faq-list .item.active ul, .categorys .faq-list .item.active ol {
  display: block;
}
.categorys .faq-list .item.active .two-cols .col02 button {
  transform: rotate(90deg);
}

@media (max-width: 1850px) {
  .banners .banner-list {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .categorys .home-category .product__item__pic {
    height: 23.4vw;
  }
  .categorys .home-blog .blog__item__pic {
    height: 23.4vw;
  }
}
@media (max-width: 920px) {
  .categorys .home-category .product__item__pic {
    height: 35vw;
  }
  .categorys .home-blog .blog__item__pic {
    height: 35vw;
  }
}
@media (max-width: 820px) {
  .categorys .home-blog .col-lg-4.col-md-6.col-sm-6 {
    padding-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .categorys .title {
    background-image: url(../img/home/title_deco_mobile.png);
  }
  .categorys .title a {
    right: 15px;
    min-width: 102px;
    min-height: 37px;
    top: 25px;
  }
  .categorys .title a img {
    display: none;
  }
  .categorys .home-category .col-lg-4.col-md-6.col-sm-6 {
    width: 50%;
    padding: 0 5px;
  }
  .categorys .home-category .product__item__pic {
    height: 43vw;
  }
  .categorys .home-blog .col-lg-4.col-md-6.col-sm-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .categorys .home-blog .col-lg-4.col-md-6.col-sm-6 .blog__item {
    margin: 15px 0;
  }
  .categorys .home-blog .col-lg-4.col-md-6.col-sm-6 .blog__item .blog__item__pic {
    height: 75vw;
  }
}
/*---------------------
  Product
-----------------------*/
.product {
  padding-top: 0;
  padding-bottom: 60px;
}

.filter__controls {
  text-align: center;
  margin-bottom: 45px;
}
.filter__controls li {
  color: #b7b7b7;
  font-size: 24px;
  font-weight: 700;
  list-style: none;
  display: inline-block;
  margin-right: 88px;
  cursor: pointer;
}
.filter__controls li:last-child {
  margin-right: 0;
}
.filter__controls li.active {
  color: #0C3934;
}

.product__item {
  overflow: hidden;
  /*margin-bottom: 40px;*/
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.product__item.sale .product__item__pic .label {
  color: #ffffff;
  background: #0C3934;
}
.product__item.sale .product__item__text .rating i {
  color: #f7941d;
}
.product__item.sale .product__item__text .rating i:nth-last-child(1) {
  color: #b7b7b7;
}
.product__item:hover .product__item__pic .product__hover {
  right: 20px;
  opacity: 1;
}
.product__item:hover .product__item__text a {
  top: 22px;
  opacity: 1;
  visibility: visible;
  color: #FCB623;
}
.product__item:hover .product__item__text h5 {
  color: #FCB623;
  /*opacity: 0;*/
}
.product__item:hover .product__item__text h6 {
  /*opacity: 0;*/
}
.product__item:hover .product__item__text h6 a {
  top: 0;
  color: #0C3934;
  font-size: 15px;
}
.product__item:hover .product__item__text .product__color__select {
  opacity: 1;
}

.product__item__pic {
  height: 260px;
  position: relative;
  background-position: center center;
}
.product__item__pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.product__item__pic a.favorite {
  position: relative;
  display: inline-block;
}
.product__item__pic a.favorite img:nth-child(1) {
  position: relative;
}
.product__item__pic a.favorite img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.product__item__pic a.favorite:hover img:nth-child(1), .product__item__pic a.favorite:active img:nth-child(1) {
  opacity: 0;
}
.product__item__pic a.favorite:hover img:nth-child(2), .product__item__pic a.favorite:active img:nth-child(2) {
  opacity: 1;
}
.product__item__pic a.favorite.active img:nth-child(1) {
  opacity: 0;
}
.product__item__pic a.favorite.active img:nth-child(2) {
  opacity: 1;
}
.product__item__pic a.favorite.active:hover img:nth-child(1), .product__item__pic a.favorite.active:active img:nth-child(1) {
  opacity: 1;
}
.product__item__pic a.favorite.active:hover img:nth-child(2), .product__item__pic a.favorite.active:active img:nth-child(2) {
  opacity: 0;
}
.product__item__pic .label {
  color: #0C3934;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 15px 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 20px;
}
.product__item__pic .product__hover {
  position: absolute;
  right: -200px;
  top: 20px;
  transition: all, 0.8s;
}
.product__item__pic .product__hover li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
.product__item__pic .product__hover li:hover span {
  opacity: 1;
  visibility: visible;
}
.product__item__pic .product__hover li span {
  color: #ffffff;
  background: #0C3934;
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  position: absolute;
  left: -78px;
  top: 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all, 0.3s;
}
.product__item__pic .product__hover li span:after {
  position: absolute;
  right: -2px;
  top: 5px;
  height: 15px;
  width: 15px;
  background: #0C3934;
  content: "";
  transform: rotate(45deg);
  z-index: -1;
}
.product__item__pic .product__hover li img {
  background: #ffffff;
  padding: 10px;
  display: inline-block;
}

.product__item__text {
  padding-top: 25px;
  position: relative;
}
.product__item__text a {
  font-size: 15px;
  color: #FCB623;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 88;
  cursor: pointer;
  transition: all, 0.3s;
}
.product__item__text a.add-cart {
  font-size: 18px;
}
.product__item__text h6 {
  color: #0C3934;
  font-size: 15px;
  font-weight: 600;
  /*margin-bottom: 5px;*/
  margin-top: 10px;
  transition: all, 0.3s;
}
.product__item__text h6 a {
  position: relative;
  color: #0C3934;
  opacity: 1;
  top: 0;
  visibility: visible;
}
.product__item__text .rating {
  margin-bottom: 6px;
}
.product__item__text .rating i {
  font-size: 14px;
  color: #b7b7b7;
  margin-right: -5px;
}
.product__item__text h5 {
  color: #0d0d0d;
  font-weight: 700;
}
.product__item__text .product__color__select {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all, 0.5s;
}
.product__item__text .product__color__select label {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}
.product__item__text .product__color__select label.c-1 {
  background: #0b090c;
}
.product__item__text .product__color__select label.c-2 {
  background: #20315f;
}
.product__item__text .product__color__select label.c-3 {
  background: #f1af4d;
}
.product__item__text .product__color__select label.c-4 {
  background: #ed1c24;
}
.product__item__text .product__color__select label.c-5 {
  background: #5e64d1;
}
.product__item__text .product__color__select label.c-9 {
  background: #ffffff;
  outline: 1px solid #e5e5e5;
}
.product__item__text .product__color__select label.black {
  background: #404a47;
}
.product__item__text .product__color__select label.grey {
  background: #d5a667;
}
.product__item__text .product__color__select label.active.c-9 {
  outline: none;
}
.product__item__text .product__color__select label.active:after {
  opacity: 1;
}
.product__item__text .product__color__select label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 18px;
  width: 18px;
  border: 1px solid #b9b9b9;
  content: "";
  border-radius: 50%;
  opacity: 0;
}
.product__item__text .product__color__select label input {
  position: absolute;
  visibility: hidden;
}

.product__color {
  position: absolute;
  right: 0;
  bottom: 25px;
}
.product__color span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100px;
}
.product__color span.yellow01 {
  background-color: #DCB15C;
}
.product__color span.blue01 {
  background-color: #024C9F;
}
.product__color span.green01 {
  background-color: #0C3934;
}

@media (max-width: 640px) {
  .product__item__text h5 {
    font-size: 16px;
  }
  .product__color {
    bottom: -3px;
  }
}
/*---------------------
  Shop
-----------------------*/
.shop__sidebar {
  padding-right: 20px;
}

.shop__sidebar__search {
  margin-bottom: 45px;
}
.shop__sidebar__search form {
  position: relative;
}
.shop__sidebar__search form input {
  width: 100%;
  font-size: 15px;
  color: #b7b7b7;
  padding-left: 20px;
  border: 1px solid #e5e5e5;
  height: 42px;
}
.shop__sidebar__search form input::-moz-placeholder {
  color: #b7b7b7;
}
.shop__sidebar__search form input::placeholder {
  color: #b7b7b7;
}
.shop__sidebar__search form button {
  color: #b7b7b7;
  font-size: 15px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 0;
  height: 100%;
}

.shop__sidebar__accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 25px;
}
.shop__sidebar__accordion .card:last-child {
  margin-bottom: 0;
}
.shop__sidebar__accordion .card:last-child .card-body {
  padding-bottom: 0;
  border-bottom: none;
}
.shop__sidebar__accordion .card-none {
  margin-bottom: 25px;
}
.shop__sidebar__accordion .card-none .card-heading a:after {
  background-color: transparent;
  content: "";
  display: none;
}
.shop__sidebar__accordion .card-body {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.shop__sidebar__accordion .card-heading {
  cursor: pointer;
}
.shop__sidebar__accordion .card-heading a {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.shop__sidebar__accordion .card-heading a:hover {
  color: #FCB623;
}
.shop__sidebar__accordion .shop__dropdown {
  position: relative;
}
.shop__sidebar__accordion .shop__dropdown .shop__btn {
  display: none;
  flex-wrap: wrap;
  border: 1px solid #919191;
  padding: 5px 8px;
}
.shop__sidebar__accordion .shop__dropdown .shop__btn a {
  display: block;
  position: relative;
  width: 100%;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.shop__sidebar__accordion .shop__dropdown.active .shop__btn a:after {
  transform: rotate(-90deg);
}

.shop__sidebar__categories ul, .shop__sidebar__price ul, .shop__sidebar__brand ul {
  /*height: 225px;*/
}
.shop__sidebar__categories ul li, .shop__sidebar__price ul li, .shop__sidebar__brand ul li {
  list-style: none;
}
.shop__sidebar__categories ul li a, .shop__sidebar__price ul li a, .shop__sidebar__brand ul li a {
  color: #b7b7b7;
  font-size: 15px;
  line-height: 32px;
  transition: all, 0.3s;
}
.shop__sidebar__categories ul li a:hover, .shop__sidebar__price ul li a:hover, .shop__sidebar__brand ul li a:hover {
  color: #0C3934;
}

.shop__sidebar__brand ul {
  height: auto;
}

.shop__sidebar__price ul {
  height: auto;
}

.shop__sidebar__size {
  padding-top: 15px;
}
.shop__sidebar__size label {
  color: #0C3934;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 25px;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer;
}
.shop__sidebar__size label.active {
  background: #0C3934;
  color: #ffffff;
  border-color: #0C3934;
}
.shop__sidebar__size label input {
  position: absolute;
  visibility: hidden;
}

.shop__sidebar__color {
  padding-top: 15px;
}
.shop__sidebar__color label {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
.shop__sidebar__color label.c-1 {
  background: #0b090c;
}
.shop__sidebar__color label.c-2 {
  background: #20315f;
}
.shop__sidebar__color label.c-3 {
  background: #f1af4d;
}
.shop__sidebar__color label.c-4 {
  background: #636068;
}
.shop__sidebar__color label.c-5 {
  background: #57594d;
}
.shop__sidebar__color label.c-6 {
  background: #e8bac4;
}
.shop__sidebar__color label.c-7 {
  background: #d6c1d7;
}
.shop__sidebar__color label.c-8 {
  background: #ed1c24;
}
.shop__sidebar__color label.c-9 {
  background: #ffffff;
}
.shop__sidebar__color label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 36px;
  width: 36px;
  border: 1px solid #e5e5e5;
  content: "";
  border-radius: 50%;
}
.shop__sidebar__color label input {
  position: absolute;
  visibility: hidden;
}

.shop__sidebar__tags {
  padding-top: 15px;
}
.shop__sidebar__tags a {
  color: #404040;
  font-size: 13px;
  font-weight: 700;
  background: #f1f5f8;
  padding: 5px 18px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 6px;
  margin-bottom: 10px;
  transition: all, 0.3s;
}
.shop__sidebar__tags a:hover {
  background: #0C3934;
  color: #ffffff;
}

.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion .card-heading > a.active[aria-expanded=false]:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 700;
  color: #0C3934;
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 20px;
}

.shop__sidebar__accordion .card-heading.active a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 700;
  color: #FCB623;
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 20px;
  transform: rotate(180deg);
}

.shop__product__option {
  margin-bottom: 45px;
}
.shop__product__option p {
  color: #0C3934;
  margin-bottom: 0;
}

.shop__product__option__right {
  text-align: right;
}
.shop__product__option__right p {
  display: inline-block;
  margin-bottom: 0;
}
.shop__product__option__right .nice-select {
  float: none;
  display: inline-block;
  padding: 0;
  line-height: 26px;
  height: auto;
  border: none;
  padding-right: 28px;
}
.shop__product__option__right .nice-select:after {
  border-bottom: 1.5px solid #111111;
  border-right: 1.5px solid #111111;
  height: 8px;
  right: 12px;
  width: 8px;
}
.shop__product__option__right .nice-select span {
  color: #0C3934;
  font-size: 15px;
  font-weight: 700;
}
.shop__product__option__right .nice-select .list {
  border-radius: 0;
}

.product__pagination {
  padding-top: 25px;
  text-align: center;
}
.product__pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  /*line-height: 30px;*/
  line-height: 1.5;
  text-align: center;
}
.product__pagination a.active {
  border-color: #111111;
}
.product__pagination a:hover {
  border-color: #111111;
}
.product__pagination span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  padding-left: 10px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .shop__sidebar__accordion {
    margin-bottom: 30px;
  }
  .shop__sidebar__accordion .shop__dropdown .shop__btn {
    display: flex;
  }
  .shop__sidebar__accordion .shop__dropdown.active .accordion {
    display: block;
  }
  .shop__sidebar__accordion .card-none, .shop__sidebar__accordion .card {
    margin-bottom: 15px;
  }
  .shop__sidebar__accordion .accordion {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 88;
    background-color: #fff;
    border: 1px solid #919191;
    padding: 15px 8px;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .shop__sidebar {
    display: none;
  }
}
/*---------------------
  Shop
-----------------------*/
.product__details__pic {
  text-align: center;
  background: #f3f2ee;
  padding: 40px 0 60px;
  margin-bottom: 100px;
}
.product__details__pic .row {
  display: flex;
  flex-wrap: wrap;
}
.product__details__pic .row .col-lg-6.col-md-9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product__details__pic .mobile-tab {
  display: none;
}
.product__details__pic .nav-tabs {
  border-bottom: none;
  width: 120px;
}
.product__details__pic .nav-tabs .nav-item {
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.product__details__pic .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.product__details__pic .nav-tabs .nav-item .nav-link {
  padding: 0;
  display: block;
}
.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
  height: 95px;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic i {
  height: 56px;
  width: 56px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  display: inline-block;
  text-align: center;
}
.product__details__pic .nav-tabs .nav-item.show .nav-link, .product__details__pic .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}

.product__details__breadcrumb {
  margin-bottom: 30px;
}
.product__details__breadcrumb a {
  font-size: 15px;
  color: #0C3934;
  margin-right: 18px;
  display: inline-block;
  position: relative;
}
.product__details__breadcrumb a:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "\f105";
  font-family: "FontAwesome";
}
.product__details__breadcrumb span {
  font-size: 15px;
  color: #b7b7b7;
  display: inline-block;
}

.product__details__pic__item {
  position: relative;
}
.product__details__pic__item a {
  height: 56px;
  width: 56px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
}

.product__details__text {
  text-align: center;
}
.product__details__text h4 {
  color: #0C3934;
  font-weight: 700;
  margin-bottom: 10px;
}
.product__details__text .rating {
  margin-bottom: 20px;
}
.product__details__text .rating i {
  font-size: 15px;
  color: #f7941d;
  display: inline-block;
  margin-right: -5px;
}
.product__details__text .rating span {
  display: inline-block;
  color: #3d3d3d;
  margin-left: 5px;
}
.product__details__text h3 {
  color: #0d0d0d;
  font-weight: 700;
  margin-bottom: 16px;
}
.product__details__text h3 span {
  color: #b7b7b7;
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
  text-decoration: line-through;
}
.product__details__text p {
  margin-bottom: 35px;
}

.product__details__option {
  margin-bottom: 30px;
}

.product__details__option__size {
  display: inline-block;
  margin-right: 50px;
}
.product__details__option__size span {
  color: #0C3934;
  display: inline-block;
  margin-right: 10px;
}
.product__details__option__size label {
  color: #0C3934;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 15px;
  margin-bottom: 0;
  margin-right: 5px;
  cursor: pointer;
}
.product__details__option__size label.active {
  background: #0C3934;
  color: #ffffff;
  border-color: #0C3934;
}
.product__details__option__size label input {
  position: absolute;
  visibility: hidden;
}

.product__details__option__color {
  display: inline-block;
  position: relative;
  top: 10px;
}
.product__details__option__color span {
  color: #0C3934;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -9px;
}
.product__details__option__color label {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
}
.product__details__option__color label.c-1 {
  background: #0b090c;
}
.product__details__option__color label.c-2 {
  background: #20315f;
}
.product__details__option__color label.c-3 {
  background: #f1af4d;
}
.product__details__option__color label.c-4 {
  background: #ed1c24;
}
.product__details__option__color label.c-9 {
  background: #ffffff;
}
.product__details__option__color label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 36px;
  width: 36px;
  border: 1px solid #e5e5e5;
  content: "";
  border-radius: 50%;
}
.product__details__option__color label:hover:after, .product__details__option__color label.active:after {
  border: 1px solid #FCB623;
}
.product__details__option__color label input {
  position: absolute;
  visibility: hidden;
}

.product__details__cart__option {
  margin-bottom: 25px;
}
.product__details__cart__option .quantity {
  display: inline-block;
  margin-right: 20px;
}
.product__details__cart__option .quantity .pro-qty {
  width: 100px;
  height: 40px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.product__details__cart__option .quantity .pro-qty input {
  color: #0d0d0d;
  font-size: 15px;
  font-weight: 700;
  width: 70px;
  height: 100%;
  text-align: center;
  border: none;
}
.product__details__cart__option .quantity .pro-qty .qtybtn {
  font-size: 18px;
  color: #0d0d0d;
  position: absolute;
  right: 15px;
  top: 3px;
  height: 10px;
  width: 10px;
  cursor: pointer;
  font-weight: 600;
}
.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
  top: 10px;
  transform: rotate(180deg);
}
.product__details__cart__option .quantity .pro-qty .qtybtn.dec {
  transform: rotate(180deg);
  top: 26px;
}

.product__details__cart__collect {
  text-align: center;
}
.product__details__cart__collect a {
  display: inline-block;
  font-size: 15px;
  color: #111111;
  font-weight: 700;
}
.product__details__cart__collect a span {
  display: inline-block;
  width: 20px;
  position: relative;
  margin-right: 10px;
}
.product__details__cart__collect a span img {
  position: relative;
}
.product__details__cart__collect a span img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0;
}
.product__details__cart__collect a:hover {
  color: #FCB623;
}
.product__details__cart__collect a:hover span img:nth-child(1) {
  opacity: 0;
}
.product__details__cart__collect a:hover span img:nth-child(2) {
  opacity: 1;
}

.product__details__btns__option {
  margin-bottom: 40px;
}
.product__details__btns__option a {
  display: inline-block;
  font-size: 13px;
  color: #3d3d3d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 20px;
}
.product__details__btns__option a:last-child {
  margin-right: 0;
}

.product__details__last__option h5 {
  color: #0C3934;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-bottom: 26px;
}
.product__details__last__option h5 span {
  background: #ffffff;
  padding: 0 30px;
}
.product__details__last__option h5:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 1px;
  width: 460px;
  background: #e5e5e5;
  content: "";
  z-index: -1;
  margin: 0 auto;
}
.product__details__last__option ul {
  padding-top: 40px;
}
.product__details__last__option ul li {
  list-style: none;
  font-size: 15px;
  color: #0C3934;
  font-weight: 700;
  line-height: 30px;
}
.product__details__last__option ul li span {
  font-weight: 400;
  color: #b7b7b7;
}

.product__details__tab {
  padding-top: 60px;
}
.product__details__tab .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
  justify-content: center;
}
.product__details__tab .nav-tabs .nav-item {
  margin-right: 50px;
}
.product__details__tab .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.product__details__tab .nav-tabs .nav-item .nav-link {
  font-size: 20px;
  color: #b7b7b7;
  padding: 0;
  border: none;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.product__details__tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #FCB623;
}
.product__details__tab figure.image img {
  height: auto;
}

.product__details__tab__content {
  padding-top: 35px;
  margin-bottom: 100px;
}
.product__details__tab__content ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.product__details__tab__content ul li {
  /*
  color: $heading-color;
  font-size: 18px;
  font-weight: 700; 
  */
  font-size: inherit;
}
.product__details__tab__content ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.product__details__tab__content ol li {
  font-size: inherit;
}
.product__details__tab__content iframe {
  max-width: 100%;
}

.note {
  color: #0C3934;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 25px;
}

.product__details__tab__content__item {
  margin-bottom: 30px;
  /*
  h5 {
      color: $heading-color;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 12px;
  }

  p {
      margin-bottom: 0;
      font-size: 12px;
  }
  */
}
.product__details__tab__content__item:last-child {
  margin-bottom: 0;
}
.product__details__tab__content__item h2, .product__details__tab__content__item h3, .product__details__tab__content__item h4, .product__details__tab__content__item h5 {
  margin-bottom: 1em;
}
.product__details__tab__content__item p {
  font-size: inherit;
  margin-bottom: 1em;
}

/*---------------------
  Related
-----------------------*/
.related {
  padding-bottom: 55px;
}

.related-title {
  color: #0C3934;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 768px) {
  .product__details__tab .nav-tabs .nav-item {
    margin-bottom: 0 !important;
  }
  .product__details__tab .nav-tabs .nav-item .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .product__details__tab__content iframe {
    height: 55vw;
  }
  .product__details__tab__content img {
    max-width: 100%;
    height: auto !important;
  }
}
@media (max-width: 640px) {
  .product__details__pic .row .col-lg-3.col-md-3 {
    display: none;
  }
  .product__details__pic .mobile-tab {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product__details__pic .mobile-tab .nav-tabs {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .product__details__pic .mobile-tab .nav-tabs .nav-item {
    width: 97px;
    margin: 8px;
  }
  .product__details__pic .mobile-tab .nav-tabs .nav-item .nav-link .product__thumb__pic {
    height: 70px;
  }
}
/*---------------------
  Footer
-----------------------*/
.footer {
  background: #0C3934;
  padding-top: 70px;
}
.footer .society {
  text-align: right;
  margin-top: 50px;
}
.footer .society a {
  position: relative;
  display: inline-block;
}
.footer .society a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.footer .society a:hover img:nth-child(1) {
  opacity: 0;
}
.footer .society a:hover img:nth-child(2) {
  opacity: 1;
}
.footer .society a.phone {
  display: none;
}

.footer__about {
  margin-bottom: 30px;
}
.footer__about .footer__logo {
  margin-bottom: 30px;
}
.footer__about .footer__logo a {
  display: inline-block;
}
.footer__about .footer__logo img {
  width: 179px;
}
.footer__about p {
  color: #b7b7b7;
  margin-bottom: 20px;
}
.footer__about p.small {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.6;
}
.footer__about p.small a {
  color: #b7b7b7;
}
.footer__about p.small a:hover {
  color: #FCB623;
}

.footer__widget {
  margin-bottom: 30px;
}
.footer__widget h6 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.footer__widget ul li {
  line-height: 36px;
  list-style: none;
}
.footer__widget ul li a {
  color: #b7b7b7;
  font-size: 15px;
}
.footer__widget .footer__newslatter p {
  color: #b7b7b7;
}
.footer__widget .footer__newslatter form {
  position: relative;
}
.footer__widget .footer__newslatter form input {
  width: 100%;
  font-size: 15px;
  color: #3d3d3d;
  background: transparent;
  border: none;
  padding: 15px 0;
  border-bottom: 2px solid #ffffff;
}
.footer__widget .footer__newslatter form input::-moz-placeholder {
  color: #3d3d3d;
}
.footer__widget .footer__newslatter form input::placeholder {
  color: #3d3d3d;
}
.footer__widget .footer__newslatter form button {
  color: #b7b7b7;
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
}

.footer__copyright__text {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin-top: 40px;
}
.footer__copyright__text p {
  color: #FCB623;
  margin-bottom: 0;
}
.footer__copyright__text p i {
  color: #e53637;
}
.footer__copyright__text p a {
  color: #fff;
  margin-left: 15px;
}
.footer__copyright__text p a:hover {
  color: #FCB623;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 50px;
}
.footer__links .footer__widget {
  margin-left: 50px;
}
.footer__links .footer__widget h6 a {
  color: #fff;
}
.footer__links .footer__widget h6 a:hover {
  color: #FCB623;
}

.row-copyright {
  margin-left: 0;
  margin-right: 0;
}

.offcanvas__nav__option {
  text-align: left !important;
}

.offcanvas__option {
  margin-bottom: 0 !important;
}
.offcanvas__option .slicknav_nav a {
  display: flex;
}
.offcanvas__option .slicknav_nav a span {
  width: calc(100% - 15px);
  display: flex;
  align-items: center;
  text-align: left;
}
.offcanvas__option .slicknav_nav a span img {
  margin-right: 8px;
}
.offcanvas__option .slicknav_nav a .slicknav_arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon/icon_arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.offcanvas__option .slicknav_nav .dropdown {
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
}
.offcanvas__option .slicknav_nav .slicknav_open .slicknav_arrow {
  transform: rotate(90deg);
}
.offcanvas__option .slicknav_nav .slicknav_open .dropdown {
  height: auto;
}

#mobile-menu-wrap {
  border-bottom: 1px solid #919191;
  padding-top: 10px;
  border-top: 1px solid #919191;
  margin-bottom: 20px;
}
#mobile-menu-wrap .slicknav_menu {
  margin-bottom: 10px;
}

.slicknav_parent .slicknav_item.slicknav_row {
  display: flex;
}
.slicknav_parent .slicknav_item.slicknav_row a {
  width: calc(100% - 15px);
  display: block;
}
.slicknav_parent .slicknav_item.slicknav_row .slicknav_arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon/icon_arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.slicknav_parent.slicknav_open .slicknav_item.slicknav_row .slicknav_arrow {
  transform: rotate(90deg);
}
.slicknav_parent .dropdown li a {
  color: #B7B7B7;
}
.slicknav_parent .dropdown li a:hover {
  color: #FCB623;
}

.popup {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 47, 47, 0.5);
}
.popup.active {
  display: flex;
}
.popup .box {
  background-color: #fff;
  width: 526px;
  padding: 30px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.popup .box .close {
  text-align: right;
  float: none;
  opacity: 1;
}
.popup .box .close i {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #f3f2ee;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.popup .box .head {
  text-align: center;
}
.popup .box .head img {
  width: 183px;
}
.popup .box .info h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.popup .box .action {
  text-align: center;
  margin-top: 20px;
}
.popup .box .action button {
  min-width: 148px;
  padding: 8px 0;
  border: none;
}
.popup.popupMessage .box i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/icon_close_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  line-height: 20px;
}
.popup.popupForm .form {
  margin-top: 30px;
}
.popup.popupForm .form .item {
  margin-bottom: 10px;
  font-size: 16px;
}
.popup.popupForm .form .item .label {
  color: #9BA5A7;
  line-height: 2;
}
.popup.popupForm .form .item .controller input {
  border: 1px solid #CDD2D3;
  min-height: 40px;
  color: #212529;
  width: 100%;
  padding: 0 10px;
}
.popup.popupForm .form .item .controller.controller-password {
  position: relative;
}
.popup.popupForm .form .item .controller.controller-password i {
  background-image: url(../img/icon/icon_eye_open.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 26px;
  height: 24px;
  right: 10px;
  top: 8px;
}
.popup.popupForm .form .item .controller.controller-password.hide i {
  background-image: url(../img/icon/icon_eye_close.svg);
}
.popup.popupForm .form .item .controller.controller-validate-code .img-code {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popup.popupForm .form .item .controller.controller-validate-code .img-code .img {
  width: 155px;
}
.popup.popupForm .form .item .controller.controller-validate-code .img-code .img img {
  max-width: 1550px;
}
.popup.popupForm .form .item .controller.controller-validate-code .img-code .code {
  width: calc(100% - 155px);
  position: relative;
}
.popup.popupForm .form .item .controller.controller-validate-code .img-code .code .refresh {
  display: inline-block;
  color: #FCB623;
  position: absolute;
  right: 0;
  top: -30px;
}
.popup.popupForm .form .item .controller.controller-validate-code .img-code .code .refresh a {
  color: #FCB623;
}
.popup.popupForm .form .item .controller.controller-calendar {
  position: relative;
}
.popup.popupForm .form .item .controller.controller-calendar input {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.popup.popupForm .form .item .controller.controller-calendar i {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 1;
  display: inline-block;
  background-image: url(../img/icon/icon_calendar_yellow.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.popup.popupForm .form .item.action button {
  width: 100%;
  min-height: 40px;
  font-size: 15px;
}
.popup.popupForm .form .item.forgot {
  text-align: center;
  padding: 30px 0;
}
.popup.popupForm .form .item.forgot a {
  color: #FCB623;
}
.popup.popupForm .form .item.remark {
  color: #111111;
  line-height: 1.8;
}
.popup.popupForm .join-login-member {
  border-top: 1px solid #B7B7B7;
  padding: 30px 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #444444;
  margin-left: -30px;
  margin-right: -30px;
}
.popup.popupForm .join-login-member a {
  color: #FCB623;
}
.popup.popupForm .join-login-member.member-login {
  margin-top: 50px;
}
.popup.popupReturnRequest .close i {
  display: inline-block;
  background-image: url(../img/icon/icon_popup_close_black.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.popup.popupReturnRequest .info {
  padding: 0 20px;
}
.popup.popupReturnRequest .info p {
  font-size: 16px;
  color: #1B1B1B;
}
.popup.popupReturnRequest .info .operations-process {
  position: relative;
}
.popup.popupReturnRequest .info .operations-process:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #B7B7B7;
  z-index: 1;
}
.popup.popupReturnRequest .info .operations-process .item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.popup.popupReturnRequest .info .operations-process .item b {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #0C3934;
  margin-right: 5px;
}
.popup.popupReturnRequest .action {
  text-align: center;
  margin-top: 20px;
}
.popup.popupReturnRequest .action .btn-black {
  min-width: 148px;
  min-height: 37px;
  background-color: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .footer {
    padding-top: 30px;
  }
  .footer .society {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer__links {
    display: block;
    padding-top: 0;
  }
  .footer__links .footer__widget {
    margin-left: 0;
  }
  .footer__copyright__text {
    margin-top: 0;
  }
  .footer .society a.phone {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .slicknav_nav .slicknav_row, .slicknav_nav a {
    color: #111;
  }
  .offcanvas__nav__option a {
    display: flex !important;
    align-items: center;
    margin-right: 0;
    color: #111;
    font-weight: 600;
    font-size: 0.875em;
    padding: 10px 0;
  }
  .offcanvas__nav__option a span {
    display: inline-block;
    width: 20px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center;
    margin-right: 8px !important;
  }
}
@media (max-width: 640px) {
  .popup .box {
    width: 80%;
  }
  .popup .box .info h3 {
    font-size: 14px;
  }
  .popup.popupReturnRequest .info {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .popup.popupForm .box {
    width: 100%;
  }
}
/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-option {
  background: #0C3934;
  padding: 40px 0;
}

.breadcrumb__text h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}

.breadcrumb__links a {
  font-size: 15px;
  color: #fff;
  margin-right: 18px;
  display: inline-block;
  position: relative;
}
.breadcrumb__links a:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "\f105";
  font-family: "FontAwesome";
}
.breadcrumb__links span {
  font-size: 15px;
  color: #b7b7b7;
  display: inline-block;
}

/*---------------------
  Breadcrumb Blog
-----------------------*/
.breadcrumb-blog {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.breadcrumb-blog h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

/*---------------------
  About
-----------------------*/
.about {
  padding-bottom: 70px;
  padding-top: 0;
}

.about__pic {
  margin-bottom: 35px;
}
.about__pic img {
  min-width: 100%;
}

.about__item {
  margin-bottom: 30px;
  /*
  h4 {
      color: #111111;
      font-weight: 700;
      margin-bottom: 10px;
  }

  p {
      margin-bottom: 0;
  }
  */
}
.about__item h2, .about__item h3, .about__item h4, .about__item h5 {
  margin-bottom: 1rem;
}
.about__item p {
  font-size: initial;
  margin-top: 0;
  margin-bottom: 1rem;
}
.about__item ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.about__item ul li {
  font-size: initial;
}
.about__item ol {
  margin-left: 1.3em;
  margin-bottom: 1em;
}
.about__item ol li {
  font-size: initial;
}

.team.spad .info h2, .team.spad .info h3, .team.spad .info h4, .team.spad .info h5 {
  margin-bottom: 1em;
}
.team.spad .info p {
  font-size: initial;
  margin-top: 0;
  margin-bottom: 1em;
}
.team.spad .info ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.team.spad .info ul li {
  font-size: initial;
}
.team.spad .info ol {
  margin-left: 1.3em;
  margin-bottom: 1em;
}
.team.spad .info ol li {
  font-size: initial;
}

/*---------------------
  Testimonial
-----------------------*/
.testimonial {
  background: #f3f2ee;
}

.testimonial__text {
  text-align: center;
  /*padding: 130px 150px 175px;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  height: 100%;
  /*
  span {
      color: $yellow-color;
      font-size: 72px;
  }

  h3{
      color: #0C3934;
      font-weight: 700;
      margin: 20px 0;
      font-style: italic;
  }
  p {
      color: $heading-color;
      font-size: 20px;
      font-style: italic;
      line-height: 30px;
      padding-top: 12px;
      margin-bottom: 25px;
  }
  */
}
.testimonial__text h2, .testimonial__text h3, .testimonial__text h4, .testimonial__text h5 {
  margin-bottom: 1em;
}
.testimonial__text p {
  font-size: initial;
  margin-top: 0;
  margin-bottom: 1em;
}

.testimonial__author {
  display: inline-block;
}

.testimonial__author__pic {
  float: left;
  margin-right: 20px;
}
.testimonial__author__pic img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.testimonial__author__text {
  overflow: hidden;
  padding-top: 3px;
}
.testimonial__author__text h5 {
  color: #0C3934;
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonial__author__text p {
  color: #b7b7b7;
  margin-bottom: 0 !important;
  padding-top: 0;
}

.testimonial__pic {
  /*height: 600px;*/
}

/*---------------------
  Counter
-----------------------*/
.counter {
  padding-bottom: 0;
}
.counter .container {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 70px;
}

.counter__item {
  margin-bottom: 30px;
  overflow: hidden;
}
.counter__item .counter__item__number {
  float: left;
  margin-right: 15px;
}
.counter__item .counter__item__number h2 {
  color: #FCB623;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  display: inline-block;
}
.counter__item .counter__item__number strong {
  color: #FCB623;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  display: inline-block;
}
.counter__item span {
  display: block;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  overflow: hidden;
}

/*---------------------
  Testimonial
-----------------------*/
.team {
  padding-bottom: 70px;
}

.team__item {
  margin-bottom: 30px;
}
.team__item img {
  min-width: 100%;
  margin-bottom: 25px;
}
.team__item h4 {
  color: #0C3934;
  font-weight: 700;
  margin-bottom: 8px;
}
.team__item span {
  font-size: 15px;
  display: block;
  color: #b7b7b7;
}

/*---------------------
  Clients
-----------------------*/
.clients {
  padding-top: 0;
  padding-bottom: 25px;
}

.client__item {
  display: block;
  margin-bottom: 75px;
  text-align: center;
}

@media (max-width: 640px) {
  .col-lg-3.col-md-6.col-sm-6 {
    text-align: center;
  }
  .col-lg-3.col-md-6.col-sm-6 .counter__item {
    display: inline-flex;
  }
  .col-lg-3.col-md-6.col-sm-6 .counter__item span {
    text-align: left;
  }
  .col-lg-3.col-md-6.col-sm-6 .counter__item .counter__item__number {
    /*width: 165px;*/
  }
  .team.spad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .team.spad .info {
    width: 100%;
  }
}
/*---------------------
  Shopping Cart
-----------------------*/
.shopping__cart__table {
  margin-bottom: 30px;
}
.shopping__cart__table table {
  width: 100%;
}
.shopping__cart__table table thead {
  border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table thead tr th {
  color: #0C3934;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.shopping__cart__table table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table tbody tr td {
  padding-bottom: 30px;
  padding-top: 30px;
}
.shopping__cart__table table tbody tr td.product__cart__item {
  width: 400px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
  float: left;
  margin-right: 30px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text {
  overflow: hidden;
  padding-top: 21px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h6 {
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h5 {
  color: #0d0d0d;
  font-weight: 700;
}
.shopping__cart__table table tbody tr td.quantity__item {
  width: 175px;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
  width: 80px;
  height: 40px;
  border: 1px solid #e5e5e5;
  position: relative;
  display: flex;
  align-items: center;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 input {
  width: 50px;
  border: none;
  text-align: center;
  color: #0C3934;
  font-size: 16px;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 .qtybtn {
  font-size: 16px;
  color: #888888;
  width: 10px;
  cursor: pointer;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 .fa-angle-left {
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  top: 18px;
  color: #0d0d0d;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 .fa-angle-right {
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  top: 0px;
  color: #0d0d0d;
}
.shopping__cart__table table tbody tr td.cart__price {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  width: 140px;
}
.shopping__cart__table table tbody tr td.cart__close i {
  font-size: 18px;
  color: #111111;
  height: 40px;
  width: 40px;
  background: #f3f2ee;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.continue__btn.update__btn {
  text-align: right;
}
.continue__btn.update__btn a {
  color: #ffffff;
  background: #0C3934;
  border-color: #0C3934;
}
.continue__btn.update__btn a i {
  margin-right: 5px;
}
.continue__btn a {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 14px 35px;
  display: inline-block;
}

.cart__discount {
  margin-bottom: 60px;
}
.cart__discount h6 {
  color: #0C3934;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.cart__discount form {
  position: relative;
}
.cart__discount form input {
  font-size: 14px;
  color: #b7b7b7;
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
}
.cart__discount form input::-moz-placeholder {
  color: #b7b7b7;
}
.cart__discount form input::placeholder {
  color: #b7b7b7;
}
.cart__discount form button {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #0C3934;
  padding: 0 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.cart__total {
  background: #f3f2ee;
  padding: 35px 40px 40px;
}
.cart__total h6 {
  color: #0C3934;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cart__total ul {
  margin-bottom: 25px;
}
.cart__total ul li {
  list-style: none;
  font-size: 16px;
  color: #444444;
  line-height: 40px;
  overflow: hidden;
}
.cart__total ul li span {
  font-weight: 700;
  color: #111111;
  float: right;
}
.cart__total ul li span.gray {
  color: #B7B7B7;
}
.cart__total .primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  text-align: center;
  letter-spacing: 2px;
}
.cart__total .primary-btn i {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(../img/icon/icon_next_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .continue__btn {
    text-align: left !important;
  }
}
/*---------------------
  Checkout
-----------------------*/
.coupon__code {
  color: #0d0d0d;
  font-size: 14px;
  border-top: 2px solid #77b527;
  background: #f5f5f5;
  padding: 23px 30px 18px;
  margin-bottom: 50px;
}
.coupon__code span {
  margin-right: 15px;
}
.coupon__code a {
  color: #0d0d0d;
}

.checkout__title {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  /*border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;*/
  margin-bottom: 15px;
  font-size: 16px;
  margin-top: 30px;
}
.checkout__title:first-child {
  margin-top: 0;
}

.checkout__input {
  margin-bottom: 6px;
}
.checkout__input.checkout__update-cancel button {
  margin-right: 40px;
}
.checkout__input.checkout__update-cancel button:last-child {
  margin-right: 0;
}
.checkout__input p {
  color: #B7B7B7;
  /*margin-bottom: 10px;*/
  margin-bottom: 0;
}
.checkout__input p a {
  color: #FCB623;
  margin-left: 10px;
}
.checkout__input p span {
  color: #e53637;
}
.checkout__input input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #111111;
  padding-left: 20px;
  margin-bottom: 20px;
}
.checkout__input input::-moz-placeholder {
  color: #b7b7b7;
}
.checkout__input input::placeholder {
  color: #b7b7b7;
}
.checkout__input input:hover, .checkout__input input:active {
  color: #FCB623;
}
.checkout__input input.color-gray {
  background-color: #E6E6E6;
}
.checkout__input .shopping__points {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  /* Firefox */
}
.checkout__input .shopping__points span {
  display: inline-block;
  font-size: 16px;
}
.checkout__input .shopping__points a {
  display: inline-block;
  font-size: 15px;
  color: #444444;
}
.checkout__input .shopping__points a:hover {
  color: #FCB623;
}
.checkout__input .shopping__points:hover, .checkout__input .shopping__points:active {
  color: #FCB623;
}
.checkout__input .shopping__points input {
  border: none;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  width: calc(100% - 50px);
}
.checkout__input .shopping__points input::-webkit-outer-spin-button,
.checkout__input .shopping__points input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout__input .shopping__points input[type=number] {
  -moz-appearance: textfield;
}
.checkout__input .remark {
  font-size: 16px;
  margin-top: 8px;
}
.checkout__input .remark .green {
  color: #46BA97;
}
.checkout__input .remark .red {
  color: #FF0000;
}
.checkout__input .sub-controller {
  margin-bottom: 15px;
}
.checkout__input .sub-controller input {
  height: 42px;
}
.checkout__input .sub-controller .address-cols {
  display: flex;
  flex-wrap: wrap;
}
.checkout__input .sub-controller .address-cols .sub-col {
  display: inline-block;
  margin-right: 10px;
}
.checkout__input .sub-controller .address-cols .sub-col p {
  margin-bottom: 5px;
}
.checkout__input .sub-controller .select-address {
  margin-bottom: 15px;
}
.checkout__input .sub-controller .select-address .nice-select {
  width: 100%;
}
.checkout__input .sub-controller .use-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #e1e1e1;
}
.checkout__input .sub-controller .use-address input {
  width: calc(100% - 80px);
  border: none;
  margin-bottom: 0;
}
.checkout__input .sub-controller .use-address .btn-use {
  /*color: #444444;*/
  font-size: 15px;
  width: 80px;
  height: 40px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.checkout__input .sub-controller .nice-select {
  float: none;
  width: -moz-max-content;
  width: max-content;
  min-width: 145px;
}
.checkout__input .sub-controller .nice-select .list {
  width: 100%;
}
.checkout__input .sub-controller .nice-select:hover, .checkout__input .sub-controller .nice-select:active {
  color: #FCB623;
}
.checkout__input .sub-controller .select-store-div {
  display: inline-flex;
}
.checkout__input .sub-controller .select-store-div .btn-store {
  font-size: 13px;
  color: #444444;
  border: 1px solid #444444;
  background-color: transparent;
  min-width: 118px;
  margin-left: 10px;
}
.checkout__input .sub-controller .card-cols {
  display: inline-flex;
}
.checkout__input .sub-controller .card-cols .sub-col {
  margin-right: 20px;
}
.checkout__input .sub-controller .card-cols .sub-col input {
  width: 145px;
}
.checkout__input .sub-controller .remittance-account {
  width: 284px;
}
.checkout__input .sub-controller input:-moz-placeholder-shown + .btn-use {
  color: #b7b7b7;
}
.checkout__input .sub-controller input:placeholder-shown + .btn-use {
  color: #b7b7b7;
}
.checkout__input .sub-controller input + .btn-use {
  color: #111111;
}

.checkout__remark {
  margin-top: 80px;
}

.checkout__input__checkbox label {
  font-size: 15px;
  color: #0d0d0d;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 16px;
  display: block;
}
.checkout__input__checkbox label input {
  position: absolute;
  visibility: hidden;
}
.checkout__input__checkbox label input:checked ~ .checkmark {
  border-color: #e53637;
}
.checkout__input__checkbox label input:checked ~ .checkmark:after {
  opacity: 1;
}
.checkout__input__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 14px;
  width: 14px;
  border: 1.5px solid #d7d7d7;
  content: "";
  border-radius: 2px;
}
.checkout__input__checkbox label .checkmark:after {
  position: absolute;
  left: 1px;
  top: -3px;
  width: 14px;
  height: 7px;
  border: solid #e53637;
  border-width: 1.5px 1.5px 0px 0px;
  transform: rotate(127deg);
  content: "";
  opacity: 0;
}
.checkout__input__checkbox p {
  color: #0d0d0d;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px;
}

.checkout__order {
  background: #f3f2ee;
  padding: 30px;
}
.checkout__order .order__title {
  border-top: 1px solid #d7d7d7;
  color: #111111;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  /*border-bottom: 1px solid #d7d7d7;
  padding-bottom: 25px;
  margin-bottom: 10px;*/
  padding: 15px 0;
}
.checkout__order p {
  color: #444444;
  font-size: 16px;
  line-height: 28px;
}
.checkout__order .site-btn {
  width: 100%;
  margin-top: 8px;
}

.checkout__order__products {
  font-size: 16px;
  color: #0C3934;
  overflow: hidden;
  margin-bottom: 18px;
}
.checkout__order__products span {
  float: right;
}
.checkout__order__products a {
  color: #FCB623;
}

.checkout__total__products {
  margin-bottom: 20px;
}
.checkout__total__products li {
  font-size: 16px;
  color: #444444;
  list-style: none;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 15px;
}
.checkout__total__products li:last-child {
  margin-bottom: 0;
}
.checkout__total__products li span {
  color: #0C3934;
  float: right;
}
.checkout__total__products li .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.checkout__total__products li .two-cols .img {
  width: 100px;
}
.checkout__total__products li .two-cols .info {
  width: calc(100% - 100px);
}
.checkout__total__products li .two-cols .info h3 {
  font-size: 15px;
  color: #111111;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.checkout__total__products li .two-cols .info h4 {
  font-size: 15px;
  color: #111111;
  font-weight: 700;
  margin-top: 10px;
}
.checkout__total__products li .two-cols .info h5 {
  font-size: 15px;
  color: #B7B7B7;
  font-weight: 500;
  margin-top: 10px;
}

.checkout__total__all {
  border-top: 1px solid #d7d7d7;
  /*border-bottom: 1px solid #d7d7d7;*/
  padding: 15px 0;
  margin-bottom: 26px;
}
.checkout__total__all li {
  list-style: none;
  font-size: 16px;
  color: #0C3934;
  line-height: 40px;
  overflow: hidden;
}
.checkout__total__all li span {
  color: #111111;
  font-weight: 700;
  float: right;
}
.checkout__total__all li span.yellow {
  color: #FCB623;
}
.checkout__total__all li span a {
  color: #FCB623;
}

@media (max-width: 640px) {
  .checkout__input .sub-controller .address-cols {
    justify-content: space-between;
  }
  .checkout__input .sub-controller .address-cols .sub-col {
    margin-right: 0;
  }
  .checkout__input .sub-controller .address-cols .sub-col p {
    display: none;
  }
  .checkout__input .sub-controller .address-cols .sub-col:nth-child(1) {
    width: 48%;
  }
  .checkout__input .sub-controller .address-cols .sub-col:nth-child(2) {
    width: 48%;
  }
  .checkout__input .sub-controller .address-cols .sub-col:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
  .checkout__input .sub-controller .address-cols .sub-col .nice-select {
    min-width: 100%;
  }
  .checkout__input .sub-controller .card-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .checkout__input .sub-controller .card-cols .sub-col {
    margin-right: 0;
  }
  .checkout__input .sub-controller .card-cols .sub-col input {
    width: 100%;
    margin-bottom: 0;
  }
  .checkout__input .sub-controller .card-cols .sub-col:nth-child(1) {
    width: 48%;
  }
  .checkout__input .sub-controller .card-cols .sub-col:nth-child(2) {
    width: 48%;
  }
  .checkout__input .sub-controller .card-cols .sub-col:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
}
/*---------------------
    Blog
-----------------------*/
.blog {
  padding-bottom: 55px;
}
.blog .col-lg-4 {
  padding: 3px;
}
.blog .blog__tab {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}
.blog .blog__tab a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #111111;
  border: 1px solid #D9D9D9;
  min-width: 134px;
  min-height: 38px;
  background-color: #fff;
  /*margin-right: 8px;*/
  margin: 4px;
}
.blog .blog__tab a:hover, .blog .blog__tab a.active {
  color: #FCB623;
  border: 1px solid #FCB623;
}
.blog .blog__sub__tab {
  margin-top: -20px;
  border-bottom: 1px solid #B7B7B7;
  margin-bottom: 30px;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.blog .blog__sub__tab a {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  color: #B7B7B7;
  font-size: 14px;
  font-weight: 700;
}
.blog .blog__sub__tab a.active:before, .blog .blog__sub__tab a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #FCB623;
}

.latest {
  padding-bottom: 55px;
}

.blog__item {
  /*margin-bottom: 45px;   */
  position: relative;
}
.blog__item:hover a::after {
  width: 40px;
  background: #111111;
}
.blog__item:hover .blog__item__text {
  box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
  opacity: 1;
}

.blog__item__pic {
  height: 384px;
  position: relative;
}
.blog__item__pic iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog__item__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 57, 52, 0.5);
  opacity: 0;
  transition: all, 0.3s;
}
.blog__item__text .box {
  padding: 30px 30px 25px;
  margin: 0 30px;
  background: #ffffff;
  min-width: 250px;
}
.blog__item__text span {
  color: #3d3d3d;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.blog__item__text span img {
  margin-right: 6px;
}
.blog__item__text h5 {
  color: #0d0d0d;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
.blog__item__text p {
  min-height: 50px;
  font-size: 12px;
  color: #919191;
}
.blog__item__text a {
  display: inline-block;
  color: #2F2F2F;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 3px 0;
  position: relative;
}
.blog__item__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FCB623;
  content: "";
  transition: all, 0.3s;
}

.blog__item + .blog__item__title {
  margin-top: 10px;
}

.blog__item__title h3 {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
  .blog__item__text .box {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .blog {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog .blog__tab a {
    min-width: 100px;
  }
  .blog__item__text .box {
    width: 75%;
  }
  .blog__item__text p {
    display: none;
  }
}
@media (max-width: 480px) {
  .blog .blog__tab {
    display: flex;
    flex-wrap: wrap;
  }
  .blog .blog__tab a {
    min-width: calc(33.3333333333% - 8px);
  }
}
/*---------------------
  Blog Sidebar
-----------------------*/
.blog__sidebar__item {
  text-align: center;
  margin-bottom: 65px;
}
.blog__sidebar__item:last-child {
  margin-bottom: 0;
}
.blog__sidebar__item form input {
  height: 50px;
  font-size: 15px;
  color: #444444;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 20px;
}
.blog__sidebar__item form input::-moz-placeholder {
  color: #444444;
}
.blog__sidebar__item form input::placeholder {
  color: #444444;
}

.blog__sidebar__title {
  text-align: center;
  margin-bottom: 35px;
}
.blog__sidebar__title h4 {
  color: #0C3934;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.blog__sidebar__title h4::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 70px;
  background: #e1e1e1;
  content: "";
  margin: 0 auto;
}

.blog__sidebar__social a {
  display: inline-block;
  font-size: 18px;
  color: #0C3934;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-right: 6px;
}
.blog__sidebar__social a:last-child {
  margin-right: 6px;
}

.recent__item {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  text-align: left;
}

.recent__item__pic {
  float: left;
  margin-right: 25px;
}

.recent__item__text {
  overflow: hidden;
}
.recent__item__text h6 {
  color: #0C3934;
  line-height: 21px;
  font-weight: 700;
}
.recent__item__text span {
  font-size: 13px;
  color: #888888;
}

/*---------------------
  Blog Hero
-----------------------*/
.blog-hero {
  background: #0C3934;
  padding-top: 125px;
  padding-bottom: 190px;
}

.blog__hero__text h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 15px;
}
.blog__hero__text h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  /*text-align: left;*/
}
.blog__hero__text ul {
  margin-bottom: 30px;
}
.blog__hero__text ul li {
  list-style: none;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.blog__hero__text ul li:after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "|";
}
.blog__hero__text ul li:last-child {
  margin-right: 0;
}
.blog__hero__text ul li:last-child:after {
  display: none;
}

/*---------------------
  Blog Details
-----------------------*/
.blog-details {
  margin-top: -115px;
  padding-top: 0;
}

.blog__details__content {
  position: relative;
}
.blog__details__content .blog__details__info {
  /*
  color: #2F2F2F;
  h4{
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 15px;
  }
  p{
      font-size: 12px;
      line-height: 1.5;
      &.big{
          font-size: 18px;
          font-weight: 700;
      }
  }
  */
}
.blog__details__content .blog__details__info img {
  margin: 30px 0;
  max-width: 100%;
}
.blog__details__content .blog__details__info h2, .blog__details__content .blog__details__info h3, .blog__details__content .blog__details__info h4, .blog__details__content .blog__details__info h5 {
  margin-bottom: 1rem;
}
.blog__details__content .blog__details__info p {
  font-size: initial;
  margin-top: 0;
  margin-bottom: 1rem;
}
.blog__details__content .blog__details__info ul {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.blog__details__content .blog__details__info ul li {
  font-size: initial;
}
.blog__details__content .blog__details__info ol {
  margin-left: 1.3em;
  margin-bottom: 1em;
}
.blog__details__content .blog__details__info ol li {
  font-size: initial;
}
.blog__details__content .blog__share_link {
  text-align: right;
  font-size: 18px;
  color: #fff;
}
.blog__details__content .blog__share_link img {
  margin-left: 10px;
  height: 24px;
}
.blog__details__content .blog__share_link a {
  color: #fff;
}

.blog__details__pic {
  margin-bottom: 60px;
}
.blog__details__pic img {
  min-width: 100%;
  border-radius: 5px;
}

.blog__details__share {
  text-align: center;
  position: absolute;
  left: -120px;
  top: 0;
}
.blog__details__share span {
  color: #0C3934;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}
.blog__details__share ul li {
  list-style: none;
  margin-bottom: 15px;
}
.blog__details__share ul li a {
  color: #ffffff;
  font-size: 18px;
  height: 46px;
  display: inline-block;
  width: 46px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  background: #4267b2;
}
.blog__details__share ul li a.twitter {
  background: #1da1f2;
}
.blog__details__share ul li a.youtube {
  background: #fe0003;
}
.blog__details__share ul li a.linkedin {
  background: #0173b2;
}

.blog__details__text {
  margin-bottom: 50px;
}
.blog__details__text p {
  font-size: 18px;
  line-height: 34px;
}
.blog__details__text p:last-child {
  margin-bottom: 0;
}

.blog__details__quote {
  background: #f3f2ee;
  padding: 80px 40px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 45px;
}
.blog__details__quote i {
  font-size: 16px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  background: #e53637;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  /*position: absolute;
  left: 40px;
  top: -25px;*/
}
.blog__details__quote p {
  color: #0C3934;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}
.blog__details__quote h6 {
  color: #e53637;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog__details__quote .info {
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
}
.blog__details__quote .info h3 {
  color: #0C3934;
  font-weight: 700;
  margin: 20px 0;
  font-style: italic;
}
.blog__details__quote .info p {
  color: #919191;
}

.blog__details__option {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 70px;
}

.blog__details__author__pic {
  display: inline-block;
  margin-right: 15px;
}
.blog__details__author__pic img {
  height: 46px;
  width: 46px;
  border-radius: 50%;
}

.blog__details__author__text {
  display: inline-block;
}
.blog__details__author__text h5 {
  color: #0C3934;
  font-weight: 700;
}

.blog__details__tags {
  text-align: right;
}
.blog__details__tags a {
  display: inline-block;
  color: #0C3934;
  font-weight: 700;
  margin-right: 10px;
}
.blog__details__tags a:last-child {
  margin-right: 0;
}

.blog__details__btns {
  margin-bottom: 40px;
}

.blog__details__btns__item {
  display: block;
  border: 1px solid #ebebeb;
  padding: 25px 30px 30px;
  margin-bottom: 30px;
}
.blog__details__btns__item.blog__details__btns__item--next {
  text-align: right;
}
.blog__details__btns__item.blog__details__btns__item--next p span {
  margin-right: 0;
  margin-left: 5px;
}
.blog__details__btns__item p {
  color: #b7b7b7;
  margin-bottom: 10px;
}
.blog__details__btns__item p span {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.blog__details__btns__item h5 {
  color: #0C3934;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.blog__details__comment h4 {
  color: #333333;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}
.blog__details__comment form input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 30px;
  transition: all, 0.3s;
}
.blog__details__comment form input::-moz-placeholder {
  color: #b7b7b7;
}
.blog__details__comment form input::placeholder {
  color: #b7b7b7;
}
.blog__details__comment form input:focus {
  border-color: #000000;
}
.blog__details__comment form textarea {
  height: 120px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 24px;
  resize: none;
  transition: all, 0.3s;
}
.blog__details__comment form textarea::-moz-placeholder {
  color: #b7b7b7;
}
.blog__details__comment form textarea::placeholder {
  color: #b7b7b7;
}
.blog__details__comment form textarea:focus {
  border-color: #000000;
}
.blog__details__comment form button {
  letter-spacing: 4px;
  padding: 14px 35px;
}

.blog__prev__next {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.blog__prev__next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-width: 134px;
  min-height: 38px;
  padding: 0;
}
.blog__prev__next a:hover {
  color: #FCB623;
  border: 1px solid #FCB623;
}
.blog__prev__next a:active, .blog__prev__next a:focus {
  color: #FCB623;
  border: 1px solid #FCB623;
}
.blog__prev__next a.primary-btn:hover {
  color: #fff;
  border: none;
  background-color: #FCB623;
}
.blog__prev__next a.primary-btn:active, .blog__prev__next a.primary-btn:focus {
  color: #fff;
  border: none;
  background-color: #FCB623;
}

.scroll-rotate-logo {
  position: fixed;
  right: 0;
  bottom: 30%;
}
.scroll-rotate-logo.clockwise {
  -webkit-transform: rotate(360deg);
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: now;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.scroll-rotate-logo.counterclockwise {
  -webkit-transform: rotate(-360deg);
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: now;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@media (max-width: 640px) {
  .blog__details__content .blog__share_link {
    margin-top: 30px;
  }
}
/*---------------------
  Map
-----------------------*/
.map {
  height: 500px;
}
.map iframe {
  width: 100%;
}

/*---------------------
  Contact
-----------------------*/
.contact__text .section-title {
  text-align: left;
  margin-bottom: 40px;
}
.contact__text .section-title h2 {
  font-size: 48px;
  margin-bottom: 18px;
}
.contact__text .section-title p {
  color: #707070;
  line-height: 26px;
  margin-bottom: 0;
}
.contact__text ul li {
  list-style: none;
  margin-bottom: 26px;
}
.contact__text ul li:last-child {
  margin-bottom: 0;
}
.contact__text ul li h4 {
  color: #0C3934;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact__text ul li p {
  line-height: 27px;
  margin-bottom: 0;
}

.contact__form input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 30px;
}
.contact__form input::-moz-placeholder {
  color: #b7b7b7;
}
.contact__form input::placeholder {
  color: #b7b7b7;
}
.contact__form textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 24px;
  resize: none;
}
.contact__form textarea::-moz-placeholder {
  color: #b7b7b7;
}
.contact__form textarea::placeholder {
  color: #b7b7b7;
}
.contact__form button {
  letter-spacing: 4px;
  padding: 14px 35px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories__text h2 {
    font-size: 26px;
  }
  .header__menu ul li {
    margin-right: 38px;
  }
  .hero__slider.owl-carousel .owl-nav button {
    left: 2px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
  }
  .testimonial__text {
    /*padding: 130px 45px 175px;*/
  }
}
/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__menu ul li {
    margin-right: 10px;
  }
  .header__nav__option a {
    margin-right: 10px;
  }
  .header__nav__option .price {
    margin-left: 0;
  }
  .hero__slider.owl-carousel .owl-nav button {
    left: 2px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
  }
  .banner__item.banner__item--middle {
    margin-top: 0;
  }
  .banner__item.banner__item--last {
    margin-top: 0;
  }
  .banner__item {
    margin-bottom: 40px;
  }
  .banner {
    padding-bottom: 60px;
  }
  .categories__text {
    margin-bottom: 40px;
  }
  .categories__hot__deal {
    margin-bottom: 40px;
  }
  .instagram__text {
    padding-top: 70px;
  }
  .shop__sidebar {
    padding-right: 0;
    padding-top: 40px;
  }
  .cart__discount {
    margin-top: 40px;
  }
  .testimonial__text {
    padding: 100px 105px 100px;
  }
  .blog__details__share {
    position: relative;
    left: 0;
    margin-bottom: 18px;
  }
  .blog__details__share span {
    margin-bottom: 14px;
    margin-right: 0;
  }
  .blog__details__share ul li {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
  }
  .blog__details__share ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .header__menu ul li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .header .container .col-md-6 {
    padding: 0;
  }
  .header__menu ul li {
    margin-right: 10px;
  }
}
/* Wide Mobile = 480px */
@media only screen and (max-width: 768px) {
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #0C3934;
    height: 38px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #0C3934;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 30px;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    transition: all, 0.5s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    padding: 50px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    transition: all, 0.5s;
    opacity: 0;
  }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
  }
  .offcanvas__menu {
    display: none;
  }
  .slicknav_btn {
    display: none;
  }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #0C3934;
    font-weight: 600;
  }
  .slicknav_nav .slicknav_arrow {
    color: #0C3934;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #0C3934;
  }
  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #0C3934;
  }
  .slicknav_nav {
    display: block !important;
  }
  .offcanvas__option {
    text-align: center;
    margin-bottom: 30px;
  }
  .offcanvas__links {
    display: inline-block;
    margin-right: 25px;
  }
  .offcanvas__links a {
    color: #0C3934;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
  }
  .offcanvas__links a:last-child {
    margin-right: 0;
  }
  .offcanvas__top__hover {
    display: inline-block;
    position: relative;
  }
  .offcanvas__top__hover:hover ul {
    top: 24px;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas__top__hover span {
    color: #0C3934;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
  }
  .offcanvas__top__hover span i {
    font-size: 20px;
    position: relative;
    top: 3px;
    right: 2px;
  }
  .offcanvas__top__hover ul {
    background: #0C3934;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: all, 0.3s;
  }
  .offcanvas__top__hover ul li {
    list-style: none;
    font-size: 13px;
    color: #ffffff;
    padding: 2px 15px;
    cursor: pointer;
  }
  .offcanvas__nav__option {
    text-align: center;
    margin-bottom: 25px;
  }
  .offcanvas__nav__option a {
    display: inline-block;
    margin-right: 26px;
    position: relative;
  }
  .offcanvas__nav__option a span {
    color: #0d0d0d;
    font-size: 11px;
    position: absolute;
    left: 5px;
    top: 8px;
  }
  .offcanvas__nav__option a:last-child {
    margin-right: 0;
  }
  .offcanvas__nav__option .price {
    font-size: 15px;
    color: #0C3934;
    font-weight: 700;
    display: inline-block;
    margin-left: -20px;
    position: relative;
    top: 3px;
  }
  .offcanvas__text p {
    color: #0C3934;
    margin-bottom: 0;
  }
  .header__top {
    display: none;
  }
  .header .container {
    position: relative;
  }
  .header__menu {
    display: none;
  }
  .header__nav__option {
    display: none;
  }
  .search-model-form input {
    width: 100%;
    font-size: 24px;
  }
  .hero__slider.owl-carousel .owl-nav button {
    left: 15px;
    top: 80%;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    left: 75px;
    right: 0;
  }
  .banner__item.banner__item--middle {
    margin-top: 0;
  }
  .banner__item.banner__item--last {
    margin-top: 0;
  }
  .banner__item {
    margin-bottom: 40px;
  }
  .banner {
    padding-bottom: 60px;
  }
  .banner__item__pic {
    float: none;
  }
  .banner__item__pic img {
    min-width: 100%;
  }
  .banner__item__text {
    max-width: 100%;
    position: relative;
    top: 0;
    padding-top: 22px;
  }
  .filter__controls li {
    margin-right: 15px;
  }
  .categories__text {
    margin-bottom: 40px;
  }
  .categories__hot__deal {
    margin-bottom: 40px;
  }
  .instagram__text {
    padding-top: 70px;
  }
  .instagram__pic__item {
    width: 50%;
  }
  .shop__product__option__right {
    text-align: left;
    padding-top: 20px;
  }
  .shop__sidebar {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .testimonial__text {
    padding: 100px 40px 100px;
  }
  .product__details__breadcrumb {
    text-align: left;
  }
  .product__details__pic .nav-tabs {
    width: auto;
    margin-bottom: 40px;
  }
  .product__details__pic .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .product__details__option__size {
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .product__details__last__option h5:before {
    width: 440px;
  }
  .product__details__tab .nav-tabs .nav-item {
    margin-bottom: 15px;
  }
  .shopping__cart__table {
    overflow-y: auto;
  }
  .shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
    float: none;
    margin-right: 0;
  }
  .continue__btn {
    text-align: center;
  }
  .continue__btn.update__btn {
    text-align: center;
    margin-top: 20px;
  }
  .cart__discount {
    margin-top: 40px;
  }
  .checkout__order {
    margin-top: 20px;
  }
  .blog__details__share {
    position: relative;
    left: 0;
    margin-bottom: 18px;
  }
  .blog__details__share span {
    margin-bottom: 14px;
    margin-right: 0;
  }
  .blog__details__share ul li {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
  }
  .blog__details__share ul li:last-child {
    margin-right: 0;
  }
  .blog__details__author {
    text-align: center;
    margin-bottom: 20px;
  }
  .blog__details__tags {
    text-align: center;
  }
  .contact__text {
    margin-bottom: 40px;
  }
  .hero__social {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .canvas__open {
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .canvas__open {
    top: 20px;
  }
}
/* Small Device = 320px */
@media only screen and (max-width: 479px) {
  .cart__total {
    padding: 35px 30px 40px;
  }
  .hero__items {
    /*height: auto;*/
    /*height: 130vw;
    padding-top: 130px;
    padding-bottom: 40px;*/
  }
  .hero__text h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .hero__social {
    margin-top: 145px;
  }
  .categories__deal__countdown .categories__deal__countdown__timer {
    margin-left: 0;
  }
  .instagram__pic__item {
    width: 100%;
  }
  .testimonial__text {
    padding: 60px 40px 60px;
  }
  .product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
    width: 100%;
  }
  .product__details__pic .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: calc(33.33% - 10px);
  }
  .product__details__last__option h5:before {
    width: 280px;
  }
  .product__details__cart__option .quantity {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product__details__last__option h5 span {
    font-size: 16px;
  }
  .blog-hero {
    padding: 80px 0;
  }
  .blog__hero__text h2 {
    /*font-size: 36px;*/
    font-size: 30px;
    margin-bottom: 0;
  }
  .blog__hero__text h2 span {
    display: block;
  }
  .categories__text h2 {
    font-size: 30px;
    font-size: 24px;
    line-height: 55px;
  }
  .categories__text:before {
    height: 250px;
  }
}
.member__sidebar {
  padding-right: 20px;
}

.member__sidebar__accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 25px;
}
.member__sidebar__accordion .card:last-child {
  margin-bottom: 0;
}
.member__sidebar__accordion .card:last-child .card-body {
  padding-bottom: 0;
  border-bottom: none;
}
.member__sidebar__accordion .card-none {
  margin-bottom: 15px;
}
.member__sidebar__accordion .card-none .card-heading a:after {
  background-color: transparent;
  content: "";
  display: none;
}
.member__sidebar__accordion .card-none .card-heading a.active {
  color: #FCB623;
}
.member__sidebar__accordion .card-body {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.member__sidebar__accordion .card-heading {
  cursor: pointer;
}
.member__sidebar__accordion .card-heading a {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.member__sidebar__accordion .card-heading a:hover {
  color: #FCB623;
}

.member-order-list .item {
  position: relative;
}
.member-order-list .item .top-title {
  padding: 20px 0;
  border-bottom: 1px solid #CDD2D3;
  position: relative;
}
.member-order-list .item .top-title .sub-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.member-order-list .item .top-title .sub-item .no-tag {
  display: inline-flex;
  flex-wrap: wrap;
}
.member-order-list .item .top-title .sub-item i {
  width: 20px;
  height: 24px;
  background-image: url(../img/icon/icon_arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.member-order-list .item .top-title .sub-item .order-no {
  font-size: 14px;
  color: #9BA5A7;
}
.member-order-list .item .top-title .sub-item .order-no b {
  font-size: 16px;
  color: #444444;
  display: inline-block;
  margin-right: 10px;
}
.member-order-list .item .top-title .sub-item .tag {
  margin-left: 10px;
}
.member-order-list .item .top-title .sub-item .total {
  font-size: 14px;
  color: #444444;
}
.member-order-list .item .top-title .btn-default {
  top: 12px;
  margin-top: 10px;
}
.member-order-list .item .bottom-content {
  padding: 20px 0;
  border-bottom: 1px solid #CDD2D3;
  display: none;
}
.member-order-list .item .bottom-content .sub-item {
  position: relative;
}
.member-order-list .item .bottom-content .sub-item .label {
  font-size: 16px;
  color: #444444;
  font-weight: 700;
}
.member-order-list .item .bottom-content .sub-item .two-cols {
  display: flex;
}
.member-order-list .item .bottom-content .sub-item .two-cols .col01 {
  width: 130px;
}
.member-order-list .item .bottom-content .sub-item .two-cols .col01 .img {
  margin-top: 10px;
}
.member-order-list .item .bottom-content .sub-item .two-cols .col01 .img img {
  width: 110px;
  border-radius: 4px;
  overflow: hidden;
}
.member-order-list .item .bottom-content .sub-item .two-cols .col02 .status {
  text-align: center;
}
.member-order-list .item .bottom-content .sub-item .two-cols .col02 .status .tag {
  margin: 0 auto;
}
.member-order-list .item .bottom-content .sub-item .two-cols .col02 .detail {
  margin-top: 10px;
}
.member-order-list .item .bottom-content .sub-item .two-cols .col02 .detail ul {
  margin-left: 30px;
  font-size: 14px;
  color: #9BA5A7;
}
.member-order-list .item .bottom-content .sub-item .btn-default {
  top: 0;
}
.member-order-list .item .bottom-content .sub-item .total-fee {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #CDD2D3;
  border-bottom: 1px solid #CDD2D3;
  padding-left: 65%;
  padding-right: 30px;
}
.member-order-list .item .bottom-content .sub-item .total-fee .fee-item {
  display: flex;
  flex-wrap: wrap;
  color: #444444;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}
.member-order-list .item .bottom-content .sub-item .total-fee .fee-item span {
  display: inline-block;
  width: 50%;
}
.member-order-list .item .bottom-content .sub-item .total-fee .fee-item span:nth-child(2) {
  text-align: right;
}
.member-order-list .item .bottom-content .sub-item .total-fee .fee-item span.yellow {
  color: #FCB623;
}
.member-order-list .item .bottom-content .sub-item:last-child .total-fee {
  border-bottom: none;
  padding-bottom: 0;
}
.member-order-list .item .bottom-content .sub-item + .sub-item {
  margin-top: 20px;
}
.member-order-list .item .bottom-content.return-request-content {
  border-bottom: none;
}
.member-order-list .item .bottom-content.return-request-content .label {
  font-size: 16px;
  color: #444444;
  font-weight: 700;
}
.member-order-list .item .bottom-content.return-request-content .form-list {
  line-height: 1.8;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item {
  margin: 10px 0;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-title {
  color: #B7B7B7;
  font-size: 16px;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller {
  font-size: 16px;
  color: #111;
  position: relative;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller textarea {
  width: 100%;
  padding: 10px;
  resize: none;
  border: 1px solid #E6E6E6;
  height: 195px;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller input[type=text] {
  width: 100%;
  padding: 10px;
  resize: none;
  border: 1px solid #E6E6E6;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .refund-amount-list .amount-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .refund-amount-list .amount-item .col01 {
  width: 60%;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .refund-amount-list .amount-item .col02 {
  width: 40%;
  text-align: right;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .refund-amount-list .amount-item.item-yellow {
  color: #FCB623;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .radio-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .radio-wrapper .radio-item {
  display: inline-block;
  margin-right: 10px;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .radio-wrapper .radio-item:last-child {
  margin-right: 0;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .agree-return-rule {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .agree-return-rule i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/icon_alert_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-left: 10px;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .agree-return-rule i div {
  position: absolute;
  background-color: #111;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 2px;
  width: 270px;
  font-style: normal;
  left: -128px;
  bottom: 30px;
  display: none;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .agree-return-rule i div:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #111111 transparent transparent transparent;
  transform: rotate(0deg);
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .agree-return-rule i:hover div {
  display: block;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .agree-return-rule .radio-wrapper .radio-item {
  display: inline-flex;
  align-items: center;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller .agree-return-rule .radio-wrapper .radio-item .container-checkbox .checkmark {
  top: -2px;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller.disabled:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller.disabled textarea {
  border: 1px solid transparent;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .form-controller.disabled input[type=text] {
  border: 1px solid transparent;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .action {
  margin-top: 20px;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .action .btn-default {
  position: relative;
  margin-right: 30px;
  right: 0;
}
.member-order-list .item .bottom-content.return-request-content .form-list .form-item .action .btn-default:last-child {
  margin-right: 0;
}
.member-order-list .item.active .top-title .sub-item i {
  transform: rotate(180deg);
}
.member-order-list .item.active .bottom-content {
  display: block;
}
.member-order-list .tag {
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  min-width: 55px;
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.member-order-list .tag.yellow {
  background-color: #FCB623;
}
.member-order-list .tag.gray {
  background-color: #B7B7B7;
}
.member-order-list .tag.red {
  background-color: #ED1C25;
}
.member-order-list .tag.green {
  background-color: #0C3934;
}
.member-order-list .btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: none;
  min-width: 120px;
  min-height: 39px;
  position: absolute;
  right: 30px;
  background-color: #FCB623;
  color: #fff;
  cursor: pointer;
}
.member-order-list .btn-default.btn-black {
  background-color: #111;
  color: #fff;
}
.member-order-list .btn-default.btn-black:hover {
  background-color: #B7B7B7;
  color: #fff;
}
.member-order-list .btn-default.btn-gray {
  background-color: #B7B7B7;
  color: #fff;
}
.member-order-list .btn-default.btn-gray.disabled {
  cursor: default;
}
.member-order-list .btn-default.btn-white {
  background-color: #fff;
  outline: 1px solid #D9D9D9;
  color: #111;
}
.member-order-list .btn-default.btn-white:hover {
  background-color: #B7B7B7;
  color: #fff;
  border: 1p solid #B7B7B7;
}
.member-order-list .btn-default.btn-return span:nth-child(2) {
  display: none;
}
.member-order-list .btn-default.btn-return.disabled {
  background-color: #B7B7B7;
  color: #fff;
  cursor: default;
}
.member-order-list .btn-default.btn-return.disabled span:nth-child(1) {
  display: none;
}
.member-order-list .btn-default.btn-return.disabled span:nth-child(2) {
  display: block;
}
.member-order-list .container-radio, .member-order-list .container-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Create a custom radio button */
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.member-order-list .container-radio input, .member-order-list .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.member-order-list .container-radio .checkmark, .member-order-list .container-checkbox .checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}
.member-order-list .container-radio .checkmark:after, .member-order-list .container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.member-order-list .container-radio:hover input ~ .checkmark, .member-order-list .container-checkbox:hover input ~ .checkmark {
  background-color: #FCB623;
}
.member-order-list .container-radio input:checked ~ .checkmark, .member-order-list .container-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #FCB623;
}
.member-order-list .container-radio input:checked ~ .checkmark:after, .member-order-list .container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.member-order-list .container-radio .checkmark:after, .member-order-list .container-checkbox .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FCB623;
}

@media (max-width: 992px) {
  .member-login .col-lg-3 {
    display: none;
  }
  .member-order-list .item .bottom-content .sub-item .total-fee {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .member-order-list .btn-default {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
  .member-order-list .item .top-title .btn-default {
    top: 0;
  }
  .member-order-list .item .bottom-content .sub-item .btn-default {
    position: relative;
  }
}
@media (max-width: 640px) {
  .member-order-list .item .top-title .sub-item .order-no {
    font-size: 12px;
  }
  .member-order-list .item .top-title .sub-item .order-no b {
    font-size: 14px;
  }
}
.agent-brand .brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.agent-brand .brand-list .item {
  width: calc(50% - 5px);
  margin: 20px 0;
  position: relative;
}
.agent-brand .brand-list .item .img {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.agent-brand .brand-list .item .img img {
  width: 100%;
}
.agent-brand .brand-list .item .img .deco01 {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 20px;
  background-image: url(../img/home/deco_film_01.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.agent-brand .brand-list .item .img .deco02 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 20px;
  background-image: url(../img/home/deco_film_01.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.agent-brand .brand-list .item .info {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-left: 34vw;
  opacity: 0;
}
.agent-brand .brand-list .item .info .small {
  font-size: 20px;
  font-weight: 700;
}
.agent-brand .brand-list .item .info .big {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
}
.agent-brand .brand-list .item .info .more a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid #FCB623;
  padding-bottom: 5px;
}
.agent-brand .brand-list .item .info .more a:hover {
  border-bottom: 2px solid #fff;
  color: #FCB623;
}
.agent-brand .brand-list .item:hover .info {
  opacity: 1;
}
.agent-brand .brand-list .item:hover .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 57, 52, 0.5);
}
.agent-brand .brand-list.wide-brand-list .item {
  width: 100%;
}
.agent-brand .brand-list.wide-brand-list .item .info {
  padding-left: 55vw;
}
.agent-brand.home-agent-brand {
  margin-top: 10px;
}
.agent-brand.home-agent-brand .brand-list .item {
  margin: 0;
}
.agent-brand.home-agent-brand .brand-list.wide-brand-list .item {
  width: 100%;
  margin-bottom: 10px;
}
.agent-brand.home-agent-brand .brand-list.wide-brand-list .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .agent-brand .brand-list .item .info {
    opacity: 1;
  }
  .agent-brand .brand-list .item .info .small {
    font-size: 16px;
  }
  .agent-brand .brand-list .item .info .big {
    font-size: 30px;
  }
  .agent-brand .brand-list .item .info .more a {
    font-size: 16px;
  }
  .agent-brand .brand-list .item .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 57, 52, 0.5);
  }
}
@media (max-width: 992px) {
  .agent-brand .brand-list .item .img .deco01 {
    height: 1.5vw;
  }
  .agent-brand .brand-list .item .img .deco02 {
    height: 1.5vw;
  }
}
@media (max-width: 820px) {
  .agent-brand .brand-list .item .info .small {
    font-size: 12px;
  }
  .agent-brand .brand-list .item .info .big {
    font-size: 24px;
  }
  .agent-brand .brand-list .item .info .more a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .agent-brand .brand-list {
    display: block;
  }
  .agent-brand .brand-list .item {
    width: 100%;
  }
  .agent-brand .brand-list .item .info {
    padding-left: 66vw;
  }
  .agent-brand.home-agent-brand .brand-list .item {
    margin-top: 10px;
  }
  .agent-brand.home-agent-brand .brand-list.wide-brand-list .item .info {
    padding-left: 66vw;
  }
  .agent-brand.home-agent-brand .brand-list.wide-brand-list .item .img {
    height: 62vw;
  }
  .agent-brand.home-agent-brand .brand-list.wide-brand-list .item .img img {
    display: none;
  }
}
@media (max-width: 520px) {
  .agent-brand.home-agent-brand .brand-list.wide-brand-list .item .info {
    padding-left: 55vw;
  }
  .agent-brand .brand-list .item .info {
    padding-left: 55vw;
  }
}
.terms-service {
  color: #2F2F2F;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  word-break: break-all;
}
.terms-service .terms__service__content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", sans-serif;
  text-align: justify;
}
.terms-service .terms__service__content ul {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  padding-left: 25px;
  margin-top: 15px;
  font-family: "Noto Sans TC", sans-serif;
  text-align: justify;
}
.terms-service .terms__service__content ol {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  padding-left: 20px;
  margin-top: 15px;
  font-family: "Noto Sans TC", sans-serif;
  text-align: justify;
}
.terms-service .terms__service__content h3 {
  color: #0C3934;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Noto Sans TC", sans-serif;
}
.terms-service .terms__service__content h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  margin-bottom: 15px;
}
.terms-service .terms__service__content ol + p {
  margin-top: 30px;
}
.terms-service .terms__service__content ul + h4 {
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */