
body {
    background: #f7f7f7;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #ad8b41;
}

a:hover {
    color: #1a3b1c;
}

.header-container {
    background: #f0552a;
}

.header-tools {
    border-bottom: 1px solid #fffaf8;
    padding: 19px 0;
}

.header-tools .little-padding {
    padding: 7px 0;
}

.header-tools .search-input {
    height: 44px;
    border: 1px solid #fffaf8;
    border-right: 0;
    border-radius: 50px 0 0 50px;
    background: none;
    padding-left: 30px;
    box-shadow: none;
}

.header-tools .search-input:hover,
.header-tools .search-input:focus {
    color: #ffffff;
}
.header-tools .search-input2:hover,
.header-tools .search-input2:focus {
    color: #000000;
}

.header-tools .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fffaf8;
    opacity: 1;
}

.header-tools .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fffaf8;
}

.header-tools .search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fffaf8;
}

.header-tools .search-button {
    border: 1px solid #fffaf8;
    border-left: 0;
    border-radius: 0 50px 50px 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    color: #ffffff;
    box-shadow: none;
}


.header-tools .nav-link {
    color: #ffffff;
    font-size: 26px;
    padding: 0;
    line-height: 44px;
    position: relative;
}

.header-tools .nav-link:hover {
    color: #f0e9da;
}

.header-tools span {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.header-tools .mobil-menu {
    position: fixed !important;
    top: -2px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    border: none;
    border-radius: 0;
    padding: 0;
    overflow-x: scroll;
}

.header-mobil-tools {
    padding: 19px 0;
}

.header-mobil-tools .nav-link {
    color: #000000;
}

.header-mobil-tools .nav-link:hover {
    color: #f0552a;
}

.header-login .nav-link {
    height: 44px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 15px;
    color: #f0552a;
    background: #ffffff;
    border-radius: 44px;
    line-height: 44px;
}

.header-login .nav-link:hover {
    background: #f0e9da;
    color: #f0552a;
}

.header-navigation .navbar {
    padding: 0;
}

.header-navigation .nav-link {
    color: #f0e9da;
    font-size: 15px;
    line-height: 60px;
    padding: 0;
    text-transform: uppercase;
}

.header-navigation .nav-link:hover,
.header-navigation .nav-link .active {
    color: #f0e9da;
}

.header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

.category-or-navigation-nav .nav-item {
    width: 50%;
    background: #f7f7f7;
}

.category-or-navigation-nav .nav-link {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.category-or-navigation-nav .nav-link:hover {
    color: #f0552a;
}

.category-or-navigation-nav .nav-link.active {
    border-bottom: 3px solid #f0552a;
    margin-bottom: -1px;
}

.mobil-login {
    padding: 25px 30px;
}

.mobil-login a {
    width: 100%;
    background: #ffffff;
    border: 2px solid #f0552a;
    border-radius: 50px;
    padding: 0 25px;
    color: #f0552a;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    display: block;
}

.mobil-login a:hover {
    background: #f0552a;
    color: #000000;
}

.mobil-login i {
    margin-left: 10px;
}

.mobil-category-list {
    padding: 25px 30px;
}

.mobil-category-list a {
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
}

.mobil-category-list a:last-child {
    border-bottom: 0;
}

.header-navigation .dropdown-menu {
    width: 700px;
    padding: 0;
}

.header-category-dropdown {
    border-right: 1px solid #fffaf8;
    padding: 0 25px 0 0;
    color: #f0e9da;
    font-size: 15px;
    line-height: 60px;
    text-transform: uppercase;
}

.header-category-dropdown-mobil {
    border: 0;
    line-height: 40px;
}

.header-category-dropdown-mobil i {
    color: #ffffff;
    font-size: 24px;
}

.header-mobil-tools .header-category-dropdown-mobil i {
    color: #000000;
    
    border: 0;
    line-height: 50px;
    padding-top: 0;
    margin-left: -6px;
}
.header-category-dropdown-mobil-b {
    line-height: 47px;
}
.header-category-dropdown-mobil-b i {
    color: #000000;
}

.header-category-dropdown:hover,
.header-category-dropdown:focus {
    color: #f0e9da;
    box-shadow: none;
}

.header-category-dropdown i {
    font-size: 24px;
    margin-right: 10px;
    margin-bottom: 19px;
    vertical-align: bottom;
}

.header-category-dropdown span {
    margin: 5px 0;
}

.header-dropdown-content {
    padding: 15px;
}

.header-dropdown-content .nav-link {
    position: relative;
    border-radius: 0;
    color: #000000;
    padding: 0 12px;
    font-weight: bold;
    line-height: 32px;
    text-transform: none;
}

.header-dropdown-content .nav-link:hover {
    color: #f0552a;
}

.header-dropdown-content .nav-link.active {
    background: #f7f7f7;
    color: #f0552a;
}

.header-dropdown-content .nav-link i {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 12px;
    line-height: 32px;
}

.header-dropdown-sub-content {
    background: #f7f7f7;
    padding: 15px;
}

.header-dropdown-sub-content .nav-link {
    position: relative;
    border-radius: 0;
    color: #000000;
    padding: 0 12px;
    line-height: 32px;
    text-transform: none;
}

.header-dropdown-sub-content .nav-link:hover {
    color: #f0552a;
}

.footer-links {
    background: #ffffff;
}

.footer-links hr {
    margin: 0;
}

.footer-menus {
    padding: 70px 0 40px 0;
}

.footer-menus h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
}

.footer-menus .phone-number {
    font-size: 24px;
    color: #f0552a;
    font-weight: bold;
    line-height: 46px;
}

.footer-menus p {
    line-height: 26px;
}

.footer-menus a {
    color: #000000;
    line-height: 26px;
    display: block;
}

.footer-menus a:hover {
    color: #f0552a;
}

.footer-menus .contact a {
    height: 44px;
    background: #f0552a;
    border: 2px solid #f0552a;
    border-radius: 50px;
    padding: 0 25px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    display: inline-block;
}

.footer-menus .contact .social-fb {
    width: 44px;
    border: 2px solid #0b0b0b;
    padding: 0;
    margin-right: 10px;
    color: #0b0b0b;
    background: none;
}

.footer-menus .contact .social-fb:hover {
    background: #0b0b0b;
    color: #ffffff;
}

.footer-payments {
    font-size: 13px;
    line-height: 20px;
}

.footer-payments p {
    margin-top: 40px;
}

.footer-payments img {
    margin: 24px 0;
}

.footer-copyright {
    background: #0b0b0b;
    color: #747474;
    font-size: 14px;
    padding: 15px 0;
    line-height: 40px;
}

.footer-copyright a {
    color: #747474;
    margin-right: 15px;
}
.footer-copyright a:hover {
    color: #ffffff;
}

.content-white {
    background: #ffffff;
}

.feature-section {
    background: #efefef;
    padding: 70px 0;
}

.feature-section .logo {
    margin: 7px 0;
}

.feature-section .media-body h5 {
    font-size: 16px;
    font-weight: bold;
}

.super-title {
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}

.super-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 24px;
    margin: 8px 0;
    background: #f0552a;
    border-radius: 50px;
}

.super-title.super-title-lg {
    font-size: 32px;
    line-height: 50px;
}

.super-title.super-title-lg::before {
    height: 34px;
}

.super-title-link {
    text-align: right;
    line-height: 48px;
}

.super-title-header {
    margin-top: 55px;
    margin-bottom: 25px;
}

.feature-mini-section {
    text-align: center;
}

.feature-mini-section span {
    font-size: 13px;
    line-height: 44px;
    vertical-align: top;
}

.feature-mini-section i {
    color: #f0552a;
    font-size: 20px;
    line-height: 44px;
    padding: 0 5px 0 25px;
}

.not-found h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 40px 0;
}

@media (min-width: 768px) {
    .not-found h1 {
        font-size: 52px;
    }
}

@media (min-width: 992px) {
    .not-found h1 {
        margin: 220px 0 40px 0;
    }
}

.not-found p {
    font-size: 16px;
    margin-bottom: 40px;
}

.not-found a {
    height: 44px;
    background: #ff4900;
    border-radius: 50px;
    padding: 0 35px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block;
}

.not-found a:hover {
    background: #000000;
}

.not-found .img-bg img {
    max-height: 350px;
}

@media (min-width: 992px) {
    .not-found .img-bg {
        height: 680px;
        background: url("/assets/images/404.png") center right no-repeat;
    }
}

.image-title {
    background: #efefef;
    background-size: cover;
    color: #000000;
    padding: 120px 0;
}

.image-title h1 {
    font-size: 52px;
    font-weight: bold;
}

.image-title p {
    font-size: 16px;
}

.about-content {
    padding: 70px 0 140px 0;
}

.about-content p {
    font-size: 14px;
    text-align: justify;
}

.page-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 30px 0 20px 0;
    margin: 0;
    font-size: 12px;
    color: #939393;
    text-transform: uppercase;
}

.page-breadcrumb .breadcrumb a {
    color: #000000;
}

.page-breadcrumb .breadcrumb a:hover {
    color: #f0552a;
}

.super-nav .nav-item {
    color: #000000;
    font-size: 16px;
    padding: 8px 10px 15px 10px;
    line-height: 30px;
}

.super-nav .nav-item:hover {
    color: #f0552a;
}
@media screen and (max-width: 800px) {
    .super-nav {
        display: none;
    }
    .super-title-link {
        display: none;
    }
    
}


.super-nav .nav-link.active {
    background: none;
    border-bottom: 3px solid #f0552a;
    border-radius: unset;
    color: #000000;
}

.item-main-section .item-list {
    margin-top: 45px;
    margin-bottom: 30px;
}

.item-main-section .more-item {
    margin-top: 45px;
    margin-bottom: 55px;
    text-align: center;
}

.item-main-section .more-item a {
    border: 2px solid #f0552a;
    border-radius: 50px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    text-transform: uppercase;
    display: inline-block;
}

.item-main-section .more-item a:hover {
    background: #f0552a;
    color: #ffffff;
}

.shop-item {
    position: relative;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-bottom: 15px;
}

.shop-item:hover {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 15px #e5e5e5;
}

.shop-item .image-block {
    height: 305px;
    text-align: center;
    padding: 25px;
    line-height: 255px;
}

.shop-item:hover .image-block {
    margin-bottom: -59px;
}

.shop-item .image-block img {
    max-width: 100%;
    max-height: 100%;
}

.shop-item .add-favorite {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    line-height: 18px;
}

.shop-item .add-favorite a {
    color: #a1a1a1;
}

.shop-item .add-favorite a:hover {
    color: #f0552a;
}

.shop-item .action-flag {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #f0552a;
    border-radius: 5px 0 50px 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 25px 0 10px;
    line-height: 30px;
    text-transform: uppercase;
}

.shop-item .item-info {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin: 0 25px 25px 25px;
    z-index: 1;
}

.shop-item:hover .item-info {
    padding: 25px 25px 0 25px;
    margin: 0 0 25px 0;
}

.shop-item .item-info h2 {
    color: #000000;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    overflow-y: auto;
}

.shop-item .item-info h2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.shop-item .item-info h2::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

.shop-item .item-info h2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
	background-color: #b3b3b3;
}


.shop-item .item-info h3 {
    color: #f0552a;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 15px 0 0 0;
}

.shop-item .item-info .action-price,
.shop-item .item-info .action-percent {
    color: #939393;
    padding-left: 8px;
    font-size: 12px;
    font-weight: normal;
}

.shop-item .item-info .action-price {
    text-decoration: line-through;
}

.shop-item .item-info .more-detail {
    width: 100%;
    background: #f0552a;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    display: none;
}

.shop-item:hover .item-info .more-detail {
    display: inline-block;
}

.shop-item .item-info .more-detail:hover {
    background: #000000;
}

.item-list-section .item-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.item-list-section .more-item {
    margin-top: 45px;
    margin-bottom: 55px;
    text-align: center;
}

.item-list-section .more-item a {
    border: 2px solid #f0552a;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 3px;
    width: 40px;
    text-transform: uppercase;
    display: inline-block;
}

.item-list-section .more-item a:hover {
    background: #f0552a;
    color: #ffffff;
}

.item-list-section .more-item .item-counter {
    color: #939393;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}

.item-list-section .item-filter {
    background: #ffe4e4;
    border-radius: 50px;
    color: #f0552a;
    padding: 0 15px;
    margin: 9px 0 9px 10px;
    line-height: 30px;
    display: inline-block;
}

.item-list-section .item-filter i {
    margin-left: 10px;
}

.item-list-filter {
    background: #f1f1f1;
    padding: 25px 0;
}

.item-list-filter .form-control {
    height: 50px;
    font-size: 13px;
    line-height: 50px;
}

.item-list-filter .btn-group {
    width: 100%;
}

.item-list-filter .filter-dd-button {
    position: relative;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    color: #000000;
    line-height: 40px;
}

.item-list-filter .filter-dd-button i {
    position: absolute;
    top: 11px;
    left: 15px;
    color: #939393;
    font-size: 18px;
    line-height: 30px;
}


#form-filters .select2-container {
    height: 40px !important;
}
#form-filters .select2-container .select2-selection--single  {
    border-color: #ced4da !important;
    border-radius: 3px !important;
    height: 40px !important;
}
#form-filters  .select2-container--default .select2-selection__rendered {
    line-height: 40px !important;
}
#form-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
#form-filters .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 38px !important;
    display: none;
}
.form-filters-like {
    position: relative;
}
.form-filters-like .select2-container {
    height: 40px !important;
}
.form-filters-like .select2-container .select2-selection--single  {
    border-color: #ced4da !important;
    border-radius: 3px !important;
    height: 40px !important;
}
.form-filters-like  .select2-container--default .select2-selection__rendered {
    line-height: 40px !important;
}
.form-filters-like .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
.form-filters-like .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 38px !important;
    display: none;
}
.item-list-title .item-counter {
    color: #939393;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-left: 15px;
}


.item-preview {
    padding: 40px 0 100px 0;
}

.item-preview .shop-item {
    border: 1px solid #d4d4d4;
}

.item-description {
    background: #ffffff;
    border-radius: 10px;
    padding: 1px 25px;
}

@media (min-width: 768px) {
    .item-description {
        padding: 1px 50px;
    }
}

.item-description article {
    margin: 50px 0;
}

.item-description h2 {
    margin-bottom: 35px;
}

.item-description p {
    font-size: 14px;
    text-align: justify;
}

.item-description img {
    margin-top: 30px;
}

.item-description .item-question {
    font-size: 15px;
}

.item-description .item-question i {
    width: 40px;
    height: 40px;
    background: #f0552a;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    display: inline-block;
}

.item-description .item-question a {
    width: 100%;
    background: #fffaf8;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.item-description .item-question a:hover {
    background: #000000;
}

.item-detail .detail-panel h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
}

.item-detail .detail-panel .item-rating {
    color: #d0d0d0;
    margin-bottom: 5px;
}

.item-detail .detail-panel .item-rating span {
    color: #939393;
    margin-left: 5px;
}

.item-detail .detail-panel .social-sites {
    text-align: right;
}

.item-detail .detail-panel .social-sites i {
    margin-left: 12px;
}

.item-detail .detail-panel .social-sites a {
    color: #000000;
}

.item-detail .detail-panel .item-locations {
    margin: 25px 0;
}

.item-detail .detail-panel .item-location {
    position: relative;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 13px;
    margin: 5px 0;
}

.item-detail .detail-panel .item-location .type-logo i {
    width: 38px;
    height: 38px;
    color: #939393;
    background: #ffffff;
    border-radius: 50px;
    line-height: 38px;
    text-align: center;
}

.item-detail .detail-panel .item-location .location-title {
    padding: 2px 20px;
}

.item-detail .detail-panel .item-location h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 16px;
}

.item-detail .detail-panel .item-location span {
    font-size: 11px;
    line-height: 16px;
}
.item-detail .detail-panel .item-location .order-info {
    color: green;
    padding: 20px;
    
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 600px) {
    .item-detail .detail-panel .item-location .order-info {
        position: absolute;
        top: 13px;
        padding: 0px;
        right: 20px;
        line-height: 38px;
        width: auto;
        text-align: initial;
    }
}
.item-detail .detail-panel .item-location .order-info i {
    margin-right: 5px;
}

.item-detail .detail-panel .price-info {

}

.item-detail .detail-panel .price-info h4 {
    font-size: 12px;
    margin-bottom: 0;
}

.item-detail .detail-panel .price-info span {
    text-decoration: line-through;
}

.item-detail .detail-panel .price-info h3 {
    color: #f0552a;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}

.item-detail .detail-panel .add-favorite {
    text-align: right;
}

.item-detail .detail-panel .add-favorite i {
    margin: 20px 6px 0 0;
}

.item-detail .detail-panel .add-cart button {
    width: 100%;
    background: #ff4900;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
}

.item-detail .detail-panel .add-cart button:hover {
    background: #000000;
}

.item-detail .detail-panel .add-cart i {
    margin-right: 5px;
}

.buy-feature {
    margin-bottom: 45px;
}

.buy-feature .feature-icon {
    width: 30px;
    font-size: 18px;
}

.buy-feature .feature-info h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.buy-feature .feature-info span {
    color: #939393;
}

.alert-success {
    background: #ffe4e4;
    border: 0;
    color: #f0552a;
}

.contact .category-logo {
    width: 70px;
    height: 70px;
    background: #f0552a;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    line-height: 70px;
    margin-right: 30px;
}

.contact h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 0;
}
.contact p {
    font-size: 13px;
    line-height: 22px;
}

.facebook-button {
    background: #3b5999;
    border-radius: 5px;
    color: #ffffff;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
}

.facebook-button i {
    font-size: 22px;
    float: left;
}

.contact .mail-send {
    background: #ff4900;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 0 25px;
    line-height: 54px;
    text-transform: uppercase;
}

.item-added-cart {

}

.item-added-cart .modal-header h5 {
    font-weight: bold;
}

.item-added-cart .modal-header i {
    color: #f0552a;
    margin-right: 10px;
}

.item-added-cart .modal-body {
    padding: 0;
}

.item-added-cart .modal-footer {
    border-top: 0;
}

.item-added-cart .item-added {
    position: relative;
    padding: 25px;
}

.item-added-cart .item-added .image-block {
    padding: 10px;
    display: block;
}

@media (min-width: 576px) {
    .item-added-cart .item-added .image-block {
        width: 125px;
        height: 125px;
        border: 1px solid #939393;
        margin-right: 15px;
        float: left;
    }
}

.item-added-cart .item-added .image-block img {
    max-width: 100%;
    max-height: 100%;
}

.item-added-cart .item-added .item-title {
    height: 70px;
}

.item-added-cart .item-added .item-title h3 {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
}

.item-added-cart .item-added .item-title h3:hover {
    color: #f0552a;
}

.item-added-cart .item-added .item-count {
    width: 100px;
    margin-top: 15px;
    display: inline-block;
}

.item-added-cart .item-added .item-price {
    text-align: right;
    color: #f0552a;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 15px;
}

.item-added-cart .item-added .item-price .price-discount {
    color: #939393;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

.item-added-cart .item-added .item-price .price-discount span {
    margin-right: 8px;
    text-decoration: line-through;
}

.item-added-cart .cart-summary {
    position: relative;
    background: #f7f7f7;
    padding: 0 25px;
    line-height: 32px;
}

.item-added-cart .cart-summary span {
    position: absolute;
    top: 0;
    right: 25px;
    line-height: 32px;
}

.item-added-cart .return-to-shopping {
    width: 100%;
    border: 2px solid #f0552a;
    border-radius: 5px;
    color: #f0552a;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}

.item-added-cart .return-to-shopping:hover {
    background: #f0552a;
    color: #ffffff;
}

.item-added-cart .go-to-order {
    width: 100%;
    background: #ff4900;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    line-height: 42px;
    margin: 0;
    text-transform: uppercase;
}

.item-added-cart .go-to-order:hover {
    background: #000000;
}



.product_viewmain {
    margin-top: 40px;
}
.product_view {
    margin: 15px;
}
.product_viewbox {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 5px;
    height: 370px;
    position: relative;
    cursor: pointer;
}
.product_view:hover {
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.product_viewbox_cover {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
}
.product_viewtitle {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f0552a;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
}
.product_viewbox_play {
    width: 120px;
    height: 82px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.product_viewbox_play .fas {
    color: #ff0000;
    font-size: 40px;
    background: white;
    border-radius: 100%;
    margin: 0;
    padding: 22px;
    text-align: center;
}

.product_viewbox_play2 {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.product_viewbox_play2 .fas {


    color: #f0552a;
    font-size: 40px;
    background: white;
    border-radius: 100%;
    margin: 0;
    padding: 22px;
    text-align: center;

}

.modalframe {
    width: 100%;
    height: 400px;
    border: 0;

}

.multiple-select2-container .select2-results__option .wrap:before{
    font-family:fontAwesome;
    color:#999;
    content:"\f096";
    width:25px;
    height:25px;
    padding-right: 10px;

}
.multiple-select2-container .select2-results__option[aria-selected=true] .wrap:before{
    content:"\f14a";
}


.page-item .page-link {
    border-color: #f0552a;
    color: #f0552a;
}
.page-item.active .page-link {
    background-color: #f0552a;
    border-color: #f0552a;
}


.suggest-box {
    display: none;
    position: absolute;
    top: 44px;
    left: 30px;
    width: 510px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 0px 10px 30px rgba(0,0,0,.3);
    z-index: 99999999;
    background-color: #fff;

    padding: 6px 0;
    border-radius: 5px;
    padding-bottom: 10px;
}
.suggest-box-fix {
    position: relative;
    top: 10px !important;
    left: 0;
    right: 0;
    max-height: 1000000px;
    width: 100%;
    overflow-y: auto;
    box-shadow: 0px 0 0 rgba(0,0,0,.3);
}
.suggest-box div {
    margin-top: 5px;
}
.suggest-box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.suggest-box::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.suggest-box::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
	background-color: #b3b3b3;
}



.suggest-list {
    
}

.suggest-list li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0px 5px 0px 0px;
}

.suggest-list li:hover {
    cursor: pointer;
    background-color: #e8fcfb;
}

.suggest-image {
    display: inline;
}

.suggest-image img {
    max-height: 50px;
    width: auto;
}

.suggest-title {
    margin-left: 15px;
    display: inline-block;
    overflow: hidden;
    color: #444;

    line-height: 17px;
    padding-top: 10px;
}

a.suggest-title:hover {
    margin-left: 15px;
    display: inline-block;
    overflow: hidden;
    width: 300px;
    color: #444;
}

@media (max-width: 991px) {

    .suggest-box {
        top: 50px;
    }

    .suggest-title {
        width: 200px;
    }
    
}

@media screen and (min-width: 600px) {
    .filter_col {
        max-width: 270px;
    }
}
@media screen and (max-width: 600px) {
    .filter_col {
        margin-top: 10px;
    }
    
    .img-mobile-logo-box {
        display: block;
        line-height: 60px;
        padding-right: 2px;
    }
    .form-filters-like {
        margin-bottom: 10px;
    }
}



.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") !important;
    filter: grayscale(1)  !important;
    background-size: cover  !important;
    width: 13px !important;
    height: 22px !important;
    margin-top: -11px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") !important;
    filter: grayscale(1)  !important;
    background-size: cover !important;
    width: 13px !important;
    height: 22px !important;
    margin-top: -11px !important;
}
@media screen and (min-width: 1000px) {
    .termek_imagebox .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        width: 100% !important;
    }

    .termek_imagebox .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        width: 100% !important;
    }
}

.elfogyott_badge {
    position: absolute;
    top: 40%;
    left: -50%;
    right: -50%;
    background: rgb(119 119 119 / 61%);
    color: white;
    padding: 10px 0;
    width: 200%;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}



.pagination li {

}
.pagination li.active {
    
}
.pagination li.active a {
    border: 2px solid #0b0b0b;
    background: #0b0b0b;
    color: white;

}
.pagination {
    justify-content: center;
}
.pagination li.active a:hover {
    border: 2px solid #5f5f5f;
    background: #5f5f5f;
    color: white;

}


#errorResult .alert-danger {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.row_szines .row:nth-child(2n) {
  /*  background: #f3f3f3;*/
}
.row_szines {
    padding: 2px 18px;
    line-height: 29px;
}

.sames_buttons {
    padding: 5px;
    display: inline-block;
    min-width: 34px;
    min-height: 34px;
    border: 3px solid #f0552a;
    border-radius: 17px;
    margin: 0 3px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.swiper-button-white {
    outline: none;

}