html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
body {
background: var(--light-gray-color);
}
.post,
.page {
margin: 0;
padding: 0;
}
* {
margin: 0;
padding: 0;
font-family: "Open Sans", sans-serif;
}
*:focus {
outline: none !important;
}
a {
text-decoration: none;
color: var(--black-color);
}
a:visited {
color: var(--black-color);
}
ul {
margin: 0;
padding: 0;
}
ul > li {
margin: 0;
padding: 0;
list-style: none;
}
.is-mobile {
display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Champion-htf", "Oswald", sans-serif;
}
.container,
.full-container,
.tiny-container {
margin: 0 auto;
}
.container {
width: 1680px;
}
.full-container {
width: 95%;
}
.tiny-container {
width: 80%;
position: relative;
}
.d-flex {
display: flex;
}
.justify-center {
justify-content: center;
}
.justify-end {
justify-content: flex-end;
}
.space-between {
justify-content: space-between;
}
.space-around {
justify-content: space-around;
}
.align-center {
align-items: center;
}
.md-col-2 > div {
width: 50%;
} input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type=number] {
-moz-appearance: textfield;
} ::-webkit-scrollbar {
width: 0px;
} ::-webkit-scrollbar-track {
border-radius: 0;
} ::-webkit-scrollbar-thumb {
background: #797979;
border-radius: 0;
} ::-webkit-scrollbar-thumb:hover {
background: #797979;
}
.radio-field {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 18px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.radio-field input {
position: absolute;
opacity: 0;
cursor: pointer;
}  .checkmark {
position: absolute;
top: 1px;
left: 6px;
height: 15px;
width: 15px;
background-color: #eee;
border-radius: 50%;
border: 1px solid var(--secundary-color);
box-shadow: 1px 4px 10px var(--secundary-color);
} .radio-field:hover input ~ .checkmark {
background-color: #ccc;
} .radio-field input:checked ~ .checkmark {
background-color: var(--secundary-color);
} .checkmark:after {
content: "";
position: absolute;
display: none;
}
.radio-field {
display: flex !important;
justify-content: space-between;
font-size: 12px;
font-weight: 500;
} .radio-field input:checked ~ .checkmark:after {
display: block;
} .radio-field .checkmark:after {
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
}.header > .container {
padding: 30px 0 5px 0;
}
.header > .container > div > a {
display: flex;
}
.header > .container > .header-logo > a > img {
width: 140px;
}
.header > .container > .header-menu {
width: 100%;
}
.header > .container > .header-menu > div {
display: flex;
justify-content: flex-end;
align-items: center;
}
.header > .container > .header-menu > div > a {
display: flex;
justify-content: center;
align-items: center;
padding: 7px 0;
width: 105px;
font-size: 12px;
background: var(--menu-gray-color);
border-radius: 5px;
text-transform: uppercase;
transition: all 0.4s;
margin: 3px;
font-family: "Maxular", "Open Sans", sans-serif;
}
.header > .container > .header-menu > div > a:hover {
background: var(--primary-color);
}
.header > .container > .header-menu > div > span {
padding: 3px 10px;
}
.header > .container > .header-menu > div > ul {
text-align: right;
}
.header > .container > .header-menu > div > ul > li {
display: inline-block;
font-size: 12px;
background: var(--menu-gray-color);
border-radius: 5px;
text-transform: uppercase;
transition: all 0.4s;
margin: 3px;
}
.header > .container > .header-menu > div > ul > li:hover {
background: var(--primary-color);
}
.header > .container > .header-menu > div > ul > li > a {
display: flex;
justify-content: center;
align-items: center;
padding: 7px 0;
width: 105px;
text-align: center;
cursor: pointer;
font-family: "Maxular", "Open Sans", sans-serif;
}
.header > .container > .header-menu > div > ul > li > a > i {
font-size: 18px;
}
.header > .container > .header-menu > div > ul > li > a > img {
width: 18px;
margin-bottom: 3px;
}
.header > .container > .header-menu > div > ul > li > .sm-btn {
width: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.header > .container > .header-menu > div > ul > .active {
background: var(--primary-color);
}
.header-fixed {
position: fixed;
width: 100%;
z-index: 98;
}
.header-bg {
background: rgba(255, 255, 255, 0) !important;
}
.home {
height: 100vh;
background-size: cover;
background-position: center;
background-color: #d1d1d1;
}
.home > .container {
height: 100%;
}
.home > .container > div {
position: relative;
width: 50%;
}
.home > .container > div:nth-of-type(1) {
width: 50%;
}
.home > .container > div:nth-of-type(1) > h2 {
font-size: 97px;
line-height: 100px;
font-weight: 900;
text-transform: uppercase;
color: #000;
font-family: "Champion-htf", "Oswald", sans-serif;
font-weight: 400;
margin-bottom: 30px;
}
.home > .container > div:nth-of-type(1) > p {
font-family: "Maxular", "Open Sans", sans-serif;
font-size: 24px;
font-weight: 500;
}
.home > .container > div:nth-of-type(2) > div {
width: 100%;
height: 100vh;
}
.home > .container > div:nth-of-type(2) > div > img {
position: absolute;
width: 85%;
left: 110px;
bottom: 0;
}
.home-bottom {
position: absolute;
bottom: 0;
width: 100%;
}
.home-bottom > .container {
padding: 40px 0;
}
.home-bottom > .container > div {
background: #e7114d;
border-radius: 16px;
box-shadow: 0 0 10px rgba(128, 128, 128, 0.245);
display: flex;
justify-content: space-between;
align-items: center;
width: 460px;
padding: 1.5px 10px;
box-shadow: 0 5px 8px #767676;
}
.home-bottom > .container > div > div > img {
width: 110px;
margin-top: -45px;
margin-left: 18px;
margin-right: -18px;
}
.home-bottom > .container > div > div > h4 {
font-family: "Maxular", sans-serif;
color: #fff;
font-size: 15px;
line-height: 18px;
font-weight: 400;
}
.home-bottom > .container > div > div > h4 > span {
display: block;
font-family: "Maxular", sans-serif;
}
.home-bottom > .container > div > div > h4 > span > strong {
font-weight: 700;
font-family: "Maxular", sans-serif;
text-transform: uppercase;
}
.home-bottom > .container > div > div > a {
display: inline-block;
background: #fff;
padding: 7px 15px;
padding: 15px 15px;
font-size: 14px;
border-radius: 8px;
color: #000;
font-family: "Maxular", sans-serif;
box-shadow: 0 5px 8px #990b33;
}
.home-detail-1 {
position: absolute;
top: -150px;
left: -40px;
width: 240px;
}
.temple-page {
height: 95vh;
background: var(--light-gray-color);
}
.temple-page > .container {
height: 100vh;
}
.temple-page > .container > div:nth-of-type(1) {
width: 45%;
}
.temple-page > .container > div:nth-of-type(2) {
width: 55%;
display: flex;
align-self: flex-end;
}
.temple-page > .container > div:nth-of-type(2) > div {
height: 100vh;
width: 100%;
position: relative;
}
.temple-page > .container > div:nth-of-type(2) > div > img {
width: 100%;
position: absolute;
bottom: 0;
}
.notfound-page {
background: #000;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.notfound-page > a {
display: inline-block;
}
.notfound-page > a > img {
width: 320px;
}
.wac-qty-button {
border: 0;
}
.cart-btn {
background: transparent !important;
border: 0;
position: relative;
}
.cart-btn > img {
width: 16px;
}
.cart-btn > span {
background: var(--third-color);
border-radius: 100%;
padding: 2px 7px;
position: absolute;
right: -13px;
bottom: -5px;
font-size: 11px;
}
.slider-temple {
margin-top: 160px;
}
.slider-temple .slick-current.slick-active {
position: absolute !important;
top: 0px !important;
right: 340px !important;
left: 0 !important;
}
.slider-temple .slick-list {
height: 765px !important;
}
.slider-temple .slick-dots {
position: absolute;
top: 0px;
left: -70px;
}
.slider-temple .slick-dots > li {
height: 170px;
position: relative;
margin-bottom: 15px;
}
.slider-temple .slick-dots > li > button {
height: 100%;
width: 5px;
background: transparent;
color: transparent;
border: 0;
cursor: pointer;
}
.slider-temple .slick-dots > li::before {
content: "";
width: 4px;
height: 100%;
left: 20px;
background: #bbbbbb;
position: absolute;
border-radius: 5px;
}
.slider-temple .slick-dots > .slick-active::before {
content: "";
width: 4px;
height: 100%;
background: var(--primary-color);
position: absolute;
}
.slider-info {
width: 585px !important;
}
.slider-info > h3 {
font-size: 67px;
line-height: 64px;
text-transform: uppercase;
margin-bottom: 20px;
font-family: "Champion-htf", "Oswald", sans-serif;
font-weight: 400;
color: #000;
}
.slider-info > p {
font-size: 14px;
padding: 7px 0;
font-family: "Maxular", "Open Sans", sans-serif;
font-weight: 400;
}
.slider-info > button {
background: var(--primary-color);
font-family: "Maxular", "Open Sans", sans-serif;
border-radius: 10px;
color: #000;
border: 0;
text-transform: uppercase;
font-size: 12px;
padding: 10px 15px;
cursor: pointer;
}
.slider-info > button > i {
font-size: 9px;
}
.slider-info > .slider-info-box {
display: flex;
align-items: center;
border: 1px solid var(--menu-gray-color);
border-radius: 25px;
grid-gap: 20px;
padding: 20px;
margin-bottom: 20px;
width: 190px;
}
.slider-info > .slider-info-box > div:nth-of-type(1) {
flex: 2;
}
.slider-info > .slider-info-box > div:nth-of-type(1) > img {
width: 180px;
margin-bottom: 10px;
}
.slider-info > .slider-info-box > div:nth-of-type(1) > div > h4 {
text-transform: uppercase;
font-family: "Gotham", "Open Sans", sans-serif;
}
.slider-info > .slider-info-box > div:nth-of-type(1) > div > span {
font-size: 12px;
font-family: "Gotham", "Open Sans", sans-serif;
}
.slider-info > .slider-info-box > div:nth-of-type(2) {
flex: 4;
opacity: 0;
visibility: hidden;
margin-left: -100px;
transition: all 0.4s;
display: none;
}
.slider-info > .slider-info-box > div:nth-of-type(2) > ul {
margin-bottom: 10px;
}
.slider-info > .slider-info-box > div:nth-of-type(2) > ul > li {
display: flex;
align-items: center;
padding: 5px 0;
}
.slider-info > .slider-info-box > div:nth-of-type(2) > ul > li > img {
width: 20px;
height: 18px;
}
.slider-info > .slider-info-box > div:nth-of-type(2) > ul > li > i {
font-weight: 900;
font-size: 18px;
}
.slider-info > .slider-info-box > div:nth-of-type(2) > ul > li > span {
margin-left: 5px;
font-family: "Gotham", "Open Sans", sans-serif;
font-weight: 100;
}
.slider-info > .slider-info-box > div:nth-of-type(2) > p {
font-size: 14px;
font-family: "Maxular", "Open Sans", sans-serif;
}
.slider-info > .slider-info-box-active {
width: 510px;
display: flex;
}
.slider-info > .slider-info-box-active > div:nth-of-type(2) {
margin-left: 0px;
display: block;
opacity: 1;
visibility: visible;
}
.slider-map {
margin-top: -20px;
width: 580px;
height: 580px;
}
.pin-data {
width: 70px;
background: transparent;
position: absolute;
top: -70px;
left: -30px;
}
.pin-data > span {
position: absolute;
width: 32px;
text-align: center;
left: 19px;
top: 22px;
font-weight: 700;
font-size: 14px;
color: var(--secundary-color);
}
.btn-fixed-temple {
background: #cccccc;
position: fixed;
bottom: 0;
display: none;
justify-content: space-between;
width: 100%;
box-shadow: 0 0 30px rgba(98, 98, 98, 0.7411764706);
grid-gap: 5px;
padding: 0 5px;
}
.btn-fixed-temple > button {
width: 33%;
padding: 14px 20px;
text-align: left;
border-radius: 10px;
margin: 8px 0;
background: #f2f2f2;
}
.btn-fixed-temple > button > span,
.btn-fixed-temple > button > h4 {
font-family: "Gotham";
}
.btn-fixed-temple > button > span {
font-size: 12px;
margin-bottom: 5px;
display: inline-block;
}
.btn-fixed-temple > button > h4 {
font-weight: 900;
text-transform: uppercase;
font-size: 14px;
}
.btn-fixed-temple > .temple-active {
background: #e7114d;
}
.btn-fixed-temple > .temple-active > span,
.btn-fixed-temple > .temple-active > h4 {
color: #fff;
}
.roadmap-page {
height: 100vh;
}
.roadmap-page > .container {
height: 100vh;
width: 70%;
}
.roadmap-page > .container > div > .roadmap-title > h2 {
font-size: 70px;
text-transform: uppercase;
font-family: "Champion-htf", "Oswald", sans-serif;
font-weight: 400;
color: #000;
}
.roadmap-page > .container > div > .roadmap-title > p {
font-family: "Maxular", "Open Sans", sans-serif;
font-size: 16px;
}
.roadmap-page > .container > div > .roadmap-comics {
position: relative;
}
.roadmap-page > .container > div > .roadmap-comics > img {
width: 630px;
}
.roadmap-page > .container > div > .roadmap-comics-mobile {
position: relative;
}
.roadmap-page > .container > .roadmap-img > div > img {
mix-blend-mode: multiply;
position: absolute;
bottom: 90px;
right: 210px;
width: 680px;
}
.box1,
.box2,
.box3,
.box4 {
position: absolute;
opacity: 1;
transition: all 0.4s;
mix-blend-mode: multiply;
cursor: pointer;
}
.box1:hover,
.box2:hover,
.box3:hover,
.box4:hover {
opacity: 1;
}
.box1 > div,
.box2 > div,
.box3 > div,
.box4 > div {
position: absolute;
}
.box1 > div > h2,
.box2 > div > h2,
.box3 > div > h2,
.box4 > div > h2 {
line-height: 22px;
text-transform: uppercase;
font-family: "Gotham", "Oswald", sans-serif;
font-weight: 900;
color: #000;
margin-bottom: 5px;
}
.box1 > div > p,
.box2 > div > p,
.box3 > div > p,
.box4 > div > p {
font-size: 12px;
font-family: "Maxular", "Open Sans", sans-serif;
}
.box1-m,
.box2-m,
.box3-m,
.box4-m {
position: absolute;
opacity: 0;
transition: all 0.4s;
mix-blend-mode: multiply;
cursor: pointer;
}
.box1-m:hover,
.box2-m:hover,
.box3-m:hover,
.box4-m:hover {
opacity: 1;
}
.box1-m > div,
.box2-m > div,
.box3-m > div,
.box4-m > div {
position: absolute;
}
.box1-m > div > h2,
.box2-m > div > h2,
.box3-m > div > h2,
.box4-m > div > h2 {
line-height: 22px;
text-transform: uppercase;
font-family: "Gotham", "Oswald", sans-serif;
font-weight: 900;
color: #000;
margin-bottom: 5px;
}
.box1-m > div > p,
.box2-m > div > p,
.box3-m > div > p,
.box4-m > div > p {
font-size: 12px;
font-family: "Maxular", "Open Sans", sans-serif;
}
.box2 > div,
.box4 > div {
text-align: right;
}
.box1 {
top: 62px;
width: 298px;
left: 4px;
}
.box1 > div {
padding: 19px;
height: 100%;
}
.box1-m {
top: 192px;
width: 328px;
left: 4px;
}
.box1-m > div {
padding: 19px;
height: 100%;
}
.box2 {
left: 4px;
bottom: 254px;
width: 282px;
}
.box2 > div {
padding: 25px;
height: 100%;
}
.box2-m {
left: 4px;
bottom: 204px;
width: 326px;
}
.box3 {
left: 6px;
bottom: 123px;
width: 260px;
}
.box3 > div {
padding: 25px;
height: 100%;
}
.box3-m {
left: 3px;
bottom: 99px;
width: 327px;
}
.box4 {
left: 3px;
bottom: 5px;
width: 250px;
}
.box4 > div {
padding: 25px;
height: 100%;
}
.box4-m {
left: 3px;
bottom: 2px;
width: 325px;
}
.box-blocked {
opacity: 1 !important;
}
.footer {
background: var(--black-color);
margin-top: 130px;
}
.footer > div {
position: relative;
padding: 60px 0;
}
.footer > div > div:nth-of-type(1) {
width: 60%;
margin-left: 60px;
}
.footer > div > div:nth-of-type(1) > div:nth-of-type(1) {
align-items: flex-end;
border-bottom: 1px solid #444444;
}
.footer > div > div:nth-of-type(1) > .footer-top {
padding-bottom: 40px;
}
.footer > div > div:nth-of-type(1) > .footer-top > .is-desktop {
text-align: right !important;
}
.footer > div > div:nth-of-type(1) > .footer-top > div {
width: 40%;
}
.footer > div > div:nth-of-type(1) > .footer-top > div:nth-of-type(2) {
text-align: right;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > h4,
.footer > div > div:nth-of-type(1) > .footer-top > div > span,
.footer > div > div:nth-of-type(1) > .footer-top > div > ul li a {
color: var(--menu-gray-color);
text-transform: uppercase;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > h4 {
font-family: "Gotham", "Open Sans", sans-serif;
margin-bottom: 15px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > ul li a {
font-size: 13px;
margin-bottom: 10px;
font-family: "Gotham", "Open Sans", sans-serif;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > img {
width: 140px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > span {
display: block;
font-size: 13px;
font-weight: 700;
padding: 10px 0;
font-family: "Gotham", "Open Sans", sans-serif;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form {
display: flex;
justify-content: flex-end;
grid-gap: 10px;
font-family: "Gotham", "Open Sans", sans-serif;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form > input[type=email] {
border: 1px solid var(--menu-gray-color);
background: transparent;
border-radius: 15px;
padding: 10px 35px;
color: var(--menu-gray-color);
font-size: 14px;
width: 300px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form > input[type=email]::-moz-placeholder {
color: var(--menu-gray-color);
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form > input[type=email]::placeholder {
color: var(--menu-gray-color);
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form > input[type=submit] {
background: var(--menu-gray-color);
color: var(--black-color);
text-transform: uppercase;
font-weight: 700;
padding: 10px 30px;
border-radius: 15px;
cursor: pointer;
}
.footer > div > div:nth-of-type(1) > .footer-bottom {
padding-top: 20px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > img {
width: 360px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > ul > li {
display: inline-block;
padding: 15px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > ul > li > a {
font-size: 35px;
color: var(--primary-color);
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > ul > li > a > img {
width: 40px;
margin-bottom: -4px;
}
.footer > div > div:nth-of-type(2) {
width: 600px;
height: auto;
position: absolute;
right: 0;
bottom: 0;
overflow: hidden;
}
.footer > div > div:nth-of-type(2) > img {
bottom: -15px;
position: relative;
}
.transition {
opacity: 0;
transition: all 0.4s;
}
.transition-off {
opacity: 1;
}
.open-menu {
border: 0;
background: transparent;
}
.header-mobile-options {
width: 120px;
display: flex;
justify-content: flex-end;
align-items: center;
}
.header-mobile-options > a {
padding: 10px;
}
.header-mobile-options > a > img {
width: 22px;
}
.header-mobile-options > a > span {
padding: 2px 10px;
bottom: 8px;
font-size: 10px;
right: -3px;
}
.header-mobile-options > button {
padding: 10px;
}
.header-mobile-options > button > i {
font-size: 24px;
}
.single-page-title {
text-align: center;
}
.single-page-title > h2 {
font-weight: 600;
text-transform: uppercase;
font-family: "Gotham";
font-size: 0px;
}
.single-page {
padding: 40px 0;
}
.single-page > .entry-content > h2,
.single-page > .entry-content h3,
.single-page > .entry-content h4,
.single-page > .entry-content h5,
.single-page > .entry-content h6 {
font-family: "Gotham";
font-weight: 600;
}
.map-pin span {
position: absolute;
bottom: 10px;
width: 40px;
text-align: center;
left: -30px;
}
.cart-bg {
background: #f2f2f2;
}
.single-page > .entry-content {
width: 1600px;
margin: 0 auto;
}
.single-checkout-page > .entry-content {
width: 1470px;
width: 100%;
}
.woocommerce-form-coupon-toggle {
display: none;
}.background-shadow, .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order, .p-modal-active > .p-modal-box, .category-image {
box-shadow: 4px 4px 10px #c5c5c5;
}
.padding-top {
padding-top: 90px;
width: 100%;
}
.ruler-category {
border-bottom: 1px solid var(--gray-color);
}
.ruler-category > .full-container {
padding: 15px 0;
}
.ruler-category > .full-container > div {
width: 80%;
}
.ruler-category > .full-container > div > ul {
background: var(--light-2-gray-color);
width: -moz-fit-content;
width: fit-content;
border-radius: 10px;
}
.ruler-category > .full-container > div > ul > li {
padding: 5px;
display: inline-block;
}
.ruler-category > .full-container > div > ul > li > a {
background: transparent;
text-transform: uppercase;
font-weight: 700;
padding: 5px 15px;
border-radius: 5px;
display: inline-block;
transition: all 0.4s;
font-size: 14px;
font-family: "Gotham", "Open Sans", sans-serif;
font-weight: 900;
}
.ruler-category > .full-container > div > ul > li > a:hover {
color: var(--black-color);
background: var(--light-gray-color);
}
.ruler-category > .full-container > div > ul > li > .active {
background: var(--light-gray-color);
}
.ruler-category > .full-container > div > ul > li > .cat-active {
color: var(--black-color);
background: var(--light-gray-color);
}
.category-topbar {
background: var(--light-gray-color);
position: fixed;
width: 100%;
z-index: 88;
top: 0;
padding-top: 80px;
}
.category-padding {
padding-top: 200px;
}
.product-category {
display: flex;
grid-gap: 60px;
}
.product-filter {
width: 20%;
}
.open-price-btn {
border: 0;
background: transparent;
padding: 0;
text-align: right;
flex: auto;
}
.wc-block-price-filter__title {
display: none;
}
.wc-block-components-filter-reset-button {
padding: 0 5px;
font-size: 14px;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
background: transparent;
border: 0;
width: 60px;
font-size: 12px;
}
.wc-block-components-price-slider__actions {
justify-content: flex-start;
}
.woocommerce-result-count {
font-size: 12px;
}
.product-category-grid {
width: 100%;
}
.category-image {
background-size: cover;
background-position: center;
background-color: var(--dark-gray-color);
border-radius: 25px;
height: 540px;
}
.cart-title {
font-size: 54px;
color: #000;
text-transform: uppercase;
}
.cart-ruler {
background: var(--black-color);
border-radius: 20px;
padding: 12px 16px 12px 50px;
margin-bottom: 45px;
margin-top: 10px;
box-shadow: 3px 3px 20px #343434;
}
.cart-ruler > .cart-ruler-total {
font-size: 26px;
color: #fff;
text-transform: uppercase;
font-family: "Gotham";
font-weight: 900;
}
.cart-ruler > .wc-proceed-to-checkout {
padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.button.alt.disabled {
padding: 15px 55px;
border-radius: 12px;
text-transform: uppercase;
background: var(--third-color);
color: var(--black-color);
margin: 0;
transition: all 0.4s;
font-size: 26px;
opacity: 1;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce a.button.alt.disabled:hover {
background: var(--third-color);
color: var(--black-color);
box-shadow: 0 0 15px #8eff32;
}
.cart-container > form {
flex: 3;
}
.cart-container > .cart-sidebar {
flex: 1.35;
padding-left: 30px;
border-left: 1px solid #d0d0d0;
}
.cart-container > .cart-sidebar > form > .coupon {
padding: 20px 10px 40px 10px;
}
.cart-container > .cart-sidebar > form > .coupon > label {
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
font-family: "Gotham", "Open Sans", sans-serif;
}
.cart-container > .cart-sidebar > form > .coupon > p {
font-size: 12px;
font-family: "Maxular", "Open Sans", sans-serif;
}
.cart-container > .cart-sidebar > form > .coupon > input {
background: transparent;
padding: 10px 15px;
border-radius: 10px;
font-size: 14px;
width: 100%;
}
.cart-container > .cart-sidebar > form > .coupon > button {
display: none;
}
.cart-container > .cart-sidebar > .cart_totals > form > .coupon {
padding: 20px 20px 40px 20px;
}
.cart-container > .cart-sidebar > .cart_totals > form > .coupon > label {
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
font-family: "Gotham", "Open Sans", sans-serif;
}
.cart-container > .cart-sidebar > .cart_totals > form > .coupon > p {
font-size: 12px;
font-family: "Maxular", "Open Sans", sans-serif;
}
.cart-container > .cart-sidebar > .cart_totals > form > .coupon > input {
background: transparent;
padding: 10px 15px;
border-radius: 10px;
font-size: 12px;
width: 100%;
}
.cart-container > .cart-sidebar > .cart_totals > form > .coupon > button {
display: none;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
text-align: left !important;
}
.woocommerce-shipping-totals {
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
font-family: "Gotham", "Open Sans", sans-serif;
}
.woocommerce-shipping-totals > td {
border-top: 1px solid #d0d0d0 !important;
padding: 40px 0 40px 0 !important;
margin-bottom: 40px;
}
.woocommerce-shipping-totals > td > form {
text-align: left;
}
.woocommerce-shipping-totals > div {
display: flex;
flex-direction: column-reverse;
}
.woocommerce-shipping-totals > div::before {
display: none;
}
.woocommerce-shipping-totals > .woocommerce-shipping-methods {
text-transform: initial;
border: 1px solid var(--dark-gray-color);
padding: 20px !important;
padding-right: 40px;
border-radius: 20px;
margin: 25px 0;
}
.woocommerce-shipping-totals > p {
font-size: 12px;
text-transform: initial;
font-weight: 500;
font-family: "Gotham", "Open Sans", sans-serif;
}
.calculated_shipping > div:first-child {
display: none;
}
.payment_box > #wcmp-checkout-errors > ul {
position: relative !important;
}
.cart-subtotal,
.order-total {
display: flex;
justify-content: space-around;
display: table-row;
}
.cart-subtotal > th,
.cart-subtotal td,
.order-total > th,
.order-total td {
flex: 1;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td {
text-align: left !important;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.cart-subtotal tr td {
text-align: right !important;
}
.calculated_shipping > div:first-child,
.calculated_shipping > td:first-child,
.woocommerce-shipping-totals > div:first-child,
.woocommerce-shipping-totals > td:first-child {
padding: 40px 20px;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
font-family: "Gotham", "Open Sans", sans-serif;
}
.calculated_shipping > div > ul,
.calculated_shipping > td > ul,
.woocommerce-shipping-totals > div > ul,
.woocommerce-shipping-totals > td > ul {
text-transform: initial;
border: 1px solid var(--dark-gray-color);
padding: 20px !important;
padding-right: 40px;
border-radius: 20px;
margin: 25px 0;
}
.calculated_shipping > div > form > a,
.calculated_shipping > td > form > a,
.woocommerce-shipping-totals > div > form > a,
.woocommerce-shipping-totals > td > form > a {
border-radius: 30px;
font-size: 12px;
padding: 5px 22px;
color: #000;
background: #e0e0e0;
}
.calculated_shipping > div > .woocommerce-shipping-destination,
.calculated_shipping > td > .woocommerce-shipping-destination,
.woocommerce-shipping-totals > div > .woocommerce-shipping-destination,
.woocommerce-shipping-totals > td > .woocommerce-shipping-destination {
font-size: 12px;
}
.calculated_shipping > div::before,
.calculated_shipping > td::before,
.woocommerce-shipping-totals > div::before,
.woocommerce-shipping-totals > td::before {
display: none;
}
.shop_table_responsive {
padding: 0 10px 30px 10px !important;
}
.woocommerce-shipping-destination,
.woocommerce-shipping-destination strong {
font-family: "Maxular", "Open Sans", sans-serif;
}
.cart-options-btn {
margin-bottom: 20px;
}
.cart-options-btn > p {
width: 50%;
text-transform: initial;
font-weight: 400;
font-size: 12px;
}
.cart-options-btn > p > strong {
font-weight: 700;
}
.cart-options-btn > form > a {
margin-top: -30px !important;
float: right !important;
background: var(--dark-gray-color);
padding: 5px 15px;
border-radius: 15px;
font-size: 10px;
color: #000;
}
.shop_table_responsive > tbody > .cart-subtotal > td,
.shop_table_responsive > tbody > .order-total > td {
text-align: right !important;
}
.woocommerce-checkout-review-order-table > tfoot > .cart-subtotal,
.woocommerce-checkout-review-order-table > tfoot > .order-total {
display: contents !important;
}
.woocommerce-checkout-review-order-table > tfoot > .woocommerce-shipping-totals {
width: 100%;
}
.woocommerce-checkout-review-order-table > tfoot > .woocommerce-shipping-totals > td {
padding: 0 !important;
display: table-cell;
}
.woocommerce-checkout-review-order-table > tfoot > .woocommerce-shipping-totals > td > ul {
border: 0 !important;
}
.payment_method_woo-pagarme-payments > label > img {
display: none !important;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td {
font-size: 12px;
}
.product_cart-grid {
display: flex;
flex-wrap: wrap;
z-index: 1;
width: 100%;
}
.product_cart-grid > tbody {
flex-wrap: wrap;
display: flex;
width: 100%;
}
.product_cart-grid > tbody > .cart-box {
padding: 25px;
width: 30%;
border-radius: 12px;
border: 2px solid #d0d0d0;
margin: 10px;
display: flex;
flex-direction: column !important;
width: 290px;
}
.product_cart-grid > tbody > .cart-box > .cart-box-content > .category-image {
height: 290px;
border-radius: 10px;
}
.product_cart-grid > tbody > .cart-box > .cart-box-content > .cart-box-name {
padding: 20px 0;
font-size: 14px;
font-weight: 700;
}
.product_cart-grid > tbody > .cart-box > .cart-box-content > .cart-box-name > .product-price {
font-weight: 400;
font-family: "Gotham", sans-serif;
padding-top: 5px;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control {
border-top: 1px solid #d0d0d0;
padding-top: 10px;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control > div:nth-of-type(1) {
flex: 1;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control > div:nth-of-type(2) {
flex: 3;
padding-left: 10px;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control > div:nth-of-type(3) {
flex: 1;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control > .cart-box-control-qty {
display: flex;
justify-content: space-between;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control > .cart-box-control-qty > div > button {
background: transparent;
border: 0;
font-size: 9px;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control > .cart-box-control-qty > div > div > input {
border: 0;
background: transparent;
width: 50px;
text-align: center;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control > .cart-product-price {
font-size: 14px;
font-weight: 700;
margin-top: 5px;
}
.cart-total-table {
padding: 0 12px;
}
.cart-total-table > div {
display: flex;
justify-content: space-between;
padding: 5px 0;
font-size: 12px;
font-weight: 500;
font-family: "Gotham", "Open Sans", sans-serif !important;
}
.cart-total-table > .bold {
font-weight: 700;
text-transform: uppercase;
}
.shipping-calculator-form {
display: block !important;
}
.cart-container-top {
display: flex;
justify-content: space-between;
align-items: center;
}
.cart-container-top > .woocommerce-notices-wrapper > .woocommerce-message,
.cart-container-top > .woocommerce-notices-wrapper > .woocommerce-error {
position: relative !important;
}
.shipping-calculator-form #calc_shipping_country_field {
display: none !important;
}
.shipping-calculator-form #calc_shipping_city {
display: none;
}
.shipping-calculator-form input {
border: 1px solid var(--gray-color);
background: transparent;
border-radius: 5px;
padding: 9px 15px;
font-size: 14px;
width: 100%;
}
.woocommerce a.remove,
.woocommerce a.remove:hover {
font-size: 14px;
color: var(--black-color) !important;
background: transparent;
}
.product-grid { display: flex;
flex-wrap: wrap;
z-index: 1;
}
.product-grid > .product-li {
margin: 0;
padding: 0;
}
.product-grid.columns-3 > .product-li {
width: 33%;
}
.product-grid.columns-4 > .product-li {
width: 25%;
}
.product-grid.columns-5 > .product-li {
width: 20%;
} .filter-btn {
display: flex;
font-family: "Gotham", "Open Sans", sans-serif;
grid-gap: 15px;
background: transparent;
border: 0;
padding: 0;
text-transform: uppercase;
font-size: 15px;
align-items: center;
font-weight: 900;
cursor: pointer;
}
.filter-btn > div {
position: relative;
width: 15px;
display: flex;
flex-direction: column;
grid-gap: 3px;
}
.filter-btn > div > span {
width: 100%;
left: 0;
height: 1px;
background: #000;
display: block;
top: 0;
transition: all 0.4s;
}
.filter-btn > div > span:nth-of-type(1) {
top: 5px;
}
.filter-btn > div > span:nth-of-type(2) {
top: 10px;
width: 75%;
}
.filter-btn > div > span:nth-of-type(3) {
top: 15px;
width: 50%;
}
.filter-active > div > span:nth-of-type(1) {
width: 75%;
}
.filter-active > div > span:nth-of-type(2) {
width: 50%;
}
.filter-active > div > span:nth-of-type(3) {
width: 25%;
}
.bapf_head {
cursor: pointer;
}
.bapf_head > h3 {
display: flex;
align-items: center;
text-transform: uppercase;
font-size: 12px;
grid-gap: 10px;
margin-bottom: 15px;
border-bottom: 1px solid var(--gray-color);
font-family: "Gotham", "Open Sans", sans-serif;
font-weight: 700;
padding-bottom: 7px;
}
.bapf_head > h3 > i:nth-of-type(1) > img {
width: 25px;
margin-bottom: -3px;
}
.bapf_head > h3 > i:nth-of-type(2) {
text-align: right;
flex: auto;
}
.bapf_body > ul > li > label {
font-family: "Gotham", "Open Sans", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
margin-left: 10px;
color: #000;
}
.bapf_sfilter ul li {
padding: 5px 10px !important;
color: #999;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox] {
border-radius: 5px;
border-color: #999;
}
.bapf_ckbox_square input[type=checkbox]:checked {
background: #999;
background-clip: content-box;
}
.fa-plus,
.fa-minus {
cursor: pointer;
}
.woocommerce ul.products li.product .price {
font-weight: 700;
}
.p-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: -1;
display: flex;
justify-content: center;
align-items: center;
}
.p-modal > .p-modal-box {
width: 0%;
height: 0%;
background: #fff;
border-radius: 25px;
transition: all 0.4s;
position: relative;
border-radius: 25px;
overflow: hidden;
}
.p-modal > .p-modal-box > .p-modal-close {
opacity: 0;
position: absolute;
border-radius: 100%;
color: #fff;
top: 10px;
right: 10px;
z-index: 20;
background: var(--black-color);
border: 0;
padding: 5px 8px;
cursor: pointer;
font-size: 12px;
}
.p-modal > .p-modal-box .p-modal-content {
height: 100%;
width: 100%;
}
.p-modal > .p-modal-box .p-modal-content .container {
width: 100%;
height: 100%;
}
.p-modal > .p-modal-box .p-modal-content .p-modal-load {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal {
height: 100%;
width: 100%;
background: #f2f2f2;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(1) {
padding: 60px 20px 60px 60px;
overflow: auto;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(1) > h3 {
font-size: 54px;
text-transform: uppercase;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(1) > p {
font-size: 12px;
font-family: "Maxular", sans-serif;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(2) {
background: #f2f2f2;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(2) > img {
max-width: auto;
height: 530px;
position: absolute;
bottom: 0;
right: 0;
}
.p-modal > .p-modal-box .p-modal-content .modal-col-2 {
display: flex;
}
.p-modal > .p-modal-box .p-modal-content .modal-col-2 > div {
width: 50%;
}
.p-modal > .p-modal-box .p-modal-content > .product {
height: 100%;
}
.p-modal > .p-modal-box .p-modal-content > .product .product-images {
height: 100%;
}
.p-modal > .p-modal-box .p-modal-content > .product .product-images .product-slider {
height: 100%;
}
.p-modal > .p-modal-box .p-modal-content > .product .product-images .product-slider .carroussel {
height: 100%;
}
.p-modal > .p-modal-box .p-modal-content > .product .product-images .product-slider .carroussel .slick-list {
height: 100%;
}
.p-modal > .p-modal-box .p-modal-content > .product .product-images .product-slider .carroussel .slick-list .slick-track {
height: 100%;
}
.p-modal-lazy {
z-index: 19;
}
.p-modal-lazy > .p-modal-box {
z-index: 19;
width: 20%;
height: 20%;
}
.p-modal-active {
z-index: 97;
cursor: pointer;
background: var(--light-gray-color);
}
.p-modal-active > .p-modal-box {
width: 1350px;
height: 800px;
}
.p-modal-active > .p-modal-box > .p-modal-close {
opacity: 1;
}
.p-modal-active > .p-modal-roadmap {
width: 55%;
height: 60%;
box-shadow: -10px -5px 20px rgba(236, 113, 136, 0.1411764706), 15px 15px 35px rgba(46, 35, 35, 0.3882352941) !important;
}
.p-modal-active > .p-modal-roadmap > .p-modal-close {
background: #e93853 !important;
}
.comic-active {
background: rgba(242, 242, 242, 0.7294117647);
}
.p-modal-content-product {
box-shadow: -10px -5px 20px rgba(236, 113, 136, 0.1411764706), 15px 15px 35px rgba(46, 35, 35, 0.3882352941) !important;
} .btn-measure {
background: var(--primary-color);
border: transparent;
box-shadow: 5px 5px 15px rgba(93, 93, 93, 0.7098039216);
padding: 6px 14px;
border-radius: 25px;
position: absolute;
top: 30px;
left: 30px;
z-index: 22;
font-size: 12px;
font-family: "Gotham";
cursor: pointer;
}
.btn-measure > img {
width: 23px;
margin-right: 5px;
}
.measure-box {
width: 0%;
height: 75%;
background: #000000;
border-radius: 25px;
box-shadow: 0 5px 30px rgba(212, 5, 36, 0.3803921569);
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
transition: all 0.4s;
position: relative;
}
.measure-box > div {
position: relative;
}
.measure-box > div > h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
margin-bottom: 30px;
font-family: "Gotham";
font-size: 18px;
}
.measure-box > div:nth-of-type(1) {
flex: 4;
padding: 10px 40px;
}
.measure-box > div:nth-of-type(2) {
flex: 2;
}
.measure-box > div > img {
max-height: 540px;
width: auto;
}
.container-measure {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 21;
background: rgba(0, 0, 0, 0.9);
display: flex;
justify-content: center;
align-items: center;
z-index: -2;
opacity: 0;
transition: all 0.4s;
}
.measure-box-active {
opacity: 1;
z-index: 20;
}
.measure-box-active > .measure-box {
width: 660px;
height: 620px;
padding: 40px;
z-index: 9;
}
.btn-measure-close {
position: absolute;
top: 10px;
right: 10px;
color: #fff;
background: var(--secundary-color);
padding: 5.5px 7px !important;
border-radius: 100%;
border: 0;
z-index: 20;
font-size: 10px;
cursor: pointer;
}
.measure-table > .row {
display: flex;
text-align: center;
border-bottom: 1px solid var(--gray-color);
padding: 10px 0;
color: #fff;
align-items: center;
}
.measure-table > .row > div {
width: 25%;
font-size: 14px;
}
.measure-table > .row > div:first-child {
font-weight: 900;
font-family: "Champion-htf", sans-serif !important;
font-size: 18px;
}
.measure-table > .row-title {
text-transform: uppercase;
color: var(--secundary-color);
font-weight: 900;
}
.measure-table > .row-title > div {
font-family: "Champion-htf", sans-serif !important;
font-size: 16px;
}
.measure-description {
margin-top: 30px;
}
.measure-description > div {
display: flex;
grid-gap: 10px;
justify-content: flex-start;
align-items: center;
}
.measure-description > div > h4 {
flex: 1;
background: #f43854;
color: #fff;
text-transform: uppercase;
padding: 5px 10px;
border-radius: 25px;
text-align: center;
font-family: "Gotham";
font-size: 12px;
}
.measure-description > div > p {
flex: 3;
color: #fff;
font-size: 10px;
}
.product-page {
display: flex;
background: var(--gray-color);
position: relative;
border-radius: 25px;
overflow: hidden;
}
.product-page > div:nth-of-type(1) {
width: 65%;
background: var(--gray-color);
}
.product-page > div:nth-of-type(2) {
background: var(--light-gray-color);
width: 35%;
border-radius: 15px 0 0 15px;
background: #f2f2f2;
z-index: 2;
}
.product-images {
position: relative;
width: 100%;
height: 100%;
}
.product-images > .product-slider {
display: flex;
width: 100%;
position: relative;
background-size: cover;
background-position: center;
}
.product-images > .product-slider > .prev-image,
.product-images > .product-slider > .next-image {
position: absolute;
top: 45%;
z-index: 19;
background: #de2a46;
border: 0;
padding: 0;
height: 25px;
width: 25px;
color: #cccccc;
font-size: 15px;
border-radius: 100%;
display: flex;
align-items: center;
cursor: pointer;
z-index: 1;
}
.product-images > .product-slider > .prev-image {
left: 110px;
justify-content: flex-start;
padding-left: 9.5px;
}
.product-images > .product-slider > .next-image {
right: 110px;
justify-content: flex-end;
padding-right: 9.5px;
}
.product-images > .product-slider .carroussel {
width: 100%;
}
.carroussel-product-image > .slick-list > .slick-track {
display: flex;
align-items: flex-end;
height: 90vh;
}
.carroussel-product-image > .slick-list > .slick-track > img { filter: grayscale(100%);
margin-bottom: -90px;
transform: scale(0.7);
}
.carroussel-product-image > .slick-list > .slick-track .slick-now {
filter: grayscale(0%);
transition: all 0.4s;
transform: scale(1.45);
z-index: 19;
margin-bottom: 80px;
filter: drop-shadow(5px 5px 8px #7e7e7e);
}
.product-page-content {
padding: 40px 30px 15px 30px;
}
.product-title {
padding-bottom: 20px;
margin-bottom: 0px;
border-bottom: 1px solid #d1d1d1;
}
.product-title > h1 {
text-transform: uppercase;
font-size: 28px;
font-family: "Gotham", "Oswald", sans-serif;
font-weight: 900;
padding: 0;
margin: 0;
}
.product-label {
padding: 15px 0;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
display: flex;
justify-content: space-between;
align-items: center;
}
.product-label > span {
font-weight: 800;
color: #404040;
font-family: "Gotham", "Oswald", sans-serif;
}
.product-label > button {
padding: 0;
border: 0;
background-color: transparent;
transform: rotate(-45deg);
transition: all 0.4s;
font-size: 12px;
cursor: pointer;
}
.product-label > .btn-extra-active {
color: #aeaeae;
transform: rotate(0deg);
}
.product-label-options {
padding: 0;
font-size: 10px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
font-family: "Maxular", "Oswald", sans-serif;
}
.options-quantity {
display: flex;
justify-content: space-between;
padding: 35px 30px;
grid-gap: 8px;
border-top: 2px solid #dfdfdf;
}
.product-content {
font-size: 12px;
line-height: 18px;
height: 0px;
padding-right: 40px;
overflow: auto;
transition: all 0.4s;
}
.product-content > p {
font-family: "Maxular", "Open Sans", sans-serif;
}
.product-page-content > div > .extra-info {
border-bottom: 1px solid #d1d1d1;
}
.product-page-content > div > .extra-info:last-of-type {
border: 0;
}
.product-page-content > div > .extra-info:last-of-type > .product-content {
border: 0;
}
.product-content-active {
height: 290px;
margin-bottom: 15px;
padding-right: 40px;
border-bottom: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
margin-left: 35px;
display: inline-block;
}
.woocommerce-variation-add-to-cart {
position: relative;
}
.div-total-value {
position: absolute;
bottom: 0;
padding: 20px 30px 10px 30px;
}
.div-total-value > span {
display: block;
}
.div-total-value > span:nth-of-type(1) {
padding: 0;
font-size: 10px;
text-transform: uppercase;
font-weight: 700;
font-family: "Maxular", "Open Sans", sans-serif;
}
.div-total-value > span:nth-of-type(2) {
font-weight: 800;
font-size: 30px;
font-family: "Gotham", "Open Sans", sans-serif;
font-weight: 700;
}
.div-add-to-cart {
text-align: center;
position: absolute;
right: 0;
bottom: 0;
}
.product-page {
height: 85vh;
}
.product_meta {
font-size: 9px;
text-align: center;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
margin-left: 35px;
background-color: #f2f2f2;
}
.product-options {
border: 1px solid var(--gray-color);
display: flex;
border-radius: 50px;
justify-content: space-around;
flex-wrap: nowrap;
}
.btn-attr {
cursor: pointer;
padding: 8px 15px;
width: 100%;
border-radius: 50px;
border: 1px solid transparent;
letter-spacing: 2px;
background: transparent;
text-transform: uppercase;
transition: 0.4s;
margin: 0;
box-shadow: 0px 0px 0px transparent;
background: var(--light-gray-color);
border: 2px solid transparent;
font-size: 12px;
font-family: "Gotham", "Oswald", sans-serif;
font-weight: 900;
}
.btn-attr:disabled {
opacity: 0.1;
}
button:hover,
button:focus {
border-color: transparent;
}
.btn-disabled {
opacity: 0.45 !important;
box-shadow: 0 0 0 transparent !important;
border: 2px solid transparent;
color: #191919 !important;
}
.btn-attr-active {
border: 2px solid #ffd700 !important;
color: #303030;
box-shadow: 4px 4px 10px 0px #8b7b5e;
position: relative;
z-index: 19;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce-variation-price {
display: none !important;
}
.woocommerce div.product {
padding-top: 90px;
}
.p-modal > .p-modal-box .p-modal-content > .product {
padding-top: 0px;
}
.product-quantity {
width: 100%;
border-radius: 50px;
padding: 0 0 17.5px 0;
font-family: "Gotham", "Oswald", sans-serif;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
width: 90px;
}
.product-quantity > button {
border: 1px solid #cccccc;
border-radius: 10px;
background: transparent;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 10px;
cursor: pointer;
}
.product-quantity > button > i {
font-size: 10px;
}
.product-quantity > input {
border: 0;
background: transparent;
width: 35px;
text-align: center;
}
.close-alert {
position: absolute;
top: 0;
right: 0;
background: transparent;
border: 0;
}
.add-to-cart {
background: var(--secundary-color);
text-transform: uppercase;
font-weight: 700;
background: linear-gradient(180deg, #fc5971, #e73457);
padding: 25px 50px;
font-size: 18px;
border-radius: 20px 0 20px 0;
color: #fff;
border: 0;
transition: all 0.4s;
cursor: pointer;
font-family: "Gotham", "Open Sans", sans-serif;
font-weight: 900;
box-shadow: 0 0 10px #e7960b;
}
.add-to-cart:disabled {
opacity: 1;
}
.add-to-cart:hover {
box-shadow: 0 0 15px #ba7603;
}
.woocommerce-form__label span,
.woocommerce-billing-fields h3,
#order_review_heading {
font-family: "Gotham", "Open Sans", sans-serif;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 15px;
}
.woocommerce-form__label span {
padding: 20px 0;
display: inline-block;
}
.checkout-page > form {
display: flex;
grid-gap: 40px;
}
.checkout-page > form > .woocommerce-NoticeGroup {
position: absolute;
width: 100%;
}
.checkout-page > form > .checkout-billing-form {
flex: 3;
}
.checkout-page > form > .checkout-address-form {
border-right: 1px solid var(--gray-color);
padding-right: 40px;
flex: 4;
}
.woocommerce form .form-row label {
font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
right: 10px;
width: 20px;
top: 8px;
}
.select2-container--default .select2-selection--single {
border: 1px solid var(--gray-color);
background: transparent;
border-radius: 7px;
padding: 9px 15px;
font-size: 12px;
height: 45px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
border: 1px solid var(--gray-color);
background: transparent;
border-radius: 5px;
padding: 9px 15px;
font-size: 14px;
}
.woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder {
font-size: 14px;
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
font-size: 14px;
}
.woocommerce table.shop_table {
border: 0;
font-size: 14px;
}
.woocommerce table.shop_table .product-name .product-quantity {
border: 0;
}
.woocommerce table.shop_table th {
padding: 9px 0;
}
.woocommerce table.shop_table td {
width: 55%;
}
.woocommerce-checkout #payment {
background: transparent;
}
#payment div.form-row > .woocommerce-terms-and-conditions-wrapper {
font-size: 10px;
text-align: center;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
float: initial;
padding: 15px 65px;
border-radius: 15px;
text-transform: uppercase;
background: var(--third-color);
color: var(--black-color);
margin: 0;
transition: all 0.4s;
margin: auto;
display: block;
}
.woocommerce-checkout #payment ul.payment_methods li {
font-size: 13px;
} .wc-block-components-price-slider__range-input-wrapper {
z-index: 9;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
color: var(--black-color);
font-family: "Gotham", "Open Sans", sans-serif;
font-size: 18px;
margin-top: 10px;
margin-left: 15px;
margin-bottom: -5px;
font-weight: 600;
}
.woocommerce ul.products li.product .price span {
color: var(--black-color);
font-family: "Gotham", "Open Sans", sans-serif;
font-size: 15px;
font-weight: 500;
margin-left: 8px;
}
.woocommerce div.product div.summary {
padding: 20px 50px;
background: var(--light-gray-color);
margin: 0;
}
.woocommerce-notices-wrapper {
position: relative;
}
.woocommerce-error,
.woocommerce-message {
background: #fde0e4;
border: 0;
border-radius: 15px;
font-size: 13px;
padding: 25px;
position: absolute;
width: 100%;
z-index: 19;
padding-left: 40px;
padding-right: 50px;
display: flex;
align-items: center;
}
.woocommerce-message {
background: #dcdcdc;
box-shadow: 3px 3px 10px #828282;
}
.woocommerce-error::before,
.woocommerce-message::before {
display: none;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
float: initial;
width: 100%;
}
.woocommerce-checkout #payment div.payment_box {
background: transparent;
}
.woocommerce-checkout #payment ul.payment_methods li img {
height: 25px;
}
.login-page {
height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
}
.login-page > .woocommerce-form-login {
width: 520px;
}
.login-page .woocommerce-Input {
width: 100%;
}
.login-page .woocommerce-form__label span {
margin: 0;
padding: 0;
text-transform: capitalize;
}
.login-page .login-btn {
background: var(--primary-color) !important;
border-radius: 10px;
color: #000;
border: 0;
text-transform: uppercase;
font-size: 12px;
padding: 10px 15px;
margin: 15px 0 !important;
cursor: pointer;
}
.login-page .lost_password {
text-align: center;
clear: both;
padding: 0 0 20px 0;
}
.login-page .lost_password > a {
font-size: 12px;
}
.order-container {
display: flex;
height: 75vh;
border: 1px solid #d0d0d0;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 5px 10px #d5d5d5;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
border-right: 1px solid #d0d0d0;
flex: 1;
}
.woocommerce-account .woocommerce-MyAccount-content {
position: relative;
flex: 3;
padding: 20px 40px;
overflow-y: scroll;
background: #f9f9f9;
}
.order-menu-list > li {
padding: 15px 15px;
border-radius: 5px 0 0 5px;
}
.order-menu-list > li:hover {
background: var(--primary-color);
}
.select2-container--open .select2-dropdown--below {
margin-top: 0px;
}
.pagarme-method {
border-bottom: 1px #cccccc solid !important;
padding: 10px 0;
}
.contact-page > .container > div:nth-of-type(1) {
width: 40%;
}
.contact-page > .container > div:nth-of-type(1) > div form label {
font-weight: 700;
font-size: 12px;
}
.contact-page > .container > div:nth-of-type(1) > div form input[type=text], .contact-page > .container > div:nth-of-type(1) > div form input[type=email] {
width: 100%;
border: 1px solid var(--gray-color);
background: transparent;
border-radius: 5px;
padding: 9px 15px;
font-size: 14px;
}
.contact-page > .container > div:nth-of-type(1) > div form textarea {
border: 1px solid var(--gray-color);
background: transparent;
border-radius: 5px;
padding: 9px 15px;
font-size: 14px;
}
.contact-page > .container > div:nth-of-type(1) > div form input[type=submit] {
background: var(--primary-color);
font-family: "Maxular", "Open Sans", sans-serif;
border-radius: 10px;
color: #000;
border: 0;
text-transform: uppercase;
font-size: 12px;
padding: 10px 15px;
cursor: pointer;
}
#billing_address_1::-moz-placeholder {
color: transparent;
}
#billing_address_1::placeholder {
color: transparent;
}
#billing_neighborhood_field {
float: right;
}
.woocommerce-billing-fields > h3,
#order_review_heading {
font-weight: 700 !important;
}
.woocommerce-checkout-payment {
border-top: 1px solid #cccccc;
padding-top: 30px;
}@media only screen and (max-width: 1800px) {
.container {
width: 1520px;
}
.category-image {
height: 480px;
}
.p-modal-active > .p-modal-box {
transform: scale(0.85);
}
.slider-temple {
transform: scale(0.9);
}
.header > .container > .header-menu > div {
transform: scale(0.85);
float: right;
}
.temple-page > .container > div:nth-of-type(2) {
width: 50%;
}
.slider-info > .slider-info-box {
border-radius: 15px;
}
.roadmap-page > .container > .roadmap-img > div > img {
width: 650px;
}
.product_cart-grid > .cart-box > .cart-box-content > .category-image {
height: 290px;
}
.cart-ruler {
padding: 15px 15px 15px 35px;
}
.cart-container > .cart-sidebar {
flex: 1.5;
}
.contact-page > .container > div:nth-of-type(1) {
width: 50%;
}
.contact-page > .container > div:nth-of-type(1) > div form textarea {
height: 180px;
}
}@media only screen and (max-width: 1600px) {
body {
border: 0;
}
.container {
width: 1340px;
}
.home {
overflow-x: hidden;
}
.home > .container > div:nth-of-type(1) > h2 {
font-size: 87px;
margin-bottom: 10px;
}
.home > .container > div:nth-of-type(1) > p {
font-size: 14px;
}
.header > .container > .header-menu > div {
transform: scale(0.7);
margin-right: -50px;
}
.home-detail-1 {
top: -110px;
width: 200px;
}
.home-bottom > .container > div {
padding: 0 10px;
width: 450px;
}
.home-bottom > .container > div > div > a {
padding: 10px 15px;
}
.p-modal-active > .p-modal-box {
transform: scale(0.75);
}
.filter-btn {
font-size: 12px;
}
.bapf_head > h3 {
font-size: 11px;
}
.bapf_head > h3 > i:nth-of-type(1) > img {
width: 22px;
}
.ruler-category > .full-container > div > ul {
border-radius: 7px;
}
.ruler-category > .full-container > div > ul > li > a {
padding: 2px 10px;
font-size: 12px;
}
.bapf_sfilter ul li {
padding: 0px 10px !important;
}
.bapf_body > ul > li > label {
font-size: 9px;
margin-left: 4px;
}
.category-image {
height: 440px;
}
.footer > div {
padding: 40px 0;
}
.footer > div > div:nth-of-type(1) {
width: 60%;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form > input[type=email] {
border-radius: 10px;
font-size: 12px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form > input[type=submit] {
border-radius: 10px;
font-size: 12px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > ul li a {
font-size: 10px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > img {
width: 320px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > div > ul > li > a {
font-size: 25px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > div > ul > li > a > img {
width: 30px;
}
.footer > div > div:nth-of-type(2) {
width: 520px;
}
.slider-temple {
transform: scale(0.75);
margin-left: -60px;
margin-top: 40px;
}
.temple-page > .container > div:nth-of-type(1) {
height: 100vh;
}
.temple-page > .container > div:nth-of-type(2) {
width: 50%;
}
.roadmap-page > .container > div:nth-of-type(1) {
transform: scale(0.8);
margin-left: -70px;
}
.roadmap-page > .container > .roadmap-img > div > img {
width: 550px;
}
.p-modal-roadmap {
transform: scale(0.95) !important;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(2) > img {
height: 440px;
}
.product_cart-grid > .cart-box {
padding: 15px;
}
.product_cart-grid > .cart-box > .cart-box-content > .category-image {
height: 220px;
}
.product_cart-grid > .cart-box > .cart-box-control > .cart-box-control-qty > div > div > input {
width: 35px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
padding: 10px 50px;
font-size: 22px;
}
}@media only screen and (max-width: 1400px) {
.container {
width: 1200px;
}
.p-modal-active > .p-modal-box {
transform: scale(0.6);
}
.header > .container > .header-logo > a > img {
width: 110px;
}
.header > .container > .header-menu > div {
transform: scale(0.65);
margin-right: -90px;
float: right;
}
.home-bottom > .container > div {
width: 390px;
height: 65px;
}
.home-bottom > .container > div > div > h4 {
font-size: 12px;
line-height: 16px;
}
.home-bottom > .container > div > div > a {
padding: 10px 10px;
font-size: 12px;
}
.home {
overflow-x: hidden;
}
.home > .container > div:nth-of-type(1) > h2 {
font-size: 67px;
line-height: 70px;
margin-bottom: 10px;
}
.home > .container > div:nth-of-type(1) > p {
font-size: 12px;
}
.home-detail-1 {
top: -90px;
width: 160px;
}
.category-topbar {
padding-top: 65px;
}
.category-padding {
padding-top: 150px;
}
.ruler-category > .full-container > div > ul {
border-radius: 7px;
}
.ruler-category > .full-container > div > ul > li {
padding: 0 5px 3px;
}
.ruler-category > .full-container > div > ul > li > a {
padding: 4px 10px;
font-size: 10px;
}
.bapf_sfilter ul li {
padding: 0px 10px !important;
}
.filter-btn {
font-size: 10px;
}
.filter-btn > div {
width: 12px;
}
.bapf_head > h3 {
font-size: 9px;
margin-bottom: 7px;
}
.bapf_head > h3 > i:nth-of-type(1) > img {
width: 20px;
}
.bapf_body > ul > li > label {
font-size: 7px;
margin-left: 4px;
}
.bapf_sfilter {
margin-bottom: 10px;
}
.bapf_ckbox_square input[type=checkbox] {
border: 1.35px solid #555;
width: 15px;
height: 15px;
}
.open-price-btn {
font-size: 9px;
}
.category-image {
height: 360px;
border-radius: 10px;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
font-size: 9px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 11px;
}
.woocommerce ul.products li.product .price span {
font-size: 11px;
}
.footer > div {
padding: 30px 0 20px 0;
}
.footer > div > div:nth-of-type(1) {
width: 60%;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > img {
width: 120px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > span {
font-size: 11px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form > input[type=email] {
border-radius: 10px;
font-size: 9px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form > input[type=submit] {
border-radius: 10px;
font-size: 9px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > ul li a {
font-size: 10px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > img {
width: 280px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > div > ul > li > a {
font-size: 25px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > div > ul > li > a > img {
width: 30px;
}
.footer > div > div:nth-of-type(2) {
width: 460px;
}
.slider-temple {
transform: scale(0.65);
margin-top: 10px;
}
.temple-page > .container > div:nth-of-type(1) {
height: 100vh;
}
.temple-page > .container > div:nth-of-type(2) {
width: 45%;
}
.roadmap-page > .container > div:nth-of-type(1) {
transform: scale(0.7);
margin-left: -90px;
}
.roadmap-page > .container > .roadmap-img > div > img {
width: 450px;
}
.p-modal-roadmap {
border-radius: 10px;
}
.p-modal > .p-modal-box > .p-modal-close {
padding: 2px 4px;
font-size: 9px;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(1) > h3 {
font-size: 42px;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(1) > p {
font-size: 9px;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(2) > img {
height: 360px;
}
.cart-title {
font-size: 44px;
}
.cart-ruler > .cart-ruler-total {
font-size: 21px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
font-size: 18px;
}
.product_cart-grid > .cart-box {
padding: 15px;
}
.product_cart-grid > .cart-box > .cart-box-content > .category-image {
height: 200px;
}
.product_cart-grid > .cart-box > .cart-box-content > .cart-box-name {
font-size: 10px;
}
.product_cart-grid > .cart-box > .cart-box-control > .cart-box-control-qty > div > div > input {
width: 25px;
font-size: 10px;
}
.product_cart-grid > .cart-box > .cart-box-control > .cart-product-price {
font-size: 10px;
}
.cart-container > .cart-sidebar > form > .coupon > label {
font-size: 10px;
}
.cart-container > .cart-sidebar > form > .coupon > p {
font-size: 10px;
}
.cart-container > .cart-sidebar > .cart_totals > .cart_totals-shipping {
font-size: 10px;
}
.cart-container > .cart-sidebar > .cart_totals > .cart_totals-shipping > div > p {
font-size: 10px;
}
.cart-container > .cart-sidebar > .cart_totals > .cart_totals-shipping > .woocommerce-shipping-methods {
border-radius: 8px;
}
.cart-options-btn > p {
font-size: 10px;
}
.cart-subtotal,
.order-total {
font-size: 10px;
}
.cart-subtotal > th,
.cart-subtotal > td,
.order-total > th,
.order-total > td {
font-size: 10px;
}
.contact-page > .container > div:nth-of-type(1) {
width: 70%;
}
.contact-page > .container > div:nth-of-type(1) > div form textarea {
height: 180px;
}
.single-page > .entry-content {
width: 820px;
margin: 0 auto;
font-size: 12px;
}
}@media only screen and (max-width: 768px) {
.description-option {
box-shadow: 0 0 40px #3e3e3e !important;
}
.black-screen-active {
background: rgba(0, 0, 0, 0.6);
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 1;
}
.next-slide-temple,
.prev-slide-temple {
display: none;
}
.product-title {
padding-top: 20px;
}
.product-title > h1 {
font-size: 24px;
}
.is-mobile {
display: block !important;
}
.is-desktop {
display: none !important;
}
.tiny-container {
width: 90%;
}
body {
overflow-x: hidden;
}
.container,
.full-container {
width: 90%;
}
.image-sign {
display: inline-block;
position: absolute;
z-index: 20;
width: 27px;
right: 35px;
top: 320px;
}
.header {
position: fixed;
background: transparent;
z-index: 999;
top: 0;
}
.header > .container {
display: block;
padding: 10px 0 5px 0;
}
.header > .container > .header-logo {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.header > .container > .header-logo > a > img {
width: 100px;
}
.header > .container > .header-menu {
position: absolute;
background: #f0f0f0;
height: 100vh;
top: 0;
right: -1200px;
width: 75%;
opacity: 0.95;
box-shadow: 0 0 30px #8b8b8b;
transition: all 0.4s;
}
.header > .container > .header-menu > div {
display: block;
padding: 0 35px;
transform: initial;
float: initial;
margin: 0;
}
.header > .container > .header-menu > div > ul {
display: block;
}
.header > .container > .header-menu > div > ul > li {
width: 100%;
display: block;
font-size: 15px;
background: transparent;
border-bottom: 1px solid rgb(135, 135, 135);
border-radius: 0;
padding: 22px 0;
}
.header > .container > .header-menu > div > ul > li > a {
font-family: "Gotham", sans-serif;
font-weight: 900;
letter-spacing: 1px;
padding: 0;
width: auto;
justify-content: flex-start;
}
.header > .container > .header-menu > div > ul > li:hover {
background: transparent;
}
.header > .container > .header-menu > div > ul > .active {
background: transparent;
}
.header > .container > .header-menu > div > a {
width: 100%;
display: block;
font-size: 15px;
padding: 22px 0;
background: transparent;
font-family: "Gotham", sans-serif;
font-weight: 900;
letter-spacing: 1px;
border-bottom: 1px solid rgb(135, 135, 135);
border-radius: 0;
}
.header > .container > .header-menu > div > a:hover {
background: transparent;
}
.header-menu-active {
right: 0 !important;
transition: all 0.4s;
}
.header-mobile-options > a > span {
padding: 2px 7px;
}
.close-menu-sidebar {
text-align: right;
}
.social-media-mobile {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
text-align: center;
padding: 40px 35px 55px 35px;
}
.social-media-mobile > ul {
margin: 0;
padding: 0;
opacity: 0.85;
border-top: 1px solid rgb(135, 135, 135);
}
.social-media-mobile > ul > li {
margin: 0;
padding: 0;
display: inline-block;
padding: 20px;
}
.social-media-mobile > ul > li > a > span {
padding: 2px 9px;
right: -14px;
bottom: -6px;
}
.social-media-mobile > ul > li > a > i {
font-size: 27px;
}
.social-media-mobile > ul > li > a > img {
width: 25px;
}
.close-menu {
border: 0;
background-color: transparent;
padding: 20px 0px;
}
.home > .container {
display: none;
}
.home > .container > div:nth-of-type(1) {
width: 100%;
display: none;
}
.home > .container > div:nth-of-type(2) {
width: 100%;
display: none;
}
.home-image {
display: flex;
width: 100%;
height: 100vh;
align-items: flex-end;
position: absolute;
}
.home-bottom > .container > div {
width: 100%;
}
.home-detail-1 {
top: -70px;
left: -20px;
width: 120px;
}
.ruler-category {
position: fixed;
background: #f2f2f2;
width: 100%;
z-index: 9;
top: 50px;
}
.ruler-category > .full-container {
width: 90%;
margin: auto;
border: 0;
padding-top: 32px;
}
.ruler-category > .full-container > div {
display: flex;
justify-content: space-between;
width: 100%;
}
.ruler-category > .full-container > div > ul > li > a {
font-size: 10px;
}
.category-topbar {
top: 0;
padding-top: 40px;
}
.product-category {
display: block;
padding-top: 130px;
}
.category-image {
height: 240px;
border-radius: 10px;
}
.bapf_head > h3 {
font-size: 12px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
padding: 0;
}
.woocommerce ul.products li.product .price {
margin-bottom: 12px;
}
.product-filter {
position: fixed;
z-index: 18;
background: #f2f2f2;
width: 80%;
right: 0;
padding: 20px;
height: 100vh;
right: -1200px;
transition: all 0.4s;
top: 117px;
}
.filter-active {
right: 0;
}
.product-grid {
justify-content: space-between;
}
.bapf_body > ul > li > label {
font-size: 10px;
}
.btn-attr {
padding: 8px 10px;
font-size: 10px;
}
.product-content > p {
font-size: 11px;
line-height: 16px;
}
.product-quantity {
margin-top: 8px;
}
.product-content-active {
height: 99px;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
display: none;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
margin: 0;
width: 47%;
}
.carroussel-product-image > .slick-list > .slick-track > img {
margin-bottom: 70px;
transition: all 0.4s;
}
.slider-info > .slider-info-box {
width: 130px;
}
.slider-info > .slider-info-box > div:nth-of-type(1) {
flex: 2.5;
}
.slider-info > .slider-info-box > div:nth-of-type(1) > img {
width: 90px;
}
.slider-info > .slider-info-box > div:nth-of-type(1) > div > h4 {
font-size: 10px;
}
.slider-info > .slider-info-box > div:nth-of-type(2) > p {
font-size: 10px;
line-height: 13px;
}
.slider-info > button {
font-size: 10px;
padding: 8px 10px;
}
.btn-fixed-temple > button {
padding: 14px 15px;
}
.product-category-grid {
margin-top: 15px;
}
.roadmap-page > .container {
width: 320px;
display: flex;
flex-direction: column;
padding-top: 110px;
transform: initial;
}
.roadmap-page > .container > div:nth-of-type(1) {
transform: scale(1.1);
margin-left: 0;
}
.roadmap-page > .container > div > .roadmap-comics > img {
width: 520px;
max-width: 360px;
display: block;
margin: 0 auto;
}
.roadmap-page > .container > div > .roadmap-title > h2 {
font-size: 56px;
}
.roadmap-page > .container > div > .roadmap-title > p {
font-size: 12px;
}
.roadmap-page > .container > .roadmap-img > div {
width: 100%;
text-align: center;
}
.roadmap-page > .container > .roadmap-img > div > img {
position: relative;
bottom: -30px;
right: initial;
width: initial;
}
.box1 > div > h2,
.box2 > div > h2,
.box3 > div > h2,
.box4 > div > h2 {
font-size: 15px;
}
.box1 > div > p,
.box2 > div > p,
.box3 > div > p,
.box4 > div > p {
font-size: 8px;
}
.box1-m,
.box2-m,
.box3-m,
.box4-m {
opacity: 1;
}
.box1-m > div,
.box2-m > div,
.box3-m > div,
.box4-m > div {
padding: 15px;
}
.box1-m > div > h2,
.box2-m > div > h2,
.box3-m > div > h2,
.box4-m > div > h2 {
font-size: 14px;
}
.box1-m > div > p,
.box2-m > div > p,
.box3-m > div > p,
.box4-m > div > p {
font-size: 11px;
}
.box1 {
top: 149px;
width: 87px;
left: 3px;
}
.box1 > div {
padding: 16px;
}
.box1-m {
top: 174px;
width: 298px;
left: 2px;
text-align: right;
}
.box2 {
left: 97px;
bottom: 170px;
width: 103px;
}
.box2 > div {
padding: 10px;
}
.box2-m {
left: 3px;
bottom: 187px;
width: 296px;
}
.box3 {
left: 90px;
bottom: 85px;
width: 97px;
}
.box3 > div {
padding: 10px;
height: 100%;
opacity: 1;
padding-top: 0;
}
.box3-m {
left: 3px;
bottom: 88px;
width: 297px;
text-align: right;
}
.box4 {
left: 0px;
bottom: -5px;
width: 180px;
}
.box4-m {
left: 3px;
bottom: 2px;
width: 297px;
}
.temple-page > .container {
flex-direction: column;
display: block;
}
.temple-page > .container > div:nth-of-type(1) {
width: 100%;
margin-top: 0;
margin-top: 120px;
}
.temple-page > .container > div:nth-of-type(2) {
height: auto;
width: 100%;
justify-content: flex-end;
}
.temple-page > .container > div:nth-of-type(2) > div {
height: auto;
}
.slider-info {
width: 100% !important;
}
.slider-info > h3 {
margin-top: -30px;
font-size: 52px;
line-height: 49px;
}
.slider-info > p {
font-size: 12px;
}
.slider-info > .slider-info-box > div:nth-of-type(1) {
font-size: 13px;
}
.slider-info > .slider-info-box > div:nth-of-type(2) > p {
font-size: 11px;
}
.slider-info > .slider-info-box > div:nth-of-type(2) > ul > li > span {
font-size: 11px;
}
.slider-info > .slider-info-box-active {
width: 100%;
}
.slick-list {
overflow: initial;
}
.slider-map {
width: 380px;
height: 380px;
}
.slider-temple {
transform: initial;
margin-left: 0;
}
.slider-temple > .slick-dots {
display: none !important;
}
.slider-temple > .slick-list > .slick-track {
height: auto !important;
}
.temple-img {
position: fixed;
bottom: 0;
text-align: right;
}
.temple-img > img {
max-width: 80%;
}
.btn-fixed-temple {
display: flex;
}
.btn-fixed-temple > button > h4 {
font-size: 12px;
}
.p-modal-lazy > .p-modal-box {
width: 70%;
}
.product-page {
flex-direction: column;
height: 100%;
}
.product-page > div:nth-of-type(1) {
width: 100%;
}
.product-page > div:nth-of-type(2) {
width: 100%;
border-radius: 15px 15px 0 0;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3490196078);
}
.carroussel-product-image > .slick-list > .slick-track {
overflow: hidden;
}
.product-images {
height: 380px;
}
.product-images > .product-slider {
height: 100%;
}
.product-images > .product-slider > .prev-image {
left: 20px;
}
.product-images > .product-slider > .next-image {
right: 20px;
}
.carroussel-product-image > .slick-list {
height: 100%;
}
.carroussel-product-image > .slick-list > .slick-track {
height: 100% !important;
}
.woocommerce-variation-add-to-cart {
height: 100px;
}
.cart-container-top {
display: block;
margin-top: -40px;
}
.shop_table_responsive {
padding: 0 !important;
padding-top: 40px !important;
}
.cart-container > .cart-sidebar > form > .coupon {
padding: 0px 0px 0px 0px;
}
.woocommerce-shipping-totals > td {
border: 0 !important;
padding-top: 30px !important;
padding-bottom: 0px !important;
}
.woocommerce-message {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0705882353);
}
.cart-container > .cart-sidebar > .cart_totals > .cart_totals-shipping {
font-size: 14px;
}
.cart-container > .cart-sidebar > .cart_totals > .cart_totals-shipping > div > p {
font-size: 12px;
}
.cart-subtotal td {
font-size: 12px;
}
.product_cart-grid > tbody {
flex-direction: column;
}
.product_cart-grid > tbody > .cart-box {
margin: 0;
margin-bottom: 20px;
}
.quantity-slider {
width: 80%;
overflow: hidden;
margin: auto;
}
.p-modal > .p-modal-box {
border-radius: 10px;
transform: initial;
}
.p-modal > .p-modal-box .p-modal-content > .product .product-images {
height: 330px;
}
.p-modal > .p-modal-box .p-modal-content .modal-col-2 {
flex-direction: column;
}
.p-modal > .p-modal-box .p-modal-content .modal-col-2 > div {
width: 100%;
flex: 1;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(1) {
padding: 40px 35px 20px 35px;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(1) > h3 {
font-size: 42px;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(1) > p {
font-size: 12px;
}
.p-modal > .p-modal-box .p-modal-content .comic-modal > div:nth-of-type(2) > img {
height: 45%;
}
.p-modal > .p-modal-box > .p-modal-close {
top: 25px;
transform: scale(1.3);
}
.p-modal-roadmap {
transform: initial !important;
}
.slider-temple {
margin-top: 90px;
}
.p-modal-roadmap {
height: 90% !important;
}
.p-modal-roadmap > .p-modal-close {
top: 30px !important;
}
.roadmap-page .p-modal-active {
align-items: center !important;
}
.roadmap-page .p-modal-active .p-modal-roadmap {
height: 87% !important;
}
.p-modal-active {
align-items: flex-end;
}
.p-modal-active > .p-modal-box {
height: 100%;
width: 100%;
}
.p-modal-content .product-page {
border-radius: 0px;
}
.p-modal-content .product-page > div:nth-of-type(2) {
transition: all 0.4s;
height: 100%;
padding: 5px 0px;
position: absolute;
height: 55%;
bottom: 0;
}
.p-modal-content .product-title {
line-height: 26px;
font-size: 22px;
}
.option-active .product-images {
height: 330px !important;
transition: all 0.4s;
}
.option-active .description-option {
height: 70% !important;
transition: all 0.4s;
}
.option-active .slick-track > img {
margin-bottom: 50px !important;
}
.option-active .slick-now {
transform: scale(1.35) !important;
margin-bottom: 70px !important;
}
.product-page-content {
padding: 5px 30px 15px 30px;
}
.woocommerce div.product form.cart .variations {
width: 220px;
}
.options-quantity {
padding: 20px 30px;
}
.product-images.measure-active {
height: 100vh !important;
width: 100%;
}
.measure-box-active > .measure-box {
width: 100%;
height: 95%;
flex-direction: column;
position: absolute;
bottom: 0;
padding: 20px 0px;
}
.measure-box {
padding: 20px;
}
.measure-box > div > h3 {
text-align: right;
padding: 10px 0;
font-size: 14px;
}
.measure-box > div:nth-of-type(1) {
flex: 1;
margin-bottom: -70px;
margin-top: 80px;
}
.measure-box > div:nth-of-type(1) > img {
width: 130px;
}
.measure-box > div:nth-of-type(2) {
flex: 2;
transform: scale(0.8);
}
.measure-box > div:nth-of-type(3) {
flex: 2;
}
.p-modal-content .product-page {
border-radius: 0px;
}
.product-page {
width: 100% !important;
}
.product-page > div:nth-of-type(2) {
padding: 15px 0px;
}
.measure-table > .row {
padding: 12px 0;
}
.measure-table > .row-title > div {
font-family: "Champion-htf", sans-serif !important;
font-size: 22px;
}
.measure-description {
margin-top: -20px;
}
.measure-description > div > h4 {
font-size: 14px;
}
.measure-description > div > p {
font-size: 11px;
}
.p-modal-content .product-page .product-label {
padding: 10px 0;
font-size: 12px;
border-bottom: 0;
}
.carroussel-product-image > .slick-list > .slick-track .slick-now {
transform: scale(2);
margin-bottom: 140px;
}
.extra-info {
border-bottom: 1px solid #d1d1d1;
}
.extra-info:last-of-type {
border: 0;
}
.p-modal-content .carroussel-product-image > .slick-list > .slick-track .slick-now {
transform: scale(2.4);
}
.product-label-active .product-images {
height: 260px !important;
}
.btn-measure {
border-radius: 11px;
z-index: 10;
padding: 3px;
border-radius: 5px;
}
.btn-measure > img {
width: 21px;
margin-right: 0;
}
.btn-measure-close {
padding: 5px 7px;
z-index: 9999;
top: 40px;
right: 25px;
}
.product-images > .product-slider > .prev-image,
.product-images > .product-slider > .next-image {
transform: scale(0.7);
}
.add-to-cart {
border-radius: 20px 0 0 0;
padding: 20px 40px;
}
.div-total-value {
padding: 20px 30px 10px 30px;
}
.cart-title {
font-size: 40px;
}
.div-total-value > span:nth-of-type(2) {
font-size: 22px;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control > .cart-product-price {
font-size: 14px;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control > .cart-box-control-qty > div > div > input {
font-size: 16px;
}
.wac-qty-button {
padding: 0 18px;
}
.cart-bg {
background: #f2f2f2 !important;
border-bottom: 1px solid #c1c1c1;
}
.cart-ruler {
position: fixed;
bottom: 0;
width: 100%;
z-index: 99;
margin: 0;
border-radius: 15px 15px 0 0;
display: block;
padding: 15px 30px 0 30px;
box-shadow: 3px 3px 40px #4f4f4f;
}
.cart-ruler > .cart-ruler-total {
font-size: 18px;
margin-bottom: 18px;
border-bottom: 1px solid #b4b2b2;
padding: 12px 0;
}
.items-cart-total {
text-transform: capitalize;
font-weight: 100;
display: inline-block !important;
}
.cart-container {
flex-direction: column;
}
.cart-container > .cart-sidebar {
padding-left: 0;
border: 0;
}
.cart-container > .cart-sidebar > .cart_totals > .cart_totals-shipping {
border: 0;
}
.coupon-mobile {
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
padding: 20px 0;
}
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
font-size: 14px;
}
.product_cart-grid > tbody > .cart-box > .cart-box-control > div:nth-of-type(2) {
justify-content: center;
margin-right: 20px;
}
.cart-total-table {
padding-bottom: 150px;
}
.product_cart-grid > tbody > .cart-box {
width: 100%;
padding: 15px;
border-radius: 10px;
}
.product_cart-grid > tbody > .cart-box > .cart-box-content {
display: flex;
flex-direction: row-reverse;
margin-bottom: 17px;
grid-gap: 15px;
justify-content: space-between;
}
.product_cart-grid > tbody > .cart-box > .cart-box-content > .category-image {
height: 150px;
width: 120px;
border-radius: 5px;
box-shadow: 3px 3px 8px #b6b6b6;
}
.product_cart-grid > tbody > .cart-box > .cart-box-content > .cart-box-name {
font-size: 12px;
}
.calculated_shipping > div:first-child {
padding: 40px 0px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
padding: 20px 25px;
border-radius: 9px 9px 0 0;
font-size: 21px;
}
.cart_totals_container {
padding: 5px 0 140px 0;
}
.cart_totals_container > tr,
.cart_totals_container td {
font-size: 14px !important;
}
.cart_totals_container > td {
width: 100% !important;
}
.checkout-page > form {
flex-direction: column;
}
.checkout-page > form > div:nth-of-type(1) {
width: 100%;
padding-right: 0;
border: 0;
}
.checkout-page > form > div:nth-of-type(2) {
width: 100%;
}
.footer {
margin-top: 50px;
}
.footer > div {
padding: 34px 0 0 0;
}
.footer > div > div:nth-of-type(1) {
width: 100%;
margin: 0 auto;
}
.footer > div > div:nth-of-type(1) > div:nth-of-type(1) {
border-bottom: 1px solid #939393;
}
.footer > div > div:nth-of-type(1) > .footer-top {
padding-bottom: 0;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > img {
width: 260px;
margin-top: -120px;
margin-bottom: -8px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div:nth-of-type(1) {
width: 40%;
padding: 0 25px 30px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div:nth-of-type(2) {
width: 100%;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > ul li a {
font-size: 10px;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form > input[type=email] {
width: 100%;
}
.footer > div > div:nth-of-type(1) > .footer-top > div > form > input[type=submit] {
padding: 5px 10px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom {
padding: 20px 15px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > img {
width: 210px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > ul > li {
display: inline-block;
padding: 10px;
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > ul > li > a {
font-size: 25px;
color: var(--primary-color);
}
.footer > div > div:nth-of-type(1) > .footer-bottom > div > ul > li > a > img {
width: 30px;
margin-bottom: -4px;
}
.footer > div > div:nth-of-type(2) {
width: 100% !important;
position: relative;
}
body .select2-container,
body .ui-widget.ui-datepicker {
z-index: 91 !important;
}
.newsletter-mobile {
display: flex !important;
justify-content: flex-end;
padding-top: 20px;
width: 95%;
}
.newsletter-mobile > div {
width: 65%;
}
.newsletter-mobile > div > span {
font-family: "Gotham", "Open Sans", sans-serif;
color: #dfdfdf;
text-transform: uppercase;
font-weight: 900;
display: block;
text-align: right;
margin-bottom: 10px;
}
.newsletter-mobile > div > form {
display: flex;
justify-content: flex-end;
grid-gap: 10px;
font-family: "Gotham", "Open Sans", sans-serif;
}
.newsletter-mobile > div > form > input[type=email] {
border: 1px solid var(--menu-gray-color);
background: transparent;
border-radius: 10px;
padding: 0 35px;
color: var(--menu-gray-color);
font-size: 12px;
width: 300px;
}
.newsletter-mobile > div > form > input[type=email]::-moz-placeholder {
color: var(--menu-gray-color);
}
.newsletter-mobile > div > form > input[type=email]::placeholder {
color: var(--menu-gray-color);
}
.newsletter-mobile > div > form > input[type=submit] {
background: var(--menu-gray-color);
color: var(--black-color);
text-transform: uppercase;
font-weight: 700;
padding: 10px 15px;
border-radius: 10px;
font-size: 12px;
cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
overflow-x: scroll;
}
.order-menu-list {
width: 640px;
}
.order-menu-list > li {
font-size: 12px;
display: inline-block;
border-radius: 0;
}
.order-container {
display: block;
}
.woocommerce-account .woocommerce-MyAccount-content {
height: 100%;
padding: 20px 40px 120px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce form .form-row {
width: 100%;
float: initial;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
width: 100%;
float: initial;
}
.contact-page > .container > div:nth-of-type(1) {
width: 100%;
}
.single-page > .entry-content {
width: 90%;
margin: 0 auto;
font-size: 14px;
}
}
@media only screen and (max-width: 576px) {
.home-bottom > .container {
width: 95%;
}
.home-bottom > .container > div > div > h4 {
font-size: 11px;
}
.home-bottom > .container > div > div > a {
font-size: 10px;
margin-left: 10px;
}
.p-modal > .p-modal-box .p-modal-content > .product .product-images {
height: 470px;
}
.p-modal > .p-modal-box > .p-modal-close {
top: 80px;
right: 30px;
}
.btn-measure {
top: 70px;
}
}
@media screen and (max-width: 768px) and (max-height: 1000px) {
.p-modal-content .product-page > div:nth-of-type(2) {
height: 400px;
}
.p-modal > .p-modal-box .p-modal-content > .product .product-images {
height: 580px;
}
.carroussel-product-image > .slick-list > .slick-track > img {
margin-bottom: 30px;
}
.product-content-active {
height: 200px;
}
.option-active .description-option {
height: 605px !important;
}
.option-active .product-images {
height: 460px !important;
}
.option-active .slick-track > img {
margin-bottom: 80px !important;
}
.option-active .slick-track .slick-now {
transform: scale(1.55) !important;
margin-bottom: 150px !important;
}
.measure-box > div > h3 {
margin-bottom: 80px;
}
.product-images.measure-active{
height: 100vh !important;
}
}
@media screen and (max-width: 768px) and (max-height: 720px) {
.p-modal-content .product-page > div:nth-of-type(2) {
height: 400px;
}
.product-images > .product-slider > .next-image,
.product-images > .product-slider > .prev-image {
top: 160px;
}
.product-content-active {
height: 85px;
}
.carroussel-product-image > .slick-list > .slick-track .slick-now {
margin-bottom: 240px;
}
.carroussel-product-image > .slick-list > .slick-track > img {
margin-bottom: 190px;
}
.p-modal-content .carroussel-product-image > .slick-list > .slick-track .slick-now {
transform: scale(2);
}
.measure-box > div > h3 {
margin-bottom: 30px;
}
.measure-box > div:nth-of-type(1) {
margin-top: 10px;
}
.option-active .description-option {
height: 500px !important;
}
.option-active .product-images {
height: 460px !important;
}
.option-active .slick-track > img {
margin-bottom: 150px !important;
}
.option-active .slick-track .slick-now {
transform: scale(1.35) !important;
margin-bottom: 230px !important;
}
}.jqvmap-label
{
position: absolute;
display: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
color: white;
font-family: sans-serif, Verdana;
font-size: smaller;
padding: 3px;
pointer-events:none;
}
.jqvmap-pin {
pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
position: absolute;
left: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #000000;
padding: 3px;
color: white;
width: 10px;
height: 10px;
cursor: pointer;
line-height: 10px;
text-align: center;
}
.jqvmap-zoomin
{
top: 10px;
}
.jqvmap-zoomout
{
top: 30px;
}
.jqvmap-region
{
cursor: pointer;
}
.jqvmap-ajax_response
{
width: 100%;
height: 500px;
}