a:focus,
button:focus,
input:focus {
  outline: none;
}

body {
    /*background: linear-gradient(180deg, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);*/
    background-color: #eee;
    background-repeat: repeat;
    min-height: 100%;
}

.main_menu nav {
    border: 0 !important;
    /*border-bottom: 2px solid rgba(255,146,10,1) !important;*/
    /* background: url("/image/catalog/bg.png"); */
    background-color: #fff;
}

#logo {
    max-height: 60px;
    margin: 0;
}

.menu_nav {
    font-family: Arial, sans-serif;
    text-transform: uppercase !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    color: #222222;
    border: 2px solid #eee !important;
    background: #eee;
    border-radius: 10px;
    padding: 1px;
    flex-direction: row;
}

.menu_nav li:first-child {
    margin-left: 0.5em;
    margin-right: 0.25em;
}

.menu_nav li:last-child {
    margin-left: 0.25em;
    margin-right: 0.5em;
}

.menu_nav li a:hover {
    color: rgba(255,146,10,1) !important;
}

.menu_nav a {
    color: #222222 !important;
    padding: 9px 5px 7px 5px;
}

#cart {
    width: auto !important;
    margin: 0px 0px 0px 1.3em;
}

#cart > .btn::after {
    content: none !important;
}

#cart > .btn > span {
    position: relative;
    left: -15px;
    top: -19px;
    background-color: rgb(84, 204, 104);
    font-size: 13px;
    height: 20px;
    display: inline-block;
    padding: 1px 0 0 0;
    border-radius: 10px;
    color: #fff;
    margin-right: -20px;
    padding: 1px 6.5px 0 6.5px;
}

#cart .btn {
    padding: 2px;
    border: 0;
    border-radius: 10px;
    width: auto !important;
    flex: 0;
    background-color: #fff !important;
    color: #000 !important;
    outline: none !important;
}

#cart > .btn, #cart > .btn > i {
    font-size: 36px !important;
}

#cart .dropdown-menu {
    min-width: 30rem !important;
    right: 0 !important;
    left: initial !important;
}

#cart .btn-danger {
    color: rgb(200, 0, 0) !important;
    border: 0 !important;
    background-color: #fff !important;
    background-image: none !important;
}

#cart td {
    border: 0;
}

.header_area {
    margin: 0px 0px 20px 0px;
}

.trn-product-layout {
    max-width: 1110px;
    border-radius: 10px;
    background-color: #fff;
}

#content {
    padding: 15px !important;
}

#content .nav-tabs {
    background-color: #eee;
    border-radius: 10px 0 0 0;
    border-bottom: 1px solid rgba(255,146,10,1);
    margin: 0;
}

#content .nav-tabs li {
    height: auto;
    width: auto;
}

#content .nav-tabs li a {
    font-size: 1.2em;
    padding: 10px 15px;
    display: block;
}

#content .nav-tabs li:first-child a {
    border-radius: 10px 0 0 0;
}

#content .nav-tabs li:last-child a {
    border-radius: 0 10px 0 0;
}

#content .nav-tabs li a.active {
    background-color: rgba(255,146,10,1);
    border-radius: 10px 10px 0 0;
    color: #fff;
}

#content .tab-content {
    /* border-top: 0;
    border-right: 1px;
    border-bottom: 1px;
    border-left: 1px;
    border-style: solid;
    border-radius: 0 0 10px 10px;
    border-color: rgba(255,146,10,1); */
    padding: 10px;
} 

.breadcrumb {
    background-color: #fff !important;
    border: 1px solid #fff;
}

.breadcrumb li:last-child:after {
    border: 0;
}

.breadcrumb li:first-child a {
    color: rgba(255,146,10,1) !important;
}

.product-thumb {
    background-color: #fff;
}

.alert .close {
    padding: 0;
    top: 6px;
    right: 10px;
}

footer {
    border: 0;
}



.catalog {
    background-color: #fff;
    margin-top: 50px;
    width: 100%;
    padding: 0 !important;
}

.catalog .search {
    border-bottom: 2px solid rgba(255,146,10,1) !important;
    display: flex;
    align-items: center;
    justify-content: stretch;
    height: 60px;
    padding: 0;
    margin: 0;
}

.catalog .search input[type="text"] {
    border: 0;
    flex: 1 1 100%;
    font-size: 30px;
    padding: 7.5px 15px;
}

.catalog .search span {
    font-size: 30px;
    margin: 0 10px;
    cursor: pointer;
}

.trn-items-nav-container {
    width: 100%;
    background-image: url("../images/pattern.png");;
}

.trn-items-nav {
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 0;
}

.trn-items-nav li {
    height: 100%;
    background-color: rgba(255,146,10,0.7);
}

.trn-items-nav li a {
    padding: 0 15px;
    display: flex;
    align-content: center;
    align-items: center;
    height: 50px;
    font-size: 18px;
    color: #fff;
    transition: all 0.2s;
}

.trn-items-nav li.catalog-menu a {
    background-color: #f8d06a;/*rgb(255,186,10);*/
    color: #000;
}

.trn-items-nav li.open.catalog-menu a {
    background-color: #fff;
}

.trn-items-nav li.search-block {
    margin-left: auto;
}

.trn-items-nav li.search-block a {
    background-color: #f8d06a;/*rgb(255,186,10);*/
    color: #000;
    padding: 0 16px 0 20px;
}

.trn-items-nav li.open.search-block a {
    background-color: #fff;
}

.trn-items-nav li a:hover {
    background-color: #fff;
    color: rgba(255,146,10,1);
}

.trn-items-nav li a i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: bottom;
    line-height: 0.9;
}

.catalog-nav-container {
    display: none;
}

.catalog-nav-container .backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
}

.catalog-nav-container.open {
    display: block;
}

.catalog-nav-container .catalog-nav {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start
}

.catalog-nav {
    max-width: 1110px;
    position: absolute;
    z-index: 100;
}

.catalog-nav .category {
    display: flex;
    flex-direction: column;
    max-width: 255px;
    align-content: center;
}

/* .catalog-nav .category li:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #346bad;
    margin: 10px 0 0 -5px;
} */


.list-group a, .list-group a:visited, .list-group a:active {
    color: #666666;
}

a, a:visited, a:active {
    color: #4499ff;
}

a:hover {
    color: rgba(255,175,75,1);
}

.catalog-nav .category ul {
    list-style-type: none;
    padding: 0;
    margin: 0 10px 10px 10px;
}

.catalog-nav .category ul li a:before {
    font-size: 18px;
    margin: 7px 0;
}

.catalog-nav .category ul li a {
    color: #4f5c70;
    transition: 0ms;
    font-size: 15px;
    padding: 5px 10px;
    display: block;
}

.catalog-nav .category ul li a:hover {
    background-color: #eee;
    color: #000 !important;
}

.catalog-nav .category ul li.category-header a {
    font-size: 20px !important;
}

.catalog-nav .category ul li.category-header {
    text-align: center;
    margin: 10px 0 10px 0;
}

.catalog-nav .category ul li.category-header a {
    font-weight: 500;
    color: #346bad; /*4499ff*/
    transition: 0ms;
}

.catalog-nav .category ul li.category-header a:hover {
    font-weight: 500;
    color: rgb(255, 139, 30); /*4499ff*/
}

.catalog-nav .category ul li.category-header:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    margin: 8px 0 0 5px;
    border: 5px solid transparent;
    border-left-color: #346bad;
}

.catalog-nav .category ul li.category-header:hover:after {
    border-left-color: rgb(255, 139, 30);
}


#content {
    background-color: #fff;
    border-radius: .25rem;
}

#content label {
    font-size: 15px;
    padding: 4px 10px 0 0;
}

.main-content {
    padding-right: 15px;
}

#column-left .list-group a, #column-left .list-group a:active, #column-left .list-group a:visited {
    font-size: 14px;
    color: #666666;
    border: 0 !important;
}

#column-left .list-group a.active {
    color: #fff;
    background: rgba(255,146,10,1);
    border: 1px solid #DDDDDD;
    text-shadow: none;
}

#column-left .list-group a:hover {
    background: rgba(255,175,75,1);
    text-shadow: none;
}

.btn-primary {
    background-color: rgba(255,146,10,1) !important;
    color: #fff !important;
    background-image: none !important;
    border: 0;
    text-shadow: none;
}

.btn-primary:hover {
    background-color: rgb(255, 167, 59) !important;
}

.product-thumb .caption {
    padding-top: 20px;
}

.btn-default {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
}



#content .subcategories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content .subcategories ul li {
    padding: 2px 0;
    font-size: 13px;
}

#content .subcategories ul li a {
    padding: 3px 5px;
}

#content .subcategories ul li.active a {
    background-color: #eee;
}



.homepage {
    background: none !important;
}

.homepage h3 {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: .25rem;
    display: inline-block;
}

.trn-search {
    padding: 0 15px;
    margin-bottom: 10px;
	height: 40px;
}

.trn-search span button {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border: 0 !important;
    outline: none !important;
    text-shadow: none !important;
    height: 40px;
    background-color: rgb(255, 167, 59);
    color: #fff;
    padding: 10px 15px !important;
}

.trn-search input, .trn-search input:active {
    border-radius: 0.25rem 0 0 0.25rem;
    text-shadow: none;
    outline: none;
    outline-style: none;
    outline-width: 0;
	line-height: 20px;
    padding: 0 10px;
    font-size: 20px !important;
    height: 100%;
}


.trn-product-main-info {
    border-radius: .25rem;
    background-color: #eee;
    color: #000;
    padding: 20px;
    font-size: 15px;
}

.trn-product-main-info li {
    margin: 5px 0;
}

.trn-product-price {
    border-radius: .5rem .5rem 0 0;
    background-color: rgb(84, 204, 104);
    color: #fff;
    padding: 20px;
    font-size: 15px;
    margin-bottom: 0;
}

.trn-product-price h2 {
    text-align: center;
    font-size: 70px;
    color: #fff;
    margin-bottom: 0;
}

.trn-product-price h2 .currency {
    font-size: 25px;
    margin-left: -10px;
}

.trn-product-price h2 .kop {
    font-size: 50px;
}

.trn-product-price h2 .kop .currency {
    font-size: 18px;
    margin-left: -5px;
}

.trn-product-price li {
    margin: 5px 0;
}

.trn-product-price .old-price {
    text-decoration: line-through;
    text-align: center;
    display: block;
    font-size: 20px;
}

.trn-product-buy {
    border-radius: 0 0 .25rem .25rem;
    background-color: #eee;
    color: #000;
    padding: 10px 20px 20px 20px;
}

.trn-product-buy button {
    background-color: rgb(84, 204, 104) !important;
}

.trn-product-buy button:hover {
    background-color: rgba(84, 204, 104, 0.8) !important;
}

.trn-product-options {
    padding: 0 20px 20px 20px;
    background-color: rgb(84, 204, 104);
    color: #fff;
}

.trn-product-options h3 {
    color: #fff;
}

.trn-product-options .form-group {
    margin-bottom: 0;
}

.lang-change {
    line-height: 20px;    
    border: 2px solid #eee !important;
    border-radius: 10px;
    width: auto !important;
    flex: 0;
    background-color: #eee !important;
    color: #000 !important;
    outline: none !important;
    padding: 7.5px;
    margin-right: 1rem;
}

.btn-link, .btn-link:hover, .btn-link:active {
    text-decoration: none !important;
}

.lang-change i {
    padding: 0 5px 0 3px;
}

.lang-change i::before {
    font-size: 23px !important;
    vertical-align: sub !important;
}

.lang-change span {
    font-size: 15px;
    color: #000;
    font-family: Roboto, sans-serif;
}

.lang-change::after {
    color: #000;
}

.lang-change + ul button {
    text-align: left;
    font-size: 15px;
}

.lang-change + ul button:hover {
    text-decoration: none;
    background-color: #eee;
}

.lang-change + ul button > img {
    height: 15px;
    vertical-align: middle;
    margin-right: 2px;
}

.btn {
    box-shadow: none !important;
}

.trn-product-related-header {
    display: block;
    margin: 20px 20px;
}

.trn-product-related {
    width: 100%;
    margin: 0 5px 20px 5px;
}

#cart ul {
    background-color: #fff !important;
}

#cart table td {
    vertical-align: middle !important;
}


.main-home {
    display: flex;
    padding: 15px;
    flex-direction: column;
    background-color: #f8d06a;/*rgb(255,186,10);*/
    margin-top: -35px;
    margin-bottom: 20px;
    align-items: center;
}

.main-home h1 {
    color: #fff;
    padding: 0 15px 5px 15px;
}

.main-home input {
    border: 0;
}

.main-home button {
    background-color: #eee !important;
    color: #000 !important;
}

.main-home .category {
    background-color: #fff;
    padding: 0;
    margin: 10px;
    border-radius: .25rem;
    align-self: flex-start;
}

.main-home .category ul {
    margin: 0;
    list-style-type: none;
    padding: 10px 30px;
    font-size: 15px;
}

.main-home .category ul li {
    margin: 10px 0;
}

.main-categories {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}


.trn-cart-name {
    font-size: 15px;
}

.trn-cart-total {
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.trn-cart-links {
    display: flex;
    margin: 0;
    justify-content: space-between;
}

.trn-cart-links a {
    margin: 10px;
    padding: 10px 15px;
    border: 1px solid #eee;
    font-size: 13px;
}

.trn-cart-links a:last-child {
    margin-right: 0;
    background-color: rgba(255,186,10,1);
    color: #fff;
}

.trn-cart-quantity {
    font-size: 15px;
}

.trn-cart-amount {
    font-size: 15px;
}


.product-thumb .price {
    font-size: 25px;
}

.mobile {
    display: none;
}

.non-mobile {
    display: flex;
}

.mobile-min {
    display: none !important;
}

.non-mobile-min {
    display: flex;
}

.right-header {
    display: flex !important;
    flex-basis: auto;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

#content .subcategories .col-sm-3 {
    padding-right: 0 !important;
}

@media only screen and (max-width: 440px) {
    .main-home h1 {
        font-size: 1.2rem !important;
    }

    #common-home {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-nav-container .catalog-nav {
        left: 0;
    }

    .main-content {
        padding-right: 0;
    }

    #content .subcategories ul li {
        padding: 0;
        display: inline-block;
        margin: 5px 0;
    }

    #content .subcategories ul li a {
        padding: 5px 10px;
    }

    #content .subcategories .col-sm-3 {
        display: inline-block !important;
    }
    
    .right-header {
        justify-content: space-between;
    }

    .right-header > .ml-auto:first-child {
        margin-left: 0 !important;
    }
}

#common-home {
    max-width: 1170px !important;
}

.breadcrumb li {
    font-size: 15px;
}

.breadcrumb li:first-child a i {
    font-size: 20px;
}

.trn-product-content .thumbnails  {
    margin-bottom: 20px !important;
}

.caption .price {
    margin-bottom: 10px;
}

.caption .trn-discount {
    margin-bottom: 0;
    font-size: 14px;
}

.pagination li a {
    padding: 5px 10px;
    background-color: rgba(255,146,10,0.3);
    border: 1px solid rgba(255,146,10,1);
    color: #000;
    margin: 0;
}

.pagination li a:hover {
    background-color: rgba(255,146,10,0.8);
}

.pagination li span {
    padding: 5px 10px;
    background-color: rgba(255,146,10,1);
    border: 1px solid rgba(255,146,10,1);
    color: #fff;
    font-weight: bold;
}

.product-layout.product-list {
    width: 100%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 440px) {

    #product-category .main-content {
        flex-direction: column-reverse;
    }

    #product-category .main-content #column-left {
        margin-top: 20px;
    }

    #product-product .main-content #column-left {
        margin-top: 20px;
    }

    .trn-items-nav li {
        background-color: unset;
    }

    .trn-items-nav li a > span {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .trn-items-nav li a {
        padding: 0 7px;
    }
    
    .trn-items-nav li a > span span.text {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px;
    }

    .trn-items-nav li  a > span i {
        margin: 3px 0 2px 0;
    }

    .trn-items-nav-container {
        background: none;
        background-color: rgba(255,146,10,0.7);
    }

    .main-categories .category {
        width: 100%;
    }

    #cart .dropdown-menu {
        min-width: 90vw !important;
    }

    .mobile-min {
        display: flex !important;
    }

    .non-mobile-min {
        display: none !important;
    }

    .trn-product-content {
        flex-direction: column-reverse;
    }

    .trn-product-price {
        padding: 0 0 5px 0;
    }

    .trn-product-price li {
        text-align: center;
    }

    .trn-product-layout {
        margin: 0 !important;
        padding: 5px !important;
    }

    .header_area {
        margin: 0 !important;
    }

    .main-home {
        margin-top: 0 !important;
    }

    #content.homepage {
        padding-top: 0 !important;
    }

    .trn-items-nav {
        justify-content: space-between !important;
    }

    .trn-items-nav .search-block {
        margin-left: 0 !important;
    }

    #product-product {
        padding: 0 !important;
    }

    #product-search {
        padding: 0 !important;
    }
    
    #product-category #content, #product-product #content, #product-search #content, #account-register #content, #account-login #content {
        padding: 10px !important;
    }

    #product-search #content h1 {
        font-size: 20px !important;
    }

    #information-information .breadcrumb, #information-contact .breadcrumb, #product-search .breadcrumb, #account-register .breadcrumb, #account-login .breadcrumb {
        display: none;
    }

    #information-information #content, #information-contact #content {
        padding: 10px !important;
    }
}


@media only screen and (max-width: 570px) {
    #product-search #button-search {
        width: 100%;
        margin-top: 5px;
    }

    #product-search #trn-category-id {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {
    #trn-product {
        min-width: 100%;
    }

    .main-home .main-categories .category, .trn-product-layout {
        width: 100% !important;
    }

    .trn-search-panel > div {
        padding: 0 0 0 15px !important;
    }
}

@media only screen and (max-width: 767px),  only screen and (max-width: 991px),  only screen and (max-width: 1199px) {
    .trn-items-nav-container .container:first-child {
        padding: 0;
    }

    .trn-search-panel {
        margin: 0 0 10px -15px;
    }

    .trn-search-panel > div {
        padding: 0 0 0 5px;
    }

    .trn-search-panel > div:first-child {
        padding: 0 0 0 15px !important;
    }

    #product-category #content {
        padding: 10px !important;
    }

    #product-product #content {
        padding: 10px !important;
    }

    #product-search #content {
        padding: 10px !important;
    }

    #account-register #content {
        padding: 10px !important;
    }

    #account-login #content {
        padding: 10px !important;
    }

    #product-search #content {
        padding: 10px 
    }

    .catalog-nav-container .catalog-nav {
        left: 0;
    }

    #common-home {
        padding-left: 0;
        padding-right: 0;
        max-width: 100% !important;    
    }

    #content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container {
        max-width: 100% !important;
    }

    .product-thumb .button-group button:first-child span {
        display: none;
    }

    .product-thumb .price {
        font-size: 15px;
    }

    .right-header {
        flex-basis: 0;
    }

    .mobile {
        display: flex;
    }

    .non-mobile {
        display: none !important;
    }

    .main-home .main-categories .category {
        width: 22.5%;
        font-size: 15px;
    }
}


#trn-address div {
    display: none;
}

#trn-address div.selected {
    display: block;
}


.flat_flat_np {
    background-color: rgba(228, 21, 27, 0.75);
    color: #fff;
    padding: 15px 20px;
    margin: 20px 0;
}

.flat_flat_np .title {
    font-size: 1.5em;
}

.flat_flat_np .title img {
    width: 30px;
    vertical-align: middle;
}

.flat_flat_np label {
    display: block;
}

.flat_flat_np select {
    display: block;
    margin-top: 10px;
    padding: 7px 5px;
}

.flat_flat_np input[type=text] {
    margin: 10px 0;
    border: 1px solid #000;
    width: 100%;
    padding: 5px;
    font-size: 1.5em;
}

.pickup_pickup {
    background-color: rgba(255,146,10,0.35);
    color: #000;
    padding: 15px 20px;
    margin: 20px 0;
    font-size: 15px;
}

.pickup_pickup .title {
    font-size: 1.5em;
    display: block;
    margin-bottom: 10px;
}

.flat_flat_it {
    background-color: #FFBE00;
    color: #fff;
    padding: 15px 20px;
    margin: 20px 0;
    font-size: 15px;
}

.flat_flat_it .title {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.flat_flat_it input {
    padding: 5px 10px;
    margin: 10px 0;
    font-size: 15px;
    width: 100%;
}

.trn-filter-group {
    background-color: #fff;
    padding: 5px 10px 10px 10px;
    margin-bottom: 10px;
}

.trn-filter-group-name {
    font-size: 15px;
}

.trn-filter-name {
    font-size: 13px;
}

.trn-filter-name + .dropdown {
    margin-bottom: 5px;
    width: 100% !important;
}

#list-view {
    border: 0;
}

#grid-view {
    border: 0;
}

.button-filter {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    border: 0;
    padding: 7px;
    text-align: center;
}

.send-filter {
    background-color: rgba(255,146,10,1);
    color: #fff;
}

.cancel-filter {
    background-color: #eee;
    color: #000;
    margin-top: 2px !important;
}

.tooltip { 
    display: none;
}