/*
** - Default CSS
** - Top Header Area CSS
** - Navbar Area CSS
** - Search Overlay CSS
** - Main Banner Area CSS
** - About Area CSS
** - Banner Categories Area CSS
** - Categories Area CSS
** - Products Area CSS
** - Products Details Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Woocommerce Widget Area CSS
** - Products Promotions Area CSS
** - Feedback Area CSS
** - Why Choose Us Area CSS
** - Hot Deal Area CSS
** - Brands Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Facility Area CSS
** - Gallery Area CSS
** - History Area CSS
** - Doctors Area CSS
** - Funfacts Area CSS
** - Page Title Area CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Profile Authentication Area CSS
** - 404 Error Area CSS
** - Coming Soon Area CSS
** - Purchase Guide Area CSS
** - Privacy Policy Area CSS
** - Terms Of Service Area CSS
** - Customer Service Area CSS
** - FAQ Area CSS
** - Tracking Order Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top CSS
** - Modal CSS
*/

/* Comfortaa-300 - latin_cyrillic */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Comfortaa-Light.ttf'); /* IE9 Compat Modes */
    src: local(''), /* Modern Browsers */ url('/fonts/Comfortaa-Light.ttf') format('truetype')
}

/* Comfortaa-regular - latin_cyrillic */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Comfortaa-Regular.ttf'); /* IE9 Compat Modes */
    src: local(''), /* Modern Browsers */ url('/fonts/Comfortaa-Regular.ttf') format('truetype')
}

/* Comfortaa-500 - latin_cyrillic */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Comfortaa-Medium.ttf'); /* IE9 Compat Modes */
    src: local(''), /* Modern Browsers */ url('/fonts/Comfortaa-Medium.ttf') format('truetype')
}

/* Comfortaa-600 - latin_cyrillic */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Comfortaa-SemiBold.ttf'); /* IE9 Compat Modes */
    src: local(''), /* Modern Browsers */ url('/fonts/Comfortaa-SemiBold.ttf') format('truetype')
}

/* Comfortaa-700 - latin_cyrillic */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Comfortaa-Bold.ttf'); /* IE9 Compat Modes */
    src: local(''), /* Modern Browsers */ url('/fonts/Comfortaa-Bold.ttf') format('truetype')
}

/*================================================
Default CSS
=================================================*/

:root {
    --fontFamily: 'Comfortaa', sans-serif;
    --fontFamily2: 'Hind Siliguri', sans-serif;
    --mainColor: rgba(101, 177, 43, 0.9);
    --secondColor: #63ad45;
    --actionColor: #faa819;
    --optionalColor: #696969;
    --whiteColor: #ffffff;
    --blackColor: #111111;
    --fontSize: 16px;
    --transition: .5s;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
        scroll-padding-top: 80px;
    }
}

body {
    padding: 0;
    margin: 0;
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, span {
    font-family: var(--fontFamily);
    font-weight: 300;
}

a {
    color: var(--blackColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-decoration: none;
    outline: 0 !important;
}

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

:focus {
    outline: 0 !important;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

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

p:last-child {
    margin-bottom: 0;
}

.products-area, #orders-history, .cabinet-sec {
    /*background-image: url(/images/bg-selling.png);*/
}

.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

@media screen and (max-width: 768px) {
    .pt-30 {
        padding-top: 30px !important;
    }
}

.pt-10 {
    padding-top: 10px !important;
}

/*.container {*/
/*    max-width: 1230px;*/
/*}*/

.bg-f7f8fa {
    background-color: #f7f8fa;
}

/*default-btn*/
.default-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: var(--actionColor);
    color: var(--whiteColor);
    border-radius: 50%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    padding: 25px;
    font-size: var(--fontSize);
    font-weight: 300;
    cursor: pointer;
}

.default-btn i {
    position: absolute;
    left: 25px;
    top: 13px;
    font-size: 19px;
    color: var(--whiteColor);
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.default-btn svg {
    fill: var(--whiteColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.default-btn:hover svg {
    transform: translateX(5px);
}

/*section-title*/
.section-title {
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
}

.cabinet-sec {
    padding: 30px 0 70px;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100px;
    background-color: var(--mainColor);
    height: 1px;
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
}

/*form-control*/


.block-pickup {
    display: flex;
    align-items: center;
}

.delivery-type {
    display: none;
}

.pickup-text {
    width: 100%;
    height: fit-content;
    border: 1px #eeeeee solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

.form-control {
    height: 50px;
    color: var(--blackColor);
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #eeeeee;
    background-color: white;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px;
    padding: 1px 0 0 15px;
    font-size: 15px;
    font-weight: 300;
}

.form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.form-control:-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.form-control::-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.form-control::placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.form-control:focus {
    border-color: var(--mainColor);
    background-color: white;
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: transparent;
}

textarea.form-control {
    height: 50px;
    padding-top: 13px;
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header {
    background-color: #f7f8fa;
    padding-top: 12px;
    padding-bottom: 12px;
}

.top-header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.top-header-contact-info li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-left: 24px;
}

.top-header-contact-info li a {
    font-weight: 300;
    display: inline-block;
}

.top-header-contact-info li i {
    position: absolute;
    left: 0;
    top: 2.5px;
    color: var(--mainColor);
    font-size: 17px;
}

.top-header-contact-info li:last-child {
    margin-right: 0;
}

.top-header-menu {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.top-header-menu li {
    display: inline-block;
    margin-left: 18px;
    position: relative;
}

.top-header-menu li::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 4.5px;
    width: 1.4px;
    height: 14px;
    background-color: #dfdfdf;
}

.top-header-menu li:first-child {
    margin-left: 0;
}

.top-header-menu li:first-child::before {
    display: none;
}

.top-header-menu li:nth-child(2)::before {
    top: 6.5px;
}

.top-header-menu li .language-switcher {
    position: relative;
}

.top-header-menu li .language-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: var(--blackColor);
    font-weight: 300;
    font-size: 14.5px;
}

.top-header-menu li .language-switcher .dropdown-toggle::after {
    display: none;
}

.top-header-menu li .language-switcher .dropdown-toggle img {
    width: 35px;
    border-radius: 3px;
    border: 2px solid var(--whiteColor);
    position: relative;
    top: -2px;
}

.top-header-menu li .language-switcher .dropdown-toggle span {
    display: inline-block;
    margin-left: 5px;
}

.top-header-menu li .language-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-left: -3px;
}

.top-header-menu li .language-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 12px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item {
    padding: 0;
    color: var(--blackColor);
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14.5px;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item::before {
    display: none;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item img {
    width: 40px;
    border-radius: 5px;
    border: 3px solid var(--whiteColor);
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item span {
    display: inline-block;
    margin-left: 7px;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item:hover, .top-header-menu li .language-switcher .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item:active, .top-header-menu li .language-switcher .dropdown-menu .dropdown-item.active {
    color: var(--blackColor);
    background-color: transparent;
}

.top-header-menu li .language-switcher .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.top-header-menu li .currency-switcher {
    position: relative;
}

.top-header-menu li .currency-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: var(--blackColor);
    font-weight: 300;
    font-size: 14.5px;
}

.top-header-menu li .currency-switcher .dropdown-toggle::after {
    display: none;
}

.top-header-menu li .currency-switcher .dropdown-toggle span {
    display: inline-block;
}

.top-header-menu li .currency-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-left: -3px;
}

.top-header-menu li .currency-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 12px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item {
    padding: 0;
    color: var(--blackColor);
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 14.5px;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item::before {
    display: none;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item span {
    display: inline-block;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:hover, .top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:active, .top-header-menu li .currency-switcher .dropdown-menu .dropdown-item.active {
    color: var(--blackColor);
    background-color: transparent;
}

.top-header-menu li .currency-switcher .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.top-header-menu li a {
    font-weight: 300;
}

/*================================================
Navbar Area CSS
=================================================*/

.b-nav {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: var(--mainColor);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
}

.b-nav.open {
    visibility: visible;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    overflow: auto;
}

.b-nav.closed {
    visibility: visible;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

.b-nav .others-option {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.b-nav .others-option .option-item {
    margin-right: 20px;
}

.b-nav .others-option .option-item:last-child {
    margin-right: 0;
}

.b-nav .others-option .cabinet-btn, .b-nav .others-option .cart-btn, .b-nav .others-option .wishlist-btn, .b-nav .others-option .logout-btn {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 5px;
    position: relative;
}

.b-nav .others-option .option-item i {
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.b-nav .others-option .cart-btn span {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: var(--whiteColor);
    background-color: red;
    font-size: 12px;
    font-weight: 300;
}

.b-nav .others-option .default-btn {
    background: var(--actionColor);
}

.responsive-nav-inner {
    align-items: center;
    justify-content: space-between;
}

.responsive-nav-inner .search-overlay-form {
    margin: 0;
    align-self: center;
}

.responsive-nav-inner .search-overlay-form form .input-search {
    height: 45px;
}

.responsive-nav-inner .search-overlay-form form button, .responsive-nav-inner #search-button {
    width: 35px;
    height: 35px;
    padding: 2px 0 0;
}

.nav-close-button, .doctor-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    color: white;
}

.b-nav-ul {
    padding: 0;
    list-style: none;
}

.b-nav-inner {
    margin-top: 80px;
    display: block;
}

.b-nav-ul li {
    line-height: 30px;
    padding: 20px;
    text-align: center;
}

.b-link {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: white;
}

.b-link:hover {
    color: white;
}

.b-menu {
    height: 20px;
    z-index: 999;
}

.b-bun {
    background: #444444;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.b-bun--top {
    height: 2px;
    top: 0;
    width: 25px;
}

.b-bun--mid {
    height: 2px;
    top: 8px;
    width: 25px;
}

.b-bun--bottom {
    height: 2px;
    top: 16px;
    width: 25px;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }
}

.drodo-responsive-nav {
    display: none;
}

.responsive-nav {
    display: none;
}

.drodo-nav {
    background-color: rgba(0, 0, 0, 0.5);
}

.ftp-link-mobile a {
    color: white;
}

.navbar-area .ftp-link {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 10px;
    background: rgba(101, 177, 43, 0.7);
    padding: 5px;
    border-radius: 0 0 5px 5px;
}

.navbar-area .ftp-link a {
    color: white;
}

.navbar-area.is-sticky .ftp-link {
    background: rgba(101, 177, 43, 0.7);
}

.drodo-nav .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.drodo-nav .navbar {
    position: inherit;
    padding: 20px 0;
}

.drodo-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

.drodo-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.drodo-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.drodo-nav .navbar .navbar-nav .nav-item {
    position: relative;
}

.drodo-nav .navbar .navbar-nav .nav-item a {
    color: var(--blackColor);
    font-size: 16.5px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 20px;
    margin-left: 13px;
    margin-right: 13px;
}

.drodo-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

.drodo-nav .navbar .navbar-nav .nav-item a:hover, .drodo-nav .navbar .navbar-nav .nav-item a:focus, .drodo-nav .navbar .navbar-nav .nav-item a.active {
    color: var(--actionColor);
}

.drodo-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.drodo-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.drodo-nav .navbar .navbar-nav .nav-item:hover a, .drodo-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--actionColor);
}

.drodo-nav .navbar .navbar-nav .nav-item a:hover,
.drodo-nav .navbar .navbar-nav .nav-item a:active {
    letter-spacing: 0px;
}

.drodo-nav .navbar .navbar-nav .nav-item a:after {
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.drodo-nav .navbar .navbar-nav .nav-item a:hover:after {
    backface-visibility: hidden;
    border-color: var(--actionColor);
    transition: width 350ms ease-in-out;
    width: 100%;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: var(--whiteColor);
    position: absolute;
    border: none;
    top: 67px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 13px 20px 11px;
    margin: 0;
    position: relative;
    display: block;
    color: #666666;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 15px;
    font-weight: 300;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.drodo-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu {
    position: inherit;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
    width: 100%;
    margin-top: 8px;
    position: absolute;
    top: auto;
    left: 0;
    padding: 30px 0;
    -webkit-transform: unset !important;
    transform: unset !important;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
    color: var(--blackColor);
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 15.5px;
    font-weight: 300;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
    width: 30px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
    margin-top: 0;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    margin-top: 14px;
    color: #666666;
    padding: 0;
    font-weight: 300;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: var(--mainColor);
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
    position: absolute;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    right: 0;
    bottom: 0;
    background-color: var(--whiteColor);
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    font-size: var(--fontSize);
    font-weight: 300;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
    margin-top: 15px;
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.drodo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
    bottom: 10px;
}

.drodo-nav .navbar .others-option .option-item {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 3;
    width: 30px;
    font-size: 27px;
}

.search-container {
    padding-top: 15px;
}

.responsive-nav .option-item {
    font-size: 35px;
}

.drodo-nav .navbar .others-option .option-item i {
    font-size: 27px;
}

.drodo-nav .navbar .others-option .option-item:first-child {
    margin-left: 0;
}

.drodo-nav .navbar .others-option .option-item .search-btn-box {
    position: relative;
    top: 1px;
}

.drodo-nav .navbar .others-option .option-item .search-btn-box .search-btn {
    font-size: 25px;
    cursor: pointer;
    color: var(--whiteColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.drodo-nav .navbar .others-option .option-item .search-btn-box .search-btn:hover {
    color: var(--mainColor);
}

.drodo-nav .navbar .others-option .option-item .cart-btn {
    font-size: 25px;
    position: relative;
    line-height: 1;
    width: 30px;
    height: 30px;
}

.drodo-nav .navbar .others-option .option-item .cart-btn a {
    display: inline-block;
    position: relative;
    color: white;
}

.drodo-nav .navbar .others-option .option-item .cart-btn a:hover {
    color: var(--mainColor);
}

.drodo-nav .navbar .others-option .option-item .cart-btn a span {
    position: absolute;
    right: 0;
    top: -5px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    color: var(--whiteColor);
    background-color: red;
    font-size: 10px;
    font-weight: 300;
}

.drodo-nav .navbar .others-option .option-item .wishlist-btn, .drodo-nav .navbar .others-option .option-item .cabinet-btn, .drodo-nav .navbar .others-option .option-item .logout-btn {
    font-size: 25px;
    position: relative;
    line-height: 1;
    top: 1px;
}

.drodo-nav .navbar .others-option .option-item .wishlist-btn a, .drodo-nav .navbar .others-option .option-item .cabinet-btn a, .drodo-nav .navbar .others-option .option-item .logout-btn a {
    display: inline-block;
    color: white;
}

.drodo-nav .navbar .others-option .option-item .wishlist-btn a:hover, .drodo-nav .navbar .others-option .option-item .cabinet-btn a:hover, .drodo-nav .navbar .others-option .option-item .logout-btn a:hover {
    color: var(--mainColor);
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: var(--whiteColor) !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {

    .facility-box:nth-child(3) {
        border-right: 1px solid #e2e2e2 !important;
        border-left: 1px solid #e2e2e2 !important;
    }

    .info-bar-hours {
        padding-left: 22px !important;
    }

    .info-bar-mail {
        padding-right: 22px !important;
    }

    .drodo-responsive-nav {
        display: block;
    }

    .drodo-responsive-nav .drodo-responsive-menu {
        position: relative;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .mean-nav {
        margin-top: 51px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .mean-nav ul li a.active {
        color: var(--mainColor);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 306px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
        overflow: hidden;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
        padding-left: 0;
        padding-right: 0;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
        display: block;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
        margin-bottom: 15px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
        width: 100%;
        float: unset;
        display: block;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
        color: var(--blackColor);
        position: relative;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 8px;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-top: 25px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 13.5px;
        font-weight: 300;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
        width: 30px;
        height: 1px;
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        background-color: var(--mainColor);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
        margin-top: 5px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
        border-bottom: none !important;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
        display: none !important;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
        width: auto;
        overflow: hidden;
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
        border: none;
        margin-top: 15px;
        color: #666666;
        padding: 0;
        font-weight: 300;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
        color: var(--mainColor);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
        position: absolute;
        left: 0;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        right: 0;
        bottom: 0;
        background-color: var(--whiteColor);
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
        text-transform: uppercase;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        font-size: var(--fontSize);
        font-weight: 300;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
        margin-top: 15px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
        bottom: 10px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
        margin-top: 0;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides .brand-item a {
        display: block !important;
        padding: 20px !important;
        width: auto !important;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option {
        position: absolute;
        right: 50px;
        top: 8px;
        margin-top: 10px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item {
        display: inline-block;
        margin-left: 12px;
        position: relative;
        z-index: 3;
        width: 30px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item:first-child {
        margin-left: 0;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .search-btn-box {
        position: relative;
        top: 2px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .search-btn-box .search-btn {
        font-size: 20px;
        cursor: pointer;
        color: var(--blackColor);
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .search-btn-box .search-btn:hover {
        color: var(--mainColor);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .cart-btn {
        font-size: 20px;
        position: relative;
        line-height: 1;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .search-btn {
        display: none;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .search-btn a i {
        color: var(--blackColor);
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .cart-btn a {
        display: inline-block;
        position: relative;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .cart-btn a span {
        position: absolute;
        right: -3px;
        top: -3px;
        width: 12px;
        height: 12px;
        text-align: center;
        line-height: 11.9px;
        border-radius: 50%;
        color: var(--whiteColor);
        background-color: red;
        font-size: 9px;
        font-weight: 300;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .wishlist-btn {
        font-size: 20px;
        position: relative;
        line-height: 1;
        margin-right: -2px;
        top: 1px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .cabinet-btn {
        font-size: 20px;
        position: relative;
        line-height: 1;
        margin-right: -2px;
        top: 1px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .wishlist-btn a {
        display: inline-block;
    }

    .drodo-responsive-nav .mean-container a.meanmenu-reveal {
        color: var(--blackColor);
    }

    .drodo-responsive-nav .mean-container a.meanmenu-reveal span {
        background: var(--blackColor);
    }

    .drodo-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
    }

    .drodo-nav {
        display: none;
    }
}

/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.search-overlay .search-overlay-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.9s ease-in-out 0.6s;
    transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.9s ease-in-out 1.5s;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 4px;
    background-color: var(--whiteColor);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
    background: var(--mainColor);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
    -webkit-transition: all 0.9s ease-in-out 1.4s;
    transition: all 0.9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
}

.navbar-area {
    position: relative;
}

.b-bun {
    background: var(--actionColor);
}

.nav-search-overlay-form {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 3%;
    bottom: -20%;
    z-index: 999999;
    max-width: 500px;
    width: 350px;
    margin-bottom: 0 !important;
}

.nav-search-overlay-form.shown {
    visibility: visible;
    opacity: 1;
}

.search-overlay-form, .nav-search-overlay-form {
    /*margin-bottom: 20px;*/
}

.search-overlay-form form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-overlay-form form svg.search-icon {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    transform: translateY(-50%);
}

.search-overlay-form form .input-search, .nav-search-overlay-form form .input-search {
    display: block;
    width: 250px;
    height: 42px;
    border: none;
    border-bottom: 1px solid lightgrey;
    color: var(--blackColor);
    padding: 0 0 0 30px;
    transition: all 1s;
}

.search-overlay-form form .input-search:-webkit-autofill, .nav-search-overlay-form form .input-search:-webkit-autofill {
    background-color: white !important;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .search-overlay-form form .input-search {
        width: 50%;
        float: right;
        height: 35px !important;
    }
}

.search-overlay .search-overlay-form form .input-search::-webkit-input-placeholder, .nav-search-overlay-form form .input-search::-webkit-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    letter-spacing: .5px;
    color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder, .nav-search-overlay-form form .input-search:-ms-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    letter-spacing: .5px;
    color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search::-ms-input-placeholder, nav-search-overlay-form form .input-search::-ms-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    letter-spacing: .5px;
    color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search::placeholder, .nav-search-overlay-form form .input-search::placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    letter-spacing: .5px;
    color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::-ms-input-placeholder {
    color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder, .nav-search-overlay-form form .input-search:focus::placeholder {
    color: transparent;
}

.search-overlay-form form button, .nav-search-overlay-form form button {
    width: 42px;
    color: var(--whiteColor);
    height: 42px;
    background-color: var(--actionColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: none;
    padding: 8px;

}

#search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    color: var(--whiteColor);
    height: 47px;
    background-color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: none;
    font-size: 20px;
    line-height: 47px;
    border-radius: 0 5px 5px 0;
    padding: 3px 14px 0;
    opacity: 0.7;
}

.search-overlay-form form button:hover, .nav-search-overlay-form form button:hover {
    opacity: 1 !important;
}

.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
    opacity: 1;
    visibility: visible;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
    padding-top: 70px;
    padding-bottom: 70px;
}

.main-banner-content .sub-title {
    display: block;
    font-weight: 300;
    margin-bottom: 12px;
    color: var(--mainColor);
}

.main-banner-content h1 {
    margin-bottom: 12px;
    font-size: 55px;
    line-height: 1.1;
}

.main-banner-content h1 span {
    color: var(--mainColor);
}

.main-banner-content p {
    font-size: 16px;
}

.main-banner-content .default-btn {
    margin-top: 10px;
}

.single-banner-item {
    background-color: #ebf7fa;
    height: 620px;
}

.banner-content .sub-title {
    display: block;
    font-weight: 300;
    margin-bottom: 12px;
    color: var(--mainColor);
}

.banner-content h1 {
    margin-bottom: 12px;
    font-size: 64px;
    line-height: 1.1;
}

.banner-content h1 span {
    color: var(--mainColor);
}

.banner-content p {
    font-size: 16px;
}

.banner-content .btn-box {
    margin-top: 30px;
}

.banner-content .btn-box .price {
    display: block;
    color: var(--mainColor);
    margin-left: 25px;
    font-size: 20px;
    font-weight: 300;
}

.banner-image {
    text-align: center;
}

.banner-image img {
    width: auto !important;
    display: inline-block !important;
}

.owl-item.active .banner-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.owl-item.active .banner-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.owl-item.active .banner-content .btn-box {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.owl-item.active .banner-image img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #dce9ec;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--blackColor);
    border-radius: 50%;
    font-size: 25px;
    padding-right: 5px !important;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
    padding-left: 5px !important;
    padding-right: 0 !important;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.home-wrapper-area {
    background-color: #080e32;
    position: relative;
    z-index: 1;
    padding-top: 95px;
    padding-bottom: 95px;
}

.wrapper-content .sub-title {
    display: block;
    margin-bottom: 15px;
    color: var(--mainColor);
    font-size: 15.5px;
    font-weight: 300;
}

.wrapper-content h1 {
    margin-bottom: 20px;
    font-size: 50px;
    color: var(--whiteColor);
    line-height: 1.3;
}

.wrapper-content p {
    color: var(--whiteColor);
    opacity: 0.85;
    max-width: 520px;
}

.wrapper-content .default-btn {
    margin-top: 15px;
}

.wrapper-content .default-btn:hover {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.owl-item.active .wrapper-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.owl-item.active .wrapper-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.owl-item.active .wrapper-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.owl-item.active .wrapper-content .default-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.owl-item.active .wrapper-image img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.home-slides-two.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -90px;
    bottom: 0;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid #9b9dac;
    margin: 0 7px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #9b9dac;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: var(--whiteColor);
}

.home-slides-two.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    background: transparent;
    border: 1px solid var(--whiteColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    position: relative;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--mainColor);
    border-radius: 50%;
    margin: 2px;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    visibility: hidden;
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span, .home-slides-two.owl-theme .owl-dots .owl-dot.active span {
    border-color: var(--mainColor);
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .home-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
}

.banner-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 84px;
    padding-bottom: 124px;
    padding-left: 70px;
    padding-right: 70px;
}

.banner-area.bg-1 {
    background-image: url(/images/slider.png);
    height: 524px;
}

.banner-area.bg-2 {
    background-image: url(/images/slider.png);
    height: 524px;
}

.banner-area .banner-content {
    max-width: 600px;
}

.banner-area .banner-content p {
    max-width: 350px;
}

.home-slides-three.owl-theme .owl-nav.disabled + .owl-dots {
    text-align: left;
    margin-top: 0;
}

.home-slides-three.owl-theme .owl-dots {
    position: absolute;
    left: 70px;
    bottom: 20px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot {
    margin-left: 3px;
    margin-right: 3px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0;
    border: 1px solid var(--mainColor);
    background: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    position: relative;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 3px;
    background-color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.home-slides-three.owl-theme .owl-dots .owl-dot:hover span::before, .home-slides-three.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
}

.megamenu-container {
    position: relative;
}

.megamenu-container .megamenu-title {
    background-color: var(--mainColor);
    text-transform: uppercase;
    color: var(--whiteColor);
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.megamenu-container .megamenu-category .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: block !important;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

.megamenu-container .megamenu-category .nav .nav-item {
    position: relative;
}

.megamenu-container .megamenu-category .nav .nav-item .nav-link {
    background-color: #ffffff;
    /*border-top: 1px solid #eeeeee;*/
    color: var(--blackColor);
    position: relative;
    font-size: 17px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    transition: var(--transition);
}

.megamenu-container .megamenu-category .nav .nav-item .nav-link i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.megamenu-container .megamenu-category .nav .nav-item .nav-link:hover {
    /*background-color: var(--mainColor);*/
    /*color: var(--whiteColor);*/
    /*border-color: var(--mainColor);*/
    transform: translateY(-10px);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    float: unset;
    background-color: var(--whiteColor);
    width: 250px;
    border: none;
    left: 100%;
    top: -10px;
    margin: 15px 0 0;
    border-radius: 0;
    padding: 0;
    display: none;
}

.megamenu-container .megamenu-category .nav .nav-item:hover .dropdown-menu {
    display: block !important;
}

.megamenu-container .megamenu-category .nav .nav-item:hover .dropdown-menu .nav-item .dropdown-menu {
    display: none !important;
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
    display: block !important;
    top: 0;
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu .nav-item .dropdown-menu {
    display: none !important;
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
    display: block !important;
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu .nav-item .nav-link {
    background-color: var(--whiteColor);
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
    transform: translateY(0) !important;
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu.megamenu {
    width: 650px;
    padding: 30px;
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu.megamenu h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu.megamenu .megamenu-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu.megamenu .megamenu-nav li {
    margin-bottom: 11px;
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu.megamenu .megamenu-nav li a {
    display: inline-block;
    font-size: 15px;
    color: var(--optionalColor);
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu.megamenu .megamenu-nav li a:hover {
    color: var(--mainColor);
}

.megamenu-container .megamenu-category .nav .nav-item .dropdown-menu.megamenu .megamenu-nav li:last-child {
    margin-bottom: 0;
}

.megamenu-container .megamenu-category .nav .nav-item:hover .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/*================================================
About Area CSS
=================================================*/
.about-content {
    padding-right: 15px;
}

.about-content .sub-title {
    display: block;
    font-weight: 300;
    margin-bottom: 12px;
    color: var(--mainColor);
}

.about-content h2 {
    margin-bottom: 15px;
    font-size: 40px;
}

.about-content .quotes-box {
    margin-top: 20px;
}

.about-content .quotes-box span {
    display: block;
    color: var(--optionalColor);
    margin-bottom: 15px;
}

.about-content .quotes-box p {
    text-align: center;
    color: var(--blackColor);
    font-weight: 300;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 25px;
}

.about-content .quotes-box p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f111";
    color: var(--optionalColor);
    opacity: 0.5;
    line-height: 1;
    font-family: Flaticon;
    font-size: 25px;
}

.about-content .quotes-box p::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "\f111";
    color: var(--optionalColor);
    opacity: 0.5;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-family: Flaticon;
    font-size: 25px;
}

.about-image {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-image .shape {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-image .shape img:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.about-image .shape img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

/*================================================
Banner Categories Area CSS
=================================================*/
.single-banner-categories-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.single-banner-categories-box img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-banner-categories-box .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 25px;
}

.single-banner-categories-box .content .sub-title {
    display: block;
    margin-bottom: 10px;
    color: var(--optionalColor);
    font-weight: 300;
}

.single-banner-categories-box .content h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.single-banner-categories-box .content .btn-box {
    margin-top: 15px;
}

.single-banner-categories-box .content .btn-box .default-btn {
    font-size: 15px;
}

.single-banner-categories-box .content .btn-box .price {
    display: block;
    color: var(--mainColor);
    margin-left: 15px;
    font-size: 20px;
    font-weight: 300;
}

.single-banner-categories-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.categories-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.categories-box img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.categories-box .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
}

.categories-box .content {
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--whiteColor);
    -webkit-box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
    box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
}

.categories-box .content h3 {
    margin-bottom: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 20px;
    font-style: italic;
}

.categories-box:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.categories-box:hover .content {
    background-color: var(--mainColor);
}

.categories-box:hover .content h3 {
    color: var(--whiteColor);
}

/*================================================
Categories Area CSS
=================================================*/
.single-categories-box {
    margin-bottom: 30px;
    position: relative;
    border-radius: 3px;
    text-align: center;
    background-color: var(--whiteColor);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
}

.single-categories-box img {
    width: auto !important;
    display: inline-block !important;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-categories-box h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 25px;
}

.single-categories-box .link-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 2;
}

.single-categories-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*================================================
Products Area CSS
=================================================*/
.single-products-box, .single-products-box-nonprice {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 15px 10px 20px 10px;
    display: flex;
    flex-direction: column;
}

.single-products-box .product-image, .single-products-box-nonprice .product-image {
    position: relative;
    width: 100%;
    height: 250px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.single-products-box .product-image img {
    position: absolute;
    width: 230px;
    height: 200px;
    object-fit: contain;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-products-box .new {
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: var(--mainColor);
    color: var(--whiteColor);
    padding: 1px 12px;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
}

.single-products-box .sale {
    position: absolute;
    z-index: 2;
    left: 12px;
    top: 12px;
    background-color: red;
    color: var(--whiteColor);
    padding: 1px 12px;
    font-size: 14px;
    font-weight: 400;
}

.prices-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-price-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    height: 100%;
}

.product-price-list span {
    font-size: 20px;
    font-weight: 300;
}

.product-info, .product-price-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product-info {
    margin-bottom: 5px;
}

.product-cart-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 110px;
    height: 35px;
    font-size: 15px;
    font-weight: 300;
    color: var(--whiteColor) !important;
    background-color: var(--mainColor);
    border-radius: 5px;
    padding: 5px;
}

.product-cart-btn i {
    font-size: 20px;
}

.product-cart-btn:hover {
    background-color: var(--whiteColor);
    color: var(--mainColor) !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.wishlist-btn {
    font-size: 30px;
    color: var(--mainColor) !important;
    width: 30px;
    border-radius: 5px;
    line-height: 1;
    background-color: transparent;
    height: 30px;
    text-align: center;
}

.content .wishlist-btn i {
    font-size: 32px;
}

.remove-wish {
    color: var(--mainColor) !important;
}

.single-products-box .content {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    height: 100%;
}

.single-products-box .content p {
    line-height: 1.5;

}

.single-products-box .content h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    width: 80%;
    height: 35px;
}

.single-products-box .content .price span {
    color: var(--mainColor);
    font-size: 14.5px;
    font-weight: 300;
}

.single-products-box .content .price span.old-price {
    color: var(--optionalColor);
    text-decoration: line-through;
}

.products-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -82px;
}

.products-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: var(--blackColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    line-height: 31px;
    border: 1px solid #ebebeb;
    font-size: 20px;
    padding: 2px 2px 0 0 !important;
}

.products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    margin-left: 8px;
    padding-right: 0 !important;
    padding-left: 2px !important;
}

.products-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor);
    border-color: var(--mainColor);
}

.drodo-grid-sorting {
    margin-bottom: 40px;
}

.drodo-grid-sorting .result-count p {
    font-weight: 300;
}

.drodo-grid-sorting .result-count p .count {
    font-weight: 300;
    color: var(--blackColor);
}

.drodo-grid-sorting .result-count .sub-title {
    text-transform: uppercase;
    font-weight: 300;
}

.drodo-grid-sorting .ordering {
    text-align: right;
}

.drodo-grid-sorting .ordering label {
    display: inline-block;
    margin-bottom: 0;
    color: var(--optionalColor);
    margin-right: 5px;
    font-weight: 300;
}

.drodo-grid-sorting .ordering .nice-select {
    display: inline-block;
    width: 215px;
    float: unset;
    background: #f8f8f8;
    border-color: #eeeeee;
    color: var(--blackColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 0 0 0 12px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 300;
}

.drodo-grid-sorting .ordering .nice-select .list {
    background-color: var(--whiteColor);
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    border: none;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.drodo-grid-sorting .ordering .nice-select .list .option {
    line-height: 38px;
    min-height: 38px;
    color: var(--blackColor);
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding-left: 32px;
    padding-right: 25px;
    font-size: 15px;
    font-weight: 300;
}

.drodo-grid-sorting .ordering .nice-select .list .option:hover {
    background-color: var(--mainColor) !important;
    color: var(--whiteColor);
}

.drodo-grid-sorting .ordering .nice-select .list .option:hover::before {
    color: var(--whiteColor);
}

.drodo-grid-sorting .ordering .nice-select .list .option.focus, .drodo-grid-sorting .ordering .nice-select .list .option.selected.focus {
    background-color: transparent !important;
    color: var(--blackColor);
}

.drodo-grid-sorting .ordering .nice-select .list .option::before {
    content: "\ea0f";
    position: absolute;
    left: 10px;
    top: -3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--mainColor);
    font-family: 'boxicons';
    font-size: 20px;
}

.drodo-grid-sorting .ordering .nice-select .list .option.selected::before {
    opacity: 1;
    visibility: visible;
}

.drodo-grid-sorting .ordering .nice-select .list .option.selected:hover {
    background-color: var(--mainColor) !important;
    color: var(--whiteColor);
}

.drodo-grid-sorting .ordering .nice-select .list .option.selected:hover::before {
    color: var(--whiteColor);
}

.drodo-grid-sorting .ordering .nice-select:after {
    border-color: var(--blackColor);
    height: 8px;
    width: 8px;
    margin-top: -5px;
}

.drodo-grid-sorting .ordering .nice-select:hover {
    border-color: var(--mainColor);
    background-color: transparent;
}

.products-collections-area .container-fluid {
    width: 90%;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-image img {
    width: 100%;
    object-fit: contain;
    height: 400px;
}

.products-details-image .products-details-image-slides {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.products-details-image .products-details-image-slides-owl-thumbs {
    padding: 0;
    text-align: center;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
    margin-bottom: 0;
}

.products-details-image .products-details-image-slides-owl-thumbs .owl-thumb-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.products-details-image-slides-owl-thumbs .owl-thumb-item img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.products-details-image .products-details-image-slides-owl-thumbs .owl-thumb-item img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.products-details-image .products-details-image-slides-owl-thumbs .owl-thumb-item img:hover {
    opacity: 0.5;
}

.products-details-image .products-details-image-slides-owl-thumbs .owl-thumb-item.active img {
    opacity: 0.5;
}

.products-details-image .row {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -15px;
}

.products-details-image .row .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.products-details-image .row .col-lg-6 .single-products-details-image {
    margin-top: 15px;
}

.products-details-image .single-products-details-image {
    margin-top: 30px;
}

.products-details-image .single-products-details-image:first-child {
    margin-top: 0;
}

.products-details-image-slider.owl-theme {
    margin-bottom: 30px;
}

.products-details-image-slider.owl-theme .owl-nav {
    margin-top: 0;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 15px;
    margin: 0;
    padding: 0;
    background: var(--whiteColor);
    width: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    left: 15px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    top: 50%;
    padding-right: 2px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border-style: solid;
    border-color: var(--whiteColor);
    border-width: 1.5px;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px;
    padding-right: 0 !important;
    padding-left: 2px !important;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor);
    border-color: var(--mainColor);
}

.products-details-desc h1 {
    margin-bottom: 18px;
    font-size: 25px;
    word-break: break-word;
}

.products-details-desc .price {
    margin-bottom: 15px;
    color: var(--mainColor);
    font-size: 26px;
    font-weight: 300;
}

.old-price {
    text-decoration: line-through;
    color: #828893;
    font-weight: 300;
    font-size: 14px !important;
}

.products-details-desc .products-review {
    margin-bottom: 12px;
}

.products-details-desc .products-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 18px;
}

.products-details-desc .products-review .rating i {
    color: #ffba0a;
    display: inline-block;
    margin-right: -2px;
}

.products-details-desc .products-review .rating-count {
    display: inline-block;
    color: var(--blackColor);
    border-bottom: 1px solid var(--blackColor);
    line-height: initial;
    position: relative;
    top: -2px;
    font-weight: 300;
}

.products-details-desc .products-review .rating-count:hover {
    color: var(--mainColor);
    border-color: var(--mainColor);
}

.products-details-desc .products-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

.products-details-desc .products-info li {
    color: var(--blackColor);
    margin-bottom: 8px;
    font-size: 16px;
    word-break: break-word;
}

.products-details-desc .products-info li:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-info li span {
    color: var(--optionalColor);
    font-weight: 300;
}

.products-details-desc .products-info li a {
    display: inline-block;
    font-weight: 300;
    color: var(--blackColor);
}

.products-details-desc .products-info li a:hover {
    color: var(--mainColor);
}

.products-details-desc .products-color-switch {
    margin: 10px 0 30px;
}

.products-details-desc .products-color-switch span {
    margin-bottom: 8px;
    display: block;
    font-size: 17px;
    font-weight: 300;
}

.products-details-desc .products-color-switch ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: -3px;
    margin-left: -3px;
}

.products-details-desc .products-color-switch ul li {
    display: inline-block;
    margin-left: 3px;
    margin-top: 3px;
}

.products-details-desc .products-color-switch ul li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.products-details-desc .products-color-switch ul li a::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee;
    border-radius: 50%;
    margin: 2px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.products-details-desc .products-color-switch ul li a:hover, .products-details-desc .products-color-switch ul li a:focus {
    border-color: var(--blackColor);
}

.products-details-desc .products-color-switch ul li a.color-white::before {
    background: var(--whiteColor);
    border: 1px solid #eeeeee;
}

.products-details-desc .products-color-switch ul li a.color-black::before {
    background: var(--blackColor);
}

.products-details-desc .products-color-switch ul li a.color-red::before {
    background: red;
}

.products-details-desc .products-color-switch ul li a.color-blue::before {
    background: blue;
}

.products-details-desc .products-color-switch ul li a.color-green::before {
    background: green;
}

.products-details-desc .products-color-switch ul li a.color-yellow::before {
    background: yellow;
}

.products-details-desc .products-color-switch ul li a.color-yellowgreen::before {
    background: yellowgreen;
}

.products-details-desc .products-color-switch ul li a.color-pink::before {
    background: pink;
}

.products-details-desc .products-color-switch ul li a.color-violet::before {
    background: violet;
}

.products-details-desc .products-color-switch ul li a.color-teal::before {
    background: teal;
}

.products-details-desc .products-color-switch ul li a.color-plum::before {
    background: plum;
}

.products-details-desc .products-color-switch ul li a.color-lime::before {
    background: lime;
}

.products-details-desc .products-color-switch ul li a.color-blueviolet::before {
    background: blueviolet;
}

.products-details-desc .products-color-switch ul li.active a {
    border-color: var(--blackColor);
}

.products-details-desc .products-size-wrapper {
    margin-top: 8px;
    margin-bottom: 25px;
}

.products-details-desc .products-size-wrapper span {
    margin-bottom: 8px;
    display: block;
    font-size: 17px;
    font-weight: 300;
}

.products-details-desc .products-size-wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -8px;
    margin-left: -8px;
}

.products-details-desc .products-size-wrapper ul li {
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
}

.products-details-desc .products-size-wrapper ul li a {
    width: 38px;
    height: 35px;
    display: block;
    line-height: 32px;
    border: 1px solid #eeeeee;
    color: #858585;
    text-align: center;
    font-size: var(--fontSize);
    font-weight: 300;
}

.products-details-desc .products-size-wrapper ul li a:hover {
    border-color: var(--mainColor);
    color: var(--mainColor);
}

.products-details-desc .products-size-wrapper ul li.active a {
    border-color: var(--mainColor);
    color: var(--mainColor);
}

.products-details-desc .products-info-btn {
    margin-bottom: 25px;
    margin-top: 10px;
}

.products-details-desc .products-info-btn a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    line-height: initial;
    font-size: 14px;
    font-weight: 300;
}

.products-details-desc .products-info-btn a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1.5px;
    background: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.products-details-desc .products-info-btn a i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.products-details-desc .products-info-btn a:hover {
    color: var(--mainColor);
}

.products-details-desc .products-info-btn a:hover::before {
    width: 100%;
}

.products-details-desc .products-info-btn a:not(:first-child) {
    margin-left: 15px;
}

.products-details-desc .products-add-to-cart .input-counter {
    max-width: 120px;
    min-width: 120px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.products-details-desc .products-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 22px;
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
    color: var(--mainColor);
}

.products-details-desc .products-add-to-cart .input-counter input {
    height: 45px;
    color: var(--mainColor);
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 300;
    border-radius: 0;
}

.products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
    color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
    color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input::placeholder {
    color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .default-btn {
    border-radius: 0;
    height: 45px;
    top: -1px;
}

.single-products-box .content p {
    margin-bottom: 0;
    word-break: break-word;
    font-weight: 300;
}

.single-products-box .content .wishlist-btn {
    margin-left: 25px;
}

.products-details-desc .wishlist-btn {
    margin-top: 20px;
    text-align: left;
}

.products-details-desc .wishlist-btn a {
    display: inline-block;
    font-weight: 300;
    position: relative;
    line-height: 1;
    padding-left: 20px;
}

.products-details-desc .wishlist-btn a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    margin-left: 5px;
}

.products-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

.products-details-desc .buy-checkbox-btn input, .remember-me-wrap input {
    display: none;
}

.products-details-desc .buy-checkbox-btn .cbx, .remember-me-wrap .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.products-details-desc .buy-checkbox-btn .cbx span, .remember-me-wrap .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child, .remember-me-wrap .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child svg, .remember-me-wrap .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: var(--whiteColor);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child:before, .remember-me-wrap .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--mainColor);
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.products-details-desc .buy-checkbox-btn .cbx span:last-child, .remember-me-wrap .cbx span:last-child {
    padding-left: 4px;
    color: var(--blackColor);
    position: relative;
    top: -1px;
}

.products-details-desc .buy-checkbox-btn .cbx:hover span:first-child, .remember-me-wrap .cbx:hover span:first-child {
    border-color: var(--mainColor);
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child, .remember-me-wrap .inp-cbx:checked + .cbx span:first-child {
    background: var(--mainColor);
    border-color: var(--mainColor);
    -webkit-animation: wave 0.4s ease;
    animation: wave 0.4s ease;
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg, .remember-me-wrap .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before, .remember-me-wrap .inp-cbx:checked + .cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.products-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 20px;
}

.products-details-desc .buy-checkbox-btn .default-btn {
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.products-details-desc .products-details-accordion {
    margin-top: 25px;
}

.products-details-desc .products-details-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    background: var(--whiteColor);
    margin-bottom: 20px;
}

.products-details-desc .products-details-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-title {
    padding-left: 25px;
    color: var(--blackColor);
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.products-details-desc .products-details-accordion .accordion .accordion-title i {
    position: absolute;
    left: -6px;
    top: -3px;
    font-size: 30px;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.products-details-desc .products-details-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.products-details-desc .products-details-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-top: 15px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content.show {
    display: block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul, .products-details-desc .products-details-accordion .accordion .accordion-content ol {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li, .products-details-desc .products-details-accordion .accordion .accordion-content ol li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 13px;
    color: var(--optionalColor);
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li::before, .products-details-desc .products-details-accordion .accordion .accordion-content ol li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--mainColor);
    border-radius: 50%;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li:last-child, .products-details-desc .products-details-accordion .accordion .accordion-content ol li:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td {
    border-top: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: var(--blackColor);
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td:first-child {
    font-weight: 300;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: var(--optionalColor);
    line-height: 1.7;
    border-color: #eeeeee;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td:first-child {
    color: var(--blackColor);
    font-weight: 300;
}

.products-details-desc .products-details-accordion .accordion .accordion-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews {
    margin-top: 10px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews h3 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
    font-size: 22px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .rating {
    display: inline-block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .rating span {
    font-size: 17px;
    color: #cecfd2;
    margin-right: -2px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .rating span.checked {
    color: orange;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .rating-count {
    margin-top: 10px;
    margin-bottom: 20px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .rating-count span {
    display: block;
    color: var(--optionalColor);
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .side {
    float: left;
    width: 9%;
    margin-top: 10px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .side div {
    font-weight: 300;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .middle {
    margin-top: 14px;
    float: left;
    width: 82%;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .right {
    text-align: right;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: var(--whiteColor);
    border-radius: 5px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .bar-5 {
    width: 100%;
    height: 18px;
    background-color: #4CAF50;
    border-radius: 5px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .bar-4 {
    width: 75%;
    height: 18px;
    background-color: #2196F3;
    border-radius: 5px;
    border-radius: 5px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .bar-3 {
    width: 50%;
    height: 18px;
    background-color: #00bcd4;
    border-radius: 5px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .bar-2 {
    width: 25%;
    height: 18px;
    background-color: #ff9800;
    border-radius: 5px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-reviews .bar-1 {
    width: 0;
    height: 18px;
    background-color: #f44336;
    border-radius: 5px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-comments {
    margin-top: 40px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-comments h3 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-comments .user-review {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0 20px 110px;
    position: relative;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-comments .user-review img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-comments .user-review .sub-comment {
    margin-bottom: 8px;
    font-weight: 300;
    font-family: var(--fontFamily);
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 8px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-comments .user-review .review-rating .review-stars {
    display: inline-block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-comments .user-review .review-rating .review-stars i {
    color: #cecfd2;
    font-size: 18px;
    display: inline-block;
    margin-right: -3px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-comments .user-review .review-rating .review-stars i.checked {
    color: orange;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-comments .user-review .review-rating span {
    color: var(--blackColor);
    position: relative;
    top: -2px;
    margin-left: 5px;
    font-family: var(--fontFamily2);
    font-weight: 300;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper {
    margin-top: 30px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper .comment-notes span {
    color: red;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form {
    margin-top: 20px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .form-group {
    margin-bottom: 25px;
    text-align: left;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .rating {
    text-align: left;
    overflow: hidden;
    max-width: 115px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .rating label {
    float: right;
    position: relative;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .rating label:not(:first-of-type) {
    padding-right: 5px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .rating label:before {
    content: "\2605";
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 27px;
    color: #CCCCCC;
    line-height: 1;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .rating input {
    display: none;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .rating input:checked ~ label:before, .products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
    color: #f6b500;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent {
    text-align: left;
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
    display: none;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    color: var(--optionalColor);
    font-weight: 300;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #f5f5f5;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--mainColor);
    position: absolute;
    top: 6.5px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
    border-color: var(--mainColor);
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
    border-color: var(--mainColor);
}

.products-details-desc .products-details-accordion .accordion .accordion-content .review-form-wrapper form button {
    margin-top: 22px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.products-details-tabs {
    margin-top: 50px;
}

.products-details-tabs .nav {
    text-align: center;
    padding-left: 0;
    margin-bottom: 40px;
    list-style-type: none;
    display: block;
}

.products-details-tabs .nav .nav-item {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.products-details-tabs .nav .nav-item .nav-link {
    color: #cccccc;
    border: none;
    border-bottom: 1px solid #eeeeee;
    padding: 0;
    background-color: transparent;
    position: relative;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 300;
    font-family: var(--fontFamily);
}

.products-details-tabs .nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    bottom: -2px;
}

.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
    color: var(--blackColor);
}

.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
    width: 100%;
}

.products-details-tabs .tab-content .tab-pane p {
    line-height: 1.8;
}

.products-details-tabs .tab-content .tab-pane ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane ul li {
    margin-bottom: 12px;
    position: relative;
    color: var(--optionalColor);
    padding-left: 15px;
}

.products-details-tabs .tab-content .tab-pane ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--blackColor);
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
    font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating {
    display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
    font-size: 17px;
    color: #cecfd2;
    margin-right: -2px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
    color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
    margin-top: 10px;
    margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
    display: block;
    color: var(--optionalColor);
}

.products-details-tabs .tab-content .tab-pane .products-reviews .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side {
    float: left;
    width: 9%;
    margin-top: 10px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
    font-weight: 300;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
    margin-top: 14px;
    float: left;
    width: 82%;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .right {
    text-align: right;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: var(--whiteColor);
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
    width: 100%;
    height: 18px;
    background-color: #4CAF50;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
    width: 75%;
    height: 18px;
    background-color: #2196F3;
    border-radius: 5px;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
    width: 50%;
    height: 18px;
    background-color: #00bcd4;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
    width: 25%;
    height: 18px;
    background-color: #ff9800;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
    width: 0;
    height: 18px;
    background-color: #f44336;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments {
    margin-top: 40px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0 20px 110px;
    position: relative;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
    margin-bottom: 8px;
    font-weight: 300;
    font-family: var(--fontFamily);
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
    display: block;
    margin-bottom: 8px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
    display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
    color: #cecfd2;
    font-size: 18px;
    display: inline-block;
    margin-right: -3px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
    color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
    color: var(--blackColor);
    position: relative;
    top: -2px;
    margin-left: 5px;
    font-family: var(--fontFamily2);
    font-weight: 300;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
    margin-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
    color: red;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
    margin-top: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
    margin-bottom: 25px;
    text-align: left;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
    text-align: left;
    overflow: hidden;
    max-width: 115px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
    float: right;
    position: relative;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
    padding-right: 5px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
    content: "\2605";
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 27px;
    color: #CCCCCC;
    line-height: 1;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
    display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
    color: #f6b500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
    text-align: left;
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
    display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    color: var(--optionalColor);
    font-weight: 300;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #f5f5f5;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--mainColor);
    position: absolute;
    top: 6.5px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover + label:before {
    border-color: var(--mainColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked + label:before {
    border-color: var(--mainColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
    margin-top: 22px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.products-details-tabs .tab-content .tab-pane table {
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane table tr td {
    word-break: break-word;
    border-color: #eeeeee;
    color: var(--optionalColor);
    vertical-align: middle;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 300;
}

.products-details-tabs .tab-content .tab-pane table tr td:first-child {
    color: var(--blackColor);
    font-weight: 300;
    font-family: var(--fontFamily2);
}

.related-products {
    margin-top: 50px;
    padding: 0 30px;
}

.related-buttons {
    display: flex;
    align-items: flex-end;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: var(--optionalColor);
    white-space: nowrap;
    font-weight: 300;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    text-align: center;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table {
    padding-left: 40px;
}

.table td {
    padding: 0;
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 60px;
    height: auto;
    object-fit: contain;
    margin: 10px 0;
}

.cart-table table tbody tr td.product-name a {
    display: inline-block;
    font-weight: 300;
}

.cart-table table tbody tr td.product-quantity .remove {
    color: red;
    float: right;
    position: relative;
    top: 12px;
    font-size: 18px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: -2px;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: var(--mainColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: var(--mainColor);
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 300;
    border-radius: 10px;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: var(--blackColor);
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.product-subtotal a {
    float: right;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-buttons .shopping-coupon-code {
    position: relative;
    max-width: 530px;
}

.cart-buttons .shopping-coupon-code button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: var(--blackColor);
    color: var(--whiteColor);
    border: none;
    padding: 0 25px;
    line-height: 47px;
    outline: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 15px;
    font-weight: 300;
}

.cart-buttons .shopping-coupon-code button:hover {
    background-color: var(--mainColor);
}

.cart-totals {
    background: var(--whiteColor);
    padding: 0 40px;
    max-width: 500px;
    border-radius: 5px;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.cart-totals .cart-button {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart-totals .default-btn {
    width: 52px;
    height: 52px;
    padding: 14px;
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 22px;
}

.cart-totals ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    padding: 10px 15px 10px 0;
    color: var(--blackColor);
    overflow: hidden;
    font-weight: 300;
    font-size: 15px;
}

.cart-totals ul li:first-child {
    border-bottom: none;
    border-top: 1px solid #eaedff;
}

.cart-totals ul li:last-child {
    font-size: 18px;
    border-top: 1px solid #eaedff;
}

.cart-totals ul li:last-child span {
    color: var(--blackColor);
    font-weight: 300;
}

.cart-totals ul li span {
    float: right;
    color: var(--optionalColor);
    font-weight: normal;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background: var(--whiteColor);
    padding: 15px 20px;
    border-top: 3px solid var(--mainColor);
    position: relative;
    margin-bottom: 15px;
    margin-top: 30px;
}

.user-actions i {
    color: var(--mainColor);
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.user-actions span {
    display: inline-block;
    color: var(--mainColor);
    font-weight: 300;
    font-size: 16px;
}

.user-actions span a {
    display: inline-block;
}

.checkout-box .cart-product {
    align-items: baseline;
    border-top: 1px solid #eeeeee;
    padding: 15px 0;
}

.checkout-box .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #eeeeee;*/
    font-size: 22px;
}

.payandgo .title {
    margin-top: 20px;
}

.checkout-box .title::before {
    content: '';
    position: absolute;
    background: var(--mainColor);
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 1px;
}

.checkout-box .form-group {
    margin-bottom: 25px;
    position: relative;
}

.checkout-box .form-group .nice-select {
    display: block;
    float: unset;
    background: #f8f8f8;
    border-color: #eeeeee;
    color: var(--blackColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 0 0 0 12px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
}

.checkout-box .form-group .nice-select .list {
    background-color: var(--whiteColor);
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    border: none;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bcheckout-box .form-group .nice-select .list .option {
    line-height: 38px;
    min-height: 38px;
    color: var(--blackColor);
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding-left: 32px;
    padding-right: 25px;
    font-size: 15px;
    font-weight: 300;
}

.checkout-box .form-group .nice-select .list .option:hover {
    background-color: var(--mainColor) !important;
    color: var(--whiteColor);
}

.checkout-box .form-group .nice-select .list .option:hover::before {
    color: var(--whiteColor);
}

.checkout-box .form-group .nice-select .list .option.focus, .checkout-box .form-group .nice-select .list .option.selected.focus {
    background-color: transparent !important;
    color: var(--blackColor);
}

.checkout-box .form-group .nice-select .list .option::before {
    content: "\ea0f";
    position: absolute;
    left: 10px;
    top: -3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--mainColor);
    font-family: 'boxicons';
    font-size: 20px;
}

.checkout-box .form-group .nice-select .list .option.selected::before {
    opacity: 1;
    visibility: visible;
}

.checkout-box .form-group .nice-select .list .option.selected:hover {
    background-color: var(--mainColor) !important;
    color: var(--whiteColor);
}

.checkout-box .form-group .nice-select .list .option.selected:hover::before {
    color: var(--whiteColor);
}

.checkout-box .form-group .nice-select:after {
    border-color: var(--blackColor);
    height: 8px;
    width: 8px;
    margin-top: -5px;
}

.checkout-box .form-group .nice-select:hover {
    border-color: var(--mainColor);
    background-color: transparent;
}

.checkout-box .form-check {
    margin-bottom: 18px;
}

.checkout-box .form-check .form-check-label {
    color: var(--blackColor);
    font-weight: 300;
}

.checkout-box .form-check label {
    position: relative;
    left: -3px;
    top: 0;
    font-weight: 300;
}

.checkout-box .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.form-control.order-notes {
    height: 81px;
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
}

.order-details .title::before {
    content: '';
    position: absolute;
    background: var(--mainColor);
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.order-details .order-table table {
    margin-bottom: 0;
}

.checkout-user {
    padding-right: 22px;
    padding-left: 22px;
}

.checkout-user .default-btn {
    padding-left: 22px;
    padding-right: 22px;
}

.checkout-box {
    padding: 20px;
}

.checkout-box div {
    background-color: white;
}

.order-details .default-btn {
    padding-left: 25px;
    float: right;
}

.checkout-total {
    /*box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);*/
    position: sticky;
    top: 100px;
    height: fit-content;
    z-index: 1;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.confirm-btn {
    padding: 10px 5px;
}

.checkout-box {
    height: 650px;
}

.payandgo, .checkout-delivery {
    display: none;
}

.checkout-personal-information .action-button, .checkout-delivery .action-button, .payandgo .action-button {
    background: var(--mainColor);
    font-weight: 300;
    color: white;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 10px 0 10px 15px;
}

.product-photo img {
    width: 100px;
}

.product-photo a {
    position: relative;
}

.product-photo a span {
    position: absolute;
    right: -5px;
    top: -50px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    color: var(--whiteColor);
    background-color: red;
    font-size: 10px;
    font-weight: 300;
}

.col-lg-3.product-count {
    padding-left: 50px;
}

.col-lg-3.product-price span {
    padding-left: 90px;
}

.col-lg-3.product-name h4 {
    text-align: center;
}

.product-count .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.product-count .input-counter .minus-btn {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    color: var(--mainColor);
    width: 40px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 22px;
}

.product-count .input-counter input {
    height: 45px;
    color: var(--mainColor);
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 300;
    border-radius: 10px;
}

.product-count .input-counter .plus-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    color: var(--mainColor);
    width: 40px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 22px;
}

.order-details .order-table table thead tr th {
    vertical-align: middle;
    border: 1px solid #818181;
    padding: 12px 20px 10px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: var(--optionalColor);
    white-space: nowrap;
    border: 1px solid #818181;
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px;
}

.product-name img {
    width: 60px;
}

.order-details .order-table table tbody tr td.product-name a {
    display: inline-block;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
    color: var(--blackColor);
    font-weight: 300;
}

.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
    color: var(--blackColor);
    font-weight: 300;
}

.order-details .payment-box {
    background-color: var(--whiteColor);
    margin-top: 30px;
    padding: 30px;
}

.payment-method p [type="radio"]:checked, .payment-box .payment-method p [type="radio"]:not(:checked), .delivery-method p [type="radio"]:checked, .delivery-box .delivery-method p [type="radio"]:not(:checked) {
    display: none;
}

.payment-method p [type="radio"]:checked + label, .payment-box .payment-method p [type="radio"]:not(:checked) + label, .delivery-method p [type="radio"]:checked + label, .delivery-box .delivery-method p [type="radio"]:not(:checked) + label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    color: var(--blackColor);
    position: relative;
    margin-bottom: 20px;
    font-weight: 300;
}

.payment-method p [type="radio"]:checked + label::before, .payment-box .payment-method p [type="radio"]:not(:checked) + label::before, .delivery-method p [type="radio"]:checked + label::before, .delivery-box .delivery-method p [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: var(--whiteColor);
}

.payment-method p [type="radio"]:checked + label::after, .payment-box .payment-method p [type="radio"]:not(:checked) + label::after, .delivery-method p [type="radio"]:checked + label::after, .delivery-box .delivery-method p [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--mainColor);
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.payment-method p [type="radio"]:not(:checked) + label::after, .delivery-method p [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.payment-method p [type="radio"]:checked + label::after, .delivery-method p [type="radio"]:checked + label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment-box .default-btn {
    margin-top: 15px;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    padding-left: 30px;
    padding-right: 30px;
}

.form-check {
    display: flex;
    align-items: baseline;
}

.myradio {
    display: none;
}

.radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #000;
    border-top-color: #262626;
    border-right-color: #404040;
    border-bottom-color: #404040;
    border-left-color: #262626;
    border-radius: 5px;
    z-index: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    transition: all 500ms;
}

.radio:hover {
    border-color: #97ffff;
    box-shadow: 0 0 20px 0 rgba(100, 200, 255, 0.75);
}

.radio:before,
.radio:after {
    content: "";
    position: absolute;
    opacity: 0;
}

.radio:before {
    content: "✓";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: .25em;
    color: #000;
    z-index: 100;
}

.radio:after {
    top: 1px;
    left: 1px;
    background-color: var(--mainColor);
    box-shadow: 0 0 20px 0 rgba(50, 189, 199, 0.75);
    border-radius: 3px;
    width: 11px;
    height: 11px;
    z-index: 10;
    transition: all 500ms;
}

.radio {
    border-radius: 50%;
}

.radio:before {
    content: "";
}

.radio:after {
    border-radius: 50%;
}

/*================================================
Woocommerce Widget Area CSS
=================================================*/
.woocommerce-widget-area .woocommerce-widget {
    margin-bottom: 35px;
}

.woocommerce-widget-area .woocommerce-widget .woocommerce-widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
}

.woocommerce-widget-area .woocommerce-widget .woocommerce-widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: var(--mainColor);
}

.woocommerce-widget-area .woocommerce-widget:last-child {
    margin-bottom: 0;
}

.woocommerce-widget-area .color-list-widget .color-list-row {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: -5px;
    margin-top: -4px;
}

.woocommerce-widget-area .color-list-widget .color-list-row li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    width: 18px;
    height: 18px;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee;
    margin: 2px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce-widget-area .color-list-widget .color-list-row li a:hover {
    border-color: var(--blackColor);
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-white::before {
    background: var(--whiteColor);
    border: 1px solid #eeeeee;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-black::before {
    background: var(--blackColor);
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-red::before {
    background: red;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-blue::before {
    background: blue;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-green::before {
    background: green;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-yellow::before {
    background: yellow;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-yellowgreen::before {
    background: yellowgreen;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-pink::before {
    background: pink;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-violet::before {
    background: violet;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-teal::before {
    background: teal;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-plum::before {
    background: plum;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-lime::before {
    background: lime;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-blueviolet::before {
    background: blueviolet;
}

.woocommerce-widget-area .color-list-widget .color-list-row li:first-child {
    margin-left: 0;
}

.woocommerce-widget-area .color-list-widget .color-list-row li:last-child {
    margin-right: 0;
}

.woocommerce-widget-area .color-list-widget .color-list-row li.active a {
    border-color: var(--blackColor);
}

.woocommerce-widget-area .best-seller-widget {
    position: relative;
    overflow: hidden;
}

.woocommerce-widget-area .best-seller-widget .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.woocommerce-widget-area .best-seller-widget .item:last-child {
    margin-bottom: 0;
}

.woocommerce-widget-area .best-seller-widget .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.woocommerce-widget-area .best-seller-widget .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.woocommerce-widget-area .best-seller-widget .item .thumb .fullimage.bg1 {
    background-image: url(/images/products/products-img3.jpg);
}

.woocommerce-widget-area .best-seller-widget .item .thumb .fullimage.bg2 {
    background-image: url(/images/products/products-img2.jpg);
}

.woocommerce-widget-area .best-seller-widget .item .thumb .fullimage.bg3 {
    background-image: url(/images/products/products-img5.jpg);
}

.woocommerce-widget-area .best-seller-widget .item .thumb::before, .woocommerce-widget-area .best-seller-widget .item .thumb::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: '';
    background-color: var(--whiteColor);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.woocommerce-widget-area .best-seller-widget .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}

.woocommerce-widget-area .best-seller-widget .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}

.woocommerce-widget-area .best-seller-widget .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.woocommerce-widget-area .best-seller-widget .item .info span {
    display: block;
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 300;
    margin-top: 2px;
    margin-bottom: 5px;
}

.woocommerce-widget-area .best-seller-widget .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
}

.woocommerce-widget-area .best-seller-widget .item .info .title a {
    display: inline-block;
}

.woocommerce-widget-area .best-seller-widget .item .info .rating {
    color: #ffba0a;
}

.woocommerce-widget-area .best-seller-widget .item:hover .thumb::before, .woocommerce-widget-area .best-seller-widget .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.woocommerce-widget-area .woocommerce-ads-widget {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 330px;
    height: 380px;
}

.woocommerce-widget-area .woocommerce-ads-widget img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    width: 100%;
}

.woocommerce-widget-area .woocommerce-ads-widget .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-widget-area .woocommerce-ads-widget .content span {
    display: block;
    font-weight: 300;
    color: var(--mainColor);
    margin-bottom: 5px;
    word-break: break-word;
}

.woocommerce-widget-area .woocommerce-ads-widget .content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 300;
    word-break: break-word;
}

.woocommerce-widget-area .woocommerce-ads-widget .link-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.woocommerce-widget-area .woocommerce-ads-widget:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li {
    margin-bottom: 9px;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: 300;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 15px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    height: 15px;
    border-radius: 3px;
    border: 1px solid var(--blackColor);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a:hover {
    color: var(--mainColor);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a:hover::before {
    border-color: var(--mainColor);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a.active::before {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li.active a::before {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li:last-child {
    display: inline-block;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price {
    margin-top: 20px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs-handle {
    cursor: pointer;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single {
    background-color: var(--mainColor);
    padding: 1px 5px 1px 11.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from::before, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to::before, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single::before {
    border-top-color: var(--mainColor);
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from::after, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to::after, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single::after {
    content: '$';
    position: absolute;
    left: 5px;
    top: 0.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-bar {
    background-color: var(--mainColor);
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-handle > i:first-child {
    background-color: var(--mainColor);
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-min, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-max {
    padding: 1px 3px 1px 9.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-min::before, .woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-max::before {
    content: '$';
    position: absolute;
    left: 3px;
    top: 0.5px;
}

/*================================================
Products Promotions Area CSS
=================================================*/
.single-products-promotions-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.single-products-promotions-box img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-products-promotions-box .content {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
}

.single-products-promotions-box .content .sub-title {
    display: block;
    margin-bottom: 10px;
    color: var(--optionalColor);
    font-weight: 300;
}

.single-products-promotions-box .content h3 {
    font-size: 25px;
    margin-bottom: 0;
    background-color: #cae7d9;
    display: inline-block;
    margin-right: -15px;
    border-radius: 30px 0 0 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.single-products-promotions-box .content .discount {
    display: block;
    font-size: 25px;
    font-weight: 300;
}

.single-products-promotions-box .content .discount span {
    font-size: var(--fontSize);
    font-weight: 300;
}

.single-products-promotions-box .content .link-btn {
    display: inline-block;
    margin-top: 20px;
    font-weight: 300;
}

.single-products-promotions-box .content .link-btn i {
    position: relative;
    top: 1px;
    margin-left: -2px;
}

.single-products-promotions-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.col-lg-4:nth-child(2) .single-products-promotions-box .content h3 {
    background-color: #f1e6b9;
}

.col-lg-4:nth-child(3) .single-products-promotions-box .content h3 {
    background-color: #b6d2f1;
}

.promotion-banner {
    background-image: url(/images/promotions-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.promotion-banner .sub-title {
    display: block;
    font-weight: 300;
    margin-bottom: 12px;
}

.promotion-banner h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
}

.promotion-banner h2 span {
    color: var(--mainColor);
}

.promotion-banner #timer {
    margin-bottom: 30px;
}

.promotion-banner #timer div {
    background-color: var(--whiteColor);
    color: var(--blackColor);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    width: 70px;
    height: 70px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 300;
    margin-right: 10px;
}

.promotion-banner #timer div span {
    display: block;
    color: var(--optionalColor);
    margin-top: 0;
    font-size: 14px;
    font-weight: 300;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-inner {
    text-align: center;
    z-index: 1;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.feedback-inner h2 {
    line-height: 1;
    font-size: 30px;
    position: relative;
    top: -4px;
    margin-bottom: 30px;
}

.feedback-inner h2 span {
    display: inline-block;
    background-color: var(--whiteColor);
    padding-left: 35px;
    padding-right: 35px;
}

.feedback-inner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid var(--mainColor);
}

.feedback-inner .owl-theme .owl-nav.disabled + .owl-dots {
    text-align: right;
    margin-top: 25px;
}

.feedback-inner .owl-theme .owl-dots .owl-dot {
    margin-left: 7px;
}

.feedback-inner .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0;
    border: 1px solid var(--mainColor);
    background: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    position: relative;
}

.feedback-inner .owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 3px;
    background-color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.feedback-inner .owl-theme .owl-dots .owl-dot:hover span::before, .feedback-inner .owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
}

.single-feedback-item {
    text-align: center;
    position: relative;
    padding-top: 68px;
}

.single-feedback-item::before {
    line-height: 1;
    content: "\f111";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: var(--mainColor);
    font-size: 55px;
    font-family: Flaticon;
}

.single-feedback-item p {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--blackColor);
}

.single-feedback-item .client-info {
    margin-top: 25px;
    text-align: left;
}

.single-feedback-item .client-info img {
    width: 70px !important;
    display: inline-block !important;
    height: 70px;
    border-radius: 50%;
}

.single-feedback-item .client-info .title {
    margin-left: 15px;
}

.single-feedback-item .client-info .title h3 {
    font-size: 20px;
    margin-bottom: 2px;
}

.single-feedback-item .client-info .title span {
    display: block;
}

.single-feedback-box {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    background-color: var(--whiteColor);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 98px;
}

.single-feedback-box::before {
    line-height: 1;
    content: "\f111";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    color: var(--mainColor);
    font-size: 55px;
    font-family: Flaticon;
}

.single-feedback-box p {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--blackColor);
}

.single-feedback-box .client-info {
    margin-top: 25px;
    text-align: left;
}

.single-feedback-box .client-info img {
    width: 70px !important;
    display: inline-block !important;
    height: 70px;
    border-radius: 50%;
}

.single-feedback-box .client-info .title {
    margin-left: 15px;
}

.single-feedback-box .client-info .title h3 {
    font-size: 20px;
    margin-bottom: 2px;
}

.single-feedback-box .client-info .title span {
    display: block;
}

.feedback-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot {
    margin-left: 3px;
    margin-right: 3px;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0;
    border: 1px solid var(--mainColor);
    background: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    position: relative;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 3px;
    background-color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
}

.about-area p, .about-area li, .funfacts-area p, .funfacts-area li {
    font-size: 16px;
    color: var(--optionalColor);
    font-weight: 300;
}

.about-area li {
    margin-bottom: 10px;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.single-why-choose-box {
    margin-bottom: 30px;
    text-align: center;
    background-color: #f1f3ee;
    padding: 25px 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    height: 300px !important;
    margin-right: 10px;
    margin-left: 10px;
}

.about-content ul {
    padding-left: 18px;
}

.single-why-choose-box .icon {
    line-height: 1;
    margin-bottom: 25px;
    font-size: 45px;
    color: var(--mainColor);
}

.single-why-choose-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.single-why-choose-box img {
    display: inline !important;
    width: 100px;
    height: 80px;
    object-fit: contain;
}

.single-why-choose-box p {
    word-break: break-word;
}

.slick-track .single-why-choose-box:nth-child(2) {
    background-color: #f3f7fa;
}

.slick-track .single-why-choose-box:nth-child(3) {
    background-color: #fef7ee;
}

/*================================================
Hot Deal Area CSS
=================================================*/
.hot-deal-area {
    background-image: url(/images/hot-deal-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hot-deal-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.hot-deal-content .sub-title {
    display: block;
    font-weight: 300;
    margin-bottom: 12px;
    color: var(--mainColor);
}

.hot-deal-content h2 {
    margin-bottom: 25px;
    font-size: 70px;
    line-height: 1.1;
}

.hot-deal-content h2 span {
    color: var(--mainColor);
}

.hot-deal-content #timer {
    margin-bottom: 40px;
}

.hot-deal-content #timer div {
    background-color: var(--whiteColor);
    color: var(--blackColor);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 35px;
    font-weight: 300;
    margin-left: 10px;
    margin-right: 10px;
}

.hot-deal-content #timer div span {
    display: block;
    color: var(--optionalColor);
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
}

.hot-deal-content .back-text {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    z-index: -1;
    line-height: 1;
    color: var(--blackColor);
    opacity: .04;
    font-size: 270px;
    font-weight: 300;
}

/*================================================
Brands Area CSS
=================================================*/
.single-brands-item {
    margin-bottom: 30px;
    text-align: center;
    border-right: 1px solid #eeeeee;
}

.col-lg-2:nth-child(6) .single-brands-item, .col-lg-2:nth-child(12) .single-brands-item, .col-lg-2:nth-child(18) .single-brands-item {
    border-right: none;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
    margin-bottom: 30px;
}

.single-blog-post .post-image {
    overflow: hidden;
}

.single-blog-post .post-image img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-blog-post .post-content {
    margin-top: 25px;
}

.single-blog-post .post-content h3 {
    margin-bottom: 15px;
    font-size: 21px;
}

.single-blog-post .post-content .post-meta {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-blog-post .post-content .post-meta li {
    margin-right: 20px;
    position: relative;
    color: var(--optionalColor);
    font-weight: 300;
}

.single-blog-post .post-content .post-meta li::before {
    content: '';
    position: absolute;
    right: -11px;
    top: 10.8px;
    width: 1px;
    height: 14px;
    background-color: #b3afaf;
}

.single-blog-post .post-content .post-meta li:last-child {
    margin-right: 0;
}

.single-blog-post .post-content .post-meta li:last-child::before {
    display: none;
}

.single-blog-post .post-content .post-meta li img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}

.single-blog-post .post-content .post-meta li a {
    color: var(--optionalColor);
}

.single-blog-post .post-content .post-meta li a:hover {
    color: var(--mainColor);
}

.single-blog-post:hover .post-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc {
    background-color: #f7f8fa;
    padding: 25px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: var(--whiteColor);
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border-style: solid;
    border-color: var(--whiteColor);
    border-width: 1.5px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor);
    border-color: var(--mainColor);
}

.blog-details-desc .article-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.blog-details-desc .article-video iframe {
    width: 100%;
    height: 400px;
    border: none !important;
}

.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    font-weight: 300;
    padding-right: 20px;
    padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
    font-size: 32px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: block;
    color: var(--mainColor);
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 300;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 22px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
    color: var(--optionalColor);
}

.blog-details-desc .article-content .features-list li i {
    color: var(--mainColor);
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #f1ecec;
    padding-top: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    color: var(--optionalColor);
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: var(--blackColor);
    margin-right: 3px;
    position: relative;
    top: 3px;
    font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    font-weight: 300;
}

.blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 300;
    position: relative;
    top: -1px;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    border-radius: 50%;
    background-color: var(--mainColor);
    color: var(--whiteColor);
    border: 1px solid var(--mainColor);
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
    color: var(--mainColor);
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
}

.profile-authentication-area {
    padding: 50px 0;
}

.blog-details-desc .article-author {
    margin-top: 30px;
    border-radius: 5px;
    background: var(--whiteColor);
}

.blog-details-desc .article-author .author-profile-header {
    height: 115px;
    border-radius: 5px 5px 0 0;
    background-color: var(--mainColor);
    background-image: url(../..//bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
    padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
    position: relative;
    z-index: 1;
    margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
    display: inline-block;
    border: 3px solid var(--whiteColor);
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title h4 {
    margin-bottom: 5px;
    font-size: 20px;
}

.blog-details-desc .article-author .author-profile .author-profile-title span {
    display: block;
    margin-bottom: 12px;
    color: var(--optionalColor);
}

blockquote, .blockquote {
    overflow: hidden;
    background-color: var(--whiteColor);
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote p, .blockquote p {
    color: var(--blackColor);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 20px !important;
}

blockquote cite, .blockquote cite {
    display: none;
}

blockquote::before, .blockquote::before {
    color: #efefef;
    position: absolute;
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear;
    left: 50px;
    top: -50px;
    z-index: -1;
    content: "\f111";
    font-family: Flaticon;
    font-size: 135px;
}

blockquote::after, .blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--mainColor);
    margin-top: 20px;
    margin-bottom: 20px;
}

.drodo-post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #f1ecec;
    border-bottom: 1px solid #f1ecec;
}

.prev-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.prev-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: var(--mainColor);
}

.prev-link-wrapper .image-prev {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.prev-link-wrapper .image-prev img {
    border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: var(--mainColor);
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: var(--whiteColor);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: var(--fontSize);
    font-weight: 300;
}

.prev-link-wrapper .prev-link-info-wrapper {
    color: var(--blackColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.prev-link-wrapper .prev-title {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
}

.prev-link-wrapper .meta-wrapper {
    display: block;
    color: var(--optionalColor);
    text-transform: capitalize;
    margin-top: 7px;
    font-weight: 300;
    font-size: 14px;
}

.next-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}

.next-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
    opacity: 1;
    visibility: visible;
}

.description-box {
    word-break: break-word;
    padding-right: 15px;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
    color: var(--mainColor);
}

#index-scroll {
    position: absolute;
    bottom: 95px;
}

@media only screen and (max-width: 768px) {
    #index-scroll {
        bottom: 95px;
    }
}

@media only screen and (max-width: 576px) {
    #index-scroll {
        bottom: 60px;
    }
}

.next-link-wrapper .image-next {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.next-link-wrapper .image-next img {
    border-radius: 5px;
}

.next-link-wrapper .image-next::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: var(--mainColor);
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: var(--whiteColor);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: var(--fontSize);
    font-weight: 300;
}

.next-link-wrapper .next-link-info-wrapper {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--blackColor);
}

.next-link-wrapper .next-title {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
}

.next-link-wrapper .meta-wrapper {
    display: block;
    color: var(--optionalColor);
    text-transform: capitalize;
    margin-top: 7px;
    font-weight: 300;
    font-size: 14px;
}

.comments-area {
    margin-top: 30px;
}

.comments-area .comments-title {
    line-height: initial;
    margin-bottom: 30px;
    font-size: 22px;
}

.comments-area ol, .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    padding-left: 70px;
    color: var(--blackColor);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: var(--blackColor);
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
}

.comments-area .comment-body .reply a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.comments-area .comment-author {
    font-size: 15px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comments-area .comment-author .fn {
    font-weight: 300;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    margin-bottom: .8em;
    color: var(--optionalColor);
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.comments-area .comment-metadata a {
    display: inline-block;
    color: var(--optionalColor);
}

.comments-area .comment-metadata a:hover {
    color: var(--mainColor);
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 22px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 20px;
    margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: none;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: var(--whiteColor);
    border: none;
    padding: 1px 0 0 15px;
    height: 50px;
    outline: 0;
    border-radius: 3px;
    color: var(--blackColor);
    font-size: 15px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
    color: transparent;
}

.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: var(--optionalColor);
    font-weight: normal;
    font-size: var(--fontSize);
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: var(--mainColor);
    border: none;
    color: var(--whiteColor);
    padding: 11px 30px;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 0;
    font-weight: 300;
    font-size: 15px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
    color: var(--whiteColor);
    background: var(--blackColor);
}

/*================================================
Facility Area CSS
=================================================*/
.facility-box {
    border-right: 1px solid #e2e2e2;;
}

.facility-box:nth-child(3) {
    border: 0;
}

.single-facility-box {
    position: relative;
    padding-left: 62px;
}

.single-facility-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    color: var(--mainColor);
    font-size: 45px;
}

.single-facility-box .info-box h3 {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 300;
}

.single-facility-box .info-box p {
    font-size: 14.5px;
    line-height: initial;
}

.col-lg-3:nth-child(4) .single-facility-box, .col-lg-3:nth-child(8) .single-facility-box, .col-lg-3:nth-child(12) .single-facility-box {
    border-right: none;
}

/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.single-gallery-item a {
    display: block;
    border-radius: 5px;
}

.single-gallery-item a img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-gallery-item:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

/*================================================
History Area CSS
=================================================*/
.history-timeline {
    position: relative;
    list-style-type: none;
    padding-left: 0;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.history-timeline::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
    top: 0;
    left: 130px;
    position: absolute;
}

.history-timeline .timeline-block {
    position: relative;
    padding-left: 165px;
    margin-bottom: 30px;
}

.history-timeline .timeline-block:last-child {
    margin-bottom: 0;
}

.history-timeline .timeline-block:last-child::before {
    display: none;
}

.history-timeline .timeline-block::before {
    content: "\ea17";
    position: absolute;
    left: 116px;
    color: var(--mainColor);
    bottom: -25px;
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear;
    font-family: "boxicons" !important;
    font-size: 30px;
}

.history-timeline .timeline-block .timeline-date {
    text-align: right;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--optionalColor);
    font-size: 15px;
}

.history-timeline .timeline-block .timeline-date span {
    display: block;
    margin-bottom: 3px;
    color: var(--blackColor);
    font-weight: 300;
}

.history-timeline .timeline-block .timeline-date sup {
    color: var(--blackColor);
    font-weight: 300;
}

.history-timeline .timeline-block .timeline-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 126px;
}

.history-timeline .timeline-block .timeline-icon .dot-badge {
    background-color: var(--mainColor);
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.history-timeline .timeline-block .timeline-content {
    background-color: #f7f8fa;
    padding: 30px;
}

.history-timeline .timeline-block .timeline-content .content {
    padding-left: 5px;
    padding-right: 15px;
}

.history-timeline .timeline-block .timeline-content .content h3 {
    margin-bottom: 15px;
    font-size: 23px;
}

/*================================================
Doctors Area CSS
=================================================*/
.single-doctors-box {
    margin-bottom: 30px;
}

.single-doctors-box .image {
    position: relative;
    text-align: center;
}

.single-doctors-box .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.single-doctors-box .image .social li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-left: 1px;
    margin-right: 1px;
}

.single-doctors-box .image .social li a {
    display: block;
    width: 33px;
    height: 33px;
    background-color: var(--whiteColor);
    text-align: center;
    position: relative;
    font-size: 20px;
    color: var(--blackColor);
    border-radius: 2px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-doctors-box .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.single-doctors-box .image .social li a:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.single-doctors-box .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-doctors-box .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-doctors-box .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-doctors-box .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-doctors-box .image .social li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.single-doctors-box .content {
    margin-top: 25px;
}

.single-doctors-box .content h3 {
    margin-bottom: 5px;
    font-size: 22px;
}

.single-doctors-box .content span {
    color: var(--mainColor);
    font-weight: 300;
    display: block;
}

.single-doctors-box:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/*================================================
Funfacts Area CSS
=================================================*/
.single-funfacts-box {
    margin-bottom: 30px;
    text-align: center;
}

.single-funfacts-box h3 {
    font-size: 45px;
    color: var(--mainColor);
    margin-bottom: 8px;
    line-height: 1;
}

.single-funfacts-box span {
    display: block;
    font-weight: 300;
    font-size: 17px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 12px;
}

.page-title-content ul li {
    display: inline-block;
    position: relative;
    color: var(--mainColor);
    font-weight: 300;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.page-title-content ul li::before {
    width: 1px;
    height: 14px;
    content: '';
    position: absolute;
    right: -13px;
    top: 6.2px;
    background-color: #404040;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.page-title-content ul li:first-child {
    margin-left: 0;
}

.page-title-content ul li:last-child {
    margin-right: 0;
}

.page-title-content ul li:last-child::before {
    display: none;
}

.page-title-content ul li a {
    display: inline-block;
    color: var(--optionalColor);
}

.page-title-content ul li a:hover {
    color: var(--mainColor);
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
    margin-top: 25px;
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    background-color: var(--whiteColor);
    -webkit-box-shadow: 0 0 15px 2px #e4e4ee;
    box-shadow: 0 0 15px 2px #e4e4ee;
    color: var(--blackColor);
    text-align: center;
    display: inline-block;
    border-radius: 0;
    line-height: 41px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.pagination-area .page-numbers:hover a {
    color: var(--whiteColor);
    transition: all 1s ease;
}

.pagination-area .page-numbers:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor);
    transition: all 1s ease;
}

.pagination-area li.current {
    background-color: var(--mainColor);
    transition: all 1s ease;
}

.pagination-area li.current a {
    color: var(--whiteColor);
}

.pagination-area .page-numbers i {
    position: relative;
    top: 1.5px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area {
    padding-left: 10px;
}

.widget-area.widget-left-sidebar {
    padding-right: 10px;
    padding-left: 0;
}

.widget-area .widget {
    margin-bottom: 30px;
    background-color: #f7f8fa;
    padding: 25px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid #eeeeee;
    font-size: 21px;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: var(--mainColor);
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
    height: 50px;
    color: var(--blackColor);
    background-color: var(--whiteColor);
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 0 0 15px;
    border: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-weight: 300;
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
    color: var(--optionalColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
    color: var(--optionalColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
    color: var(--optionalColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.widget-area .widget_search form .search-field::placeholder {
    color: var(--optionalColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
    color: transparent;
}

.widget-area .widget_search form button {
    border: none;
    background-color: var(--whiteColor);
    color: var(--mainColor);
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    padding: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    top: 5px;
    font-size: 20px;
}

.widget-area .widget_search form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
    border-radius: 5px;
    background-color: var(--mainColor);
    color: var(--whiteColor);
}

.widget-area .widget_drodo_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_drodo_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_drodo_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_drodo_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_drodo_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_drodo_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../..//blog/blog-img1.jpg);
}

.widget-area .widget_drodo_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../..//blog/blog-img2.jpg);
}

.widget-area .widget_drodo_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../..//blog/blog-img3.jpg);
}

.widget-area .widget_drodo_posts_thumb .item .thumb::before, .widget-area .widget_drodo_posts_thumb .item .thumb::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: '';
    background-color: var(--whiteColor);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget-area .widget_drodo_posts_thumb .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}

.widget-area .widget_drodo_posts_thumb .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}

.widget-area .widget_drodo_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_drodo_posts_thumb .item .info span {
    display: block;
    color: var(--optionalColor);
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 13px;
}

.widget-area .widget_drodo_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 300;
}

.widget-area .widget_drodo_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_drodo_posts_thumb .item:hover .thumb::before, .widget-area .widget_drodo_posts_thumb .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: var(--blackColor);
    padding-left: 18px;
    font-weight: 300;
    font-size: 14.5px;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: var(--mainColor);
    height: 8px;
    width: 8px;
    content: '';
    border-radius: 50%;
    left: 0;
    top: 7px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: var(--blackColor);
    display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
    color: var(--mainColor);
}

.widget-area .widget_categories ul li .post-count {
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 17px;
}

.widget-area .tagcloud a {
    display: inline-block;
    background: var(--whiteColor);
    color: var(--blackColor);
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 300;
    font-size: 14px !important;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    color: var(--whiteColor);
    background-color: var(--mainColor);
}

.widget-area .widget_instagram ul {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
}

.widget-area .widget_instagram ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.widget-area .widget_instagram ul li .box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.widget-area .widget_instagram ul li .box .link-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.widget-area .widget_instagram ul li .box i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    color: var(--whiteColor);
    z-index: 2;
}

.widget-area .widget_instagram ul li .box img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.widget-area .widget_instagram ul li .box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.widget-area .widget_instagram ul li .box:hover::before {
    opacity: 0.5;
    visibility: visible;
}

.widget-area .widget_instagram ul li .box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.widget-area .widget_instagram ul li .box:hover i {
    opacity: 1;
    visibility: visible;
}

.widget-area .widget_insight ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_insight ul li {
    margin-bottom: -1px;
}

.widget-area .widget_insight ul li a {
    position: relative;
    display: block;
    padding: 15px 25px 15px 40px;
    color: var(--blackColor);
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
    font-weight: 300;
    font-size: 15px;
}

.widget-area .widget_insight ul li a::before {
    width: 5px;
    height: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--optionalColor);
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.widget-area .widget_insight ul li a:hover, .widget-area .widget_insight ul li a.active {
    border-color: var(--mainColor);
    background-color: var(--mainColor);
    color: var(--whiteColor);
}

.widget-area .widget_insight ul li a:hover::before, .widget-area .widget_insight ul li a.active::before {
    background-color: var(--whiteColor);
}

.widget-area .widget_insight ul li.active a {
    border-color: var(--mainColor);
    background-color: var(--mainColor);
    color: var(--whiteColor);
}

.widget-area .widget_insight ul li.active a::before {
    background-color: var(--whiteColor);
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form, .call-form {
    padding: 40px 50px;
    background-color: var(--whiteColor);
}

.call-form {
    border-radius: 8px;
}

.login-page {
    width: 50%;
    margin: 0 auto;
}

.login-form h2 {
    margin-bottom: 25px;
    font-size: 30px;
}

.login-form form .form-group {
    margin-bottom: 25px;
}

.login-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: var(--blackColor);
    font-weight: 300;
}

.login-form form .remember-me-wrap {
    margin-bottom: 0;
}

.login-form form .lost-your-password-wrap {
    text-align: right;
}

.login-form form .lost-your-password-wrap a {
    display: inline-block;
    position: relative;
    font-weight: 300;
    line-height: 1.3;
}

.login-form form .lost-your-password-wrap a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #eeeeee;
}

.login-form form .lost-your-password-wrap a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    bottom: 0;
    content: '';
    background-color: var(--mainColor);
}

.login-form form .lost-your-password-wrap a:hover::before {
    width: 0;
}

.login-form form .lost-your-password-wrap a:hover::after {
    width: 100%;
}

.login-form form button, .call-form form button {
    margin-top: 22px;
    border: none;
    display: block;
    text-align: center;
    overflow: hidden;
    color: var(--whiteColor);
    background-color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    width: 100%;
    border-radius: 5px;
    padding: 14px 30px;
    font-weight: 300;
}

.call-form form button {
    background: var(--actionColor);
}

.login-form form button:hover {
    background-color: var(--whiteColor);
    color: var(--blackColor);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.register-form {
    padding-top: 30px;
    padding-left: 30px;
}

.register-form h2 {
    margin-bottom: 25px;
    font-size: 30px;
}

form .register-form .form-group {
    margin-bottom: 25px;
}

form .register-form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: var(--blackColor);
    font-weight: 300;
}

form .register-form .description {
    font-style: italic;
    font-size: 13.5px;
    margin-top: -10px;
    margin-bottom: 0;
}

form .register-form button {
    margin-top: 31px;
    border: none;
    display: block;
    text-align: center;
    overflow: hidden;
    color: var(--whiteColor);
    background-color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px;
    padding: 14.5px 30px;
    font-weight: 300;
    float: right;
}

form .register-form button:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
    text-align: center;
}

.error-content h3 {
    margin-bottom: 20px;
    margin-top: 45px;
    font-size: 40px;
}

.error-content p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.error-content .default-btn {
    margin-top: 30px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #f6f7fb;
    background-image: url(../..//coming-soon-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-content {
    max-width: 700px;
    background: var(--whiteColor);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    margin-left: auto;
    margin-right: auto;
}

.coming-soon-content .logo {
    display: inline-block;
}

.coming-soon-content h2 {
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 0;
}

.coming-soon-content #timer {
    margin-top: 40px;
}

.coming-soon-content #timer div {
    background-color: var(--blackColor);
    color: var(--whiteColor);
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 300;
    margin-left: 10px;
    margin-right: 10px;
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 16.5px;
    font-weight: 300;
}

.coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

.coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: var(--blackColor);
}

.coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    top: 12px;
    font-size: 22px;
}

.coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background: var(--mainColor);
}

.coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #eeeeee;
    padding: 0 0 0 32px;
    color: var(--blackColor);
    height: 45px;
    display: block;
    width: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 16px;
    font-weight: 400;
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #A1A1A1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #A1A1A1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #A1A1A1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #A1A1A1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent;
}

.coming-soon-content form .default-btn {
    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

.coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red;
}

.coming-soon-content form .validation-success {
    margin-top: 15px;
}

.coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px;
}

/*================================================
Purchase Guide Area CSS
=================================================*/
.purchase-guide-content img {
    margin-bottom: 30px;
}

.purchase-guide-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 22px;
}

.purchase-guide-content ol, .purchase-guide-content ul {
    margin-top: 20px;
}

.purchase-guide-content ol li, .purchase-guide-content ul li {
    margin-bottom: 10px;
    color: var(--optionalColor);
    line-height: 1.8;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content img {
    margin-bottom: 30px;
}

.privacy-policy-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 22px;
}

.privacy-policy-content ol, .privacy-policy-content ul {
    margin-top: 20px;
}

.privacy-policy-content ol li, .privacy-policy-content ul li {
    margin-bottom: 10px;
    color: var(--optionalColor);
    line-height: 1.8;
}

/*================================================
Terms Of Service Area CSS
=================================================*/
.terms-of-service-content img {
    margin-bottom: 30px;
}

.terms-of-service-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 22px;
}

.terms-of-service-content ol, .terms-of-service-content ul {
    margin-top: 20px;
}

.terms-of-service-content ol li, .terms-of-service-content ul li {
    margin-bottom: 10px;
    color: var(--optionalColor);
    line-height: 1.8;
}

/*================================================
Customer Service Area CSS
=================================================*/
.customer-service-content h3 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 300;
}

.customer-service-content h3 i {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--mainColor);
}

.customer-service-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.customer-service-content ul li {
    color: var(--optionalColor);
    margin-bottom: 12px;
    position: relative;
    padding-left: 13px;
}

.customer-service-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--blackColor);
}

.customer-service-content ul li:last-child {
    margin-bottom: 0;
}

.customer-service-content ul li a {
    display: inline-block;
    color: var(--optionalColor);
}

.customer-service-content ul li a:hover {
    color: var(--mainColor);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 60px;
    text-align: center;
}

.faq-accordion-tab .tabs li {
    margin-left: 10px;
    margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
    color: var(--blackColor);
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    font-weight: 300;
}

.faq-accordion-tab .tabs li a i {
    color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 30px;
    font-weight: 300;
}

.faq-accordion-tab .tabs li a span {
    display: block;
    margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor);
}

.faq-accordion-tab .tabs li a:hover i {
    color: var(--whiteColor);
}

.faq-accordion-tab .tabs li.current a {
    background-color: var(--mainColor);
    color: var(--whiteColor);
}

.faq-accordion-tab .tabs li.current a i {
    color: var(--whiteColor);
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    background: var(--whiteColor);
    margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 25px 17px 60px;
    color: var(--blackColor);
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 25px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.tab .tabs-item {
    display: none;
}

.tab .tabs-item:first-child {
    display: block;
}

/*================================================
Tracking Order Area CSS
=================================================*/
.track-order-content {
    max-width: 700px;
    background-color: var(--whiteColor);
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
}

.track-order-content form {
    padding-left: 30px;
    padding-right: 30px;
}

.track-order-content form .form-group {
    text-align: left;
}

.track-order-content form .form-group label {
    display: block;
    color: var(--blackColor);
    margin-bottom: 9px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.track-order-content form .default-btn {
    margin-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/*================================================
Contact Area CSS
=================================================*/
.single-contact-info-box {
    text-align: center;
    background-color: var(--whiteColor);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}

.single-contact-info-box .icon {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
    color: var(--mainColor);
}

.single-contact-info-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.single-contact-info-box p {
    margin-bottom: 0;
}

.single-contact-info-box a p {
    color: var(--optionalColor);
    display: inline-block;
}

.single-contact-info-box a:hover p {
    color: var(--mainColor);
}

.contact-form {
    padding-right: 30px;
}

.contact-form .sub-title {
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    color: var(--mainColor);
}

.contact-form h2 {
    margin-bottom: 0;
    font-size: 30px;
}

.contact-form form {
    margin-top: 35px;
}

.contact-form form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    color: var(--blackColor);
}

.contact-form form .form-group {
    margin-bottom: 25px;
}

.contact-form form .default-btn {
    padding: 13px 35px;
}

.contact-form form .help-block.with-errors {
    color: red;
    margin-bottom: 0;
    margin-top: 15px;
}

#maps iframe {
    height: 500px;
    width: 100%;
    margin-bottom: -7px;
    border: none;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    padding: 60px 0 30px;
}

.footer-map {
    height: 100%;
    opacity: 0.5;
    transition: 0.6s ease;
}

.footer-map:hover {
    opacity: 1;
}

.footer-upper-widget {
    width: 40%;
    margin: auto;
}

.single-footer-widget .footer-contact-info {
    padding-left: 15px;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
    display: block;
    margin-bottom: 12px;
    color: var(--optionalColor);
}

.single-footer-widget .footer-contact-info li span {
    color: var(--blackColor);
    font-weight: 300;
}

.single-footer-widget .footer-contact-info li a {
    color: var(--optionalColor);
}

.single-footer-widget .footer-contact-info li a:hover {
    color: var(--mainColor);
}

.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 25px;
}

.single-footer-widget .social {
    padding-left: 15px;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}

.single-footer-widget .social li {
    display: inline-block;
    margin-right: 5px;
}

.single-footer-widget .social li a {
    font-size: 22px;
    line-height: 1;
    margin-right: 10px;
}

.single-footer-widget .social li:last-child {
    margin-right: 0;
}

.single-footer-widget h3 {
    margin-bottom: 25px;
    font-size: 22px;
    position: relative;
    padding-bottom: 5px;
    font-weight: 300;
}

.single-footer-widget .link-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .link-list li {
    margin-bottom: 12px;
}

.single-footer-widget .link-list li a {
    display: inline-block;
    color: var(--optionalColor);
    position: relative;
    padding-left: 13px;
    font-weight: 300;
}

.single-footer-widget .link-list li a::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--optionalColor);
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-footer-widget .link-list li a:hover {
    color: var(--mainColor);
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

.single-footer-widget .link-list li a:hover::before {
    background-color: var(--mainColor);
}

.single-footer-widget .link-list li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .callback-form .input-newsletter {
    display: block;
    width: 100%;
    border: 1px solid #eeeeee;
    background-color: transparent;
    color: var(--blackColor);
    height: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding-left: 15px;
    border-radius: 5px;
    font-weight: 300;
    margin-bottom: 10px;
}

.single-footer-widget .callback-form .input-newsletter::-webkit-input-placeholder {
    color: #999999;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-footer-widget .callback-form .input-newsletter:-ms-input-placeholder {
    color: #999999;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-footer-widget .callback-form .input-newsletter::-ms-input-placeholder {
    color: #999999;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-footer-widget .callback-form .input-newsletter::placeholder {
    color: #999999;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-footer-widget .callback-form .input-newsletter:focus {
    border-color: var(--mainColor);
}

.single-footer-widget .callback-form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.single-footer-widget .callback-form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.single-footer-widget .callback-form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.single-footer-widget .callback-form .input-newsletter:focus::placeholder {
    color: transparent;
}

.single-footer-widget .callback-form .validation-danger {
    color: red;
    margin-top: 15px;
}

.single-footer-widget .callback-form .validation-success {
    margin-top: 15px;
}

.single-footer-widget .callback-form .default-btn {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
}

.single-footer-widget .logo img {
    margin-bottom: 15px;
}

.footer-bottom-area {
    background-color: #f7f8fa;
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-bottom-area p {
    line-height: initial;
}

.footer-bottom-area p i {
    position: relative;
    top: 1px;
}

.footer-bottom-area p a {
    font-weight: 300;
    color: var(--mainColor);
}

.footer-bottom-area .payment-types {
    text-align: right;
}

.footer-bottom-area .payment-types ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.footer-bottom-area .payment-types ul li {
    margin-right: 10px;
    color: var(--optionalColor);
    font-weight: 300;
}

.footer-bottom-area .payment-types ul li:last-child {
    margin-right: 0;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    background-color: var(--actionColor);
    color: var(--whiteColor);
    z-index: 4;
    width: 43px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    font-size: 27px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

/*================================================
Modal CSS
=================================================*/

.shoppingCartModal.show {
    background: rgba(101, 177, 43, 0.82);
    z-index: 9999;
}

.shoppingCartModal.modal.right .modal-dialog {
    position: fixed;
    width: 70%;
    max-width: 70%;
    height: fit-content;
    height: -moz-fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.shoppingCartModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.shoppingCartModal.modal.right.fade .modal-dialog {
    right: -420px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shoppingCartModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.shoppingCartModal .modal-content {
    border-radius: 0;
    border: none;
}

.shoppingCartModal .modal-content .modal-body {
    padding: 25px 65px;
}

.shoppingCartModal .modal-content .modal-body h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.shoppingCartModal .products-cart-content {
    overflow-y: scroll;
    height: 340px;
}

.products-image a img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart {
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    margin: 0 15px 5px;
    padding-bottom: 5px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart:last-child {
    padding-bottom: 10px;
    border-bottom: 0;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
    margin-right: 15px;
    width: 200px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
    display: block;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
    position: relative;
    width: 100%;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
    font-size: 15px;
    text-transform: initial;
    margin-bottom: 15px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
    display: inline-block;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content span, .product-quantity-block .input-counter span {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    color: var(--optionalColor);
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 114.5%;
    color: #65B12B;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
    font-size: 14px;
    color: var(--blackColor);
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .remove-btn {
    color: var(--optionalColor);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .remove-btn:hover {
    color: red;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart:hover .remove-btn {
    opacity: 1;
    visibility: visible;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 15px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span.subtotal {
    float: right;
}

.shoppingCartModal .modal-content .modal-body .products-cart-btn .default-btn {
    width: 52px;
    height: 52px;
    text-align: center;
    padding: 14px;
}

.shoppingCartModal .close {
    color: var(--actionColor);
    font-size: 16px;
    font-weight: 600;
    outline: 0 !important;
    line-height: initial;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1;
    float: none;
    opacity: 1;
}

.shoppingCartModal .close:not(:disabled):not(.disabled):hover, .shoppingCartModal .close:not(:disabled):not(.disabled):focus {
    text-decoration: none;
    opacity: 1;
}

.shoppingWishlistModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.shoppingWishlistModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.shoppingWishlistModal.modal.right.fade .modal-dialog {
    right: -420px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shoppingWishlistModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.shoppingWishlistModal .modal-content {
    border-radius: 0;
    border: none;
}

.shoppingWishlistModal .modal-content .modal-body {
    padding: 25px 15px;
}

.shoppingWishlistModal .modal-content .modal-body h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart {
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart:last-child {
    padding-bottom: 10px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
    margin-right: 15px;
    width: 55px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
    display: block;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
    position: relative;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
    font-size: 15px;
    text-transform: initial;
    margin-bottom: 5px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
    display: inline-block;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    color: var(--optionalColor);
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: var(--optionalColor);
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
    font-size: 14px;
    color: var(--blackColor);
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .remove-btn {
    color: var(--optionalColor);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .remove-btn:hover {
    color: red;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart:hover .remove-btn {
    opacity: 1;
    visibility: visible;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-subtotal {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 15px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-subtotal span {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-subtotal span.subtotal {
    float: right;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-btn .default-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.shoppingWishlistModal .close {
    color: var(--blackColor);
    font-size: 30px;
    outline: 0 !important;
    line-height: initial;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    right: 15px;
    top: 17px;
    z-index: 1;
}

.shoppingWishlistModal .close:not(:disabled):not(.disabled):hover, .shoppingWishlistModal .close:not(:disabled):not(.disabled):focus {
    color: red;
    text-decoration: none;
    opacity: 1;
}

.productsFilterModal.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.productsFilterModal.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.productsFilterModal.modal.left.fade.show .modal-dialog {
    left: 0;
}

.productsFilterModal .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.productsFilterModal .modal-content .modal-body {
    padding: 0;
}

.productsFilterModal .modal-content .modal-body .woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a i {
    top: 0;
    padding-left: 0;
}

.productsFilterModal button.close {
    position: absolute;
    left: 30px;
    top: 20px;
    outline: 0;
    padding-left: 25px;
    text-shadow: unset;
    opacity: 1;
    line-height: initial;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: var(--fontSize);
}

.productsFilterModal button.close i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -1px;
}

.productsFilterModal button.close:hover {
    color: red;
}

.productsFilterModal .woocommerce-widget-area {
    display: block !important;
}

.navbar-brand img {
    width: 250px;
}

.footer-logo {
    width: 200px;
}

.video-index {
    min-height: 100vh;
    max-height: 100vh;
    background-image: url('../images/header-doctor.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#index {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 99;
    height: 100%;
    /*height: calc(100vh - 37px);*/
    /*background: linear-gradient(120deg, rgba(3, 25, 15, 1) 0%, rgba(4, 31, 42, 1) 100%);*/
}

.index-map {
    margin-top: 10px;
}

.fade-animation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(3, 25, 15, 1) 0%, rgba(4, 31, 42, 1) 100%);
    z-index: 10000;
}

#index img {
    width: 100%;
    height: 100%;
}

@supports (object-fit: cover) {
    #index > img {
        top: 0;
        left: 0;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #index > img {
        top: 0;
        left: 0;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#index img:last-child {
    display: none;
}

.ref-balance h5 {
    font-size: 28px;
}

.ref-balance h5 span {
    color: var(--mainColor);
}

.ref-about {
    margin-top: 65px;
}

.ref-about h6 {
    font-size: 75px;
    font-weight: 300;
}

.ref-back {
    display: inline-block;
    background: #32bdc7;
    border: 1px solid #32bdc7;
    padding: 10px 35px;
    float: right;
    color: white;
    border-radius: 5px;
    margin-right: 40px;
    margin-top: 20px;
    transition: 0.5s ease;
}

.ref-back:hover {
    background: var(--mainColor);
}

.customer-service-content h3 {
    margin-top: 25px;
}

.customer-service-img img {
    /*margin-top: 75px;*/
    width: 100%;
}

.ref-balance {
    margin-top: 25px;
}

.cab-wishlist {
    display: flex;
}

.cab-wish-item {
    width: 75px;
    height: 75px;
    margin-left: 25px;
}

.cab-wish-item:first-child {
    margin-left: 0;
}

.cab-wish-item img {
    height: 85%;
    margin-top: 5px;
}

.hist-id, .hist-cost, .hist-data, .hist-status span {
    font-size: 19px;
}

/*.hist-id, .hist-cost, .hist-data, .hist-status {*/
/*margin-left: 35px;*/
/*}*/

.cab-offer-history {
    display: flex;
    flex-direction: column;
}

.cab-cart-total h6 {
    margin-top: 10px;
    text-align: right;
    font-size: 30px;
}

.cab-social-mail, .cab-social-phone, .cab-social-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.cab-heading {
    margin-top: 20px;
}

.cab-social-item {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.cab-social-item i {
    color: #32bdc7;
    font-size: 50px;
}

.cab-social-item p, .cab-social-item a {
    font-size: 25px;
    margin-left: 20px;
    color: black;
}

.cab-social-item {
    margin-top: 60px;
}

.cab-heading h5 {
    font-size: 40px;
    margin-bottom: 50px;
}

.cab-wishlist {
    border-top: 1px solid var(--mainColor);

}

.offer-hist-item {
    height: 80px;
    padding: 25px 0px;
    border-top: 1px solid var(--mainColor);
}

.cabinet-cart {
    display: flex;
    flex-direction: column;
    height: 300px;
    overflow-y: auto;
}

.cab-cart-item {
    border-top: 1px solid var(--mainColor);
    height: 80px;
    align-items: center;
}

.cab-cart-cost, .cab-cart-img, .cab-cart-name, .cab-cart-quant {
    height: 70px;
    display: flex;
    align-items: center;
}

.cab-cart-quant, .cab-cart-cost span {
    font-size: 23px;
}

.cab-cart-img img {
    height: 70%;
}

.cab-cart-name h6 {
    margin-bottom: 0;
    font-size: 19px;
}

.popup-login, .popup-call, .popup-deal {
    width: 500px;
    left: calc(50% - 250px);
    top: calc(50% - 270px);
    position: fixed;
    z-index: 99999;
    height: 540px;
    display: none;
}

.login-form a i, .call-form a i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
}

.popup-bg {
    width: 100vw;
    height: 100vh;
    background: rgba(101, 177, 43, 0.82);
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    display: none;
}

.reg-or-log {
    text-align: center;
    font-size: 30px;
    color: black;
    font-weight: 300;
    margin-top: 38px;
}

a.reg-btn {
    display: inline-block;
    position: relative;
    font-weight: 300;
    line-height: 1.3;
    font-size: 30px;
    margin: 56px 0 30px 75px;
}

a.reg-btn::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #eeeeee;
}

a.reg-btn::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    bottom: 0;
    content: '';
    background-color: var(--mainColor);
}

a.reg-btn:hover::before {
    width: 0;
}

a.reg-btn:hover::after {
    width: 100%;
}

a.login-btn {
    display: inline-block;
    position: relative;
    font-weight: 300;
    line-height: 1.3;
    font-size: 30px;
    margin: 32px 0 30px 130px;
}

a.login-btn::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #eeeeee;
}

a.login-btn::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    bottom: 0;
    content: '';
    background-color: var(--mainColor);
}

a.login-btn:hover::before {
    width: 0;
}

a.login-btn:hover::after {
    width: 100%;
}

.close-popup {
    cursor: pointer;
}

.fixed-navbar {
    width: 100%;
    position: fixed;
    transition: all 1s ease;
}

.disabled-btn {
    opacity: 0.6;
    pointer-events: none;
}

.oids {
    font-size: 15px;
    margin-right: 3px;
}

.order-item p {
    color: black;
    font-size: 14px;
    margin-bottom: 10px !important;
}

.order-item p .check-prod {
    float: none;
}

.order-item p span {
    float: right;
}

.order-item p:last-child {
    margin-bottom: 20px !important;
}

.order-total {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
}

.order-total::before {
    /*content: '';*/
    position: absolute;
    background: var(--mainColor);
    bottom: 89px;
    left: 20px;
    width: 50px;
    height: 1px;
}

.order-total::after {
    /*content: '';*/
    position: absolute;
    background: var(--mainColor);
    bottom: 144px;
    right: 20px;
    width: 50px;
    height: 1px;
}

.order-total p {
    font-size: 25px;
    color: black;
}

.order-sec {
    padding: 60px 0;
}

.order-sec .cart-table table tbody tr td.product-thumbnail a img {
    width: 70px;
}

.order-box {
    position: sticky;
    top: 100px;
    height: fit-content;
    z-index: 1;
}

.order-status p {
    font-size: 20px;
    color: black;
}

.order-status p span {
    color: #32bdc7;
}

.referral-system-body {
    background-color: var(--mainColor);
    color: white;
    text-align: center;
    padding: 13px 25px;
}

.referral-system-body h6 {
    font-size: 30px;
}

.referral-system-body p {
    font-size: 20px;
    color: var(--whiteColor);
}

.profile-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--mainColor);
    color: white;
    padding: 15px 25px;
    height: 106px;
}

.profile-name i {
    font-size: 50px;
    margin: 10px;
}

.profile-name h4 {
    margin: 10px;
}

.profile-info-data {
    padding: 15px 15px 0 15px;
}

.profile-info-data ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.profile-info-data ul li {
    width: 100%;
}

.profile-info-data ul li:not(:last-child) {
    padding-right: 25px;
}

.profile-info-data ul li h6 {
    font-size: 15px;
    margin: 0;
}

.profile-info-data ul li p {
    font-size: 12px;
}

.profile-info-link {
    color: var(--mainColor);
    border-bottom: 2px dotted;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.1s ease;
}

.profile-info-link:hover {
    border-bottom: none;
}

.profile-info-link label:hover {
    cursor: pointer;
}

.purchase-history-empty, .personal-information, .cabinet-licked-products-empty {
    background-color: #f7f8fa;
    padding: 20px;
    border-right: 3px solid white;
}

.purchase-history-filled .purchase-history-inner, .cabinet-licked-products-fiiled .cabinet-licked-products-inner {
    background-color: white;
    padding: 20px;
}

.referral-body {
    padding: 20px;
    background-color: #f7f8fa;
    border-left: 3px solid #ffffff;
}

.get-balance {
    padding-left: 25px;
}

.referral-system .default-btn {
    /*margin: 15px 0 0 13px;*/
}

.purchase-history-empty {
    margin-bottom: 20px;
}

.purchase-history-filled {
    margin-bottom: 20px;
}

.cabinet-licked-products-empty {
    margin-top: 20px;
}

.cabinet-licked-products-empty .default-btn {
    padding: 11px 22px;
}

.cabinet-licked-products-filled {
    margin-top: 20px;
}

.cabinet-licked-products-filled .default-btn {
    padding: 11px 22px;
}

.change-info-box .default-btn {
    padding: 11px 22px;
    margin: 13px 0 0;
}

.profile-nav {
    height: fit-content;
    position: sticky;
    top: 100px;
}

.profile-list {
    padding-inline-start: 0;
    margin-bottom: 0;
}

.profile-list li {
    list-style: none;
}

.profile-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    background-color: #f7f8fa;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    padding: 18px 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    margin-bottom: 15px;
    border-radius: 5px;
}

.profile-list li a i {
    font-size: 25px;
}

.profile-list li:last-child a {
    margin-bottom: 0;
}

.profile-list li a:hover i {
    color: white;
}

.active-list a {
    background-color: var(--mainColor) !important;
    color: white !important;
    font-weight: 300 !important;
}

.profile-list li a:hover {
    background-color: var(--mainColor) !important;
    color: white !important;
    transition: all 0.4s !important;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
}

.orders-history-tb-body {
    margin-bottom: 5px;
}

.tb-body {
    margin-bottom: 5px;
}

.tb-body .oh-tb-col:first-child {
    border-radius: 5px 0 0 5px;
    border-right: 5px solid white;
}

.tb-body .oh-tb-col:last-child {
    border-radius: 0 5px 5px 0;
}

.tb-body .oh-tb-col {
    background-color: #eeeeee;
    padding: 5px 10px;
    border: none;
}

.tb-body:nth-child(even) .oh-tb-col {
    background-color: white;
}

.show-table-box .show-details {
    float: right;
    margin-right: 5px;
    padding: 10px 15px;
    border-radius: 0;
    cursor: pointer;
}

.orders-history-tb-head {
    margin-bottom: 10px;
}

#orders-history {
    padding: 30px 0 70px;
}

.product-details-area {
    padding-bottom: 70px;
    padding-top: 0 !important;
}

.oh-tb-col {
    display: flex;
    align-items: center;
    background-color: #f7f8fa;
    padding: 16px 8px;
    border-right: 2px solid white;
    color: black;
    font-weight: 300;
}

.orders-history-tb-head .oh-tb-col:first-child {
    border-radius: 10px 0 0 10px;
}

.orders-history-tb-head .oh-tb-col:last-child {
    border-radius: 0 10px 10px 0;
}

.orders-history-tb-body .oh-tb-col:first-child {
    border-radius: 10px 0 0 10px;
}

.orders-history-tb-body .oh-tb-col:last-child {
    border-radius: 0 10px 10px 0;
}

.oh-tb-col i {
    font-size: 25px;
    color: black;
}

.oh-check {
    justify-content: center;
}

.oh-check i:hover {
    color: var(--mainColor);
    transition: var(--transition);
}

.oh-status.ready {
    color: #25941c;
}

.oh-status.ready i {
    color: #25941c;
    margin-right: 10px;
}

.oh-status.in-progress {
    color: orange;
}

.oh-status.in-progress i {
    color: orange;
    margin-right: 10px;
}

.oh-status.not-paid {
    color: #ff500f;
}

.oh-status.not-paid i {
    color: #ff500f;
    margin-right: 10px;
}

.info-banner {
    position: relative;
}

.info-banner-main {
    margin: 45px;
    width: 90%;
    z-index: 999999;
}

.info-banner .shape {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.info-banner .shape img:first-child {
    position: absolute;
    top: 25px;
    left: 15px;
}

.info-banner .shape img:last-child {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.order-sec .default-btn {
    padding: 13px 35px;
    float: right;
    margin-top: 20px;
}

#change-pass, .get-balance {
    margin-left: 80px;
}

.reset-pass-sec, .change-pass-sec {
    padding: 50px 0;
}

.reset-pass .form-group, .change-pass .form-group {
    margin-bottom: 30px;
}

.popup-reset {
    width: 500px;
    left: calc(50% - 250px);
    top: calc(50% - 150px);
    position: fixed;
    z-index: 99999;
    display: none;
    background: white;
}

.reset-form a i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
}

.reset-form {
    padding: 40px 50px;
    background-color: var(--whiteColor);
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    height: 300px;
}

.reset-form h2 {
    margin-bottom: 25px;
    font-size: 30px;
}

.reset-form form .form-group {
    margin: 25px 0 25px;
}

.reset-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: var(--blackColor);
    font-weight: 300;
}

.reset-form .default-btn {
    padding-left: 25px;
    float: right;
}

.site-error {
    height: 88vh;
    padding: 50px 0;
}

.site-error h1 {
    font-size: 100px;
    -webkit-text-stroke: 3px var(--mainColor);
    color: transparent;
}

.site-error span {
    display: block;
    width: 100%;
    text-align: center;
    color: var(--mainColor);
    font-size: 50px;
}

.site-error p {
    text-align: center;
}

.popup-thanks {
    left: calc(50% - 250px);
    top: 30%;
    position: fixed;
    z-index: 99999;
    display: none;
    background: white;
    border-radius: 10px;
    padding: 0 50px 50px;
}

[data-wish], [data-cart], [data-cart-remove] {
    cursor: pointer;
}

[data-cart-remove] * {
    transition: .3s;
}

[data-cart-remove]:hover * {
    color: red;
}

.popup-thanks a i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    cursor: pointer;
}

#checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: green;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

#checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: green;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0 0 0 #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

#checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.mobile-category {
    margin-bottom: 10px;
}

.mobile-categories-btn {
    background: var(--mainColor);
    height: 70px;
    width: 90%;
    color: black;
    padding-top: 15px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.mobile-categories-btn h5 {
    text-align: center;
    font-size: 35px;
    color: white;
}

.mobile-categories-block {
    width: 100%;
    z-index: 999999;
    background: white;
    padding: 0;
    display: none;
}

.single-products-box .content, .single-products-box-nonprice .content {
    padding: 0 5px;
    height: 48px;
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 16px;
    line-height: 16px;
    color: #221f1f;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    word-break: break-word;
    font-weight: 300;
}

.manufacturer {
    font-weight: 300;
    font-size: 12px;
    line-height: 114.5%;
    color: #AEAEAE;
    padding: 0 5px;
    margin-bottom: 15px;
}

.single-products-box-nonprice .content {
    margin-bottom: 10px;
}

.single-products-box-nonprice .manufacturer {
    margin-bottom: 10px;
}

.product-card-buttons-container {
    align-items: flex-end;
    justify-content: space-between;
    height: 42px;
}

.product-card-buttons-container .btn .bx-heart, .product-card-buttons-container .btn .bxs-heart {
    color: var(--mainColor);
    font-size: 30px;
}

.product-card-buttons-container .btn .bx-basket {
    color: var(--mainColor);
    font-size: 30px;
}

.product-card-buttons-container .btn:focus {
    box-shadow: none !important;
}

.product-card-buttons-container .btn:hover span, .product-card-buttons-container .btn:hover i {
    color: var(--mainColor);
    transition: 0.5s ease;
}

.buttons-box {
    display: flex;
    align-items: center;
    padding: 0;
}

.product-card-buttons-container .buttons-box .cart-button.red path {
    stroke: red;
}

.product-card-buttons-container .buttons-box .cart-button.red {
    cursor: not-allowed;
}

.product-card-buttons-container .buttons-box .btn:first-child {
    margin-right: 5px;
}

.product-card-buttons-container .buttons-box .btn:focus {
    box-shadow: none !important;
}

.product-card-buttons-container .buttons-box .btn:hover span, .product-card-buttons-container .buttons-box .btn:hover i {
    color: var(--mainColor);
    transition: 0.5s ease;
}

.product-card-buttons-container .commercial-deal-button {
    width: 100%;
    height: 100%;
    border: 2px solid var(--mainColor);
    background: white;
    color: var(--mainColor);
    margin-top: 10px;
}

.price-cart-box {
    display: flex;
    align-items: flex-end;
    padding: 0 5px;
    font-weight: 400;
    font-size: 24px;
    line-height: 114.5%;
    color: var(--mainColor);
}

.price-cart-box .old-price-box {
    font-weight: 300;
    font-size: var(--fontSize);
    text-decoration: line-through;
    color: #BABABA;
    line-height: 24px;
    margin-left: 10px;
}

.left-bordered-thing {
    border-left: 1px solid #eee;
}

.close-category {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 10px;
    font-size: 45px;
}

.collapse-inner {
    /*background-color: #f5f5f5;*/
    /*border-top: 1px solid #eeeeee;*/
    color: var(--blackColor);
    position: relative;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 10px 0;
    transition: all 1s ease;
    /*border-radius: 5px;*/
    display: flex;
    justify-content: space-between;
}

.collapse-inner a {
    color: black;
    height: 100%;
    /*width: 100%;*/
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
}

.collapse-inner a i {
    float: right;
    font-size: 20px;
}

.mobile-category .image img {
    width: 100%;
    height: 270px;
}

.mobile-category .content a {
    font-size: 18px;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #fff;
    }
}

.mobile-categories-btn {
    display: none;
}

.ref-link-head {
    margin-top: 15px;
}

.referral-link textarea {
    font-size: 16px;
    background: transparent;
    border: 1px solid #e2e2e2;
    margin-top: 15px;
    width: 100%;
    word-break: break-word;
    height: 100%;
    resize: none;
}

.referral-link textarea:hover {
    transition: 0.4s ease;
    color: var(--mainColor);
    cursor: pointer;
}

.referral-copy-btn {
    padding: 11px 22px;
    margin-top: 35px;
}

.popup-change-info {
    width: 60%;
    position: fixed;
    background: white;
    z-index: 99999;
    top: 15%;
    left: 20%;
    padding: 30px;
    display: none;
}

.change-pass .default-btn {
    padding-left: 25px;
}

.slick-products {
    margin-top: 10px;
    padding-bottom: 10px;
}

.slick-item {
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.slick-item:active {
    cursor: grabbing;
}

.slick-item img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.popup-change-info .default-btn {
    padding-left: 25px;
}

.popup-change-info .close-popup {
    font-size: 50px;
    position: absolute;
    right: 10px;
    top: 0px;
}

.personal-information {
    border-radius: 5px 0 0 5px;
}

.referral-body {
    border-radius: 0 5px 5px 0;
}

#product-next, #product-prev {
    background: transparent;
    color: white;
    font-size: 50px;
    cursor: pointer;
    float: right;
    border: 0;
    height: 55px;
    width: 55px;
    padding: 0;
    position: absolute;
    opacity: 0.8;
}

#product-next {
    right: 40px;
}

#product-prev {
    left: 40px;
}

.products-buttons {
    position: relative;
    bottom: 110px;
}

#product-next:active, #product-prev:active {
    background: transparent;
    color: white;
}

.product-video-player {
    background: white;
    padding-left: calc(50% - 400px);
}

#related-next, #related-prev {
    background: transparent;
    color: #9999;
    height: 27px;
    width: 27px;
    padding: 0;
    cursor: pointer;
    font-size: 21px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
}

.related-cost .price span {
    font-weight: 300;
    font-size: 30px;
}

.related-head, .section-title {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.related-head h6 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
}

.change-info-box, .referral-buttons {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.change-info-box {
    margin-top: 0;
}

.related-image img {
    width: 150px;
}

.popup-reg {
    position: fixed;
    width: 50%;
    left: 25%;
    background: #FFFFFF;
    border: 1px solid #e2e2e2;
    top: 30%;
    padding: 35px 20px;
    border-radius: 5px;
    display: none;
    z-index: 99999;
}

.popup-reg h5 {
    font-size: 30px;
    color: black;
    text-align: center;
}

.popup-reg p {
    color: #999999;
    font-size: 20px;
    text-align: center;
}

.popup-reg-log, .popup-reg-button {
    margin-top: 65px;
}

.popup-reg-button {
    text-align: center;
}

.popup-reg-button a {
    font-size: xx-large;
    font-weight: 300;
}

label {
    font-weight: 300;
}

.cart-notification {
    padding: 15px 20px;
    background: rgba(5, 30, 36, 0.8);
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: white;
    transition: 0.7s ease;
    transform: translateX(110%);
    opacity: 0;
    z-index: 9999;
}

.cart-notification h6 i {
    color: var(--mainColor);
    font-size: 13px;
}

.cart-notification.shown {
    transform: translateX(0);
    opacity: 1;
}

.cart-notification p {
    color: white;
}

.cart-notification a {
    font-size: 20px;
    color: white;
    position: absolute;
    right: 3px;
    top: 0;
}

.messenger {
    z-index: 999999 !important;
}

.change-pass .form-group label {
    float: left;
    margin-bottom: 15px;
}

.site-change-password h1 {
    margin-bottom: 50px;
}

.product-thumbnail {
    height: 80px;
}

.popup-reg-log {
    background: white;
    border-bottom: 1px solid #e2e2e2;
}

.popup-reg-log:before {
    content: '';
    width: 330px;
    height: 1px;
    background: var(--mainColor);
    position: absolute;
    bottom: 35px;
    left: 190px;;
}

.popup-reg .close-popup {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 40px;
}

.product-related-one {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #e2e2e2;
    padding: 10px 0;
}

.related-image {
    height: 140px;
}

.related-info {
    width: 100%;
    padding: 0 10px;
    height: 140px;
    display: flex;
    flex-direction: column;
}

.related-name {
    height: 80px;
    overflow: hidden;
}

.related-name span {
    font-size: 18px;
    word-break: break-word;
    font-weight: 300;
}

.related-cost {
    font-size: 25px;
    width: 60%;
}

.related-cost .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-size: 21px;
}

.related-cost .price {
    display: flex;
    flex-direction: column-reverse;
}

.related-down-block {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: space-between;
}

.related-down-block .wishlist-btn a {
    font-size: 36px;
    margin-right: 10px;
}

.related-down-block .wishlist-btn {
    height: auto;
    width: auto;
}

.related-head-buttons {
    display: flex;
}

.related-btn button {
    float: right;
    border-radius: 0;
}

.related-btn button:hover {
    -webkit-box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.products-details-tabs {
    word-break: break-word;
}

.qty-container {
    display: flex;
}

.products-details-desc .wishlist-btn {
    position: static;
    font-size: 17px;
    margin: 20px 0;
    width: auto;
}

.products-details-desc .wishlist-btn a {
    padding-left: 0;
}

.products-details-desc .wishlist-btn a i {
    position: static;
}

#catalogArea .default-btn {
    margin-top: 25px;
}

.animation-container {
    display: none;
    /*display: -webkit-box;*/
    /*display: flex;*/
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    position: relative;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 25px;
}

.chevron {
    position: absolute;
    width: 0.1rem;
    height: 2.1rem;
    opacity: 0;
    left: 40%;
    top: 50%;
    -webkit-transform: scale(0.3) translate(-40%);
    transform: scale(0.3) translateX(-40%);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

.mini-font {
    font-size: 10px;
    font-weight: 300;
}

.chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: '';
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
    background: #2c3e50;
}

.chevron:before {
    bottom: 0;
    -webkit-transform: skewX(140deg);
    transform: skewX(140deg);
}

.chevron:after {
    top: -17px;
    -webkit-transform: skewX(-140deg);
    transform: skewX(-140deg);
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        -webkit-transform: translateX(2.28rem);
        transform: translateX(2.28rem);
    }
    66.6% {
        opacity: 1;
        -webkit-transform: translateX(3.12rem);
        transform: translateX(3.12rem);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(4.8rem) scale(0.5);
        transform: translateX(4.8rem) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        -webkit-transform: translateX(2.28rem);
        transform: translateX(2.28rem);
    }
    66.6% {
        opacity: 1;
        -webkit-transform: translateX(3.12rem);
        transform: translateX(3.12rem);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(4.8rem) scale(0.5);
        transform: translateX(4.8rem) scale(0.5);
    }
}

.site-change-password {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.product-video-player iframe {
    width: 100% !important;
    height: 100px;
}

.main-product-img iframe {
    width: 100% !important;
    height: 400px;
}

.getbalance-form .form-group .form-control:focus {
    border: 1px solid #e2e2e2;
}

.cc-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 147px;
    background: #e2e2e2;
    padding: 9px 0 0 12px;
    border-radius: 0 3px 3px 0;
    right: 21px;
}

.cc-icon {
    font-size: 24px;
}

.popup-money h4 {
    font-size: 30px;
}

.money-close {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 35px;
}

.popup-money {
    display: none;
    height: 300px;
    width: 500px;
    padding: 25px 20px;
    position: fixed;
    left: calc(50% - 250px);
    top: calc(50% - 150px);
    background: white;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    z-index: 99999;
}

.popup-money label {
    margin-top: 20px;
    font-size: 20px;
}

.popup-money label i {
    font-size: 27px;
    margin-left: 20px;
}

.popup-money input {
    margin-top: 20px;
}

.popup-money .default-btn {
    padding-left: 25px;
    margin-top: 30px;
    float: right;
}

.cart-container {
    padding: 0 40px;
}

.cart-inner {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin-top: 20px;
    min-height: 120px;
    position: relative;
}

.cart-inner:first-child {
    border-top: 0px;
}

.cart-inner-img {
    min-height: 96px;
    text-align: center;
}

.cart-inner-img img {
    width: 80%;
    margin-left: 0;
}

.cart-inner-title {
    word-break: break-word;
    padding-right: 30px;
}

.cart-inner-title-order {
    display: flex;
    justify-content: space-between;
    word-break: break-word;
}

.cart-inner-title-order span {
    width: 50px;
}

.cart-inner-title a {
    font-weight: 300;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-inner-title-order a {
    font-weight: 300;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-inner-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.product-quantity-block .input-counter input {*/
/*    height: 45px;*/
/*    color: var(--mainColor);*/
/*    outline: 0;*/
/*    display: block;*/
/*    border: none;*/
/*    background-color: #f8f8f8;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    font-size: 17px;*/
/*    font-weight: 300;*/
/*    border-radius: 10px;*/
/*}*/

.product-quantity-block .product-quantity {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--actionColor);
    text-align: center;
}

.product-quantity-block .input-counter {
    max-width: 90px;
    min-width: 90px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.product-quantity-block .input-counter span {
    position: absolute;
    top: -2px;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 10px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 22px;

}

.product-quantity-block .input-counter span.minus-btn {
    left: 0;
}

.product-quantity-block .input-counter span.plus-btn {
    right: 0;
}

.cart-inner-price {
    margin-left: 40px;
}

.cart-inner-price span {
    font-size: 27px;
    color: #212529;
}

.cart-price span {
    font-size: 27px;
    color: #212529;
}

.cart-price .old-price {
    margin-left: 0;
    font-size: 16px !important;
}

.cart-inner-remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
}

.cart-inner-actions {
    display: flex;
    position: relative;
}

.cart-inner-actions a {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-weight: 300;
}

.custom-cart-dropdown {
    transform: translate3d(-115px, 0px, 0px) !important;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
}

.custom-cart-dropdown .dropdown-item {
    border-radius: 5px;
    text-align: left;
    padding: .25rem 1rem;
}

.custom-cart-dropdown .dropdown-item a i {
    font-size: 18px;
}

.custom-cart-dropdown .dropdown-item:focus, .custom-cart-dropdown .dropdown-item:hover {
    background: transparent;
}

.cart-footer-right {
    display: flex;
    width: 380px;
    justify-content: space-between;
    align-items: center;
}

.search-btn i {
    color: white;
    transition: var(--transition);
}

.search-btn:hover i {
    color: var(--mainColor);
}

.about-description {
    padding: 0 30px;
}

.categories-inner-title span {
    transition: var(--transition);
    font-size: 18px;
}

.categories-block a {
    transition: 0.4s;
}

.categories-block {
    min-height: 240px;
    padding: 15px 35px;
    transition: var(--transition);
}

.categories-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.categories-inner-title {
    display: flex;
    height: 20%;
    justify-content: center;
    align-items: flex-end;
}

.categories-inner-image {
    height: 80%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.info-bar {
    padding: 5px 0;
    background: white;
}

.info-bar-hours, .info-bar-mail, .info-bar-phone {
    display: flex;
    color: black;
    align-items: center;
}

.info-bar-hours i, .info-bar-mail i, .info-bar-phone i {
    color: var(--mainColor);
    font-size: 21px;
    margin-right: 5px;
}

.info-bar-hours p, .info-bar-mail p, .info-bar-phone p {
    color: black;
}

.info-bar-phone {
    justify-content: center;
}

.info-bar-hours {
    justify-content: flex-start;
    padding-left: 35px;
}

.info-bar-mail {
    justify-content: flex-end;
    padding-right: 30px;
}

.contact-info-area {
    padding-top: 40px;
}

.index-map {
    margin-top: 0;
    padding-top: 30px;
}

.about-area {
    padding-bottom: 60px;
}

section.referral, section.installment {
    padding-top: 30px;
}

.customer-service-area {
    padding-top: 40px;
}

.breadcrumbs {
    padding: 10px 0 10px;
    width: 100%;
    background: #f7f8fa;
    margin-bottom: 20px;
}

.breadcrumbs .container-fluid {
    padding: 0 50px;
}

.bread-inner {
    display: flex;
    align-items: center;
}

.bread-next i, .bread-item a {
    line-height: 1.8;
}

.bread-inner svg {
    margin: 0 10px;
}

.bread-item a {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #3C3C3C;
}

.about-slider .slick-track {
    padding-top: 15px;
}

.pickup-map {
    height: 317px;
    margin-top: 10px;
}

.pickup-map iframe {
    width: 100%;
    height: 100%;
}

.pickup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-check {
    max-height: 164px;
    overflow-y: auto;
}

.sale-block {
    border: 1px solid #eeeeee;
    padding: 10px;
}

.check-input .default-btn {
    padding: 0;
    width: 60px;
    height: 30px;
}

.check-input .default-btn i {
    left: 18px;
    top: 3px;
    font-size: 25px;
}

#salePrompt {
    height: 30px;
    border: 1px solid #eeeeee;
    max-width: 153px;
}

#salePrompt:focus {
    border: 1px solid #eeeeee !important;
}

.search-table {
    width: 100%;
}

.search-table tr {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.search-table tr:hover {
    background: #eee;
    cursor: pointer;
}

.search-table tr:last-child {
    border-bottom: none;
}

.search-table .img-container {
    text-align: center;
    padding-left: 15px;
}

.search-table .img-container > div {
    width: 25px;
    height: 25px;
    background-size: cover !important;
    border-radius: 50px;
    margin: 5px 0;
    border: 1px solid #f8f8f8;
}

#search_container {
    position: absolute;
    background: white;
    padding: 5px 0;
    right: 0;
    width: 100%;
    border: 1px solid #dbdfea;
    margin-top: -3px;
    z-index: 10;
}

.search-table {
    width: 100%;
}

.search-table tr {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #eee;
    transition: all 0.4s ease;
}

.search-table tr td {
    padding: 5px;
}

.search-table tr:hover {
    background: rgba(101, 177, 43, 0.7);
    backdrop-filter: drop-shadow(4px 4px 10px blue);
    cursor: pointer;
    color: white;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2)
}

#search_container:hover {
    border: 1px solid var(--mainColor);
}

.search-table tr:last-child {
    border-bottom: none;
}

.search-table .img-container {
    text-align: center;
    padding-left: 15px;
}

.search-table .img-container > div {
    width: 25px;
    height: 25px;
    background-size: cover !important;
    border-radius: 50px;
    margin: 5px 0;
    border: 1px solid #f8f8f8;
}

.header-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100vh;
}

.header-title-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.header-subtitle {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #575757;
}

.header-title {
    width: 60%;
    margin-bottom: 30px;
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 51px;
}

.video-action-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.video-description {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.pulse-container .pulse-button, .tour-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    color: white;
    border: none;
    border-radius: 50%;
    background: var(--actionColor);
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(250, 168, 25, 0.5);
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
}

.tour-container {
    position: absolute;
    bottom: 0px;
    right: 250px;
}

.tour-container .tour-button {
    width: 150px;
    height: 150px;
    background: rgba(101, 177, 43, 0.2);
    box-shadow: 0 0 0 0 rgba(101, 177, 43, 0.2);
    border: 3px solid var(--mainColor);
    color: var(--mainColor);
    font-weight: 700;
}

.tour-mobile-button {
    display: none;
    width: 100px;
    height: 25px;
    text-align: center;
    background: rgba(101, 177, 43, 0.7);
    color: white;
    border-radius: 10px 10px 0 0;
}

@keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(250, 168, 25, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(250, 168, 25, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(250, 168, 25, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(250, 168, 25, 0);
    }
}

.header-info-box {
    padding-bottom: 80px;
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 114.5%;
    color: #000000;
}

.header-info svg {
    fill: var(--mainColor);
    margin-right: 10px;
}

.header-info:first-child {
    margin-bottom: 10px;
}

.wcu-img-container {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #575757;
}

.wcu-box-1, .wcu-box-2, .wcu-box-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wcu-box-1 img, .wcu-box-2 img, .wcu-box-3 img {
    margin-bottom: 15px;
}

.wcu-box-1 {
    justify-content: flex-end;
}

.wcu-box-2 {
    justify-content: center;
}

.wcu-box-3 {
    justify-content: flex-start;
}

.green-stats, .orange-stats {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    text-transform: capitalize;
}

.green-stats {
    color: #65B12B;
}

.orange-stats {
    color: #FAA819;
}

.wcu-list-container {
    margin-bottom: 70px;
}

.wcu-title {
    font-weight: 700;
    margin-bottom: 30px;
}

.clinic-button-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.wcu-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.wcu-list-item svg {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    fill: var(--mainColor);
}

#services {
    background: var(--mainColor);
}

.services-heading-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.services-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #F4F4F4;
}

.services-title {
    color: white;
    font-weight: 700;
    margin-bottom: 50px;
}

.prices-button-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.prices-button-box p {
    margin-right: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: white;
}

.prices-link {
    display: none;
    width: 100px;
    position: absolute;
    bottom: 50px;
    right: -52px;
    transform: rotate(270deg);
    height: 25px;
    text-align: center;
    background: var(--actionColor);
    color: white;
    border-radius: 10px 10px 0 0;
}

#services .services-content .card {
    padding: 14px;
    padding-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 100%;
    background: transparent;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    position: relative;
}

#services .services-content .card:hover {
    background: white;
    color: black !important;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

#services .services-content .card:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='25px' height='25px' fill='white' viewBox='0 0 32 32'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cpath d='M31.155 16.55c0.304-0.304 0.304-0.796 0-1.1l-4.951-4.951c-0.304-0.304-0.796-0.304-1.1 0s-0.304 0.796 0 1.1l4.401 4.401-4.401 4.401c-0.304 0.304-0.304 0.796 0 1.1s0.797 0.304 1.1 0l4.951-4.951zM0.617 16.778h29.988v-1.556h-29.988v1.556z'/%3E%3C/svg%3E");
    padding-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    box-shadow: 0 0 0 4px white;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: var(--actionColor);
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 0;
}

#services .services-content .card:hover:before {
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
}

#services .services-content .card svg {
    width: 70px;
    height: auto;
    margin: 30px auto 20px;
    fill: var(--whiteColor);
}

#services .services-content .card:hover h3, #services .services-content .card:hover p {
    color: black;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

#services .services-content .card:hover svg {
    fill: var(--actionColor);
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

#services .services-content h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: white;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

#services .services-content p {
    font-weight: 300;
    font-size: 11px;
    line-height: 114.5%;
    text-align: center;
    color: white;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.all-services-link, .all-services-link a {
    color: var(--whiteColor);
}

.all-services-link .default-btn {
    width: 52px;
    height: 52px;
    padding: 13px;
}

.doctors-heading-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.doctors-button-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.doctors-button-container {
    width: 40%;
}

.doctors-title {
    font-weight: 700;
}

.doctors-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 114.5%;
    color: #575757;
    margin-left: auto;
}

.doctors-button-box p {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-top: 20px;
    margin-right: 20px;
}

.slider-buttons-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 54px;
}

.slider-buttons-container .default-btn {
    width: 48px;
    height: 48px;
    padding: 11px;
    margin: 0 2.5px;
    cursor: pointer;
    background: var(--whiteColor);
    border: 1px solid var(--actionColor);
}

.slider-buttons-container .default-btn svg {
    transform: none;
    fill: var(--actionColor);
}

.slider-buttons-container .default-btn.active {
    background: var(--actionColor);
    width: 52px;
    height: 52px;
    padding: 13px;
}

.slider-buttons-container .default-btn.active svg {
    fill: var(--whiteColor);
}

.doctor-slider .doctor-card {
    margin: 30px 15px;
    border: none;
    border-bottom: 1px solid #EDEDED;
    height: 630px;
    border-radius: 0;
}

.doctor-slider .doctor-card.slick-center {
    background: var(--whiteColor);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: none;
}

.doctor-slider .doctor-card.slick-center .doctor-image {
    border-color: transparent;
}

.doctor-slider .doctor-card .doctor-image {
    border-radius: 8px;
    border: 1px solid #EDEDED;
}

.doctor-slider .doctor-card .doctor-image img {
    width: 100%;
    border-radius: 8px;
}

.doctor-slider .doctor-content {
    padding: 15px;
}

.doctor-slider .doctor-content .doctor-card-subtitle {
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: var(--mainColor);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    margin-bottom: 10px;
}

.doctor-slider .doctor-content .doctor-card-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    text-transform: capitalize;
    color: #000000;
}

.doctor-slider .doctor-content .doctor-card-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 114.5%;
    color: #575757;
}

.result-slider .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 0px 0px 38px rgba(0, 0, 0, 0.04);
    border-radius: 0px 5px 5px 0px;
    border: none;
    margin: 38px;
    height: 400px;
}

.result-slider .card .result-card-image {
    width: 40%;
}

.result-slider .card .result-card-content {
    width: 60%;
}

.result-card-content .result-card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    color: #000000;
    width: 60%;
    margin-bottom: 16px;
}

.result-card-content .result-card-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 114.5%;
    color: #575757;
}

.result-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 40px;
    height: 100%;
}

/* our-clinic page*/

.about-title-section {
    height: 500px;
    background-image: url(../images/about/about-main.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(30%);
    width: 520px;
}

.page-title-box.right {
    left: unset;
    right: 0;
}

.about-section .page-title-content {
    background: rgba(255, 255, 255, 0.83);
    padding: 40px 30px 60px 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 100% 30%;
    border-bottom-left-radius: 100% 30%;
    box-shadow: 0px 0px 46px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.about-section .page-title-content:before {
    content: '';
    display: block;
    width: 80%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--actionColor);
}

.about-section .page-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.page-title-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 114.5%;
    color: #272727;
}

.single-founder {
    display: flex;
    width: 50%;
    align-items: flex-start;
    margin-bottom: 20px;
}

.single-founder img {
    border: 1px solid var(--actionColor);
    border-radius: 50%;
    margin-right: 10px;
    width: 55px;
}

.founder-name {
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
}

p.founder-description {
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #575757;
}

p.about-section-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #818181;
    margin-bottom: 5px;
}

.about-section-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    color: #000000;
    white-space: pre-line;
}

.clinic-history {
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #575757;
}

.center-history {
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.about-doctor-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.doctors-button-container {
    width: 40%;
}

.doctors-button-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.doctors-button-box p {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-top: 20px;
    margin-right: 20px;
}

.wcu-area {
    background: var(--mainColor);
}

.wcu-stats-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcu-stats-box svg {
    width: 90px;
    height: 90px;
    fill: var(--whiteColor);
    margin-right: 5px;
}

.wcu-stats {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.wcu-stats-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.wcu-stats-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.wcu-area .img-fluid {
    display: none;
}

.wcu-area .col-6 {
    background: url('/images/main/doctor-result.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1100px) {
    .wcu-area .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wcu-area .img-fluid {
        display: block;
    }
}

.wcu-section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
    white-space: pre-line;
}

.wcu-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 114.5%;
    color: #F9F9F9;
}

.action-button-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.action-button-box .action-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-right: 10px;
}

/* prices page */

.page-title-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
}

.page-heading-text {
    width: 35%;
    font-weight: 300;
    font-size: 16px;
    line-height: 114.5%;
    color: #575757;
}

.page-heading-text p {
    margin-bottom: 0;
}

.page-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #818181;
}

.page-title, .second-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    text-align: left;
    white-space: pre-line;
    color: #000000;
}

.numbers-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.numbers-box .number-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.numbers-box .number-column a:first-child {
    margin-bottom: 10px;
}

.numbers-box .number-column a {
    font-weight: 700;
    font-size: 18px;
    line-height: 114.5%;
    color: #FAA819;
}

.numbers-box .number-column:first-child {
    margin-right: 30px;
}

.tabs-list {
    width: 100%;
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-bottom: 70px;
    padding: 50px;
}

div.tabs-item {
    border-bottom: 1px dashed var(--mainColor);
}

div.tabs-item:last-child {
    border: none;
}

div.tabs-desc {
    padding: 20px;
    display: none;
}

.tabs-list div.tabs-item .tabs-header, .tabs-header-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 20px;
    transition: 0.1s all;
    cursor: pointer;
}

.tabs-header-box {
    padding-left: 0;
}

.tabs-list div.tabs-item .tabs-header h5, .tabs-header-box h5 {
    margin: 0;
    margin-left: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
}

.tabs-list div.tabs-item.active .tabs-header h5, .tabs-header-box h5 {
    color: var(--actionColor);
}

.tabs-header-box h5 {
    margin: 0;
    cursor: auto;
}

.tabs-list div.tabs-item.active div.tabs-desc {
    display: block;
}

.tabs-list div.tabs-item .default-btn {
    min-width: 45px;
    width: 45px;
    height: 45px;
    padding: 10px;
}

.tabs-list div.tabs-item .default-btn:hover svg {
    transform: none;
}

.tabs-list div.tabs-item.active .default-btn {
    background: transparent;
    border: 1px solid var(--actionColor);
}

.tabs-list div.tabs-item.active .default-btn svg {
    transform: translateX(0) rotate(180deg);
    fill: var(--actionColor);
}

.option-price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
}

.option-price-box .option-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 114.5%;
    color: var(--mainColor);
}

.option-price-box p {
    white-space: nowrap;
}

p.option-subtitle {
    width: 100%;
    white-space: normal;
    padding-left: 15px;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #818181;
}

.option-price-box span {
    flex: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 15px;
}


.payment-border-wrapper {
    padding: 1px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(101, 177, 43, 0.37) 100%);
    border-bottom-left-radius: 100% 15%;
    border-bottom-right-radius: 100% 15%;
}

.payment-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 30px 30px 30px;
    border-bottom-left-radius: 100% 15%;
    border-bottom-right-radius: 100% 15%;
    background: var(--whiteColor);
}

.payment-name {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #333333;
}

.payment-icon-box div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 50%;
}

.payment-icon-box div svg {
    width: 60px;
    height: 60px;
}

.payment-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.visa-icon {
    background: #1534cb;
}

.mastercard-icon {
    background: #EFEFEF;
    margin-left: -25px;
}

.justice-icon {
    background: var(--actionColor);
}

.uapay-icon {
    background: #F24F43;
}

.unika-icon {
    background: #255B98;
    z-index: 3;
    margin: 0 -25px;
}

.universal-icon {
    background: #EBEBEB;
    z-index: 2;
}

.privat-icon {
    background: white;
    border:1px solid #60B238;
    z-index:4;
}

.dots-icon {
    background: #FAA819;
    z-index: 1;
}

.dots-icon svg {
    width: 40px !important;
    height: 40px !important;
}

.insurance-card {
    cursor: pointer;
    position: relative;
}

.insurance-card .click-here-gif {
    width: 25px;
    position: absolute;
    bottom: 5%;
    right: 2%;
}

.popup-payments {
    position: fixed;
    width: 50%;
    height: fit-content;
    height: -moz-fit-content;
    background: #FFFFFF;
    border: 1px solid #e2e2e2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 35px 20px;
    border-radius: 5px;
    display: none;
    z-index: 99999;
}

.popup-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-heading h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
}

.popup-heading p {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    width: 50%;
}

.insurance-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid var(--mainColor);
    padding: 5px;
}

.close-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--actionColor);
}

.close-text svg, .close-text p {
    cursor: pointer;
}

/* contact-page */

.contact-section {
    background: var(--mainColor);
}

.contact-section .page-title-area {
    text-align: left;
}

.contact-section .page-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: var(--whiteColor);
}

.contact-section .page-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    text-align: left;
    white-space: pre-line;
    color: var(--whiteColor);
}

.contact-info-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-box {
    width: 50%;
    padding: 60px 30px 110px 30px;
    background: white;
}

.contact-department-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    margin-top: 50px;
}

.contact-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 30px;
}

.contact-numbers-box {
    display: flex;
    align-items: flex-start;
}

.contact-numbers-box .default-btn, .contact-mail-box .default-btn {
    width: 24px;
    height: 24px;
    background: var(--mainColor);
    padding: 0px;
    margin-right: 10px;
}

.contact-numbers-box .default-btn:hover svg, .contact-mail-box .default-btn:hover svg {
    transform: none;
}

.numbers {
    display: flex;
    flex-direction: column;
}

#maps {
    width: 50%;
    height: 100%;
}

/* services page */

.services-section {
    background: var(--mainColor);
}

.services-section .page-title-content .page-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
    text-align: left;
}

.services-section .page-title-content .page-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #F4F4F4;
    text-align: left;
}

.page-heading-action {
    background: var(--actionColor);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-radius: 5px;
    position: relative;
}

.page-heading-action:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--mainColor);
    width: 80%;
    height: 5px;
}

.page-heading-action h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 114.5%;
    color: #FFFFFF;
    text-align: left;
    margin-right: 30px;
}

.pulse-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    color: var(--actionColor);
    border: none;
    border-radius: 50%;
    background: var(--whiteColor);
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(250, 168, 25, 0.5);
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
}

.customer-service-area .services-card {
    padding: 10px;
    padding-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 100%;
    background: transparent;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    position: relative;
}

.customer-service-area .services-card:hover {
    background: white;
    color: black !important;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.customer-service-area .services-card:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='25px' height='25px' fill='white' viewBox='0 0 32 32'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cpath d='M31.155 16.55c0.304-0.304 0.304-0.796 0-1.1l-4.951-4.951c-0.304-0.304-0.796-0.304-1.1 0s-0.304 0.796 0 1.1l4.401 4.401-4.401 4.401c-0.304 0.304-0.304 0.796 0 1.1s0.797 0.304 1.1 0l4.951-4.951zM0.617 16.778h29.988v-1.556h-29.988v1.556z'/%3E%3C/svg%3E");
    padding-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    box-shadow: 0 0 0 4px white;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: var(--actionColor);
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 0;
}

.customer-service-area .services-card:hover:before {
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
}

.customer-service-area .services-card svg {
    width: 100px;
    height: auto;
    margin: 30px auto 20px;
    fill: var(--whiteColor);
}

.customer-service-area .services-card h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: white;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.customer-service-area .services-card p {
    font-weight: 300;
    font-size: 11px;
    line-height: 114.5%;
    text-align: center;
    color: white;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.customer-service-area .services-card:hover h3, .services-card:hover p {
    color: black;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.customer-service-area .services-card:hover svg {
    fill: var(--actionColor);
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.customer-service-area .services-for-doctors-area h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.customer-service-area .services-for-doctors-area .services-card {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 70px 50px 30px;
}

.customer-service-area .services-for-doctors-area .services-card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.customer-service-area .services-for-doctors-area .services-card .services-heading,
.customer-service-area .services-for-doctors-area .services-card .services-description {
    white-space: pre-line;
    text-align: left;
}

.customer-service-area .services-for-doctors-area .services-card .services-icon {
    margin-right: 30px;
}

.customer-service-area .services-for-doctors-area .services-card svg {
    margin: 0;
}

.services-sidebar {
    position: sticky;
    top: 93px;
}

.x-ray-action-banner {
    background: var(--actionColor);
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.x-ray-action-banner .x-ray-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.x-ray-inner {
    font-weight: 600;
    font-size: 18px;
    line-height: 114.5%;
}

.x-ray-action-banner h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    color: var(--whiteColor);
}

.call-action-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--mainColor);
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.call-action-banner h4, .work-time-banner h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: var(--whiteColor);
    margin-top: 20px;
}

.call-action-banner p, .work-time-banner p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: var(--whiteColor);
    margin-bottom: 40px;
}

.call-action-banner .call-number .default-btn {
    width: 54px;
    height: 54px;
    padding: 15px;
}

.call-action-banner .call-number .default-btn:hover svg {
    transform: none;
}

.call-action-banner span, .tel-call-action {
    text-decoration: underline;
    color: var(--whiteColor);
    cursor: pointer
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

#actionCall svg {
    -webkit-animation: ring 5s ease infinite;
    animation: ring 5s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial
}

.call-action-banner .call-number a {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
}

.work-time-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #F4F4F4;
    padding: 40px;
    position: relative;
    margin-bottom: 20px;
}

.work-time-banner:before {
    content: '';
    display: block;
    width: 80%;
    height: 5px;
    background: #a4a4a4;
    position: absolute;
    top: 0;
    margin: auto;
}

.work-time-banner h4, .work-time-banner p {
    color: var(--blackColor);
}

.work-time-banner p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: 10px;
}

.video-action-banner, .vr-action-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.video-action-banner {
    background: var(--actionColor);
}

.vr-action-banner {
    background: var(--mainColor);
}

.video-action-banner:before, .vr-action-banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 5px;
}

.video-action-banner:before {
    background: var(--mainColor);
}

.vr-action-banner:before {
    background: var(--actionColor);
}

.video-action-banner h4, .vr-action-banner h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.video-action-banner p, .vr-action-banner p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: var(--whiteColor);
}

.services-sidebar .pulse-button {
    width: 80px;
    height: 80px;
}

.vr-action-banner .pulse-button {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
}

.banner-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

/* catalog-page */

.page-heading-text {
    width: 40%;
    font-weight: 300;
    font-size: 16px;
    line-height: 114.5%;
    color: #575757;
}

.page-heading-text p {
    margin-bottom: 0;
}

.page-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #818181;
}

.page-title, .second-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    text-align: left;
    white-space: pre-line;
    color: #000000;
}

.navigation-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation-area .row {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.navigation-area .default-btn:hover svg {
    transform: none;
}

.category-action-box, .cart-action-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.category-action-box.active {
    color: var(--actionColor);
}

.category-action-box .default-btn, .cart-action-box .default-btn {
    width: 62px;
    height: 62px;
    padding: 14px;
}

.category-action-box p, .cart-action-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 114.5%;
    margin-bottom: 0;
    margin: 0 10px;
}

.category-action-box .default-btn:hover svg {
    transform: scale(1.2);
}

.cart-quantity {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: var(--mainColor);
    border-radius: 50%;
}

.buttons-box .cart-button svg.active {
    display: block;
}

.buttons-box .cart-button svg {
    display: none;
}


@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 127.95210434919126px;
        stroke-dasharray: 127.95210434919126px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 127.95210434919126px;
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 127.95210434919126px;
        stroke-dasharray: 127.95210434919126px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 127.95210434919126px;
    }
}

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(250, 168, 25);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(250, 168, 25);
    }
}

svg.active .svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
    animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation: animate-svg-stroke-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
    animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

.categories-area {
    display: none;
}

.categories-area.active {
    display: block;
}

.category-card {
    padding: 14px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.05);
    border: none;
    height: 100%;
    background: transparent;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    position: relative;
}

.category-card:hover {
    background: white;
    color: black !important;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.13);
}

.category-card:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='25px' height='25px' fill='white' viewBox='0 0 32 32'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cpath d='M31.155 16.55c0.304-0.304 0.304-0.796 0-1.1l-4.951-4.951c-0.304-0.304-0.796-0.304-1.1 0s-0.304 0.796 0 1.1l4.401 4.401-4.401 4.401c-0.304 0.304-0.304 0.796 0 1.1s0.797 0.304 1.1 0l4.951-4.951zM0.617 16.778h29.988v-1.556h-29.988v1.556z'/%3E%3C/svg%3E");
    padding-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    outline: 4px solid white;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: var(--actionColor);
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 0;
}

.category-card:hover:before {
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
    box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.13);
}

.category-card:hover h3 {
    color: black;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.category-card:hover img {
    fill: var(--actionColor);
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.category-card .category-image {
    position: relative;
    width: 100%;
    height: 250px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.category-card h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 114.5%;
    text-align: center;
    color: var(--blackColor);
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.products-area {
    display: none;
}

.products-area.active {
    display: block;
}

/* dental-team page */

.department-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #65B12B;
    margin-top: 130px;
}

.doctors-section .doctor-card, .doctors-section .main-doctor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    height: 700px;
    border-bottom: 1px solid #EDEDED;
}

.doctors-section .doctor-card .doctor-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.doctors-section .main-doctor-card {
    flex-direction: row;
    width: 85%;
    height: unset;
    border: none;
}

.doctors-section .doctor-card .doctor-content {
    padding: 15px;
}

.doctors-section .main-doctor-card .main-doctor-content {
    padding: 30px 0 30px 50px;
    width: 70%;
}

.doctors-section .main-doctor-card .doctor-subtitle {
    height: unset;
}

.doctors-section .doctor-img img {
    border: 1px solid rgba(101, 177, 43, 0.15);
    border-radius: 8px;
}

.doctors-section .doctor-card:hover {
    background: var(--whiteColor);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border-color: transparent;
}

.doctors-section .doctor-card:hover .doctor-img img {
    border-color: transparent;
}

.doctors-section .doctor-subtitle {
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: var(--mainColor);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    min-height: 34px;
}

.doctors-section .doctor-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    text-transform: capitalize;
    color: #000000;
}

.doctors-section .doctor-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 114.5%;
    color: #575757;
    height: 100%;
    margin-bottom: 5px;
}

.doctors-section .main-doctor-card .doctor-description {
    font-size: 18px;
}

.doctors-section .doctor-action-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}

.doctors-section .doctor-card .doctor-action-box {
    margin-top: 0;
}

.doctors-section .doctor-action-box .default-btn {
    width: 52px;
    height: 52px;
    padding: 13px;
}

.doctors-section .action-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 114.5%;
    color: #000000;
    margin-bottom: 15px;
    margin-right: 10px;
}

/* doctors-sidebar */

.call-action-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--mainColor);
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.call-action-banner h4, .work-time-banner h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: var(--whiteColor);
    margin-top: 20px;
}

.call-action-banner p, .work-time-banner p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: var(--whiteColor);
    margin-bottom: 40px;
}

.call-action-banner .call-number .default-btn {
    width: 54px;
    height: 54px;
    padding: 15px;
}

.call-action-banner .call-number .default-btn:hover svg {
    transform: none;
}

.call-action-banner a {
    text-decoration: underline;
    color: var(--whiteColor);
}

.call-action-banner a:hover {
    color: var(--whiteColor);
}

.call-action-banner .call-number a {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
}

.work-time-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #F4F4F4;
    padding: 40px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
}

.work-time-banner:before {
    content: '';
    display: block;
    width: 80%;
    height: 5px;
    background: #a4a4a4;
    position: absolute;
    top: 0;
    margin: auto;
}

.work-time-banner h4, .work-time-banner p {
    color: var(--blackColor);
}

.work-time-banner p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: 10px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: rgba(250, 168, 25, 0.13);
    border-radius: 6px;
}

.doctor-info-card {
    padding: 25px;
    box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    border-radius: 0 0 5px 5px;
}

.doctor-name {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
}

.job-type {
    font-weight: 300;
    font-size: 14px;
    line-height: 114.5%;
    color: #7C7C7C;
}

.job-time {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.about-section {
    height: 500px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-title-box .page-title-content {
    background: rgba(255, 255, 255, 0.83);
    padding: 40px 30px 60px 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 100% 30%;
    border-bottom-left-radius: 100% 30%;
    box-shadow: 0px 0px 46px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.page-title-box .page-title-content:before {
    content: '';
    display: block;
    width: 80%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--actionColor);
}

.services-content h2, .book-box-inner h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 25px;
    white-space: pre-line;
}

.wcu-list-item, .hover-list-item, .doctor-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.hover-list-item {
    margin: 0;
}

.hover-list-item p, .hover-list-item div {
    padding: 30px;
    padding-left: 120px;
    color: silver;
    transition: var(--transition);
}

.hover-list-item div h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 114.5%;
}

.hover-list-item p:before, .hover-list-item div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    transition: var(--transition);
    transform: translate(45px, -50%);
    background: var(--secondColor);
    border-radius: 50%;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
}

.hover-list-item:first-child:hover p:before, .hover-list-item:first-child:hover div:before {
    content: '01';
    transition: var(--transition);
    font-size: 34px;
}

.hover-list-item:nth-child(2):hover p:before, .hover-list-item:nth-child(2):hover div:before {
    content: '02';
    transition: var(--transition);
    font-size: 34px;
}

.hover-list-item:nth-child(3):hover p:before, .hover-list-item:nth-child(3):hover div:before {
    content: '03';
    transition: var(--transition);
    font-size: 34px;
}

.hover-list-item:nth-child(4):hover p:before, .hover-list-item:nth-child(4):hover div:before {
    content: '04';
    transition: var(--transition);
    font-size: 34px;
}

.hover-list-item:nth-child(5):hover div:before {
    content: '05';
    transition: var(--transition);
    font-size: 34px;
}

.hover-list-item:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    left: 60px;
}

.hover-list-item:hover p:before, .hover-list-item:hover div:before {
    width: 80px;
    height: 80px;
    transform: translate(20px, -50%);
    transition: var(--transition);
}

.hover-list-item:hover p, .hover-list-item:hover div {
    transition: var(--transition);
    color: var(--blackColor);
}

.wcu-list-item svg {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    fill: var(--mainColor);
}

.wcu-list .wcu-list-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-card-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.services-card-box .services-card-content {
    width: 55%;
}

.services-card-box .services-card-image {
    width: 40%;
}

.services-card-box .services-card-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
}

.services-card-box .services-card-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

.services-card-box .services-card-image img {
    border-radius: 5px;
}

.green-box {
    background: rgba(101, 177, 43, 0.13);
    border-radius: 5px;
    padding: 50px 90px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: var(--mainColor);
    margin-top: 30px;
}

.orange-box {
    background: rgba(250, 168, 25, 0.2);
    border-radius: 5px;
    padding: 50px 90px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: var(--actionColor);
    margin-top: 30px;
}

.interview-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.interview-box .single-interview {
    height: 315px;
}

.single-interview iframe {
    width: 100%;
    height: 100%;
}

.book-box {
    display: flex;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    margin-bottom: 30px;
}

.book-box-inner {
    width: 50%;
    padding: 30px;
}

.book-box-inner.green {
    margin: 10px;
    padding: 20px;
    background: rgba(227, 241, 217, 0.3);
    border-radius: 5px;
}

.book-box-inner ul {
    padding-left: 20px;
}

.doctors-top-area {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.doctors-top-area img {
    border-radius: 14px 14px 0 0;
    background: white;
}

.sidebar-content,
.education-content {
    position: sticky;
    top: 92px;
}

.doctors-top-area .default-btn {
    width: 78px;
    height: 78px;
}

.navigation-buttons {
    display: flex;
    align-items: flex-start;
    color: white;
    font-weight: 700;
    font-size: 22px;
    line-height: 114.5%;
    margin-bottom: 50px;
}

.doctors-top-area.right {
    flex-direction: column;
    align-items: flex-end;
}

.quote {
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: right;
    margin-bottom: 40px;
}

.doctor-list-inner h2, .education-content h2, .section-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 25px;
}

.section-heading {
    margin-top: 50px;
}

.education-content {
    padding-top: 25px;
}

.book-box-inner ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 114.5%;
    margin-bottom: 15px;
}

.photoviewer-modal {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

.before-after img {
    width: 100%;
    display: block;
    max-width: unset;
}

.before-after {
    margin-bottom: 30px;
    position: relative;
}

.single-work .work-trigger, .single-work .work-link {
    position: absolute;
    right: 40px;
    top: 20px;
    width: 40px;
    height: 40px;
    z-index: 1000;
    cursor: pointer;
}

.single-work:hover:before {
    content: 'i';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ebebeb;
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 999;
    border-radius: 50%;
    color: white;
}

.doctors-area .single-work:hover:before {
    content: none;
}

#certificates {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.single-certificate {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    margin-top: 30px;
}

.single-certificate:hover:before {
    content: '';
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--actionColor);
    opacity: 0.9;
    border-radius: 5px;
    pointer-events: none;
    transform: translateX(15px);
}

.single-certificate span {
    display: none;
}

.single-certificate:hover span {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 75px;
    font-weight: 600;
    color: white;
    pointer-events: none;
}

.single-certificate:hover:after {
    position: absolute;
    bottom: 10px;
    right: 20px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49' viewBox='0 0 49 49' fill='none'%3E%3Ccircle cx='24.6174' cy='24.2726' r='24.0129' fill='white'/%3E%3Cpath d='M32.0482 24.626C32.2435 24.4308 32.2435 24.1142 32.0482 23.9189L28.8662 20.7369C28.671 20.5417 28.3544 20.5417 28.1591 20.7369C27.9639 20.9322 27.9639 21.2488 28.1591 21.444L30.9875 24.2725L28.1591 27.1009C27.9639 27.2962 27.9639 27.6127 28.1591 27.808C28.3544 28.0033 28.671 28.0033 28.8662 27.808L32.0482 24.626ZM17.54 24.7725H31.6947V23.7725H17.54V24.7725Z' fill='%23FAA819'/%3E%3C/svg%3E");
    display: block;
    width: 49px;
    height: 49px;
    pointer-events: none;
}

.single-certificate img {
    width: 100%;
    max-height: 200px; /* adjust this value as needed */
    object-fit: cover;
    border-radius: 5px;
}

/* footer */

.footer-area {
    background: var(--mainColor);
    color: var(--whiteColor);
}

.footer-upper {
    align-items: center;
    justify-content: space-between;
}

.footer-action-call {
    font-weight: 300;
    font-size: 18px;
    line-height: 114.5%;
    color: #FFFFFF;
    width: 550px;
    margin-bottom: 0;
}

.footer-action-call a {
    color: white;
    text-decoration: underline;
    font-weight: 600;
    white-space: nowrap;
}

.footer-btn {
    display: inline-block;
    position: relative;
    border: none;
    background-color: var(--actionColor);
    color: var(--whiteColor);
    border-radius: 6px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    padding: 13px;
    font-size: var(--fontSize);
    font-weight: 300;
    width: 54px;
    height: 54px;
    margin: 0 5px;
}

.footer-btn svg {
    fill: white;
}

.footer-action-video {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer-action-video p {
    font-weight: 700;
    font-size: 18px;
    line-height: 114.5%;
    color: #FFFFFF;
}

.footer-action-video i {
    display: none;
}

.footer-area .default-btn {
    width: 54px;
    height: 54px;
    padding: 15px;
}

.footer-buttons-container .default-btn {
    width: 60px;
    height: 60px;
    padding: 18px;
}

.footer-buttons-container .default-btn:nth-child(2) {
    margin: 0 -20px;
}

.footer-buttons-container .default-btn:hover ~ .default-btn {
    background: var(--actionColor);
    opacity: 0.5;
}

.form-button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.form-button-box .default-btn {
    width: 60px;
    height: 60px;
    padding: 18px;
    margin: 0 5px;
}

.form-button-box .default-btn:hover svg {
    transform: translateX(0);
}

.footer-area .default-btn svg {
    transform: none;
}

.footer-nav-list {
    padding-left: 15px;
}

.footer-nav-list .footer-list-item a {
    margin-left: 5px;
}

.footer-lower a {
    color: var(--whiteColor);
}

.footer-lower a:hover {
    color: var(--actionColor);
}

.footer-lower h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-lower p, .footer-lower a, .footer-lower li {
    font-weight: 300;
    font-size: 14px;
    line-height: 114.5%;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.footer-nav-list .footer-list-item::marker {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='12' height='12' fill='white' viewBox='0 0 32 32'%3E%3Cpath d='M31.155 16.55c0.304-0.304 0.304-0.796 0-1.1l-4.951-4.951c-0.304-0.304-0.796-0.304-1.1 0s-0.304 0.796 0 1.1l4.401 4.401-4.401 4.401c-0.304 0.304-0.304 0.796 0 1.1s0.797 0.304 1.1 0l4.951-4.951zM0.617 16.778h29.988v-1.556h-29.988v1.556z'/%3E%3C/svg%3E");
}

.about-us-action {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.about-us-action p {
    font-weight: 600;
    font-size: 18px;
    line-height: 114.5%;
    color: #FFFFFF;
}

#video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

#video-overlay video {
    width: 100%;
    height: 100%;
}

#video-overlay .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--actionColor);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999999;
}

.products-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-info-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.products-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    align-self: flex-end;
}

.products-cart-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-cart-footer .cart-total-box {
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 25px;
    border-radius: 5px;
}

.products-cart-footer .cart-amount {
    font-weight: 500;
    font-size: 40px;
    line-height: 114.5%;
    color: var(--mainColor);
}

.products-cart-footer .products-cart-btn {
    margin-left: 30px;
}

.languages-box {
    position: fixed;
    bottom: 20px;
    left: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 0 10px 5px;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    width: 26px;
    transition: 0.3s;
}

.languages-box:hover {
    width: 137px;
    transition: 0.3s;
    padding: 10px;
}

.languages-box a {
    width: 137px;
    color: white;
}

/*.content-heading {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    justify-content: space-between;*/
/*}*/

/*.collapsed-button {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    border: none;*/
/*    background-color: var(--actionColor);*/
/*    color: var(--whiteColor);*/
/*    -webkit-box-shadow: unset;*/
/*    box-shadow: unset;*/
/*    -webkit-transition: var(--transition);*/
/*    transition: var(--transition);*/
/*    text-align: center;*/
/*    padding: 5px 15px;*/
/*    font-size: var(--fontSize);*/
/*    font-weight: 300;*/
/*    cursor: pointer;*/
/*}*/

/*.collapsed-content {*/
/*    height: 200px;*/
/*    overflow: hidden;*/
/*    transition: 0.5s;*/
/*}*/

/*.uncollapsed-content {*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    transition: 0.5s;*/
/*}*/

.doctor-navbar.closed {
    visibility: visible;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

.doctor-navbar.open {
    visibility: visible;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    overflow: auto;
}

.doctor-navbar {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: var(--mainColor);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
}

.doctor-nav-call {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 90px;
    left: 0;
    background: rgba(250, 168, 25, 0.6);
    color: white;
    border-radius: 0 10px 10px 0;
    height: 60px;
    width: 30px;

}

@media only screen and (max-width: 1300px) {
    .navbar-area .ftp-link {
        right: 15%;
    }
}

@media only screen and (max-width: 1250px) {

    .drodo-nav .navbar .navbar-nav .nav-item a {
        margin: 0 10px;
    }

    .drodo-nav .navbar .others-option .option-item {
        margin-left: 10px;
    }

    .x-ray-action-banner h4 {
        font-size: 25px;
        line-height: 27px;
    }

}

@media only screen and (max-width: 1199px) {

    .navbar-area .ftp-link {
        right: 15px;
    }

    .order-item p {
        font-size: 13px;
    }

    .footer-map iframe {
        height: 240px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .wishlist-btn {
        right: auto;
    }

    .cart-inner-img img {
        width: 100%;
    }

    .cart-inner-remove {
        right: 5px;
    }

    .cart-container {
        padding: 0;
    }

    .cart-inner-price {
        margin-left: 0;
        display: flex;
        align-items: center;
    }

    .cart-inner span {
        font-size: 22px;
    }

    .cart-price .old-price {
        font-size: 15px !important;
    }

    .cart-price span {
        font-size: 22px;
    }

    .text-title-cut {
        height: 45px;
        overflow: hidden;
    }

    .product-video-player iframe {
        width: 100% !important;
    }

    .main-product-img iframe {
        width: 100% !important;
        height: 400px;
    }

    .change-info-box {
        margin-top: 25px;
    }

    .referral-link textarea {
        height: 85px;
    }

    .single-contact-info-box {
        padding: 30px 15px;
        margin-bottom: 30px;
    }

    .products-details-desc .price .old-price {
        color: #828893;
        text-decoration: line-through;
        font-size: 17px;
    }

    .logout-btn {
        font-size: 20px;
    }

    .related-cost .price span {
        font-size: 25px;
    }

    .related-cost .price .old-price {
        font-size: 17px;
    }

    .related-btn {
        width: 50%;
    }

    #change-pass, .get-balance {
        margin-left: 0;
    }

    .change-info-box .default-btn:last-child {
        float: right;
    }

    .change-info-box .default-btn:first-child {
        margin: 15px 0 0 0;
    }

    .popup-change-info {
        height: fit-content;
        top: 7%;
    }

    .footer-upper-widget {
        width: 50%;
    }

    .drodo-nav .navbar .others-option .option-item {
        margin-left: 5px;
    }

    .drodo-nav .navbar .navbar-nav .nav-item a {
        margin-left: 5px;
        margin-right: 10px;
    }

    .drodo-nav .navbar .navbar-nav .nav-item a {
        font-size: 15px;
    }

    a.login-btn {
        margin: 32px 0 30px;
    }

    a.reg-btn {
        margin: 56px 0 30px;
    }

    .reg-or-log {
        text-align: left;
    }

    .info-banner-main {
        margin: 45px 45px 45px 30px;
    }

    .order-total p {
        font-size: 20px;
    }

    .order-box .order-total:before {
        bottom: 77px;
    }

    .order-box .order-total:after {
        bottom: 114px;
    }

    .order-status p {
        font-size: 18px;
    }

    .single-why-choose-box {
        height: 330px !important;
    }

    .product-cart-btn {
        width: 100px;
    }

    .product-price-list span {
        font-size: 15px;
    }

    #index {
        height: 60vh;
    }

    #totalSum {
        float: none !important;
    }

    #getSalePrice {
        margin-top: 10px;
        float: none;
    }
}

@media only screen and (max-width: 1085px) {

    .navbar-area .ftp-link {
        right: 15%;
    }

    .drodo-nav .navbar .navbar-nav .nav-item a {
        font-size: 13px;
    }

    .header-info-box {
        padding-bottom: 30px;
    }

    .wcu-list-container {
        margin-bottom: 0;
    }

    .footer-action-video p, .footer-action-video svg {
        display: none;
    }

    .footer-action-video .default-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-action-video i {
        display: block;
        position: static;
    }

    .call-action-banner .call-number a {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1010px) {
    .drodo-nav .navbar .others-option .option-item {
        width: 26px;
    }
}

@media only screen and (min-width: 991px) {
    .single-why-choose-box:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
        background-color: var(--whiteColor) !important;
    }
}

@media only screen and (max-width: 991px) {

    .languages-box {
        display: none;
    }

    .mobile-languages-box {
        position: absolute;
        top: 10px;
        left: 10px;
        display: flex;
        flex-direction: column;
    }

    .mobile-languages-box a {
        margin: 5px 0;
        color: white;
    }

    .shoppingCartModal.modal.right .modal-dialog {
        width: 90%;
        max-width: 90%;
        height: 90%;
    }

    .shoppingCartModal .modal-content .modal-body {
        padding: 15px;
        flex-direction: column;
        display: flex;
        justify-content: center;
    }

    .tour-container {
        bottom: unset;
        top: -50px;
        right: 20px;
    }

    .wcu-box-1, .wcu-box-2, .wcu-box-3 {
        justify-content: center;
    }

    .services-sidebar-container .call-action-banner, .services-sidebar-container .work-time-banner, .services-sidebar-container .video-action-banner, .services-sidebar-container .vr-action-banner {
        display: none;
    }

    .services-sidebar-container {
        order: 1;
    }

    .x-ray-container {
        order: 2;
    }

    .services-sidebar-container .services-sidebar {
        position: static;
    }

    #services .services-content .card:hover, .customer-service-area .services-card:hover {
        background: transparent;
        color: white;
    }

    #services .services-content .card:hover h3, #services .services-content .card:hover p, .customer-service-area .services-card:hover h3, .services-card:hover p {
        color: white;
    }

    #services .services-content .card:hover svg, .customer-service-area .services-card:hover svg {
        fill: white;
    }

    #services .services-content .card:before, .customer-service-area .services-card:hover:before {
        content: none;
    }

    .wcu-stats-box {
        margin: 10px 0;
        justify-content: flex-start;
    }

    .wcu-stats-content {
        width: 100%;
        justify-content: center;
    }

    #totalSum {
        float: right;
    }

    #getSalePrice {
        margin-top: 0;
    }

    .products-area {
        padding-top: 10px !important;
    }

    .breadcrumbs .container-fluid {
        padding: 0 40px;
    }

    .breadcrumbs {
        width: 100%;
        overflow-y: auto;
    }

    .bread-inner .bread-item {
        min-width: max-content;
    }

    .bread-inner .bread-item:last-child {
        padding-right: 4%;
    }

    .responsive-nav-inner .search-overlay-form form button, .responsive-nav-inner #search-button {
        padding: 1px 8px 0;
        height: 35px;
    }

    .search-overlay-form form button, .nav-search-overlay-form form button {
        line-height: normal;
    }

    .navbar-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-area.is-sticky {
        padding: 15px 0;
    }

    .responsive-nav .search-overlay-form form #search-button i {
        transform: translate(5%, -20%);
    }

    .checkout-total {
        position: static;
        top: 0;
    }

    .checkout-area {
        height: auto;
    }

    .checkout-box {
        height: 700px;
    }

    .py-70 {
        padding: 20px 0;
    }

    .products-area .search-overlay-form {
        display: none;
    }

    .mobile-categories-block {
        display: block;
    }

    .footer-map iframe {
        height: 200px;
    }

    .single-footer-widget .footer-contact-info li {
        margin-bottom: 8px;
    }

    .single-footer-widget .link-list li {
        margin-bottom: 8px;
    }

    .cart-footer-right {
        width: 290px;
    }

    .page-title-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-title-content h1 {
        font-size: 35px;
    }

    .cart-inner-remove {
        top: 0px;
    }

    .go-top:hover {
        background: var(--mainColor);
    }

    .facility-box:nth-child(3) .single-facility-box {
        margin-top: 10px;
    }

    .products-details-image img {
        height: 300px;
    }

    .related-btn {
        width: auto;
    }

    .product-video-player iframe {
        width: 100% !important;
        height: 100px;
    }

    .main-product-img iframe {
        width: 100% !important;
        height: 310px;
    }

    .shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .remove-btn, .shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .remove-btn {
        opacity: 1;
        visibility: visible;
    }

    .section-title:before {
        content: none;
    }

    .cart-totals {
        margin-top: 50px;
    }

    .change-info-box {
        margin-top: 0;
    }

    .referral-copy-btn {
        margin-top: 25px;
    }

    .about-content ul {
        padding-left: 0;
        text-align: left;
    }

    .about-content {
        padding: 30px;
    }

    .facility-box {
        border: 0;
    }

    .facility-box:nth-child(2) {
        border-left: 1px solid #e2e2e2;
    }

    .single-facility-box .info-box h3 {
        font-size: 21px;
    }

    .order-sec .cart-table {
        padding-left: 0;
    }

    .related-cost {
        width: 45%;
    }

    .related-btn .default-btn i {
        left: 9px;
        top: 8px;
        font-size: 16px;
    }

    .related-btn .default-btn {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 31px;
        padding-right: 12px;
    }

    .related-image, .related-info {
        height: 100px;
    }

    .related-cost .price .old-price {
        font-size: 12px;
    }

    .related-cost .price span {
        font-size: 16px;
    }

    .related-name span {
        font-size: 16px;
    }

    .related-head:before {
        content: none;
    }

    #related-next, #related-prev {
        top: 320px;
    }

    .related-head h6 {
        font-size: 21px;
    }

    .profile-list li:last-child a {
        margin-bottom: 15px;
    }

    .ref-about {
        margin-top: 15px;
    }

    .ref-about h6 {
        font-size: 45px;
    }

    .order-sec .cart-table table tbody tr td.product-thumbnail a img {
        width: 50px;
    }

    .order-box .order-total:before, .order-box .order-total:after {
        content: none;
    }

    .order-total {
        padding: 10px 0;
    }

    .single-facility-box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .single-facility-box .icon {
        position: unset;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .popup-change-info {
        overflow-y: auto;
        height: 80%;
    }

    .mobile-categories-btn {
        display: block;
    }

    .woocommerce-widget-area {
        display: none;
    }

    .single-footer-widget .logo img {
        width: 230px !important;
        margin-left: 0;
    }

    .login-page {
        width: 80%;
    }

    .info-banner-main {
        margin: 45px 45px 45px 40px;
    }

    a.meanmenu-reveal {
        padding-top: 17px !important;
    }

    .profile-nav {
        position: static;
        top: 0;
    }

    .responsive-nav {
        display: block;
    }

    .logo img {
        width: 320px;
        margin-left: 10px;
    }

    .single-footer-widget h3 {
        margin-bottom: 15px;
    }

    .footer-upper-widget {
        width: 100%;
    }

    .meanmenu-reveal {
        width: 20px !important;
    }

    .meanmenu-reveal span {
        height: 2px !important;
    }

    .woocommerce-ads-widget {
        display: none;
    }

    .megamenu-container .megamenu-category .nav .nav-item:hover .dropdown-menu {
        display: none !important;
        opacity: 0;
        visibility: hidden;
    }

    .megamenu-container .megamenu-category .nav .nav-item .dropdown-menu {
        display: none !important;
        opacity: 0;
        visibility: hidden;
    }

    .nav-link i {
        opacity: 0;
    }

    .customer-service-img img {
        margin-top: 80px;
    }

    .order-box {
        position: static;
        margin-top: 40px;
    }

    .order-sec .cart-table table thead tr th {
        text-align: center;
        font-size: 11px;
    }

    .order-sec .cart-table table tbody tr td.product-quantity .input-counter {
        margin-left: 0px;
    }

    .cart-table table thead tr th {
        padding: 0 20px;
    }

    .cart-table table tbody tr td.product-quantity .input-counter {
        margin-left: 10px;
    }

    .order-sec .cart-table td a {
        text-align: center;
        width: 100%;
    }

    .order-sec .cart-table td span {
        text-align: center;
    }

    .order-sec .cart-table td p {
        text-align: center;
    }

    .order-sec .cart-table table thead tr th:last-child {
        padding-right: 0;
    }

    .title-delivery {
        margin-top: 20px;
    }

    .orders-history-body {
        margin-top: 30px;
    }

    .profile-body {
        margin-top: 15px
    }

    #product-next {
        right: 20px;
    }

    #product-prev {
        left: 20px;
    }

    .related-image img {
        width: 120px;
    }

    .related-image, .related-info {
        height: auto;
    }

    #related-prev, #related-next {
        display: none;
    }

    .related-head h6 {
        font-size: 17px;
    }

    .related-down-block {
        justify-content: space-between;
    }

    .related-cost {
        width: auto;
    }

    .related-image img {
        margin: 0 auto;
    }

    .video-index {
        background-position: right;
    }

    .header-box {
        background: rgba(0, 0, 0, 0.2);
        padding: 0 50px 84px;
    }

    .header-subtitle, .header-title, .header-info-box, .video-description {
        color: white;
        font-weight: 500;
    }

    .green-stats, .orange-stats {
        font-size: 32px;
        line-height: 34px;
    }

    .doctors-section .main-doctor-card {
        width: 100%;
    }

}

@media only screen and (max-width: 991px) and (min-width: 868px) {
    .extra-none {
        display: none !important;
    }
}


@media only screen and (max-width: 930px) {
    .footer-action-video {
        display: none;
    }
}

@media only screen and (max-width: 910px) {
    .info-bar-mail {
        padding-right: 6% !important;
    }

    .footer-buttons-container {
        order: 1;
    }

    .footer-social-box {
        order: 2;
    }

    .footer-action-call {
        order: 3;
        margin: auto;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .info-bar-mail {
        padding-right: 5% !important;
    }

    .call-action-banner, .work-time-banner, .doctor-info-card {
        padding: 15px;
    }

    .customer-service-area .services-for-doctors-area .services-card {
        padding: 14px;
        flex-direction: column;
    }

    .customer-service-area .services-for-doctors-area .services-card .services-icon {
        margin: 30px auto 20px;
    }

    .customer-service-area .services-for-doctors-area .services-card .services-heading, .customer-service-area .services-for-doctors-area .services-card .services-description {
        text-align: center;
        white-space: unset;
    }

}

@media only screen and (min-width: 768px) {
    .single-products-box .content, .single-products-box-nonprice .content {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {

    .doctor-nav-call {
        display: flex;
    }

    .education-content, #works, #certificates {
        margin-top: 15px;
    }

    .doctor-list-inner h2 {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .shoppingCartModal .products-cart-content {
        margin-top: auto;
    }

    .products-cart-footer {
        margin-top: auto;
        flex-direction: column-reverse;
    }

    .products-cart-footer .close {
        margin: 15px 0;
    }

    .shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
        margin-top: 15px;
    }

    .product-info-box {
        width: 100% !important;
    }

    .remove-btn {
        top: unset !important;
        bottom: 0;
    }

    .shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
        align-items: flex-start;
        flex-direction: column;
    }

    .manufacturer {
        display: none;
    }

    .products-cart-footer .cart-total-box {
        justify-content: space-around;
    }

    .products-cart-btn p {
        display: none;
    }

    .page-heading-text {
        width: 100%;
    }

    .doctors-section .main-doctor-card .main-doctor-content {
        padding: 20px;
        width: 100%;
    }

    .page-title-area {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-doctor-container {
        flex-direction: column;
    }

    .doctors-heading-container {
        flex-direction: column;
    }

    .doctors-button-container {
        width: 100%;
    }

    .call-action-banner, .work-time-banner {
        padding: 40px;
    }

    .doctor-info-card {
        padding: 25px;
    }

    .interview-box .single-interview {
        height: 205px;
    }

    .responsive-nav-inner .search-overlay-form form button, .responsive-nav-inner #search-button {
        width: 35px;
        height: 35px;
    }

    .search-overlay-form form .input-search {
        height: 35px !important;
    }

    .logo img {
        width: 230px;
    }

    .info-bar-hours, .info-bar-mail {
        display: none;
    }

    .info-bar-phone {
        width: 100%;
        padding: 0;
    }

    .info-bar {
        width: 100%;
    }

    .categories-block-main .col-lg-5.col-md-12 .col-sm-6.col-6.categories-block:first-child {
        order: 2;
    }

    .categories-block-main .col-lg-5.col-md-12 .col-sm-6.col-6.categories-block:nth-child(2) {
        order: 1;
    }

    .about-description {
        padding: 0;
    }

    .wishlist-item-block .single-products-box, .wishlist-item-block .single-products-box-nonprice {
        border: 1px solid #eeeeee;
        margin-bottom: 30px;
        border-radius: 5px;
    }

    .related-products .single-products-box, .related-products .single-products-box-nonprice {
        border: 1px solid #eeeeee;
        /*border-radius: 5px;*/
    }

    .popup-reg-log:before {
        width: 44%;
    }

    .price-cart-box .old-price-box {
        height: 18px;
        font-size: 13px;
    }

    .price-cart-box {
        font-size: 15px;
        justify-content: center;
        align-items: center;
        height: 50px;
    }

    .product-card-buttons-container .buttons-box .btn:hover, .product-card-buttons-container .btn:hover {
        background: transparent;
    }

    .product-card-buttons-container {
        align-items: center;
    }

    .single-products-box .content, .single-products-box-nonprice .content {
        padding: 0 5px;
        height: 40px;
        margin-bottom: 5px;
        overflow: hidden;
        font-size: 18px;
        line-height: 20px;
        color: #221f1f;
        margin-top: 10px;
        text-overflow: clip;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .single-products-box .product-image, .single-products-box-nonprice .product-image {
        border-radius: 1px;
        height: 250px;
        background-size: contain;
    }

    .single-products-box {
        border-radius: 0;
        margin-bottom: 0;
        border: 0;
        height: 360px;
    }

    .catalog-product-cart {
        padding: 0;
    }

    .single-products-box, .single-products-box-nonprice {
        border: 0;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        border-radius: 0;
        margin-bottom: 0;
        height: 400px;
    }

    .manufacturer {
        margin-bottom: 0;
    }

    .cart-inner-footer {
        margin-top: 5px;
        flex-direction: column;
    }

    .cart-price {
        display: flex;
        align-items: baseline;
    }

    .cart-footer-right, .cart-footer-left {
        width: 100%;
    }

    .cart-footer-right {
        justify-content: space-between;
        margin-top: 5px;
    }

    .cart-container {
        padding: 0 15px;
    }

    .page-title-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-title-content h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .py-70 {
        padding: 20px 0;
    }

    .facility-box:nth-child(3) .single-facility-box {
        margin-top: 0px;
    }

    .facility-box:nth-child(3) {
        margin-top: 10px;
    }

    .product-video-player iframe {
        height: 100px !important;
    }

    .animation-container {
        display: block;
    }

    .chevron {
        left: 42%;
    }

    .products-slides.owl-theme .owl-nav {
        right: -50px;
    }

    .single-why-choose-box {
        height: 350px !important;
    }

    .about-content {
        padding: 0;
    }

    .facility-box:nth-child(2) {
        border-left: 0;
    }

    .single-facility-box .info-box h3 {
        font-size: 17px;
    }

    .order-details {
        padding: 0 15px;
    }

    .popup-reg-log, .popup-reg-button {
        margin-top: 40px;
    }

    .popup-reg {
        width: 60%;
        left: 20%;
    }

    #product-next {
        right: 10px;
    }

    #product-prev {
        left: 10px;
    }

    #related-prev, #related-next {
        top: 332px;
    }

    .related-head:before {
        content: none;
    }

    .order-sec .cart-table table tbody tr td.product-thumbnail a img {
        width: 0px;
    }

    .referral-body {
        border-radius: 0;
    }

    .personal-information {
        border-radius: 0;
    }

    .products-details-image img {
        height: 380px;
    }

    .profile-body {
        margin-top: 0px
    }

    .referral-body {
        margin-top: 10px;
        border-left: 0;
    }

    .personal-information {
        margin-top: 15px;
    }

    .referral-copy-btn {
        margin-top: 10px;
    }

    .ref-about h6 {
        font-size: 35px;
    }

    .checkout-user {
        margin-top: 40px;
    }

    .site-change-password h1, .site-change-password p, .site-reset-password h1, .site-reset-password p {
        text-align: center;
    }

    .oh-status.ready i, .oh-status.not-paid i, .oh-status.in-progress i {
        margin-right: 3px;
    }

    .info-banner-main {
        margin: 45px 45px 45px 30px;
    }

    .purchase-history-empty {
        margin-top: 15px;
    }

    .purchase-history-filled {
        margin-top: 15px;
    }

    .single-footer-widget .social li a {
        font-size: 27px !important;
    }

    .mt-50 {
        margin-top: 50px
    }

    .footer-upper-widget {
        width: 90%;
    }

    .single-footer-widget .logo img {
        width: 200px !important;
        margin-left: 0;
    }

    .customer-service-img img {
        margin-top: 30px;
    }

    .customer-service-area {
        padding: 0 0 60px !important;
    }

    .customer-service-img img {
        margin-top: 30px;
    }

    .products-details-desc {
        margin-top: 0px;
    }

    .cart-product div {
        margin-bottom: 15px;
    }

    .product-photo {
        text-align: center;
    }

    .product-name h4 {
        font-size: 30px;
    }

    .product-count, .product-price {
        padding: 0 !important;
        text-align: center;
    }

    .product-price span {
        padding: 0 !important;
        margin-top: 10px;
        font-size: 18px;

    }

    .product-photo img {
        width: 200px;
    }

    .product-inner a span {
        top: -115px;
        right: -10px;
        width: 50px;
        height: 50px;
    }

    .product-inner a span i {
        font-size: 45px;
        padding: 3px;
    }

    .register-form {
        padding-left: 0;
    }

    .facility-box {
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        margin-bottom: 30px;
    }

    .pagination-area {
        padding: 0;
    }

    .owl-nav {
        display: none;
    }

    .cart-table {
        padding: 0;
    }

    .cart-table table thead tr th {
        padding: 0 10px;
    }

    .cart-table table thead tr td {
        padding: 0 10px;
    }

    .cart-table .table tr th:nth-child(2) {
        display: none;
    }

    .cart-table .table tr td:nth-child(2) {
        display: none;
    }

    .product-subtotal a {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .doctor-slider .doctor-card {
        height: 660px;
    }

    .doctors-section .main-doctor-card {
        flex-direction: column;
    }
}

@media only screen and (max-width: 576px) {


    .video-index {
        background-image: url("../images/header-mobile.png");
    }

    .header-title {
        width: 100%;
        font-size: 32px;
        line-height: 34px;
    }

    .checkout-box {
        padding: 0;
    }

    .breadcrumbs .container-fluid {
        padding: 0 35px;
    }

    .navbar-area {
        background: white;
    }

    #index {
        height: 40vh;
    }

    .products-area {
        padding-top: 10px !important;
    }

    .navbar-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .responsive-nav-inner .search-overlay-form form button, .responsive-nav-inner #search-button {
        width: 35px;
        height: 35px;
    }

    #orders-history {
        padding: 30px 0 50px;
    }

    .cabinet-sec {
        padding: 30px 0 50px;
    }

    .checkout-area {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .cart-area {
        padding-bottom: 50px;
    }

    section.referral {
        padding: 0 0 50px;
    }

    section.installment {
        padding: 0 0 50px;
    }

    .funfacts-area {
        padding-bottom: 10px;
    }

    .about-area {
        padding-top: 10px !important;
    }

    .footer-area {
        padding-top: 0;
    }

    .contact-info-area {
        padding: 30px 0 0;
    }

    .popup-reg-log:before {
        width: 43%;
    }

    .products-buttons {
        bottom: 130px;
    }

    .product-related-one {
        flex-direction: column;
    }

    .related-name {
        height: 52px;
    }

    .footer-upper .col-lg-3.col-sm-6.col-12.col-md-4 {
        order: 1;
    }

    .cart-inner-footer {
        margin-top: 7px;
    }

    .cart-footer-right {
        margin-top: 7px;
    }

    .cart-inner-price span, .cart-price span {
        font-size: 17px;
        margin-left: 0;
    }

    .cart-table .table tr th:nth-child(3) {
        display: none;
    }

    .cart-table .table tr td:nth-child(3) {
        display: none;
    }

    .related-products {
        padding: 0;
    }

    .chevron {
        left: 37%;
    }

    .popup-money {
        left: 0;
        width: 100%;
    }

    .product-video-player iframe {
        height: 150px !important;
    }

    .popup-reset {
        width: 100%;
        left: 0;
    }

    .site-change-password {
        width: 100%;
    }

    .referral-body {
        padding: 10px;
    }

    .purchase-history-empty, .personal-information, .cabinet-licked-products-empty {
        padding: 10px;
    }

    .ref-about p {
        font-size: 16px;
    }

    .single-why-choose-box {
        height: auto;
    }

    .about-content {
        padding: 15px;
    }

    .single-facility-box .info-box {
        margin-left: 10px;
    }

    .facility-box:nth-child(2) {
        border-left: 1px solid #e2e2e2;
    }

    .oh-tb-col i {
        font-size: 16px;
    }

    .shoppingCartModal.modal.right .modal-dialog, .shoppingWishlistModal.modal.right .modal-dialog {
        width: 100%;
    }

    .popup-reg {
        width: 90%;
        left: 5%;
        top: 25%;
    }

    .popup-reg h3 {
        font-size: 25px;
    }

    .popup-reg-button a {
        font-size: 25px;
    }

    .popup-thanks {
        left: 0;
        padding: 0 20px 50px;
        top: 25%;
        width: 100%;
    }

    .popup-change-info {
        width: 80%;
        left: 10%;
        padding: 30px 5px;
    }

    .popup-change-info h3.title {
        font-size: 20px;
        margin-top: 20px;
    }

    .products-details-image img {
        height: 300px;
    }

    .slick-item img {
        height: 150px;
    }

    .row .purchase-history-inner {
        padding: 0;
    }

    .col-lg-12 .orders-history-body {
        padding: 0;
    }

    .oh-tb-col {
        display: flex;
        flex-direction: column;
        font-size: 11px;

    }

    .login-page {
        width: 100%;
    }

    .search-overlay .search-overlay-close {
        top: 70px;
    }

    .search-overlay .search-overlay-form {
        width: 300px;
    }

    .register-form {
        padding: 10px;
    }

    .login-form {
        padding: 40px 20px;
    }

    .popup-login, .popup-call, .popup-deal {
        left: 0;
        width: 100%;
    }

    .ref-about h6 {
        font-size: 45px;
    }

    .oh-tb-col {
        padding: 10px 2px;
        word-break: break-word;
    }

    .info-banner-main {
        width: 85%;
    }

    .single-footer-widget .logo img {
        width: 250px !important;
        margin-top: 50px;
    }

    .single-footer-widget .footer-contact-info li span {
        font-size: 18px;
    }

    .single-footer-widget .footer-contact-info li a {
        font-size: 18px;
    }

    .single-footer-widget .link-list li a {
        font-size: 18px;
    }

    .single-footer-widget h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .single-footer-widget .social li a {
        font-size: 32px !important;
    }

    .order-sec .cart-table table tbody tr td.product-thumbnail a img {
        width: 50px;
    }

    .order-sec .cart-table td span {
        font-size: 14px;
        margin-left: 10px;
    }

    .order-sec .cart-table table thead tr th {
        font-size: 16px;
        padding: 0 10px 15px;
    }

    .change-info-box .default-btn {
        padding: 10px 10px;
    }

    .cart-table table tbody tr td.product-name a {
        margin-left: 6px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item {
        margin: 0px;
    }

    .drodo-responsive-nav .drodo-responsive-menu.mean-container .others-option .option-item .cart-btn {
        margin-left: 7px;
    }

    .video-index {
        background-image: url("../images/header-mobile.png");
    }

    .video-index {
        min-height: calc(100vh - 70px);
        max-height: calc(100vh - 70px);
    }

    .header-box {
        background: rgba(0, 0, 0, 0.2);
        height: calc(100vh - 70px);
        padding: 0 15px;
    }

    .header-subtitle, .header-title, .header-info-box, .video-description {
        color: white;
        font-weight: 500;
    }

    .header-title {
        width: 100%;
        font-size: 32px;
        line-height: 34px;
    }

    .header-title-box {
        margin-bottom: 60px;
    }

    .tour-container {
        position: absolute;
        bottom: unset;
        right: unset;
        top: -150px;
        left: -55px;
        transform: rotate(90deg);
        animation: bounceRight 2s infinite;
        -webkit-animation: bounceRight 2s infinite;
    }

    .tour-button {
        display: none;
    }

    .tour-mobile-button {
        display: block;
        animation: setHeight 2s infinite;
        -webkit-animation: setHeight 2s infinite;
    }

    @keyframes bounceRight {
        0% {
            width: 100px;
        }
        50% {
            width: 115px;
        }
        100% {
            width: 100px;
        }
    }

    @-webkit-keyframes bounceRight {
        0% {
            width: 100px;
        }
        50% {
            width: 115px;
        }
        100% {
            width: 100px;
        }
    }
    @keyframes setHeight {
        0% {
            height: 25px;
        }
        50% {
            height: 40px;
        }
        100% {
            height: 25px;
        }
    }

    @-webkit-keyframes setHeight {
        0% {
            height: 25px;
        }
        50% {
            height: 40px;
        }
        100% {
            height: 25px;
        }
    }

    .wcu-box-1, .wcu-box-2, .wcu-box-3 {
        display: none;
    }

    #services {
        padding-bottom: 0 !important;
    }

    .services-heading-container {
        flex-direction: column;
    }

    .services-heading-box {
        width: 100%;
    }

    .prices-button-box {
        display: none;
    }

    .prices-link {
        display: block;
    }

    .all-services-link .default-btn {
        margin-top: 20px;
    }

    .services-title {
        margin-bottom: 25px;
    }

    .services-content .col {
        margin-bottom: 30px;
    }

    .doctors-heading-container {
        flex-direction: column;
    }

    .doctors-button-container, .result-card-content .result-card-title, .result-slider .card .result-card-content {
        width: 100%;
    }

    .result-slider .card .result-card-content {
        padding: 15px;
    }

    .result-card-content .result-card-description {
        margin-bottom: 15px;
    }

    .result-slider .card {
        flex-direction: column;
        height: unset;
        margin: 0;
    }

    .result-slider .card .result-card-image {
        width: 100%;
        padding: 15px;
    }

    .services-content .card svg {
        width: 100px;
    }

    .services-area {
        padding-top: 66px;
    }

    .page-title-area {
        flex-direction: column;
    }

    .page-heading-action h4 {
        font-size: 17px;
        line-height: 19px;
    }

    .page-heading-action .pulse-button {
        width: 80px;
        height: 80px;
    }

    .page-title-box {
        width: 100%;
    }

    .about-doctor-container {
        flex-direction: column;
    }

    .doctors-button-container {
        width: 100%;
    }

    .single-founder {
        width: 100%;
        flex-direction: column;
        padding: 0 15px;
    }

    .single-founder .founder-name {
        margin-top: 15px;
    }

    .center-history {
        border-right: none;
        border-left: none;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        margin: 10px 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wcu-stats-box {
        justify-content: flex-start;
        margin: 10px 0;
    }

    .wcu-stats-content {
        margin-left: 15px;
    }

    .prices-heading-area {
        padding-top: 66px;
    }

    .page-title-area {
        flex-direction: column;
    }

    .page-heading-text, p.option-subtitle, .popup-payments .popup-heading p, .popup-payments .popup-heading h2 {
        width: 100% !important;
    }

    .tabs-list {
        padding: 15px;
    }

    .tabs-list div.tabs-item.active div.tabs-desc {
        padding: 0;
    }

    .option-price-box {
        align-items: center;
        margin: 15px 0;
    }

    .option-price-box p {
        width: 70%;
        white-space: pre-wrap;
        margin-bottom: 0;
    }

    .option-price-box .option-price {
        width: 30%;
        text-align: right;
    }

    .option-price-box span {
        display: none;
    }

    .popup-payments {
        width: 100%;
        overflow: scroll;
        height: unset;
    }

    .popup-payments .popup-heading {
        flex-direction: column;
    }

    .catalog-heading-area {
        padding-top: 66px;
    }

    .page-heading-text {
        width: 100%;
    }

    .category-action-box {
        order: 1;
        margin: 15px 0;
    }

    .cart-action-box {
        order: 2;
        margin: 15px 0;
        margin-left: auto;
    }

    .sorting-box {
        order: 3;
    }

    .search-overlay-form {
        margin: 0 auto;
    }

    .navigation-area .row {
        justify-content: flex-start;
    }

    .about-section {
        height: 400px;
    }

    .doctors-top-area {
        height: 100%;
    }

    .doctors-top-area img {
        width: 100%;
        height: 90%;
        margin-top: auto;
        object-fit: contain;
    }

    .doctors-top-area.right {
        display: none;
    }

    .green-box, .orange-box {
        padding: 40px;
    }

    .single-certificate {
        flex: 100%;
        max-width: 100%;
    }

    .footer-upper {
        padding: 0 15px;
    }

    .footer-action-call, .footer-buttons-container, .footer-social-box {
        margin-top: 15px;
    }

    .footer-action-call {
        width: 100%;
    }

    .footer-action-video {
        display: none;
    }

    .footer-buttons-container, .footer-pages {
        order: 1;
    }

    .footer-social-box, .footer-contact {
        order: 2;
    }

    .footer-address, .footer-action-call {
        order: 3;
    }

    .footer-time {
        order: 4;
    }

    .navbar-area.is-sticky {
        padding: 15px 0;
    }

    .services-card-box {
        flex-direction: column;
    }

    .services-card-box .services-card-content, .services-card-box .services-card-image {
        width: 100%;
    }

    .about-title-section {
        height: 180px;
    }

    .page-title-box {
        transform: translateY(100%);
    }

    .about-area, .services-area {
        margin-top: 250px;
    }

    .bread-item a {
        font-size: 14px;
        word-wrap: break-word;
    }

    .book-box {
        flex-wrap: wrap;
    }

    .book-box-inner {
        width: 100%;
    }

    .hover-list-item:before {
        left: 40px;
    }

    .hover-list-item p, .hover-list-item div {
        padding-left: 80px;
        color: black;
    }

    .hover-list-item:hover p:before, .hover-list-item:hover div:before {
        width: 40px;
        height: 40px;
    }

    .hover-list-item:hover p:before, .hover-list-item:hover div:before {
        font-size: 20px !important;
    }

    .hover-list-item p:before, .hover-list-item div:before {
        left: -20px;
    }

    .doctors-heading-area {
        padding-top: 66px;
    }

    .doctors-heading-area .page-title-area {
        flex-direction: column;
    }

    .doctors-heading-area .page-heading-text {
        width: 100%;
    }

    .main-doctor-card {
        width: 100%;
        flex-direction: column;
        border-bottom: 1px solid #EDEDED;
    }

    .main-doctor-card .main-doctor-content {
        width: 100%;
        padding: 15px;
    }

    .contact-section {
        padding-top: 66px;
    }

    .contact-info-area {
        flex-direction: column;
    }

    .contact-info-box {
        width: 100%;
        padding: 15px;
    }

    .contact-box {
        flex-direction: column;
    }

    .contact-box .contact-mail-box {
        margin-top: 20px;
    }

    #maps {
        width: 100%;
    }

}

@media only screen and (max-width: 370px) {
    .related-btn {
        padding-right: 10px;
    }

    .header-title-box .header-subtitle {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .header-title-box .header-title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .header-title-box .header-info-box .header-info {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .pulse-container .pulse-button, .tour-button {
        width: 60px;
        height: 60px;
    }

    .header-info-box {
        display: none;
    }

    .page-heading-action h4 {
        font-size: 14px;
        line-height: 16px;
    }

    .page-heading-action {
        padding: 20px;
    }

    .page-subtitle, .page-title-description {
        font-size: 14px;
        line-height: 16px;
    }

    .page-title-content h1 {
        font-size: 22px;
        line-height: 24px;
    }

}

.error-input {
    border-color: red !important;
    transition: all 1s;
}

.error-input::placeholder {
    color: red !important;
    transition: all 1s;
}

.nothing-here-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nothing-here-box .default-btn {
    width: 50px;
    height: 50px;
    padding: 11px;
}

.loading-overlay {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
}

.loading-container {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    padding: 0 60px;
}

.loading-container:before {
    content: 'Завантаження';
    display: block;
    font-size: 1.5rem;
    position: absolute;
    top: -250%;
    left: 0;
    right: 0;
    color: var(--mainColor);
    text-align: center;
    opacity: .8;
}

.loading-dot {
    position: relative;
    width: 15px;
    height: 15px;
    background: var(--mainColor);
    border-radius: 50%;
    margin-right: 15px;
    -webkit-animation: dot 1.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) infinite;
    animation: dot 1.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) infinite;
}

.loading-dot:nth-of-type(1) {
    margin-right: 0;
}

.loading-dot:nth-of-type(2) {
    -webkit-animation-delay: .175s;
    animation-delay: .175s;
}

.loading-dot:nth-of-type(3) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

@-webkit-keyframes dot {
    0% {
        -webkit-transform: translate3d(-1000%, 0, 0);
        transform: translate3d(-1000%, 0, 0);
        opacity: 0;
    }
    20% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(1000%, 0, 0);
        transform: translate3d(1000%, 0, 0);
        opacity: 0;
    }
}

@keyframes dot {
    0% {
        -webkit-transform: translate3d(-1000%, 0, 0);
        transform: translate3d(-1000%, 0, 0);
        opacity: 0;
    }
    20% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(1000%, 0, 0);
        transform: translate3d(1000%, 0, 0);
        opacity: 0;
    }
}

.order-success {
    color: rgba(40, 167, 69, 0.71) !important;
}

.order-in-progress {
    color: rgba(0, 123, 255, 0.64) !important;
}

.order-canceled {
    color: rgba(221, 53, 69, 0.73) !important;
}
