/*-----------------------------------------------------------------------------------*/
/* VARIABLES
/*-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

:root {
    --primary: #fff;
    --secondary: #000;
}

html {
    background: #000;
}

body {
    font-family: "Playfair", serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 30px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

a {
    color: var(--secondary);
}

a:hover {
    text-decoration: none;
}

.navbar-collapse {
    /*background: #525050;*/
    /*border: 0;*/
    text-align: center;
}

legend {
    padding: 7px 0px;
    color: #000;
    border-bottom: 1px solid #9e9d9b;
}

.table-hover>tbody>tr:hover {
    background: transparent;
}

label {
    font-weight: normal;

}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 18px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 18px;
}

.input-group .input-group-addon {
    font-size: 18px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: transparent;
}


a.ws_next:before,
a.ws_prev:before {
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 25px;
    position: relative;
    transition: all 0.3s ease;
    color: var(--secondary);
}

a.ws_next:before {
    content: "\f054";
}

a.ws_prev:before {
    content: "\f053";
}

a.ws_next {
    border-radius: 5px 0 0 5px;
}

a.ws_prev {
    border-radius: 0 5px 5px 0;
}

a.ws_next:hover::before {
    transform: translateX(5px);
}

a.ws_prev:hover::before {
    transform: translateX(-5px);
}

a.ws_next,
a.ws_prev {
    background-color: #fff !important;
    height: 50px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* top */
#top {
    margin: 0;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff !important;
    background-color: #229ac8;
    background-color: #000;
}

.tab-content img {
    max-width: 100%;
}

.navitemsrow>.container {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

header .logo {
    margin-right: auto;
}

#top-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

header ul {
    margin: 0 !important;
    padding: 0 !important;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: var(--secondary);
}

p,
.list-unstyled {
    line-height: 1.6;
}

#top .btn-link:hover,
#top-links a:hover {
    color: var(--secondary);
}

a.agree {
    /*color: #fff;*/
}

#top-links .dropdown-menu a {
    text-shadow: none;
    color: #000;
}

#top-links .dropdown-menu a:hover {
    color: #fff;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

.currency-select {
    color: #000 !important;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}

/* search */
#search {
    margin-bottom: 10px;
    border-radius: 4px;
}

.search-col {
    width: 300px;
    float: right;
    margin-right: 20px;
}

#search .input-lg {
    background: transparent;
    height: auto;
    line-height: 28px;
    border-color: var(--secondary);
    color: var(--secondary);
    border-radius: 20px 0 0 20px;
    padding: 5px 10px;
}

.dropdown-menu>li>a {
    font-size: 18px;
}

.btn {
    border-radius: 30px !important;
    padding: 10px 50px !important;
    width: fit-content !important;
    font-size: 20px !important;
}

table .input-group-btn {
    padding-left: 10px;
}

.input-group-btn .btn {
    padding: 8px 20px !important;
    color: var(--primary) !important;
    border-radius: 20px !important;
    margin: 0 5px;
}

.pull-right .btn {
    margin-left: auto !important;
    margin-right: unset !important;
    margin-top: 10px;
}

.input-group-btn .btn i {
    font-size: 14px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 4px;
    box-shadow: none;
    background: var(--secondary);
    box-shadow: none;
    color: #fff;
    outline: none !important;
    height: 41px;
    top: -1px;
    border-radius: 0 20px 20px 0 !important;
    width: unset !important;
    padding: 5px 15px !important;
}

/* cart */
#cart {
    margin-bottom: 10px;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: var(--secondary);
}

#cart.open>.btn {
    background-image: none;
    color: var(--secondary);
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: var(--secondary);
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
    color: #000;
    left: auto !important;
}

#cart .btn-danger {
    color: #000 !important;
}



#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
        min-width: 300px;
    }

    #product button,
    #product .btn {
        display: block;
        width: 100%;
        margin-top: 5px;
        justify-content: center;
        text-align: center;
    }

    .productinfo #input-quantity {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

.top-menu-container {
    background-color: var(--primary);
}

/* menu */
.navbar-nav>li {
    position: static;
}

.top-menu-container {
    border-bottom: 1px solid #f1f1f1;
}

#menu {
    position: relative;
    background-color: inherit;
    min-height: 40px;
    margin: 0;

}

#menu .nav>li>a {
    color: var(--secondary);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
    font-size: 20px;
    border-bottom: 2px solid transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    border-color: var(--secondary);
}

#menu .dropdown-menu {
    padding-bottom: 0;
    border: 0;
    width: 100%;
    margin: 0 !important;
    box-shadow: none;
    border-top: 1px solid #f1f1f1;
}

#menu .dropdown-inner {
    display: block;
    width: 100%;
}

#menu .dropdown-inner ul {
    display: flex;
    justify-content: center;
    padding: 20px !important;
    gap: 20px;
    flex-wrap: wrap;
}

#menu .dropdown-inner ul li {
    width: 14%;
    display: block;
}

#menu .dropdown-inner a {
    width: 100%;
    display: flex;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 20px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#menu .dropdown-inner img {
    max-width: 100%;
    max-height: 250px;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    color: #eac763;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #000;
    background-color: #dddd;
}

#menu #category {
    float: left;
    font-weight: 700;
    line-height: 30px;
    color: var(--secondary);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        display: flex;
    }

    .navbar-header {
        margin: 0 !important;
    }

    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        flex-direction: column;
        text-align: center;
        padding: 10px 0 !important;

    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner ul li {
        width: 100%;
    }

    #menu .dropdown-inner a {
        width: 100%;
        gap: 10px;
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content.maincontent {
    / / height: calc(100 vh - 213 px);
    height: calc(100vh - 150px);
    padding: 0;
    overflow: hidden;
    margin-top: -20px;
}

.common-home #content .bx-wrapper,
.common-home #content .bx-wrapper .bx-viewport {
    height: calc(100vh - 233px) !important;
    width: 100% !important;
}

.common-home br {
    display: none;
}

.bxslider {
    height: 100% !important;
    width: 100% !important;
}

.bxslider li {
    left: 0;

}

#content .bxslider li,
#content .bxslider li img {
    width: 100% !important;
    height: 100% !important;
}

/* footer */
footer {
    margin-top: 0;
    background-color: #000;
    border-top: 1px solid #797979;
    color: #000;
    overflow: hidden;
    padding-top: 20px;
}

footer .container {
    position: relative;
    top: 4px;
}

footer ul {
    margin-bottom: 0;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #000;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    margin: 15px 0;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: -5px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em auto 0 auto;
}

.panel-body .buttons {
    width: auto;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 4px;
    background: var(--secondary);
    color: var(--primary);
    text-shadow: none !important;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.panel-title {
    font-size: 20px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 16px;
}

.btn-group>.btn-xs {
    font-size: 12px;
}

.btn-group>.btn-sm {
    font-size: 12px
}

.btn-group>.btn-lg {
    font-size: 18px;
}

.btn-default {
    color: var(--secondary);
    border: 2px solid var(--secondary) !important;
    background-color: var(--primary);
}

.btn-default:hover {
    background-color: var(--secondary);
    color: #fff;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #000;

    border-color: #000;
}

.btn-primary-reverse {
    color: #000;
    background-color: #fff;

    border-color: #fff;
}

.panel-body label {
    text-align: left;
    margin-bottom: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background-color: #fff !important;
    color: #000 !important;
}

.btn-primary-reverse:hover,
.btn-primary-reverse:active,
.btn-primary-reverse.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.tab-content {
    margin: 0 20px;
}

.clear {
    clear: both;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */


.list-group {
    text-align: center;
    margin: 0 auto;
}

.list-group>a {
    border: none;
    border-bottom: 1px solid var(--secondary);
    color: var(--secondary);
    background-color: transparent;
    padding: 10px 0;
    font-family: "Playfair", serif;

    margin-bottom: 5px;
    border-radius: 25px !important;


}

.list-group-item {
    border: none !important;
}

.list-group a {
    border-radius: 25px !important;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover,
.list-group a.active:focus,
.list-group a:focus {
    color: #fff;
    background: var(--secondary);
    border-color: #fff !important;
}

.subchild.active {
    background: #f1f1f1 !important;
    color: var(--secondary) !important;
}

/* carousel */
#wowslider-container1 {
    margin-bottom: 0 !important;
}

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

.section-title {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
}

#content>h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
}

.cat-desc {
    font-size: 20px;
}

/* Categories slider */
.owl-nav .owl-prev {
    position: absolute;
    left: 0;
    border-radius: 0 3px 3px 0;
}

.owl-nav .owl-next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;

}

.owl-carousel .owl-nav button {
    background-color: #fff !important;
    height: 50px;
    width: 30px;
    top: 40%;
    transform: translateY(-50%);

}

.owl-nav .owl-next:hover .fa {
    transform: translateX(4px)
}

.owl-nav .owl-prev:hover .fa {
    transform: translateX(-4px)
}

.owl-nav .fa {
    font-size: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.owl-nav button.disabled {
    opacity: 0.6;
}

.section {
    padding: 40px 0;
}

#carousel-categories .item {
    padding-top: 20px;
}

.category-item {
    border: none;
    text-align: center;
    color: var(--secondary) !important;
    text-decoration: none !important;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    max-width: 250px;
    margin: 0 auto 20px auto;
    padding: 10px;
    transition: all 0.5s ease;
}

.category-item:hover .category-image {
    transform: scale(1.05);
}

.category-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--secondary);
}

button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--secondary) !important;
    transition: all 0.3s ease !important;
    border: 3px solid !important;
}

button.owl-dot:hover {
    background-color: var(--primary) !important;
    border-color: var(--secondary) !important;
}

.owl-dots {
    position: relative;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 20px;
}

/* product list */
.product-thumb {
    overflow: auto;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
    height: 300px;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    width: auto !important;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb h4 a {
    color: var(--secondary);
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
}

.product-thumb .caption {
    padding: 0;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 9px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 20px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #000;
    font-size: 20px;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 2px solid var(--secondary) !important;
    border-radius: 0px;
}

.image-additional {
    max-width: 60px;
}

.thumbnails .image-additional {
    display: inline-block;
    margin-left: 20px;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*Holy store custom theme style */

.topbaricons {
    width: 20px;
}

#logo {
    height: 95px;
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}

.shipping-notice {
    background-color: var(--secondary);
    color: var(--primary);
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
}

#logo img {
    max-width: 100%;
    max-height: 95px;
}

#logo a {
    color: #fff;
    float: left;
    font-size: 20px;
    text-decoration: none;
}

#logo h1 {
    font-size: 30px;
    display: block;
    text-align: center;
    margin: 0;
}

#logo h1 a {
    float: none;
    margin-top: 25px;
    display: inline-block;
    font-size: 40px;
}

@media (max-width: 478px) {
    .shipping-notice {
        font-size: 16px;
    }

    .buttons {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin: 0;

        width: 100%;
    }

    .buttons::before {
        display: none;
    }

    .buttons div {
        float: none !important;
        width: 100%;
    }

    .buttons .btn {
        margin: 0 !important;
        width: 100% !important;

    }
}

header {
    position: relative;
    background: var(--primary);
    min-height: 115px;
}

header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

.header-content {
    position: relative;
    z-index: 100;
}

.navbar-toggle {
    padding: 10px;
    margin: 0;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}

.navbar-toggle i {
    font-size: 17px;
}

/*@media (min-width: 768px) {
    .navbar-nav {
        display: inline-block;
        margin: 0;
        float:none;
    }
}*/
@media (min-width: 768px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar-nav>li {
        float: none;
        display: inline-block;
    }

}

.mainNav li {
    width: 50%;
    float: left;
    list-style-type: none;
}

.mainNav li a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Playfair", serif;
    -webkit-transition: text-transform 0.5s linear;
    -o-transition: text-transform 0.5s linear;
    -moz-transition: text-transform 0.5s linear;
    -ms-transition: text-transform 0.5s linear;
    transition: text-transform 0.5s linear;
}



.mainNav li a:hover,
.mainNav li a:focus,
.mainNav li a.active {
    / / text-shadow: 4 px 2 px 1 px #aba7a7;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 3px solid #fff;
}

.mainNav {
    text-align: center;
    padding-bottom: 0px;
    margin-top: -20px;
}

.navitemsrow {
    /*display: flex;*/
    /*align-items: flex-end;*/
    margin-top: 5px;
}

.contactInfo li a,
.social li a {

    background-size: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.sitelinks {
    text-align: center;
}

.sitelinks li {
    margin: 0 25px;
}

.sitelinks li a {
    color: #fff;

}

footer ul li {
    display: inline-block;
}

.social {
    text-align: right;
}

footer .container {
    width: 90% !important;
}

.contactInfo li,
.social li {
    margin-right: 10px;
    list-style-type: none;
    height: 25px;
}

.contactInfo .contact {
    background-image: url('../image/contact.png');

}

.contactInfo .map {
    background-image: url('../image/map.png');

}

.social .facebook {
    background-image: url('../image/facebook.png');

}

.social .dev {
    background-image: url('../image/dev.png');

}

.innercontent {
    /*min-height:calc(100vh - 295px) !important;*
    min-height:calc(100vh - 226px) !important;
    margin:20px 0;
    */
    min-height: calc(100vh - 147px) !important;
    margin: 0px 0;
    position: relative;
}

.coll-row {
    margin-left: 0px;
    margin-right: 0px;

    height: calc(100vh - 350px) !important;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 80px !important;
    margin-bottom: 100px;
    width: 80%;
}

.coll-imgs {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;

    height: 100%;
    / / box-shadow: 0 px 0 px 10 px 1 px #fff;

}

.coll-imgs .bx-viewport {
    / / height: calc(100 vh - 150 px) !important;
    height: 100%;
}

.coll-imgs .bx-wrapper {
    margin-bottom: 0px !important;
    height: 100%;
}

#newsslider {
    height: 100%;
}

#newsslider li {
    height: 100% !important;
    border: 1px solid #fff;
}

.coll-data {
    padding: 15px;
    height: 100%;
}

.innerscrolling {
    margin: 40px 0 50px;
    min-height: calc(100vh - 339px);
}

.center-mob {
    margin-top: 30px;
}

.hidden-tab-content {
    display: none;
}

.withside {
    /*float: right;*/
    /*min-height: 700px;*/
}

.table-middel {
    display: table;
}

.table-middel .row {
    display: table-cell;
    vertical-align: middle;
}

.innerscrolling::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

.innerscrolling::-webkit-scrollbar {
    width: 9px;
}

.innerscrolling::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.innercontent .container {
    width: 90% !important;
}

.filterselect label {
    display: inline-block;
    font-size: 18px;
    margin-right: 7px;
    font-family: "Playfair", serif;
}

.filterselect select {
    width: auto;
    height: auto;
    display: inline-block;
    background: #fff;
    border-color: var(--secondary);
    color: var(--secondary);
    padding: 0;
    font-family: "Playfair", serif;
    border-radius: 20px;
    box-shadow: none;
    padding: 7px 20px;

}

.product-thumb .caption {
    text-align: center;
}

.product-thumb .caption a {
    color: var(--secondary);
}

.btn-store,
.btn-primary {
    background: var(--secondary);
    color: var(--primary) !important;
    font-size: 18px;
    border-radius: 5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: none;
    border: 2px solid;
    outline: none !important;
    transition: all 0.3s ease;
}

.btn-whatsapp {
    background: #24CC63 !important;
    color: #fff !important;
    border: none;
    box-shadow: none;
    min-width: 100%;
}

.btn-store:hover,
.btn-primary:hover {
    background: var(--primary) !important;
    color: var(--secondary) !important;
    border-color: var(--secondary);
}

.btn-store2 {
    background: var(--secondary);
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border-radius: 0px;
    display: block;
    width: 100px;
    box-sizing: border-box;
    margin: 0 auto;
    border: none;
    box-shadow: none;
}

.coll-list-item-container {
    padding: 15px;
    padding-top: 0px;
}

.coll-list-item {
    background: rgba(255, 255, 255, 0);
    border-radius: 0px;
    height: 350px;
    padding: 15px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.coll-list-item:hover {
    border: 1px solid #000;
}

.coll-list-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 225px;
    height: 200px;
}

.coll-list-item .coll-details {
    color: #000;
    height: 115px;
    overflow: hidden;
}

.coll-list-item .coll-details h1 {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
}

.coll-list-item a:hover {
    text-decoration: none;
}

.btn-store2:hover {
    background: #fff;
    color: #000;
    font-weight: bold;
}

.innercontent .thumbnails>li:first-child a,
.innercontent .thumbnails>li:first-child a:focus {
    background: transparent;
    border: none;
    outline: none;
}

.productinfo {
    color: #000;
}

.thumbnails ul {
    list-style-type: none;
    text-align: center;
}

.productinfo .btn-store {
    margin: 0;
}

.productinfo #input-quantity {
    width: 50px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 20px;
}

#button-cart {
    min-width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.btn i {
    font-size: 18px;
}

.btn-whatsapp i {
    font-size: 22px;
}

#product button,
#product .btn {
    display: inline-flex;
    align-items: center;
    border: 2px solid;
    justify-content: center;
}

.productinfo h1 {
    color: #000;
}

.product-thumb .price .productinfo p {
    color: #9e9d9b;
}

.productinfo h2 {
    color: #000;
}

.rating a {
    color: #9e9d9b;

}

.rating a:hover,
.rating a:focus {
    color: #fff;
}

.btn-storeborder,
.addthis_counter a.atc_s {
    background: transparent;
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    margin-top: 0px;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    transition: all 0.3s ease;
    border: 2px solid;
}

.addthis_counter a.atc_s {
    padding: 7.5px 12px ! important;
    text-align: left;
    width: 150px;
    position: relative;
    left: 0px;
    background-image: url('../image/share.png');
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-top: 15px;
    padding-left: 40px !important;
}

.addthis_counter.addthis_pill_style {
    width: 260px !important;
}

.addthis_counter.addthis_pill_style,
.addthis_counter .atc_s-span,
.addthis_counter a.atc_s {
    height: auto !important;
}

.btn-storeborder:hover,
.btn-storeborder:focus,
.addthis_counter a.atc_s:hover {
    background-color: var(--primary);
    color: var(--secondary);
    border-color: var(--secondary);
}

.addthis_counter a.atc_s:hover {
    background-image: url('../image/share-h.png');

}

.mfp-content figure {
    background-color: #000;
}

.leftul {
    padding-top: 7px;
}

.leftul li a {
    color: #000;
}

.breadcrumb {
    background: transparent;
    border: 0;
}

.breadcrumb li a {
    color: var(--secondary);
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
    text-decoration: underline;
}

.breadcrumb>li {
    text-shadow: none;
}

#cart {
    margin-bottom: 0;
}

#cart .btn {
    background: transparent;
    border: none;
    padding: 0;
    color: var(--secondary);
    box-shadow: none;
    font-size: 18px !important;
    text-shadow: none;
}

#cart td {
    color: #000;
}

.fullwidth {
    width: 100%;
}

.alert a {
    color: #000;
}

.registerform,
.loginform {
    color: #000;
    min-height: 100%;
    width: 100%;
}

.registerform form,
.centeredform,
.loginform form {
    width: 60%;
    margin: 0 auto;
}

.registerform .form-group,
.centeredform .form-group {
    margin-right: 0;
    margin-left: 0;
}

/*.centeredform .form-group{
padding-left: 0px;
  padding-right: 0px;
}*/
.registerform h1,
.loginform h1,
.title {
    color: #000;

    text-align: center;
}

.registerform p,
.loginform p {
    color: var(--secondary);
    text-align: center;
}

.registerform a {
    text-decoration: underline;
}

.loginform a {
    display: block;
    text-decoration: underline;
    margin-top: 10px;
}


.registerform a:hover,
.registerform a:focus,
.loginform a:hover,
.loginform a:focus {
    text-decoration: underline;
}

.text-danger {
    color: #dca8a7;
    text-align: left;
}

.loginform .btn-storeborder {
    display: block;
    margin: 0 auto;
}

.btn-full.centeredbtn {
    width: 100% !important;

}

a:hover,
a:focus {
    color: var(--secondary);
    text-decoration: underline;
}

.agreeonterms input[type='checkbox'] {
    float: left;
    position: relative;
}

.centeredbtn {
    display: block;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 20px;
    width: 60% !important;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.panel-title a,
.panel-title a:focus,
.panel-title a:hover {
    color: #000;
}

td.text-center .btn-store {
    width: auto;
    display: inline-block;

}

.table-addresses-list {
    width: 70%;
    margin: 30px auto;

}

.table-addresses-list,
.table-addresses-list td {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

.table-addresses-list td {
    width: 50%;
}

.table-addresses-list .btn {
    display: block !important;
    ;
    width: 100px !important;
    margin: 0 auto;
}

.whitetext {
    color: #fff;
}

.aboutmenu>li {
    float: none;
}

.contactlist li {
    list-style: none;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;

}

address {
    /*color: #fff;*/
    font-weight: bold;

}

.panel-default {
    border-color: #fff;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0);
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.form-control {
    height: 44px;
    border-radius: 0;
    border-color: rgba(33, 32, 31, .3) !important;
    color: var(--secondary);
    box-shadow: none !important;
    outline: none !important;
}


.contactlist li span {
    vertical-align: middle;
}

.contactlist li img {
    width: 20px;
    margin-right: 10px;
    background: #000;
    padding: 5px;

}

.sharepost ul li {
    list-style: none;
    display: inline-block;
}

.sharepost ul li a {
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background-size: contain;
    opacity: 0.5;
}

.sharepost ul li a:hover {
    opacity: 1;
}

.social-links li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
}

.social-links li a {
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.sfb {
    background-image: url('../image/facebook.png');

}

.stw {
    background-image: url('../image/twitter.png');

}

.cfb {
    background-image: url('../image/facebook-b.png');
    background-color: #000;
    border-radius: 50%;

}

.cfb:hover {
    background-image: url('../image/facebook-blue.png');

}

.ctw {
    background-image: url('../image/twitter-b.png');

}

.ctw:hover {
    background-image: url('../image/twitter-blue.png');

}

.aboutcontent p {
    font-size: 16px;
    line-height: 1.7;
}

.overview {
    margin: 50px 0;
}

#map-canvas {
    height: 370px;
    width: 100%;
    border: 1px solid #fff;
}

.product-layout {
    width: 33.33% !important;
    /*height: 350px !important;*/
    margin-bottom: 20px;
}

#content .product-layout.col-lg-4:nth-child(3n+1) {
    clear: none !important;

}

.news-item {
    width: 30%;
    float: left;
    margin: 20px;
    height: 325px;
    position: relative;
    overflow: hidden;

}

.news-item .boxtext .date {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    color: #000;
    text-align: left;

}

.news-item .boxtext .newstitle {
    max-height: 47px;
    overflow: hidden;
    bottom: 3px;
    font-size: 20px;
    color: #000;
    margin: 5px 0;
}

.news-item:hover .boxtext {
    background: rgba(255, 255, 255, 0.86);

}

.news-item .boxtext {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.56);
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#newsslider li img {
    width: 100%;
    height: 100%;
}

.sharepost h4 {
    display: inline-block;
    vertical-align: super;
}

.sharepost ul {
    display: inline-block;
    vertical-align: middle;
}

.newspost .bx-wrapper .bx-viewport {
    height: 350px !important;
}

.news-item img {
    width: 100%;
    height: 100%;
}

.catselect {
    display: none;
}

.black_a a,
.black_td td {
    color: #000;
}

.newspost .date {
    font-size: 15px;
    color: #DDDDDD;
    text-align: center;

}

.centered {
    text-align: center;
}

.mobmenu,
.mobile_menu_link {
    display: none;
}

.col-drop {
    width: 50%;
    float: left;
}

#bx-pager {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow-y: visible;
    background: rgba(0, 0, 0, 0.71);
}

#bx-pager a {
    width: 100%;
    height: 135px;
    display: block;
    margin-bottom: 10px;

}

#bx-pager a.active {

    box-shadow: 1px 0px 13px 1px #fff;

}

#bx-pager a img {
    width: 100%;
    height: 100%;

}

.main-slide-section {
    position: relative;
    height: 100%;

}

.slide-section {
    overflow: hidden;
    float: left;
    position: relative;
}

.slide-section.left {

    width: 65%;

}

.slide-section.right {

    width: 35%;

}

.slide-section .paralax-scrollable {
    width: 100%;
    / / background: #191818;
    / / background-image: url(../image/bodypattern.png);
    background: #000;
    display: table;
    height: calc(100vh - 150px);
    text-align: center;

}

.slide-section .paralax-scrollable .slide-content {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
}

.slide-section .paralax-scrollable .title {
    letter-spacing: 2px;

}

.slide-section .paralax-scrollable .container {
    display: table-cell;
    / / vertical-align: middle;
    padding-top: 100px;

}

.full-bg-img {
    /*width:100%;
    height:100%;
    position:relative;*/

    width: 95%;
    height: calc(100vh - 370px) !important;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    / / box-shadow: 0 px 0 px 10 px 1 px #fff;
    border: 1px solid #797979;
    margin-top: 205px;
    margin-bottom: 10px;
    border-radius: 0px !important;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .4s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.slide-section {
    transition: .8s cubic-bezier(.6, 0, .4, 1);
}

.down {
    position: fixed;
    left: 50%;
    top: 6%;
    width: 50px;
    -webkit-transform: translateX(-50%) translate3d(0, 100px, 0);
    -moz-transform: translateX(-50%) translate3d(0, 100px, 0);
    -ms-transform: translateX(-50%) translate3d(0, 100px, 0);
    -o-transform: translateX(-50%) translate3d(0, 100px, 0);
    transform: translateX(-50%) translate3d(0, 100px, 0);
    cursor: pointer;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    z-index: 999;
}

.left {
    position: absolute;
    bottom: 0;
    right: 0;
}

.slider-arrow {
    position: fixed;
    width: 45px;
    right: 5%;
    margin: 0 auto;
    z-index: 99999999999;
}

.slider-arrow img {
    width: 100%;
    height: 100;
}

.slider-arrow#slide-down {
    bottom: 130px;
}

.slider-arrow#slide-up {
    top: 215px;
    display: none;
}

.easyzoom {
    float: right;
    max-width: 500px;
}

.thumbs-center {
    width: 75px;
    position: absolute;
    left: -66px;
    top: 0px;

}

.coll-imgs .bx-wrapper .bx-viewport {
    background: rgba(0, 0, 0, 0) !important;
    padding: 10px;
    box-shadow: 0 0 0px #000;
}

.coll-imgs .bx-wrapper .bx-pager.bx-default-pager a {
    background: #000;
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -3px !important;
}

.coll-data .innerscrolling {
    height: 100% !important;
}

.coll-data .sharepost {
    display: none;
}

.addthis_button_expanded {
    position: relative;
    top: -33px;
    float: right !important;

}

.maincontent2 {
    height: calc(100vh - 350px) !important;
    overflow: hidden;
    float: none;
    margin: 0 auto;
    margin-top: 80px !important;
    margin-bottom: 100px;
    width: 80%;
}

#modal-agree .modal-content {
    color: #000;
}

.panel-group .panel {
    border-radius: 0px !important;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.img-thumbnail {
    border-radius: 0px;
}

.newsgall .bx-viewport {
    height: calc(100vh - 350px) !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {

    background-color: #000;
    border-color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    color: #000;
}

.mobileslider {
    display: none;
}

.inquiries-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.inq-form .control-label {
    color: #000;
}

#myModal .modal-content {
    /*background-color: #000;*/
    border: 1px solid rgb(255, 255, 255);
}

#myModal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    filter: alpha(opacity=20);
    opacity: .2;
}

.easyzoom--with-thumbnails {
    border: 1px solid #fff;
    box-sizing: content-box;
}

.thumbnail {
    margin-bottom: 0px;
}

#top .leftul a {
    color: var(--secondary);
}

.subcat {
    list-style: none;
}

.subcat a {
    padding: 10px 0;
    border: none;
    color: var(--secondary);
    background-color: transparent;
    text-align: center;
    width: 100%;
}

.albums {
    float: none;
    display: inline-block;
}

.gallery_album {
    width: 100%;
    margin-bottom: 25px;
    background: rgba(0, 0, 0, 0.50);
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    height: 250px;
    color: #fff;
    box-sizing: border-box;
}

.gallery_album .album {
    width: 100%;
    background-position: center center;
    text-align: center;
    height: 100%;
    background-size: 100% 100%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.4s;
    position: relative;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .4s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */

}

.gallery_album a {
    height: auto;
    text-decoration: none !important;
}

.overlay_title {
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
    right: 0;
}

.gallery_album .viewalbum {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    margin-top: -18px;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
}

.gallery_album .album:hover .overlay_title {
    opacity: 0;
}

.gallery_album .album:hover {
    background-size: 120%;
}

.gallery_album .album:hover .viewalbum {
    opacity: 1;
    z-index: 100;
}

.gallery_album h2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.gallery_album .album:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    background-size: 100% 100%;

}

.lb-data .lb-close {
    position: absolute;
    top: -30px;

}

#cart .dropdown-menu li p a,
#cart .dropdown-menu .text-left a {
    color: var(--secondary) !important;
}

.pagination>li>a,
.pagination>li>span {
    background-color: var(--secondary);
    color: var(--primary);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: var(--primary);
    color: var(--secondary);
    border-color: var(--secondary);
}

.out-of-stock {
    background: #F44336;
    color: #fff;
    top: 8px;
    left: 15px;
    position: absolute;
    padding: 5px 10px;
    text-align: center;
}