.grecaptcha-badge {
    bottom: 120px !important;
}

.new-gallery-thumbs .item {
    margin: 2px;
    border-radius: 3px;
    cursor: pointer;
}

.new-gallery-thumbs .item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.content-section {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.content-section .new-gallery .item a img {
    height: 550px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.content-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #315297;
    border-radius: 50%;
    transition: all ease-in-out .3s;
    right: 0;
    box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
}

.content-section .owl-carousel .owl-nav .owl-next:hover {
    background: #315297;
    color: #ffffff;
}

.content-section .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #315297;
    border-radius: 50%;
    transition: all ease-in-out .3s;
    left: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}


.content-section .owl-carousel .owl-nav .owl-prev:hover {
    background: #315297;
    color: #ffffff;
}

.content-section .owl-carousel .owl-nav .owl-next i {
    position: relative;
    top: 2px;
}

.content-section .owl-carousel .owl-nav .owl-prev i {
    position: relative;
    top: 2px;
}

/* General CSS */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}

body {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

a {
    color: #222222;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover, a:focus, .text-orange {
    color: #FC912D;
}


.text-light-blue {
    color: #8C9EC5;
}

.text-blue {
    color: #315297;
}

.text-dark-blue {
    color: #0E224D;
}

.text-theme-dark {
    color: #222222;
}

.font-base {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.font-medium-small {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.font-small {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.font-medium {
    color: #315297;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.font-bold {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.font-medium-bold {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.font-medium-large {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #0E224D;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

img {
    max-width: 100%;
}

.button-light {
    margin-top: 10px;
    background-color: #F0F3F8;
    font-size: 12px;
    line-height: 18px;
    color: #315297;
    border-radius: 8px;
    padding: 2px 10px;
}

.button-light-big {
    background-color: #fff;
    border: 1px solid #315297;
    border-radius: 8px;
    color: #315297;
    padding: 8px 40px;
    margin-left: 20px;
    cursor: pointer;
}

.button-dark {
    background-color: #315297;
    border: 1px solid #315297;
    border-radius: 8px;
    color: #fff;
    padding: 8px 40px;
    margin-left: 20px;
    cursor: pointer;
}

.btn:focus {
    box-shadow: none;
}

hr {
    margin: 20px 0
}

.divider-style-one {
    border-bottom: 3px solid #315297;
    margin: 20px auto;
    width: 15%;
}

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

.star-space {
    color: #FC912D;
}

/* End General CSS */


/* Header */

.top-bar {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #D5DFE4;
    position: relative;
    background-color: #315297;
    z-index: 1005;
}

.top-bar .top-bar-middle .font-small {
    color: #ffffff;
}

.top-bar-left .top-bar-nav {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.top-bar-left .top-bar-nav li {
    list-style-type: none;
    position: relative;
}

.top-bar-left .top-bar-nav li .font-small {
    display: block;
    padding: 0 30px 0 0;
    color: #ffffff;
}

.top-bar-left .top-bar-nav li .font-small::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 15px;
    width: 1px;
    height: 13px;
    background-color: #D5DFE4;
}

.top-bar-left .top-bar-nav li:last-child p::before {
    display: none;
}


.top-bar-left .top-bar-nav li a:hover {
    color: #FC912D;
}

.top-bar-left .top-bar-nav li:last-child a::before {
    display: none;
}

.top-bar-right .top-bar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-left: 0;
}

.top-bar-right .top-bar-nav li {
    list-style-type: none;
    position: relative;
}

.top-bar-right .top-bar-nav li a {
    display: block;
    padding: 0 30px 0 0;
    color: #ffffff;
}

.top-bar-right .top-bar-nav li a i {
    margin-right: 5px;
}

.top-bar-right .top-bar-nav li:last-child a {
    padding-right: 0;
}

.top-bar-right .top-bar-nav li a:hover {
    color: #FC912D;
}

.top-bar-right .top-bar-nav li a::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 15px;
    width: 1px;
    height: 13px;
    background-color: #D5DFE4;
}

.top-bar-right .top-bar-nav li:last-child a::before {
    display: none;
}

.middle-bar {
    width: 100%;
    padding: 15px 0;
    background-color: #ffffff;
}

.search-select {
    border: unset;
    width: 120px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2 option {
    padding: 20px !important;
}

.search-list input {
    border: unset;
}

:focus-visible {
    outline: unset;
}

.middle-bar-search {
    display: flex;
}

.middle-bar-search .form-control:focus {
    box-shadow: unset;
    border: unset;
}

.middle-bar-search .search-form .category-list {
    position: relative;
    margin-right: 15px;

}

.middle-bar-search .search-form .category-list::before {
    content: "";
    height: 14px;
    width: 1px;
    background-color: #EBF0F3;
    position: absolute;
    top: 8px;
    right: -14px;
}


.middle-bar-search .search-form .search-list {
    width: 100%;
    display: flex;
    position: relative;
}

.middle-bar-search .search-form button {
    padding: 9px 16px;
    position: absolute;
    right: -6px;
    top: -6px;
    font-weight: 700;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-search {
    position: relative;
    width: 100%;
}

.form-search .input-search {
    width: 100%;
    height: 43px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(1, 15, 28, .1);
    border-radius: 8px;
    padding-left: 20px;
    border: 1px solid #CAD6EC;
    font-size: 14px;
}

.form-search .btn {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(1, 15, 28, .1);
    width: 25%;
    padding: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all ease-in-out .3s;
}

/* Navigation Bar */

/*#header {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 1000;*/
/*}*/

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navigation-bar {
    position: relative;
    border-bottom: 1px solid #315297;
    background-color: #315297;
}

.navigation-bar .container-fluid {
    max-width: 92%;
}

.middle-bar .navbar-brand img {
    width: 250px;
}

.action-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-action-right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-action-right i {
    font-size: 18px;
    margin-right: 5px;
}

.header-action-right i:last-child {
    font-size: 18px;
}

.header-action-right a {
    color: #315297;
    padding: 0 6px;
    position: relative;
    font-size: 12px;
    white-space: nowrap;
}

.header-action-right .cart-count {
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    border-radius: 28px;
    background-color: #FC912D;
    color: #fff;
    -webkit-box-sizing: border-box;
    height: 19px;
    box-sizing: border-box;
    padding: 0 0.5833333333em;
    position: absolute;
    top: -12px;
    left: 18px;
}

.header-action-right .cart-amount {
    margin-left: 5px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 15px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #315297;
}

.brand-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.navbar-toggler-icon {
    background-image: url('/fe/images/hamburger-menu.svg');
}

.navbar-light .navbar-nav .nav-item .dropdown-toggle:after {
    display: none;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #315297;
    border-bottom: 2px solid #315297;
    padding: 12px 0 12px;
}

.navbar-light .navbar-nav .nav-link.active:after {
    content: none !important;
}

.navbar-light .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    position: relative;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    transform: translateY(0px);
    transition: all ease-in-out .5s;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    background-color: #315297;
    color: #ffffff;
    position: relative;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
    background-color: #4870C2;
    border-radius: 4px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.navbar-light .navbar-nav .nav-item .nav-link i {
    margin-left: 5px;
}

.navbar-light .navbar-nav .nav-item .nav-link:after {
    content: '';
    background: 0 0;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all ease-in-out .5s;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover:after {
    background: #ffffff;
    width: 100%;
    transition: all ease-in-out .5s;
}

.navbar-light .navbar-nav .nav-item .nav-link::before {
    content: "|";
    position: absolute;
    top: 9px;
    right: -6px;
    color: #ffffff;
    height: 20px;
    width: 1px;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link::before {
    content: unset;
}

.navbar-toggler {
    background-color: #315297;
    padding: 5px 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    border: unset;
    background-color: #ffffff;
}

.navbar-toggler i {
    color: #315297;
    font-size: 26px;
}

.hamburger-menu {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.hamburger-menu p {
    font-size: 12px;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    margin-left: 5px;
    color: #222222;
    font-size: 14px;
    padding: 6px 22px 6px 22px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: unset;
    padding-left: 25px;
    transition: 0.2s;
    color: #FC912D;
}

.dropdown-menu .megamenu {
    padding: 1rem;
}

.navbar-nav .has-megamenu .megamenu {
    border: none;
    padding: 30px 0 45px 0;
    top: calc(100% + 1px);
    box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
}

.col-megamenu {
    padding-top: 15px;
}


.navbar-nav .has-megamenu .megamenu .mega-menu-thumb {
    max-width: 100%;
}

.navbar-nav .has-megamenu .megamenu .mega-menu-thumb img {
    width: 100%;
    border-radius: 8px;
}

.navbar-nav .has-megamenu .megamenu .dropdown-item-heading {
    border-bottom: 1px solid #eeeeee;
    color: #222222;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

.navbar-nav .has-megamenu .megamenu .dropdown-item {
    padding: 6px 0 6px 0;
}

.navbar-nav .has-megamenu .megamenu .dropdown-item:hover {
    padding-left: 0;
}

.sticky-navbar.sticky {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff;
    border-bottom: 1px solid #DDE4F0;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1000;
    box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
}

/* End Navigation Bar */

.dropbtn {
    background-color: transparent;
    color: #315297;
    font-size: 16px;
    border: none;
}


.dropdown-more {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: transparent;
}

.dropdown-more:hover .dropdown-content {
    display: block;
}

.dropdown-more:hover .dropbtn {
    background-color: transparent;
}

.navbar-expand-lg .navbar-flex-custom {
    display: flex !important;
    padding-left: 0;
    white-space: nowrap;
}

.main-nav-bar-buttons {
    display: flex;
}

.main-nav-bar-buttons a {
    padding: 8px 12px;
    font-size: 12px;
    background-color: #395FAD;
    white-space: nowrap;
}

.main-nav-bar-buttons a:hover {
    color: #ffffff;
}

.main-navigation-bar .scroller {
    scrollbar-color: #007 #bada55;
}

.header-twitter-icon svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(21%) hue-rotate(212deg) brightness(104%) contrast(100%);
    width: 12px;
    position: relative;
    top: -2px;
}

.top-bar-left .top-bar-nav li .header-twitter-icon:hover svg {
    filter: brightness(0) saturate(100%) invert(71%) sepia(59%) saturate(3372%) hue-rotate(340deg) brightness(105%) contrast(98%);
}

/* End Header */

/* Slider Section */

.slider-section {
    padding: 24px 0 20px 0;
    position: relative;
}

.slider-section .container-slider {
    max-width: 1400px;
    margin: auto;
}

.slider-section .item .slider-content h1 {
    font-size: 58px;
    color: #021D35;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.slider-section .item .slider-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-section .item .d-slider {
    border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .item .slider-content h1 {
        font-size: 45px;
    }
}

.support-call-to-action .banner .banner-info {
    padding: 40px 0;
}

.support-call-to-action .banner {
    background: url('/fe/images/support-center.jpg') !important;
}

.slider-section .item .slider-content p {
    font-family: 'Oregano', cursive;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 20px;
}

.slider-section .item .slider-content p span {
    display: inline-block;
    color: #FC912D;
    position: relative;
    z-index: 1;
}

.slider-section .item .slider-content .slider-btn-box {
    display: flex;
    margin-bottom: 20px;
}

.slider-section .item .slider-content .slider-btn-box a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    background-color: #315297;
    box-shadow: 0 1px 2px rgba(1, 15, 28, .1);
    color: #ffffff;
    padding: 15px 40px;
    transition-duration: 0.5s;
}

.slider-section .item .slider-content .slider-btn-box a:hover {
    background-color: #021D35;
    color: #ffffff;
}

.slider-section .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    top: 25px;
}

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

.owl-theme .owl-dots .owl-dot.active span {
    background: #315297;
}

.owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 5px;
}

.slider-section .owl-carousel .owl-nav button.owl-prev {
    left: 25px;
}

.slider-section .owl-carousel .owl-nav button.owl-next {
    right: 25px;
}

.slider-section .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-section .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* End Slider Section */

/* Benefits Section */

.benefits-section {
    padding-top: 60px;
    padding-bottom: 30px;
}

.benefits-section-slide {
    padding-bottom: 0;
}

.benefits-section .benefits-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.benefits-section .benefits-nav li {
    width: 20%;
    padding: 0 10px;
}

.benefits-section .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #D5DFE4;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}

.benefits-section .item .icon-left {
    margin-bottom: 10px;
    text-align: center;
}

.benefits-section .item .icon-left img {
    width: 45px;
}

.benefits-section .item .icon-left i {
    font-size: 24px;
    color: #315297;
}

.benefits-section .item:hover {
    background-color: #F4F7FC;
    border: 1px solid #8C9EC5;
}

.benefits-section p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    position: relative;
}

.benefits-section-two .benefits-nav .item {
    border: unset;
}

.benefits-section-two .item {
    border: unset;
}

.benefits-section-two .item:hover {
    background-color: unset;
    border: unset;
}

.benefits-section-two .item .icon-left {
    padding: 15px;
    border-radius: 50%;
    background: #F0F5FF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.benefits-section-two .item .icon-left img {
    width: auto;
}

.benefits-section-two .item h5 {
    font-size: 18px;
}

.benefits-section-two p {
    font-size: 13px;
}

/* End Benefits Section */

/* Promo Banners Section */

/*.trending-block {*/
/*    padding-top: 30px;*/
/*}*/

.trending-block .item-thumb {
    border-radius: 8px;
    transition: all ease-in-out .5s;
    overflow: hidden;
    position: relative;
    transform: translateY(0px);
}

.trending-block .item-thumb:hover {
    transform: translateY(-5px);
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.trending-block .item-thumb:after {
    content: '';
    background: #f5841f;
    background: 0 0;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all ease-in-out .5s;
}

.trending-block .item-thumb:hover:after {
    background: #315297;
    width: 100%;
    transition: all ease-in-out .5s;
}

.trending-block-three {
    padding-top: 0;
}

.trending-block-three .item-thumb:hover:after {
    background: #f5841f;
    width: 100%;
    transition: all ease-in-out .5s;
}


.trending-block .item-thumb img {
    border-radius: 8px;
}

.promo-banner a img {
    border-radius: 8px;
}

.additional-promo-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    position: relative;
}

.additional-promo-banner h2 {
    position: absolute;
    font-family: 'Oregano', cursive;
    font-size: 36px;
}

.additional-promo-banner img {
    border-radius: 8px;
}

.sale-block-two .additional-promo-banner h2 {
    color: #5840BC;
}

.promo-block-two-carousel .owl-nav .owl-next {
    top: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-block-two-carousel .owl-nav .owl-prev {
    top: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* End Promo Banners Section */

/* Home Main Slider */

/* End Home Main Slider */

/* Home Featured Products */

.featured-products {
    padding-top: 30px;
}

.featured-products .section-title {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #CAD6EC;
    margin-bottom: 30px;
    position: relative;
}

.featured-products .shop-sidebar-accordian {
    margin-bottom: 16px;
}

.featured-products .section-title h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px;
}

.featured-products .section-title p {
    font-size: 16px;
    font-weight: 500;
}

.featured-products .home-featured-product-image-slider-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-products .home-featured-product-image-slider-carousel .item img {
    width: auto;
}

.featured-products .product-thumb {
    text-align: center;
    height: 494px;
}

.featured-products .product-thumb img {
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.product-card-vertical {
    margin-bottom: 30px;
    transition-duration: 0.2s;
}

.featured-products .product-card-vertical {
    height: unset;
    position: relative;
}

.featured-products .hurry-up {
    height: calc(100% - 30px);
}


.product-card-vertical:hover .product-cart-vertical-inner {
    border-color: #8C9EC5;
    transition-duration: 0.2s;
}

.form-small {
    font-size: 12px;
}

.product-card-vertical .product-cart-vertical-inner {
    border-radius: 8px;
    background-color: #ffffff;
    /*border: 1px solid #D5DFE4;*/
    padding: 20px;
    position: relative;
    transition-duration: 0.2s;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.product-card-vertical .product-cart-vertical-inner .image-box-fixed-height {
    height: 225px;
    overflow: hidden;
    text-align: center;
    position: relative;
    /*padding: 25px 0;*/
}

.product-card-vertical .product-cart-vertical-inner .image-box-fixed-height a img {
    height: 100%;
    max-width: 100%;
    margin: auto;
    object-fit: contain;
}

.discount-section .product-card-vertical .product-cart-vertical-inner:hover {
    border-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.discount-section .product-specification-wrap {
    height: 65px;
}

.hurry-up .product-cart-vertical-inner {
    height: 100%;
    padding-top: 0;
}

.product-card-vertical .product-cart-vertical-inner .tools {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    z-index: 12;
    transition-duration: 0.2s;
    transition: all 0.3s ease 0s;
}

.product-price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 0;
}

.product-price-wrap .action-buttons {
    display: none;
}

.product-price-wrap a {
    align-items: center;
    background-color: #00AA1C;
    border: 1px solid #00AA1C;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    height: 35px;
    justify-content: center;
    padding: 0 5px;
    position: relative;
    width: 35px;
}

.product-price-wrap a:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    background-color: #008B0C !important;
    border: 1px solid #008B0C !important;
    color: #ffffff;
}

.product-price-wrap a i {
    position: relative;
    /*top: 4px;*/
}

.hurry-up .label {
    background: url('/fe/images/labelb.svg') no-repeat 0px 0px;
    border-radius: 0;
    top: 0;
    left: 0;
    height: 120px;
    width: 120px;
    position: absolute;
    z-index: 12;
    border-top-left-radius: 8px;
}

.hurry-up .label span {
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 2px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.featured-products .box-count {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-countdown {
    padding: 10px 30px;
    margin-top: 16px;
    border-radius: 15px;
    color: #ffffff;
    background-color: #FC912D;
}

.divider {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #D5DFE4;
    margin: 10px 0 20px 0;
}

.info-right .product-title {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    color: #222222;
    line-height: 1.5;
}

.product-block-four .wrapper .product-card .info-right {
    -webkit-line-clamp: 2;
}

.product-block-four .wrapper .product-card .info-right .product-title {
    height: 45px;
}

.product-block-five .wrapper .product-card .info-right {
    -webkit-line-clamp: 2;
}

.product-block-five .wrapper .product-card .info-right .product-title {
    height: 45px;
}

.product-card-vertical .product-cart-vertical-inner .product-info {
    margin-top: 5px;
}

.product-card-vertical .product-cart-vertical-inner .product-info .product-info-collection-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: none;
}

.product-info .accordion-item {
    border: unset;
}

.product-info .accordion-item .accordion-body {
    padding: 0;
}

.product-info .accordion-item .accordion-body .product-specification {
    margin: 0 0 16px 0;
}

.product-card-vertical .product-cart-vertical-inner .price-info .price-main {
    margin-right: 10px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #FC912D;
}

.product-card-vertical .product-cart-vertical-inner .price-info .price-main-small {
    font-size: 18px;
}

.product-card .price-main-small {
    font-size: 18px;
}

.price-line {
    text-decoration: line-through;
    font-size: 12px;
    display: block;

}

.product-specification-wrap {
    display: flex;
    position: relative;
    height: 65px;
}

.best-selling-products .product-specification-wrap {
    height: 65px;
}

.product-block-four .product-specification-wrap {
    height: unset;
}

.product-block-four .product-card .image-box a img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.product-specification {
    margin-top: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.product-specification-wrap .product-specification * {
    font-size: 12px !important;
    margin: 0 !important;
    color: #222222;
    font-weight: 500;
    line-height: 1.2;
}

.product-specification-wrap .product-specification ul li {
    white-space: normal;
    overflow-wrap: break-word;
}

.product-specification li {
    list-style: square;
}

.product-specification li::marker {
    color: #315297;
}

.product-block-four .product-specification-wrap {
    margin: 4px 0;
}

.product-block-four .product-specification-wrap .product-specification {
    -webkit-line-clamp: 3;
}

.product-block-four .product-specification-wrap a {
    position: unset;
}

.product-block-four .product-price-wrap {
    align-items: center;
}

.product-block-four .product-card {
    height: 215px;
}

.product-block-five .product-card .image-box a img {
    width: 120px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.product-block-five .ec-product-additional-sticker {
    right: 45px;
    bottom: 3px;
}

.product-block-five .product-specification-wrap {
    margin: 4px 0;
    height: unset;
}

.product-block-five .product-specification-wrap .product-specification {
    -webkit-line-clamp: 3;
}

.product-block-five .product-specification-wrap a {
    position: unset;
}

.product-block-five .product-price-wrap {
    align-items: center;
}

.product-block-five .product-card {
    height: 215px;
}

.product-block-five .product-specification-wrap a {
    position: unset;
}

.product-block-four .accordion-item {
    border: unset;
}

.product-block-five .accordion-item {
    border: unset;
}

.price-line-text {
    font-size: 12px;
    display: block;
}

.btn.btn-cart {
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #315297;
    border: 1px solid #8C9EC5;
    width: 100%;
    text-align: center;
    padding: 7px 22px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
}

.btn.btn-cart:hover {
    color: #ffffff;
    border: 1px solid #315297;
    background-color: #315297;
}

.product-card-vertical .product-cart-vertical-inner .list-features {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.hurry-up .product-cart-vertical-inner .list-features {
    margin-top: 36px;
}

.product-card-vertical .product-cart-vertical-inner .list-features li {
    font-size: 10px;
    line-height: 18px;
    padding: 0;
    color: #315297;
    display: none;
}

.product-card-vertical .product-top-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card-vertical .product-top-wrapper .discount-box {
    position: absolute;
    top: 0;
}

.product-top-wrapper {
    position: absolute;
    right: -10px;
    top: -8px;
    z-index: 1;
}

.product-card-vertical .product-cart-vertical-inner .discount-box {
    display: flex;
    align-items: center;
    /*margin-bottom: 15px;*/
    /*position: absolute;*/
    z-index: 1;
    height: 15px;
}

.discount-box .label {
    background-color: #FC1B1B;
    position: relative;
    z-index: 2;
    border-radius: 30px;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    /*left: 0;*/
}

.discount-box .label:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FC1B1B;
    transform: rotate(45deg);
    right: -2px;
    top: 6px;
}

.collection-discount-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection-discount-section .discount-box {
    margin-left: 15px;
}

.collection-discount-section .discount-box .label:after {
    content: none !important;
}

.product-card-vertical .product-cart-vertical-inner .discount-box .label-additional-text {
    font-size: 11px;
    color: #222222;
}

.product-card-vertical .product-cart-vertical-inner .discount-box .label-additional-text span {
    color: #FC912D;
    font-weight: 700;
}

.featured-products .image-box-fixed-height {

    overflow: hidden;
    text-align: center;
}

.featured-products .image-box-fixed-height img {
    height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.featured-products .home-featured-product-image-slider-carousel .item img {
    width: auto;
    height: 300px;
    object-fit: contain;
    object-position: center;
}

/* End Home Featured Products */

/* Home CTA 1 */

.call-to-action {
    margin: 30px 0;
}

.call-to-action .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
}

.call-to-action .banner-2 {
    position: relative;
    text-align: center;
    border-radius: 8px;
}

.call-to-action .banner-2 img {
    width: 100%;
    border-radius: 8px;
}

.support-call-to-action .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url('/fe/images/bg-trans.png');
}

.call-to-action .banner a {
    position: relative;
    overflow: hidden;
}

.call-to-action .banner img {
    width: 100%;
    border-radius: 8px;
}

.call-to-action .banner .banner-info {
    z-index: 5;
    padding: 20px;
}

.btn.btn-brand-2 {
    font-size: 14px;
    background-color: #FC912D;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
}

.btn.btn-brand-2:hover {
    background-color: #315297;
}

.call-to-action .banner h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.call-to-action .banner h6 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.modal-footer .button-dark {
    margin-bottom: 20px;
    transition: all ease-in-out .3s;
}

.modal-footer .button-dark:focus {
    color: #ffffff;
}

.modal-footer .button-dark:hover {
    background-color: #FC912D;
    border-color: #FC912D;
    color: #ffffff;
}

/* End Home CTA 1 */

/* Product Block */

.d-product-title, .m-product-title {
    font-size: 24px;
}

.product-card {
    border: 1px solid #D5DFE4;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;*/
    padding: 15px 15px 15px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    border-radius: 8px;
    height: 200px;
    transition-duration: 0.2s;
    overflow: hidden;
    position: relative;
}

.product-card .image-box {
    min-width: 100px;
    max-width: 100px;
    position: relative;
    text-align: center;
}

.product-card .info-right {
    position: relative;
    padding-left: 15px;
    width: 100%;
}

.product-card .info-right h6 {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.list-links-disc {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.list-links-disc li {
    margin: 0 0 6px 0;
    list-style: none;
    transition: 0.2s;
}

.list-links-disc li a {
    display: block;
    padding: 0 0 0 10px;
    background: url('/fe/images/arrow-small.svg') no-repeat left center;
    color: #6B83B6;
    font-size: 14px;

}

.discount-badge {
    position: absolute;
    right: 0;
    color: black;
    background-color: #ffffff;
    bottom: 0;
    padding: 15px 20px;
    border-top-left-radius: 7px;
    transition-duration: 0.2s;
}

.product-card:hover .discount-badge {
    color: #ffffff;
    background-color: #315297;
}

.product-card .discount-badge i {
    color: #315297;
}

.product-card:hover .discount-badge i {
    color: #ffffff;
}

.single-product {
    padding: 60px 0;
}

.single-product-navigation {
    background-color: #ffffff;
    padding: 12px 0;
    border-bottom: 1px solid #e2e9e1;
    position: sticky;
    top: 0;
    z-index: 999;
}

.single-product-navigation .single-product-navigation-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-product-navigation .single-product-navigation-wrap .product-nav ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.single-product-navigation .single-product-navigation-wrap .product-nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product-navigation .single-product-navigation-wrap .product-nav ul li a {
    padding: 8px 8px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
}

.single-product-navigation .single-product-navigation-wrap .product-nav ul li a:hover {
    color: #FC912D;
}

.single-product .product-detail ul li::marker {
    font-size: 24px;
    color: #315297;
}

.single-product .recension-area .item p {
    padding: 0 15px;
}

.ec-product-additional-sticker {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.ec-product-additional-sticker .ec-product-additional-sticker-wrap img {
    width: 65px;
    height: 65px;
}

.product-benefit-section {
    background-color: #315297;
    padding: 15px 0;
    position: relative;
}

.product-benefit-section .benefit-section-wrapper .benefits-section-item {
    padding: 15px 0;
}

.product-data {
    margin-top: 60px;
}

.product-benefit-section .benefit-section-wrapper {
    display: flex;
    justify-content: space-around;
}

.product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item {
    display: flex;
    align-items: center;
}

.product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item .info-right {
    margin-left: 15px;
}

.product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item .icon-left i {
    color: #ffffff;
}

.product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item .info-right h5 {
    color: #ffffff;
    margin-bottom: 0;
}

.product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item .info-right p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
}

.product-benefit-section .shape-benefits-image {
    position: absolute;
    top: 0;
    z-index: 0;
    mix-blend-mode: luminosity;
    opacity: .4;
}

.best-selling-products .nav-wrap .prev-btn-1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.best-selling-products .nav-wrap .next-btn-1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-code-paragraph {
    margin-top: 5px;
}

/* End Product Block */

/* Reviews Section */

.reviews-section {
    padding: 30px 0;
}

/* End Reviews Section */

/* Categories Section */

.home-categories-section {
    padding: 30px 0;
}

.home-categories-section .product-card:hover {
    border: 1px solid #8C9EC5;
}

/* End Categories Section */

/* Promo Block Two */

.trending-block-two .carousel-inner {
    text-align: center;
}

.trending-block-two .carousel-content img {
    border-radius: 8px;
}

.trending-block-two .slider-content h2 {
    font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.trending-block-two .slider-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.trending-block-two .slider-content p {
    color: #ffffff;
    font-family: 'Oregano', cursive;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.trending-block-two .slider-content p span {
    display: inline-block;
    color: #FC912D;
    position: relative;
    z-index: 1;
}

.trending-block-two .slider-content .slider-btn-box a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(1, 15, 28, .1);
    color: #021D35;
    padding: 10px 30px;
    transition-duration: 0.5s;
}

.trending-block-two .slider-content .slider-btn-box a:hover {
    color: #ffffff;
    background-color: #FC912D;
}

.trending-block-two .slider-img {
    text-align: center;
}

.label-additional-text {
    font-size: 11px;
}

.label-additional-text-price {
    font-size: 11px;
    font-weight: 600;
    color: #FC1B1B;
}

/* Product Block General */

.see-all-products {
    text-align: center;
}

.see-all-products .btn.btn-brand-2 {
    background-color: #315297;
}

.see-all-products:hover .btn.btn-brand-2 {
    background-color: #FC912D;

}

.product-block-four .product-top-wl {
    position: absolute;
    top: 0;
    right: 0;
}

.product-block-five .product-top-wl {
    position: absolute;
    top: 0;
    right: 0;
}

.product-top-wl .btn-wishlist {
    color: #FC1B1B;
}

.product-top-wl .btn-wishlist i {
    transition: all 0.3s ease 0s;
}

.product-top-wl .btn-wishlist:hover i {
    transform: scale(1.2);
}

/* End Product Block General */

/* End Promo Block Two */

/* Sale Block */

.sale-block-one .product-card-vertical .product-cart-vertical-inner .image-box {
    position: relative;
}

.sale-block-one .product-card-vertical .product-cart-vertical-inner .image-box .label {
    left: 0;
}

/* End Sale Block */

/* Newsletter Section */

.box-newsletter {
    padding: 60px 0;
    background: #315297;
    position: relative;
}

.box-newsletter h3 {
    font-size: 38px;
}

.box-newsletter .shape-newsletter-image {
    position: absolute;
    top: 0;
    z-index: 0;
    mix-blend-mode: luminosity;
    opacity: .4;
}

.form-newsletter {
    position: relative;
}

.form-newsletter .input-newsletter {
    width: 100%;
    height: 59px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(1, 15, 28, .1);
    border-radius: 8px;
    border: 0;
    padding-left: 20px;
}

input:focus-visible {
    outline: unset;
}

.form-newsletter .btn {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(1, 15, 28, .1);
    width: 25%;
    padding: 18px;
}

.form-newsletter .btn-brand-2:hover {
    background-color: #F0F3F8;
    color: #315297;
}

.form-newsletter .form-check-input:checked {
    background-color: #FC912D;
    border-color: #FC912D;
}

.form-newsletter .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(49, 82, 151, .25);
}

/* End Newsletter Section */

/* Footer */

.footer {
    background-color: #F0F3F8;
    padding: 60px 0 0 0;
}

.footer .footer-about .footer-logo img {
    width: 250px;
}

.footer .menu-footer li a {
    color: #315297;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    transition-duration: 0.5s;
}

.footer .menu-footer li {
    list-style: none;
    margin-bottom: 8px;
}

.footer .icon-socials {
    background-color: #9DAACA;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    height: 35px;
    width: 35px;

}

.footer .icon-socials.icon-twitter svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(21%) hue-rotate(212deg) brightness(104%) contrast(100%);
    width: 16px;
}

.menu-footer {
    padding: 0;
}

.user-support {
    margin: 15px 0 15px 0;
}

.user-support a {

    color: #315297;
}

.user-support a .info {
    font-size: 14px;
}

.user-support a .info strong {
    color: #315297;
    font-size: 26px;
    font-style: italic;
}

.user-support i {
    font-size: 35px;
}

.footer-bottom {
    background-color: #ffffff;
}

.footer-middle {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 8px;
}

.footer-middle ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.footer-middle ul li {
    padding: 0 12px;
}

.footer-copyright-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 0;
}

.footer-copyright-wrap p {
    margin: 0;
}

/* End Footer */

/* Product Sidebar Left */

.sidebar-left {
    position: absolute;
    top: 0;
    background-color: #ffffff;
    left: 0;
    width: 50px;
    height: 100%;
    border-right: 1px solid #D5DFE4;
    z-index: 1001;
    padding-top: 0;
    padding-bottom: 25px;
}

.sidebar-left .btn.btn-open {
    height: 112px;
    width: 49px;
    background: #ffffff url('/fe/images/side-categories-icon.png') no-repeat center 65px;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
}

.sidebar-left .menu-icons {
    padding: 142px 0 0 0;
}

.sidebar-left .menu-icons li:last-child {
    display: none;
}

.sidebar-left .menu-icons li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.sidebar-left .menu-icons li a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.sidebar-left .menu-icons li a img {
    vertical-align: middle;
}

.sidebar-left .menu-texts {
    padding-left: 0;
    position: absolute;
    top: 112px;
    left: 0;
    background-color: #ffffff;
    min-width: 320px;
    border-right: 1px solid #D5DFE4;
    border-bottom: 1px solid #D5DFE4;
}

.menu-texts.menu-close li ul li .grandchild-side-menu {
    display: none;
    border-right: 1px solid #D5DFE4;
    border-bottom: 1px solid #D5DFE4;
    /*top: 1px;*/
}


.menu-texts.menu-close li ul li:hover .grandchild-side-menu {
    display: block;
}

.menu-texts.menu-close {
    min-width: auto;
    border: 0;
}

.menu-texts li a {
    display: block;
    padding: 0px 20px 0px 0px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #315297;
    text-decoration: none;
}

.menu-texts.menu-close li.has-children a {
    padding: 0px;
    background-image: none;
}

.menu-texts li a .img-link {
    height: 50px;
    width: 50px;
    display: inline-block;
    border-right: 1px solid #D5DFE4;
    text-align: center;
    margin-right: 15px;
}

.menu-texts.menu-close li a .img-link {
    margin-right: 0px;
}

.menu-texts li a img {
    vertical-align: middle;
}

.menu-texts.menu-close li a .text-link {
    display: none;
}

.menu-texts li .sub-menu {
    display: none;
}

.menu-texts.menu-close li.has-children a {
    padding: 0px;
    background-image: none;
}

/* Shop Sidebar Accordion */

.shop-sidebar-accordian::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

.shop-sidebar-accordian::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e4e4e4;
}

.shop-sidebar-accordian::-webkit-scrollbar-thumb {
    background: #315297;
    border-radius: 10px;
    transition: 0.5s;
}

.shop-sidebar-accordian::-webkit-scrollbar-thumb:hover {
    background: #d5b14c;
    transition: 0.5s;
}

.shop-sidebar-accordian {
    background: #fff;
    width: 100%;
    padding: 0 10px;
    overflow-x: hidden;
}

.shop-sidebar-accordian ul {
    padding-left: 0;
    margin-bottom: 0;
}

.shop-sidebar-accordian ul li a i {
    margin-right: 10px;
    color: #315297;
}

.shop-sidebar-accordian li {
    list-style-type: none;
    transition: 0.3s;
    position: relative;
}

.shop-sidebar-accordian li .shop-sidebar-category-item-more {
    position: absolute;
    right: 0;
    top: 0;
}

.shop-sidebar-accordian ul li a {
    color: #222222;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 12px 15px;
    transition: all 0.15s;
    position: relative;
    border-radius: 3px;
}

.shop-sidebar-accordian ul li a:hover {
    color: #FC912D;
}

.shop-sidebar-accordian > ul.show-dropdown > li.active > a,
.shop-sidebar-accordian > ul > li > ul.show-dropdown > li.active > a,
.shop-sidebar-accordian > ul > li > ul > li > ul.show-dropdown > li.active > a,
.shop-sidebar-accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
.shop-sidebar-accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a {
    background-color: #ffffff;
    color: #315297;
    cursor: pointer;
}

.shop-sidebar-accordian > ul.show-dropdown > li.active > a {
    color: #222222;
    font-weight: 600;
}

.shop-sidebar-accordian > ul > li > ul,
.shop-sidebar-accordian > ul > li > ul > li > ul,
.shop-sidebar-accordian > ul > li > ul > li > ul > li > ul,
.shop-sidebar-accordian > ul > li > ul > li > ul > li > ul > li > ul {
    display: none;
}

.shop-sidebar-accordian > ul > li > ul.show-dropdown > li.active > a {
    color: #222222;
    font-weight: 600;
}


.shop-sidebar-accordian > ul > li.active > ul.show-dropdown,
.shop-sidebar-accordian > ul > li > ul > li.active > ul.show-dropdown,
.shop-sidebar-accordian > ul > li > ul > li > ul > li.active > ul.show-dropdown,
.shop-sidebar-accordian > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
    display: block;
}

.shop-sidebar-accordian > ul > li > ul,
.shop-sidebar-accordian > ul > li > ul > li > ul,
.shop-sidebar-accordian > ul > li > ul > li > ul > li > ul,
.shop-sidebar-accordian > ul > li > ul > li > ul > li > ul > li > ul {
    padding-left: 20px;
}

.shop-sidebar-category-item-more:after {
    content: "\2b";
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

.shop-sidebar-accordian .active > .shop-sidebar-category-item-more:not(:only-child):after {
    /*transform: rotate(90deg);*/
    content: "\f068";
}

.shop-sidebar-category-item {
    transition: all 0.3s ease 0s;
}


/*.ui-state-hover, .ui-widget-content .ui-state-hover*/


/* End Shop Sidebar Accordion */

/* End Product Sidebar Left */


/* Category */

.page-header.breadcrumb-wrap {
    padding: 10px 0;
    background-color: #F9FAFC;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb .section-title {
    font-size: 18px;
    margin: 5px 0;
}

.b-separator {
    color: #FC912D;
    position: relative;
    text-align: center;
    padding: 0 10px;
    font-size: 8px;
    top: -1px;
}

.page-header.breadcrumb-wrap .breadcrumb {
    display: block;
}

.product-collection {
    margin: 50px 0;
}

.widget-category {
    position: relative;
    padding: 30px;
    border: 1px solid #e8e8e8;
}


.product-wrap {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item {
    margin: 0 3px
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background: #FC912D;
    position: relative;
    box-shadow: none;
    outline: 0;
    border: 1px solid #FC912D;
    border-radius: 5px;
}

.pagination .page-link:hover {
    background: #FC912D;
    border: 1px solid #FC912D;
    color: #ffffff;
}

.pagination .page-item.active .page-link:hover {
    color: #ffffff
}

.pagination .page-item.active .page-link:focus {
    box-shadow: none
}

.pagination .page-link {
    color: #777777
}

.pagination .page-link:focus {
    box-shadow: none
}

/* End Category */

/* Product Sidebar */

.sticky-product-sidebar .widget-category {
    border-radius: 8px;
}

/* End Product Sidebar */

/* Single Product */

.product-gallery {
    position: relative;
}

.product-gallery .owl-carousel .owl-nav button.owl-next,
.product-gallery .owl-carousel .owl-nav button.owl-prev {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .2s ease;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.product-gallery .owl-carousel .owl-nav button.owl-prev {
    left: 22px;
}

.product-gallery .owl-carousel .owl-nav button.owl-next {
    right: 22px;
}

.product-gallery:hover .owl-carousel .owl-nav button.owl-next,
.product-gallery:hover .owl-carousel .owl-nav button.owl-prev {
    opacity: 1;
}


.product-gallery .owl-carousel .owl-nav button.owl-prev:hover {
    color: #ffffff;
}

.product-gallery .owl-carousel .owl-nav button.owl-next:hover {
    color: #ffffff;
}

.promo-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    z-index: 1;
    left: 0;
    text-align: center;
}

.single-product .product-detail .promo-badge {
    width: 65px;
    height: 65px;
}

.top-product-promo-badge {
    top: 3px;
    right: -3px;
}

.promo-badge span {
    position: absolute;
}

.discount-label {
    background-color: #FC912D;
    position: absolute;
    z-index: 2;
    border-radius: 30px;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    top: 10px;
    left: 10px;
}

.product-price-cover {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    border-top: 1px solid #e2e9e1;
    border-bottom: 1px solid #e2e9e1;
    margin: 10px 0;
}

.product-price-cover .button-add-to-cart-v2 {
    padding: 10px 35px;
}

.form--action {
    flex-shrink: 0;
}

.single-product .product-detail .detail-info .product-price-cover .product-price {
    margin: 10px 0;
    font-size: 36px;
    align-items: center;
    font-weight: 700;
    /*border-top: 1px solid #e2e9e1;*/
    /*border-bottom: 1px solid #e2e9e1;*/
    display: flex;
    width: 100%;
    color: #315297;
    padding: 8px 0;
}

.single-product .product-detail .detail-info .product-price-cover .product-old-price {
    font-size: 22px;
    font-weight: 400;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.single-product .product-detail .detail-info .product-price-cover .product-old-price .label-additional-text {
    font-size: 11px;
}

.single-product .product-detail .detail-info .product-price-cover .product-old-price .label-additional-text-price {
    font-size: 11px;
}

.single-product .product-detail .detail-info .title-detail a i {
    margin-right: 5px;
    color: #315297;
}

.single-product .product-detail .detail-info .short-desc {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e9e1;
}

.single-product .product-detail .detail-info .short-desc ul li h3 {
    margin-bottom: 0;
}

.single-product .product-detail .detail-info .short-desc ul li p {
    font-weight: 500;
    line-height: 1.2;
    font-size: 18px;
    margin: 0;
}

@media (max-width: 991px) {
    .single-product .product-detail .detail-info .short-desc ul li p {
        margin-bottom: 16px;
    }
}

.product-detail-information ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: unset;
    margin: 15px 0 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e9e1;
}

.product-detail-information .filter-delivery {
    padding-right: 75px;
}

.product-detail-information ul li {
    list-style: none;
    padding: unset;
    margin: 5px 0;
}

.installment-payment {
    padding: 25px 0 0 0;
}

.installment-payment .accordion-item {
    border: none;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.installment-payment .accordion-item .accordion-collapse {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-radius: 8px;
    margin-top: 20px;
}

.installment-payment .accordion-item .accordion-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: none;

}

.installment-payment .accordion-item .accordion-header {
    font-weight: 400;
    margin-right: 15px;
}

.accordion-button:focus {
    box-shadow: none;
    border: unset;
}

.installment-payment .accordion-item .accordion-button::after {
    display: none;
}

.installment-accordion-button {
    background-color: transparent !important;
    box-shadow: unset;
    display: block;
    transform: translateY(0px);
    transition: all ease-in-out .5s;
    width: auto;
    padding: 0;
}


.installment-payment-find-more i {
    color: #315297;
}

.installment-accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.installment-amount {
    color: #315297;
    font-weight: 600;
    border-bottom: 1px solid #315297;
}

.installment-accordion-button:focus {
    box-shadow: unset;
    color: #222222 !important;
}

.installment-accordion-button i {
    color: #315297;
    margin-right: 5px;
}


.installment-accordion-button:hover {
    color: #222222;
}

.installment-accordion-button:after {
    content: '';
    background: 0 0;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all ease-in-out .5s;
}

.installment-accordion-button:hover:after {
    background: #315297;
    width: 100%;
    transition: all ease-in-out .5s;
}

.filter-stock .in-stock i {
    color: #00AA1C;
    padding-right: 5px;
}

.filter-stock .in-stock span {
    font-size: 12px;
}

.filter-stock .stock-availability i {
    color: #FC912D;
    padding-right: 5px;
}

.filter-stock .stock-availability span {
    font-size: 12px;
}

.filter-stock .out-of-stock i {
    color: #F60002;
    padding-right: 5px;
}

.product-detail .detail-info .finish-order-buttons .button-disabled {
    cursor: not-allowed;
    background: rgba(49, 82, 151, 0.5);
    border-color: transparent;
    margin: 15px 0 0 0;
}

.product-detail-information ul .filter-delivery i {
    color: #315297;
    font-size: 18px;
    padding-right: 5px;
}

.product-detail-information ul .filter-guarantee i {
    color: #315297;
    font-size: 18px;
    padding-right: 5px;
}

.single-product .product-detail .detail-info form .product-action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.single-product .product-detail .detail-info form .product-action .input-group {
    width: 150px;
}

.single-product .product-detail .detail-info form .product-action .input-group .quantity-left-minus {
    border-radius: 30px 0 0 30px;
}

.single-product .product-detail .detail-info form .product-action .input-group .quantity-right-plus {
    border-radius: 0 30px 30px 0;
}

/*.single-product .benefits-section {*/
/*    padding-top: 0;*/
/*    display: block !important;*/
/*}*/

.single-product .benefits-section .benefits-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product .benefits-section .benefits-section-wrapper .item {
    padding: 10px;
}

.button-add-to-cart {
    background-color: #F60002;
    border: 1px solid #F60002;
    border-radius: 8px;
    color: #fff;
    padding: 8px 40px;
    margin-left: 20px;
    cursor: pointer;
}

.button-add-to-cart-v2 {
    background-color: #00AA1C;
    border: 1px solid #00AA1C;
    border-radius: unset;
    color: #ffffff;
    padding: 10px 75px;
    margin-left: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.button-add-to-cart-v2:active {
    transform: scale(0.97);
}

.button-add-to-cart-v2:hover {
    background-color: #008B0C;
    color: #ffffff;
}

.button-add-to-cart:active {
    transform: scale(0.97);
}

/*.alert-info {*/
/*    display: flex !important;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 75px;*/
/*    animation: pulse 2s infinite;*/
/*    border: 1px solid #FC912D !important;*/
/*    text-align: center;*/
/*    font-size: 13px;*/
/*    background-color: #ffffff;*/
/*}*/

.coupon-alert {
    /*animation: pulse 2s infinite;*/
    background-color: #ffffff;
    border: 1px solid #222222 !important;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.alert-info button {
    background-color: transparent;
    border-color: transparent;
    color: #FC912D;
    top: 11px !important;
    font-size: 16px;
    font-weight: 600;
}

.custom-alert {
    position: relative;
    padding: 16px;
    border-radius: 4px;
    animation: none;
    border: none !important;
    height: auto;
}

.alert-danger {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100px;
    animation: pulse-danger 2s infinite;
}

.alert-danger button {
    background-color: transparent;
    border-color: transparent;
    color: #842029;
    top: 0 !important;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px !important;
    margin-left: 15px !important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(252, 145, 45, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(252, 145, 45, 0);
    }
}

@keyframes pulse-danger {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(246, 0, 2, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(246, 0, 2, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(246, 0, 2, 0);
    }
}

.alert-success {
    color: #ffffff;
    background-color: #315297;
    border-color: #315297;
    margin: unset;
    width: 215px;
    right: 30px !important;
    top: 100px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert-info {
    text-align: center;
    color: #222222;
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 13px;
    width: 315px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    font-weight: 500;
}

.alert-info i {
    color: #FC912D;
    margin-right: 5px;
}

.alert-info .alert-link {
    color: #FC912D;
}

.alert-info button {
    background-color: transparent;
    border-color: transparent;
    color: #FC912D;
    top: 11px !important;
    font-size: 16px;
    font-weight: 600;
}

.alert-success {
    color: #ffffff;
    background-color: #315297;
    border-color: #315297;
}

.alert-success .alert-link {
    color: #315297;
}

.modal .modal-dialog .modal-content .close {
    background-color: transparent;
    border: unset;
}

.alert-success button {
    color: #ffffff;
    text-shadow: none;
    background-color: transparent;
    border: none;
    top: 15px !important;
}

.alert-success:hover {
    color: #ffffff;
}

.alert-success:focus {
    outline: none;
}

.single-product .form-control {
    font-size: 14px;
}

.single-product input {
    border-radius: 8px !important;
}

.single-product #cart-form input::-webkit-outer-spin-button, #cart-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product input[type=number] {
    -moz-appearance: textfield;
}

.single-product .rating-box {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.single-product .rating-box p {
    margin: 0;
    font-weight: 600;
}

.product-available {
    margin: 10px 0;
}

.product-available i {
    color: #33B864;
}

.product-need-check {
    margin: 10px 0;
}

.product-need-check i {
    color: #FC912D;
}

.product-not-available i {
    color: #e03e2d;
}

.product-availability-body .button-dark {
    margin-left: unset;
}

.product-availability-body .need-offer {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.product-availability-body .button-dark:hover {
    color: #ffffff;
}

.product-availability-body .button-dark:focus {
    color: #ffffff;
}

.product-availability-footer .product-item {
    text-align: center;
}

.product-availability-footer .product-item-additional-text {
    margin: 20px 0;
    text-align: justify;
}

.product-availability-footer .product-item-additional-text a:hover {
    color: #5840BC;
}

.product-detail .benefits-section {
    display: flex;
    justify-content: space-between;
}

.product-detail .benefits-section .benefits-nav {
    list-style: none;
    flex-wrap: unset;
    justify-content: space-between;
}

.product-detail .benefits-section .item {
    border: unset;
}

.product-detail .benefits-section .item .icon-left i {
    font-size: 24px;
}

.product-detail .benefits-section .item:hover {
    background: unset;
}

.benefits-section-two .item .icon-left i {
    font-size: 36px;
}

.single-product .product-data-tabs li button {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    font-size: 14px;
}

.single-product .product-data-tabs li button.active {
    background-color: unset;
    border-bottom: 2px solid #315297;
    font-weight: 600;
}

.single-product .product-data-tabs li button:hover {
    color: #0E224D;
}

.single-product .product-data-tabs-content {
    margin-top: 50px;
}

.related-products {
    margin-bottom: 30px;
}

.owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, 0.5);
    transition: all 0.5s ease;
}

.owl-nav .owl-next:hover {
    background-color: #315297 !important;
    color: #ffffff;
}

.owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    left: -25px;
    display: block;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, 0.5);
    transition: all 0.5s ease;
}

.owl-nav .owl-prev:hover {
    background-color: #315297 !important;
    color: #ffffff;
}

.related-products .section-title {
    margin-bottom: 30px;
}

.home-categories-section .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.home-categories-section .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-left: 50px;
    position: absolute;
    top: unset;
    bottom: -15px;
    right: unset;
    background-color: #ffffff !important;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, 0.5);
    transition: all 0.5s ease;
}

.home-categories-section .owl-nav .owl-next:hover {
    background-color: #315297 !important;;
    color: #ffffff;
}

.home-categories-section .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-right: 50px;
    position: absolute;
    top: unset;
    bottom: -15px;
    left: unset;
    background-color: #ffffff !important;;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, 0.5);
    transition: all 0.5s ease;
}

.home-categories-section .owl-nav .owl-prev:hover {
    background-color: #315297 !important;;
    color: #ffffff;
}

.sale-block .owl-nav .owl-prev {
    top: unset !important;
    position: relative;
    bottom: 25px;
    left: unset;
    right: unset;
    margin-right: 5px !important;

}

.sale-block .owl-nav .owl-next {
    top: unset !important;
    bottom: 25px;
    position: relative;
    left: unset;
    right: unset;
    margin-left: 5px !important;
}

.nav-wrap {
    display: flex;
    justify-content: center;
}

.nav-wrap button {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, 0.5);
    transition: all 0.5s ease;
    border: unset;
}

.nav-wrap button i {
    font-size: 12px;
}

.nav-wrap button:hover {
    background-color: #315297 !important;;
    color: #ffffff;
}

.prev-btn-custom {
    margin-right: 5px;
}

.next-btn-custom {
    margin-left: 5px;
}

.owl-carousel .owl-nav button.owl-prev {
    font-size: 24px;
}

.owl-carousel .owl-nav button.owl-next {
    font-size: 24px;
}

.single-product .product-detail .detailed-gallery .product-gallery-thumbs .owl-nav .owl-prev {
    top: 30%;
}

.single-product .product-detail .detailed-gallery .product-gallery-thumbs .owl-nav .owl-next {
    top: 30%;
}

.single-product .product-detail .recension-card {
    margin-top: 2px;
}

.single-product .product-detail .recension-card span {
    margin-left: 6px;
}

.single-product .small-recensions .item {
    text-align: center;
}

.single-product .small-recensions .item .item-header {
    display: flex;
    justify-content: space-around;
}

.single-product .small-recensions .item .item-header .item-thumb {
    margin-left: 15px;
}

.single-product .small-recensions .item img {
    width: 75px;
    height: 75px;
}

.single-product .item .small-recension-author {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #0E224D;
}

.single-product .item .small-recension-description {
    color: #212529;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 15px;
    text-align: justify;
}

.single-product .items-in-stock img {
    margin-right: 5px;
}

.single-product .items-in-stock {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

#tooltip {
    position: relative;
    cursor: pointer;
}

.tooltipText {
    position: absolute;
    background: rgba(153, 202, 60, .89);
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease;
    z-index: 2;
    width: 250px;
    margin-top: 18px;
}

.tooltipText .divider-style-one {
    border-color: #ffffff;

}

.item:hover .tooltipText {
    visibility: visible;
    opacity: 1;
    right: -75px;
}

.tooltipText a {
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #ffffff;
}

.tooltipText a i {
    margin-left: 5px;
}

/*.single-product .benefits-section .item {*/
/*    cursor: pointer;*/
/*    !*background: #F4F7FC;*!*/
/*    !*border: 1px solid #DDE4F0;*!*/
/*    margin: 0 5px;*/
/*}*/

/*.single-product .benefits-section .info-right h5 {*/
/*    margin-bottom: 0;*/
/*}*/

/*.single-product .benefits-section .item .icon-left {*/
/*    margin-bottom: 15px !important;*/
/*    padding: 15px;*/
/*    border-radius: 50%;*/
/*    background: rgba(151, 202, 61, 0.1);*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    !*border-bottom: 2px solid #F60002;*!*/
/*}*/

/*.single-product .benefits-section .item .icon-left i {*/
/*    color: #97CA3D;*/
/*    !*border-bottom: 2px solid #FC912D;*!*/
/*}*/

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list .children {

    list-style-type: none;
}

.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    color: #09101f;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .comment-content {
    display: flex;
    align-items: center;
}

.comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.comments-area .comment-body .comment-content .item {
    padding-left: 20px;
}

.comments-area .comment-body .comment-content img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.comments-area .comment-author .fn {
    font-weight: 600;
}

.comments-area .comment-metadata {
    color: #656565;
    margin-bottom: 10px;
    font-size: 14px;
}


.comments-area .comment-body .reply {
    margin-top: 20px;
}

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: #09101f;
    display: inline-block;
    padding: 5px 25px 5px;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.comments-area .comment-body .reply a:hover {
    background-color: #FC912D;
    color: #ffffff;
    border: 1px solid #FC912D;
}

.comments-area .accordion-item {
    border: unset;
}

.comments-area .accordion-item .accordion-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comments-area .accordion-item .accordion-header button {
    font-size: 16px;
}

.recension-area .accordion-item {
    border: unset;
}

.recension-area .recension-body {
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.recension-area .accordion-item .accordion-header button {
    font-size: 16px;
}

.recension-area .accordion-item .accordion-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comments-area .accordion-item .comment-button {
    border: unset;
    background-color: transparent;
    color: #222222;
    text-align: center;
}

.comments-area .comments-body {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before {
    content: ' ★ ';
}

.rate > input:checked ~ label {
    color: #FC912D;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #FC912D;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #FC912D;
}

.add-to-cart-modal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-to-cart-modal-modal .modal-dialog .modal-content .close {
    background: #315297;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    line-height: .4;
    font-size: 20px;
    padding: 0;
    z-index: 9;
    transition: all ease-in-out .5s;
}

.add-to-cart-modal-modal .item {
    padding: 60px 40px;
}

.add-to-cart-modal-buttons {
    display: flex;
    flex-direction: column;
}

.add-to-cart-modal-buttons a {
    margin: 10px 0;
    text-align: center;
}

.add-to-cart-modal-buttons .button-dark:hover {
    color: #ffffff;
    background: #FC912D;
    border-color: #FC912D;
}

.add-to-cart-modal-buttons .button-light-big:hover {
    background: #315297;
    border-color: #315297;
    color: #fff;
}

.add-to-cart-modal-buttons .button-add-to-cart-v2 {
    margin-right: 0;
    text-transform: none;
    font-size: 16px;
    padding: 10px 0;
}

.add-to-cart-modal-modal .item {
    text-align: center;
}

.add-to-cart-modal-modal .item p {
    margin: 15px 0;
}


.add-to-cart-modal-modal .item .img-box img {
    border-radius: 8px;
    height: 180px;
    object-fit: contain;
    padding: 15px;
    border: 1px solid #DDE4F0;
    cursor: pointer;
    margin: 0 5px;
}

.add-to-cart-modal-modal .item .icon-box {
    margin-top: 15px;
}

.add-to-cart-modal-modal .item .icon-box i {
    font-size: 36px;
    color: #00AA1C;
}

.product-title-modal-cart {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 0;
    border-color: #e2e9e1;
    color: #315297;
}

.add-to-cart-modal-modal .item .product-price-cover .product-price {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .025em;
    display: flex;
    width: 100%;
    color: #315297;
    flex-direction: column;
    align-items: center;
}

.add-to-cart-modal-modal .item .product-price-cover .product-old-price {
    font-size: 18px;
    font-weight: 400;
}

.button-dark-test:hover {
    color: #ffffff;
}

/* End Single Product */

/* Flash Modal */

.modal .modal-header {
    background: #315297;
}

.modal .modal-header h5 {
    color: #ffffff;
}

.modal .modal-header button span {
    color: #315297;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    right: 15px;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    transition: 0.5s ease all;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.modal .modal-footer button {
    background: #315297;
    color: white;
    border: 1px solid #315297;
}


/* End Flash Modal */

/* Cart */

.custom-cart-table {
    font-size: 12px;
}

.custom-cart-table table thead tr th {
    background-color: transparent;
}

.custom-cart-table table tbody tr td {
    background-color: transparent;
}

.custom-cart-table table tfoot tr td {
    background-color: transparent;
}

.custom-cart-table thead {
    vertical-align: middle;
    text-align: center;
}

.custom-cart-table tbody {
    vertical-align: middle;
    text-align: center;
}

.cart-header-benefit {
    background-color: #ffffff;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}

.cart-header-benefit i {
    margin-right: 5px;
    color: #00AA1C;
}

.custom-cart-table tfoot {
    vertical-align: middle;
    text-align: center;
    border-color: transparent;
}

.custom-cart-table .input-number {
    padding: 0;
    border: unset;
    background-color: transparent;
    border-radius: 8px;
    text-align: center;
}

.custom-cart-table .input-group .btn i {
    font-size: 12px;
}

.custom-cart-table-relative {
    padding: 40px;
}

.custom-cart-table-relative .cart-item {
    display: flex;
}

.custom-cart-table-relative .cart-item .cart-image {
    width: 75px;
    height: 75px;
}

.custom-cart-table-relative .cart-item .cart-image a img {
    width: 100%;
}

.custom-cart-table-relative .cart-item .cart-info {
    margin-left: 15px;
}

.custom-cart-table-relative .cart-item .cart-info a {
    color: #525260;
}

.table-product-head .img-box {
    width: 75px;
    height: 75px;
    background: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}

.table-product-head .img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.quantity-input-group {
    flex-wrap: unset !important;
    width: fit-content;
}

.cart-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cart-section .table-responsive {
    padding: 0 40px 30px;

    border-radius: 8px;
}

.cart-heading {
    padding: 0 40px;
}

.cart-section .page-header {
    background-color: unset;
    display: flex;
    align-items: center;
    position: relative;
}


.cart-section .page-header .breadcrumb {
    margin-right: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-section .page-header .breadcrumb a i {
    font-size: 24px;
    color: #D0D0D0;
}

.cart-section .page-header .logo img {
    width: 250px;
}

.page-checkout {
    padding: 0 45px 0 0;
}

.page-checkout .checkout-form .checkbox-form h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.checkbox-form-wrap {
    border-radius: 8px;
    padding: 0;
    margin: 0;
    transition: .5s ease;
}

.cart-section .shopping-summery tbody tr td, .cart-section .shopping-summery tfoot tr td {
    font-size: 14px;
}

/*.checkbox-form-wrap:hover {*/
/*    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;*/
/*}*/

.checkbox-form-wrap-title {
    padding: 12px 15px;
    background-color: #F3F3F3;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.checkout-form-list {
    margin-bottom: 15px;
}

.checkout-form-list .nav-pills .nav-item {
    width: 50%;
}

.checkout-form-list .nav-pills .nav-item .nav-link {
    border-radius: unset;
}

.checkout-form-list label {
    font-size: 14px;
}

.checkout-form-list .form-control {
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.checkout-form-list .form-control:focus {
    transition: all 0.2s ease-out;
    outline: none;
    border-color: #34342f;
}

.cart-table-custom .image-box {
    width: 90px;
    height: 90px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;

    border-radius: 8px;
}

.customer-type {
    margin-top: 6px;
    border: 1px solid #ced4da;
}

.customer-type .active {
    background-color: transparent;
    color: #222222;
    margin-left: 0;
    border: 1px solid #222222;
}

.customer-type button {
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    width: 100%;
    text-align: left;
    border-radius: 0;
    color: #222222;
}


.customer-type .nav-link {
    transition: unset;
}

.customer-type .nav-link:hover {
    color: #000000;
}

.customer-type .nav-link.active {
    background: #F3F3F3;
    border: 1px solid #F3F3F3;
    border-radius: 0;
    color: #000000;
    font-weight: 500;
}

.nav-link-2 {
    margin-left: 10px;
}

.cart-wrap {
    position: sticky;
    top: 20px;
}

.input-promo-code {
    width: 100%;
    height: 59px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(1, 15, 28, .1);
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding-left: 20px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.promo-section-wrap {
    display: flex;
}

.promo-section .btn {
    background-color: #315297;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(1, 15, 28, .1);
    width: 25%;
    padding: 18px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.promo-section .btn:hover {
    background-color: #FC912D;
}

.cart-booster {
    font-size: 14px;
    font-weight: 500;
    /*color: #0E224D;*/
    /*font-family: 'Oregano', cursive;*/
    /*text-align: center;*/
    margin-top: 25px;
    /*border-bottom: 1px solid #FC912D;*/
}

.form-control:focus {
    box-shadow: none;
}

.delivery-details .form-check {
    margin-bottom: 10px;
}

.delivery-details .form-check-input:checked {
    background-color: #FC912D;
    border-color: #FC912D;
}

.form-check-input:focus {
    box-shadow: none;
}

.delivery-details .nav-tabs {
    border: 1px solid #ced4da;
}

.delivery-details .delivery-type button {
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    border-radius: 0;
    color: #222222;
    margin-left: 0;
}

/*.delivery-details .delivery-type .active {*/
/*    background-color: transparent;*/
/*    border: none;*/
/*    border-bottom: 2px solid #FC912D;*/
/*    color: #222222;*/
/*    width: 80%;*/
/*}*/

.delivery-details .delivery-type .active {
    background: #F3F3F3;
    border: unset;
    border-radius: 0;
    color: #000000;
    padding: 10px 15px;
    margin-left: 0;
    font-weight: 500;
    border-color: transparent;
    border-right: 1px solid #ced4da;
}

.btn-brand-loyalty-card {
    background-color: #FC912D !important;
}

.input-loyalty-card {
    border: 1px solid #ced4da;
}

.cart-cta .banner h6 {
    font-family: 'Oregano', cursive;
    font-size: 26px;
}

.finish-order .button-dark:active {
    transform: scale(0.97);
}

.finish-order .button-dark:hover {
    color: #ffffff;
    background-color: #FC912D;
    border: 1px solid #FC912D;
}

.finish-order .button-dark:focus {
    color: #ffffff;
}

.finish-order .button-light-big:hover {
    color: #315297;
}

.paymentMethodSelect {
    border: 1px solid #ced4da !important;
    border-radius: 8px !important;
    padding: 15px;
}

.paymentMethodSelect.form-control {
    appearance: auto;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    /*padding-left: 0;*/
}

.select2-results__option[aria-selected] {
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 14px;
    background-color: #315297 !important;
}

.finish-order-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.finish-order a {
    margin-top: 20px;
}

.recension-area-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.recension-area-comment {
    display: flex;
    width: 100%;
    align-items: center;
}

.recension-area-image {
    min-width: 40px;
    max-width: 40px;
    margin-right: 15px;
}

.recension-area-image img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.recension-area-name {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.recension-area-rating {
    padding-left: 55px;
}

.recension-area-content {
    padding-left: 55px;
    margin-top: 12px;
    text-align: justify;
}

/* Landing Recension */

.recension-area .review-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    max-width: 300px;
    text-align: center;
}

@media (max-width: 576px) {
    .recension-area .review-card {
        max-width: unset;
    }
}

.recension-area .review-card img {
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.recension-area .review-card h3 {
    font-size: 1.2rem;
    color: #333;
    margin: 10px 0;
}

.recension-area .review-card p {
    font-size: 0.95rem;
    color: #555;
    margin: 10px 0;
    line-height: 1.5;
}

.recension-area .review-card .rating {
    margin: 10px 0;
}

.recension-area .review-card .rating span {
    color: #ffcc00;
    font-size: 1.2rem;
}

.recension-area .review-card .date {
    font-size: 0.8rem;
    color: #888;
}

/* End Landing Recension */

.testimonials-carousel .owl-nav .owl-prev {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .2s ease;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 10px;
}

.testimonials-carousel .owl-nav .owl-prev:hover {
    background-color: #FC912D;
}

.testimonials-carousel .owl-nav .owl-next {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .2s ease;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 10px;
}

.testimonials-carousel .owl-nav .owl-next:hover {
    background-color: #FC912D;
}

.recension-area .item img {
    margin: auto;
}

.recension-area .item ul li i:before {
    font-size: 16px;
}

.checkout-terms p a {
    color: #315297;
    text-decoration: underline;
}

.checkout-terms label a {
    color: #315297;
    text-decoration: underline;
}

.checkout-terms .form-check-input:checked {
    background-color: #315297;
    border-color: #315297;
}

.payment-benefits {
    margin-top: 24px;
}

.payment-benefits .payment-benefits-title {
    color: #333333;
    font-size: 12px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}

.payment-benefits .payment-benefits-content {
    border: 1px #e6e6e6 solid;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
}

.payment-benefits .payment-benefits-content ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.payment-benefits .payment-benefits-content ul li {
    padding: 0 15px;
}

.payment-benefits .payment-benefits-title:before {
    content: '';
    border: 1px #e6e6e6 solid;
    border-bottom: 0;
    height: 0.5em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 2em;
    -ms-flex: 1 0 2em;
    flex: 1 0 2em;
    border-right: 0;
    border-top-left-radius: 5px;
    margin-right: 1em;
}

.payment-benefits .payment-benefits-title::after {
    content: '';
    border: 1px #e6e6e6 solid;
    border-bottom: 0;
    height: 0.5em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 2em;
    -ms-flex: 1 0 2em;
    flex: 1 0 2em;
    border-left: 0;
    border-top-right-radius: 5px;
    margin-left: 1em;
}

.empty-cart-section-wrap {
    padding: 30px 0;
}

.empty-cart-section-wrap .page-header {
    margin-bottom: 20px;
}

.empty-cart {
    width: 96px;
    height: 96px;
    font-size: 30px;
    color: #fff;
    background-color: #315297;
    border-color: #315297;
    position: relative;
    z-index: 1;
    line-height: 0.7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 40px;
}

.empty-cart-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.empty-cart-title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 6px;
}

.empty-cart-description {
    font-size: 16px;
}

.empty-cart-page-content .middle-bar-search {
    margin: 25px 0 0 0;
}

.cart-table-field .quantity-form-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-table-field .quantity-form-group span {
    font-size: 12px;
    cursor: pointer;
}

.quantity-form-group span.minus, .quantity-form-group span.plus {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #efefef;
    cursor: pointer;
    user-select: none;
}

.quantity-form-group span.minus {
    margin-right: 10px;
}

.quantity-form-group span.plus {
    margin-left: 10px;
}

/* Dropdown Cart Box */

.dropdown-cart-box {
    position: relative;
}

.dropdown-cart-box .dropdown-cart-product-wrap {
    max-height: 200px;
    overflow-y: scroll;
    position: relative;
}


.dropdown-cart-box .dropdown-cart-product-wrap::-webkit-scrollbar-track {
    padding: 2px 0;
}

.dropdown-cart-box .dropdown-cart-product-wrap::-webkit-scrollbar {
    width: 5px;
}

.dropdown-cart-box .dropdown-cart-product-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #315297;
}

.dropdown-cart-wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
}

.dropdown-cart-box .dropdown-cart-wrapper {
    background-color: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    opacity: 0;
    padding: 25px 15px;
    position: absolute;
    right: -1px;
    top: 49px;
    width: 365px;
    visibility: hidden;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    z-index: 999;
}

.header-action-right-d .dropdown-cart-box:hover .dropdown-cart-wrapper {
    opacity: 1;
    visibility: visible;
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-item {
    position: relative;
    display: flex;
    text-align: left;
    margin-bottom: 20px;
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-item .cart-image {
    min-width: 80px;
    max-width: 80px;
    margin-right: 15px;
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-item .cart-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-item .cart-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-item .cart-info a {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    white-space: normal;
    /*transition: all 0.3s ease 0s;*/
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-item a i {
    font-size: 12px;
    margin-right: 0;
    position: relative;
    top: 10px;
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-item .cart-info a:hover {
    color: #FC912D;
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-item .cart-info p {
    font-size: 13px;
    margin: 0;
}

.cart-hr hr {
    margin-bottom: 20px;
    opacity: 1;
    color: #CAD6EC;
}

.dropdown-cart-box .dropdown-cart-buttons {
    margin-top: 25px;
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-total .btn.btn-cart {
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #425A8B;
    border: 1px solid #8C9EC5;
    width: 100%;
    text-align: center;
    padding: 10px 22px;
    transition: all 0.3s ease 0s;
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-total .btn.btn-cart:hover {
    color: #ffffff;
}

.dropdown-cart-box .dropdown-cart-wrapper .cart-total .btn.btn-buy {
    background-color: #00AA1C;
    border: 1px solid #00AA1C;
    border-radius: unset;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 22px;
    text-align: center;
    width: 100%;
}

.dropdown-cart-box .free-delivery-box {
    display: flex;
    margin-top: 25px;
    margin-bottom: 15px;
}

.dropdown-cart-box .free-delivery-box .info-right {
    display: flex;
    align-content: center;
}

.dropdown-cart-box .free-delivery-box .info-right .icon-left {
    display: flex;
    margin-right: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.free-delivery-box {
    font-size: 12px;
    justify-content: center;
}

.free-delivery-box span {
    color: #FC912D;
    font-weight: 500;
}

.free-delivery-additional-info {
    padding-top: 15px;
    text-align: center;

}

.free-delivery-additional-info a {
    text-decoration: underline;
    color: #FC912D;
    font-weight: 500;
}

.dropdown-cart-empty .dropdown-cart-empty-title {
    font-size: 14px;
    text-align: center;
}

.dropdown-cart-empty p {
    font-size: 13px;
    text-align: center;
}

.dropdown-cart-empty .btn.start-shopping {
    background-color: #FC912D;
    border-color: #FC912D;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 10px 22px;
}

/* Free Delivery Progress Bar */

.free-delivery-progress-bar {
    padding: 0 40px 30px;
}

.greybar {
    background: #eeeeee;
    width: 420px;
    position: relative;
    overflow: hidden;
}

.progress {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    overflow: hidden;
    background: #FC912D;
    z-index: 0;
    transition: background 300ms, color 300ms;
}

.progress.freeship {
    background: #00AA1C;
}

.message {
    font-weight: 600;
}

.message.freeship {
    color: #ffffff;
}

.greybar.freeship {
    background: #ffffff;
}

.progress.stop:after {
    display: none;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.progress:after {
    content: '';
    left: -100%;
    background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 50%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0));
    -webkit-animation: wow 2s ease 1s infinite;
    animation: wow 2s ease 1s infinite;
    -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
    opacity: .35;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.message {
    text-align: center;
    position: relative;
    z-index: 2;
    color: white;
}

@-webkit-keyframes wow {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    50% {
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0)
    }
}

@keyframes wow {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    50% {
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(200%, 0, 0);
        transform: translate3d(200%, 0, 0)
    }
}

.cart-table-footer {
    display: flex;
    justify-content: space-between;
}

.cart-table-footer .greybar {
    width: 250px;
}


/* End Free Delivery Progress Bar */

/* End Dropdown Cart Box */

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F0F3F8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 5px !important;
}

.add-coupon {
    background-color: #222222;
    border-color: #222222;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    height: 100%;
}

.add-coupon:disabled {
    background-color: #D0D0D0;
    border: none;
    opacity: 1;
}

.add-coupon:hover {
    background-color: #222222;
}

.payment-visa img {
    width: 80px;
}

.payment-visa-secure img {
    width: 50px;
}

.payment-mc_idcheck img {
    width: 73px;
}

.payment-monri img {
    width: 180px;
}

.payment-paypall img {
    width: 150px;
}

.cart-wrap .cart-container {
    padding: 0 40px;
}

.cart-wrap .cart-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
}

.cart-wrap .cart-item:last-child {
    border-bottom: none;
}

.cart-wrap .cart-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    margin-right: 20px;
}

.cart-wrap .cart-item-info {
    flex: 1;
}

.cart-wrap .cart-item-title {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color: #315297;
    line-height: 18px;
}

.cart-wrap .cart-item-title:hover {
    color: #FC912D;
}

.cart-wrap .cart-item-heading {
    display: flex;
    justify-content: space-between;
}

.cart-wrap .cart-item-subtitle {
    font-size: 12px;
    color: #888;
    margin: 5px 0;
}

.cart-wrap .cart-item-price {
    font-size: 16px;
    color: #333;
}

.cart-wrap .cart-item-quantity {
    display: flex;
    align-items: center;
}

.cart-wrap .cart-item-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-wrap .cart-item-info-price {
    font-weight: 600;
    color: #315297;
}

.cart-wrap .cart-item-quantity button {
    padding: 5px;
    margin: 0 5px;
    cursor: pointer;
}

.cart-wrap .cart-item-quantity input {
    width: 50px;
    text-align: center;
    padding: 5px;
}

.cart-wrap .cart-remove {
    display: flex;
    justify-content: flex-end;
}

.cart-wrap .remove-button {
    font-size: 12px;
    color: rgb(82, 82, 96);
    text-decoration: underline;
    font-weight: 400;
    align-self: flex-start;
}

.cart-wrap .remove-button:hover {
    color: #315297;
}

.cart-wrap input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cart-wrap .plus.button {
    transition: all 0.3s ease 0s;
}

.cart-wrap .minus.button {
    transition: all 0.3s ease 0s;
}

.cart-wrap .plus.button:hover {
    background-color: #315297;
    color: #ffffff;
}

.cart-wrap .minus.button:hover {
    background-color: #315297;
    color: #ffffff;
}

.cart-wrap .quantity {
    width: 100px;
}

/* End Cart */

/* Login & Register */

.auth-form-wrap {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.auth-form-wrap .title img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
}

.auth-form-wrap .title h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.auth-inner {
    padding: 50px;
}

.auth-inner .form-control {
    border: unset;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding: 15px 15px !important;
    padding-left: 0 !important;
}

.auth-inner .button-dark:hover {
    color: #ffffff;
    background-color: #FC912D;
    border: 1px solid #FC912D;
}

.auth-inner input:-webkit-autofill,
.auth-inner input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s;
}

.auth-form-wrap .customer-type .nav-link {
    font-weight: 500;
}

/* End Login & Register */

.navbar-overlay-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 38px;
    left: 0;
    background-color: transparent;
    overflow-x: hidden;
    transition: .5s;
}

.navbar-overlay-menu a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 5s all ease;
}

.navbar-overlay-menu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.navbar-overlay-menu a:hover, .navbar-overlay-menu a:focus {
    color: #f1f1f1;
}

.navbar-overlay-menu .closebtn {
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 28px;
    color: #315297;
}

@media screen and (max-height: 450px) {
    .navbar-overlay-menu a {
        font-size: 20px;
    }

    .navbar-overlay-menu .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.mobile-menu-wrap {
    z-index: 1030;
}

.mobile-menu-logo {
    padding: 10px 5px;
    text-align: center;
    background: #ffffff;
}

.mobile-menu-logo img {
    width: 225px;
}

.mobile-menu-content {
    padding: 25px 15px 15px 15px;
    background: rgba(14, 34, 77, 0.9);
}

.mobile-menu-content ul {
    padding: unset;
    list-style: none;
}

.mobile-menu-content ul li {
    border-bottom: 1px solid rgba(213, 223, 228, 0.1);
}

.mobile-menu-content ul li:last-child {
    border-bottom: unset;
}

.mobile-menu-more-info {
    border-top: 1px solid #ffffff;
    padding-top: 15px;
}

.mobile-menu-more-info .content {
    display: flex;
    justify-content: center;
    position: relative;
}

.mobile-menu-more-info .content a {
    position: relative;
    padding: 8px 16px;
}

.mobile-menu-more-info .content .font-small::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #D5DFE4;
}

.mobile-menu-more-info .content a:last-child::before {
    display: none;
}

.mobile-menu-more-info .social {
    display: flex;
    justify-content: center;
}

.mobile-menu-more-info .social a {
    margin: 0 5px;
}


/* Aricles Collection */

.blog-collection {
    margin-bottom: 60px;
    margin-top: 60px;
}

.blog-item-wrap {
    margin-bottom: 30px;
}

.blog-item-wrap .blog-item-thumb {
    border-radius: 5px;
    height: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.blog-item-wrap .blog-item-content .blog-item-content-meta-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.blog-item-wrap .blog-item-content .blog-item-content-meta-list .blog-item-content-meta-item a {
    text-align: center;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    background-color: #315297;
    border: 1px solid #315297;
    border-radius: 8px;
    text-decoration: none;
    text-transform: none;
}

.blog-item-wrap .blog-item-content .blog-item-description h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}

.blog-item-wrap .blog-item-content .blog-item-description h2 a {
    color: #222222;
    font-size: 16px;
}

.blog-item-wrap .blog-item-content .blog-item-description p {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-item-description h2 {
    font-size: 16px;
}

.blog-item-link .blog-item-description h2  {
    color: #222222;
}

.blog-item-link .blog-item-description p  {
    color: #222222;
}

/* End Articles Collection */

/* Single Article */

.single-article {
    margin-top: 0;
    margin-bottom: 60px;
}

.single-article .single-page .single-thumbnail {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.single-article .single-page .single-thumbnail img {
    border-radius: 5px;
    overflow: hidden;
}

.single-article .single-page .single-thumbnail .shadow {
    position: absolute;
    width: 90%;
    height: 100%;
    overflow: hidden;
    display: flex;
    left: 58%;
    transform: translate(-50%, 0);
    bottom: 0;
    z-index: -1;
    border-radius: 20px;
    filter: blur(15px);
}

.single-article .single-page .single-thumbnail img {
    border-radius: 5px;
    overflow: hidden;
}

.single-article .single-page .single-thumbnail .shadow .shadow-img {
    margin-top: 3rem;
    object-fit: cover;
}

.single-article .single-page .single-header {
    margin-bottom: 30px;
}

.shadow {
    position: absolute;
    width: 90%;
    height: 100%;
    overflow: hidden;
    display: flex;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -12px;
    z-index: -2;
    border-radius: 20px;
    filter: blur(15px);
}

.shadow-img {
    margin-top: 3rem;
    object-fit: cover;
}

/* End Single Article */

/* Contact Page */

.contact-section {
    position: relative;
    background: #ffffff;
}

.contact-section .contact-information {
    padding: 42px 70px 49px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border-radius: 8px;
    position: relative;
}

.contact-section .section-title {
    padding-bottom: 60px;
}

.contact-section ul {
    list-style-type: none !important;
    padding-left: 0;
}

.contact-section ul li {
    line-height: 24px;
}

.contact-section .section-title h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 5px
}

.contact-section .contact-information .nav {
    justify-content: center;
}

.contact-section .contact-information .nav-tabs {
    border-bottom: 0;
    margin-bottom: 18px;
}

.contact-section .tab-content p {
    padding-bottom: 18px;
}

.contact-section .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.contact-section .form-group {
    margin-bottom: 25px;
}

.contact-section .form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.contact-section .contact-form {
    position: relative;
}

.contact-section .contact-information .contact-information-thumb img {
    position: absolute;
    width: 150px;
    animation: up-down 5s infinite;
    top: 0;
    left: -49px;
    z-index: 1;
    transform: scaleX(-1);
}

.contact-section .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-section .map-section {
    position: relative;
}

.contact-section .map-section iframe {
    border-radius: 8px;
}

.contact-section .button-dark:hover {
    background: #FC912D;
    border-color: #FC912D;
    color: #ffffff;
}

.contact-section .contact-stores {
    padding: 80px 0;
}

.contact-section .contact-stores .store-name {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}

.contact-section .contact-stores .item img {
    border-radius: 8px;
}

.contact-section .section-title .thumb {
    text-align: center;
    margin-bottom: 15px;
}

.contact-section .section-title .thumb img {
    width: 250px;
}

.contact-section .contact-stores .contact-page-accordion .accordion-item {
    border: 0;
}

.contact-section .contact-stores .contact-page-accordion .accordion-button {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.contact-section .contact-stores .contact-page-accordion .accordion-button i {
    font-size: 12px;
    margin-left: 15px;
    position: relative;
    top: 1px;
}

.contact-section .contact-stores .contact-page-accordion .accordion-button:after {
    display: none;
}

.contact-section .contact-stores .contact-page-accordion .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: transparent;
    box-shadow: unset;
}

.contact-section .contact-stores .contact-page-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0;
}

.fast-answer-2 {
    margin-top: 22px;
}

.contact-form-short-description {
    padding: 0 15px 15px 15px;
}


.ordered-products-table thead {
    background-color: #315297;
}

.order-history-table {
    font-size: 14px;
}

.table-title {
    font-size: 13px;
    font-weight: 600;
    color: white;
}

.ordered-products-table tbody {
    padding: 15px;
}

.ordered-products-table {
    font-size: 14px;
}

.ordered-products-table tbody img {
    width: 80px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
}

.contact-section .single-thumbnail {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.contact-section .single-thumbnail img {
    border-radius: 5px;
    overflow: hidden;
}

.contact-section .single-thumbnail .shadow {
    position: absolute;
    width: 90%;
    height: 100%;
    overflow: hidden;
    display: flex;
    left: 58%;
    transform: translate(-50%, 0);
    bottom: 0;
    z-index: -1;
    border-radius: 20px;
    filter: blur(15px);
}

.contact-section .single-thumbnail .shadow .shadow-img {
    margin-top: 3rem;
    object-fit: cover;
}

/* End Contact Page */

/* User Dashboard & Settings Page */

.user-dashboard {
    padding: 60px 0;
}

.user-dashboard .section-title h2 {
    font-size: 16px;
}

.user-dashboard .button-dark {
    transition: all ease-in-out .3s;
}

.user-dashboard .button-dark:hover {
    color: #ffffff;
    background-color: #FC912D;
}

.user-dashboard .button-light-big:hover {
    color: #315297;
}

.user-settings {
    padding-bottom: 60px;
}

.user-settings .form-group {
    margin-bottom: 20px;
}

.user-settings .button-dark:hover {
    color: #ffffff;
}

.user-settings .auth-inner .form-control {
    padding-left: 0 !important;
    font-size: 14px;
}

.user-settings .checkout-form-list {
    margin-bottom: 0;
    padding-bottom: 15px;
}

/* End User Dashboard & Settings Page */

/* Comparision & Wishlist Page */

.user-comparison {
    padding: 60px 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #F9FAFC;
}

.user-comparision .table-responsive .table .table-heading {
    display: flex;
    flex-direction: column;
    text-align: center;
}


.user-comparision .table-responsive .table .pull-right {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.user-wishlist {
    padding: 60px 0;
}

.wishlist-summery .add-to-cart-field a {
    background-color: #00AA1C;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;

}

.wishlist-image {
    width: 120px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.comparison-image {
    width: 120px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

/* End Comparision & Wishlist Page */

/* Categories Sidebar */

.menu-texts li .sub-menu {
    display: none;
}

.menu-texts li a {
    display: block;
}

.menu-texts li:hover .sub-menu, .menu-texts li.submenu-open .sub-menu {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 350px;
    height: auto;
    background-color: #ffffff;
    border-left: 1px solid #D5DFE4;
    border-right: 1px solid #D5DFE4;
    border-bottom: 1px solid #D5DFE4;
    padding: 0;
    min-height: 100%;
    list-style-type: none;
}


.menu-texts.menu-close li.has-children a {
    padding: 0;
    background-image: none;
}

.menu-texts.menu-close li.has-children ul li a {
    padding: 10px;
}

.menu-texts li:hover .sub-menu li a, .menu-texts li.submenu-open .sub-menu li a {
    font-weight: 400;
    color: #222222;
    line-height: 38px;
    font-size: 14px;
}

.menu-texts li:hover .sub-menu li a:hover, .menu-texts li.submenu-open .sub-menu li a:hover {
    color: #FC912D;
    background-color: #EBF5FC;
}

.sidebar-left .menu-icons {
    display: none;
}

.sidebar-left .menu-texts {
    left: 10px;
}

.sidebar-left .menu-texts li a img {
    width: 25px;
}

.main-products-item .top a img {
    border-radius: 8px;
}

.main-products-item .top .inner {
    margin-top: 10px;
}

.main-products-item .top .inner {
    margin-top: 15px;
}

.main-products-item .top .inner h3 {
    text-align: center;
}

.main-products-item .top img {
    height: 250px;
    object-position: center;
    object-fit: cover;
}

.main-products-item .top .inner h3 a {
    color: #222222;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-products-item .top .inner p {
    color: #8C9EC5;
    font-size: 14px;
}

.main-products-item .top .inner h3 a:hover {
    color: #FC912D;
}

/* End Categories Sidebar */

/* Quick search */

#quick-search-container {
    z-index: 20;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

#quick-search-results {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(1, 15, 28, .1);
    border: 1px solid #CAD6EC;
    padding: 20px;
    max-height: 65vh;
    overflow-y: auto;
}

.quick-search-item-wrap {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #D5DFE4;
    position: relative;
}

.quick-search-item-wrap:after {
    content: '';
    background: 0 0;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all ease-in-out .5s
}

.quick-search-item-wrap:hover:after {
    background: #FC912D;
    width: 100%;
    transition: all ease-in-out .5s;
}

.quick-search-product-details {
    padding-left: 15px;
}

#quick-search-results .thumb {
    width: 75px;
    height: 75px;
    border: 1px solid #D5DFE4;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

#quick-search-results .thumb img {
    object-fit: contain;
    object-position: center;
    height: 100%;
}

#quick-search-results h5 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transform: translateY(0px);
    transition: all ease-in-out .5s;
}

#quick-search-results h5 a:hover {
    color: #222222;
}

#quick-search-results .quick-search-product-more-details {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

#quick-search-results .quick-search-product-code .quick-search-product-code-weight {
    font-weight: 500;
}

#quick-search-results .quick-search-product-price {
    color: #FC912D;
    font-weight: 600;
}

#quick-search-results .button-dark {
    margin-top: 15px;
}

#quick-search-results .button-dark:hover {
    background-color: #FC912D;
    border-color: #FC912D;
    color: #ffffff;
}

.quick-search-no-result-alert {
    background-color: #ffffff;
    color: #222222;
    border: unset;
    text-align: center;
    margin: 0;
}

.quick-search-no-result-alert i {
    font-size: 18px;
    color: #315297;
}

.quick-search-no-result-alert p {
    font-size: 14px;
    margin: 0;
}

/* End quick search */

/* Product Sidebar */

.product-sidebar {
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.product-sidebar-inner .section-title {
    border-bottom: 1px solid #D5DFE4;
    padding: 20px 25px;
    background-color: #315297;
}

.shop-sidebar-category-title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.product-sidebar-inner .section-title p {
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
}

.product-sidebar-inner .filters-content {
    padding: 0 22px 22px 22px;
}

.product-sidebar-inner .filters-content p {
    font-size: 14px;
    font-weight: 500;
}

.product-sidebar-inner .filters-content .filter-item {
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid #D5DFE4;
    margin-bottom: 16px;
}

.product-sidebar-inner .filters-content .filter-item:last-child {
    border: none;
}

.product-sidebar-inner .filters-list {
    max-height: 200px;
    overflow-y: auto;
}

.product-sidebar-inner .filters-list::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #DEE9FF;
}

.product-sidebar-inner .filters-list::-webkit-scrollbar {
    width: 5px;
}

.product-sidebar-inner .filters-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #315297;
}


.product-sidebar-inner .list-nav-arrow li {
    margin: 0 0 15px 0;
    transition-duration: 0.2s;
}

.product-sidebar-inner .list-nav-arrow li a {
    font-size: 14px;
    line-height: 24px;
    color: #425A8B;
    display: block;
    padding: 0 0 0 15px;
    background: url('/fe/images/arrow-menu.svg') no-repeat 0px 6px;
}

.product-sidebar-inner .link-see-more {
    background: url('/fe/images/arrow-down.svg') no-repeat top 6px right 0px;
    color: #FC912D;
    display: inline-block;
    padding: 0px 15px 0px 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.product-sidebar-inner .filters-list li {
    position: relative;
    padding: 0 30px 6px 0;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.product-sidebar-inner .filters-list-label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.filters-list-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filters-list-label input:checked ~ .text-small {
    color: #0E224D;
}

.filters-check {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 1px solid #425A8B;
    border-radius: 0;
}

.filters-check:after {
    content: "";
    position: absolute;
    display: none;
}

.filters-list-label input:checked ~ .filters-check {
    border: 2px solid #FC912D;
}

.filters-list-label .filters-check:after {
    left: -1px;
    top: -1px;
    width: 16px;
    height: 16px;
    background: #FC912D url('/fe/images/tick.svg') no-repeat center;
}

.filters-list-label input:checked ~ .filters-check:after {
    display: block;
}

.filters-list li .filters-item-count {
    position: absolute;
    top: 35%;
    right: 0;
    transform: translateY(-50%);
    padding: 4px 5px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 7px;
    font-weight: 500;
    background: #F0F3F8;
    color: #425A8B;
}

.btn.btn-filter {
    background-color: #EBF0F3;
    padding: 8px 16px 8px 48px;
    border-radius: 4px;
    font-size: 14px;
    background-image: url('/fe/images/filter-now-blue.png');
    background-position: 20px 12px;
    background-repeat: no-repeat;
}

.btn.btn-filter:hover {
    background-color: #FC912D;
    color: #ffffff;
    background-image: url('/fe/images/filter-now-white.png');
    background-position: 20px 12px;
    background-repeat: no-repeat;
}


.btn.btn-filter img {
    width: 15px;
    margin-right: 10px;
}

.sidebar-filter-button {
    margin-bottom: 20px;
    text-align: center;
}

/* End Product Sidebar */

/* Filters Nav */

.box-filters {
    border-bottom: 1px solid #DDE4F0 !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
}

.sort-by {
    display: flex;
    position: relative;
    line-height: 21px;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 0;
}

.sort-by i {
    position: absolute;
    right: 0;
    top: 10px;
    color: #315297;
}

.sort-by-product-area {
    margin-right: 30px;
    align-items: center;
}

.sort-by-product-area .dropdown-sort .form-control {
    border: unset;
    font-size: 14px;
    color: #315297;
}

.sort-by-product-area span {
    font-size: 14px;
    margin-bottom: 0;
}

.sort-by-product-area .dropdown-toggle {
    font-size: 14px;
}

.sort-by-product-area .dropdown-item {
    font-size: 14px;
}

.sort-by.span {
    padding: 5px;
}

.sort-by.span::before {
    content: "";
    height: 34px;
    width: 1px;
    background-color: #D5DFE4;
    position: absolute;
    top: 1px;
    left: -15px;
}

.dropdown-sort .dropdown-toggle {
    padding: 5px;
    margin-bottom: 0;
}

.dropdown-sort .dropdown-toggle:after {
    font-size: 14px;
    margin-left: 2px;
    position: relative;
    top: 2px;
    color: rgba(66, 90, 139, 0.6117647059);
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #425A8B;
    text-decoration: none;
    background-color: #D5DFE4;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-sort:hover .dropdown-menu {
    display: block;
}

.dropdown-item:hover {
    background-color: transparent;
    padding-left: 20px;
}

.dropdown-item i {
    margin-right: 5px;
}

/* End Filters Nav */


/* All Categories Button */

.btn.btn-category {
    background-color: #FC912D;
    padding: 8px;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    border-radius: 8px;
}

.header-all-categories {
    display: inline-block;
    margin-left: 15px;
}

.header-all-categories .dropdown-menu {
    left: -275px;
    top: 55px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: unset;
    border-right: 1px solid #ffffff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 0;
}

.dropdown .menu-texts.menu-close {
    width: 350px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}


.dropdown .menu-texts.menu-close::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #DEE9FF;
}

.dropdown .menu-texts.menu-close::-webkit-scrollbar {
    width: 5px;
}

.dropdown .menu-texts.menu-close::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #315297;
}

.dropdown .sidebar-left .menu-texts {
    position: relative;
    top: auto;
    left: auto;
}

.dropdown .sidebar-left .menu-texts {
    border: 0;
}

.dropdown .menu-texts.menu-close li.has-children a {
    display: flex;
    align-items: center;
    padding: 5px 50px 5px 30px;
    position: relative;
}

.dropdown .menu-texts.menu-close li.has-children a:hover {
    color: #315297;
}

.dropdown .menu-texts.menu-close li.has-children a i {
    position: absolute;
    right: 20px;
    color: #96B9FF;
}

.dropdown .menu-texts.menu-close li.has-children a:hover i {
    color: #315297;
}

.header-all-categories .menu-texts.menu-close li a .text-link {
    display: unset;
    padding-left: 25px;
}

.header-all-categories .menu-texts li a .img-link {
    border: unset;
    color: #315297;
    height: unset;
}

.header-all-categories .menu-texts li {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.header-all-categories .menu-texts li a {
    font-weight: 400;
    color: #222222;
    line-height: 38px;
    font-size: 14px;
}

.header-all-categories .menu-texts li .sub-menu {
    top: 0;
    width: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    transition: .3s;
    border-bottom: unset;
}

.header-all-categories .menu-texts li .sub-menu:hover .senaad {
    display: block;
}

.header-all-categories .menu-texts li .sub-menu-list-3 {
    width: 350px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.header-all-categories .menu-texts li a:hover {
    color: #FC912D;
    margin-left: 10px;
}


.header-all-categories .menu-texts li a img {
    width: 30px;
}

.header-all-categories .menu-texts.menu-close::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #DEE9FF;
}

.header-all-categories .menu-texts li .sub-menu::-webkit-scrollbar {
    width: 5px;
}

.header-all-categories .menu-texts li .sub-menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #315297;
}

.header-all-categories .menu-texts li .sub-menu::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #DEE9FF;
}

/* End All Categories Button */

/* Brand Section */

.brand-section .owl-carousel .owl-nav .owl-prev {
    top: 30%;
}

.brand-section .owl-carousel .owl-nav .owl-next {
    top: 30%;
}

.brand-item {
    padding: 0 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    /*border: 1px solid #DDE4F0;*/
    border-radius: 4px;
}

.brand-item a {
    padding: 0 35px;
    align-items: center;
    text-align: center;
}

.brand-item img {
    transition: all .5s;
    width: 150px;
}

.brand-item img:hover {
    transform: scale(1.1);
}

/* End Brand Section */

/* Category Custom Navigation */

.category-custom-navigation .wrapper {
    position: relative;
    display: block;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.category-custom-navigation ul {
    width: 350px;
    max-height: 517px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0;
    list-style: none;
}

.sidebar-left .category-custom-navigation ul {
    max-height: 580px !important;
}

.category-custom-navigation li {
    position: static;
}

.category-custom-navigation li .wrapper {
    cursor: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 350px;
    z-index: 10;
}

.category-custom-navigation li:hover > .wrapper {
    display: block;
}

.category-custom-navigation ul {
    color: white;
    font-size: 14px;
    margin: 0;
}

.category-custom-navigation li a {
    padding: 6px 10px;
}

.sidebar-left .category-custom-navigation li a {
    padding: 6px 10px;
}

.category-custom-navigation li ul {
    margin: 0;
    background: #ffffff;
    height: 690px;
}

.category-custom-navigation li.parent {
    cursor: pointer;
}


.category-custom-navigation li.parent:hover .level-1 {
    background-color: #EBF5FC;
}

.category-custom-navigation li.parent:hover a i {
    color: #315297;
}

.category-custom-navigation li.parent a {
    display: flex;
    align-items: center;
    position: relative;
}

.text-link {
    transition: all 0.3s ease 0s;
}

.category-custom-navigation li .wrapper ul li .level-2 {
    padding: 13px 18px;
}

.category-custom-navigation li .wrapper ul li:hover .level-2 {
    background-color: #EBF5FC;
}

.category-custom-navigation li .wrapper ul li .wrapper ul li:hover .level-3 {
    background-color: #EBF5FC;
}

.category-custom-navigation li .wrapper ul li .level-3 {
    padding: 13px 18px;
}


.category-custom-navigation li.parent a:hover {
    color: #315297;
}

.category-custom-navigation li.parent a img {
    width: 35px;
}

.category-custom-navigation li.parent a i {
    position: absolute;
    right: 20px;
    color: #96B9FF;
}

.category-custom-navigation li.parent .level-1 .text-link {
    padding-left: 15px;
}

.category-custom-navigation ul::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #DEE9FF;
}

.category-custom-navigation ul::-webkit-scrollbar {
    width: 5px;
}

.category-custom-navigation ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #315297;
}

.category-custom-navigation ul::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #DEE9FF;
}

.sidebar-left .category-custom-navigation {
    position: absolute;
    top: 119px;
    left: 0;
    background-color: #ffffff;
    min-width: auto;
    border: 0;
    box-shadow: none;
}

.sidebar-left .category-custom-navigation .parent-list {
    color: white;
    font-size: 14px;
    margin: 0;
    width: 50px;
    overflow: unset;
    border-right: 1px solid #D5DFE4;
    max-height: 580px !important;
}

.sidebar-left .category-custom-navigation li ul {
    height: 690px;
}

.sidebar-left .category-custom-navigation .wrapper {
    box-shadow: none;
}


.sidebar-left .category-custom-navigation .wrapper ul li .wrapper {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}

.sidebar-left .category-custom-navigation .wrapper ul .parent .wrapper ul .wrapper ul {
    border-left: 1px solid #D5DFE4;
}

.sidebar-left .category-custom-navigation .parent-list .wrapper {
    left: 100%;
}

.sidebar-left .category-custom-navigation .level-1 {
    position: relative;
}

.sidebar-left .category-custom-navigation ul li:hover .level-1::before {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #425A8B;
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar-left .category-custom-navigation li .wrapper ul li .level-2 {
    padding: 11px 18px;
}

.sidebar-left .category-custom-navigation li .wrapper ul li .level-3 {
    padding: 11px 18px;
}

.category-custom-navigation li.parent {
    background-color: #ffffff;
}

/* End Header Custom Navigation */

.header-custom-navigation {
    display: flex;
    align-items: center;
    list-style-type: none;
}

.header-custom-navigation li a {
    transform: translateY(0px);
    background: transparent;
    transition: all ease-in-out .5s;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #ffffff;
    position: relative;
    line-height: 24px;
    padding: 10px;
    margin-right: 15px;
}

.header-custom-navigation li:last-child a:before {
    content: none;
}

.header-custom-navigation li a:hover {
    color: #ffffff;
}

.header-custom-navigation li .level-1:hover {
    color: #ffffff;
    background-color: #4870C2;
    border-radius: 4px;
}

.header-custom-navigation li .level-1:focus {
    color: #ffffff;
}

.header-custom-navigation li a:before {
    content: "|";
    position: absolute;
    top: 9px;
    right: -6px;
    color: #ffffff;
    height: 20px;
    width: 1px;
}

.header-custom-navigation li a .fa-angle-down {
    margin-left: 5px;
}

.header-custom-navigation li a:hover .header-custom-navigation .mega-menu-nav {
    display: flex;
}

.main-navigation-bar {
    position: relative;
}

.header-custom-navigation .mega-menu-nav {
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
    display: none;
    left: 0;
    padding: 0 30px 0;
    position: absolute;
    top: 45px;
    width: 100%;
}

.header-custom-navigation .mega-menu-nav .down_menu {
    column-count: 3;
    column-fill: auto;
    height: 500px;
    padding: 30px 0;
    overflow-y: hidden;
    overflow-x: auto;
}

.header-custom-navigation .mega-menu-nav .mega-menu-banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px 0;
}

.big-banner .mega-menu-banner {
    padding: 0;
}

.mega-menu-banner a img {
    border-radius: 10px;
}

.header-custom-navigation .mega-menu-nav .mega-menu-banner img {
    width: 100%;
}

.header-custom-navigation .mega-menu-nav .down_menu ul {
    list-style-type: none;
    padding: 0;
}


.mega-menu-nav .down_menu ul li {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.mega-menu-nav .down_menu ul li a {
    color: #333;
    padding: 0;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.mega-menu-nav .down_menu ul li a:hover {
    background: unset;
    transition: 0.2s;
    color: #FC912D;
}

.header-custom-navigation .mega-menu-nav .down_menu ul li a {
    position: relative;
    white-space: normal;
    overflow-wrap: break-word;
}

.mega-menu-nav .down_menu ul li .level-2 {
    border-bottom: 1px solid #eeeeee;
    color: #315297;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 6px 0 6px 0;
}

.header-custom-navigation li:hover .mega-menu-nav {
    display: block;
}

.header-custom-navigation .mega-menu-nav .down_menu::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #DEE9FF;
}

.header-custom-navigation .mega-menu-nav .down_menu::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}

.header-custom-navigation .mega-menu-nav .down_menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #315297;
}

.header-custom-navigation .mega-menu-nav .down_menu::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #DEE9FF;
}

.custom-navigation-item-style-5 .mega-menu-nav .down_menu {
    column-count: 5 !important;
}

.custom-navigation-item-style-5 .mega-menu-nav .down_menu ul li .level-2 {
    margin-bottom: 5px;
}

.custom-navigation-item-style-4 .mega-menu-nav .down_menu {
    column-count: 4 !important;
}

.custom-navigation-item-style-4 .mega-menu-nav .down_menu ul li .level-2 {
    margin-bottom: 5px;
}


.site-title {
    text-align: center;
}

.subtitle {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    color: #666;
}

.navigation {
    background-color: #333;
    text-align: center;
}

.navigation-link {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
}

.navigation-link:hover {
    opacity: .5;
}


.sidebar-heading {
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #eee;
    font-size: 1.6em;
}


.filter-item-inner-heading {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.filter-item-inner p {
    margin-bottom: 16px;
}

.filter-item-inner-heading.minus:after,
.filter-item-inner-heading.plus:after {
    position: absolute;
    top: 33%;
    right: 7.5%;
    font-size: .6em;
}

.filter-item-inner-heading.minus:after {
    content: "▲";
}

.filter-item-inner-heading.plus:after {
    content: "▼";
}

.filter-attribute-item {
    padding-left: 10px;
    margin-top: 5px;
}

.filter-attribute-item label {
    margin-bottom: 12px;
}

.content {
    float: left;
    width: 80%;
}

.content-upper {
    padding-left: 20px;
}

.content-heading {
    margin-top: 0;
}

.product-list {
    font-size: 0;
}

.product-item {
    width: 33.33333%;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 1rem;
}

.product-item-inner {
    padding: 10px;
    border: 1px solid #eee;
}

.product-title {
    margin-bottom: 0;
    font-size: 1em;
}

.product-title-link {
    display: block;
    text-decoration: none;
}

.product-title-link:hover {
    opacity: .5;
}

.product-price {
    margin-top: 10px;
    font-weight: 700;
}

.product-add-to-cart {
    width: 100%;
    padding: 10px;
    border: none;
    margin-top: 10px;
    background-color: #ff5722;
    color: #fff;
}

.product-add-to-cart:hover {
    opacity: .75;
}

.filter-item-inner-heading.minus:after {
    content: "\f068";
    right: 7px;
    top: 0;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.filter-item-inner-heading.plus:after {
    right: 7px;
    content: "\2b";
    top: 0;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}


/* Price Slider */

.price-filter-wrapper {
    margin-bottom: 20px;
}

.price-filter-wrapper::selection {
    color: #fff;
    background: #FC912D;
}

.price-filter-wrapper header h2 {
    font-size: 24px;
    font-weight: 600;
}

.price-filter-wrapper header p {
    margin-top: 5px;
    font-size: 16px;
}

.price-filter-wrapper .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.price-filter-wrapper .price-input .field {
    display: flex;
    align-items: center;
    width: 100%;
    height: 35px;
    font-size: 14px;
}

.price-filter-wrapper .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

.price-filter-wrapper input[type="number"]::-webkit-outer-spin-button,
.price-filter-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-filter-wrapper .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.price-filter-wrapper .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.price-filter-wrapper .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #FC912D;
}

.price-filter-wrapper .range-input {
    position: relative;
}

.price-filter-wrapper .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.price-filter-wrapper input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #FC912D;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-filter-wrapper input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #FC912D;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-filter-wrapper .support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}

.price-filter-wrapper .b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.price-filter-wrapper .b-btn.paypal i {
    color: blue;
}

.price-filter-wrapper .b-btn:hover {
    text-decoration: none;
    font-weight: bold;
}

.price-filter-wrapper .b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
}

/* End Price Slider */

/* Price Range Slider */

.ui-widget.ui-widget-content {
    border: unset !important;
    background: #EEEEED !important;
    height: 6px !important;
}

.ui-widget-header {
    background: #FC912D !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #FC912D !important;
    background: #FC912D !important;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
}

/* End Price Range Slider */

/* Finalize page */

.finalize-page {
    padding: 60px 0;
}

.finalize-page .section-title h2 {
    color: #315297;
}

.finalize-page .check-thank-you-body {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.finalize-page .check-thank-you-body .button-dark:hover {
    background-color: #FC912D;
    border-color: #FC912D;
    color: #ffffff;
}

.finalize-page .check-thank-you-body .check-thank-you-body-wrap {
    width: 600px;
}

.finalize-page .check-thank-you-body .check-thank-you-body-wrap {
    text-align: center;
}

/* End Finalize page */

/* Landing Page */

.single-product .product-detail .detailed-gallery .product-gallery-thumbs {
    display: block;
}

/* End Landing Page */

/* Media Queries */

/* MQ max-width */

@media (max-width: 1399px) {
    /*.navbar-expand-lg .navbar-flex-custom {*/
    /*    overflow-x: scroll;*/
    /*    overflow-y: hidden;*/
    /*}*/

    .navbar-light .navbar-nav .nav-item .nav-link {
        white-space: nowrap;
    }

    .header-all-categories .btn-category img {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-action-right-loyalty-a {
        display: none;
    }

    .trending-block .item-video {
        margin-top: 40px;
    }

    .cart-wrap .quantity {
        width: 50px;
    }

    .add-coupon {
        margin-top: 20px;
        padding: 9px 0;
    }
}

@media (max-width: 991px) {
    html {
        scroll-padding-top: 250px;
    }

    .new-gallery-thumbs .item img {
        height: 100px;
    }

    .content-section .new-gallery .item a img {
        height: 450px !important;
    }

    .top-bar-left {
        display: flex;
        justify-content: center;
    }

    .top-bar-right .top-bar-nav {
        padding-left: 0;
        justify-content: center;
    }

    .top-bar-right .top-bar-nav li a {
        padding: 0 25px 0 0;
    }

    /*.main-navbar {*/
    /*    display: none;*/
    /*}*/

    .navigation-bar {
        border-bottom: unset;
    }

    .middle-bar-search {
        margin: 10px 0;
    }

    .action-right {
        justify-content: center;
        display: none;
    }

    .sticky-navbar.sticky .main-navigation-bar {
        position: absolute;
        width: 100%;
        background: #ffffff;
        top: 187px;
        box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
    }

    .navbar-light .navbar-nav .nav-item .nav-link::before {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        border: unset;
    }

    .navbar-nav .dropdown-menu li {
        padding-bottom: 8px;
    }

    .navbar-nav .dropdown-menu li a {
        border-bottom: 1px solid #eeeeee;
    }

    .navbar-light .navbar-nav .nav-link.active {
        border-bottom: unset;
        color: #315297 !important;
    }

    .navbar-light .navbar-nav .nav-item .nav-link:hover:after {
        content: none;
    }

    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .header-action-right-d {
        padding-top: 12px;
        vertical-align: middle;
    }

    .header-action-right-d i {
        top: 0;
    }


    .benefits-section {
        display: none;
    }

    .benefits-section-slide {
        display: block;
    }

    .benefits-section-slide ul li {
        width: 100% !important;
    }

    .benefits-section-slide p {
        display: block !important;
    }

    .benefits-section-slide .benefits-nav {
        margin: unset !important;
    }

    .benefits-section .benefits-nav li {
        width: 50%;
    }

    .benefits-section .benefits-nav li {
        padding: 0;
    }

    .trending-block .item-thumb:first-child {
        margin-bottom: 20px;
    }

    .featured-products .view-all {
        display: none;
    }

    .featured-products .product-thumb {
        margin-bottom: 30px;
        display: none;
    }

    .product-block-five .ec-product-additional-sticker img {
        width: 37px !important;
        height: 37px !important;
    }

    .single-product {
        padding: 0 0 60px 0;
    }

    .single-product-navigation .single-product-navigation-wrap {
        justify-content: center;
    }

    .single-product-navigation .single-product-navigation-wrap .single-product-name {
        display: none;
    }

    .single-product .product-detail .detail-info .short-desc ul li h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .single-product .product-detail ul li::marker {
        font-size: 16px;
    }

    .ec-product-additional-sticker .ec-product-additional-sticker-wrap img {
        width: 45px;
        height: 45px;
    }

    .product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item .info-right {
        margin-left: 0;
    }

    .product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item .icon-left {
        margin-bottom: 5px;
    }

    .product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item .info-right h5 {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item .info-right p {
        font-size: 10px;
    }

    .desktop-categories-slider {
        display: none !important;
    }

    .home-categories-section .owl-dots {
        display: none;
    }

    .trending-block-two .slider-content h2 {
        font-size: 34px;
    }

    .trending-block-two .slider-content p {
        font-size: 22px;
    }

    .trending-block-desktop {
        display: none;
    }

    .product-block-one .home-product-block-one-slider-carousel .owl-nav {
        display: none;
    }

    .product-block-one .home-product-block-one-slider-carousel .owl-dots {
        display: none;
    }

    .product-block-one .home-product-block-one-slider-carousel .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        left: 5px;
    }

    .product-block-one .home-product-block-one-slider-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        right: 5px;
    }

    .featured-products .section-title {
        border-bottom: unset;
        margin-bottom: 0;
    }

    .featured-products .product-sidebar-filter .section-title {
        margin-bottom: 16px;
    }

    .sale-block .owl-nav {
        display: none;
    }

    .best-selling-products .owl-dots {
        display: none;
    }

    .discount-section .owl-dots {
        display: none;
    }

    .trending-block-three {
        padding-top: 30px;
    }

    .product-block-four .wrapper {
        display: none;
    }

    .product-block-five .wrapper {
        display: none;
    }

    .best-selling-products .view-all .see-all-products {
        display: none;
    }

    .best-selling-products .owl-theme .owl-nav {
        display: none;
    }

    .sale-block-one .thumb {
        margin-bottom: 20px;
    }

    .sale-block-two .thumb {
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px 0 0 0;
    }

    .footer-about {
        margin-bottom: 30px;
    }

    .sidebar-left {
        display: none;
    }

    .breadcrumb-nav-wrap {
        white-space: nowrap;
        overflow: scroll;
        padding: 5px 0;
    }

    .pagination {
        margin-bottom: 30px;
    }

    .pagination .page-item {
        margin: 5px 3px;
    }

    .single-product .detailed-gallery .outer .item img {
        height: 350px;
    }

    /*.landing-page .single-product .detailed-gallery .outer .item img {*/
    /*    height: 205px;*/
    /*}*/

    .d-product-title {
        display: none;
    }

    .m-product-title {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .product-detail {
        padding-top: 30px !important;
    }

    .single-product .collection-discount-section .discount-box {
        display: none;
    }

    .product-availability-footer .product-item {
        text-align: left;
        padding: 5px 0;
    }

    .product-detail .benefits-section {
        margin-bottom: 30px;
    }

    .related-products .owl-nav .owl-prev {
        width: 25px;
        height: 25px;
        left: 0;
    }

    .related-products .owl-carousel .owl-nav button.owl-prev {
        font-size: 16px;
    }

    .related-products .owl-nav .owl-next {
        width: 25px;
        height: 25px;
        right: 0;
    }

    .related-products .owl-carousel .owl-nav button.owl-next {
        font-size: 16px;
    }

    #tooltip {
        display: none;
    }

    .item:hover #tooltip {
        width: 250px;
    }

    .item:hover .tooltipText {
        width: unset;
        right: unset;
    }

    .submit-order-desktop {
        display: none;
    }

    .table-product-head .img-box {
        width: 85px;
        height: 85px;
        margin: 10px auto;
    }

    .table-product-head .img-box img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .coupon-alert {
        animation: none;
    }

    .cart-section .page-header {
        text-align: center;
        border-bottom: 1px solid #ced4da;
    }

    .page-checkout {
        padding: unset;
    }

    .cart-wrap .cart-container {
        padding: 0;
    }

    .cart-wrap {
        padding-top: 5px;
    }

    .cart-heading {
        padding: unset;
    }

    .cart-section {
        padding-top: 15px;
    }

    .cart-wrap .cart-heading h3 {
        font-size: 14px !important;
    }

    .cart-section .page-header .breadcrumb a i {
        font-size: 18px;
        color: #D0D0D0;
    }

    .cart-section .page-header {
        justify-content: center;
        align-items: center;
    }

    .cart-section .page-header .breadcrumb {
        position: absolute;
        left: 25px;
    }

    .payment-benefits .payment-benefits-content ul li {
        padding: 0 10px;
    }

    .payment-visa img {
        width: 120px;
    }

    .payment-visa-secure img {
        width: 90px;
    }

    .payment-mc_idcheck img {
        width: 113px;
    }

    .payment-monri img {
        width: 220px;
    }

    .payment-paypall img {
        width: 190px;
    }

    .cart-section .table-responsive {
        padding: unset;
    }

    .cart-section .shopping-summery thead {
        display: none;
    }

    .cart-section .shopping-summery tbody tr td, .cart-section .shopping-summery tfoot tr td {
        display: block;
        width: 100%;
        text-align: right;
    }

    .cart-section .shopping-summery tbody tr td {
        vertical-align: middle;
    }

    .cart-section .shopping-summery tbody tr td:before, .cart-section .shopping-summery tfoot tr td:before {
        content: attr(data-title) " ";
        float: left;
        text-transform: none;
        margin-right: 15px;
        font-weight: bold;
    }

    .quantity-column {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        margin: unset;
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: #ced4da;
    }

    .empty-cart-page-content .middle-bar-search {
        padding: 0 23px;
    }

    .empty-cart-description {
        padding: 0 20px;
    }

    .empty-cart-section-wrap {
        padding: 0;
    }

    .dropdown-cart-wrapper {
        display: none;
    }

    .contact-form-short-description {
        padding: 0 0 15px 0;
    }

    .user-dashboard table tr {
        font-size: 13px;
    }

    .user-comparision .table-responsive .table .pull-left {
        margin-bottom: 20px;
    }

    .user-comparision .table-responsive .table .pull-right {
        -webkit-line-clamp: 2;
        font-weight: 400;
        text-align: right;
    }

    .user-comparision .table > * {
        font-size: 13px;
    }

    .user-wishlist .table-responsive {
        padding: unset;
    }

    .user-wishlist .wishlist-summery thead {
        display: none;
    }

    .user-wishlist .wishlist-summery tbody tr td, .user-wishlist .wishlist-summery tfoot tr td {
        display: block;
        width: 100%;
        text-align: right;
        font-size: 13px;
    }

    .user-wishlist .wishlist-summery tbody tr td {
        vertical-align: middle;
    }

    .user-wishlist .wishlist-summery tbody tr td:before, .user-wishlist .wishlist-summery tfoot tr td:before {
        content: attr(data-title) " ";
        float: left;
        text-transform: none;
        margin-right: 15px;
        font-weight: bold;
    }

    .user-wishlist .wishlist-summery .add-to-cart-field {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .user-wishlist .wishlist-summery .remove-from-wishlist-button {
        display: none;
    }

    .user-wishlist .wishlist-summery .wishlist-thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
    }

    .user-wishlist .wishlist-summery tr {
        margin-bottom: 15px;
    }

    .box-filters-row .col-lg-3 {
        display: flex;
        justify-content: center;
    }

    .box-filters-row .col-lg-9 {
        justify-content: center !important;
    }

    .box-filters-row .col-lg-3 a {
        margin-bottom: 20px;
    }

    .header-all-categories {
        display: none;
    }

    .home-brands-slider-carousel .owl-nav {
        display: none;
    }

    .brand-item {
        padding: 0 5px;
    }

    .brand-item a {
        padding: 0;
    }

    .sidenav {
        height: 100%;
        position: fixed;
        width: 0;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 1005;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        color: white;
        z-index: 1000;
    }

    .sidebar-filter-price {
        justify-content: center !important;
    }

    .product-sidebar {
        border-radius: 0;
    }

    .shop-sidebar-category-title {
        border-radius: 0;
    }

    .product-sidebar-inner .filters-list {
        margin-top: 16px;
    }

    .product-collection {
        margin-top: 0;
    }

    .sidebar-filter-button-d {
        display: none !important;
    }

    .sidenav .shop-sidebar-accordian ul li a {
        white-space: nowrap;
    }

    .landing-page .detail-info {
        margin-top: 35px;
    }

    .product-detail-information ul .filter-delivery {
        padding-right: 35px;
    }

    .cart-coupon-d {
        display: none;
    }

    .title-detail {
        margin-top: 25px;
    }

    .product-detail {
        margin-bottom: 0 !important;
    }

    .box-newsletter h3 {
        font-size: 18px;
        text-align: left !important;
    }

    .box-newsletter .shape-newsletter-image {
        display: none;
    }

    .box-newsletter {
        padding: 30px 0;
    }

    .box-newsletter p {
        text-align: left !important;
    }

    .form-newsletter .input-newsletter {
        height: 44px;
    }

    .form-newsletter .btn {
        padding: 11px 18px;
    }
}


@media (max-width: 768px) {
    .header-action-right-comparison {
        display: none;
    }

    /*.header-action-right {*/
    /*    overflow-x: scroll;*/
    /*    overflow-y: hidden;*/
    /*}*/

    .slider-section {
        padding: unset;
    }

    .slider-section .item .slider-image .thumb img {
        margin: 50px 0;
    }

    .slider-section .item .slider-content {
        margin-top: 50px;
        padding: 0 25px;
    }

    .slider-section .item .slider-image {
        padding: 0 25px;
    }

    .slider-section .owl-carousel .owl-dots {
        position: relative;
        bottom: 25px;
        justify-content: center;
    }

    .call-to-action .banner .banner-info h6 {
        font-size: 14px;
    }

    .call-to-action .banner .banner-info p {
        font-size: 14px;
    }

    .call-to-action .banner .banner-info h3 {
        font-size: 16px;
    }

    .support-call-to-action .banner .banner-info h3 {
        font-size: 16px;
    }

    .d-slider {
        display: none !important;
    }

    .d-banner {
        display: none;
    }

    .slider-section .owl-carousel .owl-nav button.owl-prev {
        left: 20px;
    }

    .slider-section .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
    }

    .slider-section .owl-nav .owl-prev i {
        font-size: 14px;
    }

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

    .slider-section .owl-nav .owl-next {
        width: 35px;
        height: 35px;
    }

    .slider-section .owl-nav .owl-next i {
        font-size: 14px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }

    .benefits-section .benefits-nav li {
        width: 50%;
    }

    .benefits-section p {
        display: none;
    }

    .promo-block-two-carousel .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
    }

    .promo-block-two-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
    }

    .product-benefit-section .benefit-section-wrapper .benefits-section-item {
        height: 125px;
        border: 1px solid #ffffff;
        padding: 15px 8px;
        margin: 5px 0;
        border-radius: 8px;
    }

    .footer-copyright-wrap {
        justify-content: center;
    }

    .footer-copyright-wrap p {
        margin: 5px;
    }

    .promo-badge {
        width: 35px;
        height: 35px;
    }

    .single-product .product-detail .detailed-gallery .product-gallery-thumbs {
        display: none;
    }

    .single-product .product-data .content-section img {
        height: auto;
    }

    .cart-cta .banner .banner-info h6 {
        font-size: 24px;
    }

    .auth-form-wrap .title {
        background-size: contain;
        padding: 0;
        height: 100px;
    }

    .contact-section .contact-information {
        padding: 35px;
    }

    .contact-section .contact-information .item .fast-answer {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .contact-section .contact-stores .contact-page-accordion .accordion-button {
        justify-content: center;
    }

    .add-to-cart-modal-modal .item {
        padding: 40px;
    }

    .add-to-cart-modal-modal .item .img-box img {
        height: 135px;
    }

    .add-to-cart-modal-modal .item .icon-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .add-to-cart-modal-modal .item .icon-box i {
        font-size: 18px;
        margin-right: 5px;
    }

    .add-to-cart-modal-modal .item p {
        margin: 5px 0;
        font-size: 12px;
    }

    .add-to-cart-modal-modal .modal-dialog .modal-content .close {
        width: 30px;
        height: 30px;
    }

    .add-to-cart-modal-modal .item .product-price-cover .product-price {
        margin-top: 0;
        font-size: 18px;
    }

    .add-to-cart-modal-buttons a {
        font-size: 14px;
    }

    .single-product .detailed-gallery .outer .big-image-gallery-item {
        padding: 0px;
    }

    .landing-page .single-product .detailed-gallery .outer .big-image-gallery-item {
        padding: 0;
        margin-bottom: 35px;
    }

    .landing-page .single-product .product-detail .detailed-gallery .product-gallery-thumbs .item img {
        height: 100px;
        padding: 5px;
    }

    .blog-item-wrap .blog-item-thumb {
        background-size: contain;
    }

    .header-custom-navigation li a {
        font-size: 12px;
        margin-right: 0;
    }

    .header-custom-navigation li a:before {
        right: 0;
    }

    .main-navbar {
        justify-content: center !important;
    }

    .header-custom-navigation {
        margin-bottom: 0 !important;
    }

    .header .navigation-bar .container {
        width: 100%;
    }

    .product-price-cover {
        flex-direction: column;
        align-items: stretch;
        padding: 15px 0;
    }

    .single-product .product-detail .detail-info .product-price-cover .product-price {
        justify-content: center;
        font-size: 24px;
    }

    .product-top-wl {
        margin: 10px 0;
    }
}

@media (max-width: 575px) {
    .benefits-section-slide .item {
        height: 225px !important;
    }

    .content-section .new-gallery .item a img {
        height: 250px !important;
    }

    .middle-bar .navbar-brand img {
        width: 215px;
    }

    .d-cart {
        display: none;
    }

    .header-action-right-m {
        margin: 0 !important;
        /*padding-top: 12px;*/
    }

    .header-action-right i {
        font-size: 18px;
        position: relative;
    }

    .slider-section .item .slider-content h1 {
        font-size: 36px;
    }

    .promo-block-two-carousel .owl-nav .owl-prev {
        left: 20px;
    }

    .promo-block-two-carousel .owl-nav .owl-next {
        right: 20px;
    }

    .featured-products .product-card-vertical .product-cart-vertical-inner .image-box-fixed-height {
        height: 115px;
        /*padding: 15px 0 0;*/
        margin-top: 5px;
    }

    .featured-products .info-right .product-title {
        font-size: 13px;
    }

    .featured-products .product-specification-wrap {
        display: none;
    }

    .featured-products .product-card-vertical .product-cart-vertical-inner {
        padding: 10px;
    }

    .featured-products .section-title h3 {
        font-size: 28px;
    }

    .featured-products .section-title p {
        font-size: 14px;
    }

    .featured-products .product-price-wrap {
        flex-wrap: wrap;
    }

    .product-block-one .home-product-block-one-slider-carousel .owl-nav {
        display: none;
    }

    .featured-products .product-card-vertical .product-cart-vertical-inner .discount-box .label {
        padding: 3px 6px;
        font-size: 11px;
    }

    .featured-products .product-card-vertical .product-cart-vertical-inner .discount-box .label-additional-text {
        font-size: 11px;
        left: 42px;
        top: 2px;
    }

    .featured-products .product-card-vertical .product-cart-vertical-inner .price-info .price-main-small {
        font-size: 16px;
    }

    .featured-products .product-card-vertical .product-price-wrap {
        margin-top: 0;
    }

    .alert-info {
        width: 100%;
        right: 0 !important;
    }

    .cart-section .page-header .logo img {
        width: 200px;
    }

    .free-delivery-progress-bar {
        padding: 0;
    }

    .cart-table-footer .greybar {
        width: 130px;
    }

    .sort-by-product-area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .products-shown {
        font-weight: 600;
    }

    .sort-by-product-area .dropdown-sort .form-control {
        font-size: 12px;
        font-weight: 600;
    }

    .sort-by-product-area span {
        font-size: 12px;
        margin-bottom: 0;
    }

    .sort-by-product-area .dropdown-sort .dropdown-toggle {
        font-size: 12px;
    }

    .sort-by {
        font-size: 12px;
    }

    .sort-by-product-area .dropdown-item {
        font-size: 12px;
    }

    .brand-section .owl-carousel .owl-nav .owl-prev {
        left: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 20%;
    }

    .brand-section .owl-carousel .owl-nav .owl-next {
        right: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 20%;
    }

    .modal.show .modal-dialog {
        margin: 35px;
    }

    .landing-page .save-box {
        margin: 15px 0;
    }

    .filter-stock {
        text-align: right;
    }
}

@media (min-width: 420px) and (max-width: 575px) {
    .cart-table-footer .greybar {
        width: 180px;
    }
}

@media (max-width: 498px) {
    .benefits-section-slide .item {
        height: 225px !important;
    }

    .single-product .detailed-gallery .outer .item img {
        height: 225px;
    }
}

@media (max-width: 479px) {
    .product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item {
        align-items: center;
    }

    .product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item {
        transition: all ease-in-out .5s;
    }

    .product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item .info-right h5 {
        text-align: center;
    }

    .product-benefit-section .benefit-section-wrapper .benefits-section-item .benefit-item .info-right p {
        text-align: center;
    }

    .remove-from-cart-modal .modal-footer .button-dark {
        padding: 8px 25px
    }
}

@media (max-width: 462px) {


    .wishlist-simple {
        padding: 10px !important;
    }


}

@media (max-width: 452px) {
    /*.single-product .finish-order-buttons {*/
    /*    margin-top: 25px;*/
    /*}*/

    .single-product .finish-order-buttons button {
        margin: auto;
    }
}

@media (max-width: 420px) {
    .featured-products .product-card-vertical .product-price-wrap {
        margin-top: 0;
    }

    .featured-products .product-card-vertical .product-price-wrap .action-buttons {
        margin-top: 5px;
    }
}

@media (max-width: 375px) {
    .featured-products .product-card-vertical .product-cart-vertical-inner .price-info .price-main-small {
        font-size: 14px;
    }

    .single-product .product-detail .detail-info form .product-action .input-group {
        width: 125px;
    }

    .product-price-cover .button-add-to-cart-v2 {
        padding: 10px 25px;
    }
}

/* MQ min-width */

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .header-action-right-viber-chat {
        display: none;
    }

    .slider-section .owl-carousel .owl-dots .owl-dot span {
        width: 50px;
        height: 4px;
    }

    .m-slider {
        display: none !important;
    }

    .m-banner {
        display: none;
    }

    .product-image-slider-carousel .owl-dots {
        display: none;
    }
}

@media (min-width: 992px) {

    .m-cart {
        display: none;
    }

    .middle-bar {
        border-bottom: 1px solid #D5DFE4;
    }

    .container {
        max-width: 960px;
    }

    /*.middle-bar {*/
    /*    border-bottom: 1px solid #CAD6EC;*/
    /*}*/

    .mobile-navbar {
        display: none;
    }

    .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        transition-duration: 0.2s;
        position: absolute;
        top: calc(100% + 0px);
        left: 0;
        z-index: 999999;
        min-width: 220px;
        border-radius: 0 0 4px 4px;
        padding: 8px 0 8px 0;
        background-color: #ffffff;
        border: 1px solid #D5DFE4;
        transition: 0.3s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        transition-duration: 0.2s;
        transition: 0.3s;
    }

    .sticky-navbar.sticky .main-navigation-bar {
        display: none;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

    #ham {
        display: none;
    }

    .benefits-section-slide {
        display: none;
    }

    .support-call-to-action-heading-p {
        margin: 0;
    }

    .product-benefit-section .shape-benefits-image {
        display: none;
    }

    .mobile-categories-slider {
        display: none !important;
    }

    .trending-block-mobile {
        display: none;
    }

    .see-all-products {
        display: none;
    }

    .best-selling-products .view-all .see-all-products {
        display: block;
    }

    .product-block-four .view-all .see-all-products {
        display: block;
    }

    .product-block-five .view-all .see-all-products {
        display: block;
    }

    .product-block-mobile-slider {
        display: none;
    }

    .m-product-title {
        display: none;
    }

    .product-data-tabs-content .tab-pane {
        padding: 0 80px;
    }

    .home-categories-section .owl-nav {
        display: none;
    }

    .submit-order-mobile {
        display: none;
    }

    .single-article .single-content .content-section {
        padding: 40px;
    }

    .single-article .single-page .single-thumbnail {
        padding: 0 80px;
    }

    .contact-section .contact-form {
        padding: 0 15px;
    }

    .sidebar-filter-button {
        display: none;
    }

    .product-sidebar .closebtn {
        display: none;
    }

    .custom-cart-table {
        padding: 0 40px;
    }

    .cart-coupon-m {
        display: none;
    }

    .contact-section .single-thumbnail {
        padding: 0 80px;
    }

    .single-article .content-section {
        padding: 80px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .product-price {
        font-size: 18px;
    }
    .product-price del,
    .discount-box {
        font-size: 15px;
    }

    .single-product .product-detail .detail-info .product-price-cover .product-price {
        flex-direction: column;
    }

    .single-product .product-detail .detail-info form .product-action .input-group {
        width: 125px;
    }

    .single-product .product-detail .detail-info .product-price-cover .product-price {
        font-size: 24px;
    }

    .single-product .product-detail .detail-info .product-price-cover .product-old-price {
        margin-left: 0;
    }

    .product-gallery .product-gallery-thumbs {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .header-action-right-loyalty-b {
        display: none;
    }

    .coupon-wrap {
        display: flex;
        justify-content: space-between;
    }

    .checkout-form-list .coupon-wrap .form-control {
        width: 70%;
    }

    .checkout-form-list .coupon-wrap button {
        width: 25%;
    }

    .add-coupon {
        padding: 8px 0;
    }

    .single-product .product-detail .detail-info .product-price-cover .product-price {
        flex-direction: column;
    }

    .single-product .product-detail .detail-info .product-price-cover .product-old-price {
        margin-left: 0;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }

    .trending-block .item-thumb img {
        min-height: 370px;
    }

    .single-product .product-detail .detail-info .product-price-cover .product-price {
        font-size: 24px;
        flex-direction: row;
    }

    .single-product .product-detail .detail-info .product-price-cover .product-old-price {
        margin-left: 20px;
    }

    .single-product .product-detail .detail-info form .product-action .input-group {
        width: 150px;
    }
}

@media (min-width: 1675px) {
    .container-1675 {
        max-width: 100%;
        width: 100%;
        padding-right: 75px;
        padding-left: 75px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* MQ min-max-width */

@media (min-width: 768px) and (max-width: 991px) {
    .contact-section .contact-information .item .fast-answer {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .contact-section .contact-information .item .fast-answer-2 {
        margin-top: 28px;
        margin-bottom: 25px;
    }

}

@media (min-width: 992px) and (max-width: 1199px ) {
    .top-bar-right .top-bar-nav li a {
        padding: 0 15px 0 0;
    }

    .top-bar-right .top-bar-nav li a::before {
        right: 7px;
    }

    .cart-table-footer .greybar {
        width: 150px;
    }

    .header-all-categories .dropdown-menu {
        left: -165px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .cart-table-footer .greybar {
        width: 180px;
    }

    .header-all-categories .dropdown-menu {
        left: -235px;
    }
}

#home-slider .owl-carousel .item:first-child {
    display: block;
    width: 100%;
}

#home-slider .owl-carousel {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 35px;
}

#home-slider .owl-dots {
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

#home-slider .owl-carousel .item:not(:first-child) {
    display: none;
}

#home-slider .owl-carousel img {
    width: 100% !important;
}

#home-slider .owl-nav {
    margin: 0 !important;
}

.collection-upper-description {
    margin-bottom: 30px;
    padding: 2.5rem;
    background: #F9FAFC;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0;
    cursor: pointer;
    font-size: 19px;
    text-align: justify;
}

.collection-bottom-description {
    margin-top: 30px;
    padding: 2.5rem;
    background: #F9FAFC;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0;
}

/* Viber Icon */

.viber-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #665CAC;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.viber-icon img {
    width: 35px;
    height: 35px;
}

.viber-icon:hover {
    background-color: #4C3F8A;
}

.viber-icon {
    animation: up-down 5s infinite;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    white-space: normal !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    white-space: normal !important;
}

.content-button {
    font-size: 14px;
    background-color: #315297;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    transition: all 0.5s ease;
    width: 350px;
    text-align: center;
    padding: 8px 40px;
    border-radius: 8px;
}

.content-button:hover {
    background-color: #FC912D;
    color: #ffffff;
}

@media (max-width: 991px) {
    .content-button {
        width: 100%;
    }

    .brand-section-one {
        margin-top: 30px;
    }
}

.four-item-category .view-all .see-all-products {
    display: block;
  }

.product-block-four .owl-nav .owl-prev,
.product-block-five .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 10px;
}

.product-block-four .owl-nav .owl-next,
.product-block-five .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    right: 10px;
}

/* Initial state of the heart icon */
.btn-wishlist-new i {
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out; /* Smooth transition for scale and color */
}

/* On hover, scale the heart icon */
.btn-wishlist-new:hover i {
    transform: scale(1.2); /* Scale the icon by 1.2 times */
    color: #FF0000; /* You can change the color on hover as well */
}

.mobile-fix {
    flex: 0 0 auto;
    width: 50%;
}

.gallery-wl .product-top-wl {
    position: absolute;
    right: 0;
    z-index: 2;
}

.gallery-wl .product-top-wl i {
    font-size: 24px;
}

.product-gallery-main .gallery-item {
    padding: 50px;
}

.product-gallery-main .gallery-item {
    border-radius: 8px;
    height: 550px;
    object-fit: contain;
    object-position: center;
    padding: 50px;
}


.product-gallery-main .gallery-item img {
    object-fit: contain;
    object-position: center;
    height: 100%;
}

@media (max-width: 991px) {
    .product-gallery-main .gallery-item {
        height: 350px;
    }
}

@media (max-width: 498px) {
    .product-gallery-main .gallery-item {
        height: 225px;
    }
}

.product-gallery-main .gallery-item img,
.product-gallery-thumbs .thumb-item img {
    width: 100%;
    display: block;
    cursor: pointer;
}

.product-gallery-thumbs .thumb-item img {
    border-radius: 8px;
    width: 100%;
    height: 180px;
    object-fit: contain;
    padding: 15px;
}

.product-gallery-thumbs .thumb-item img {
    margin: 0;
    border: 1px solid #DDE4F0;
    border-radius: 8px;
}

.product-gallery-thumbs .owl-item.current {
    border: 1px solid #315297;
    border-radius: 8px;
}

.product-gallery-main-wrapper {
    position: relative;
}

.product-gallery-counter-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(49, 82, 151, 1);
    color: #fff;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 13px;
    z-index: 10;
    user-select: none;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .product-gallery-thumbs {
        display: none !important;
    }

    .product-gallery-main .gallery-item {
        height: 225px;
        padding: 0;
    }
}

#zoom-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.zoom-overlay {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: transparent; /* nema bijele pozadine */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zoom-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
    overflow: hidden;
}

.zoom-image {
    max-width: 100%;
    max-height: 70vh;
    transition: transform 0.3s ease;
    cursor: grab;
    user-select: none;
}

.zoom-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.zoom-controls button {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    transition: background-color 0.2s ease;
}

.zoom-controls button:hover {
    background: white;
}

.add-to-cart-btn {
    margin-top: 20px;
    background: #28a745;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}

.add-to-cart-btn:hover {
    background: #218838;
}

#zoom-close {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    transition: background-color 0.2s ease;
    z-index: 15;
}

#zoom-close:hover {
    background: white;
}

.grecaptcha-badge {
    opacity: 0;
}

.owl-lazy {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.owl-lazy.loaded {
    opacity: 1;
}

.sticky-cart-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #ddd;
}

#cart-form.sticky-cart-form {
    animation: stickyFadeInUp 0.4s ease forwards;
    opacity: 0;
    transform: translateY(100%);
}

/* Animacija */
@keyframes stickyFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tooltip-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.tooltip-icon {
    border: 1px solid #ffffff !important;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 50%;
    margin-right: 6px;
    font-size: 10px;
}

.tooltip-container .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 10;
    top: 120%;
    left: 0;
    transition: opacity 0.3s;
    font-size: 0.85rem;
    line-height: 1.3;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
