/*================================= 1 Reset Css ( #res ) =================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ababab;
  margin: 50px auto;
  padding: 0;
  clear: both;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
}
.ie8 img {
  height: auto;
  width: auto\9;
}
.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

#wp-toolbar ul:after {
  content: none;
}

.last_li,
.last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.first_li,
.first {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* Gobal */
.x:before {
  position: absolute;
  content: "";
}

/* Vertical Middle */
.x:before /*Parent Before*/ {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.x /* Child class */ {
  display: inline-block;
  vertical-align: middle;
}
.row {
  margin: 0;
}
.col {
  flex-basis: unset;
  flex-grow: unset;
  width: max-content;
  padding: 0;
}
/* Image Alignment */
.alignnone,
a img.alignnone {
  margin: 0 0 30px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 30px auto 30px auto;
}
.alignright,
a img.alignright {
  float: right;
  margin: 30px -175px 30px 30px;
}
.alignleft,
a img.alignleft {
  float: left;
  margin: 30px 30px 30px -175px;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 1300px) {
  .alignleft,
  a img.alignleft {
    margin: 30px 30px 30px -105px;
  }
  .alignright,
  a img.alignright {
    margin: 30px -105px 30px 30px;
  }
}

@media all and (max-width: 1100px) {
  .alignleft,
  a img.alignleft {
    float: none;
    display: block;
    margin: 30px auto 0;
  }
  .alignright,
  a img.alignright {
    float: none;
    display: block;
    margin: 30px auto 0;
  }
}

@media all and (max-width: 767px) {
  .homepage .btn {
    width: 100%;
  }
  .alignleft,
  a img.alignleft {
    margin: 15px auto 15px;
  }
  .alignright,
  a img.alignright {
    margin: 15px auto 15px;
  }
}

/* Alignment & Spacing */
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.remove_padding_top {
  padding-top: 0 !important;
}
.remove_padding_bottom {
  padding-bottom: 0 !important;
}
.remove_margin_top {
  margin-top: 0 !important;
}
.remove_margin_bottom {
  margin-bottom: 0 !important;
}
.remove_padding {
  padding: 0 !important;
}
.remove_margin {
  padding: 0 !important;
}

img {
  max-width: 100%;
}
.space {
  padding: 30px 0;
}
.large_space {
  padding: 60px 0;
}
.main_page {
  padding-top: 130px;
}
.border-rad {
  border-radius: 25px;
}
.right-image-band,
.left-image-band {
  position: relative;
  padding: 60px 0 110px;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.281);
  z-index: 1;
}
/****************************** Mobile Menu *********************/

/* Mobile Menu */
.mo_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 15px;
  background-color: #2d2b2c;
  z-index: 999;
  pointer-events: auto;
}
.mo_menu .cart {
  padding: 10px 18px;
}
.mo_menu .cart .count {
  font-size: 12px;
  width: 20px;
  height: 20px;
}
.mo_menu .cart i {
  font-size: 20px;
}
.mo_menu .mo-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mo_menu .logo-cont {
  width: 43px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mo_menu .menu a {
  font-size: 10px;
  padding-top: 32px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #fff;
}
.mo_menu .menu a:before {
  content: " ";
  width: 100%;
  border-top: 3px solid #ffcb08;
  border-bottom: 3px solid #ffcb08;
  position: absolute;
  top: 8px;
  height: 11px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.mo_menu .menu a:after {
  content: " ";
  width: 100%;
  border-top: 3px solid #ffcb08;
  position: absolute;
  top: 24px;
  height: 10px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.mm-opened .mo_menu .menu a {
  color: transparent;
}
.mm-opened .mo_menu .menu a:before {
  width: 40px;
  border-bottom: none;
  transform: rotate(45deg);
  top: 20px;
  left: -10px !important;
}
.mm-opened .mo_menu .menu a:after {
  width: 40px;
  border-bottom: none;
  transform: rotate(-45deg);
  top: 20px;
  left: -5px;
}
.mm-navbar > * {
  padding: 20px 0 15px;
}
.mm-navbar .mm-title {
  font-size: 16px;
}
.nav_listing p {
  font-size: 16px;
  text-align: center;
}
.mm-previ {
  background: transparent;
  width: 50px;
  padding: 0;
  position: absolute;
  top: -14px;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.mm-navbar {
  background: #e0f2fc !important;
  color: #222;
}
.mm-panel {
  background: #fff !important;
}
.mm-next i {
  position: absolute;
  top: 18px;
}
#mobile_menu ul li:before {
  display: none;
}
#mobile_menu ul li p {
  width: max-content;
  margin: auto;
  font-size: 20px;
}
.nav_listing li a {
  color: #000 !important;
}
.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #ffcb08;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  z-index: 5;
  display: none;
  transition: all 0.3s;
}
.back-to-top:hover {
  box-shadow: 0px 7px 20px 0px rgba(157, 63, 22, 0.3);
}
button:focus {
  outline: none !important;
}
@media all and (max-width: 1000px) {
  .mo_menu {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .mo_menu .mo-right {
    align-items: center;
  }
}
@media all and (max-width: 450px) {
  .mo_menu .btn {
    margin-right: 10px;
  }
}

/****************************** Colors ***********************/
.white {
  color: #fff;
}
.black {
  color: #000;
}
.purple {
  color: #542860;
}
.purple-bg {
  background-color: #542860;
}
.yellow {
  color: #ffcb08;
}
.yellow-bg {
  color: #ffcb08;
}
.gray_background {
  background-color: #f3f3f3;
}
/* Global */
body {
  background: #fff;
  font-family: "Jost", sans-serif;
  line-height: 1;
  color: #9b9799;
  font-weight: 400;
}
section {
  position: relative;
}

/* ================================= 5 Wrappers #wrap ================================= */
.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.full_row {
  width: 100%;
  float: none;
  margin: 0 auto;
}
.container-small {
  max-width: 920px;
  margin: 0 auto;
  float: none;
  padding: 0 30px;
}
.container-sm {
  max-width: 1313px;
  margin: 0 auto;
  float: none;
  padding: 0 30px;
}
.site_full {
  max-width: 1950px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  .container-sm,
  .container-small,
  .container {
    padding: 0 15px;
  }
}

/* Spacing */

.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}

@media all and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
}

p,
ul {
  padding-bottom: 30px;
}

@media all and (max-width: 767px) {
  p,
  ul {
    padding-bottom: 15px;
  }
}

.image-circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 37.5px 12.5px rgba(255, 201, 0, 0.5);
}
.image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a {
  color: #fbba3c;
}
a:hover {
  color: #fbba3c;
  text-decoration: underline;
  transition: all 0.3s;
}
label.error {
  color: red !important;
  margin-top: 10px !important;
}
header .cart,
.mo_menu .cart {
  display: flex;
  background-color: #fbba3c;
  padding: 14px 30px;
  border-radius: 30px;
}
.mo_menu .cart {
  padding: 9px 15px;
}
header .cart i,
.mo_menu .cart i {
  font-size: 25px;
  color: #8a5c14;
  margin-right: 4px;
}
.mo_menu .cart i {
  font-size: 17px;
}
header .cart .count,
.mo_menu .cart .count {
  font-size: 16px;
  color: #fbba3c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2d2b2c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mo_menu .cart .count {
  font-size: 11px;
  width: 15px;
  height: 15px;
}
.frame {
  position: relative;
}
.frame div {
  background-color: #fbba3c;
  position: absolute;
  transition: all 0.3s;
}
header .line1 {
  top: -18px;
  height: 1px;
  right: -26px;
  width: 0;
}
header .line2 {
  width: 1px;
  height: 0;
  top: -23px;
  right: -20px;
}
header .line3 {
  bottom: -18px;
  height: 1px;
  left: -26px;
  width: 0;
}
header .line4 {
  width: 1px;
  height: 0;
  bottom: -23px;
  left: -20px;
}
header .frame:hover .line1 {
  width: 135%;
  min-width: 137px;
}
header .frame:hover .line2 {
  height: 66px;
}
header .frame:hover .line3 {
  width: 135%;
  min-width: 137px;
}
header .frame:hover .line4 {
  height: 66px;
}
.homepage .sec3 .item .onsale {
  position: absolute;
  background: red;
  font-size: 15px;
  z-index: 3;
  text-transform: uppercase;
  color: #fff;
  padding: 3px;
  left: 9px;
  top: 0;
}
.homepage .sec2 .row2 .col .line1,
.homepage .sec3 .prod-row .item .img-cont .line1,
.products.columns-4 .img-wrap .line1 {
  position: absolute;
  top: 10%;
  left: 5%;
  height: 2px;
  width: 0;
  background-color: rgba(255, 255, 255, 0.493);
  transition: all 0.3s;
  z-index: 2;
}
.homepage .sec2 .row2 .col .line2,
.homepage .sec3 .prod-row .item .img-cont .line2,
.products.columns-4 .img-wrap .line2 {
  position: absolute;
  top: 6%;
  right: 9%;
  height: 0;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.493);
  transition: all 0.3s;
  z-index: 2;
}
.homepage .sec2 .row2 .col .line3,
.homepage .sec3 .prod-row .item .img-cont .line3,
.products.columns-4 .img-wrap .line3 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  height: 2px;
  width: 0;
  background-color: rgba(255, 255, 255, 0.493);
  transition: all 0.3s;
  z-index: 2;
}
.homepage .sec2 .row2 .col .line4,
.homepage .sec3 .prod-row .item .img-cont .line4,
.products.columns-4 .img-wrap .line4 {
  position: absolute;
  bottom: 6%;
  left: 8%;
  height: 0;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.493);
  transition: all 0.3s;
  z-index: 2;
}
.homepage .sec3 .prod-row .item {
  cursor: pointer;
}
.homepage .sec2 .row2 .col:after,
.homepage .sec3 .prod-row .item .img-cont:after,
.products.columns-4 .img-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #380f43;
  opacity: 0;
  transition: all 0.3s;
}
.homepage .sec2 .row2 .col:hover:after,
.homepage .sec3 .prod-row .item .img-cont:hover:after,
.products.columns-4 .img-wrap:hover:after {
  opacity: 0.6;
}
.homepage .sec2 .row2 .col:hover .line1,
.homepage .sec3 .prod-row .item .img-cont:hover .line1,
.products.columns-4 .img-wrap:hover .line1 {
  width: 90%;
}
.homepage .sec2 .row2 .col:hover .line2,
.homepage .sec3 .prod-row .item .img-cont:hover .line2,
.products.columns-4 .img-wrap:hover .line2 {
  height: 88%;
}
.homepage .sec2 .row2 .col:hover .line3,
.homepage .sec3 .prod-row .item .img-cont:hover .line3,
.products.columns-4 .img-wrap:hover .line3 {
  width: 90%;
}
.homepage .sec2 .row2 .col:hover .line4,
.homepage .sec3 .prod-row .item .img-cont:hover .line4,
.products.columns-4 .img-wrap:hover .line4 {
  height: 88%;
}
.products.columns-4 .img-wrap {
  position: relative;
}
header {
  transition: all 0.3s;
  position: fixed;
  z-index: 10;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
header a {
  color: #fff;
}
header a:hover {
  text-decoration: none;
}
header .top-head {
  padding: 6px 0;
}
header .top-head p {
  font-size: 13px;
  color: #b16ac4;
  font-weight: bold;
}
header .links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .links a {
  margin-right: 32px;
  font-size: 13px;
}
header .links .icons a {
  margin-right: 0;
}
header .bot-head {
  position: relative;
  padding: 35px 0 35px;
  transition: all 0.3s;
  background-color: #000;
}
.homepage header .bot-head {
  background-color: transparent;
}
.homepage .sticky .bot-head {
  background-color: #2d2b2c;
}
.shop header .bot-head,
.single header .bot-head {
  background-color: #000;
}
header .bot-head a {
  font-size: 19px;
}
header .bot-head .col {
  width: 332px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .bot-head .prod {
  width: 262px;
}
header .bot-head .logo,
header .bot-head .logo2 {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
header .bot-head .logo2 {
  visibility: hidden;
  opacity: 0;
}
.sticky .bot-head {
  background-color: #2d2b2c;
  padding: 5px 0;
}
.sticky .logo {
  opacity: 0;
  visibility: hidden;
}
.sticky .logo2 {
  opacity: 1 !important;
  visibility: visible !important;
}
.nav_up {
  transform: translateY(-42px);
}
h1,
h1 a,
span.h1,
span.h1 a, span.bread-title,  span.bread-title a {
  font-family: "Shippori Mincho B1", serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.homepage h1 {
  padding-bottom: 30px;
  opacity: 0.6;
}
.king-bg,
.king-bg-big {
  position: relative;
}
.king-bg::before,
.king-bg-big::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -150px;
  right: -240px;
  width: 600px;
  z-index: -1;
  height: 800px;
  background-image: url(.././img/home-king.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.king-bg-big::before {
  right: -150px;
}
h2 {
  font-size: 50px;
  line-height: 55px;
  color: #2d2a2e;
  letter-spacing: -1px;
  word-spacing: -3px;
  padding: 30px 0;
}
h3 {
  font-size: 40px;
  line-height: 48px;
  color: #2d2a2e;
  padding: 30px 0;
}
.s1 {
  padding: 30px 0;
  font-size: 50px;
  line-height: 52px;
  display: block;
  color: #2d2a2e;
}
.s1 span {
  text-decoration: underline;
  text-decoration-color: #fbba3c;
}
.s2 {
  color: #000;
  font-size: 40px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 30px 0;
}
p {
  font-size: 20px;
  line-height: 30px;
}
section {
  padding: 30px 0;
}
ol {
  counter-reset: item;
}
ol li {
  display: flex;
}
ol li p {
  padding-bottom: 0;
}
ol li::before {
  display: inline-block;
  content: "0" counter(item) ". ";
  counter-increment: item;
  margin: 7px 25px 0 0;
  color: #2d2a2e;
}
ul li {
  display: flex;
}
ul li p {
  padding-bottom: 0;
}
ul li::before {
  content: "⬤";
  display: inline-block;
  margin: 12px 15px 0 0;
  font-size: 4px;
}
.btn {
  background-color: #fbba3c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8a5c14;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  width: max-content;
  padding: 17px 22px;
}
.btn:hover {
  color: #8a5c14;
  background-color: #fbba3c;
  box-shadow: 0px 10px 30px 0px rgba(157, 63, 22, 0.3);
}
/* HomePage *******************************/
.homepage .s1 {
  padding: 0 0 30px;
}
.homepage h2 {
  padding: 30px 0;
  font-size: 17px;
  line-height: 21px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #2d2a2e;
  word-spacing: unset;
  letter-spacing: unset;
  opacity: 0.7;
}
.homepage .sec1 {
  position: relative;
  padding: 266px 0 86px;
  background: url(.././img/hero-background.jpg) no-repeat 100% 100%;
  background-size: cover;
}
.homepage .sec1 .image-box {
  display: none;
  background: url(.././img/hero-mobile-background.jpg) no-repeat 100% 50%;
  background-size: cover;
  width: 100vw;
  margin-left: -15px;
  position: relative;
  text-align: center;
  padding: 15px 0 40px;
}
.homepage .sec1 .image-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 11%;
  top: -1px;
  left: 0;
  background: linear-gradient(180deg, #000000 9%, rgba(0, 0, 0, 0) 83%);
}
.homepage .sec1 .image-box .image-circle {
  margin: auto;
  width: 250px;
  height: 250px;
  position: relative;
  z-index: 2;
}
.homepage .sec1 .image-box img {
  position: relative;
  z-index: 2;
}
.homepage .sec1 .grad-top {
  position: absolute;
  height: 30%;
  width: 100%;
  top: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.homepage .sec1 .grad-left {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  display: none;
}
.homepage .sec1 p,
.homepage .sec1 .s1,
.homepage .sec1 h1 {
  color: #fff;
}
.homepage .sec1 p {
  opacity: 0.7;
}
.homepage .sec1 p {
  width: 580px;
}
.homepage .sec1 .col:nth-child(1) {
  margin-right: 140px;
}
.homepage .sec1 .col:nth-child(2) {
  width: 36%;
}
.homepage .sec2 {
  padding: 60px 0 30px;
}
.homepage .sec2 .row1 .col {
  width: 31.5%;
  display: flex;
}
.homepage .sec2 .row1 .col div {
  margin-right: 6%;
}
.homepage .sec2 .row1 .col p {
  width: 70%;
  font-size: 20px;
  line-height: 25px;
  color: #505050;
  font-weight: bold;
}
.homepage .sec2 .row2 {
  margin: 30px 0 50px;
}
.homepage .sec2 .row2 .col {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .sec2 .row2 .col h2 {
  color: #feffff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 2;
  transform: translateY(0);
  transition: all 0.3s;
  font-family: "Jost", sans-serif;
  opacity: 1;
}
.homepage .sec2 .row2 .col:hover h2 {
  transform: translateY(-38px);
}
.homepage .sec2 .row2 .col p {
  position: absolute;
  bottom: 50%;
  color: #feffff;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.3s;
}
.homepage .sec2 .row2 .col:hover p {
  opacity: 1;
  transform: translateY(70px);
}
.homepage .sec2 .row2 .col::before {
  content: "";
  float: left;
  padding-bottom: 90%;
}
.homepage .sec2 .row2 .col {
  display: none;
}
.homepage .sec2 .row2 .col:hover {
  text-decoration: none;
}
.homepage .sec2 .row2 .col:nth-child(1) {
  background: url(.././img/boom-barrel-hotspot.webp) no-repeat center;
  background-size: cover;
  display: flex;
}
.homepage .sec2 .row2 .col:nth-child(2) {
  background: url(.././img/apparel-hotspot.jpg) no-repeat center;
  background-size: cover;
  display: flex;
}
.homepage .sec2 .row2 .col:nth-child(3) {
  background: url(.././img/products-hotspot.jpg) no-repeat center;
  background-size: cover;
  display: flex;
}
.homepage .sec2 .container-small p {
  text-align: center;
}
.homepage .sec2 .container-small p span {
  color: #542860;
}
.homepage .sec3 {
  padding-bottom: 0;
}
.homepage .sec3 .col:nth-child(1) {
  position: relative;
  margin-left: -30px;
  width: 40%;
}
.homepage .sec3 .col:nth-child(1) img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.homepage .sec3 .col:nth-child(2) {
  width: 59%;
}
.homepage .sec3 .col:nth-child(2) .s1 {
  padding-top: 0;
}
.homepage .sec3 .prod-row {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  width: 95%;
  margin-left: auto;
}
.homepage .sec3 .prod-row .item {
  position: relative;
  width: 200px;
  text-align: center;
  margin-bottom: 50px;
}
.homepage .sec3 .prod-row .item .img-cont {
  margin: 0 auto 25px;
  height: 180px;
  width: 180px;
  position: relative;
}
.homepage .sec3 .prod-row .item .img-cont img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.homepage .sec3 .prod-row .item .category a {
  text-decoration: underline;
  color: #2d2a2e;
}
.homepage .sec3 .woocommerce-Price-amount {
  color: #2d2a2e;
}
.homepage .sec3 .price ins {
  display: flex;
  flex-direction: row-reverse;
  width: max-content;
  margin: auto;
}
.homepage .sec3 .price {
  display: flex;
  flex-direction: column;
  margin: 23px 0 15px;
  height: 65px;
}
.homepage .sec3 .price ins span {
  margin-left: 5px;
}
.homepage .sec3 .price del {
  color: red;
}
.homepage .sec3 .price ins,
.homepage .sec3 .price ins bdi {
  color: red;
  font-size: 25px;
  text-decoration: none;
}
.homepage .sec3 .prod-row .item .price p {
  color: #2d2a2e;
  padding-bottom: 10px;
}
.homepage .sec3 .prod-row .item .sale {
  color: #dd2b2b;
  font-size: 25px;
  width: 100%;
  height: 40px;
}
.homepage .sec3 .prod-row .item .name {
  font-size: 25px;
  line-height: 29px;
  margin-top: 15px;
  font-weight: 400;
  color: #2d2b2c;
}
.homepage .sec4 {
  background: url(.././img/stone.jpg) no-repeat center;
  background-size: cover;
}
.homepage .sec4 .s1,
.homepage .sec4 h2,
.homepage .sec4 p {
  color: #fff;
}
.homepage .sec4 .col:nth-child(1) {
  width: 45%;
  margin-right: 7%;
}
.homepage .sec4 .col:nth-child(2) {
  width: 48%;
}
.homepage .sec4 .s1 {
  padding-top: 0;
}
.homepage .sec5 {
  padding: 0;
  position: relative;
}
.homepage .sec5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 23%;
  background-color: #e3e7ea;
}
.homepage .sec5 .col {
  width: 50%;
}
.homepage .sec5 .col:nth-child(1) img {
  display: block;
  margin-left: auto;
  height: 100%;
  width: 100%;
  max-width: 950px;
  object-fit: cover;
}
.homepage .sec5 .col:nth-child(2) .cont {
  max-width: 560px;
  margin: 30px 30px 30px 60px;
}
/* Story *******************************/
.story .bot-head {
  background-color: #000;
}
.story .sec1 {
  background: url(.././img/stone.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 150px;
}
.story .sec1 .s1,
.story .sec1 p {
  color: #fff;
}
.story .sec1 p {
  font-size: 25px;
  line-height: 33px;
  opacity: 0.7;
}
.story .sec1 .container-small {
  text-align: center;
}
.story .sec2 .col {
  width: 42%;
}
/* Contact *****************************/
.contact .sec1 .btn {
  width: 100%;
}
.contact .sec1 .s1 {
  font-size: 40px;
  line-height: 45px;
  transition: all 0.3s;
}
.contact .sec1 .s1:hover {
  color: #fbba3c;
}
.contact .sec1 h5 {
  font-size: 25px;
  color: #2d2a2e;
}
.contact .sec1 h4 {
  font-size: 18px;
  padding-bottom: 10px;
}
.contact .sec1 .icons i {
  font-size: 44px;
  color: #2d2a2e;
  transition: all 0.3s;
  margin-right: 5px;
}
.contact .sec1 .icons i:hover {
  color: #fbba3c;
}
.contact .sec1 .col:nth-child(1) {
  width: 66%;
}
.contact .sec1 .col:nth-child(1) .p1 {
  width: 90%;
}
.contact .sec1 .col:nth-child(1) h2 {
  padding-bottom: 15px;
}
.contact .sec1 form {
  border: 1px solid #000;
  padding: 30px;
  margin-bottom: 30px;
}
.contact .sec1 form label {
  font-size: 16px;
  color: #686868;
}
.contact .sec1 form label span {
  color: #ff0000;
}
.contact .sec1 form input,
.contact .sec1 form textarea {
  border: none;
  border-bottom: 1px solid #fbba3c;
  background-color: #f3f3f3;
  margin-top: 15px;
  max-width: 85.7%;
  width: 85%;
  height: 40px;
}
.contact .sec1 form .form-block:nth-child(1) input {
  margin-left: 10px;
}
.contact .sec1 form .form-block:nth-child(2) input {
  margin-left: 12px;
}
.contact .sec1 form .form-block:nth-child(4) label {
  display: block;
  margin-top: 20px;
}
.contact .sec1 form textarea {
  max-width: 100%;
  margin-top: 10px;
  width: 100%;
  height: 110px;
}
.contact .sec1 .col:nth-child(2) {
  width: 30%;
}
/* Contact *****************************/
.shop .sec1 {
  background: url(.././img/stone.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.shop .sec1 .container-sm {
  position: relative;
}
.shop .sec1 h2,
.shop .sec1 p {
  color: #fff;
}
.shop .sec1 p {
  opacity: 0.7;
}
.shop .sec1 .image-circle {
  position: absolute;
  bottom: -110px;
  right: 40px;
}
.shop .sec1 .small {
  position: absolute;
  top: -100px;
  left: 50px;
  width: 280px;
  height: 280px;
}
.shop .sec1 .col-md-6:nth-child(2) {
  padding-left: 20px;
}
.shop .sec2 {
  padding: 50px 0;
  background: url(.././img/prefooter-background.jpg) no-repeat center;
  background-size: cover;
}
.shop .sec2 h2,
.shop .sec2 p {
  color: #fff;
}
.shop .sec2 h2 {
  padding-left: 10%;
  padding-right: 10%;
}
.shop .sec2 .container-small {
  text-align: center;
}
.top-brick {
  width: 100%;
  height: 167px;
  background-color: #000;
}
.title-band {
  width: 100%;
  padding: 17px;
  background-image: url(.././img/pattern.jpg);
  position: relative;
  z-index: 2;
}
.title-band h1,
.title-band span.h1, .title-band span.bread-title {
  color: #fff;
  opacity: 0.7;
  display: block;
  margin-bottom: 0;
}

footer {
  position: relative;
  background-color: #333333;
  padding: 13px 0;
}
footer .col-lg-3 {
  padding-right: 5.7%;
}
footer .col-lg-3:last-child {
  padding-right: 0;
}
footer ul {
  padding-bottom: 10px;
}
footer ul li:before {
  display: none;
}
footer ul li a {
  color: #fff;
  transform: translateX(0);
  display: block;
  transition: all 0.3s;
  line-height: 22px;
  font-size: 15px;
  text-align: center;
}
footer ul li a:hover {
  color: #fbba3c;
  transform: translateX(10px);
  text-decoration: none;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
  color: #fbba3c;
}
footer p {
  font-size: 15px;
  line-height: 20px;
}
footer .contact {
  padding-bottom: 5px;
}
footer .phone {
  padding-bottom: 20px;
  display: block;
}
footer .row2 {
  border-top: 2px solid #6c3783;
  padding-top: 20px;
}
footer .row2 .col.col:nth-child(2) {
  padding-right: 8%;
}
@media all and (max-width: 1800px) {
  .sec5 .col:nth-child(1) {
    position: relative;
  }
  .sec5 .col:nth-child(1):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(90deg, #e3e7ea 0%, rgba(227, 231, 234, 0) 100%);
  }
}
@media all and (max-width: 1600px) {
  .king-bg::before {
    right: -100px;
    width: 420px;
    height: 560px;
  }
  .king-bg-big::before {
    display: none;
  }
}
@media all and (max-width: 1500px) {
  .homepage .sec1 .grad-left {
    display: block;
  }
}
@media all and (max-width: 1200px) {
  .homepage .sec1 .row {
    justify-content: space-between;
  }
  .homepage .sec1 .col:nth-child(1) {
    margin-right: 20px;
  }
  .homepage .image-circle {
    width: 300px;
    height: 300px;
  }
  footer .row2 .col.col:nth-child(2) {
    padding-right: 0;
  }
  .king-bg::before,
  .king-bg-big::before {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  header {
    display: none;
  }
  .top-brick {
    height: 53px;
  }
  .shop .sec2 h2 {
    padding-left: 0;
    padding-right: 0;
  }
  .homepage .sec1 {
    padding-top: 150px;
  }
  .homepage .sec1 .col:nth-child(2) {
    width: 35%;
  }
  .homepage .sec1 .col:nth-child(1) {
    width: 50%;
    margin-right: 8%;
  }
  .homepage .sec1 p {
    width: 100%;
  }
  .homepage .sec3 .col:nth-child(1) {
    display: none;
  }
  .homepage .sec3 .col:nth-child(2) {
    width: 100%;
  }
  .homepage .sec3 .prod-row {
    padding-top: 10px;
    width: 650px;
    margin: auto;
  }
}
@media all and (max-width: 900px) {
  .homepage .image-circle {
    width: 250px;
    height: 250px;
  }
  .shop .image-circle {
    width: 340px;
    height: 340px;
    left: 10px;
    top: 205px;
  }
  .shop .sec1 .small {
    left: 40px;
  }
}
@media all and (max-width: 850px) {
  .contact .sec1 .s1 {
    font-size: 35px;
  }

  .contact .sec1 form input {
    width: 83%;
  }
}
@media all and (max-width: 768px) {
  .homepage .sec3 .prod-row .item .img-cont {
    width: 100%;
    height: auto;
  }
  .homepage .sec3 .item .onsale {
    left: 0;
  }
  .homepage h1 {
    padding-bottom: 15px;
  }
  section {
    padding: 15px 0;
  }
  h1,
  span.h1 {
    font-size: 14px;
    line-height: 18px;
  }
  .title-band h1,
  .title-band span.h1,
  .title-band span.h1 a, .title-band span.bread-title, .title-band span.bread-title a {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 15px 0;
  }
  h3 {
    font-size: 32px;
    line-height: 40px;
    padding: 15px 0;
  }
  .homepage h2 {
    padding: 15px 0;
  }
  .s1 {
    font-size: 40px;
    line-height: 47px;
  }
  .s2 {
    font-size: 30px;
    padding: 15px 0;
  }
  .normal-content .row {
    flex-direction: column;
  }
  .normal-content .row .col {
    width: 100%;
  }
  .shop .sec1 .col-md-6:nth-child(1) {
    display: none;
  }
  .shop .sec1 {
    padding: 40px 0;
  }
  .contact .sec1 .row {
    flex-direction: column;
  }
  .contact .sec1 .row .col {
    width: 100%;
  }
  .contact .sec1 form input {
    display: block;
    width: 100%;
    max-width: unset;
    margin-left: 0 !important;
  }
  .form-block:not(:nth-child(1)) label {
    margin-top: 19px;
  }
  footer .col-lg-3 {
    text-align: center;
  }
  footer ul li a {
    margin: auto;
  }
  footer .row2 {
    padding-top: 10px;
  }
  .homepage .sec2 .row1 .col {
    width: 100%;
  }
  .homepage .sec2 .row1 .col:nth-child(2) {
    margin: 30px 0;
  }
  .homepage .sec2 .row1 .col p {
    width: 100%;
  }
  .homepage .sec5 .col:nth-child(2) .cont {
    max-width: 100%;
    margin: 15px 15px 30px 15px;
  }
  .homepage .sec5:before {
    display: none;
  }
  .homepage .sec5 .row {
    flex-direction: column;
  }
  .homepage .sec5 .row .col {
    width: 100%;
  }
  .homepage .sec5 .row .col:nth-child(1):before {
    display: none;
  }
  .homepage .sec3 .prod-row {
    width: 100%;
    flex-direction: column;
  }
  .homepage .sec3 .prod-row .item {
    width: 100%;
  }
  .homepage .sec3 .prod-row .item {
    margin-bottom: 30px;
  }
  .homepage .sec2 .row2 .col {
    width: 100%;
  }
  .homepage .sec2 .row2 .col:nth-child(2) {
    margin: 30px 0;
  }
  .homepage .sec1 {
    padding-top: 90px;
    padding-bottom: 30px;
    background: #000;
  }
  .homepage .sec1 .col:nth-child(1) {
    width: 100%;
  }
  .homepage .sec1 h1,
  .homepage .sec1 .s1 {
    text-align: center;
  }
  .homepage .sec1 .s1 {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .homepage .sec1 .col:nth-child(2) {
    display: none;
  }
  .homepage .sec1 .image-box {
    display: block;
  }
  .homepage .sec1 p {
    text-align: center;
    margin-top: 30px;
  }
  .homepage .sec1 .btn {
    margin: 15px auto 0;
  }
  .homepage .sec2 .row2 .col h2 {
    font-size: 22px;
  }
  .homepage .sec2 {
    padding: 30px 0 15px;
  }
  .homepage .sec2 .row2 {
    margin-bottom: 30px;
  }
  .homepage .sec4 .col:nth-child(2) {
    display: none;
  }
  .homepage .sec4 .col:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 500px) {
  footer .row2 {
    flex-direction: column;
    align-items: center;
  }
  .homepage .sec1 .image-box {
    background: url(.././img/hero-mobile.jpg) no-repeat 100% 47%;
    background-size: cover;
  }
  .homepage .sec1 .btn {
    width: 100%;
  }
  .mo_menu .cart {
    padding: 8px 13px;
  }
  .mo_menu .cart i {
    font-size: 13px;
  }
  .mo_menu .cart .count {
    width: 15px;
    height: 15px;
    font-size: 9px;
    line-height: 2px;
  }
}
@media all and (max-width: 340px) {
  .homepage .sec1 .image-box {
    background: url(.././img/hero-mobile.jpg) no-repeat 100% 100%;
    background-size: cover;
  }
}
