@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:500;);

body {
    font-family: "Poppins", Roboto, "Times New Roman", Tahoma;
    background-color: #f7f7f7;
    padding: 0;
    margin: 0;
}

p {
    color: #757575;
}

img {
    max-width: 100%;
}

hr.short {
    width: 200px;
}

header #top-nav {
    color: white;
    padding: 5px;
    font-size: .9em;
    font-weight: normal;
}

header #top-nav i {
    color: white;
}

header #top-nav a {
    color: white;
    text-decoration: none;
}

header #menu {
    font-size: 18px;
    height: 100px;
    position: relative;
    box-shadow: 0 0 5px gray;
}

header #menu:before {
    font-size: 16px;
    color: white;
    height: 35px;
    content: "";
    position: absolute;
    top: 0;
    left: -10000000px;
    bottom: 0;
    right: 0;
    background: #1c1c27;
    z-index: -1;
}

header #menu .main-logo-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 355px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    overflow: hidden;
    z-index: 10;
}

header #menu .main-logo-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100000px;
    bottom: 0;
    right: 75px;
    z-index: -1;
    border-top: 105px solid red;
    border-right: 70px solid transparent;
}

header #menu .main-logo-box:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 40px;
    height: 20px;
    width: 70px;
    border-bottom: 35px solid rgba(255, 0, 0, 0.9);
    border-left: 27px solid transparent;
    border-right: 35px solid transparent;
    z-index: -1;
}

header #menu .navbar {
    font-weight: bold;
    z-index: 999;
}

header #menu .navbar .nav-item {
    margin-right: 30px;
}

@media screen and (max-width: 991px) {
    header #menu .navbar .navbar-collapse {
        background: white;
        border-radius: 10px;
        padding: 20px;
        margin-top: 10px;
    }
}

header #menu .btn-download {
    background-color: red;
}

header #menu .btn-download:hover {
    background-color: darkred;
    transition: 0.2s;
}

section#slider .owl-carousel {
    position: relative;
}

section#slider .owl-carousel .owl-item {
    opacity: 1;
}

section#slider .owl-carousel .owl-item.active {
    opacity: 1;
}

section#slider .owl-carousel .owl-dots {
    text-align: center;
}

section#slider .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

section#slider .owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #4d4d4d;
    border-radius: 50%;
}

section#slider .owl-carousel .owl-dots .owl-dot:hover, section#slider .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

section#slider .owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

section#slider .owl-carousel .owl-dots .owl-dot.active:after {
    border-color: #fff;
}

section#slider .owl-carousel.home-slider {
    position: relative;
    height: 550px;
    z-index: 0;
}

section#slider .owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px;
    position: relative;
    z-index: 0;
    transform: scale(1);
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}

section#slider .owl-carousel.home-slider .slider-item.hovered {
    transform: scale(1.1);
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}

@media (max-width: 1199.98px) {
    section#slider .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}

section#slider .owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
}

section#slider .owl-carousel.home-slider .slider-item .slider-text {
    height: 550px;
    position: relative;
}

section#slider .owl-carousel.home-slider .slider-item .slider-text .text {
    z-index: 0;
    color: rgba(255, 255, 255, 0.9);
}

section#slider .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 9vw;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}

@media (max-width: 991.98px) {
    section#slider .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 50px;
    }
}

section#slider .owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    color: white;
    color: #f5e4c3;
    display: inline-block;
    position: relative;
    letter-spacing: 4px;
}

section#slider .owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

section#slider .owl-carousel.home-slider .owl-nav .owl-prev,
section#slider .owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    section#slider .owl-carousel.home-slider .owl-nav .owl-prev,
    section#slider .owl-carousel.home-slider .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

section#slider .owl-carousel.home-slider .owl-nav .owl-prev span:before,
section#slider .owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    section#slider .owl-carousel.home-slider .owl-nav .owl-prev span:before,
    section#slider .owl-carousel.home-slider .owl-nav .owl-next span:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

section#slider .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, section#slider .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
section#slider .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
section#slider .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff;
}

section#slider .owl-carousel.home-slider .owl-nav .owl-prev {
    left: 0;
    margin-left: 0;
}

section#slider .owl-carousel.home-slider .owl-nav .owl-next {
    right: 0;
    margin-right: 0;
}

section#slider .owl-carousel.home-slider:hover .owl-nav .owl-prev,
section#slider .owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

section#slider .owl-carousel.home-slider:hover .owl-nav .owl-prev {
    margin-left: 50px;
}

section#slider .owl-carousel.home-slider:hover .owl-nav .owl-next {
    margin-right: 50px;
}

section#slider .owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    section#slider .owl-carousel.home-slider .owl-dots {
        bottom: 5px;
    }
}

section#slider .owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

section#slider .owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff;
}

section#slider .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

section#categories {
    margin-top: 70px;
}

section#categories .pattern-bg {
    position: absolute;
    top: 1210px;
    width: 100%;
    height: 300px;
    background-color: #a61b1b;
    background-repeat: repeat;
    z-index: -1;
}

.snip1571 {
    background-color: #000;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.snip1571 img {
    transform: scale(1);
    backface-visibility: hidden;
    width: 100%;
    vertical-align: top;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

.snip1571:hover img {
    transform: scale(1.1);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

.snip1571 *,
.snip1571 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1571 figcaption {
    bottom: 30px;
    left: 0;
    position: absolute;
    z-index: 0;
}

.snip1571 figcaption:before {
    background-color: #ffffff;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    right: 100%;
    top: -5px;
    z-index: -1;
}

.snip1571 h3 {
    background-color: #c73232;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    z-index: 1;
}

.snip1571 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1571:hover figcaption:before,
.snip1571.hover figcaption:before {
    right: -5px;
}

section#about {
    margin-top: 100px;
}

section#products {
    margin-top: 100px;
}

footer {
    background-color: #1c1c27;
}

footer a {
    color: white;
    text-decoration: none;
}

footer .title {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: -6px;
    margin-bottom: 24px;
    padding-bottom: 14px;
}

footer .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    width: 50px;
    height: 2px;
    background: red;
}

footer .title h3 {
    color: white;
    font-size: 22px;
}

footer #social-networks a {
    color: transparent;
}

footer p {
    color: darkgray;
}

footer .social {
    color: white;
    text-align: center;
    background: #2b2b39;
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px 10px;
    display: inline-block;
}

footer #copyright {
    font-size: 0.8em;
    color: darkgray;
    background-color: #2b2b39;
    border-top: 1px solid #2a2a46;
}

/* Public styles */
.section-title {
    position: relative;
    display: block;
    margin-top: -3px;
    padding-bottom: 50px;
}

.section-title.center .sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title h2 {
    font-size: 50px;
    margin: 10px 0;
}

.section-title h6 {
    position: relative;
    display: flex;
    align-items: center;
    color: red;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--thm-font-2);
}

.section-title .border-left {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: red;
    margin-right: 10px;
    border-left: none !important;
}

.section-title .border-right {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: red;
    margin-left: 10px;
    border-right: none !important;
}

/* Button */
.snip1562 {
    background-color: #c47135;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin: 15px 0;
    outline: none;
    padding: 12px 40px 10px;
    position: relative;
    text-transform: uppercase;
}

.snip1562:before,
.snip1562:after {
    border-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.snip1562:before {
    border-color: #c47135;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}

.snip1562:after {
    border-bottom-width: 2px;
    border-color: #c47135;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}

.snip1562:hover,
.snip1562.hover {
    background-color: #c47135;
}

.snip1562:hover:before,
.snip1562.hover:before,
.snip1562:hover:after,
.snip1562.hover:after {
    height: 100%;
    width: 100%;
}

/* /Button */

/* New Product Box */
#new-products .snip1571 {
    background-color: #464646;
}
/* /New Product Box */

/* Breadcrumbs */
.breadcrumb {
    background: none;
    font-size: 13px;
    color: dimgray;
    margin-top: 5px;
}

.breadcrumb a {
    color: midnightblue;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: darkblue;
    text-decoration: underline;
}

.breadcrumb h1 {
    font-size: inherit;
    line-height: inherit;
}

.breadcrumb .breadcrumb-item:before {
    content: ">";
}

.breadcrumb .breadcrumb-item:first-child:before {
    content: "";
}

.breadcrumb .active {
    color: dimgray;
}

/* /Breadcrumbs */
/* /Public styles */
/* Contact page */
section#contact-page iframe {
    border: 20px;
    box-shadow: 0 0 10px dimgray;
}

section#contact-page .contact-info a {
    color: inherit;
}

section#contact-page .contact-info a:hover {
    opacity: 0.9;
}

section#contact-page .contact-info strong {
    font-size: 22px;
    color: midnightblue;
}

section#contact-page .contact-info .icon {
    border-left: 2px solid darkred;
}

/* /Contact page */
/* Shop Page */
#categories .title {
    font-size: 15px;
    font-weight: bold;
}

#categories .accordion-button {
    padding: 5px 10px;
}

#categories .accordion-button:not(.collapsed) {
    font-weight: bold;
}

#categories .accordion-button:not(.collapsed),
#categories .accordion-button:focus {
    background-color: transparent;
    box-shadow: none;
}

#categories .accordion-button::after,
#categories .accordion-button:not(.collapsed)::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
}

#categories .accordion-button a {
    color: inherit !important;
    text-decoration: none !important;
}

#categories .accordion-body {
    padding: 0 20px;
}

#categories .accordion-body li .active {
    color: #1c1c27;
    font-weight: bold;
}

#categories .accordion-item {
    padding: 5px 0;
}

#categories .accordion-item:first-of-type .accordion-button {
    box-shadow: none;
}

#categories ul {
    padding: 0;
    margin-bottom: 0;
}

#categories ul li {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
}

#categories ul li a {
    text-decoration: none;
    color: #1c1c27;
}

#categories ul li a:hover {
    color: darkblue;
}

figure {
    margin: 0 0 5px 0;
}

figure.snip1209 {
    color: #000000;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}

figure.snip1209 * {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

figure.snip1209 img {
    max-width: 100%;
    vertical-align: top;
}

figure.snip1209 figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
}

figure.snip1209 figcaption img {
    border-radius: 10px;
}

figure.snip1209 h2,
figure.snip1209 h4 {
    margin: 0;
}

figure.snip1209 h2 {
    font-weight: 600;
}

figure.snip1209 h4 {
    font-weight: 400;
    text-transform: uppercase;
}

figure.snip1209 i {
    font-size: 32px;
}

figure.snip1209:after {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 0 5px dimgray;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
}

figure.snip1209 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

/*
.product-box:hover figure.snip1209 figcaption {
    box-shadow: 0 0 10px #464646;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
*/

/*.product-box:hover figure.snip1209:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.9;
}*/

.product-box a {
    color: black;
    font-weight: 600;
    text-decoration: none;
}

.product-box .badge {
    font-weight: lighter;
}

/* /Shop Page */
/* PDP */
#product-details .tab-title {
    font-weight: bold;
}

#product-details .tab-title .border-right {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: darkgray;
    margin-top: 5px;
    border-right: none !important;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.swiper-container img {
    height: auto !important;
}

@media screen and (max-width: 1199px) {
    .swiper-container img {
        margin-right: 0;
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .swiper-container img {
        margin-right: 0;
        width: 100%
    }
}

.swiper-container.gallery-top {
    border: 1px solid #d1d1d1;
    border-radius: 7px;
    width: 100%
}

@media screen and (max-width: 991px) {
    .swiper-container.gallery-top {
        min-height: 300px
    }
}

@media screen and (max-width: 575px) {
    .swiper-container.gallery-top {
        min-height: 200px
    }
}

.swiper-container.gallery-thumbs {
    box-sizing: border-box;
    height: 100px;
    margin: 5px;
    padding: 0
}

.swiper-container.gallery-thumbs .swiper-slide {
    background-color: hsla(0, 0%, 82%, .3);
    border: 1px solid #d1d1d1;
    border-radius: 7px;
    cursor: pointer;
    height: 100%;
    opacity: .4;
    width: 100px !important;
}

.swiper-container.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.swiper-container .swiper-slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1199px) {
    .swiper-container .swiper-slide {
        height: auto
    }
}

@media screen and (max-width: 575px) {
    .swiper-container .swiper-slide {
        height: auto
    }
}

.pswp img {
    background-color: #fff;
    height: auto !important
}

.pswp .pswp__bg {
    background-color: rgba(0, 0, 0, .9)
}

.pswp .pswp__img {
    top: -80px
}
/* /PDP */

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


.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 3px;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #cbcbcb;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px 0 16px;
    margin-left: -10px;
    z-index: 1;
    border-radius: 10px;
    min-width: 100px;
}

.dropdown-content a {
    text-decoration: none;
    color: inherit;
}

.dropdown-content a:hover {
    color: darkblue;
}

.dropdown-content div {
    padding: 5px 0;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: 1s;
}
