/******************************************************************
  Template Name: Ogani
  Description:  Ogani eCommerce  HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Service Section
6.  Categories Section
7.  Featured Section
8.  Latest Product Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
    font-family: "Cairo", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#content {
    flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Cairo", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-family: "Cairo", sans-serif;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.blue_underline {
    border-top: 2px solid transparent;
    border-bottom: 2px solid #016FC3;
}

a.blue_underline:hover {
    border-color: transparent;
}

.gray_underline {
    border-top: 2px solid transparent;
    border-bottom: 2px solid #9f9f9f;
}

.gray_underline:hover {
    border-color: transparent;
}

.thin_underline {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.stock {
    color: #07B450;
}

.order {
    color: #016FC3;
}

.discontinued {
    color: #ac2020;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a {
    color: #016FC3;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #016FC3;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: left;
}

.section-title h2 {
    color: #1c1c1c;
    font-weight: 800;
    position: relative;
    line-height: 34px;
}

.section-title h2:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 110px;
    background: #C6C6C6;
    content: "";
    margin: 0 auto;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

*[data-toggle="modal"] {
    cursor: pointer;
}

.modal-content {
    border-radius: 20px;
    border: none;
}

.modal-header {
    border: none;
    padding: 22px 17px 0 17px;
}

.modal-header .close {
    padding: 17px;
    margin: -25px -19px -17px auto;
}

.modal-title {
    display: flex;
    gap: 13px;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.modal-title .bicon {
    background: #eaf3fb;
    color: #016FC3;
    padding: 10px;
    border-radius: 20px;
    font-size: 27px;
}

.modal-body {
    padding: 20px 17px 30px 17px;
}

.modal-footer {
    border: none;
}

.stars {
    display: inline-block;
    text-align: left;
    font-family: 'bicon';
    position: relative;
    color: #FFC400;
}

.stars:before {
    content: "\e922\e922\e922\e922\e922";
    position: relative;
    z-index: 2;
}

.stars .stars-val {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: clip;
}

.stars .stars-val:before {
    content: "\e923\e923\e923\e923\e923";
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 28px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    background: #389BE5;
    letter-spacing: 2px;
    border: none;
}

.site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    background: #332B2B;
    border: 1px solid #E8E8E8;
    border: none;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #869791;
}

/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

/*---------------------
  Header
-----------------------*/
.header {
    background: #EFF8FF;
}


.header__top {
    background: #f5f5f5;
}

.header__top__left {
    padding: 10px 0 13px;
}

.header__top__left ul li {
    font-size: 14px;
    color: #1c1c1c;
    display: inline-block;
    margin-right: 45px;
    position: relative;
}

.header__top__left ul li:after {
    position: absolute;
    right: -25px;
    top: 1px;
    height: 20px;
    width: 1px;
    background: #000000;
    opacity: 0.1;
    content: "";
}

.header__top__left ul li:last-child {
    margin-right: 0;
}

.header__top__left ul li:last-child:after {
    display: none;
}

.header__top__left ul li i {
    color: #252525;
    margin-right: 5px;
}

.header__top__right {
    text-align: right;
    padding: 10px 0 13px;
}

.header__top__right__social {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}

.header__top__right__social:after {
    position: absolute;
    right: -20px;
    top: 1px;
    height: 20px;
    width: 1px;
    background: #000000;
    opacity: 0.1;
    content: "";
}

.header__top__right__social a {
    font-size: 14px;
    display: inline-block;
    color: #1c1c1c;
    margin-right: 20px;
}

.header__top__right__social a:last-child {
    margin-right: 0;
}

.header__top__right__language {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
}

.header__top__right__language:hover ul {
    top: 23px;
    opacity: 1;
    visibility: visible;
}

.header__top__right__language:after {
    position: absolute;
    right: -21px;
    top: 1px;
    height: 20px;
    width: 1px;
    background: #000000;
    opacity: 0.1;
    content: "";
}

.header__top__right__language img {
    margin-right: 6px;
}

.header__top__right__language div {
    font-size: 14px;
    color: #1c1c1c;
    display: inline-block;
    margin-right: 4px;
}

.header__top__right__language span {
    font-size: 14px;
    color: #1c1c1c;
    position: relative;
    top: 2px;
}

.header__top__right__language ul {
    background: #222222;
    width: 100px;
    text-align: left;
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.header__top__right__language ul li {
    list-style: none;
}

.header__top__right__language ul li a {
    font-size: 14px;
    color: #ffffff;
    padding: 5px 10px;
}

.header__top__right__auth {
    display: inline-block;
}

.header__top__right__auth a {
    display: block;
    font-size: 14px;
    color: #1c1c1c;
}

.header__top__right__auth a i {
    margin-right: 6px;
}

.header__logo {
    padding: 15px 0;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.header__logo a {
    display: inline-block;

}

.header__menu {
    padding: 15px 0;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.header__menu ul li .header__menu__dropdown {
    position: absolute;
    left: 0;
    top: 50px;
    background: #222222;
    width: 180px;
    z-index: 9;
    padding: 5px 0;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    opacity: 0;
    visibility: hidden;
}

.header__menu ul li .header__menu__dropdown li {
    margin-right: 0;
    display: block;
}

.header__menu ul li .header__menu__dropdown li:hover > a {
    color: #016FC3;
}

.header__menu ul li .header__menu__dropdown li a {
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 15px;
}

.header__menu ul li.active a {
    color: #016FC3;
}

.header__menu ul li:hover .header__menu__dropdown {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.header__menu ul li:hover > a {
    color: #016FC3;
}

.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li a {
    font-size: 14px;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    padding: 0;
    display: block;
}

.hero__cart {
    text-align: right;
    padding: 10px 0;
}

.hero__cart ul {
    display: inline-block;
    margin-right: 15px;
}

.hero__cart ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.hero__cart ul li:last-child {
    margin-right: 0;
}

.hero__cart ul li a {
    position: relative;
}

.hero__cart ul li a i {
    font-size: 26px;
    color: #0A0909;
}

.hero__cart ul li a span {
    height: 17px;
    width: 17px;
    background: #2A80C0;
    font-size: 12px;
    color: #ffffff;
    line-height: 17px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: -8px;
}

.hero__cart .hero__cart__price {
    font-size: 14px;
    color: #6f6f6f;
    display: inline-block;
}

.hero__cart .hero__cart__price span {
    color: #252525;
    font-weight: 700;
}

.humberger__menu__wrapper {
    display: none;
}

.humberger__menu__wrapper .hero__categories > ul {
    display: block;
    padding-left: 0;
}

.humberger__menu__wrapper .hero__categories ul {
    border: none;
}

.humberger__open {
    display: none;
}

.header .hero__cart {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

/*---------------------
  Hero
-----------------------*/

.hero {
    background: #EFF8FF;
}

.hero.hero-normal {
    padding-bottom: 30px;
}

.hero.hero-normal .hero__categories {
    position: relative;
}

.hero.hero-normal .hero__categories ul {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    z-index: 9;
    background: #ffffff;
}

.hero.hero-normal .hero__search {
    margin-bottom: 0;
}

.hero__categories__all {
    background: #ffffff;
    position: relative;
    padding: 13px 25px 13px 15px;
    cursor: pointer;
}

.hero__categories__all i {
    font-size: 23px;
    color: #000;
    margin-right: 10px;
    vertical-align: sub;
}

.hero__categories__all span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.hero__categories__all:after {
    position: absolute;
    right: 10px;
    top: 9px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 18px;
    color: #000;
}

.hero__categories__parent:after {
    position: absolute;
    right: 10px;
    top: 9px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 15px;
    color: #1c1c1c;
}

.hero__categories__parent > a {
    padding-right: 25px;
}

.hero__categories > ul {
    display: none;
    position: absolute;
    width: calc(100% - 30px);
    box-sizing: inherit;
    z-index: 999999;
    background: #fff;
}

.hero__categories ul {
    border: 1px solid #ebebeb;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 12px;
}

.hero__categories ul li {
    list-style: none;
    position: relative;
}

.hero__categories ul li a {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 39px;
    display: block;
}

.hero__categories ul li ul {
    border: 0;
    padding-left: 15px;
    padding-top: 0;
    display: none;
}

.hero__search {
    overflow: hidden;
    margin-bottom: 11px;
}

.hero__search__form {
    width: 750px;
    height: 50px;
    border: 1px solid #E8E8E8;
    position: relative;
    float: left;
    background: #ffffff;
}

.hero__search__form form input {
    width: 70%;
    border: none;
    height: 48px;
    font-size: 16px;
    color: #b2b2b2;
    padding-left: 20px;
}

.hero__search__form form input::placeholder {
    color: #b2b2b2;
}

.hero__search__form form button {
    position: absolute;
    right: 0;
    top: -1px;
    height: 50px;
}

.hero__search__form .search-btn-text {
    display: block;
    font-size: 15px;
}

.hero__search__form .search-btn-ico {
    display: none;
}

.hero__search__phone {
    float: right;
}

.hero__search__phone__icon {
    font-size: 18px;
    color: #016FC3;
    height: 50px;
    width: 50px;
    background: #f5f5f5;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.hero__search__phone__text {
    overflow: hidden;
}

.hero__search__phone__text h5 {
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 5px;
}

.hero__search__phone__text span {
    font-size: 14px;
    color: #6f6f6f;
}

.hero__item {
    height: 431px;
    display: flex;
    align-items: center;
    padding-left: 75px;
}

.hero__text span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    color: #016FC3;
}

.hero__text h2 {
    font-size: 46px;
    color: #252525;
    line-height: 52px;
    font-weight: 700;
    margin: 10px 0;
}

.hero__text p {
    margin-bottom: 35px;
}

/*---------------------
  Categories
-----------------------*/

.categories__item {
    height: 270px;
    position: relative;
}

.categories__item h5 {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 20px;
    bottom: 20px;
    text-align: center;
}

.categories__item h5 a {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 0 10px;
    background: #ffffff;
    display: block;
}

.categories__slider .col-lg-3 {
    max-width: 100%;
}

.categories__slider.owl-carousel .owl-nav button {
    font-size: 18px;
    color: #1c1c1c;
    height: 70px;
    width: 30px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #ebebeb;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-35px);
    background: #ffffff;
}

.categories__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -35px;
}

/*---------------------
  Featured
-----------------------*/

.featured {
    padding-top: 80px;
    padding-bottom: 40px;
}

.featured__controls {
    text-align: center;
    margin-bottom: 50px;
}

.featured__controls ul li {
    list-style: none;
    font-size: 18px;
    color: #1c1c1c;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
}

.featured__controls ul li.active:after {
    opacity: 1;
}

.featured__controls ul li:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #016FC3;
    content: "";
    opacity: 0;
}

.featured__controls ul li:last-child {
    margin-right: 0;
}

.featured__item {
    margin-bottom: 50px;
}

.featured__item:hover .featured__item__pic .featured__item__pic__hover {
    bottom: 20px;
}

.featured__item__pic {
    height: 270px;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.featured__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.featured__item__pic__hover li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.featured__item__pic__hover li:last-child {
    margin-right: 0;
}

.featured__item__pic__hover li:hover a {
    background: #016FC3;
    border-color: #016FC3;
}

.featured__item__pic__hover li:hover a i {
    color: #ffffff;
    transform: rotate(360deg);
}

.featured__item__pic__hover li a {
    font-size: 16px;
    color: #1c1c1c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.featured__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.featured__item__text {
    text-align: center;
    padding-top: 15px;
}

.featured__item__text h6 {
    margin-bottom: 10px;
}

.featured__item__text h6 a {
    color: #252525;
}

.featured__item__text h5 {
    color: #252525;
    font-weight: 700;
}

/*---------------------
  Latest Product
-----------------------*/

.latest-product {
    padding-top: 80px;
    padding-bottom: 0;
}

.latest-product__text h4 {
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 45px;
}

.latest-product__slider.owl-carousel .owl-nav {
    position: absolute;
    right: 20px;
    top: -75px;
}

.latest-product__slider.owl-carousel .owl-nav button {
    height: 30px;
    width: 30px;
    background: #F3F6FA;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #636363;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
}

.latest-product__slider.owl-carousel .owl-nav button span {
    font-weight: 700;
}

.latest-product__slider.owl-carousel .owl-nav button:last-child {
    margin-right: 0;
}

.latest-product__item {
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.latest-product__item__pic {
    float: left;
    margin-right: 26px;
}

.latest-product__item__pic img {
    height: 110px;
    width: 110px;
}

.latest-product__item__text {
    overflow: hidden;
    padding-top: 10px;
}

.latest-product__item__text h6 {
    color: #252525;
    margin-bottom: 8px;
}

.latest-product__item__text span {
    font-size: 18px;
    display: block;
    color: #252525;
    font-weight: 700;
}

/*---------------------
  Homepage categories
---------------------- */

.main-cat-header {
    font-weight: bold;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background-color: #016FC3;
}

.main-cat-header a, .main-cat-header a:visited {
    color: #fff;
}

.main-cat-block ul {
    list-style-type: none;
    padding: 0;
}

.main-cat-block ul li {
    margin-top: 5px;
}

.main-cat-block ul a,
.main-cat-block ul a:hover,
.main-cat-block ul a:visited {
    display: block;
    padding-left: 35px;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 30px;
    background-size: 30px;
    color: #252525;
}

/*---------------------
  Product multi-page
 ----------------------*/

.category_wrapper {
    width: 100%;
    display: flex;
    margin-top: -18px;

}

@keyframes shimmer {
    0% {
        left: -100px;
    }

    100% {
        left: calc(100% + 100px);
    }
}

.category_wrapper .reloading {
    overflow: hidden;
    position: relative;
    -webkit-filter: blur(5px); /* Chrome, Opera, etc. */
    filter: url('blur.svg#blur'); /* Older FF and others - http://jordanhollinger.com/media/blur.svg */
    filter: blur(5px); /* Firefox 35+, eventually all */
}

.category_wrapper .reloading:after {
    display: block;
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    animation: shimmer 2s infinite;
    background: rgba(0, 0, 0, 0.3);
    -webkit-filter: blur(30px); /* Chrome, Opera, etc. */
    filter: url('blur.svg#blur'); /* Older FF and others - http://jordanhollinger.com/media/blur.svg */
    filter: blur(30px); /* Firefox 35+, eventually all */
}

.category_filters {
    width: 265px;
    border-right: 1px solid #ececec;
    padding: 45px 20px 20px 15px;
    flex-shrink: 0;
}

.category_filters .filters_backdrop {
    display: none;
}

.category_filters .close_filters {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.category_filters h3 {
    font-size: 17px;
    font-weight: bold;
    color: #B7B7B7;
}

.category_filters .filter_block {
    padding: 10px 0 25px 0;
}

.category_filters .block_title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.category_filters .block_title .bicon {
    color: #B7B7B7;
    margin-left: 5px;
}

.category_filters .block_search_options {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
}

.category_filters .block_search_options input {
    border: 0;
    font-size: 13px;
    flex-grow: 1;
    padding: 5px 5px 5px 10px;
}

.category_filters .block_search_options .bicon {
    font-size: 16px;
    color: #646464;
    margin-right: 10px;
}

.category_filters li {
    list-style: none;
    padding: 2px 0 2px 33px;
}

.category_filters .show_more_less {
    color: #B7B7B7;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.category_filters .show_more_less .bicon {
    color: #25314C;
    margin-right: 10px;
}

.category_filters ul.expandable:not(.expanded) li:not(.selected, .found) {
    display: none;
}

.category_filters ul.expandable ~ .show_less,
.category_filters ul.expandable.expanded ~ .show_more {
    display: none;
}

.category_filters ul.expandable.expanded ~ .show_less,
.category_filters ul.expandable ~ .show_more {
    display: block;
}

.category_filters .filter_block.searching li,
.category_filters .filter_block.searching .show_more_less {
    display: none;
}

.category_filters .filter_block.searching li.found {
    display: block;
}

.category_filters .filter_submit button {
    width: 100%;
    background: #2C2C2C;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: none;
    border-radius: 30px;
}

.category_content {
    padding-top: 20px;
    flex-grow: 1;
    max-width: calc(100% - 265px);
}

.category_content_top {
    padding-left: 20px;
}

.subcategories {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(4, 1fr);
}

.subcategories .cat-tile {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #F2F2F2;
    border-radius: 20px;
    color: #000000;
    font-size: 13px;
    line-height: 1.2;
    padding: 10px 15px;
}

.subcategories .cat-tile:hover {
    border-color: #D6D6D6;
    background: #EDEDED;
}

.subcategories .cat-tile:hover .bicon {
    color: #5F5F5F;
}

.subcategories .cat-tile img {
    width: 35px;
    mix-blend-mode: multiply;
}

.subcategories .cat-tile .bicon {
    font-size: 17px;
    color: #5F5F5F;
    margin-left: auto;
}

.subcategories .more_categories,
.subcategories .less_categories {
    display: none;
    grid-column: 1/span 2;
    color: #B7B7B7;
    font-size: 13px;
    padding-top: 10px;
    cursor: pointer;
}

.subcategories .more_categories .bicon,
.subcategories .less_categories .bicon {
    color: #25314C;
    font-size: 11px;
    margin-right: 8px;
}

.show_category_filter {
    display: none;
    max-width: 350px;
    margin: 20px auto;
    background: #2C2C2C;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    padding: 13px;
    border-radius: 50px;
}

.category_products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.category_products.no_sidebar {
    border-left: 1px solid #ececec;
}

.products_order {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
    margin: 10px 0;
}

.products_order a {
    color: #B7B7B7;
    text-decoration: none;
}

.products_order a:hover,
.products_order a.selected {
    color: #000000;
    text-decoration: underline;
}

.category_products .product_tile {
    padding: 13px;
    background: #ffffff;
    position: relative;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.category_products .product_tile.pre_configurator {
    order: -1;
}

.category_products .product_tile.configurator {
    grid-column: 3 / -1;

}

.category_products .product_tile.configurator form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    width: 100%;
}

.category_products .configurator .bicon {
    color: #BABABA;
    font-size: 40px;
}

.category_products .configurator select,
.category_products .configurator button {
    border-radius: 30px;
    border: 1px solid #E2E2E2;
    font-size: 13px;
    font-weight: 500;
}

.category_products .configurator button {
    height: calc(2em + 1rem + 2px);
    padding-top: .1rem;
    padding-bottom: .1rem;
    padding-left: 1rem;
    width: 100%;
    text-align: center;
    background: #2C2C2C;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

.category_products .configurator button:disabled {
    border: 1px solid #E2E2E2;
    background: #E8E8E8;
    color: #a8a8a8;
}

.category_products .product_tile a {
    color: #000000;
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 10px;
}

.category_products .product_tile_img {
    aspect-ratio: 23/20;
}

.category_products .product_tile_img > div {
    aspect-ratio: 23/20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_products .product_tile_img img {
    max-width: 100%;
    max-height: 100%;
}

.category_products .product_tile_img .second_image {
    display: none;
}

.category_products .product_tile:hover .product_tile_img .first_image {
    display: none;
}

.category_products .product_tile:hover .product_tile_img .second_image {
    display: inline;
}

.category_products .product_tile_data {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.category_products .product_tile_title {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    overflow-wrap: break-word;
}

.category_products .product_tile_pn {
    font-size: 16px;
    color: #B7B7B7;
}

.category_products .product_tile_price {
    font-size: 15px;
    font-weight: bold;
    color: #810063;
}

.category_products .product_tile_availability {
    font-size: 13px;
    color: #000;
}

.category_products .product_tile_availability svg {
    margin-right: 5px;
}

.category_products .product_tile_cta {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 25px;
    width: 100%;
}

.category_products .product_tile_cta button {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    line-height: 15px;
}

.paginator {
    width: calc(100% + 2px);
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #fff;
    position: relative;
    margin-left: -1px;
    height: calc(100% + 1px);
    padding-top: 40px;
    font-size: 15px;
    font-weight: bold;
}

.paginator .load_more {
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
}

.paginator .load_more a {
    display: inline-block;
    color: #fff;
    background: #212121;
    font-size: 13px;
    padding: 12px 40px;
    border-radius: 20px;
    font-weight: 500;
}

.paginator .page_space {
    color: #B7B7B7;
}

.paginator .page_nr.current,
.paginator .page_nr a {
    padding: 5px 15px;
}

.paginator a {
    color: #B7B7B7;
}

.paginator .bicon {
    color: #B7B7B7;
    border: 1px solid #B7B7B7;
    display: inline-block;
    padding: 9px;
    border-radius: 20px;
    font-size: 17px;
}

.paginator a .bicon {
    color: #000;
    border: 1px solid #000000;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-section {
    display: flex;
    align-items: center;
    padding-top: 5px;
    margin-bottom: 20px;
}

.breadcrumb__text {
    max-width: 100%;
}

.breadcrumb__text h1 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
}

.breadcrumb__wrapper {
    height: 30px;
    overflow: hidden;
}

.breadcrumb__option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 40px;
    padding-top: 5px;
    white-space: nowrap;
    overflow-y: hidden;
}

.breadcrumb__option .end_space {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 15px;
}

.breadcrumb__option a {
    display: inline-block;
    font-size: 12px;
    color: #8b8b8b;
    font-weight: 500;
    margin-right: 20px;
    position: relative;
}

.breadcrumb__option a:last-child span {
    color: #ACACAC;
}

.breadcrumb__option a:not(:last-child):after {
    position: absolute;
    left: -15px;
    top: 1px;
    height: 100%;
    width: 10px;
    font-family: "Bicon";
    content: "\e905";
    color: #D5D5D5;
    font-weight: 400;
    font-size: 13px;
}

.breadcrumb__option span {
    display: inline-block;
    font-size: 13px;
    color: #D5D5D5;
}

.breadcrumb__option span:hover {
    text-decoration: none;
}

/*---------------------
  Sidebar
-----------------------*/

.sidebar__item {
    margin-bottom: 35px;
}

.sidebar__item.sidebar__item__color--option {
    overflow: hidden;
}

.sidebar__item h4 {
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 25px;
}

.sidebar__item ul li {
    list-style: none;
}

.sidebar__item ul li a {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 39px;
    display: block;
}

.sidebar__item .latest-product__text {
    position: relative;
}

.sidebar__item .latest-product__text h4 {
    margin-bottom: 45px;
}

.sidebar__item .latest-product__text .owl-carousel .owl-nav {
    right: 0;
}

.price-range-wrap .range-slider {
    margin-top: 20px;
}

.price-range-wrap .range-slider .price-input {
    position: relative;
}

.price-range-wrap .range-slider .price-input:after {
    position: absolute;
    left: 38px;
    top: 13px;
    height: 1px;
    width: 5px;
    background: #DB0808;
    content: "";
}

.price-range-wrap .range-slider .price-input input {
    font-size: 16px;
    color: #DB0808;
    font-weight: 700;
    max-width: 20%;
    border: none;
    display: inline-block;
}

.price-range-wrap .price-range {
    border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #ebebeb;
    height: 5px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    outline: none;
    cursor: pointer;
}

.price-range-wrap .price-range .ui-slider-range {
    background: #DB0808;
    border-radius: 0;
}

.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
    background: #DB0808;
}

.sidebar__item__color {
    float: left;
    width: 40%;
}

.sidebar__item__color.sidebar__item__color--white label:after {
    border: 2px solid #333333;
    background: transparent;
}

.sidebar__item__color.sidebar__item__color--gray label:after {
    background: #E9A625;
}

.sidebar__item__color.sidebar__item__color--red label:after {
    background: #D62D2D;
}

.sidebar__item__color.sidebar__item__color--black label:after {
    background: #252525;
}

.sidebar__item__color.sidebar__item__color--blue label:after {
    background: #249BC8;
}

.sidebar__item__color.sidebar__item__color--green label:after {
    background: #3CC032;
}

.sidebar__item__color label {
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

.sidebar__item__color label input {
    position: absolute;
    visibility: hidden;
}

.sidebar__item__color label:after {
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 14px;
    background: #222;
    content: "";
    border-radius: 50%;
}

.sidebar__item__size {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px;
}

.sidebar__item__size label {
    font-size: 12px;
    color: #6f6f6f;
    display: inline-block;
    padding: 8px 25px 6px;
    background: #f5f5f5;
    cursor: pointer;
    margin-bottom: 0;
}

.sidebar__item__size label input {
    position: absolute;
    visibility: hidden;
}

/*---------------------
  Shop Grid
-----------------------*/

.product {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product__discount {
    padding-bottom: 50px;
}

.product__discount__title {
    text-align: left;
    margin-bottom: 65px;
}

.product__discount__title h2 {
    display: inline-block;
}

.product__discount__title h2:after {
    margin: 0;
    width: 100%;
}

.product__discount__item:hover .product__discount__item__pic .product__item__pic__hover {
    bottom: 20px;
}

.product__discount__item__pic {
    height: 270px;
    position: relative;
    overflow: hidden;
}

.product__discount__item__pic .product__discount__percent {
    height: 45px;
    width: 45px;
    background: #DB0808;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 15px;
}

.product__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__pic__hover li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.product__item__pic__hover li:last-child {
    margin-right: 0;
}

.product__item__pic__hover li:hover a {
    background: #016FC3;
    border-color: #016FC3;
}

.product__item__pic__hover li:hover a i {
    color: #ffffff;
    transform: rotate(360deg);
}

.product__item__pic__hover li a {
    font-size: 16px;
    color: #1c1c1c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__discount__item__text {
    text-align: center;
    padding-top: 20px;
}

.product__discount__item__text span {
    font-size: 14px;
    color: #b2b2b2;
    display: block;
    margin-bottom: 4px;
}

.product__discount__item__text h5 {
    margin-bottom: 6px;
}

.product__discount__item__text h5 a {
    color: #1c1c1c;
}

.product__discount__item__text .product__item__price {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
}

.product__discount__item__text .product__item__price span {
    display: inline-block;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 10px;
}

.product__discount__slider .col-lg-4 {
    max-width: 100%;
}

.product__discount__slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.product__discount__slider.owl-carousel .owl-dots button {
    height: 12px;
    width: 12px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    margin-right: 12px;
}

.product__discount__slider.owl-carousel .owl-dots button.active {
    background: #707070;
    border-color: #6f6f6f;
}

.product__discount__slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

.filter__item {
    padding-top: 45px;
    border-top: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.filter__sort {
    margin-bottom: 15px;
}

.filter__sort span {
    font-size: 16px;
    color: #6f6f6f;
    display: inline-block;
}

.filter__sort .nice-select {
    background-color: #fff;
    border-radius: 0;
    border: none;
    display: inline-block;
    float: none;
    height: 0;
    line-height: 0;
    padding-left: 18px;
    padding-right: 30px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    cursor: pointer;
}

.filter__sort .nice-select span {
    color: #1c1c1c;
}

.filter__sort .nice-select:after {
    border-bottom: 1.5px solid #1c1c1c;
    border-right: 1.5px solid #1c1c1c;
    height: 8px;
    margin-top: 0;
    right: 16px;
    width: 8px;
    top: -5px;
}

.filter__sort .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.filter__sort .nice-select .list {
    border-radius: 0;
    margin-top: 0;
    top: 15px;
}

.filter__sort .nice-select .option {
    line-height: 30px;
    min-height: 30px;
}

.filter__found {
    text-align: center;
    margin-bottom: 15px;
}

.filter__found h6 {
    font-size: 16px;
    color: #b2b2b2;
}

.filter__found h6 span {
    color: #1c1c1c;
    font-weight: 700;
    margin-right: 5px;
}

.filter__option {
    text-align: right;
    margin-bottom: 15px;
}

.filter__option span {
    font-size: 24px;
    color: #b2b2b2;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.filter__option span:last-child {
    margin: 0;
}

.filter__option span:hover {
    color: #016FC3;
}

.product__tile {
    margin-bottom: 50px;
}

.product__item {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product__item:hover .product__item__pic .product__item__pic__hover {
    bottom: 20px;
}

.product__item__pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background-size: contain;
}

.product__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__pic__hover li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.product__item__pic__hover li:last-child {
    margin-right: 0;
}

.product__item__pic__hover li:hover a {
    background: #016FC3;
    border-color: #016FC3;
}

.product__item__pic__hover li:hover a i {
    color: #ffffff;
    transform: rotate(360deg);
}

.product__item__pic__hover li a {
    font-size: 16px;
    color: #1c1c1c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__item__text {
    text-align: center;
    padding-top: 15px;
    flex-grow: 1;
}

.product__item__text h6 {
    margin-bottom: 10px;
}

.product__item__name, .product__item__name a {
    color: #929292;
}


.product__item__text h6 a {
    color: #252525;
}

.product__item__text h5 {
    color: #252525;
    font-weight: 700;
}

.product__item__stock {
    padding: 5px;
    display: flex;
    justify-content: space-between;
}

.product__item__stock a {
    line-height: 17px;
}

.product__item__to-cart {
    padding-left: 5px;
    display: flex;
    align-items: flex-end;
}

.product__item__to-cart a {
    padding: 5px 10px;
    display: inline-block;
    background-color: #f1670a;
    color: #ffffff;
    white-space: nowrap;
}

.product__item__to-cart .fa {
    margin-right: 5px;
}

.product__pagination {
    padding-top: 10px;
}

.product__pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #b2b2b2;
    font-size: 14px;
    color: #b2b2b2;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-right: 16px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__pagination a:hover {
    background: #016FC3;
    border-color: #016FC3;
    color: #ffffff;
}

.product__pagination a:last-child {
    margin-right: 0;
}

/*---------------------
  Shop Details
-----------------------*/

#product-photo-gallery {
    background: rgba(74, 74, 74, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
}

#product-photo-gallery .product-photo-body {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 30px 0 0 0;
}

#product-photo-gallery .photo-gallery-close {
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    z-index: 2;
}

#product-photo-gallery .photo-gallery-close .bicon {
    text-align: center;
    position: absolute;
    right: 13px;
    top: 10px;
    font-size: 14px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 20px;
    cursor: pointer;
    color: #332B2B;
    font-weight: bold;
    background: #D6D6D6;
    z-index: 2;
}

#product-photo-gallery .photo-gallery-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#product-photo-gallery .swiper {
    width: 100%;
}

#product-photo-gallery .gallery-photo {
    flex-grow: 1;
    padding: 0 15px 15px 15px
}

#product-photo-gallery .gallery-thumbs {
    background: #FCFCFC;
    padding: 15px;
    height: 84px;
    flex-shrink: 0;
}

#product-photo-gallery .gallery-thumbs .swiper-slide {
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

#product-photo-gallery .gallery-thumbs .swiper-slide > div {
    width: 100%;
    height: 100%;
}

#product-photo-gallery .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#product-photo-gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #389BE5;
}

#product-photo-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #869791;
}

#product-photo-gallery .swiper-pagination-bullet {
    background: #D6D6D6;
}

#product-sticky {
    margin: 10px 0px;
    border-left: 1px solid #e9e9e9;
}

#product-sticky .sticky-inner {
    width: 100%;
    background: #faf9f9;
    padding: 15px 20px 15px 15px;
    box-sizing: border-box;
    position: sticky;
    top: 30px;
    text-align: left;
    border: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.5s;
}

#product-sticky.expanded .sticky-inner {
    opacity: 1;
}

#product-sticky .sticky-inner img {
    max-width: 90px;
}

#product-sticky .sticky-inner button {
    font-size: 14px;
    padding: 15px 25px;
}

.product-details {
    padding-top: 0px;
}

.product__details__pic {
    margin-bottom: 20px;
    position: relative;
}

.product__details__pic__item img {
    min-width: 100%;
}

.product__details__pic .product_warranty_ribbon {
    background: #2E2424;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    line-height: 18px;
    padding: 9px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
}

.product__details__pic .owl-item img {
    object-fit: contain;
    aspect-ratio: 6 / 5;
}

.product__details__pic .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0.3;
    display: flex;
    justify-content: space-between;
}

.product__details__pic .owl-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}

.product__details__pic .owl-carousel .owl-nav button.owl-prev,
.product__details__pic .owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    color: #1c1c1c;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px 0px #a9a9a9;
    box-shadow: 0px 0px 8px 0px #a9a9a9;
    margin: 0 20px;
    position: relative;
}

.product__details__pic .owl-carousel .owl-nav button.owl-prev:after,
.product__details__pic .owl-carousel .owl-nav button.owl-next:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 4px solid #696969;
    border-left: 4px solid #696969;
}

.product__details__pic .owl-carousel .owl-nav button.owl-prev:after {
    transform: rotate(-45deg) translate(1px, -9px);
}

.product__details__pic .owl-carousel .owl-nav button.owl-next:after {
    transform: rotate(135deg) translate(2px, 12px);
}

.product__details__pic .owl-carousel .owl-nav button.owl-prev span,
.product__details__pic .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.product__details__pic:hover .owl-nav {
    opacity: 1;
}

.product__details__pic .owl-dots {
    padding-top: 5px;
}

.product__details__text {
    padding-top: 20px;
}

.product__details__text.delimited {
    border-top: 1px solid #E6E6E6;
}

.product__details__text .product__details__rating {
    font-size: 14px;
    margin-bottom: 12px;
}

.product__details__text .product__details__rating i {
    margin-right: -2px;
    color: #EDBB0E;
}

.product__details__text .product__details__rating span {
    color: #DB0808;
    margin-left: 4px;
}

.product__details__text .product__details__price__avail {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.product__details__text .product__details__price {
    font-size: 24px;
    color: #DB0808;
    font-weight: 700;
    white-space: nowrap;
}

.product__details__text .product__details__price .product__details__price__novat {
    color: #BABABA;
    font-size: 14px;
    font-weight: normal;
}

.product__details__text .product__details__availability {
    font-size: 14px;
    font-weight: bold;
}

.product__details__text .product__details__delivery {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.product__details__text .product__delivery__price {
    font-size: 15px;
}

.product__details__text .product__delivery__price .bicon {
    color: #B7B7B7;
    font-size: 22px;
    margin-right: 5px;
    vertical-align: middle;
}

.product__details__text .product__delivery__date {
    font-size: 14px;
    font-weight: 500;
}

.product__details__text .product__details__pn {
    margin: 25px 0;
    display: flex;
    gap: 20px;
}

.blue_block {
    background: #EFF8FF;
}

.blue_blockh4 {
    font-size: 24px;
}

.blue_block ul {
    list-style: none;
}

.blue_block ul li {
    padding: 6px 0;
}

.blue_block ul li .bicon {
    color: #000000;
    vertical-align: sub;
    margin-right: 8px;
    font-size: 19px;
}

.product__details__reviews {
    padding: 35px 0;
}

.product__details__reviews .product__reviews__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product__details__reviews .product__reviews__row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-grow: 1;
}

.product__details__reviews .product__reviews__count {
    font-size: 26px;
    line-height: 1.2;
}

.product__details__reviews .product__reviews__count span {
    font-weight: bold;
    display: block;
}

.product__details__reviews .product__reviews__average {
    font-size: 32px;
    font-weight: bold;
}

.product__details__reviews .product__reviews__badge img {
    height: 70px;
}

.product__details__reviews .product__reviews__average .stars {
    font-weight: normal;
    font-size: 22px;
}

.product__details__reviews .product__reviews__link {
    line-height: 1.2;
    color: #002E64;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #ABC1F2;
    text-decoration: none;
}

.product__details__text p {
    margin-bottom: 45px;
}

.product__details__text .primary-btn {
    padding: 16px 28px 14px;
    margin-right: 6px;
    margin-bottom: 5px;
}

.product__details__text .heart-icon {
    display: inline-block;
    font-size: 16px;
    color: #6f6f6f;
    padding: 13px 16px 13px;
    background: #f5f5f5;
}

.product__details__quantity {
    display: inline-block;
    margin-right: 6px;
}

.pro-qty {
    width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 5px;
}

.pro-qty input {
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #6f6f6f;
    width: 50px;
    border: none;
    background: #f5f5f5;
    text-align: center;
}

.pro-qty .qtybtn {
    font-size: 16px;
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    width: 30px;
    border: 0;
    padding: 0;
    margin: 0;
    background: #f5f5f5;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.product__details__tab {
    padding-top: 85px;
}

.product__details__tab .nav-tabs {
    border-bottom: none;
    justify-content: center;
    position: relative;
}

.product__details__tab .nav-tabs:before {
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    width: 370px;
    background: #ebebeb;
    content: "";
    z-index: 10;
}

.product__details__tab .nav-tabs:after {
    position: absolute;
    right: 0;
    top: 12px;
    height: 1px;
    width: 370px;
    background: #ebebeb;
    content: "";
    z-index: 10;
}

.product__details__tab .nav-tabs li {
    padding: 0 30px;
    background-color: #ffffff;
    z-index: 11;
}

.product__details__tab .nav-tabs li a {
    font-size: 16px;
    color: #999999;
    font-weight: 700;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

.product__details__tab .product__details__tab__desc {
    padding-top: 44px;
}

.product__details__tab .product__details__tab__desc h6 {
    font-weight: 700;
    color: #333333;
    margin-bottom: 26px;
}

.product__details__tab .product__details__tab__desc p {
    color: #666666;
}

/*---------------------
  Shop Details
-----------------------*/

#cameron-desc {
    padding: 35px 0;
    margin-top: 30px;
}

#cameron-desc h4 {
    font-weight: 800;
    font-size: 26px;
}

#product-params table {
    border-collapse: separate;
    border-spacing: 0 5px;
    font-size: 15px;
}

#product-params table th {
    font-weight: normal;
    padding-right: 50px;
}

#product-params table td {
    font-weight: bold;
}

.related-product {
    padding-bottom: 30px;
}

.related__product__title {
    margin-bottom: 70px;
}

.related-product .product__item__pic {
    height: auto;
    padding-top: 100%;
}

.related-product .owl-stage {
    display: flex;
}

.related-product .owl-item {
    padding: 10px;
}

.related-product .owl-nav {
    display: none;
}

/*---------------------
  Shop Cart
-----------------------*/

.shoping-cart {
    padding-top: 20px;
    padding-bottom: 80px;
}

.shoping__cart__table {
    margin-bottom: 30px;
}

.shoping__cart__table table {
    width: 100%;
    text-align: center;
}

.shoping__cart__table .shoping__cart__item__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    justify-content: space-between;
}

.shoping__cart__table .shoping__cart__image {
    width: 80px;
}

.shoping__cart__table .shoping__cart__item {
    text-align: left;
    width: 100%;
}

.shoping__cart__table .shoping__cart__item__row {
    display: flex;
    flex-direction: row;
}

.shoping__cart__table .shoping__cart__item__col {
    display: flex;
    flex-direction: row;
}

.shoping__cart__table .shoping__cart__item img {
    display: inline-block;
    margin-right: 25px;
}

.shoping__cart__table .shoping__cart__item h5 {
    color: #1c1c1c;
    display: inline-block;
}

.shoping__cart__table .shoping__cart__item h5 .item-title {
    font-size: 16px;
    color: #929292;
}

.shoping__cart__table .shoping__cart__price {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 600;
    line-height: 40px;
}

.shoping__cart__table .shoping__cart__total {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 600;
    line-height: 40px;
}

.shoping__cart__table .shoping__cart__item__close {
    text-align: right;
    line-height: 40px;
}

.shoping__cart__table .shoping__cart__item__close span {
    font-size: 24px;
    color: #b2b2b2;
    cursor: pointer;
}

.shoping__cart__table .shoping__cart__quantity {
    flex-grow: 1;
    text-align: center;
}

.shoping__cart__table .shoping__cart__quantity .pro-qty {
    width: 120px;
    height: 40px;
    margin: 0 10px 5px 10px;
}

.shoping__cart__table .shoping__cart__quantity .pro-qty input {
    color: #1c1c1c;
}

.shoping__cart__table .shoping__cart__quantity .pro-qty input::placeholder {
    color: #1c1c1c;
}

.primary-btn.cart-btn {
    color: #6f6f6f;
    padding: 14px 30px 12px;
    background: #f5f5f5;
    border: 0;
}

.primary-btn.cart-btn span {
    font-size: 14px;
}

.primary-btn.cart-btn.cart-btn-right {
    float: right;
}

.shoping__shipping__payment h5 {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 25px;
}

.shoping__shipping__payment .shoping__shipping, .shoping__shipping__payment .shoping__payment {
    margin-top: 45px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 10px;
}

.shoping__shipping__payment .shipping__payment__option {
    margin-top: 10px;
}

.shoping__shipping__payment .shipping__payment__option .option-title {
    font-size: 18px;
    font-weight: 600;
}

.shoping__shipping__payment .shipping__payment__option .option-highlight {
    font-weight: 600;
}

/*---------------------
  Checkout
-----------------------*/

.checkout {
    padding-top: 80px;
    padding-bottom: 60px;
}

.checkout h6 {
    color: #999999;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #6AB963;
    padding: 12px 0 12px;
    margin-bottom: 75px;
}

.checkout h6 span {
    font-size: 16px;
    color: #6AB963;
    margin-right: 5px;
}

.checkout h6 a {
    text-decoration: underline;
    color: #999999;
}

.checkout__form h4 {
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 45px;
}

.checkout__form p {
    column-rule: #b2b2b2;
}

.checkout__input {
    margin-bottom: 10px;
}

.checkout__input p {
    color: #1c1c1c;
    margin-bottom: 5px;
}

.checkout__input p span {
    color: #DB0808;
}

.checkout__input input {
    width: 100%;
    height: 46px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    font-size: 16px;
    border-radius: 4px;
}

.checkout__input input.checkout__input__add {
    margin-bottom: 20px;
}

.checkout__input input::placeholder {
    color: #b2b2b2;
}

.checkout__input__checkbox {
    margin-bottom: 10px;
}

.checkout__input__checkbox label {
    position: relative;
    font-size: 16px;
    color: #1c1c1c;
    padding-left: 40px;
    cursor: pointer;
}

.checkout__input__checkbox label input {
    position: absolute;
    visibility: hidden;
}

.checkout__input__checkbox label input:checked ~ .checkmark {
    background: #016FC3;
    border-color: #016FC3;
}

.checkout__input__checkbox label input:checked ~ .checkmark:after {
    opacity: 1;
}

.checkout__input__checkbox label .checkmark {
    position: absolute;
    left: 0;
    top: 4px;
    height: 16px;
    width: 14px;
    border: 1px solid #a6a6a6;
    content: "";
    border-radius: 4px;
}

.checkout__input__checkbox label .checkmark:after {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 8px;
    border: solid white;
    border-width: 3px 3px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
    content: "";
    opacity: 0;
}

.checkout__order {
    background: #f5f5f5;
    padding: 40px;
    padding-top: 30px;
}

.checkout__order h4 {
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.checkout__order .checkout__order__products {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 10px;
}

.checkout__order .checkout__order__products span {
    float: right;
}

.checkout__order ul {
    margin-bottom: 12px;
}

.checkout__order ul li {
    font-size: 16px;
    color: #6f6f6f;
    line-height: 40px;
    list-style: none;
}

.checkout__order ul li span {
    font-weight: 700;
    float: right;
}

.checkout__order .checkout__order__subtotal {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.checkout__order .checkout__order__subtotal span {
    float: right;
}

.checkout__order .checkout__input__checkbox label {
    padding-left: 20px;
}

.checkout__order .checkout__order__total {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.checkout__order .checkout__order__total span {
    float: right;
    color: #DB0808;
}

.checkout__order button {
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 10px;
}

.cart-sumary {
    background: #f5f5f5;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*---------------------
  Footer
-----------------------*/

.footer {
    background: #F3F6FA;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 50px;
}

.footer__about {
    margin-bottom: 30px;
}

.footer__about ul li {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 36px;
    list-style: none;
}

.footer__about__logo {
    margin-bottom: 15px;
}

.footer__about__logo a {
    display: inline-block;
}

.footer__widget {
    margin-bottom: 30px;
    overflow: hidden;
}

.footer__widget h6 {
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer__widget ul {
    width: 50%;
    float: left;
}

.footer__widget ul li {
    list-style: none;
}

.footer__widget ul li a {
    color: #1c1c1c;
    font-size: 14px;
    line-height: 32px;
}

.footer__widget p {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 30px;
}

.footer__widget form {
    position: relative;
    margin-bottom: 30px;
}

.footer__widget form input {
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    color: #1c1c1c;
    height: 46px;
    border: 1px solid #ededed;
}

.footer__widget form input::placeholder {
    color: #1c1c1c;
}

.footer__widget form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 26px;
    height: 100%;
}

.footer__widget .footer__widget__social a {
    display: inline-block;
    height: 41px;
    width: 41px;
    font-size: 16px;
    color: #404040;
    border: 1px solid #ededed;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    background: #ffffff;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 10px;
}

.footer__widget .footer__widget__social a:last-child {
    margin-right: 0;
}

.footer__widget .footer__widget__social a:hover {
    background: #016FC3;
    color: #ffffff;
    border-color: #ffffff;
}

.footer__copyright {
    padding: 15px 0;
    overflow: hidden;
}

.footer__copyright__text {
    font-size: 14px;
    color: #1c1c1c;
    float: left;
    line-height: 25px;
}

.footer__copyright__text p {
    margin: 0;
}

.footer__copyright__payment {
    float: right;
}

/*---------------------
  Contact
-----------------------*/

.contact {
    padding-top: 80px;
    padding-bottom: 50px;
}

.contact__widget {
    margin-bottom: 30px;
}

.contact__widget span {
    font-size: 36px;
    color: #016FC3;
}

.contact__widget h4 {
    color: #1c1c1c;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 18px;
}

.contact__widget p {
    color: #666666;
    margin-bottom: 0;
}

/*---------------------
  Map
-----------------------*/

.map {
    height: 500px;
    position: relative;
}

.map iframe {
    width: 100%;
}

.map .map-inside {
    position: absolute;
    left: 50%;
    top: 160px;
    -webkit-transform: translateX(-175px);
    -ms-transform: translateX(-175px);
    transform: translateX(-175px);
}

.map .map-inside i {
    font-size: 48px;
    color: #016FC3;
    position: absolute;
    bottom: -75px;
    left: 50%;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
}

.map .map-inside .inside-widget {
    width: 350px;
    background: #ffffff;
    text-align: center;
    padding: 23px 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
    box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
}

.map .map-inside .inside-widget:after {
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
    border: 12px solid transparent;
    border-top: 30px solid #ffffff;
    content: "";
    z-index: -1;
}

.map .map-inside .inside-widget h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 4px;
}

.map .map-inside .inside-widget ul li {
    list-style: none;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

/*---------------------
  Contact Form
-----------------------*/

.contact__form__title {
    margin-bottom: 50px;
    text-align: center;
}

.contact__form__title h2 {
    color: #1c1c1c;
    font-weight: 700;
}

.contact-form {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-form form input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 20px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.contact-form form input::placeholder {
    color: #6f6f6f;
}

.contact-form form textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 20px;
    margin-bottom: 24px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-top: 12px;
    resize: none;
}

.contact-form form textarea::placeholder {
    color: #6f6f6f;
}

.contact-form form button {
    font-size: 18px;
    letter-spacing: 2px;
}

#cookie-bar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(33, 86, 142);
    background: linear-gradient(97deg, rgba(33, 86, 142, 1) 5%, rgba(20, 117, 219, 1) 100%);
    z-index: 20000000000;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    max-height: 100%;
    overflow: auto;
    padding: 0 10px;
}

#cookie-bar h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
}

#cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
}

#cookie-bar p {
    margin-bottom: 5px;
    color: #ffffff;
}

#cookie-bar .cookie-bar-inner {
    margin: 30px auto 10px auto;
    display: flex;
    max-width: 1170px;
}

#cookie-bar .cookie-bar-content {
    flex-grow: 1;
    text-align: left;
    padding-right: 10%;
}

#cookie-bar .cookie-bar-controls {
    text-align: center;
}

#cookie-bar .cookie-bar-customize {
    display: none;
}

#cookie-bar.extended .cookie-bar-summary {
    display: none;
}

#cookie-bar.extended .cookie-bar-customize {
    display: block;
}

#cookie-bar .cookie-bar-controls > span {
    display: block;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    width: 185px;
    margin: 10px auto;
    text-align: center;
    line-height: 20px;
}

#cookie-bar #cookies-allow {
    background: #1DB51D;
}

#cookie-bar #cookies-customize {
    background: #fcfcfc;
    color: #555555;
}

#cookie-bar.extended #cookies-customize {
    display: none;
}

#cookie-bar #cookies-submit-customized {
    display: none;
    background: #fcfcfc;
    color: #555555;
}

#cookie-bar.extended #cookies-submit-customized {
    display: block;
}

#cookie-bar #cookies-decline {
    font-weight: normal;
    text-decoration: underline;
}

#cookie-bar .cookie-type-block {
    margin-bottom: 10px;
    padding-left: 20px;
}

#cookie-bar .cookie-title {
    display: flex;
    align-items: center;
}

#cookie-bar .cookie-title-name {
    font-size: 17px;
    font-weight: bold;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
}

#cookie-bar .cookie-title-name::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    left: -20px;
    top: 7px;
    transform: rotate(45deg);
}

#cookie-bar .cookie-type-block.expanded .cookie-title-name::before {
    transform: rotate(135deg);
    top: 5px;
}

#cookie-bar .cookie-type-block .cookie-description {
    display: none;
}

#cookie-bar .cookie-type-block.expanded .cookie-description {
    display: block;
}

.cookie-switch {
    --button-width: 3.5em;
    --button-height: 2em;
    --toggle-diameter: 1.5em;
    --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2);
    --toggle-shadow-offset: 10px;
    --toggle-wider: 3em;
    --color-grey: #cccccc;
    --color-green: #4296f4;
}

.cookie-slider {
    display: inline-block;
    width: var(--button-width);
    height: var(--button-height);
    background-color: var(--color-grey);
    border-radius: calc(var(--button-height) / 2);
    position: relative;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.cookie-slider::after {
    content: "";
    display: inline-block;
    width: var(--toggle-diameter);
    height: var(--toggle-diameter);
    background-color: #fff;
    border-radius: calc(var(--toggle-diameter) / 2);
    position: absolute;
    top: var(--button-toggle-offset);
    transform: translateX(var(--button-toggle-offset));
    box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease-in-out;
}

.cookie-switch input[type="checkbox"]:checked + .cookie-slider {
    background-color: var(--color-green);
}

.cookie-switch input[type="checkbox"]:disabled + .cookie-slider {
    opacity: 0.5;
}

.cookie-switch input[type="checkbox"]:checked + .cookie-slider::after {
    transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));
    box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
}

.cookie-switch input[type="checkbox"] {
    display: none;
}

.cookie-switch input[type="checkbox"]:active + .cookie-slider::after {
    width: var(--toggle-wider);
}

.cookie-switch input[type="checkbox"]:checked:active + .cookie-slider::after {
    transform: translateX(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset)));
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    #product-photo-gallery {
        padding: 30px;
    }

    #product-photo-gallery .product-photo-body {
        border-radius: 20px;
        overflow: hidden;
    }

    .subcategories .cat-tile:nth-child(9) ~ .cat-tile {
        display: none;
    }

    .subcategories.expanded .cat-tile:nth-child(9) ~ .cat-tile {
        display: flex;
    }

    .subcategories .cat-tile:nth-child(10) ~ .more_categories {
        display: block;
    }

    .subcategories .cat-tile:nth-child(10) ~ .less_categories {
        display: none;
    }

    .subcategories.expanded .cat-tile:nth-child(10) ~ .more_categories {
        display: none;
    }

    .subcategories.expanded .cat-tile:nth-child(10) ~ .less_categories {
        display: block;
    }

    .category_products .product_tile {
        padding: 25px 25px 55px 25px;
    }

    .category_products .product_tile:hover .product_tile_cta {
        display: block;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__menu ul li {
        margin-right: 10px;
    }

    .hero__search__form {
        width: 590px;
    }

    .hero__categories__all {
        padding: 13px 25px 13px 20px;
    }

    .hero__categories ul {
        padding-left: 20px;
    }

    .latest-product__slider.owl-carousel .owl-nav {
        right: 0;
    }

    .product__details__tab .nav-tabs:before {
        width: 265px;
    }

    .product__details__tab .nav-tabs:after {
        width: 265px;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    .hero__search .hero__cart {
        display: none;
    }

    .header .hero__cart {
        display: block;
    }

    .hero__categories {
        margin-bottom: 30px;
    }

    .hero .hero__categories {
        display: none;
    }

    .hero__search__form {
        width: 100%;
    }

    .categories__slider.owl-carousel .owl-nav button {
        left: -20px;
    }

    .categories__slider.owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }

    .filter__sort .nice-select {
        padding-left: 5px;
        padding-right: 28px;
    }

    .product__details__quantity {
        margin-bottom: 10px;
    }

    .product__details__text .primary-btn {
        margin-bottom: 10px;
    }

    .product__details__tab .nav-tabs:before {
        width: 150px;
    }

    .product__details__tab .nav-tabs:after {
        width: 150px;
    }

    .product__details__reviews .product__reviews__block {
        flex-direction: row;
    }

    .product__details__reviews .product__reviews__row {
        justify-content: space-around;
    }

    .humberger__open {
        display: block;
        font-size: 25px;
        color: #000;
        height: 46px;
        width: 46px;
        line-height: 46px;
        text-align: center;
        border: none;
        cursor: pointer;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 96;
        background: #fff;
    }

    .header .container {
        position: relative;
    }

    .humberger__menu__wrapper {
        width: 300px;
        background: #ffffff;
        position: fixed;
        left: -300px;
        top: 0;
        height: 100%;
        overflow-y: auto;
        z-index: 99;
        padding: 30px;
        padding-top: 50px;
        opacity: 0;
        display: block;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }

    .humberger__menu__wrapper.show__humberger__menu__wrapper {
        opacity: 1;
        left: 0;
    }

    .humberger__menu__logo {
        margin-bottom: 30px;
    }

    .humberger__menu__logo a {
        display: inline-block;
    }

    .humberger__menu__contact {
        padding: 10px 0 13px;
    }

    .humberger__menu__contact ul li {
        font-size: 14px;
        color: #1c1c1c;
        position: relative;
        line-height: 30px;
        list-style: none;
    }

    .humberger__menu__contact ul li i {
        color: #252525;
        margin-right: 5px;
    }

    .hero .hero__cart__price {
        font-size: 14px;
        color: #6f6f6f;
        display: inline-block;
    }

    .hero .hero__cart__price span {
        color: #252525;
        font-weight: 700;
    }

    .humberger__menu__widget {
        margin-bottom: 20px;
    }

    .humberger__menu__widget .header__top__right__language {
        margin-right: 20px;
    }

    .humberger__menu__nav {
        display: none;
    }

    .humberger__menu__wrapper .header__top__right__social {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .humberger__menu__wrapper .slicknav_btn {
        display: none;
    }

    .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
        border-bottom: none !important;
    }

    .humberger__menu__wrapper .slicknav_nav {
        display: block !important;
    }

    .humberger__menu__wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }

    .humberger__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }

    .humberger__menu__wrapper .slicknav_nav a {
        color: #1c1c1c;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .humberger__menu__wrapper .slicknav_nav a:hover {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #016FC3;
    }

    .humberger__menu__wrapper .slicknav_nav .slicknav_row,
    .humberger__menu__wrapper .slicknav_nav a {
        padding: 8px 0;
    }

    .humberger__menu__overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        z-index: 98;
        visibility: hidden;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }

    .humberger__menu__overlay.active {
        visibility: visible;
    }

    .header__top {
        display: none;
    }

    .header__menu {
        display: none;
    }

    .header__logo {
        padding-right: 40px;
        padding-left: 68px;
    }

    .header__logo a {
        max-width: 150px;
    }

    .hero__cart {
        text-align: center;
        padding: 10px 0;
    }

    .over_hid {
        overflow: hidden;
    }

    .filter-box-text {
        text-align: center;
    }

    .filter-box-field {
        text-align: center;
    }
    .category_content {
        max-width: 100%;
    }

    .category_content_top {
        padding: 0;
    }

    .category_filters {
        display: none;
    }

    .category_filters .close_filters {
        display: block;
    }

    .category_filters.expanded {
        width: 80%;
        max-width: 265px;
        border-right: 1px solid #ececec;
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        display: block;
        z-index: 99;
        padding: 0;
    }

    .category_filters.expanded .category_filters_inner {
        z-index: 99;
        position: relative;
        background: #ffffff;
        width: 100%;
        height: 100%;
        padding: 45px 20px 20px 15px;
        overflow-y: auto;
    }

    .category_filters.expanded .filters_backdrop {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 8;
        background: #4A4A4A;
        opacity: 0.9;
    }

    .subcategories {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }

    .subcategories .cat-tile {
        gap: 5px;
        font-size: 12px;
    }

    .subcategories .cat-tile img {
        width: 25px;
    }

    .subcategories .cat-tile:nth-child(7) ~ .cat-tile {
        display: none;
    }

    .subcategories.expanded .cat-tile:nth-child(7) ~ .cat-tile {
        display: flex;
    }

    .subcategories .cat-tile:nth-child(8) ~ .more_categories {
        display: block;
    }

    .subcategories .cat-tile:nth-child(8) ~ .less_categories {
        display: none;
    }

    .subcategories.expanded .cat-tile:nth-child(8) ~ .more_categories {
        display: none;
    }

    .subcategories.expanded .cat-tile:nth-child(8) ~ .less_categories {
        display: block;
    }

    .show_category_filter {
        display: block;
    }

    .category_products {
        border-left: 1px solid #ececec;
    }
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .hero__search .hero__cart {
        display: none;
    }

    .header .hero__cart {
        display: block;
    }

    .hero__categories {
        margin-bottom: 30px;
    }

    .hero .hero__categories {
        display: none;
    }

    .hero__search {
        margin-bottom: 11px;
    }

    .hero__search__form {
        width: 100%;
    }

    .hero__search__form form input {
        width: 100%;
    }

    .hero__search__form form .hero__search__categories {
        display: none;
    }

    .hero__search__form .search-btn-text {
        display: none;
    }

    .hero__search__form .search-btn-ico {
        display: block;
    }

    .hero__search__phone {
        float: left;
        margin-top: 30px;
    }

    .category_content {
        max-width: 100%;
    }

    .category_content_top {
        padding: 0;
    }

    .category_filters {
        display: none;
    }

    .category_filters .close_filters {
        display: block;
    }

    .category_filters.expanded {
        width: 80%;
        max-width: 265px;
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        display: block;
        z-index: 99;
        padding: 0;
    }

    .category_filters.expanded .category_filters_inner {
        z-index: 99;
        position: relative;
        background: #ffffff;
        width: 100%;
        height: 100%;
        border-right: 1px solid #ececec;
        padding: 45px 20px 20px 15px;
        overflow-y: auto;
    }

    .category_filters.expanded .filters_backdrop {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 8;
        background: #4A4A4A;
        opacity: 0.9;
    }

    .subcategories {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }

    .subcategories .cat-tile {
        font-size: 12px;
        gap: 5px;
    }

    .subcategories .more_categories,
    .subcategories .less_categories {
        text-align: center;
    }

    .subcategories .cat-tile:nth-child(4) ~ .cat-tile {
        display: none;
    }

    .subcategories.expanded .cat-tile:nth-child(4) ~ .cat-tile {
        display: flex;
    }

    .subcategories .cat-tile:nth-child(4) ~ .more_categories {
        display: block;
    }

    .subcategories .cat-tile:nth-child(4) ~ .less_categories {
        display: none;
    }

    .subcategories.expanded .cat-tile:nth-child(4) ~ .more_categories {
        display: none;
    }

    .subcategories.expanded .cat-tile:nth-child(4) ~ .less_categories {
        display: block;
    }

    .show_category_filter {
        display: block;
    }

    .category_products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-left: 1px solid #ececec;
    }

    .category_products .product_tile.configurator {
        grid-column: 1 / -1;
    }

    .category_products .product_tile_pn {
        display: none;
    }

    .categories__slider.owl-carousel .owl-nav {
        text-align: center;
        margin-top: 40px;
    }

    .categories__slider.owl-carousel .owl-nav button {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translateY(0);
    }

    .categories__slider.owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }

    .footer__copyright {
        text-align: center;
    }

    .footer__copyright__text {
        float: none;
        margin-bottom: 25px;
    }

    .footer__copyright__payment {
        float: none;
    }

    .filter__item {
        text-align: center;
    }

    .filter__option {
        text-align: center;
    }

    .product__details__pic {
        margin-bottom: 0;
        width: 100vw;
        position: relative;
        max-width: 100vw;
        left: 50%;
        margin-left: -50vw;
        margin-bottom: 20px;
    }

    .product__details__pic .product_warranty_ribbon {
        left: 20px;
    }

    .product__details__pic .owl-nav {
        display: none;
    }

    .product__details__text .product__details__price__avail {
        align-items: center;
        flex-direction: row;
    }

    .product__details__text .product__delivery__date {
        text-align: right;
    }

    .product__details__text .primary-btn {
        width: 100%;
    }

    .product__details__reviews,
    #cameron-desc {
        width: 100vw;
        position: relative;
        max-width: 100vw;
        left: 50%;
        margin-left: -50vw;
    }

    .product__details__tab .nav-tabs:before {
        display: none;
    }

    .product__details__tab .nav-tabs:after {
        display: none;
    }

    .shoping__cart__table {
        overflow-y: auto;
    }

    .shoping__cart__table .shoping__cart__item__col {
        flex-direction: column;
    }

    .humberger__open {
        display: block;
        font-size: 25px;
        color: #000;
        height: 46px;
        width: 46px;
        line-height: 46px;
        text-align: center;
        border: none;
        cursor: pointer;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 96;
        background: #fff;
    }

    .header .container {
        position: relative;
    }

    .humberger__menu__wrapper {
        width: 300px;
        background: #ffffff;
        position: fixed;
        left: -300px;
        top: 0;
        height: 100%;
        overflow-y: auto;
        z-index: 99;
        padding: 30px;
        padding-top: 50px;
        opacity: 0;
        display: block;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }

    .humberger__menu__wrapper.show__humberger__menu__wrapper {
        opacity: 1;
        left: 0;
    }

    .humberger__menu__logo {
        margin-bottom: 30px;
    }

    .humberger__menu__logo a {
        display: inline-block;
    }

    .humberger__menu__contact {
        padding: 10px 0 13px;
    }

    .humberger__menu__contact ul li {
        font-size: 14px;
        color: #1c1c1c;
        position: relative;
        line-height: 30px;
        list-style: none;
    }

    .humberger__menu__contact ul li i {
        color: #252525;
        margin-right: 5px;
    }

    .hero .hero__cart__price {
        font-size: 14px;
        color: #6f6f6f;
        display: inline-block;
    }

    .hero .hero__cart__price span {
        color: #252525;
        font-weight: 700;
    }

    .humberger__menu__widget {
        margin-bottom: 20px;
    }

    .humberger__menu__widget .header__top__right__language {
        margin-right: 20px;
    }

    .humberger__menu__nav {
        display: none;
    }

    .humberger__menu__wrapper .header__top__right__social {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .humberger__menu__wrapper .slicknav_btn {
        display: none;
    }

    .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
        border-bottom: none !important;
    }

    .humberger__menu__wrapper .slicknav_nav {
        display: block !important;
    }

    .humberger__menu__wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }

    .humberger__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }

    .humberger__menu__wrapper .slicknav_nav a {
        color: #1c1c1c;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .humberger__menu__wrapper .slicknav_nav a:hover {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #016FC3;
    }

    .humberger__menu__wrapper .slicknav_nav .slicknav_row,
    .humberger__menu__wrapper .slicknav_nav a {
        padding: 8px 0;
    }

    .humberger__menu__overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        z-index: 98;
        visibility: hidden;
        -webkit-transition: all, 0.6s;
        -moz-transition: all, 0.6s;
        -ms-transition: all, 0.6s;
        -o-transition: all, 0.6s;
        transition: all, 0.6s;
    }

    .humberger__menu__overlay.active {
        visibility: visible;
    }

    .header__top {
        display: none;
    }

    .header__menu {
        display: none;
    }

    .header__logo {
        padding-right: 40px;
        padding-left: 68px;
    }

    .header__logo a {
        max-width: 150px;
    }

    .hero__cart {
        text-align: center;
        padding: 10px 0;
    }

    .over_hid {
        overflow: hidden;
    }

    .filter-box-text {
        text-align: center;
    }

    .filter-box-field {
        text-align: center;
    }

    #cookie-bar .cookie-bar-inner {
        display: block;
    }

    #cookie-bar .cookie-bar-content {
        padding: 0;
    }

    #cookie-bar .cookie-bar-controls > span {
        font-weight: 600;
        padding: 10px;
        width: 100%;
        margin-top: 15px;
    }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .hero__search .hero__cart {
        display: none;
    }

    .header .hero__cart {
        display: block;
    }

    .hero__search__form form .hero__search__categories {
        display: none;
    }

    .featured__controls ul li {
        margin-bottom: 10px;
    }

    .product__details__tab .nav-tabs li {
        margin-right: 20px;
    }

    .shoping__cart__btns {
        text-align: center;
    }

    .primary-btn.cart-btn.cart-btn-right {
        float: none;
        margin-top: 10px;
    }

    .map .map-inside {
        -webkit-transform: translateX(-125px);
        -ms-transform: translateX(-125px);
        transform: translateX(-125px);
    }

    .map .map-inside .inside-widget {
        width: 250px;
    }

    .product__details__tab .nav-tabs li {
        margin-right: 15px;
    }

    .checkout__order {
        padding: 20px;
    }

    .shoping__cart__table .shoping__cart__total {
        font-size: 15px;
    }

    .shoping__cart__table .shoping__cart__price {
        display: none;
    }

    .shoping__cart__table .shoping__cart__quantity {
        text-align: right;
    }
}