body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    color: #312b39;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #000;
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 16px;
    font-weight: bold;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;

    background-repeat: repeat-x;
}
/* top */
#top {
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
/*#top .container {
    padding: 0 20px;
}*/
#top a{
    color: #84dbff;
}
#top a .fa{
    color: #2076aa;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 6px;
}
#top #currency .currency-select {
    text-align: left;
}
#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
       background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    /*color: #888;*/
    /*text-shadow: 0 1px 0 #FFF;*/
    /*text-decoration: none;*/
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin: -50px 0 -30px 0;
}

#logo img{
    height: auto;
    max-height: 130px;
    width: auto;
    max-width: 100%;
}
/* search */
#search {
    margin-bottom: 10px;
    width: 500px;
    max-width: 100%;
    display: inline-block;
}
#search>span{
    padding: 0 5px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    background: #2076aa;
    border: 1px solid #1b618c;
    color: #baeaff;
    font-size: 14px;
    font-style: italic;
    border-radius: 4px;
    display: inline-block;
}
#search .input-lg::placeholder{
    color: #baeaff;
}
#search .btn-lg {
    line-height: 18px;
    padding: 10px 0;
    text-align: center;
    text-shadow: none;
    background: #f1bc96;
    border: 1px solid #f1bc96;
    color: #312b39;
    font-size: 14px;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
#cart .fa-shopping-cart{
    float: left;
    font-size: 26px;
    line-height: 20px;
    padding-left: 10px;
}
#cart > .btn:after{
    font-size: 22px;
    line-height: 20px;
    content: "\f107";
    display: inline-block;
    font-family: "bootstrap-icons";
    color: #c18400;
    position: absolute;
    right: 18px;
}
#cart > .btn {
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    background: #ffae00;
    border: 0;
    border-radius: 4px;
    text-shadow: none;
    padding-right: 30px;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    min-height: 40px;
    border: 0;
}
#menu .dropdown>a:after{
    float: right;
    padding-left: 10px;
    content: "\f107";
    display: inline-block;
   font-family: "bootstrap-icons";
}
#menu .nav > li > a {
    font-size: 14px;
    padding: 10px 20px;
}
#menu .nav > li.isActive > a,
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background-color: #ffffff;
   
    border-radius: 0 0 4px 4px;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    min-width: 260px;
background-color: #f57c45;
color: #fff;
}
#menu .dropdown-inner {
    display: table;
    width: 100%;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #000;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #cfa539;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
 
       background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
color:#fff;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #f57c45;
       background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
background-color: #fafafa;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
       color: #fff;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
          }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/* content */
#content {
    min-height: 600px;
}
/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #fafafa;
    color: #000;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #000;
    font-size: 14px
}
footer a:hover {
    color: #cfa539; 
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
   
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border-radius: 0;
   color: #000;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li a{
    color: #888;
}
.breadcrumb > li:last-of-type a{
    font-size: 12px;
}
.breadcrumb > li a:hover{
    color: #cfa539;
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f57c45;
  
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
       background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
   color:#000;
    background: #fafafa;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: "bootstrap-icons";
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: "bootstrap-icons";
}
/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
    font-size:22px;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #3E3B8C;
}



/*NEW*/
header{
    background: #ffffff;
}

.user_menu{
    list-style: none;
    padding: 0;
}
.user_menu .fa{
    color: #2076aa;
    margin-right: 6px;
    font-size: 16px;
    vertical-align: middle;
}
.user_menu ul{
    list-style: none;
    display: inline-block;
    padding: 0;
    background: #2076aa;
    padding: 2px 20px 2px 8px;
    border-radius: 4px;
}
.user_menu ul li{
    display: inline-block;
}
#top .user_menu ul li a{
    color: #8bd3ff;
    font-size: 12px;
    text-decoration: none;
}
.user_menu ul li a:after{
    content: ' / '
}
#top .user_menu ul li:last-of-type a{
    color: #e6f6ff;
    text-decoration: underline;
}
.user_menu ul li:last-of-type a:after{
    content: ''
}
.top_info{
    padding: 2px;
    padding-top: 9px;
}
.owl-carousel .owl-wrapper-outer{
    border: 0;
}
.owl-carousel .owl-controls .owl-buttons div{
    opacity: 0.7;
    background: #fff;
    padding: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-top: -25px;
    padding: 0;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-prev{
    left: 0;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-next{
    right: 0;
}
.owl-carousel:hover .owl-controls .owl-buttons div{
    opacity: 1;
}
.owl-carousel .owl-controls .owl-buttons div i {
    font-size: 30px;
    margin: 0;
    line-height: 50px;
    padding: 0;
    font-weight: normal;
}
.owl-carousel .owl-pagination{
    top: -30px;
}

.row-filter{
    line-height: 34px
}
.row-categories{
    margin-bottom: 10px;
}
.row-categories ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.row-categories ul li a{
    background: #ffae00;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    margin: 2px;
    text-align: center;
}
.row-categories ul li a:hover{
    background: #d89607;
}
#content h1,
#content>h2{
    text-align: center;
}
#content h1{
    font-size: 33px;
    font-weight: bold;
    margin: 0 0px 40px;
    color: #cfa539;
}
#content h1:after,
#content>h2:after{
    content: '';
    display: block;
    position: relative;
    clear: both;
    max-width: 90%;
    height: 2px;

}
@media (min-width: 768px){
    #product #button-cart{
        margin: 0;
	background-color: #cfa539;
	
    }
}
.option-radio{
    display: inline-block;
    margin: 0;
}
.option-radio input{
    display: none;
}
.option-radio label{
    padding: 0 4px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    background: #fff;
    color: #ffae00;
    border: 1px solid;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    transition: .3s;
}
.option-radio label:hover,
.option-radio input:checked~label{
    color: #fff;
    background: #ffae00;
}
.thumbnail, .image-additional a{
    border: 0;
}
.nav-tabs{
    border-bottom: 1px solid #ffae00;
}
.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover{
    color: #fff;
    background-color: #ffae00;
    border: 1px solid #fff;
    border-bottom: 1px solid #ffae00;
    font-weight: bold;
    font-style: italic;
    transition: .3s;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #ffae00;
    background-color: #fff;
    border: 1px solid #ffae00;
    border-bottom: 1px solid #fff;
}
.nav-tabs>li>a:hover{
    text-decoration: underline;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus{
    margin: 5px auto;
    background-color: #cfa539; /* #ffae00 */
    color: #fff;
    padding: 8px 16px;
    border-radius: 2px;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 16px;
    border: 0;
}
.input-group-btn .btn-primary,
.input-group-btn .btn-primary:hover,
.input-group-btn .btn-primary:focus {
    margin: 0;
    padding: 6px;
}
.quantity .btn-primary,
.quantity .btn-primary:hover,
.quantity .btn-primary:focus{
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #da9604;
    margin: 0;
}
.btn-primary:hover{
    opacity: .9;
}
.price.list-unstyled{
    display: flex;
    align-items: center;
}
.price li.price-old{
    text-decoration: line-through;
    font-size: 18px;
}
.price li span{
    color: #aaa;
}
.price li h2{
    color: #ffae00;
    padding: 0;
    margin: 0 20px;
    line-height: 34px;
    font-size: 34px;
}

.pickupAddress.alert{
    display: block;
}

#menu .dropdown-menu {
  background-color: #444444; /* jemnejšia modra pre pozadie submenu */
  border: none;
}

#menu .dropdown-menu li > a:hover {
  background-color: #3E3B8C; /* ešte tmavšia fialova pri hover */
  color: white; /* kontrastný text */
}

#logo a:hover {
  background-color: transparent !important;
  box-shadow: none;
}

#menu > ul > li > a:hover,
#menu > ul > li.open > a {
  background-color: #3E3B8C !important; /* alebo tvoja oranžová */
  color: #fff !important;
}

#menu .nav > li > a:hover{
background-color:#3E3B8C;}

#login_bar{
background-color: #f57c45;
 padding: 10px 20px; /* zväčší pozadie okolo textu */
color: #fff;
  font-size: 14px; /* väčší text */
  font-weight: bold; /* tučný text */
  border-radius: 6px; /* zaoblené rohy (voliteľné) */
  display: inline-block;
  text-transform: uppercase; /* voliteľné, zvýrazní LOGIN/REGISTER */
position:relative;
top:10px;
}

#language-bar .dropdown-toggle {
  
  color: #000;
  border: none;
  padding: 10px 3px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
position:relative;
bottom:7px;
left:5px;
}

#language-bar .dropdown-toggle:hover {
background-color: transparent;
}

.product-thumb {
    display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;

    padding: 10px;
  transition: transform 0.3s ease;
}

.product-thumb:hover {
/* border-color: #e26334; */
box-shadow: 5px 6px 18px rgba(0, 0, 0, 0.35);

}

.product-thumb:hover .price-new {
    color: #cfa539  !important; /* napríklad oranžová, alebo si daj svoju farbu */
font-size: 24px;
}

.view-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  opacity: 0;
  transition: opacity 0.3s ease;
}

.view-button-text {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 8px;
}


.product-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.product-thumb:hover .view-button-overlay {
  opacity: 1;

}

.product-thumb .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-thumb .description {
  flex-grow: 1;
}

.product-thumb h4 {
  font-size: 1rem;
  margin-top: 10px;
  min-height: 2.8em; /* Zabezpečí rovnakú výšku nadpisu */
  overflow: hidden;
}

.product-thumb .price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #222;
  margin-top: 10px;
}

/* Štýl samotného tlačidla */
.product-thumb .view-button {
  background-color: #e26334;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 18px; /* tu je zväčšenie textu */
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.product-thumb .view-button:hover {
 /*  background-color: #cc541b; */
  transform: scale(1.05);
}

.custom-head a {
	color:#000;
	font-size:24px;
}
.custom-head a:hover {
	background-color:transparent;
	font-size:16px;
}

.pricetext{
	margin: 30x 0;
	font-size: 20px;
	font-weight: bold;
}

.input-group-qty {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}


.form-control-qty {
  border: 2px solid #000; /* silný čierny okraj */
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 80px;
  display: block;
  margin-bottom:20px;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.form-control-qty:focus {
  border-color: #ff7800;
  box-shadow: 0 0 5px rgba(255, 120, 0, 0.3);
}

#product-info .image > a > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}

.qty-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  color: #333;
  transition: transform 0.15s ease;
height:64px;
}

.breadcrumb {
  background-color: #f57c45/* tmavosivá */
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
}

.breadcrumb-item a {
  color: #ffc107; /* žltá */
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #adb5bd;
}

#stockinfo{
	  font-weight: 600;
  color: #28a745; /* zelená pre dostupnosť */
  margin-top: 10px;
  display: block;
  font-size: 1.1rem;
  padding-left: 10px;

}

.product-thumb a:hover,
.product-thumb .image a:hover {
    background-color: transparent !important;
}


/* Sprievodné texty "Sort By" a "Show" */
#product-category label {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    margin-right: 10px;
	background-color:transparent;
border:none;
	
}

/* Dropdown polia */
#product-category select.form-select {
    
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
}

/* Hover efekt */
#product-category select.form-select:hover {
    
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* Focus efekt */
#product-category select.form-select:focus {
    outline: none;
    border-color: #444;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
    gap: 5px;
    width: 100%; /* zabezpečí plnú šírku */
    max-width: 100%; /* nech sa neroztiahne mimo */
}

.pagination .page-item .page-link {
    background-color: #fff;
    border: 1px solid red;
    color: #000;
    font-weight: 600;
    padding: 8px 14px;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 4px;
}

/* Aktívna stránka */
.pagination .page-item.active .page-link {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

/* Hover efekt */
.pagination .page-item .page-link:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.alert-success {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e6f4ea;
    border: 1px solid #c8e6c9;
    border-radius: 8px;
    padding: 15px 40px;
    max-width: 90vw;
    
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    z-index: 9999;
  animation: fadeOut 5s forwards; /* pomalšie a prirodzenejšie zmiznutie */
}

@media (max-width: 480px) {
    .alert-success {
        font-size: 14px; /* zmenši font na mobile */
        padding: 10px;
    }
}

.alert-success .alert-message {
    display: flex;
    align-items: center;
}

.alert-success .alert-message i {
    margin-right: 10px;
    font-size: 18px;
    color: #2e7d32;
}

.alert-success .alert-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #2e7d32;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.alert-success .alert-close:hover {
    transform: rotate(90deg);
}


.alert-danger {
  position: fixed;
 top: 30%;
  left: 50%;
  background-color: #dc3545; /* jemnejšia cervena */
  color: #ffffff;
  font-size: 14px; /* menšie písmo */
  padding: 12px 44px; /* menší padding */
  z-index: 1050;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15); /* jemnejší tieň */
  animation: fadeOut 5s forwards; /* pomalšie a prirodzenejšie zmiznutie */
}

@media (min-width: 768px) {
  .dropdown-menu.dropdown-menu-end {
    min-width: 490px;
    max-width: 590px;
  }
}

@media (max-width: 767.98px) {
  .dropdown-menu.dropdown-menu-end {
    min-width: 90vw; /* 90% šírky obrazovky */
    max-width: 100vw;
    left: auto !important;
    right: 0 !important;
    padding: 10px;
    box-sizing: border-box;
  }

  .dropdown-menu.dropdown-menu-end .text-end {
    text-align: left !important;
  }
}

.text-end a {

font-size:16px;

}

.text-end a:hover, .text-end a:focus, .text-end a:active {
opacity:0.9;
}

.cart_drop a {
color:#000;
font-size:14px;

}

.cart_drop a:hover {
color:#000;
background-color:transparent;

}

.cart_drop small {
font-size:0.85em;
}

.navbar .dropdown-toggle {
  padding-left: 8px;
  font-size: 1.2rem;
}

.navbar .dropdown-toggle:hover {
  background: transparent;
}

.navbar .nav-link a {
font-size:14px;
margin-top:1px;
}
.slideshow img {
    width: 100%;
    height: auto;
}


/* Hlavné menu odkazy */
#menu .navbar-nav > li > a {

}

#menu .navbar-nav .nav-item > div > a:hover {
   color: #cfa539;}

.product-detail {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

    #product #button-cart{
        margin: 0;
	background-color: #cfa539 ;
	
    }

.account-part a{
color:#000;
}

.account-part a:hover{
opacity:0.9;
color:#f57c45;
}

/*********account part****************/
#account-account #content {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.account-section {
    background: #f9f9f9;
    padding: 20px;
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.account-section h2 {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.account-section h2::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f37021;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.account-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-section ul li {
    margin: 10px 0;
}

.account-section ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.account-section ul li a:hover {
    color: #f57c45;
}

.account-title{margin 10px 10px}



.fa-solid {
    font-family: "Font Awesome 6 Free";  /* Font Awesome solid icons */
    font-weight: 900;
   color:#000;
}
.fa-regular {
    font-family: "Font Awesome 6 Free";  /* Font Awesome regular icons */
    font-weight: 400;
}

.bi {
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem; /* nastav podľa potreby */
    line-height: 1;
    vertical-align: middle;
    speak: never;
}

.input-group {
  max-width: 100%;
}

@media (min-width: 768px) {
  .input-group {
    max-width: 500px;
  }
}

#header-cart .btn {
  padding: 0.5rem 0.7rem;
  font-size: 1.2rem;
}

.language-bar img {
  max-width: 24px;
  height: auto;
}

@media (max-width: 992px) {
  .language-bar,
  .language-bar a {
    display: flex;
    align-items: center;
  margin-right: 5px;
  }
}

.header-right {
  gap: 12px;
  white-space: nowrap;
}

.dropdown-item:hover, 
.dropdown-item:focus, 
.dropdown-item:active {
    background-color: transparent !important;
    color: #cfa539 !important;
}

.product-image-container {
    padding: 20px;
}

.product-image-container img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.product-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.product-title-detail::after {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    background-color: #d4a036;  /* zlato-horčicová farba ako na referenčnom obrázku */
    margin-top: 5px;
}

@media (max-width: 768px) {
  .product-title,
  .price-new,
  .price-old {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  #product-info .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start;
  }
  #product-info .d-flex.justify-content-between div.h4 {
    align-self: flex-end;
  }
}

.detailed-price{
margin-right:5%;
font-size: 1.5rem;
font-weight: bold;

}

.detailed-price-text{
margin-right:5%;
font-size: 1.5rem;
margin-top: 3px;

}

.pricebar{
padding-bottom:15px;
border-bottom:1px solid;}

select {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;       /* zaoblené rohy */
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);  /* jemný tieň */
    font-size: 16px;
    font-family: 'Poppins', sans-serif;       /* alebo tvoj hlavný font */
    appearance: none;          /* schová natívnu šípku vo väčšine prehliadačov */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4L2 0zM2 5l2-2H0l2 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

select:focus {
    outline: none;
    border-color: #cfa539;  /* zvýraznenie po kliknutí */
    box-shadow: 0 0 8px rgba(207, 165, 57, 0.5);
}


#button-cart {
    
    padding: 15px 20px;
    background-color: #cfa539;        /* zlatá farba */
    font-weight: 700;                 /* veľké písmo, prémiový dojem */
    text-transform: uppercase;        /* všetko veľkými písmenami */
    border: none;
    border-radius: 8px;               /* zaoblené rohy */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

#button-cart:hover {
    background-color: #b5892c;        /* stmavenie pri hoveri */
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

#button-cart:active {        
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

#button-minus, #button-plus {
    background: none;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    transition: background-color 0.2s ease;
}
 #button-plus:hover {
    background-color: #f5f5f5;
}

 #button-minus:hover {
    background-color: #f5f5f5;
}

#input-quantity{
    width: 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    outline: none;
border-right:1px solid #ddd;
border-left:1px solid #ddd;
}

.input-group-detail{
	border: 1px solid #ddd;
}

.group-qty{
width:37%;
}

.morepad{
padding-bottom:13px;
padding-top:13px
}


.featured-text::after{
  content: "";
    display: block;
    width: 80px; /* dĺžka čiarky */
    height: 2px; /* hrúbka čiarky */
    background-color: #cfa539; /* zlatá farba */
    margin: 8px auto 0 auto; /* medzera nad čiarkou a centrovanie */
}

.bitcoin-footer-logo {
    width: 130px;
    height: auto;
    margin-bottom: 10px;
}


.is-invalid {
    border: 2px solid #e53935;            /* výrazná červená */
    background-color: #fdecea;           /* svetlé červené pozadie */
    box-shadow: 0 0 10px rgba(229, 57, 53, 0.5); /* jemný tieň */
    transition: all 0.3s ease;
}


#alert .alert {
    max-width: 90%;
    width: auto;
    margin: 10px auto;
    word-wrap: break-word;
    white-space: normal;
    display: block;
    padding: 10px 60px;
    font-size: 14px;
    line-height: 1.4;
}

#alert .alert i {
    margin-right: 8px;
}

#alert .alert button.btn-close {
    margin-left: 20px;
    flex-shrink: 0;
}

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