html {
    scroll-behavior: smooth;
}


/* width */

::-webkit-scrollbar {
    width: 3px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #fff2;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--color1);
    border-radius: 50px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@font-face {
    font-family: boxicons;
    src: url(../fonts/boxicons.eot);
    src: url(../fonts/boxicons.eot?#iefix) format('embedded-opentype'), url(../fonts/boxicons.woff) format('woff'), url(../fonts/boxicons.ttf) format('truetype');
    font-weight: normal
}

@font-face {
    font-family: square721;
    src: url(../fonts/Square721BT-Roman.woff2);
    src: url(../fonts/Square721BT-Roman.eot) format('embedded-opentype'), url(../fonts/Square721BT-Roman.woff) format('woff'), url(../Square721BT-Roman.ttf) format('truetype');
    font-weight: normal
}

@font-face {
    font-family: square721;
    src: url(../fonts/Square721BT-Bold.woff2);
    src: url(../fonts/Square721BT-Bold.eot) format('embedded-opentype'), url(../fonts/Square721BT-Bold.woff) format('woff'), url(../Square721BT-Bold.ttf) format('truetype');
    font-weight: bold
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?j607qc');
    src: url('../fonts/icomoon.eot?j607qc#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?j607qc') format('truetype'), url('../fonts/icomoon.woff?j607qc') format('woff'), url('../fonts/icomoon.svg?j607qc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e906";
}

.icon-arrow-left:before {
    content: "\e907";
}

.icon-arrow-right:before {
    content: "\e908";
}

.icon-arrow-top:before {
    content: "\e909";
}

.icon-instagram:before {
    content: "\e900";
}

.icon-pintress:before {
    content: "\e901";
}

.icon-search:before {
    content: "\e902";
}

.icon-sign-in:before {
    content: "\e903";
}

.icon-sign-up:before {
    content: "\e904";
}

.icon-telegram:before {
    content: "\e905";
}


/* --------------------
    Config
-------------------- */

:root {
    --color1: #f90f00;
    --color2: #f75e33;
    --bg_light: #fdf9f6;
    --border_light: #f3efee;
    --bg_body: #fff;
    --bg_footer: #121d2f;
    --danger: #d53343;
    --bg_danger: #fff5f5;
    --success: #28a745;
    --bg_success: #f4fff3;
    --bg_info: #cce5ff4a;
    --info: #004085cc;
    --main_font: square721;
    --heading_h1_fontsize: 20px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--color1);
}

::selection {
    color: #fff;
    background: var(--color1);
}

body {
    direction: ltr;
    position: relative;
    text-align: left;
    font-family: var(--main_font);
    font-size: 1rem;
    color: #222;
    line-height: 2;
    background: #333;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.bg-primary {
    background-color: #007bff !important;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.container-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

i {
    font-style: normal !important;
}

.disabled {
    opacity: .5;
    pointer-events: none;
}

.close {
    float: unset;
    font-size: unset;
    font-weight: unset;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
    transition: .5s;
}

.container-full>.row {
    margin: 0;
}

.container {
    padding-right: 5% !important;
    padding-left: 5% !important;
    width: 100% !important;
    max-width: unset !important;
}

.w-100 {
    width: 100%;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row>[class*="col-"],
.row>[class*="col"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#wrapper .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.no-before:before {
    content: unset !important;
}

#wrapper .no-gutters>.col,
#wrapper .no-gutters>[class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.text-center {
    text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: bold
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input {
    font-family: var(--main_font), Arial;
    outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

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

video {
    width: 100%;
}

p {
    margin: 0;
}

a {
    transition: 0.3s;
    color: #222;
    text-decoration: dashed;
}

a:hover {
    text-decoration: none;
    color: var(--color2);
}

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

main {
    transition: .5s;
    padding: 110px 0;
}

main.hidden {
    filter: brightness(.2) blur(10px);
}

header.closed .top-header:before {
    height: calc(50vh - 80px);
}

.closed .bottom-header .container {
    background-position: 50% calc(50% - 45px);
}

.top-header:before {
    content: "";
    width: 100%;
    height: 1px;
    transition: .5s;
    background: #1a1a1a;
}

header.closed .top-header .search-box,
header.closed .top-header .header-account {
    opacity: 0;
}

header.closed .bottom-header .container>div,
header.closed .bottom-header .container>p {
    opacity: 0;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    pointer-events: none;
}

.top-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    pointer-events: all;
    transition: .5s;
    z-index: 22;
}

.bottom-header {
    position: fixed;
    right: 0;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    pointer-events: all;
    transition: .5s;
}

.bottom-header:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    transition: .5s;
    background: #1a1a1a;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    padding: 25px 5% 10px;
    background: radial-gradient(transparent 40px, #1a1a1a 1px);
    background-position: 50% calc(50% + 35px);
    background-size: 100vw 100vw;
    background-repeat: no-repeat !important;
    position: relative;
}

.top-header .logo {
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 85px;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header .container>* {
    flex: 1 1 0;
    transition: .5s;
}

.top-header .logo a:before,
.top-header .logo a:after {
    /* content: ""; */
    position: absolute;
    background: url(../image/curve.png) no-repeat center;
    background-size: cover;
    filter: invert(13%) sepia(0%) saturate(77%) hue-rotate(269deg) brightness(111%) contrast(85%);
    width: 9px;
    height: 9px;
    bottom: calc(50% - 0px);
    left: -8px;
    z-index: -1;
}

header.closed .bottom-header:after {
    height: calc(50vh - 103px)
}

.bottom-header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 35px 5% 10px;
    background: #1a1a1a;
    background-position: 50% 1px;
    background-size: 100vw 100vw;
    background-repeat: no-repeat !important;
    transition: .5s;
}

.bottom-header .container>i {
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    pointer-events: none;
    background: linear-gradient(270deg, var(--color1), transparent, var(--color1), transparent, var(--color1), transparent, var(--color1));
    background-size: 200% 100%;
    background-position: 0 0;
    animation: bg-scrolling 40s infinite linear;
}

.bottom-header .container>div,
.bottom-header .container>p {
    font-size: 1.1rem;
    transition: .5s;
}

.copy-right {
    text-align: center;
    color: #777;
}

.top-header .logo a:after {
    left: unset;
    right: -8px;
    transform: rotatey(180deg);
}

.header-account {
    text-align: right;
}

.header-account a,
.header-account span {
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 5px;
    background: #666;
    color: #fff;
    margin-left: 25px;
    text-transform: capitalize;
}

a.sign-up:before {
    content: "\e904";
    font-size: 24px;
    line-height: 22px;
}

.header-account a:before {
    font-family: 'icomoon';
    vertical-align: middle;
    margin-right: 20px;
}

.header-account a:hover {
    background: var(--color1);
}

.search-box {
    position: relative;
    display: flex;
    align-items: flex-end;
}

#search_form {
    position: relative;
    width: 100%;
}

#search_form input {
    width: 60%;
    background: #666;
    color: #fff;
    border: none !important;
    outline: none !important;
    border-radius: 5px;
    padding: 8px;
    text-indent: 35px;
    line-height: 1;
}

#search_form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

#search_form input::placeholder {
    /* Most modern browsers support this now. */
    color: #999;
}

#search_form button {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-family: 'icomoon';
    transition: .5s;
    z-index: 2;
    font-size: 1.3rem;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#search_form button:before {
    content: "\e902";
}

#search_form button:hover {
    color: var(--color2);
}

.search-results {
    position: absolute;
    top: 100%;
    width: 80%;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 10px 5px;
    background: #666;
}

.category-tab a {
    padding: 7px 15px;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.2;
    width: 160px;
    text-align: center;
    border: 1px solid #1a1a1a;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
}

.category-tab {
    margin-bottom: 30px;
}

.category-tab .col-md-5 a:not(:last-child) {
    margin-right: 15px;
}

.category-tab a:hover,
.category-tab a.active {
    background: var(--color1);
}

span#error {
    display: none;
    margin: 30px auto;
    padding: 5px 25px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
    color: #cd0000;
    font-weight: bold;
    text-transform: capitalize;
    max-width: fit-content;
}

.sign-in:before {
    content: "\e903";
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1540px;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.socials a {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'icomoon';
    margin: 0 10px;
    line-height: 1;
}

.socials a:hover {
    color: var(--color1);
}

.pintress:before {
    content: "\e901";
}

.telegram:before {
    content: "\e905";
}

.instagram:before {
    content: "\e900";
}

.foundation:before {
    content: "\e90b";
}

.gmail:before {
    content: "\e90a";
}

.opensea:before {
    content: "\e90c";
}

.product-card.fade {
    transform: translateY(40px);
    opacity: 0;
}

.product-card {
    position: relative;
    transition: .5s;
    margin: 5%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.product-card>a {
    width: 100%;
    display: block;
    position: relative;
}

.product-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    outline: 2px solid #000;
    outline-offset: 0px;
    pointer-events: none;
    transition: 0.3s;
    z-index: 10;
}

.product-card:hover:before {
    outline-offset: -2rem;
    outline-color: #fff;
}

.product-card img {
    width: 100%;
}


/* .product-card:after {
    content: '';
    position: absolute;
    height: 150%;
    width: 150%;
    background: linear-gradient(0deg, var(--color1), transparent, var(--color1), transparent, var(--color1));
    z-index: -1;
    opacity: .8;
    animation: animatedgradient 25s linear infinite;
    pointer-events: none;
} */

@keyframes bg-scrolling {
    100% {
        background-position: 200%, 0;
    }
}

@keyframes animatedgradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.item-overlay {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    background: #000a;
    z-index: 2;
    pointer-events: none;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
}

.item-overlay>* {
    overflow: hidden;
    margin: 0 10px;
    max-width: 45%;
}

.overlay-logo img {
    transition: .5s;
    opacity: .8;
    width: 50px;
    height: 50px;
    object-fit: cover;
    transform: translateX(100%);
}

.overlay-content h2 {
    color: #eee;
    font-size: 1.4rem;
    text-transform: capitalize;
    line-height: 1;
    margin: 0;
}

.overlay-content span {
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    display: block;
    color: #aaa;
}

.overlay-content>* {
    transition: .5s;
    transform: translateX(-100%);
}

.product-card:hover .item-overlay {
    opacity: 1;
}

.product-card:hover .item-overlay * {
    transition-delay: .3s;
    transform: none;
}

.contact-page {
    padding: 40px 0;
}

form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

form label {
    color: #aaa;
    text-indent: 10px;
    width: 100%;
}

form label input,
form label textarea {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-top: 5px;
    border-radius: 5px;
    outline: none;
    border: 1px solid transparent;
    transition: .5s;
}

form label input:focus,
form label textarea:focus,
form label input:hover,
form label textarea:hover {
    border-color: var(--color1);
}

button[type=submit] {
    border: 2px solid #aaa;
    color: #aaa;
    padding: 5px 20px;
    background: transparent;
    border-radius: 25px;
    margin-top: 15px;
    transition: .5s;
}

button[type=submit]:hover {
    border-color: var(--color1);
    background: var(--color1);
    color: #fff;
}

section.product-header {
    padding: 40px 0;
}

.pro-title {
    padding: 10px 20px;
    border-radius: 10px;
    background: #8c2a24;
    color: #eaeaea;
    line-height: 1.2;
    font-size: 1.3rem;
}

.pro-name h1 {
    font-size: 3rem;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.pro-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.share.socials {
    border-top: 1px dashed #fff;
    padding-top: 10px;
    margin-top: 10px;
    justify-content: flex-start;
}

.share.socials h4 {
    font-weight: normal;
}

.share.socials a {
    font-size: 1.3rem;
    margin-right: 10px;
}

.img-magnifier-glass {
    position: absolute;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
    transition: .3s;
    opacity: 0;
}

.zoom-container {
    position: relative;
}

.zoom-container:hover .img-magnifier-glass {
    opacity: 1;
}

.img-magnifier-glass:hover {
    transition: 0s;
}

.post-title {
    color: #fff;
    font-size: 2.4em;
    text-transform: capitalize;
}

.body-post p,
.body-post span {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #f1f1f1;
}

.body-post img {
    border-radius: 15px;
    margin: 20px auto;
    display: block;
}

.body-post h2 {
    font-size: 2rem;
}

.body-post h3 {
    font-size: 1.8rem;
}

.body-post h4 {
    font-size: 1.6rem;
}

.body-post h5 {
    font-size: 1.4rem;
}

.body-post h6 {
    font-size: 1rem;
}

.body-post strong,
.body-post b {
    font-weight: bold;
    color: #aaa;
}

.body-post a {
    color: var(--color2);
    transition: .5s;
}

.body-post a:hover {
    color: var(--color1);
}

.body-post h1,
.body-post h2,
.body-post h3,
.body-post h4,
.body-post h5,
.body-post h6 {
    margin: 30px 0 10px;
    color: #eee;
    text-transform: capitalize;
}

.body-post p:last-child,
.body-post span:last-child {
    margin-bottom: 0;
}

.body-post blockquote {
    padding: 25px 15px;
    border-radius: 10px;
    background-color: #ccc;
    display: block;
    margin: 40px 0;
    font-size: 1.3rem;
}

.body-post {
    margin-top: 20px;
    padding: 0 20px 15px 0;
    letter-spacing: 1px;
    height: 60vh;
    overflow: auto;
}

.body-post>*:last-child {
    margin-bottom: 0;
}

.body-post ul,
.body-post ol {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    margin: 0;
    flex-wrap: wrap;
}

.body-post ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 13px;
    background-color: var(--color1);
    clip-path: polygon(0% 0, 100% 50%, 0% 100%);
    margin-right: 10px;
}

.body-post ul li,
.body-post ol li {
    margin-left: 15px;
    font-size: 1.4rem;
    display: inline-block;
    color: #f1f1f1;
    position: relative;
}

.body-post ul ul,
.body-post ol ol {
    margin-right: 10px;
    padding: 0;
}

.body-post ol li {
    counter-increment: item;
    position: relative;
}

.body-post ol li:before {
    content: counter(item)".";
    color: var(--color1);
    font-size: 1.5rem;
    width: 15px;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.pro-desc {
    margin-top: 20px;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.sec-title {
    margin-bottom: 20px;
}

.sec-title h2 {
    color: #f1f1f1;
}

.product-slider {
    display: flex;
    align-items: center;
    position: relative;
}

.product-slider .owl-nav {
    position: absolute;
    font-size: 24px;
    right: -40px;
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    top: calc(50% - 14px);
    z-index: -1;
    pointer-events: none;
}

.product-slider.owl-carousel .owl-nav button.owl-next,
.product-slider.owl-carousel .owl-nav button.owl-prev {
    pointer-events: all;
    transition: .5s;
    color: #f1f1f1 !important;
    padding: 7px !important;
    line-height: 16px;
}

.product-slider.owl-carousel .owl-nav button.owl-next,
.product-slider.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--color1) !important;
}

.product-slider .owl-nav button.disabled {
    opacity: 0.3;
    pointer-events: none !important;
}


.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-nav a {
  color: #f1f1f1;
  margin-right: 10px;
}
.footer-nav a:hover {
  color: var(--color1);
}
.footer-nav a:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1440px) {
    .top-header:before {
        height: 0;
    }
}

@media screen and (max-width: 991px) {
    header.closed .bottom-header:after {
        height: calc(50vh - 147px);
    }
    header.closed .top-header:before {
        height: calc(50vh - 30px);
    }
}

@media screen and (max-width: 768px) {
    .header-account a {
        padding: 5px;
        font-size: 0px;
        margin-left: 10px;
        display: inline-block;
        line-height: 1;
    }
    .header-account a:before {
        font-size: 22px;
        margin: 0;
    }
    .bottom-header .container {
        flex-direction: row-reverse;
        padding-top: 33px !important;
    }
    .copy-right {
        text-align: left;
        font-size: 12px !important;
        width: 70% !important;
    }
    .socials {
        justify-content: flex-end;
    }
    .socials a {
        font-size: 1.4rem;
        margin-right: 10px;
    }
    .category-tab a {
        width: 75px;
        padding: 3px 10px;
        font-size: .7rem;
    }
    .category-tab {
        margin-bottom: 15px;
    }
    .category-tab .col-12 a:not(:last-child) {
        margin-right: 10px;
    }
    .category-tab .col-12 {
        overflow: scroll;
        padding: 5px;
    }
    .category-tab .col-12::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
    .category-tab .col-12::-webkit-scrollbar-track {
        background: transparent;
    }
    .category-tab .col-12::-webkit-scrollbar-thumb {
        background: #f7100277;
    }
    .category-tab .col-12::-webkit-scrollbar-thumb:hover {
        background: #f80f01;
    }
    .category-tab a {
        flex: 0 0 auto;
    }
    header.closed .bottom-header:after {
        height: calc(50vh - 115px);
    }
    header.closed .top-header:before {
        height: calc(50vh - 30px);
    }
    .closed .bottom-header .container {
        background-position: 50% calc(50% - 36px);
    }
    .body-post {
        height: unset;
        overflow: unset;
        padding: 0;
    }
}

@media screen and (max-width: 576px) {
    .top-header .container {
        padding-top: 5px;
        background: radial-gradient(transparent 21px, #1a1a1a 1px);
        background-position: 50% calc(50% + 24px);
        background-size: 1000px 1000px;
    }
    .closed .bottom-header .container {
        background: radial-gradient(transparent 21px, #1a1a1a 1px);
        background-position: 50% calc(50% - 31px);
        background-size: 1000px 1000px;
    }
    .top-header .logo {
        width: 45px;
        bottom: -20px;
    }
    #search_form input {
        min-width: unset;
        width: 75%;
        padding: 5px;
    }
    header.closed .top-header:before {
        height: calc(50vh - 33px);
    }
    header.closed .bottom-header:after {
        height: calc(50vh - 85px);
    }
    .copy-right {
        font-size: 10px !important;
    }
    .product-card {
        margin: 5%;
        padding: .5rem;
    }
    .product-card:hover:before {
        outline-width: 1px;
    }
    .product-card:hover:before {
        outline-offset: -1rem;
    }
    .item-overlay {
        position: absolute;
        top: .5rem;
        right: .5rem;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
    }
    .product-slider .owl-nav {
        right: -10px;
        left: -10px;
        font-size: 18px;
        top: calc(50% - 9px);
        z-index: 2;
    }
    .product-slider.owl-carousel .owl-nav button.owl-next,
    .product-slider.owl-carousel .owl-nav button.owl-prev {
        background: #666;
        padding: 7px 2px !important;
        font-size: 14px;
    }
}