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

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

/*----------------------------------------*/

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

html,
body {
    height: 100%;
    font-family: "Cairo", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-top: 120px!important;

}
/* Media query for mobile devices */
@media (max-width: 768px) {
    body {
        padding-top: 0px!important;
    }
}

/* Extra small screens - header is taller due to stacked browse categories + breadcrumb */
@media (max-width: 375px) {
    body {
        padding-top: 0px !important;
    }
}

.opacity_05 {
    opacity: 0.5;
}

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

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

img {
    max-width: 100%;
}

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

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    /*color: #75d3f6;*/
    color: #fff;
}

.lh-20 {
    line-height: 20px;
}

/* Profile container */

.profile {
    margin: 20px 0;
}

/* Profile sidebar */

.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
    border-right: 1px solid #dddddd;
}

.list-group-flush > .list-group-item.highlight > a {
    color: #2196f3 !important;
}
.list-group-item:hover {
    background-color: #4391d5!important;
    color: white; /* Optional: Change text color to white for better readability */
}

.generateQuote {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 20px;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

/* Profile Content */

.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}

.user_profile_pic {
    margin: 0 auto;
    display: block;
}

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

.hide {
    display: none;
}

.text_orange {
    color: #4391d5 !important;
}

.text_white {
    color: #ffffff !important;
}

.text_black {
    color: #000 !important;
}

.text_gray {
    color: gray !important;
}

.text_green {
    color: green !important;
}

.text_red {
    color: red !important;
}

.text-20 {
    font-size: 20px;
}

.text-30 {
    font-size: 30px;
}

.bg-lgray {
    background: #ededed;
}

#btn_update:disabled,
#btn-checkout:disabled {
    cursor: not-allowed;
    color: #9e9e9e !important;
    background: #9e9e9e1c !important;
}

.advanced-input {
    font-family: "Cairo", sans-serif !important;
}

.advanced-search-input {
    font-family: "Cairo", sans-serif !important;
    width: auto !important;
}

.advanced-input-section {
    height: 46px !important;
}

.advanced-search-input .advanced-input-container .advanced-input-section {
    border: 1px solid lightgray;
}

.advanced-search-input .advanced-input-container .advanced-input-section .advanced-input::-moz-placeholder,
.advanced-search-input .advanced-input-container .advanced-input-section .label::-moz-placeholder {
    color: #555 !important;
}

.advanced-search-input .advanced-input-container .advanced-input-section .advanced-input:-ms-input-placeholder,
.advanced-search-input .advanced-input-container .advanced-input-section .label:-ms-input-placeholder {
    color: #555 !important;
}

.advanced-search-input .advanced-input-container .advanced-input-section .advanced-input::-moz-placeholder, .advanced-search-input .advanced-input-container .advanced-input-section .label::-moz-placeholder {
    color: #555 !important;
}

.advanced-search-input .advanced-input-container .advanced-input-section .advanced-input:-ms-input-placeholder, .advanced-search-input .advanced-input-container .advanced-input-section .label:-ms-input-placeholder {
    color: #555 !important;
}

.advanced-search-input .advanced-input-container .advanced-input-section .advanced-input::placeholder,
.advanced-search-input .advanced-input-container .advanced-input-section .advanced-input span,
.advanced-search-input .advanced-input-container .advanced-input-section .label::placeholder,
.advanced-search-input .advanced-input-container .advanced-input-section .label span {
    color: #555 !important;
}

.advanced-search-input .advanced-input-container .advanced-input-section .advanced-input span,
.advanced-search-input .advanced-input-container .advanced-input-section .label span {
    top: 13px !important;
}

.advanced-search-input .advanced-input-container .advanced-input-section .advanced-input,
.advanced-search-input .advanced-input-container .advanced-input-section .label {
    padding-left: 10px !important;
    border: none !important;
    font-family: "Cairo", sans-serif !important;
    border-radius: 0 !important;
}

.advanced-search-input .search .options .row {
    margin: 0 !important;
    height: 40px !important;
}

#inputGroup-sizing-default {
    border-radius: 0 !important;
    background: transparent !important;
}

.global_search_input {
    width: 75%;
}

/*.form-control {*/
/*    margin-bottom: 10px;*/
/*    padding: inherit;*/
/*    display: none;*/
/*}*/

#product__pagination .page-link {
    padding: inherit;
}

#custom_height,
#custom_width,
#custom_depth,
.custom_value {
    border-radius: 5px !important;
    border: 1px solid gray;
}

.ss-main .ss-single-selected.ss-disabled {
    background: #eee !important;
}

.select_range_design,
.select_color,
.select_height,
.select_width,
.select_depth {
    width: 380px !important;
    padding-top: inherit !important;
    display: inline;
}

.column {
    float: left;
    width: 33%;
    /*width: 240px;*/
    padding: 10px;
}

.subcategories_list {
    border: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 30px;
}

/* Gradient transparent - color - transparent */

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #75d3f6, rgba(0, 0, 0, 0));
}

ol.romanList {
    list-style-type: lower-roman;
}

ol.lower_alpha {
    list-style-type: lower-alpha;
}

ol.circle {
    list-style-type: circle;
}

.terms_list li {
    margin: 0 0 20px 0;
}

/* Dropdown Button */

.dropbtn {
    background-color: transparent;
    border: none;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%; /* This places it just below the parent */
    background-color: #e9ecef;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */

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

.dropdown-content a:hover {
    background-color: #75d3f6;
    color: #fff;
}

/* Show the dropdown menu on hover */

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

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

.section-title h2 {
    color: #1c1c1c;
    font-weight: 700;
    position: relative;
}

.section-title h2:after {
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    height: 4px;
    width: 80px;
    background: #75d3f6;
    content: "";
    margin: 0 auto;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.cart-banner {
    background-color:#4391d5 !important ;
    height: 60px;
}

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

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

/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 28px 10px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    background: #4391d5 !important;
    letter-spacing: 2px;
    border-radius: 0;
}

.site-btn,
.redirect_btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    background: #75d3f6;
    border: none;
}

/* Preloder */

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

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

@keyframes loader {
    0% {
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

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

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

/*---------------------
  Header
-----------------------*/

#logo_index{
    height: 100px;
    width: auto;
}
.header__top {
    background: #f5f5f5;
}

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

.header__top__left ul {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__top__right__auth {
    display: inline-block;
}

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

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

.header__logo {
    padding: 15px 0;
}

.header__logo a {
    display: inline-block;
}

.header__menu {
    padding: 24px 0;
}

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

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

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

.header__menu ul li .header__menu__dropdown li:hover > a {
    color: #75d3f6;
}

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

.header__menu ul li.active a {
    color: #75d3f6;
}

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

.header__menu ul li:hover > a {
    color: #75d3f6;
}

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

.header__menu ul li a {
    font-size: 12px;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all, 0.3s;
    padding: 5px 0;
    display: block;
}

.btn_cart {
    text-decoration: underline;
}

.header__cart {
    text-align: right;
    padding: 24px 0;
}

.header__cart ul {
    display: inline-block;
    margin-right: 25px;
}

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

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

.header__cart ul li a {
    position: relative;
}

.header__cart ul li a i {
    font-size: 18px;
    color: #1c1c1c;
}

.header__cart ul li a span {
    height: 13px;
    width: 13px;
    background: #75d3f6;
    font-size: 10px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
}

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

.header__cart .header__cart__price span {
    color: #252525;
    font-weight: 700;
}

.humberger__menu__wrapper {
    display: none;
}

.humberger__open {
    display: none;
}

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

.hero {
    /*padding-bottom: 50px;*/
}

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

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

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

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

/* Modern Breadcrumb Styles */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1.25rem !important;
    margin-bottom: 1.5rem;
    list-style: none;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6c757d;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.breadcrumb-item a {
    color: #4391d5 !important;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.2s ease;
    position: relative;
}

.breadcrumb-item a:hover {
    color: #5b9bd1 !important;
    text-decoration: none;
}

.breadcrumb-item a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #4391d5;
    transition: width 0.2s ease;
}

.breadcrumb-item a:hover::after {
    width: 100%;
}

.breadcrumb-item.active {
    color: #6c757d;
    font-weight: 500;
}

#product_details .ss-content .ss-list {
    max-height:none;
}

.withMaxHeight .ss-content .ss-list {
    max-height:200px!important;
}
.withMaxHeightColoSelect .ss-content .ss-list {
    max-height:465px!important;
}

#product_details .ss-content .ss-list .ss-option {
    padding: 0 0 0 10px;
}

#product_details .ss-content .ss-list .ss-option.ss-disabled {
    background-color: #75d3f6;
}

.hero__categories__all {
    background: #4391d5 !important;
    position: relative !important;
    padding: 10px 25px 10px 20px !important;
    cursor: pointer !important;
}

.hero__categories__all i {
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}

.hero__categories__all span {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.hero__categories__all:after {
    position: absolute;
    right: 18px;
    top: 21px;
    font-family: "ElegantIcons";
    font-size: 18px;
    color: #ffffff;
}

.hero__categories ul {
    border: 1px solid #ebebeb;
    /*padding: 10px;*/
}

.hero__categories ul li {
    list-style: none;
    padding: 0 7px;
}

.hero__categories ul li a {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 39px;
    display: block;
    white-space: normal;
    padding-left: 10px;
}

/*.category_name:after {*/

/*    float: right;*/

/*    margin-right: 10px;*/

/*}*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
}

.category_name {
    position: relative;
}

.hero__categories ul li a:hover,
.orange_bold {
    background: #4391d5 !important;
    color: white !important;
    /*font-weight: bolder;*/
}

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

.hero__search__form {
    /*width: 610px;*/
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    position: relative;
    float: left;
}

.hero__search__form form .hero__search__categories {
    width: 50px;
    float: left;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    padding-left: 18px;
    padding-top: 11px;
    position: relative;
}

.hero__search__form form .hero__search__categories:after {
    position: absolute;
    right: 0;
    top: 14px;
    height: 20px;
    width: 1px;
    background: #000000;
    opacity: 0.1;
    content: "";
}

.hero__search__form form .hero__search__categories span {
    position: absolute;
    right: 14px;
    top: 14px;
}

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

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

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

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

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

.hero__search__phone {
    float: right;
}

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

.hero__search__phone__text {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.featured__item {
    margin-bottom: 50px;
}

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

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

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

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

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

.featured__item__pic__hover li:hover a {
    background: #75d3f6;
    border-color: #75d3f6;
}

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

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

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

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

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

.featured__item__text h6 a {
    color: #252525;
}

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

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

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

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

/* maybe should not be here this class */

.owl-carousel {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

/*---------------------
  Form BLog
-----------------------*/

.from-blog {
    padding-top: 50px;
    padding-bottom: 50px;
}

.from-blog .blog__item {
    margin-bottom: 30px;
}

.from-blog__title {
    margin-bottom: 70px;
}

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

.breadcrumb-section {
    display: flex;
    align-items: center;
    padding: 10px 0 10px;
}

.breadcrumb__text h2 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
}

.breadcrumb__option a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin-right: 20px;
    position: relative;
}

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

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

.sidebar__item {
    margin-bottom: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product__discount {
    padding-bottom: 50px;
}

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

.product__discount__title h2 {
    display: inline-block;
}

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

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

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

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

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

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

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

.product__item__pic__hover li:hover a {
    background: #75d3f6;
    border-color: #75d3f6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter__sort {
    margin-bottom: 15px;
    text-align: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.filter__option span:hover {
    color: #75d3f6;
}

.product__item {
    margin-bottom: 50px;
}

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

.product__item__pic {
    background-size: contain;
    height: 270px;
    position: relative;
    overflow: hidden;
}

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

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

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

.product__item__pic__hover li:hover a {
    background: #75d3f6;
    border-color: #75d3f6;
}

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

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

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

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

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

.product__item__text h6 a {
    color: #252525;
}
.product__item__text h4 a {
    color: #252525;
}

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

.product__pagination,
.blog__pagination {
    padding-top: 10px;
}

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

/* Custom pagination css */

.product__pagination a:hover,
.blog__pagination a:hover,
.pagination-page-nav.active .page-link {
    background: #4391d5 !important;
    border-color: #4391d5 !important;
    color: #ffffff !important;
}

.page-link:focus {
    box-shadow: none !important;
}

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

/*.page-item.active .page-link {*/

/*    background: #75d3f6;*/

/*    border: 1px solid #75d3f6;*/

/*}*/

/*.page-item .page-link {*/

/*    padding: inherit;*/

/*}*/

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

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

.product__details__pic__item {
    margin-bottom: 20px;
}

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

.product__details__pic__slider img {
    cursor: pointer;
}

.product__details__pic__slider.owl-carousel .owl-item img {
    width: auto;
}

.product__details__text h3 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 16px;
}

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

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

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

.product__details__text .product__details__price {
    font-size: 30px;
    color: #dd2222;
    font-weight: 600;
    margin-bottom: 15px;
}

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

.product__details__text  .product-description p {
  margin-bottom: 1rem;
}

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

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

.product__details__text ul {
    border-top: 1px solid #ebebeb;
    padding-left: 0;
}

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

.product__details__text ul li b {
    font-weight: 700;
    width: 250px;
    display: inline-block;
}

.product__details__text ul li span samp {
    color: #dd2222;
}

.product__details__text ul li .share {
    display: inline-block;
}

.product__details__text ul li .share a {
    display: inline-block;
    font-size: 15px;
    color: #1c1c1c;
    margin-right: 25px;
}

.product__details__text ul li .share a:last-child {
    margin-right: 0;
}

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

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

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

.pro-qty .qtybtn {
    width: 35px;
    font-size: 16px;
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
}

.product__details__tab {
    padding-top: 85px;
}

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

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

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

.product__details__tab .nav-tabs li {
    margin-bottom: 0;
    margin-right: 65px;
}

.product__details__tab .nav-tabs li:last-child {
    margin-right: 0;
}

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

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

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

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

.out_of_stock {
    top: 100px;
}

.out_of_stock_text {
    color: red;
    text-align: center;
    line-height: 20px;
}

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

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

.related__product__title {
    margin-bottom: 70px;
}

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

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

.shoping__cart__table {
    margin-bottom: 30px;
}

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

.shoping__cart__table table thead tr {
    border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table thead th {
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    padding-bottom: 20px;
}

.shoping__cart__table table thead th.shoping__product {
    text-align: left;
}

.shoping__cart__table table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
    width: 630px;
    text-align: left;
}

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

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

.shoping__cart__table table tbody tr td.shoping__cart__price {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    width: 100px;
}

.shoping__cart__table table tbody tr td.shoping__cart__total {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    width: 110px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close {
    text-align: right;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close span {
    font-size: 16px;
    color: #b2b2b2;
    cursor: pointer;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity {
    width: 225px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
    width: 120px;
    height: 40px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input {
    color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input::-moz-placeholder {
    color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input:-ms-input-placeholder {
    color: #1c1c1c;
}

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

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty .qtybtn {
    width: 15px;
}

.shoping__cart__item {
    position: relative;
}

.error_range {
    position: absolute;
    top: 140px;
    left: 0;
}

.btn-light {
    color: #6f6f6f !important;
    padding: 14px 30px 12px !important;
    background: #9e9e9e45 !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-top: -5px !important;
}

.primary-btn.cart-btn {
    color: #6f6f6f;
    padding: 14px 30px 12px;
    /*background: #f5f5f5;*/
    background: #9e9e9e45;
    border: none;
}

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

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

.shoping__discount {
    margin-top: 45px;
}

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

.shoping__discount form input {
    width: 255px;
    height: 46px;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #b2b2b2;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
}

.shoping__discount form input::-moz-placeholder {
    color: #b2b2b2;
}

.shoping__discount form input:-ms-input-placeholder {
    color: #b2b2b2;
}

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

.shoping__discount form button {
    padding: 15px 30px 11px;
    font-size: 12px;
    letter-spacing: 4px;
    background: #6f6f6f;
}

.shoping__checkout {
    background: #f5f5f5;
    padding: 30px;
    padding-top: 20px;
    margin-top: 25px;
}

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

.shoping__checkout ul {
    margin-bottom: -10px;
    padding-left: 0;
}

.shoping__checkout ul li {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 13px;
    margin-bottom: 18px;
}

.shoping__checkout ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.shoping__checkout ul li span {
    font-size: 18px;
    color: #dd2222;
    float: right;
}

.shoping__checkout .primary-btn {
    display: block;
    text-align: center;
    border-radius: 0;
}

#confirmCheckout .btn-edit {
    padding: 6px 28px;
    font-weight: 600;
}

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

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

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

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

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

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

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

.checkout__input {
    margin-bottom: 24px;
}

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

.checkout__input p span {
    color: #dd2222;
}

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

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

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

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

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

.checkout__input__checkbox {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.checkout__order .checkout__order__products span {
    float: right;
}

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

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

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

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

.checkout__order .checkout__order__subtotal span {
    float: right;
}

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

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

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

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

/*---------------------
  Blog
-----------------------*/

.blog__item {
    margin-bottom: 60px;
}

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

.blog__item__text {
    padding-top: 25px;
}

.blog__item__text ul {
    margin-bottom: 15px;
}

.blog__item__text ul li {
    font-size: 16px;
    color: #b2b2b2;
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

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

.blog__item__text h5 {
    margin-bottom: 12px;
}

.blog__item__text h5 a {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 700;
}

.blog__item__text p {
    margin-bottom: 25px;
}

.blog__item__text .blog__btn {
    display: inline-block;
    font-size: 14px;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #b2b2b2;
    padding: 14px 20px 12px;
    border-radius: 25px;
}

.blog__item__text .blog__btn span {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.blog__pagination {
    padding-top: 5px;
    position: relative;
}

.blog__pagination:before {
    position: absolute;
    left: 0;
    top: -29px;
    height: 1px;
    width: 100%;
    background: #000000;
    opacity: 0.1;
    content: "";
}

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

.blog__sidebar {
    padding-top: 50px;
}

.blog__sidebar__item {
    margin-bottom: 50px;
}

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

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

.blog__sidebar__item ul li a {
    font-size: 16px;
    color: #666666;
    line-height: 48px;
    transition: all, 0.3s;
}

.blog__sidebar__item ul li a:hover {
    color: #75d3f6;
}

.blog__sidebar__search {
    margin-bottom: 50px;
}

.blog__sidebar__search form {
    position: relative;
}

.blog__sidebar__search form input {
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
}

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

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

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

.blog__sidebar__search form button {
    font-size: 16px;
    color: #6f6f6f;
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0px 18px;
}

.blog__sidebar__recent .blog__sidebar__recent__item {
    display: block;
}

.blog__sidebar__recent .blog__sidebar__recent__item:last-child {
    margin-bottom: 0;
}

.blog__sidebar__recent__item {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog__sidebar__recent__item__pic {
    float: left;
    margin-right: 20px;
}

.blog__sidebar__recent__item__text {
    overflow: hidden;
}

.blog__sidebar__recent__item__text h6 {
    font-weight: 700;
    color: #333333;
    line-height: 20px;
    margin-bottom: 5px;
}

.blog__sidebar__recent__item__text span {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
}

.blog__sidebar__item__tags a {
    font-size: 16px;
    color: #6f6f6f;
    background: #f5f5f5;
    display: inline-block;
    padding: 7px 26px 5px;
    margin-right: 6px;
    margin-bottom: 10px;
}

/*---------------------
  Blog Details Hero
-----------------------*/

.blog-details-hero {
    height: 350px;
    display: flex;
    align-items: center;
}

.blog__details__hero__text {
    text-align: center;
}

.blog__details__hero__text h2 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog__details__hero__text ul li {
    font-size: 16px;
    color: #ffffff;
    list-style: none;
    display: inline-block;
    margin-right: 45px;
    position: relative;
}

.blog__details__hero__text ul li:after {
    position: absolute;
    right: -26px;
    top: 0;
    content: "|";
}

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

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

/*---------------------
  Blog Details
-----------------------*/

.related-blog {
    padding-top: 70px;
    padding-bottom: 10px;
}

.related-blog-title {
    margin-bottom: 70px;
}

.blog-details {
    padding-bottom: 75px;
    border-bottom: 1px solid #e1e1e1;
}

.blog__details__text {
    margin-bottom: 45px;
}

.blog__details__text img {
    margin-bottom: 30px;
}

.blog__details__text p {
    font-size: 18px;
    line-height: 30px;
}

.blog__details__text h3 {
    color: #333333;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

.blog__details__author__pic {
    float: left;
    margin-right: 15px;
}

.blog__details__author__pic img {
    height: 92px;
    width: 92px;
    border-radius: 50%;
}

.blog__details__author__text {
    overflow: hidden;
    padding-top: 30px;
}

.blog__details__author__text h6 {
    color: #1c1c1c;
    font-weight: 700;
}

.blog__details__author__text span {
    font-size: 16px;
    color: #6f6f6f;
}

.blog__details__widget ul {
    margin-bottom: 5px;
}

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

.blog__details__widget ul li span {
    color: #1c1c1c;
    font-weight: 700;
}

.blog__details__widget .blog__details__social a {
    display: inline-block;
    font-size: 20px;
    color: #6f6f6f;
    margin-right: 24px;
    transition: all, 0.3s;
}

.blog__details__widget .blog__details__social a:hover {
    color: #75d3f6;
}

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

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

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

.footer__about {
    margin-bottom: 30px;
}

.footer__about ul {
    padding: 0;
}

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

.footer__about__logo {
    margin-bottom: 15px;
}

.footer__about__logo a {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer__widget .footer__widget__social a:hover {
    background: #75d3f6;
    color: #ffffff;
    border-color: #ffffff;
}

.footer__copyright {
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
    overflow: hidden;
    margin-top: 20px;
}

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

.footer__copyright__payment {
    float: right;
}

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

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

.contact__widget {
    margin-bottom: 30px;
}

.contact__widget span {
    font-size: 36px;
    color: #75d3f6;
}

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

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

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

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

.map iframe {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------
  Catalogues
-----------------------*/

.pdf_file:hover,
.pdf_file:focus {
    color: #75d3f6;
}

.main_title {
    font-size: 24px;
    font-weight: 600;
}

.paginationjs-pages ul {
    display: inline-flex;
    list-style: none;
}

#select_sort_by {
    border: 1px solid lightgray;
    color: gray;
    border-radius: 5px;
}

.bg-shop-default {
    background-color: #75d3f6;
}

.text-shop-default {
    color: #75d3f6;
}

/* Custom title (categories, subcategories etc.) */

.custom-title .custom-title-text {
    font-size: 1.7rem;
}

.custom-title .custom-title-text:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 4px;
    width: auto;
    background: #75d3f6;
    content: "";
    margin: 0 auto;
}

/* Custom global css */

a:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    text-decoration: none !important;
}

.loading {
    pointer-events: none;
    opacity: 0.5;
}

.cursor-pointer {
    cursor: pointer;
}

.container-full-hd {
    max-width: 1920px;
}

/* Slim select */

.was-validated .slim-select-invalid {
    border: 1px solid #dc3545;
    border-radius: 5px;
}

.was-validated .slim-select-valid {
    border: 1px solid #28a745;
    border-radius: 5px;
}

.ss-list .ss-option {
    white-space: normal;
    overflow: visible;
    word-wrap: break-word;
}

/* Allow color select dropdowns to expand to full width */
[id^="colors_select_"] + .ss-main {
    width: 100% !important;
}

[id^="colors_select_"] + .ss-main .ss-content .ss-list {
    width: auto !important;
    min-width: 100%;
}

[id^="colors_select_"] + .ss-main .ss-content .ss-list .ss-option {
    white-space: normal;
    overflow: visible;
    word-wrap: break-word;
    padding: 8px 12px;
}

/* Flatpickr */

.flatpickr-input,
.flatpickr-input ~ input {
    background: unset !important;
    cursor: pointer;
}

.was-validated .flatpickr-invalid {
    border: 1px solid #dc3545;
}

.was-validated .flatpickr-valid {
    border: 1px solid #28a745;
}

.lh-initial {
    line-height: initial;
}

.btn-outline-orange {
    color: #4391d5 !important;
    border-color: #4391d5 !important;
}

.btn-outline-orange:hover,
.btn-outline-orange:focus {
    color: #fff !important;
    background-color: #4391d5 !important;
}

.no_handles_modal {
    font-size: 30px;
    color: #75d3f6;
    vertical-align: middle;
}

/* Chrome, Safari, Edge, Opera */

.number_without_arrows::-webkit-outer-spin-button,
.number_without_arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number_without_arrows {
    -moz-appearance: textfield;
}


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

@media only screen and (min-width: 1200px) {
    .container_shopping_cart {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 90%;
    }
    .container_custom{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 1200px;
    }

    #myDropdown{
        min-width: 880px;
    }
}

/* Medium Device = 1200px */

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

    .hero__search__form {
        /*width: 490px;*/
    }

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

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

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

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

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

    .shoping__discount form input {
        width: 240px;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .global_search_input {
        width: 50%;
    }

    .hero__search__form {
        /*width: 485px;*/
    }

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

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

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

    .product__details__quantity {
        margin-bottom: 10px;
    }

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

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

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

    .blog__details__author {
        overflow: hidden;
        margin-bottom: 25px;
    }

    .humberger__open {
        display: block;
        font-size: 22px;
        color: #1c1c1c;
        height: 35px;
        width: 35px;
        line-height: 33px;
        text-align: center;
        border: 1px solid #1c1c1c;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 22px;
    }

    .header .container {
        position: relative;
    }

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

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

    .humberger__menu__logo {
        margin-bottom: 30px;
    }

    .humberger__menu__logo a {
        display: inline-block;
    }

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

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

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

    .humberger__menu__cart ul {
        display: inline-block;
        margin-right: 25px;
    }

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

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

    .humberger__menu__cart ul li a {
        position: relative;
    }

    .humberger__menu__cart ul li a i {
        font-size: 18px;
        color: #1c1c1c;
    }

    .humberger__menu__cart ul li a span {
        height: 13px;
        width: 13px;
        background: #75d3f6;
        font-size: 10px;
        color: #ffffff;
        line-height: 13px;
        text-align: center;
        font-weight: 700;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: -12px;
    }

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

    .humberger__menu__cart .header__cart__price span {
        color: #252525;
        font-weight: 700;
    }

    .humberger__menu__cart {
        margin-bottom: 25px;
    }

    .humberger__menu__widget {
        margin-bottom: 20px;
    }

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

    .humberger__menu__nav {
        display: none;
    }

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

    .humberger__menu__wrapper .slicknav_btn {
        display: none;
    }

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

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

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

    .humberger__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }

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

    .humberger__menu__wrapper .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #75d3f6;
    }

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

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

    .humberger__menu__overlay.active {
        visibility: visible;
    }

    .header__cart {
        /*text-align: center;*/
        padding: 10px 10px 24px;
    }

    .over_hid {
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .product__item__pic {
        height: 100px;
    }

    .out_of_stock {
        top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .hero__search {
        margin-bottom: 30px;
    }

    .hero__search__form {
        width: 100%;
    }

    .hero__search__form form input {
        width: 100%;
    }

    .hero__search__form form .hero__search__categories {
        display: none;
    }

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

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

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

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

    .footer__copyright {
        text-align: center;
    }

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

    .footer__copyright__payment {
        float: none;
    }

    .filter__item {
        text-align: center;
    }

    .filter__option {
        text-align: center;
    }

    .product__details__pic {
        margin-bottom: 40px;
    }

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

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

    .shoping__cart__table {
        overflow-y: auto;
    }

    .shoping__discount form input {
        margin-bottom: 15px;
    }

    .blog__details__author {
        overflow: hidden;
        margin-bottom: 25px;
    }

    .humberger__open {
        display: block;
        font-size: 22px;
        color: #1c1c1c;
        height: 35px;
        width: 35px;
        line-height: 33px;
        text-align: center;
        border: 1px solid #1c1c1c;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 22px;
    }

    .header .container {
        position: relative;
    }

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

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

    .humberger__menu__logo {
        margin-bottom: 30px;
    }

    .humberger__menu__logo a {
        display: inline-block;
    }

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

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

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

    .humberger__menu__cart ul {
        display: inline-block;
        margin-right: 25px;
    }

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

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

    .humberger__menu__cart ul li a {
        position: relative;
    }

    .humberger__menu__cart ul li a i {
        font-size: 18px;
        color: #1c1c1c;
    }

    .humberger__menu__cart ul li a span {
        height: 13px;
        width: 13px;
        background: #75d3f6;
        font-size: 10px;
        color: #ffffff;
        line-height: 13px;
        text-align: center;
        font-weight: 700;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: -12px;
    }

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

    .humberger__menu__cart .header__cart__price span {
        color: #252525;
        font-weight: 700;
    }

    .humberger__menu__cart {
        margin-bottom: 25px;
    }

    .humberger__menu__widget {
        margin-bottom: 20px;
    }

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

    .humberger__menu__nav {
        display: none;
    }

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

    .humberger__menu__wrapper .slicknav_btn {
        display: none;
    }

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

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

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

    .humberger__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }

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

    .humberger__menu__wrapper .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #75d3f6;
    }

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

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

    .humberger__menu__overlay.active {
        visibility: visible;
    }

    .header__cart {
        /*text-align: center;*/
        padding: 10px 10px 24px;
    }

    .over_hid {
        overflow: hidden;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 480px) {
    .breadcrumb {
        padding: 0.6rem 1rem !important;
        margin-bottom: 1rem;
    }

    .breadcrumb-item {
        font-size: 13px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }

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

    .product__details__text .primary-btn {
        padding: 14px;
    }

    .primary-btn.cart-btn {
        width: 100%;
        margin-top: 10px;
    }

    .profile-sidebar {
        border-right: none;
    }

    .table {
        font-size: small;
    }

}

/* Dropdown menu custom mobile */
@media only screen and (max-width: 576px) {
    .dropdown-submenu .dropdown-menu {
      left: 0 !important;
    }

    .category_name:after {
      transform: rotate(0) !important;
    }
}

@media only screen and (min-width: 479px) {
    .category_name:after {
        /* IE 9 */
        /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
        position: absolute;
        right: 10px;
        top: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .global_search_input {
        width: 50%;
    }

    .hero__search__form form .hero__search__categories {
        display: none;
    }

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

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

    .shoping__cart__btns {
        text-align: center;
    }

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

    .shoping__checkout .primary-btn {
        display: block;
        text-align: center;
        padding: 10px 15px 10px;
    }

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

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

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

    .shoping__discount form input {
        width: 100%;
    }

    .checkout__order {
        padding: 20px;
    }

    .blog__details__hero__text h2 {
        font-size: 24px;
    }

    /*sidebar*/
    .second_dropdown {
        position: relative;
        width: 100%;
        left: 0 !important;
        background: #f1f1f1;
    }

    .first_dropdown {
        padding-right: 10px;
        padding-left: 10px;
    }

    .dropdown-toggle:after {
        float: right;
    }

    .dropdown-submenu {
        display: flex;
        flex-wrap: wrap;
    }

    .category_name {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        flex-basis: 100%;
    }

    /*end sidebar*/
}

@media only screen and (max-width: 767px) {
    .custom-title .custom-title-text {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 320px) {
    .product__details__text .primary-btn {
        font-size: 10px;
    }
}

/*.video-container {*/
/*    position: relative;*/
/*    !*padding-bottom: 56.25%;*!*/
/*    !*padding-top: 30px; height: 0; overflow: hidden;*!*/
/*}*/

.video-container iframe,
.video-container object,
.video-container embed {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    max-width: 560px;
    /*height: 100%;*/
}
.btn{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.7rem !important;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.7rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lead {
    font-size: 1.8rem !important;
    /*font-weight: 300;*/
}
.modal-dialog{
    min-height: auto !important;
}

/*------------------------------------------------------------------
/* Categories Sidebar Component Styles
-------------------------------------------------------------------*/

.categories-sidebar {
    position: relative;
    width: 100%;
    max-width: 300px;
}

/* Toggle Button */
.categories-toggle-btn {
    width: 100%;
    padding: 14px 16px;
    background: linear-gradient(135deg, #4391d5 0%, #5b9bd1 100%);
    color: white;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(67, 145, 213, 0.3);
}

.categories-toggle-btn:hover {
    background: linear-gradient(135deg, #5b9bd1 0%, #4391d5 100%);
    box-shadow: 0 4px 12px rgba(67, 145, 213, 0.4);
    transform: translateY(-1px);
}

.categories-toggle-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(67, 145, 213, 0.25);
}

.categories-toggle-btn.active {
    background: linear-gradient(135deg, #4391d5 0%, #5b9bd1 100%);
    box-shadow: 0 4px 12px rgba(67, 145, 213, 0.4);
}

.categories-icon {
    font-size: 16px;
}

.categories-text {
    flex: 1;
    text-align: left;
}

.toggle-arrow {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.toggle-arrow.rotated {
    transform: rotate(180deg);
}

/* Dropdown Container */
.categories-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 500px;
    overflow: hidden;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e9ecef;
}

.categories-dropdown.show {
    transform: translateY(8px);
    opacity: 1;
    visibility: visible;
}

.categories-dropdown.list-expanded {
    max-height: 2500px !important;
    overflow: visible !important;
}

/* Search Section */
.categories-search {
    padding: 16px;
    border-bottom: 1px solid #f1f3f5;
    background: #f8f9fa;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 12px;
    color: #6c757d;
    font-size: 14px;
    z-index: 1;
}

.category-search-input {
    width: 100%;
    padding: 10px 12px 10px 36px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 14px;
    background: white;
    transition: border-color 0.2s ease;
}

.category-search-input:focus {
    outline: none;
    border-color: #4391d5;
    box-shadow: 0 0 0 2px rgba(67, 145, 213, 0.15);
}

.clear-search-btn {
    position: absolute;
    right: 8px;
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 4px;
    border-radius: 3px;
    transition: color 0.2s ease;
}

.clear-search-btn:hover {
    color: #dc3545;
}

/* Categories Content */
.categories-content {
    max-height: 320px;
    overflow-y: auto;
    padding: 8px 0;
    transition: max-height 0.3s ease;
}

.categories-content.expanded-list {
    max-height: 2000px !important;
    overflow-y: visible !important;
}

.categories-content::-webkit-scrollbar {
    width: 10px;
}

.categories-content::-webkit-scrollbar-track {
    background: #f1f3f5;
}

.categories-content::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 3px;
}

.categories-content::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

/* No Results */
.no-results {
    text-align: center;
    padding: 32px 16px;
    color: #6c757d;
}

.no-results i {
    font-size: 24px;
    margin-bottom: 8px;
    display: block;
}

.no-results p {
    margin: 0;
    font-size: 14px;
}

/* Categories List */
.categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-item {
    border-bottom: 1px solid #f8f9fa;
}

.category-item:last-child {
    border-bottom: none;
}

/* Category Header */
.category-header {
    display: flex;
    align-items: center;
    padding: 0;
}

.category-link {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    gap: 10px;
}

.category-link:hover {
    background: #f8f9fa;
    color: #4391d5;
    text-decoration: none;
}

.category-link:focus {
    outline: 2px solid #4391d5;
    outline-offset: -2px;
}

.category-icon {
    color: #6c757d;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.category-name {
    font-weight: 500;
    font-size: 14px;
}

.subcategory-count {
    font-size: 12px;
    color: #6c757d;
    background: #e9ecef;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: auto;
}

/* Subcategory Toggle */
.subcategory-toggle {
    background: none;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    color: #6c757d;
    transition: all 0.2s ease;
}

.subcategory-toggle:hover {
    color: #4391d5;
    background: #f8f9fa;
}

.subcategory-toggle:focus {
    outline: 2px solid #4391d5;
    outline-offset: -2px;
}

.toggle-icon {
    transition: transform 0.2s ease;
    font-size: 12px;
}

.subcategory-toggle.expanded .toggle-icon {
    transform: rotate(90deg);
}

/* Subcategories */
.subcategories-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f9fa;
}

.subcategories-container.expanded {
    max-height: 1000px;
    overflow-y: auto;
}

.subcategory-item {
    border-bottom: 1px solid #e9ecef;
}

.subcategory-item:last-child {
    border-bottom: none;
}

.categories-sidebar .subcategory-link {
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 32px;
    text-decoration: none;
    color: #555;
    transition: all 0.2s ease;
    gap: 8px;
    font-size: 13px;
    border-left: none;
}

.categories-sidebar .subcategory-link:hover {
    background: #e9ecef;
    color: #4391d5;
    text-decoration: none;
    padding-left: 36px;
}

.categories-sidebar .subcategory-link:focus {
    outline: 2px solid #4391d5;
    outline-offset: -2px;
}

.categories-sidebar .subcategory-icon {
    color: #6c757d;
    font-size: 12px;
    width: 14px;
    text-align: center;
}

/* Footer */
.categories-footer {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    border-top: 1px solid #f1f3f5;
    background: #f8f9fa;
}

.quick-action-btn {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    background: white;
    color: #6c757d;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.quick-action-btn:hover:not(:disabled) {
    border-color: #4391d5;
    color: #4391d5;
}

.quick-action-btn:focus:not(:disabled) {
    outline: 2px solid #4391d5;
    outline-offset: -2px;
}

.quick-action-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Mobile Backdrop */
.categories-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .categories-sidebar {
        max-width: none;
    }

    .categories-dropdown {
        position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%) scale(0.9);
        width: 90%;
        max-width: 400px;
        max-height: 80vh;
    }

    .categories-dropdown.show {
        transform: translate(-50%, -50%) scale(1);
    }

    .categories-dropdown.list-expanded {
        max-height: 90vh;
        overflow-y: auto;
    }

    .categories-content {
        max-height: 50vh;
    }

    .categories-content.expanded-list {
        max-height: calc(90vh - 120px) !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 480px) {
    .categories-dropdown {
        width: 95%;
        max-height: 85vh;
    }

    .categories-toggle-btn {
        font-size: 14px;
        padding: 12px 14px;
    }

    .category-link {
        padding: 10px 12px;
    }

    .categories-sidebar .subcategory-link {
        padding: 8px 12px 8px 24px;
    }

    .categories-sidebar .subcategory-link:hover {
        padding-left: 28px;
    }
}

/*------------------------------------------------------------------
/* Subcategory List Component Styles
-------------------------------------------------------------------*/

/* Container */
.subcategory-list-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e9ecef;
}

/* Header */
.subcategory-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #4391d5 0%, #5b9bd1 100%);
    color: white;
}

.subcategory-header .header-icon {
    font-size: 20px;
    color: white;
}

.subcategory-header .header-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

/* Subcategories List */
.subcategories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subcategory-item {
    border-bottom: 1px solid #f8f9fa;
}

.subcategory-item:last-child {
    border-bottom: none;
}

.subcategory-link {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    gap: 10px;
    position: relative;
    border-left: 3px solid transparent;
}

.subcategory-link:hover {
    background: #f8f9fa;
    color: #4391d5;
    text-decoration: none;
    padding-left: 20px;
}

.subcategory-link:focus {
    outline: 2px solid #4391d5;
    outline-offset: -2px;
}

.subcategory-link.active {
    background: #e3f2fd;
    color: #4391d5;
    border-left-color: #4391d5;
    font-weight: 600;
}

.subcategory-link.active .subcategory-icon {
    color: #4391d5;
}

.subcategory-link.active .arrow-icon {
    color: #4391d5;
}

.subcategory-icon {
    color: #6c757d;
    font-size: 14px;
    width: 16px;
    text-align: center;
    transition: color 0.2s ease;
}

.subcategory-link:hover .subcategory-icon {
    color: #4391d5;
}

.subcategory-name {
    flex: 1;
    font-weight: 500;
    font-size: 15px;
}

.arrow-icon {
    color: #dee2e6;
    font-size: 12px;
    transition: all 0.2s ease;
}

.subcategory-link:hover .arrow-icon {
    color: #4391d5;
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 768px) {
    .subcategory-header .header-title {
        font-size: 16px;
    }

    .subcategory-link {
        padding: 9px 14px;
    }

    .subcategory-link:hover {
        padding-left: 18px;
    }

    .subcategory-name {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .subcategory-header {
        padding: 14px 16px;
    }

    .subcategory-header .header-icon {
        font-size: 18px;
    }

    .subcategory-header .header-title {
        font-size: 15px;
    }

    .subcategory-link {
        padding: 8px 12px;
    }

    .subcategory-link:hover {
        padding-left: 16px;
    }
}
/* Products List Table - Mobile Stacked Layout */
@media (max-width: 767px) {
    .products-list-table table.table,
    .products-list-table thead,
    .products-list-table tbody,
    .products-list-table tr {
        display: block;
        width: 100%;
    }

    .products-list-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .products-list-table tbody tr {
        border: 1px solid #dee2e6;
        border-radius: 6px;
        margin-bottom: 1rem;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }

    .products-list-table td {
        display: flex;
        align-items: flex-start;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 12px;
        min-height: 42px;
    }

    .products-list-table td:last-child {
        border-bottom: none;
    }

    .products-list-table td::before {
        content: attr(data-label);
        font-weight: 600;
        font-size: 13px;
        color: #555;
        min-width: 115px;
        margin-right: 10px;
        flex-shrink: 0;
        padding-top: 2px;
    }

    .products-list-table td.name-description {
        flex-direction: column;
        border-bottom: 2px solid #ed1c24;
        background: #f8f9fa;
        padding: 12px;
    }

    .products-list-table td.name-description::before {
        display: none;
    }

    .products-list-table td[data-label=""] {
        justify-content: flex-end;
        padding: 8px 12px;
    }

    .products-list-table td[data-label=""]::before {
        display: none;
    }

    .products-list-table td input.regular-element,
    .products-list-table td input[type="number"] {
        width: 100%;
        max-width: 100px;
    }

    /* Range & Colour — separate labeled rows on mobile */
    .products-list-table td.range-color {
        flex-direction: column;
        padding: 0;
    }

    .products-list-table td.range-color .range-group,
    .products-list-table td.range-color .colour-group {
        display: flex;
        align-items: flex-start;
        padding: 10px 12px;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .products-list-table td.range-color .colour-group {
        border-bottom: none;
    }

    .products-list-table td.range-color .range-group::before {
        content: "Range";
        font-weight: 600;
        font-size: 13px;
        color: #555;
        min-width: 115px;
        margin-right: 10px;
        flex-shrink: 0;
        padding-top: 2px;
    }

    .products-list-table td.range-color .colour-group::before {
        content: "Colour";
        font-weight: 600;
        font-size: 13px;
        color: #555;
        min-width: 115px;
        margin-right: 10px;
        flex-shrink: 0;
        padding-top: 2px;
    }

    .products-list-table td.range-color .actions-group {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding: 8px 12px;
        border-top: 1px solid #f0f0f0;
    }

    .products-list-table td.range-color .actions-group .btn {
        flex: 1;
        white-space: nowrap;
    }
}

header .header-logo{
    padding: 20px 0px;
}

/* Shopping Cart Table Column Optimization */
.shoping__cart__item {
    width: 91px !important;
    min-width: 155px !important;
    max-width: 155px !important;
    padding: 8px 4px !important;
}

.shoping__cart__item input[type="number"],
.shoping__cart__item select {
    max-width: 70px !important;
    width: 70px !important;
    padding: 4px 6px !important;
    font-size: 15px;
}

.shoping__cart__item .text-center {
    white-space: nowrap;
}

.name-description {
    width: auto !important;
    min-width: 250px;
}

/* Ensure table auto-layout for better column distribution */
.shoping__cart__table table {
    table-layout: auto !important;
}


