/*
f75b5b
f8ccc9


#711e26

#cecaca

#711e26

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    line-height: 1.7;
    color: #8c92a0;
    font-weight: 300;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
}

/*
::-moz-selection {
    background: #b3d4fc;;
    color: #fff
}

/*
::selection {
    background: #000;
    color: #fff
}
#b3d4fc;
*/

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*/ a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

a:hover {
    text-decoration: none;
}

.text-black {
    color: #000
}

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, .6);
    content: "";
    position: absolute;
    z-index: 1040;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible
}

.btn {
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .2s all ease-in-out!important;
    -o-transition: .2s all ease-in-out!important;
    transition: .2s all ease-in-out!important;
    top: 0;
    letter-spacing: .05em
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000
}

.btn.btn-sm {
    font-size: 14px!important;
    padding: 10px 20px!important
}

.btn.btn-primary {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .2em
}

.btn:hover {
    -webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, .9)!important;
    box-shadow: 0 5px 20px -7px rgba(0, 0, 0, .9)!important;
    top: -2px
}

.form-control {
    height: 43px
}

.form-control:active,
.form-control:focus {
    border-color: #711e26
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.site-section {
    padding: 2.5em 0
}

@media(min-width:768px) {
    .site-section {
        padding: 5em 0
    }
    .shopCategories {
        display: block;
    }
}

.site-section.site-section-sm {
    padding: 4em 0
}

.site-section-heading {
    font-size: 30px;
    color: #25262a;
    position: relative
}

.site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #711e26
}

.site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #711e26;

}

.border-top {
    border-top: 1px solid #edf0f5!important
}

.site-footer {
    /*color: white;*/
    background: #711e26cc;
    padding: 4em 0
}

.site-footer ul li {
    margin-bottom: 10px
}

.site-footer ul li a {
    color: #5c626e
}

.site-footer ul li a:hover {
    color: #711e26
}

.site-footer .footer-heading {
    font-size: 20px;
    color: #25262a
}

.site-navbar {
    background: #fff;
    margin-bottom: 0;
    z-index: 1010;
    position: relative
}

.site-navbar.transparent {
    background: 0 0
}

.site-navbar .site-navbar-top {
    border-bottom: 1px solid #f3f3f4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0
}

@media(min-width:768px) {
    .site-navbar .site-navbar-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.site-navbar .site-search-icon a span {
    display: inline-block;
    margin-right: 10px
}

.site-navbar .site-search-icon a:hover {
    text-decoration: none
}

.site-navbar .site-logo a {
    text-transform: uppercase;
    color: #25262a;
    letter-spacing: .2em;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #25262a
}

.site-navbar .site-logo a:hover {
    text-decoration: none
}

.site-navbar a {
    color: #868995
}

.site-navbar a:hover {
    color: #3d3f45
}

.site-navbar .icon {
    font-size: 20px
}

.site-navbar .site-top-icons ul,
.site-navbar .site-top-icons ul li {
    padding: 0;
    margin: 0;
    list-style: none
}

.site-navbar .site-top-icons ul li {
    display: inline-block
}

.site-navbar .site-top-icons ul li a {
    margin-right: 10px
}

.site-navbar .site-top-icons ul li a.site-cart {
    display: block;
    position: relative
}

.site-navbar .site-top-icons ul li a.site-cart .count {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -15px;
    margin-top: -20px;
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: #fff;
    color: #711e26;
    border: 1px solid #711e26;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    /*display: none;*/
}

.site-navbar .site-top-icons ul li a:hover .count {
    -webkit-box-shadow: 0 3px 10px -4px rgba(0, 0, 0, .3)!important;
    box-shadow: 0 3px 10px -4px rgba(0, 0, 0, .3)!important;
    margin-top: -22px
}

.site-navbar .site-top-icons ul li:last-child a {
    padding-right: 0
}

.site-navbar .site-top-icons ul .site-menu-toggle {
    font-size: 25px;
    position: relative;
    top: 2px;
    margin-left: 20px
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4!important
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0
}

.site-navbar .site-navigation .site-menu .active>a {
    color: #711e26
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none!important;
    font-size: 15px;
    display: inline-block
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #25262a;
    font-size: 15px;
    text-decoration: none!important
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #711e26
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icomoon
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #711e26;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .05);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0 0;
    margin-top: 20px;
    margin-left: 0;
    background: #fff;
    -webkit-transition: .2s 0s;
    -o-transition: .2s 0s;
    transition: .2s 0s
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #711e26 !important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #f4f5f9;
    color: #25262a
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #f4f5f9;
    color: #25262a
}

.site-navbar .site-navigation .site-menu .has-children a {
    text-transform: uppercase
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #711e26
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 1040;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 40px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
    color: #25262a;
    letter-spacing: .2em;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #25262a
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #711e26
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: #711e26
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: fontawesome;
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px
}

.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.site-blocks-cover,
.site-blocks-cover .row {
    min-height: 600px;
    height: calc(100vh - 174px)
}

.site-blocks-cover h1 {
    font-size: 30px;
    font-weight: 900;
    color: #000
}

@media(min-width:768px) {
    .site-blocks-cover h1 {
        font-size: 50px
    }
}

.site-blocks-cover p {
    /*color: #333;*/
    font-size: 20px;
    line-height: 35px
}

.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5
}

.site-blocks-1 {
    border-bottom: 1px solid #edf0f5
}

.site-blocks-1 .divider {
    position: relative
}

.site-blocks-1 .divider:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 10px;
    background: #edf0f5
}

.site-blocks-1 .divider:last-child:after {
    display: none
}

.site-blocks-1 .icon span {
    position: relative;
    color: #711e26;

    top: -10px;
    font-size: 50px;
    display: inline-block
}

.site-blocks-1 .text h2 {
    color: #25262a;
    letter-spacing: .05em;
    font-size: 18px
}

.site-blocks-1 .text p:last-child {
    margin-bottom: 0
}

.site-blocks-2 .block-2-item {
    display: block;
    position: relative
}

.site-blocks-2 .block-2-item:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0)
}

.site-blocks-2 .block-2-item .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden
}

.site-blocks-2 .block-2-item .image img {
    margin-bottom: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.site-blocks-2 .block-2-item .text {
    z-index: 2;
    bottom: 0;
    padding-left: 20px;
    position: absolute;
    width: 100%
}

.site-blocks-2 .block-2-item .text>span,
.site-blocks-2 .block-2-item .text h3 {
    color: #fff
}

.site-blocks-2 .block-2-item .text>span {
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 900
}

.site-blocks-2 .block-2-item .text h3 {
    font-size: 40px
}

.site-blocks-2 .block-2-item:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.block-3 .owl-stage {
    padding-top: 40px;
    padding-bottom: 40px
}

.block-3 .owl-nav {
    position: relative;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.block-3 .owl-nav .owl-prev,
.block-3 .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    color: #5c626e
}

.block-3 .owl-nav .owl-prev:hover,
.block-3 .owl-nav .owl-next:hover {
    color: #25262a
}

.block-3 .owl-nav .owl-prev.disabled,
.block-3 .owl-nav .owl-next.disabled {
    opacity: .2
}

.block-4 {
    -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, .1);
    background: #fff
}

.block-4 .block-4-text h3 {
    font-size: 20px;
    margin-bottom: 0
}

.block-4 .block-4-text h3 a {
    text-decoration: none
}

.block-5 ul,
.block-5 ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.5
}

.block-5 ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    color: #25262a
}

.block-5 ul li:before {
    top: 0;
    font-family: icomoon;
    content: "";
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: #cecaca;
}

.block-5 ul li.address:before {
    content: "\e8b4"
}

.block-5 ul li.email:before {
    content: "\f0e0"
}

.block-5 ul li.phone:before {
    content: "\f095"
}

.block-6 {
    display: block
}

.block-6 img {
    display: block
}

.block-6 h3 {
    font-size: 18px
}

.block-6 p {
    color: #737b8a
}

.block-7 .form-group {
    position: relative
}

.block-7 .form-control {
    padding-right: 96px
}

.block-7 .btn {
    position: absolute;
    width: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3px
}

.block-8 .post-meta {
    color: #c4c7ce
}

.block-8 .block-8-sep {
    margin-left: 10px;
    margin-right: 10px
}

.site-blocks-table {
    overflow: auto
}

.site-blocks-table .product-thumbnail {
    width: 200px
}

.site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 1px!important;
    vertical-align: middle;
    color: #212529;
    font-size: 18px
}

.site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: #212529
}

.site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #711e26 !important
}

.site-block-order-table th {
    border-top: none!important;
    border-bottom-width: 1px!important
}

.site-block-order-table td,
.site-block-order-table th {
    color: #000
}

.site-block-top-search {
    position: relative
}

.site-block-top-search .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.site-block-top-search input {
    padding-left: 40px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.site-block-top-search input:focus,
.site-block-top-search input:active {
    padding-left: 25px
}

.site-block-27 ul,
.site-block-27 ul li {
    padding: 0;
    margin: 0
}

.site-block-27 ul li {
    display: inline-block;
    margin-bottom: 4px
}

.site-block-27 ul li a,
.site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.site-block-27 ul li.active a,
.site-block-27 ul li.active span {
    background: #711e26;
    color: #fff;
    border: 1px solid transparent
}

#slider-range {
    height: 8px
}

#slider-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none!important;
    background: #711e26
}

#slider-range .ui-slider-handle:focus,
#slider-range .ui-slider-handle:active {
    outline: none
}

#slider-range .ui-slider-range {
    background-color: #711e26
}

.color-item .color {
    width: 14px;
    height: 14px
}

.block-16 figure {
    position: relative
}

.block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    width: 90px;
    height: 90px;
    background: #fff;
    display: block;
    border-radius: 50%;
    border: none
}

.block-16 figure .play-button:hover {
    opacity: 1
}

.block-16 figure .play-button>span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%)
}

.block-38 .block-38-header .block-38-heading {
    color: #000;
    margin: 0;
    font-weight: 300
}

.block-38 .block-38-header .block-38-subheading {
    color: #b3b3b3;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .1em
}

.block-38 .block-38-header img {
    width: 120px;
    border-radius: 50%;
    margin-bottom: 20px
}

body {
    /*background: url('/images/bg.jpg') no-repeat center center fixed;  */
    background-color: #cecaca;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.site-navbar-top {
    background: url('/images/happym-header-bg.png') no-repeat center center fixed;
    background-position: 100% 20%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #721d25;
}

.site-navbar-top .container {
    /*  background-color: rgba(241, 70, 70, 0.9);*/
    background-color: #cecaca;

}


/*Apple iOS Safari cover workround*/

@supports ( -webkit-touch-callout: none) {
    .site-navbar-top {
        background-attachment: scroll
    }
}

@supports not ( -webkit-touch-callout: none) {
    .site-navbar-top {
        background-attachment: fixed;
    }
}


/* ================= TRACKING ============== */

.tracking-wrap {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

.tracking-wrap .step {
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}

.tracking-wrap .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}

.tracking-wrap .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}

.tracking-wrap .text {
    display: block;
    margin-top: 7px;
}

.tracking-wrap .step.active .icon {
    background: #711e26;
    color: #fff;
}

.tracking-wrap .step.active .text {
    font-weight: 400;
    color: #000;
}

.tracking-wrap .step.active:before {
    background: #711e26;
}

.tracking-wrap .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}

.site-top-icons ul {
/*    background-color: white;
*/
    width: 100%;
    height: 43px;
    border-radius: 0.25rem;
    padding: 0.5rem 0.0rem;
}

.site-top-icons ul li {
    color: black;
    font-size: 25px;
}

@media (max-width:767px) {
    th.colhide-m,
    td.colhide-m {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
    .site-search-icon {
        margin-bottom: 20px;
    }
    .shopCategories {
        display: none;
    }
}

@media (max-width:480px) {
    .site-top-icons ul {
        background-color: white;
        width: 100%;
        height: 43px;
        border-radius: 0.25rem;
        padding: 0;
    }
    .site-top-icons ul li {
        color: black;
        font-size: 16px;
    }
    .site-navbar .site-top-icons ul .site-menu-toggle {
        font-size: 25px;
        position: relative;
        top: 2px;
        margin-left: 0px;
    }
    .site-search-icon {
        margin-bottom: 20px;
    }
    th.colhide-sm,
    td.colhide-sm {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
    .shopCategories {
        display: none;
    }
}

.preloader {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.preloader .load-list {
    width: 50px;
    height: 50px;
    position: relative;
    top: 50%;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.preloader .load-list .load {
    position: absolute;
    background: #711e26;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.preloader .load-list .load2 {
    background: #711e26;
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.bg-white {
    background: rgb(255, 255, 255);
}

.btn-primary:hover {
    color: #fff;
    background-color: #711e26
;
    border-color: #711e26
;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #711e26
;
    border-color: #711e26
;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #711e26
;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #711e26
!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #711e26
!important
}

a:hover,
a:focus {
    color: #711e26
;
    text-shadow: none;
    text-decoration: none;
}

a {
    color: #711e26;
}

.category-sider li:hover {
    color: #711e26;
    background: #cecaca;
    text-shadow: none;
    text-decoration: none;
    /*    font-weight: 900;*/
}
.category-sider a:hover {
    color: #711e26;
    background: #cecaca;
    text-shadow: none;
    text-decoration: none;
    font-weight: 900;
}


.category-sider li::selection {
    color: #711e26;
;
    background: #cecaca;
    text-shadow: none;
    text-decoration: none;
    font-weight: 900;
}


/* background: #b3d4fc;*/

.site-top-icons ul li {
    color: #711e26
;
    font-size: 25px;
}

.border-red {
    border: 1px solid #711e26
;
}


/*
categoreis {

li a:hover {
    color: #711e26
;
    background: #b3d4fc;
    text-shadow: none;
    text-decoration: none;

}


li a:hover {
    color: #711e26
;
    background: #b3d4fc;
    text-shadow: none;
    text-decoration: none;

}
}
*/

.category {
    font-size: 15px;
    color: #fff;
    background: #711e26;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.bg-topbanner-0 {
    background-color: rgba(241, 70, 70, 0.9)
}

.bg-topbanner-1 {
    background-color: #f19e20;
}

.bg-topbanner-2 {
    background-color: #f197cc;
}

.bg-topbanner-3 {
    background-color: #a3f3ed;
}

.bg-topbanner-4 {
    background-color: #f19e20;
}

.bg-topbanner-5 {
    background-color: #f197cc;
}

.bg-topbanner-6 {
    background-color: #a3f3ed;
}

.bg-topbanner-7 {
    background-color: #f19e20;
}

.bg-topbanner-8 {
    background-color: #f197cc;
}

.bg-topbanner-text-0 {
    background-color: rgba(241, 70, 70, 0.9);
    color: white;
}

.topbanner {
    color: white
}

.topbanner .btn-primary {
    color: #711e26;
    font-weight: 600;
    background-color: #ffffff;
    border-color: #acacac;
}

.bg-topbanner-text-1 {
    background-color: #f19e20b0;
}

.bg-topbanner-text-2 {
    background-color: #f197ccb0;
}

.bg-topbanner-text-3 {
    background-color: #a3f3edb0;
}

.bg-topbanner-text-4 {
    background-color: #f19e20b0;
}

.bg-topbanner-text-5 {
    background-color: #f197ccb0;
}

.bg-topbanner-text-6 {
    background-color: #a3f3edb0;
}

.bg-topbanner-text-7 {
    background-color: #f19e20b0;
}

.bg-topbanner-text-8 {
    background-color: #f197ccb0;
}

@media(min-width:768px) {
    .bg-topbanner {
        background-repeat: no-repeat;
        background-size: contain, cover;
        background-position: center;
    }
    .w-md-50 {
        max-width: 80%;
    }
    .product-image {
        margin-left: 25%;
        margin-right: 25%;
    }
    .product-status--sale {
        margin-left: 25%;
    }
}

.bg-topbanner {
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-position: 20% 0%;
    /*background-position: left;*/
}


/*
.modal {
    z-index: 50000;
}
*/

.product-list-image {
    border-radius: 5px;
    max-width: 100%;
    max-height: 200px; 
    width: auto;
    height: auto;
    margin: auto;
}

.product-image {
    border-radius: 20px;
    /*margin-left: 25%;
    margin-right: 25%;*/
    /*max-width: 100%;*/
    padding: 5px;
    /*margin: 0 -18.885%;*/
    /*    max-width: 300px;
    max-height: 300px;

*/
    /*
    width: auto;
    height: auto;
    margin: auto;*/
    /*
    
*/
}

.product-trumb-image {
    border-radius: 20px;
    padding: 5px;
    /*margin: 0 -18.885%;*/
    /*    max-width: 300px;
    max-height: 300px;

*/
    /*
    width: auto;
    height: auto;
    margin: auto;*/
    /*
    
*/
}


/*}

}
*/

.js-check.active {
    border-color: red;
    background: #711e26;
    color: white;
}

.js-check {
    position: relative;
}

.btn-check {
    position: relative;
    display: inline-block;
    border: 2px solid grey;
    transition: 0s !important;
}

.js-check input {
    position: absolute;
    top: 21px;
    left: 18px;
}

.btn-check input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-btn input:checked~.btn {
    border-color: #3167eb;
    background-color: #3167eb;
    color: #fff;
}

.checkbox-btn {
    position: relative;
}

product-statuses {
    position: absolute;
    top: 0.5rem;
    left: -0.5rem;
    display: flex;
    flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    z-index: 5;
}

.product-status--sale {
    background-color: #f55656;
    border-color: #f55656;
}

.product-status {
    color: #fff;
}

.product-status {
    font-size: 1.3rem;
    min-width: 4.5rem;
}

.product-status {
    padding: 1rem 1rem;
    margin: 0 0 0.4rem;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    /*
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    */
    min-width: 3.5rem;
    min-height: 3.5rem;
    text-align: center;
    text-transform: uppercase;
    /*

    border-radius: 50%;
    width: 80px;
    height: 80px;
    */
    shape-outside: circle();
    clip-path: circle()
}

.product-status--new {
    background-color: #999999;
    border-color: #999999;
}

.product-status--on-stock {
    background-color: #abc244;
    border-color: #abc244;
}

.site-logo {
    margin-top: 5%;
    margin-bottom: 5%;
    width: min(50vw, 200px);
}

@media(max-width:768px) {
    .site-logo {
        margin-top: 30%;
        width: min(50vw, 50px);
    }
    .site-top-icons {
        width: 150%!important;
    }
    .site-navbar-top .container {
        /*  background-color: rgba(241, 70, 70, 0.9);*/
        background-color: #711e26 e6;
    }
    .site-navbar-sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }
}

.navbar-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #711e26;
}

.btn-primary {
    color: #fff;
    background-color: #711e26;
    border-color: #711e26;
}

@media (min-width: 468px) {
    .pull-right-sm {
        float: right;
    }
}

@media (min-width: 768px) {
    .pull-right-md {
        float: right;
    }
}

@media (min-width: 980px) {
    .pull-right-lg {
        float: right;
    }
}

.site-navigation {
    background-color: #FFFFFF;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #711e26;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary.disabled:hover {
    color: #fff;
    background-color: #b4b4b4;
    border-color: #333333;
    cursor: not-allowed;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0px;
    opacity: 0.3;
}

.btn-outline-primary {
    color: #711e26;
    background-color: transparent;
    background-image: none;
    border-color: #711e26;
    ;
}

.text-primary {
    color: #3d3f45!important;
}

.product-statuses {
    position: absolute;
    top: 0.5rem;
    left: -0.5rem;
    display: flex;
    flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    z-index: 5;
}

.color-white {
    color: #fff;
}

.modal {
    z-index: 2010;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: #000
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    /* width: 100%; */
}

.section {
    background-color: #ffffff;
 
}

#search-list {
    max-height: 400px;
    overflow-y: auto;
}
#search-list li {
    padding: 10px;
    border-bottom: 1px solid #ececec;
}
#search-list li:hover {
    background-color: #731313;
    color: white;
    cursor: pointer;
}

/*
.logo {
    padding-top: 30px; padding-bottom: 30px; height: 180px;
}



@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}
*/

.btn-block {
    margin-top: .5rem;
    width: 100%;
}



.showroom-strip {
    background-color: var(--color-dark);
    color: var(--color-white);
    overflow: hidden;
}

.showroom-video-col {
    position: relative;
    min-height: 560px;
    overflow: hidden;
}

.showroom-video-col .showroom-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
    transition: opacity .6s ease;
}

.showroom-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    background: #000;
}

.showroom-text {
    display: flex;
    align-items: center;
    padding: 80px 70px;
    background-color: #cecaca;
}


.showroom-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 92px;
    background: var(--color-white);
    color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    z-index: 2;
    cursor: pointer;
    transition: transform .3s ease;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    animation: showroomPulse 2.6s infinite;
}

.story-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
}

.story-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.story-list li:last-child { border-bottom: none; }

.story-list li i {
    font-size: 1.4rem;
    color: var(--color-gray);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    flex-shrink: 0;
}

.story-list li strong {
    color: var(--color-white);
    font-family: 'Montserrat', serif;
    font-size: 1.1rem;
    font-weight: 600;
}

.story-list li small {
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    letter-spacing: 0.05em;
}



/* ============ Showroom Strip ============ */
.showroom-strip {
    background-color: var(--color-dark);
    color: var(--color-white);
    overflow: hidden;
}

.showroom-video-col {
    position: relative;
    min-height: 560px;
    overflow: hidden;
}

.showroom-video-col .showroom-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
    transition: opacity .6s ease;
}

.showroom-video-col .showroom-image.hidden {
    opacity: 0;
    pointer-events: none;
}

.showroom-video-col .showroom-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(60deg, rgba(51, 51, 51, .55), transparent);
}

.showroom-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    background: #000;
}

.showroom-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92px;
    height: 92px;
    background: #ffffff;
    color:  #721d25;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    z-index: 2;
    cursor: pointer;
    transition: transform .3s ease;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    animation: showroomPulse 2.6s infinite;
}

@keyframes showroomPulse {
    0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, .6); }
    70%  { box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.showroom-badge:hover { transform: translate(-50%, -50%) scale(1.08); }

.showroom-text {
    display: flex;
    align-items: center;
    padding: 80px 70px;
}

.showroom-text-inner { max-width: 520px; }

.showroom-text h2 { color: var(--color-white); }
.showroom-text h2 em { color: var(--color-gray); }
.showroom-text p {
    color: rgba(255, 255, 255, .8);
    line-height: 1.8;
    margin-bottom: 32px;
    font-size: 1.05rem;
}

.story-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
}

.story-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgb(67 24 72 / 0%);
}

.story-list li:last-child { border-bottom: none; }

.story-list li i {
    font-size: 1.4rem;
    color: var(--color-gray);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(77 112 152 / 15%);
    border-radius: 50%;
    flex-shrink: 0;
}

.story-list li strong {
    color: var(--color-white);
    font-family: "Orbitron", sans-serif;
    /*font-family: 'Playfair Display', serif;*/
    font-size: 1.1rem;
    font-weight: 600;
}

.story-list li small {
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    letter-spacing: 0.05em;
}





.mega-section-title {
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    margin-bottom: 20px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #721d25 !important;
}


/* Marquee ticker */
.hero-marquee {
/*    position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    background:  #721d25;
    padding: 14px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    gap: 40px;
    padding-left: 40px;
}

.marquee-track span {
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}