:root {
    --primary-color: #000;
    --secondary-color: #f07c00;
    --line-color:#c0b5b0;
}



/* Fonts */

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype'),
    url('../fonts/Roboto Condensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Italic.ttf') format('truetype'),
    url('../fonts/Roboto Condensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Medium.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-ThinItalic.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-ExtraBoldItalic.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-BlackItalic.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-ExtraLightItalic.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Black.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-ExtraLight.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-SemiBoldItalic.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto ondensed-SemiBold.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Thin.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-ExtraBold.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-MediumItalic.ttf') format('truetype'),
    url('../fonts/RobotoCondensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Fonts END */

.container {
    
    margin: auto;
}

.container-narrow {
    max-width: 1240px;
    margin: auto;
}

/* Common  */

body {
    padding-top: 341px;
    font-family: "Roboto Condensed", sans-serif;
			font-optical-sizing: auto;
			font-weight: 400;
			font-style: normal;
			color: #000;
			max-width: 100%;
			overflow-x: hidden;
}
a{
	color:#000;
}
a:hover {
    color:#f07c00;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: #fff;
}


.red-bar {
    background-color: #000;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.25rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.black-bar {
    background-color: #f07c00;
    color: #000;
    text-align: center;
    padding: 6px;
}

.owl-prev {
    width: 15px;
    /*height: 100px;*/
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    /*height: 100px;*/
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

/*
.nav-arrows {
  transform: scale(1, 6);
}
*/
#notifications-carousel {
    position: relative;
    text-align: center;
    overflow: hidden;
}

#notifications-carousel .owl-dots {
    display: none;
}

.shop-actions-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.shop-actions-wrap a {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.shop-actions-wrap a img {
    padding: 4px;
    width: 92%;
}

.fav-counter,
.cart-counter {
    position: absolute;
    background-color: #000;
    color: #fff;
    right: -5px;
    top: -5px;
    width: 10px;
    height: 10px;
    font-size: 11px;
    padding: 8px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.main-logo {
    padding: 0 20px;
    margin: 20px auto 20px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-logo img {
    
    max-width: 80%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
   
}

.section {
    padding-top: 60px;
}

h2 {
    text-align: center;
    margin: 0 0 30px;
  
    text-transform: uppercase;
    
    font-weight: 500;
}

h3 {
    padding: 0 0 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
}

.heading-border {
    position: relative;
}

.heading-border:after {
    content: "";
    height: 5px;
    width: 380px;
    background-color: #f07c00;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: calc(100% - 40px);
}
.heading-border2 {
    position: relative;
    text-align:left;
}
.heading-border2:after {
    content: "";
    height: 6px;
    width: 380px;
    background-color: #f07c00;
    position: absolute;
    bottom: 3px;
    left: 0;
    /* right: 0; */
    margin: auto;
    max-width: calc(100% - 40px);
}
h3.heading-border:after {
    right: initial;
}

.primary-btn {
    padding: 20px 40px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.black-btn {
    background-color: #000;
    color: #fff;
}

.black-btn:hover {
    background-color: #fff;
    color: #000;
}

#add-to-cart {
    margin: 25px 0;
}

#add-to-favorites {
    margin-bottom: 12px;
}




.shop-btn {
    background-color: #f07c00;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #f07c00;
    position: relative;
}

.shop-btn:hover {
    color: #000;
    background-color: #fff;
}

.secundary-btn {
    color: #979797;
    background-color: #f7f7f7;
    text-decoration: none;
}

.secundary-btn:hover {
    color: #000;
    background-color: #f1f1f1;
}

a.add-to-cart-btn::after {
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    background-image: url(../img/icon-shopping-cart-red.svg);
    background-size: cover;
    vertical-align: middle;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin-top: -3px;
}

.cards-wrap {
    background-color: #fff;
}

.cards {
    width: 100%;
    padding: 0 10%;
    background-color: #fff;
    border: 1px solid #fff;
    max-width: 1200px;
    margin: auto;
    display: block;
}

.separator {
    background-color: #f6f6f6;
    height: 46px;
    width: 100%;
}

.breadcrumbs {
    padding: 26px 0;
    color: #000;
}

.breadcrumbs a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 4px;
}

.breadcrumbs a:last-child {
    font-weight: bold;
}

.size-not-valid {
    font-size: 12px;
    padding-bottom: 15px;
    color: red;
    font-weight: bold;
}

@media all and (max-width: 992px) {
    body {
        padding-top: 140px;
    }
}

@media all and (max-width: 480px) {
    .breadcrumbs {
        font-size: 12px;
    }
}

/* Common END */

/* Mega menu */

nav {
    /*margin-bottom: 30px;*/
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#navbar-content {
    justify-content: center;
    border-bottom: 5px solid #fff;
}

.nav-link {
    color: #111;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size:1rem;
    font-style: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-link:hover {
    border-bottom: 3px solid #f07c00 !important;
}

.nav-item {
    margin: 0.5rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom:0px;
}

#navbar-content h5 {
    background-color: #f07c00 ;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 12px;
}

#navbar-content .promo-menu {
    color: #fff;
    background-color: #f07c00;
}

.menu-section {
    font-family: "Roboto Condensed", sans-serif;  
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 8px 0px;
    display: flex;
    flex-direction: column;
}

.menu-section a {
    font-family: inherit;
    color: rgba(0,0,0,0.8);
    text-decoration: none;
    /* font-size: 12px; */
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    border: solid;
    border-width: 0 0 2px 0;
    border-color: transparent;
}
.menu-section a:hover {
   border: solid;
   border-color: var(--secondary-color);
   border-width: 0 0 2px 0;
}

/* .menu-sections-3 a {
    width: 25%;
} */

.menu-sections-2 a {
    width: 50%;
}

.dropdown-link:hover{
    
    border-color: var(--secondary-color);

}

.menu-sections-1 a {
    width: 100%;
}

.menu-banner {
    position: relative;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

.menu-banner p {
    position: absolute;
    max-width: 260px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: rgb(0 0 0 / 24%);
    z-index: 2;
}

.menu-banner img {
    width: 100%;
    display: block;
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-banner img:hover {
    transform: scale(1.1);
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
    
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    /* top: auto;
    left: 50px; */
    
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 46%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}

.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}

.sticky .main-logo img {
    width: 100px;
    
}

.sticky .main-logo {
    padding: 0 20px;
    
}

.sticky nav {
    margin-bottom: 0px;
}

.sticky .nav-item {
    margin-bottom: 0;
}

.sticky .nav-link {
    font-size: 15px;
}

.sticky .black-bar {
    font-size: 10px;
}

.sticky .shop-actions-wrap a {
    width: 25px;
    height: 25px;
}
@keyframes fadeInStart {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media all and (max-width: 1920px) {
    .menu-banner p {
        display: table;
        padding: 2px 12px;
    }
}

@media all and (min-width: 992px) {

    .sticky .main-logo {
        position: fixed;
        z-index: 99;
    }

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        /* width: calc(100% - 100px);
        border: 1px solid #f07c00; */
    }

    .navbar-light .navbar-nav .nav-link {
        border-bottom: 5px solid #fff;
        margin-bottom: -2px;
    }

    .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 3px solid #f07c00;
    }

    .menu-section {
        /*max-height: 200px;*/
        overflow-y: auto;
    }
}

@media all and (max-width: 991px) {
    .navbar > .container {
        justify-content: end;
    }

    .main-logo img {
        max-width: 60px;
    }

    .main-logo {
        padding: 0 20px;
        margin: 5px auto 0px;
    }

    nav {
        margin-top: -50px;
        margin-bottom: 0px;
    }

    .nav-item {
        margin-bottom: 0;
    }

    /* .nav-link {
        font-size: 15px;
    } */

    .black-bar {
        font-size: 10px;
    }

    .shop-actions-wrap a {
        width: 25px;
        height: 25px;
    }

    #header {
        max-height: 100vh;
        overflow-x: auto;
      }
}

@media all and (min-width: 480px) and (max-width: 992px) {
    .menu-banners {
        display: flex;
        gap: 20px;
    }
}

@media all and (max-width: 768px) {
}

@media all and (max-width: 480px) {
    .menu-sections-3 a {
        width: 50%;
    }

    .menu-sections-2 a {
        width: 100%;
    }
}

/* Mega menu END  */

/* Sidemenu */


.sidebar-column {
    padding-right: 80px;
}

.sidemenu-title {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 3px solid var(--secondary-color);
}

.sidemenu-header.sidebar-header, .sidemenu-header.sidebar-header .sidemenu-title {
    margin-bottom: 0;
}

.sidebar-header {
    margin-bottom: 30px;
    position: relative;
}

#sidebar ul {
    border-bottom: 1px solid var(--secondary-color);
}

#sidebar ul.list-unstyled {
    border-bottom: none;
    margin-top:3rem;
}

#sidebar li a {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    
    border: solid;
    border-width: 0 0 1px 0;
    border-color: transparent;
}

#sidebar li a:hover {
    color: #f07c00;
    border-color: #f07c00;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
}

.submenu ul {
    direction: ltr;
}

#sidebar .submenu {
    /* border-left: 1px solid #f07c00; */
}


#sidebar .submenu li a {
    
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    overflow-wrap: normal;
    font-weight: 800;
}

#sidebar .submenu li a.active {
    color: #f07c00;
}

#sidebar .submenu li a:hover {
    color: #f07c00;
}

#sidebar .submenu>li.active>a {
    color: #f07c00;
    font-weight: 600;
}

.submenu::-webkit-scrollbar-thumb {
    background-color: #4787a7;
    background-image: url(../img/thumb-arrows.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 12px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.submenu::-webkit-scrollbar-thumb:hover {
    background: #f07c00;
    background-color: #4787a7;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#sidebar .active ul {
    pointer-events: all;
}

#sidebar>ul>li.active>a {
    color: #f07c00;
}



.sidebar-header .btn-main a {
    min-width: 180px;
    font-size: 15px;
    padding: 12px 15px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -90px;
}

@media (max-width: 1200px) {

    

    .sidebar-column {
        padding-right: 20px;
    }

    #sidebar .submenu li a {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .desktop-only {
        display: none;
    }
    .menu-section.menu-sections-3{

    }
    .nav-item.dropdown.dropdown-mega .dropdown-menu{
        left:0;
    }
}

/* Page inner */

/* .page-inner-banner {
    background-image: url(../img/page-inner-bg2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 22%;
    min-height: 200px;
    margin-top: 0;
    background-color: #e0e0e0;
    background-size: 1578px;
} */

@media all and (max-width: 576px) {
    .page-inner-banner {
        background-position: 70% 22%;
    }
}

/* Featured  */

#featured {
    padding-top: 0;
    overflow-x: hidden;
}

#featured img {
    width: 100%;
}

.homepage-featured {
    background-size: cover;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

#featured .featured-column {
    padding: 0;
}

.homepage-featured img {
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homepage-featured:hover img {
    transform: scale(1.1);
}

.featured-wrap {
    position: absolute;
    bottom: 10%;
    left: 20px;
}

.featured-wrap.featured-wrap-left {
    top: 10%;
    right: 20px;
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.featured-wrap.featured-wrap-bottom{
    bottom: 10%;
    left: 20px;
	text-align: start;;
}

.featured-wrap.featured-wrap-right {
    top: 10%;
    left: 20px;
    padding-right: 10px;
}

.featured-category {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    
    
}

.featured-description {
    color: #fff;
    text-shadow: 1px 1px 1px #555555;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.4em;
    
}


.featured-wrap img {
    max-width: 40px;
    padding: 5px;
}

@media all and (max-width: 575px) {

}



/* Featured END */

/* Product list */

/* .page-row {
    justify-content: space-between;
} */

a.go-back {
    position: relative;
    margin: 10px 0;
    z-index: 2;
    text-align: end;
    font-size: 14px;
    color: #bd1900;
    float: right
}

body:not(#home) h3 {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    padding: 0 0 8px;
    border-bottom: 3px solid #f07c00;
    line-height: 1.8rem;
    text-transform: uppercase;
    /* text-align: left; */

}


/* FILTERS */

.filters {
    
    padding: 3px 0px;
    padding-top: 30px;
}

.filters .container-narrow {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.filters-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filters p {
    margin: 0;
    text-transform: uppercase;
    
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 3px solid var(--secondary-color);
}

.filter-wrap:not(:last-child) {
    
}


.filters select {
    width: auto;
    font-weight: 500;
}

#filter-color-wrap {
    font-size: 13px;
    padding: 20px;
    min-width: 140px;
}

#filter-color-wrap a {
    display: block;
    margin-bottom: 5px;
}

.filter-color-label {
    padding-right: 50px;
    font-size: 13px;
    font-weight: 500;
}

.filter-color {
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

#filter-color-black .filter-color {
    background-color: #000000;
}

#filter-color-blue .filter-color {
    background-color: #0000FF;
}

#filter-color-brown .filter-color {
    background-color: #67310b;
}

#filter-color-green .filter-color {
    background-color: #008000;
}

#filter-color-gray .filter-color {
    background-color: #808080;
}

#filter-color-orange .filter-color {
    background-color: #FFA500;
}

#filter-color-pink .filter-color {
    background-color: #FFC0CB;
}

#filter-color-red .filter-color {
    background-color: #FF0000;
}

#filter-color-silver .filter-color {
    background-color: #C0C0C0;
}

#filter-color-white .filter-color {
    background-color: #ffffff;
}

#filter-color-white .filter-color {
    box-shadow: 0px 0px 2px;
}

#filter-color-yellow .filter-color {
    background-color: #FFFF00;
}

.filters .controls.close {
    z-index: 31;
    display: none;
}

#paging {
    width: 100%;
}

.dropdown-button {
    width: auto;
    font-weight: 500;
    min-width: 160px;
    padding-right: 40px;
    text-align: left;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
}

.dropdown-button::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #919191;
}

.dropdown-button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.dropdown-checkboxes {
    padding: 15px 10px;
}

.dropdown-checkboxes .form-check-input:checked {
    background-color: #f07c00;
    border-color: #f07c00;
}

.dropdown-checkboxes .form-check-input[type=checkbox] {
    padding: 6px;
}

.form-check label {
    margin-top: 2px;
    margin-left: 2px;
}

@media all and (max-width: 1440px) {
    .product-list-item {
        /* margin: 0 20px; */
    }
}

@media all and (max-width: 1380px) {
    .filters {
        /* margin: 0 20px; */
    }

    .filters-wrap,
    .filters .container-narrow {
        justify-content:start;
    }

    .filters p {
        width: 100%;
        text-align:start;
    }
}

@media all and (max-width: 1200px) {
    .product-list-tag {
        padding: 6px 10px;
        font-size: 10px;
    }

    .brand-name {
        font-size: 10px;
    }
}
@media all and (max-width: 768px) {
    .filters-wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        background-color: #fff;
        z-index: 30;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 60px 0;
    }

    .dropdown-menu {
        top: 100% !important;
        position: relative !important;
        border: none !important;
        transform: translate3d(0px, 0px, 0px) !important;
        border-bottom: 1px solid #cfcfcf !important;
        border-radius: 0;
        padding:0 !important;
        /*display: block !important;*/
        
    }

    .filters-open {
        display: block !important;
        overflow: scroll !important;
        height: 100% !important;
    }

    .filter-wrap {
        width: 100%;
    }

    .dropdown-button {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }

    .dropdown-item {
        font-size: 14px;
    }

    .filters .dropdown-wrap {
        width: calc(100% - 20px);
        margin: auto;
    }

    .filters .dropdown-wrap select {
        width: 100%;
    }


    #filter-color-wrap {
        z-index: 30;
    }

    .filters p {
        padding: 6px;
        cursor: pointer;
    }

    .filters-active .filters .controls.close {
        display: block;
    }

    .filters-active {
        overflow: hidden;
    }

    /* FILTERS END */


    .product-list-title {
        font-size: 14px;
    }

    .product-price-wrap {
        font-size: 16px;
    }

    #product-list-container {
        padding: 10px;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    #product-list-container .product-list-item {
        width: calc(50% - 50px);
    }
}

@media all and (max-width: 480px) {
    #product-list-container .product-list-item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

#product-list-container {
    display: flex;
    flex-wrap: wrap;
}

#product-list-container .product-list-item {
    margin: 0 25px;
    padding: 20px;
}

#product-list-container .product-list-item {
    width: calc(33.33% - 50px);
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;
}

.product-list-item{
    transform: scale(1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 375px;
    width: 100%;
}



.product-list-image-wrap:hover .product-list-image {
    transform: scale(.9);
}

.product-list-item:hover .product-discount {
    transform: translateX(-10px);
}

 .product-list-image-wrap a {
    width: 100%;
} 

.product-list-item {
    /* margin: 45px 30px; */
    
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-list-header {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-tags-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.product-list-tag {
    background-color: #f7c104;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.brand-name {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}

.product-list-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    
    margin: 20px auto;
    /*overflow: hidden;*/
}

.product-discount {
    position: absolute;
    top: 20%;
    /*left: -35px;*/
    left:0;
    background-color: #f07c00;
    color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 500;
    width: 60px;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-right:0px;
}

.product-category {
    text-transform: uppercase;
    text-decoration: none;
    color: #a5a5a5;
    font-size: 12px;
}

.product-list-title {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #000;
    text-decoration: none;
}

.product-old-price-wrap {
    font-size: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #b9b9b9;
}

.old-price-discount {
    color: red;
}

.product-price-wrap {
    font-size: 18px;
    font-weight: 400;
}



.featured-products-wrap {
    background-color: #f8f8f8;
    padding: 60px 0;
}


/* GRID VIEW */
.grid-view {
    max-width: 1400px;
    margin: auto;
    padding: 60px 0;
}

.grid-view .product-discount {
    left: -25px;
    font-size: 14px;
}

.grid-view .product-list-item {
    display: flex;
    margin: 15px 20px 15px 40px;
    align-items: center;
    justify-content: center;
}

.grid-view .product-list-image-wrap {
    padding-top: 0;
    /* max-width: 200px; */
    
    margin-top: 10px;
    overflow: hidden;
    margin-right:10px;
}

.grid-view .product-list-item .product-list-image {
    margin-bottom: 0;
}

.grid-view .product-list-title {
    font-size: 16px;
    padding-bottom: 10px;
}

.grid-view .product-category:after {
    content: '';
    display: block;
    background-color:#f07c00;
    width: 100px;
    height: 3px;
    margin: 3px 0;
}

.akcija-icon {
    max-width: 25px;
    margin-top: 5px;
}

/* GRID VIEW END*/

@media all and (max-width: 1440px) {
    .product-list-item {
        /* margin: 0 20px; */
    }
}

@media all and (max-width: 1200px) {
    .product-list-tag {
        padding: 6px 10px;
        font-size: 10px;
    }

    .brand-name {
        font-size: 10px;
    }
}

@media all and (max-width: 991px) {
    .product-list-image {
        padding: 20px;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    #product-list-container .product-list-item {
        width: calc(50% - 50px);
    }
}

@media all and (max-width: 480px) {
    #product-list-container .product-list-item {
        width: 100%;
    }

    .grid-view .product-list-title {
        font-size: 14px;
    }
}

/* Product list END */

/* Product */

#product {
    padding: 20px;
}

.product-wrap {
    display: flex;
}

#product-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    margin-bottom: 60px;
}

.product-image-wrap {
    width: calc(50% - 20px);
    max-height: 400px;
    display: flex;
    align-items: center;
}

.product-image-wrap img {
    width: 100%;
}

.loading-images {
    pointer-events: none !important;
}

#product .product-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

#product .brand-name {
    margin-top: 30px;
    display: block;
    text-align: left;
}

#product .product-title {
    text-align: left;
}

#product .current-color {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
}

.product-description {
    font-size: 14px;
}

#product .product-price-wrap {
    margin-top: 15px;
    color: #f07c00;
}

#product .product-prices {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#product .product-prices::after {
    content: "";
    width: 120px;
    height: 5px;
    background-color: #f07c00;
    position: absolute;
    bottom: 0;
    left: 0;
}

#attributes-color {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.attributes-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 15px;
}

.attribute-color {
    border: 1px solid #f7f7f7;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: calc(33.33% - 10px);
}

#attributes-color div:hover,
#attributes-color .attribute-active {
    border: 1px solid #f7c104;
}

.attribute-color img {
    width: 100%;
}

.attribute-active {
    pointer-events: none;
}

#size-chart {
    margin-top: 50px;
    margin-bottom: 10px;
    text-decoration: underline;
}

#size-chart a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}

#size-and-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
}

#sizes {
    position: relative;
    width: 100%;
    border: 2px solid #f7f7f7;
}

#sizes select {
    background-color: #f7f7f7;
    display: inline-block;
    margin-right: 12px;
    padding-right: 20px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    height: 39px;
    border: none;
    padding: 10px 30px 13px 16px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    z-index: 1;
}

#sizes select:focus {
    outline: none;
}

#sizes:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    width: 8px;
    height: 5px;
    background: url(../img/icon-arrow-select.png) left top/8px 5px no-repeat;
    z-index: 2;
    pointer-events: none;
}

#sizes option[disabled] {
    color: #c5c5c5;
}

#sizes.not-selected {
    border-color: red;
}

#quantity {
    display: flex;
    line-height: 34px;
    border: 1px solid #f7f7f7;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qunatity-action {
    display: flex;
    flex-direction: column;
}

.quntity-input {
    width: 40px;
    text-align: center;
    border: none;
    border-right: 1px solid #f7f7f7;
}

.quantity-btn {
    width: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader-container {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#preview-preloader {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-right: 20px;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(247, 193, 4);
    background: linear-gradient(
            0deg,
            rgba(247, 193, 4, 0.1) 33%,
            rgba(247, 193, 4, 1) 100%
    );
    animation: spin 0.8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}

@media all and (max-width: 991px) {

    .product-image-wrap {
        /*max-height: 250px;*/
    }
}

@media all and (max-width: 480px) {
    .product-image-wrap {
        width: 100%;
    }

    .product-image-wrap {
        pointer-events: none;
    }
}

/* Product END */

/* Lightbox */

.lightbox-active {
    overflow: hidden;
    pointer-events: none;
}

.pan {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.panWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255 255 255 / 90%);
    z-index: 9999;
    left: 0;
    top: 0;
    display: none;
    cursor: move;
    pointer-events: all;
}

.panWrapper * {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.panWrapper a.controls {
    background-size: 100%;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 50%;
    z-index: 2;
    bottom: 30px;
    cursor: pointer;
}

.panWrapper a.controls.in {
    background-image: url("img/zoomIn.png");
    margin-left: -30px;
}

.panWrapper a.controls.out {
    background-image: url("img/zoomOut.png");
    margin-left: 30px;
}

.panWrapper a.controls.close {
    background-image: url("img/close.png");
    left: auto;
    right: 30px;
    top: 30px;
    background: yellow;
}

.panWrapper .loading {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    background-image: url(img/loading.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}

.controls.close {
    left: initial !important;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
}

.controls.close img {
    width: 100%;
}

/* Lightbox END */

/* Latest and recommended products */

#recommended-products {
    
    padding-bottom: 90px;
}

#recommended-products h2 {
    font-size: 1.2rem;
    margin-bottom: 26px;
    text-align: left;
    border: solid;
    border-width: 0 0 3px 0;
    border-color: var(--secondary-color);
    padding-bottom: 6px;
}

#recommended-products .product-list-title,
#latest-products .product-list-title {
    padding: 15px 0;
}

#recommended-products .product-list-title:after,
#latest-products .product-list-title:after {
    content:'';
    display: block;
    background-color: #f07c00;
    width: 120px;
    height: 5px;
    margin: 10px auto;
}

.product-list-info{
    display: none;
}

#recommended-products .product-list-info,
#latest-products .product-list-info {
    text-align: center;
}

#recommended-products .owl-carousel .owl-nav,
#latest-products .owl-carousel .owl-nav {
    font-size: 62px;
    font-weight: 300;
    display: block !important;
    position: absolute;
    max-width: 100px;
    margin: auto;
    left: calc(50% - 50px);
    top: -45px;
}

#recommended-products .owl-carousel .owl-nav button.owl-next, #recommended-products .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
}

/* Related products END */

/* Categories banner */

#banners-category {
    max-width: 1100px;
    margin: auto;
}

.banner-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    transform: scale(1);
    overflow: hidden;
}

.category-img {
    width: 100%;
}

.category-hover {
    transform: scale(1.1);
}

#banner-category-female.banner-category .featured-category, #banner-category-male.banner-category .featured-category {
    position:absolute;
    left: 0;
    top: 20px;
}

#banner-category-female.banner-category .featured-description, #banner-category-male.banner-category .featured-description {
    position:absolute;
    left: 10px;
    top: 50px;
}

#banner-category-female.banner-category .featured-icon, #banner-category-male.banner-category .featured-icon {
    position:absolute;
    left: 15px;
    bottom: 15px;
}

.banner-category .featured-icon {
    width: 50px;
}

.banner-category .category-wrap {
    text-align: center;
    position: absolute;
    top: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 2.0;
    left: calc(50% - 265px);
}

@media all and (max-width: 575px) {

    .banner-category .category-wrap {
        top: calc(50% - 40px);
        left: calc(50% - 151px);
    }

    .banner-category .category-wrap .featured-description {
        font-size: 16px;
    }

    .banner-category .featured-icon {
        width: 25px;
    }
}

/*

.cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



#banner-category-female .cover-image {
  background-image: url(../img/grid/female.webp);
}

#banner-category-male .cover-image {
  background-image: url(../img/grid/male.webp);
}

#banner-category-sale .cover-image {
  background-image: url(../img/grid/sale.webp);
}

*/

.category-btn {
    z-index: 1;
}

@media all and (max-width: 768px) {
    #banners-category {
        flex-direction: column;
    }

    .banner-category {
        width: 100%;
    }
}

/* Newsletter */

.newsletter-container {
    padding: 60px;
    background-image: url("../img/newsletter-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f07c00;

}

.newsletter-box {
    overflow: hidden;
    max-width: 480px;
    margin: 30px auto 0;
}

.newsletter-container h2 {
    color: #fff;
    font-size: 30px;
    padding: 0 0 20px;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.newsletter-container h4 {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.newsletter-box .input-group {
    background-color: #fff;
    border-radius: 30px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 30px;
}

.newsletter-box input,
.newsletter-box input:focus {
    border: none;
    box-shadow: none;
    padding-left: 30px;
    font-size: 15px;
}

.newsletter-box input::placeholder {
    color: #424c4f;
}

#newsletter-btn {
    padding: 14px 34px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    box-shadow: none;
    border-radius: 30px;
}

@media all and (max-width: 768px) {
    .newsletter-container {
        padding: 30px;
    }
}

/* Newsletter END */

/* Brands */

.brand-list {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.brand-list a {
    width: 16.6%;
}

.brand-list a img {
    width: 100%;
    padding: 30px;
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .brand-list a {
        width: 33.33%;
    }
}

@media all and (max-width: 768px) {
    .badge-wrap {
        width: 52px;
        height: 52px;
    }
    .brand-list a {
        width: 50%;
    }
}

/* Brands END */

/* Promo */

#promo-carousel {
    margin: 60px 0;

}

#promo-carousel .owl-carousel {
    max-height: 300px;
}

#promo-carousel .owl-carousel .owl-stage {
    padding-top: 20px;
}

#promo-carousel .owl-item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 0 20px;

}

#promo-carousel img {
    border: 7px solid #fff;
}

/* Promo END */


/* Accordion */

#faq-accordion ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

span.accordion-title {
    text-transform: uppercase;
    font-size: 12px;
}

.accordion-item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    line-height: 38px;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 5px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-content {
    display: none;
    font-size: 12px;
    padding: 10px;
    max-width: 286px;
}

.active-item .accordion-icon {
    visibility: hidden;
}

.active-item .accordion-icon:after {
    content: "-";
    visibility: visible;
}

.accordion-icon {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

/* Accordain END */

/* Previously watched */

.history-product {
    display: flex;
    align-items: center;
}

.history-product-image {
    width: 40%;
}

.history-product-info {
    width: 60%;
}

.history-product img {
    width: 100%;
}

.history-product-tag {
    font-size: 7px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 6px;
    display: table;
    background-color: #f7c104;
}

.history-prdouct-title {
    display: table;
    font-size: 18px;
    margin-top: 5px;
    color: #000;
    text-decoration: none;
}

.history-prdouct-title:hover {
    color: #000;
}

.history-prdouct-price {
    display: table;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 500;
    color: red;
}

@media all and (max-width: 992px) {
    #history {
        display: none;
    }
}

/* Previously watched END */

/* Stores */

#stores {
    padding: 20px;
}

.store-item {
    display: flex;
    gap: 40px;
    margin-bottom: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.store-images {
    display: flex;
    align-items: start;
    width: 75%;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

.store-images img {
    max-width: 100%;
    display: block;
    width: calc(33.33% - 15px);
    margin-right: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: scale(1.0);
}

.store-images img:hover {
    transform: scale(1.1);
}

.store-info-wrap {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.store-tag {
    font-size: 12px;
    font-weight: 500;
    background-color: #f7c104;
    padding: 4px 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.store-title {
    margin-bottom: 0;
    padding-bottom: 5px;
    text-align: left;
    font-size: 23px;
    font-weight: normal;
}

.store-address {
    font-size: 14px;
}

.store-phone {
    font-size: 14px;
}

.store-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

#stores .shop-btn {
    padding: 10px;
}

.location-btn {
    background-color: #000;
    padding: 7px;
    width: 41px;
    height: 41px;
    text-align: center;
}

@media all and (max-width: 992px) {
    .store-item {
        flex-direction: column;
    }

    .store-images {
        width: 100%;
    }

    .store-info-wrap {
        width: 100%;
    }

    .store-actions {
        max-width: 400px;
    }
}

@media all and (max-width: 768px) {
    .store-images img {
        width: calc(50% - 5px);
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .store-images img:nth-child(2n) {
        margin-right: 0;
    }
}

/* Stores END */

/* Wishlist */

#wishlist {
    padding-top: 0px;
}

#wishlist h2 {
    margin-top: 40px;
}

#wishlist .product-list-item {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}


#wishlist .add-to-cart {
    margin-top: 12px;
    margin-bottom: 12px;
}

@media all and (min-width:992px) {
    .main-logo img{
        
    }
    #wishlist .product-list-item {
        padding: 20px;
        margin: 0;
    }
}

/* Wishlist END */

/* Guarantee badges */

#guarantee {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.badge-container {
    display: flex;
    align-items: center;
    padding: 20px;
    max-width: 280px;
    margin: auto;
}

.badge-wrap {
    background-color: #fff;
    border-radius: 50%;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 8px;
}

.badge-wrap img {
    max-width: 50px;
}

@media all and (max-width: 767px) {
    .badge-wrap img {
        padding: 5px;
    }
}

@media all and (max-width: 575px) {
}

/* Guarantee badges END */

/* Footer */

#footer {
    background-color:#000;
}

.container-footer {
    padding: 60px 20px;
}

.footer-left-column {
    color: #ffffff;
}

.footer-logo {
    padding-bottom: 16px;
    margin-top: -30px;
    border:solid;
    border-width: 0 0 3px 0;
    border-color: var(--secondary-color);
}

.footer-logo img {
    max-width: 80%;
    max-width:160px;
}

.footer-info {
    margin-top: 40px;
}

.footer-info span {
    font-weight: bold;
    text-transform: uppercase;
}

#footer h2 {
    color: #fff;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--secondary-color);
    text-align: left;
    font-size:20px;
}

#footer p {
    font-size: 13px;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
}

#footer ul a:hover {
    color: var(--secondary-color);
}

.footer-social {
    margin: 20px 0;
}

.footer-social a {
    margin-right: 5px;
    text-decoration: none;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.copyright p {
    margin: 0;
    padding: 0;
}

.copyright a {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}

@media all and (min-width: 992px) {
    #footer .footer-column {
        padding-right: 5%;
    }

    
}

@media all and (max-width: 991px) {
    #footer {
        background: linear-gradient(to bottom,#fff 43%, #000 43%);
    }

    .container-footer {
        padding: 0 15px;
    }

    #footer .footer-column {
        padding-top: 20px;
    }


    .footer-left-column {
        margin: 15px auto;
        padding: 15px;
    }

    .footer-logo {
        text-align: center;
        margin-top: 0;
    }

    .footer-logo img {
        margin: 0 auto;
    }
}



@media all and (max-width: 768px) {

    #footer {
        background: linear-gradient(to bottom,#fff 48%, #bd1900 48%);
    }

    .copyright {
        flex-direction: column;
    }

}

/* Footer END */


/* MODS START */


.fav-counter, .cart-counter {
    position: absolute;
    background-color: #000;
    color: #fff;
    right: -5px;
    top: -5px;
    width: 10px;
    height: 10px;
    font-size: 11px;
    padding: 8px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.popup {
    display: none;
    position: fixed;
    bottom: 1%;
    left: 1%;
    transform: translate(0%, 0%);
    width: 700px;
    max-width: 95%;
    background: white;
    padding: 10px;
    border-radius: 12px;
    font-size: 1.25em;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    word-wrap: break-word;
    text-align: justify;
    z-index: 7;
}
.popup section {
    margin: 0;
    padding: 10px;
}
.popup p {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1rem;
}
.popup #configureSection {
    display: none;
}
#configureSection tr {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}
.popup #configureSection table th {
    color: black;
    text-align: left;
}
.popup #configureSection table .text-switch {
    padding-left: 5%;
    font-size: 19px;
    font-weight: 100;
    font-weight: bold;
}
.popup #configureSection table .text-desc {
    font-size: 12px;
    font-weight: normal;
    color: #484848;
}
.switch {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 57px;
    height: 28px;
    border-radius: 50px;
    background-color: white;
    padding: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    cursor: pointer;
}
.switch .circle {
    width: 20px;
    height: 20px;
    background-color: #c3c3c3;
    border-radius: 50%;
    transform: translateX(1.7rem);
    background-color: #f7c104;
}
.popup .choice-container-buttons {
    display: flex;
    justify-content: space-around;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.popup .choice-container-buttons #accept,
.popup .choice-container-buttons #configure,
.popup .choice-container-buttons #enregistre{
    width: 225px;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    outline: 5px solid rgba(151, 151, 151, 0.14);
    /*background-color: #46a942;*/
    background-color: #000000;
}
.popup .choice-container-buttons #configure,
.popup .choice-container-buttons #enregistre{
    color: #fff!important;
    /*background-color: #394381;*/
    background-color: #f07c00;
}
.popup .choice-container-buttons .c-button:not(:disabled) {
    cursor: pointer;
}
.popup .choice-container-buttons #enregistre {
    display: none;
    color: #4285f4;
}
@keyframes moveCircleRight {
    0% {
        transform: translateX(0);
        background-color: #c3c3c3;
    }
    100% {
        transform: translateX(1.7rem);
        background-color: #f7c104;
    }
}
@keyframes moveCircleLeft {
    0% {
        transform: translateX(1.7rem);
        background-color: #f7c104;
    }
    100% {
        transform: translateX(0);
        background-color: #c3c3c3;
    }
}
.move-circle-left {
    animation: 0.5s moveCircleLeft cubic-bezier(0.87, 0.41, 0.19, 1.44) forwards;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
.move-circle-right {
    animation: 0.5s moveCircleRight cubic-bezier(0.87, -0.41, 0.19, 1.44) forwards;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    background-color: #f7c104 !important;
}
.fakebtn{
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    outline: 5px solid rgba(151, 151, 151, 0.14);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.roundinput{
    width: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 20px;
}
.add-to-cart-btn.shop-btn.primary-btn.w-100,
.fakebtn {
    height:50px;
}
span.firstlinespan {
    color:#46a942;
    text-transform: uppercase;
    font-weight:bold;
}
span.secondlinespan{
    font-weight:bold;
}
.blog-top-desc{
    padding-left:35px;
}
#search-bar {
    margin-bottom: 40px;
    height: 0px;
    /*overflow-y: hidden;*/
    display: block;
    vertical-align: top;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#searchForm {
    justify-content: center;
    margin: auto;
}

.search-active {
    height: 70px !important;
    opacity: 1 !important;
    pointer-events: all !important;
}

#search-bar .justify-content-center {
    width: 100%;
}

#search-bar .justify-content-center .col-xs-12.col-md-3 {
    min-width: 280px;
    padding-right: 0px;
}

#start_search:hover {
    background: #000;
}
.input-search{
    font-size:13px;
    font-weight:300;
    color:#a0a0a0;
    border:transparent;
    border-radius: 20px 0px 0px 20px;
    padding: 14px;
    width: 81%;
    outline:none;
}

#searchresults {
    position: absolute;
    left: 10px;
    z-index: 90000;
    border-width: 1px;
    border-color: #c3c3c3;
    border-style: solid;
    width: 340px;
    border-top: 0;
    background-color: #fff;
    font-size: 13px;
    line-height: 18px;
    top: 0px;
    max-height: 50vh;
    overflow-y: auto;
}

@media all and (min-width: 768px) {

    #searchresults{
        width: 340px;
    }
}
#suggestions{
    display: block;
    z-index: 9999;
    position: absolute;
    top: 50px;
    left: 0px;
}
#searchresults a { display:block; background-color:#fff; clear:left; height:91px; text-decoration:none; text-align: left;border-bottom: 1px solid #f6f6f6;}
#searchresults a:hover { background-color:#f0f0f0; color:#f1f1f1; }
#searchresults a img { float:left; margin: 5px; width: 75px;border: 1px solid #f6f6f6; }
#searchresults a:hover img {background: #000; border: 1px solid #000; }
#searchresults a span.searchheading { font-size: 13px; text-transform: uppercase; display:block; padding-top:5px; color:#3b3030; line-height: 15px;}
#searchresults a:hover span.searchheading { color:#3b3030; }
#searchresults a span { color:#3b3030; }
#searchresults a span .cena.popust b { color: #3b3030; }
#searchresults a:hover span { color:#3b3030; }
#searchresults span.category { font-size:13px; padding:5px; display:block; color:#ffffff; background: #2aa4cf; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px; background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { text-decoration: underline; background-color:transparent; display:block; margin:5px; height:auto; color:#000; }
#searchresults span.seperator a:hover { text-decoration: none; }
.btn-search {
    background-color: #1d1d1d;
    border-radius: 0px 20px 20px 0px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    left: -5px;
}
#exampleModal .modal-body{
    width:100%;
}
#exampleModal .modal-dialog{
    width:1050px;
    max-width:1050px;
}
#exampleModal .modal-content{
    max-width:1000px;
    width:100%;
}
@media all and (max-width: 992px) {
    #exampleModal .modal-dialog,
    #exampleModal .modal-body{
        width:100%;
        overflow:scroll;
    }
}
.page-link,.page-link:hover,.page-link:focus,.page-link:visited{
    color:black;
}
.page-item.active .page-link{
    background-color: #f07c00;
    border-color:#f07c00;
}
.product-list-image {
    height: 100%;
    width:100%;
   
}
.owl-carousel .owl-item img{
    width:auto;
    text-align: center;
}
.product-list-image-wrap a{
 
    width:350px;
    text-align: center;
}
#recommended-products .product-list-image-wrap a{
    height:300px;
    width:auto;
    
    text-align: center;
}
#product-preview .product-image-wrap img{
    height:100%;
    width:auto;
    max-width:100%;
}
.product-list-image-wrap {
    margin-bottom:5px;
}
.prethodnogledano .product-list-image-wrap,
.prethodnogledano .product-list-image-wrap a{
    height:200px;
    max-height:350px;
    width:auto;
    max-width: 350px;
}
#notifications-carousel .owl-prev{
    top:2px;
    left: 30%;
}
#notifications-carousel .owl-next {
    top: 2px;
    right: 30%;
}
.sold-out{
	transform: rotate(-32deg);
    position: absolute;
    top: 31%;
    font-size: 38px;
    color: #f07c00;
    /*text-shadow: 1px 1px 2px #fff;*/
    text-align: center;
    width: 100%;
}
.btn-primary{
	background-color: var(--secondary-color);
    border-color: #ffffff;
}
.btn-primary:hover{
	background-color: #000;
    border-color: #000;
}
::placeholder {
  color: #dedede !important;
  font-size:13px;
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: red;
}




.dobrodosli-sekcija{
    padding-top: 5rem;
    padding-bottom: 3rem;
    animation-duration: 3s;
    /* animation-name: fadeInStart; */
}

/* .dobrodosli-sekcija:not(#home){
    display:none
} */

.dobrodosli-container{
    color:#222;
    text-align: center;
}

.dobrodosli-h3{
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 300;
}

.dobrodosli-h2{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.8em;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 0px;
    margin-bottom: 0px;
}



.side_menu h3{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.2em;
   
    text-transform: uppercase;
    text-align: left;

}



.sekcija {
    color: #222;
    text-align: center;
}
.sekcija h3 {			
    text-transform: uppercase;
    font-size:1.1em;
    line-height: 1.1em;	
    font-weight: 300;			
}
.sekcija h2 {
    font-size: 1.8em;
    line-height: 1.8em;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom:0px;
    margin-bottom:0px;
}
.sekcija h1 {
    font-size: 2.2em;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom:0px;
    margin-bottom:0px;
}
.sekcija hr {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 40%;
    margin-right: 40%;
    border: 0;
    border-top: 3px solid #f07c00;
    height:3px;
    opacity: 1;			
}
.sekcija p {
    font-size: 	1em;
    text-align: center;
    padding: 10px 0;
}
.unutrasnji-text {
    font-size: 0.9em;
    padding-top: 20px;
    text-align: left;
}
.grid-kompleti {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.sport-category {
    position: relative;
}
.sport-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sport-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #f07c00;
    text-align: right;
}
.sport-overlay h3 {
    text-transform: uppercase;
    padding-top: 33%;
    padding-right: 20px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2em;
}
.sport-category a {
    text-decoration:none;
    right: 15px;
}

.homepage-proizvodi img {
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homepage-proizvodi:hover img {
    transform: scale(0.95);
}



.link-ikona {
    display:block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    text-align:center;
    position: relative;
    cursor:pointer;
}
.link-ikona img {
    width:46px;
    height:46px;
    position: absolute;
    top: -25px;
    left: 75%;
}
.link-ikona2 img {
    top: -68px;
}
.link-ikona2 {
    margin-left:60%;
}

@media only screen and (max-width: 768px){ 
    .grid-kompleti {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.sport-category a {
			bottom: 22px;
	}
    .sport-category img {
        object-fit: fill;
    }
	.sport-overlay {
		text-align: right;
	}
	.sport-overlay h3 {
		text-transform: uppercase;
		padding-top: 30%;
		padding-right: 15px;
	}
	.product-showcase {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.sekcija h2 {
		line-height:1em;
	}


}

.product-showcase {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.product-showcase div {
    position: relative;
}
.product-showcase img {
    width: 100%;
    object-fit: cover;
}
.product-showcase h5 {
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    font-weight:300;
    background: #000;
    color: #fff;
    padding: 2px 20px;
    margin: 0;
    width: 50%;
    
}
.product-showcase a {
    right: 25px;
    text-decoration:none;
}

.link-ikona3 {
    margin-left:65%;
}




@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}


.proizvodi-grid {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 0;
}

.proizvodi-grid div {
    /* position: relative; */
    margin-top:20px;
    margin-bottom:30px;
}
.proizvodi-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
   
}
.proizvodi-grid h4 {
    padding-top:0;
    text-align: left;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight:300;
    background: #000;
    color: #fff;
    padding: 2px 10px;
    margin: 0;
    width: 60%;
}
.proizvodi-grid a {
    margin-bottom:20px;
    text-decoration:none;
}
.proizvodi-grid a:hover {
    text-decoration:none!important;
}
.proizvodi-grid a img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .proizvodi-grid, .proizvod-single-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
}

.product-list-image{
    border: 1px solid #eee;
    height: 100%;
    height: 375px !important;
}


.grid-product-title{
    font-size: 0.9rem;
    color: white;
    background-color: black;
    width: 60%;
    line-height: 1.08rem;
    padding: 2px 10px;
    font-weight: 300;
    text-decoration: none !important;
   
    margin: 0;
}

.product-list-item a:hover{
    text-decoration: none !important;
}


.product-list-item a:hover img{
    transform: scale(0.9);
}

.side_menu_title{
    font-size: 1.2rem;
    font-weight: 500;
    border: solid;
    border-width: 0 0 3px 0;
    border-color: var(--secondary-color);
    
}

.proizvod-section {
    position: relative;
    height: 150px;
    overflow: hidden;
}
.proizvod-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}


.proizvod-overlay {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    color: white;
    padding: 20px 10px;
    text-align: left;
}
.proizvod-overlay hr {
    margin-left: 0;
    width: 30%;
    
}

.proizvod-header {
    padding-top:10px;
}



.whitetext{
    color: white !important;
}

.no-border{
    border: none !important;
}

.equipment-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.equipment-section {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.equipment-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipment-overlay {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    color: white;
    padding: 20px;
}
.equipment-overlay h3 {
    font-size: 2.5em;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(26, 26, 26, 1);
    margin-bottom: 20px;
}
.equipment-overlay a {
    font-size: 0.8em;
    font-weight: 200;
    color: #fff;
    background-color: #000;
    border-radius: 25px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.equipment-overlay a:hover {
    text-decoration: underline;
    cursor:pointer;
}

@media only screen and (max-width: 768px){

    .equipment-grid, .instagram-gallery {
		grid-template-columns: repeat(1, 1fr);
	}
	.equipment-section {
		margin:0 0 10px;
	}
	.equipment-overlay h3 {
		font-size: 1.5em;
	}


    .proizvodi-grid div {
    
      margin-top:20px;
        margin-bottom:150px;
    }


    /* .proizvodi-grid img{
        object-fit: contain;
    } */
}


.breadcrumbs {
    font-size: 0.9em;
    background-color: #eee;
    text-align: left;
    color: #777;
    padding: 5px 0;
}
.breadcrumbs a {
    text-transform: capitalize;
    /*margin: 0 3px;*/
    color: #777;
    font-weight:600;
    text-decoration:none;
}
.breadcrumbs a:hover {
    color: #000;
}
@media (max-width: 1200px) {

    .product-list-image{
        height: 285px !important;
    }
}


@media (max-width: 1400px) {
    .product-list-image{
        height: 325px !important;
    }
}


@media (max-width: 768px) {
    .product-list-image{
        height: 100% !important;
    }  
}

.filter-title{
    padding-top: 15px;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: left;
}


.filter-divider{
    border-top: 1px solid #eee;
    height: 1px;
    opacity: 1;
    margin: 0;
}

.filter-list{
    text-transform: uppercase;
    font-size: 1em;
    list-style-type: none;
    padding: 5px 0 0;
    margin: 0;
    text-align: left;
}

.filter-label{
    cursor: pointer;
    padding-bottom: 0px;
    font-size: 0.9rem;
    padding-top: 2px;
}

.filter-cb{
    opacity: 0;
    position: absolute;
    top: 8px;
    left: 4px;
    cursor: pointer;
}

.radio-button_control1{
    
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    border: 1px solid #e5e2e2;
    width: 17px;
    height: 17px;
    border-radius: 6px;
    background-color: #ffffff;
    /* box-shadow: -2px -2px 3px #a3a3a3; */
    -webkit-box-shadow: 1px 1px 1px 0px #a3a3a3 inset;
    -moz-box-shadow: 1px 1px 1px 0px #a3a3a3 inset;
    box-shadow: 1px 1px 1px 0px #a3a3a3 inset;
    
}


.filter-list-item{
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
}

.inner-banerh3{
    font-size: 1.1rem !important;
    font-weight: 300 !important;
    line-height: 1.2rem !important;
}