body,
label {
    font-weight: 400;
}

#menu,
#top {
    min-height: 40px;
}

#menu,
.bottom-footer,
.contacts-facebook,
.four-footer {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.product-thumb .button-group {
    overflow: auto;
}

#menu .nav > li > a,
.btn {
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

.fa {
    font-size: 14px;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

.input-group .dropdown-menu,
.input-group .popover,
.input-group input,
.input-group select,
h5,
input[type="text"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].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,
select.form-control,
textarea.form-control {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
    color: #f27d0c;
}

legend {
    font-size: 18px;
    padding: 7px 0;
}

label {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

span.hidden-lg,
span.hidden-md,
span.hidden-sm,
span.hidden-xs {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: "* ";
    color: red;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    top: 4px;
}

#top #currency .currency-select:hover,
.dropdown-menu li > a:hover {
    color: #fff;
    background-color: #ee7f00;
    background-image: none;
    background-repeat: no-repeat;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
}

#top #currency .currency-select {
    text-align: left;
}

#top #currency .currency-select:hover {
    text-shadow: none;
}

#top .btn-link,
#top-links a,
#top-links li {
    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;
}


#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 100%;
}

#menu .btn-navbar,
#menu .see-all:focus,
#menu .see-all:hover {
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#cart .dropdown-menu li > div {
    min-width: 360px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }

    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

#menu,
.alert {
    margin-bottom: 0;
}

#menu {
    background-color: #242424;
    border: 1px solid #fff;
    border-radius: 0;
}

#menu .nav > li > a {
    color: #fff;
    padding: 10px 15px;
    min-height: 15px;
    background-color: transparent;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

#menu .dropdown-inner a,
#menu .see-all {
    font-size: 12px;
    padding: 3px 20px;
    display: block;
}

#menu .nav > li {
    border-left: 1px solid #fff;
}

#menu .nav > li:hover {
    background-color: #f27d0c;
}

#menu .nav > li:first-of-type {
    border-left: 0;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    clear: both;
    line-height: 20px;
    color: #333;
}

#menu .dropdown-inner li a:hover {
    color: #fff;
}

#menu .see-all {
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
}

#menu .see-all:focus,
#menu .see-all:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    border-color: #1f90bb #1f90bb #145e7a;
}

footer a:hover,
footer h5 {
    color: #fff;
}

#menu .btn-navbar.disabled,
#menu .btn-navbar:active,
#menu .btn-navbar:focus,
#menu .btn-navbar:hover,
#menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .related-products .price span {
        margin-top: 2px !important;
        margin-left: 0;
    }

    .related-products .price span.price-old{
        position: relative;
        left: 0;
    }


    #menu .dropdown-inner,
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer h5 {
    font-size: 13px;
}

.alert {
    padding: 8px 14px;
    /* margin-top: 20px; */
    margin: 0px 0 20px;
}

.pagination {
    margin: 0;
}

.buttons {
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
}

.btn {
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:hover,
.btn-danger[disabled],
.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:hover,
.btn-success[disabled],
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:hover,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.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, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7;
}

.btn-danger,
.btn-primary,
.btn-success,
.btn-warning {
    color: #fff;
    background-repeat: repeat-x;
}

.btn-danger,
.btn-info,
.btn-inverse,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:hover,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-color: #f89406 #f89406 #ad6704;
}

.btn-danger {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-color: #bd362f #bd362f #802420;
}

.btn-success {
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-color: #51a351 #51a351 #387038;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #fff;
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
}

.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:hover,
.btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111);
}

.list-group a {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff;
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.carousel-control .icon-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: "\f054";
    font-family: FontAwesome;
}

.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;
        margin-right: 15px;
    }
}

.product-thumb .caption {
    min-height: 84px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.product-list .product-thumb .caption {
    margin-left: 265px;
}

@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-list .product-thumb .button-group {
    float: left;
}

.add_to_wishlist {
    background-color: transparent !important;
}

.product-list .product-thumb .button-group > button:nth-child(2) {
    padding-left: 2px;
}

.product-list .product-thumb .button-group > button:nth-child(1) {
    margin-left: 0 !important;
}

.product-list .name {
    width: 100% !important;
    float: left;
}

.product-list .name a {
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3c8bb6;
    width: auto !important;
    height: auto;
    font-weight: 700;
    float: left;
}

.product-grid .name a {
    padding: 0 22px;
}

.product-list .name a:hover {
    color: #f27d0c;
}

.product-list .description {
    padding: 15px 0 10px;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 100%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #fff;
    color: #888;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    transition: color 0.2s, background-color 0.2s;
}

#cart ul.dropdown-menu,
#cart > .btn,
#search input {
    font-style: normal;
    text-transform: none;
}

.product-thumb .button-group button:hover {
    text-decoration: none;
    cursor: pointer;
}

.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;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #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-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-3:nth-child(4n + 1),
    #content .col-sm-4:nth-child(3n + 1),
    #content .col-sm-6:nth-child(2n + 1) {
        clear: left;
    }
}

@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,
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

.input-group .form-control[name^="quantity"] {
    min-width: 50px;
}

#top .btn-link,
#top-links a,
#top-links li {
    text-align: center;
    display: block;
    float: left;
    margin-left: 10px;
    color: #000;
    line-height: 14px;
}

#top-links a i {
    font-size: 16px;
    color: #000;
}

#top-links a:hover {
    color: #f27d0c !important;
}

#top {
    background-color: transparent;
    border-bottom: 0 solid #e2e2e2;
    margin: 0 0 5px;
}

#cart,
#search {
    margin-top: 20px;
}

#search input {
    font-weight: 400;
    font-size: 13px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}


#cart a {
    color: inherit;
    border: none;
    font-size: inherit;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: table;
    text-shadow: none;
}

#cart.hover ul.dropdown-menu {
    display: block;
}

#cart ul.dropdown-menu {
    font-weight: 400;
    font-size: 13px;
    min-width: 360px;
    min-height: 125px;
    padding: 0;
    margin-top: 0;
    text-align: center;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}


header #cart .btn.btn-inverse.btn-block {
    line-height: 40px;

}


.navbar-collapse {
    padding: 0;
}

.orange-menu {
    background: #f85032;
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
}

.menu-container {
    margin-top: 10px;
}

.adsmart_search .adsmart_info_msg.no_results {
    text-align: left !important;
    padding: 8px 17px 8px 10px !important;
}


#content h2 {
    line-height: 16px;
}

.category-info {
    margin-bottom: 20px;
    display: inline-block;
}

.product-filter {
    background-color: #242424;
}

#mfilter-content-container .dark-background select,
#mfilter-content-container .row.filt select {
    height: 30px;
    border: 2px solid #ed7f00 !important;
    margin-top: 2px;
}

.btn-group #grid-view,
.btn-group #list-view {
    color: #666 !important;
    background: 0 0;
    border: none;
    text-shadow: none;
    box-shadow: none;
    font-size: 12px;
    padding: 2px 6px 0;
}

.btn-group #grid-view:hover,
.btn-group #list-view:hover {
    color: #f27d0c !important;
    background: 0 0 !important;
}

.btn-group #grid-view.active,
.btn-group #list-view.active {
    color: #f27d0c !important;
}

.btn-group #grid-view:focus,
.btn-group #list-view:focus {
    border: none;
    outline: 0;
}

#mfilter-content-container > div > div > label {
    color: #333;
    padding-top: 6px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-group #grid-view .fa,
.btn-group #list-view .fa {
    font-size: 19px;
}

#slideshow0 {
    width: 100%;
}

#slideshow0 .owl-wrapper-outer {
    border: none;
    box-shadow: none;
}

.homepage-banners {
    width: 100%;
}

.homepage-banners .ael {
    float: left;
    width: 50%;
    display: flex;
}

.homepage-banners img {
    width: 100%;
    height: 185px;
    margin-bottom: 8px;
}

#slideshow0 .owl-pagination {
    display: none;
}

#column-right {
    padding: 0 20px 20px 0;
    float: right;
}

.account-register p {
    margin-bottom: 10px;
}

.login-content > div {
    width: 48%;
    position: relative;
    padding: 15px;
    min-height: 345px;
}

.login-boxes {
    min-height: 273px;
    position: relative;
}

.account-login .login-boxes form {
    margin-top: 13px;
}

.login-boxes .top_line {
    position: absolute;
    bottom: 0;
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 14px;
    padding-top: 14px;
    clear: both;
}


.btn {
    color: #fff;
    font-size: 13px;
    background: #f85032;
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
    padding: 0 12px;
    border: 0;
    line-height: 32px;
    background-color: transparent;
    display: inline-block;
    -webkit-appearance: none;
    text-align: center;
}

.login-boxes .top_line .btn-primary:hover {
    background: #f27d0c !important;
}

.forgotten-pass-link {
    position: relative;
    top: 7px;
    font-size: 13px;
    text-decoration: underline;
}

.forgotten-pass-link:hover {
    color: #f27d0c;
    text-decoration: underline;
}

.caption .price,
.product-grid-item .price,
.product-grid-item .price-new {
    font-weight: 700;
    font-size: 15px;
}

.caption .grid-desc,
.product-thumb .button-group > button:nth-child(3) {
    display: none;
}

.product-thumb.transition {
    text-align: center;
}

.product-layout.product-grid {
    text-align: center;
    margin-bottom: 20px;
}

.product-thumb .button-group > button:nth-child(1) {
    background: #f85032;
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    color: #fff;
    width: 80px;
    float: none;
    display: block;
    margin: 0 auto !important;
}

.caption .price,
.product-grid-item .price,
.product-grid-item .price-new,
.product-thumb .button-group > button:nth-child(2) {
    text-transform: none;
    color: #333745;
    font-style: normal;
}

.product-thumb .button-group > button:nth-child(2) {
    font-weight: 400;
    font-size: 10px;
}

.product-thumb .button-group > button:nth-child(2) .fa {
    font-size: 12px;
    padding-right: 5px;
}

.product-thumb .button-group > button:nth-child(1):hover {
    background: #f27d0c;
}

.product-thumb .button-group > button:nth-child(1) .fa {
    font-size: 20px;
    margin-right: 5px;
}

.product-thumb .button-group > button:nth-child(1) span {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.four-footer {
    background-color: #242424;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.four-footer .fa {
    color: #f02f17;
    font-size: 30px;
    background: #fff;
    text-align: center;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    padding-top: 14px;
    border-radius: 50%;
    float: left;
}

.four-footer span {
    padding-top: 11px !important;
    float: left;
    width: 185px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

footer .col-sm-3 a {
    color: #828282;
    transition: color 0.2s;
}

footer .col-sm-3 a:hover {
    color: #f27d0c;
}

footer .col-sm-3 ul {
    padding: 0;
}

footer .col-sm-3 li {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 29px;
}

.col-sm-3 .fa-map-marker {
    color: #2bb0e3;
}

.fa-phone {
    color: #dd0017;
}

footer .col-sm-3 .fa {
    font-size: 22px;
    padding-right: 0px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}

.contacts-facebook {
    background: #fff !important;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
    margin-top: 20px;
    padding: 14px;
}

.contacts-facebook .fa {
    color: #1879cd;
    font-size: 35px;
    float: left;
}

.contacts-text {
    font-size: 13px;
    text-transform: none;
    color: #000;
    float: left;
    line-height: 37px;
    margin-left: 20px;
}

#product #button-cart,
h1.product-title {
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
}

footer a .contacts-text:hover {
    color: #ea2349;
}

.contacts-facebook a {
    display: block;
    width: 256px;
    margin: 0 auto;
}

.contacts-facebook a i {
    font-size: 20px;
    color: inherit;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-right: 0 !important;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 39px;
    transition: background-color 0.2s;
}

.contacts-facebook a i:hover {
    animation: shake 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0);
    }
    20%,
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.bottom-footer {
    background-color: #f4f4f4;
}

footer .payments {
    float: right;
}

.bottom-footer .container {
    padding: 12px 0;
}


#supermenu .name a.nname,
#supermenu ul li div .withimage .child-level a,
.nav-tabs a,
.nav-tabs li a {
    font-weight: 400;
}

#product #button-cart .fa {
    padding-right: 10px;
    font-size: 22px;
}

#product #input-quantity {
    float: left;
    width: 70px;
    text-align: center;
    height: 40px;
}

.quantity-product {
    float: left;
    width: 174px;
}

.quantity-product .input-group-btn {
    float: left;
    width: auto;
}

.quantity-left-minus,
.quantity-right-plus {
    background: #343745;
    border: none;
    border-radius: 0;
    width: 52px;
    height: 40px;
}

.quantity-left-minus:hover,
.quantity-right-plus:hover {
    background-color: #f27d0c;
}

#product .btn-group {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px;
}

#product .btn-group .btn-default {
    background: #000;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: #fff;
    width: 100%;
}

#product .btn-group .btn-default .fa {
    padding-right: 6px;
}

body #content .list-unstyled .product-price h2 {
    background-color: #fff !important;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    text-transform: none;
    margin: 0;
}

.product-page .list-unstyled {
    margin-bottom: 1px;
    background: #fff;
    padding: 10px;
}

.quick_checkout_form .phone_body,
.quick_checkout_form .phone_head {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.quick_checkout_form {
    background: #fff;
    border: 1px solid #13507d;
    padding: 5px 10px 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #000;
}

.quick_checkout_form .phone_head {
    color: red;
}

.quick_checkout_form .name_qc,
.quick_checkout_form .phone_qc {
    position: relative;
    float: left;
    width: 50%;
}

#modal_content {
    float: left;
}

.quick_checkout_form input {
    margin: 5px 0;
    max-width: 210px;
    width: 100%;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 2px 10px 2px 30px;
    font-size: 13px;
    max-height: 40px !important;
    min-height: 40px !important;
    overflow-y: visible;
}

.quick_checkout_form .phone_qc input {
    margin-left: 6px;
}

.quick_checkout_form input[type="text"] {
    padding-left: 30px;
}

.quick_checkout_form .button {
    max-width: 100%;
    background: #24a5ff;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s;
}

.quick_checkout_form .button:hover {
    background: #f27d0c !important;
}

.quick_checkout_form p {
    margin-bottom: 2px;
    font-weight: 700;
}

.quick_checkout_form .input-icon {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    top: 19px;
    left: 12px;
    color: gray;
}

.common-home #home > h3,
.common-home #profile > h3,
.scrollToTop,
.sub_child .show_item_on_hover {
    display: none;
}

#fast_checkout {
    float: left;
    margin-top: 10px;
}

.nav-tabs a.selected,
.nav-tabs a:hover,
.nav-tabs li a:hover,
.nav-tabs li.active a {
    color: #fff;
    background-color: #f27d0c;
    border: none;
}

.nav-tabs a,
.nav-tabs li a {
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #333745;
    box-shadow: inset 0 -3px 6px -2px rgba(0, 0, 0, 0.5);
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
    line-height: 37px;
    float: left;
    margin-right: 0;
    border: none;
    border-radius: 0;
}

.no-padding-left,
.no-padding-left-right {
    padding-left: 0 !important;
}

.no-padding-left-right,
.no-padding-right {
    padding-right: 0 !important;
}

.common-home .nav-tabs > li {
    width: 50%;
}

.common-home .nav-tabs > li a {
    width: 100%;
}

.product-single {
    background: #fafafa;
}

#supermenu,
.content-shadow,
.has-shadow {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

#supermenu.alt1 ul li a.tll {
    text-transform: uppercase;
}

.no-margin {
    margin: 0;
}

.no-left-right-padding-menu {
    margin-left: -15px;
    margin-right: -15px;
}

.dark-background {
    background-color: #242424;
}

#supermenu {
    margin-bottom: 0 !important;
}


.home-slider-and-banners {
    position: relative;
    padding: 0;
}

.scrollToTop {
    position: fixed;
    z-index: 99;
    right: 5px;
    bottom: 0;
    padding: 8px;
    cursor: pointer;
}

.scrollToTop :before {
    font-size: 45px;
    color: #f27d0c;
}

.scrollToTop :hover:before {
    color: #737373;
    cursor: pointer;
}

.sticky-nav_clear {
    position: relative;
}

.bigdiv > div:first-child {
    overflow-y: overlay;
    height: 380px;
}

.sub_child:hover .show_item_on_hover {
    display: block;
    position: absolute;
    top: 1px;
    left: 10px;
}

#supermenu ul li div .withimage .name a {
    white-space: nowrap;
    overflow: hidden;
}

#supermenu ul li div .withimage {
    position: relative;
    width: 120px !important;
    text-align: center;
}

#supermenu .name a.nname {
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 5px;
}

#supermenu .name:hover {
    color: #fff;
}

#supermenu ul li div .withimage .name a:hover {
    text-decoration: none !important;
    color: #f27d0c !important;
    background-color: transparent;
}

#supermenu ul li div .withimage .child-level a {
    text-decoration: none;
    color: #3c8bb6 !important;
    font-style: normal;
    font-size: 13px !important;
    text-transform: none;
    padding: 3px 0;
    line-height: 18px;
    display: block;
}

#carousel0 > div.owl-wrapper-outer > div > div > div:hover > a::before,
.list-group a:before {
    font-family: FontAwesome;
    font-weight: 400;
    text-decoration: inherit;
    font-style: normal;
}

#supermenu ul li div .withimage .child-level a:hover {
    color: #ea2349 !important;
}

#supermenu ul li div .withimage .child-level a i:before {
    font-size: 10px;
}

.content-border-radius {
    border-radius: 5px;
}

.owl-controls .owl-page {
    margin: 0 4px !important;
}

.owl-controls .owl-page.active span {
    background-color: #f27d0c !important;
}

.owl-controls.clickable .owl-page:hover span {
    background-color: #ea2349 !important;
}

#carousel0 {
    float: left;
    margin-top: 20px;
}

#carousel0 .owl-item {
    height: 196px;
}

#carousel0 div div .owl-item div a img {
    margin: 0 auto;
    border-width: 2px;
    border-radius: 3px;
    border-style: solid;
    border-color: #f27d0c;
    opacity: 1;
    transition: all 0.2s;
    box-shadow: inset 0 0 0 1000px rgba(242, 125, 12, 0.7);
}

#carousel0 > div.owl-wrapper-outer > div > div > div:hover > a::before {
    content: "\f0c1" !important;
    position: absolute !important;
    top: 47% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    color: #f27d0c;
    font-size: 40px;
}

#carousel0 > div.owl-wrapper-outer > div > div > div:hover > a::after {
    content: "" !important;
    background: rgba(242, 125, 12, 0.12) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    width: 354px;
    margin: 0 auto;
}

#carousel0 .owl-wrapper-outer {
    height: 210px !important;
    box-shadow: none !important;
}

#carousel0 .owl-buttons {
    display: none;
}

#carousel0 .owl-pagination {
    top: 10px;
}

.container-home-padding-top {
    padding-top: 20px;
}

#home-cats .row {
    padding: 10px;
}

.row.gr {
    background: #f7f7f7;
}

.list-group-item {
    margin-bottom: 0 !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

.list-group a {
    transition: background-color 0.2s, color 0.2s;
}

.list-group a:hover {
    color: #ea2349;
    background: #fff;
}

.list-group a:before {
    display: none;
    position: relative;
    float: left;
    margin-right: 5px;
    content: "\f054";
    font-size: 9px;
    color: #a9b8c0;
}

#compare-total,
.category-description,
.pagination .results {
    font-family: "Roboto", sans-serif;
}

#content > h1 {
    margin-top: 0;
}

#input-email {
    border: 1px solid #e4e4e4;
}

.form-horizontal .control-label {
    text-align: left;
    font-size: 13px;
}

.account-order .table-bordered > tbody > tr > td,
.wish-table > tbody > tr > td,
.wish-table > thead > tr > td {
    text-align: center;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e4e4e4;
    padding: 8px;
    width: 100%;
    transition: all 0.2s;
    font-size: 13px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08);
}

fieldset,
legend {
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 5px;
}

.list-unstyled {
    padding-left: 10px;
    line-height: 23px;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
    border: none;
}

.account-order .table-bordered > tbody > tr > td,
.account-order .table-bordered > tbody > tr > th,
.account-order .table-bordered > tfoot > tr > td,
.account-order .table-bordered > thead > tr > td,
.account-order .table-bordered > thead > tr > th,
.account-order-info .table-bordered > tbody > tr > td,
.account-order-info .table-bordered > tbody > tr > th,
.account-order-info .table-bordered > tfoot > tr > td,
.account-order-info .table-bordered > tfoot > tr > th,
.account-order-info .table-bordered > thead > tr > td,
.account-order-info .table-bordered > thead > tr > th,
.account-ordero .table-bordered > tfoot > tr > th {
    border: 1px solid #ddd;
}

.account-order-info .table tfoot td {
    color: #ea2349;
}

.account-address table {
    border: none;
    border-bottom: 1px solid #e4e4e4;
}

p {
    margin: 0;
}

#content > table.wish-table button.btn-primary,
.table a.btn-primary {
    background: #428bca !important;
}

#content > table.wish-table button.btn-primary:hover,
.table a.btn-primary:hover {
    background: #2964ca !important;
}

#content > table.wish-table a.btn-danger,
.table a.btn-danger {
    background: #ea2e49 !important;
}

.table > thead > tr > td,
.wish-table > thead > tr > td {
    background: #242424 !important;
    color: #fff;
    font-weight: 700;
}

.account-transaction .table > thead > tr > td {
    border-right: 1px solid #fff;
}

.btn-info {
    color: #fff;
    background: #428bca !important;
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
    background-image: none;
    background-color: #2964ca !important;
}

#user_ballance,
#user_reward_points {
    margin-bottom: 10px;
}

.pagination {
    display: block;
    margin-bottom: 20px;
}

.pagination .results {
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    margin-top: 3px;
}

.account-transaction #content > div.table-responsive > table > tbody > tr > td.text-center,
.account-transaction #content > div.table-responsive > table > thead > tr > td.text-right {
    text-align: left;
}

.information-contact .map-button {
    color: #fff;
    background: #f85032 !important;
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(248, 80, 50, 1) 0, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%) !important;
}

.information-contact .map-button:hover {
    background: #f27d0c !important;
}

.information-contact .map-button .fa-map-marker {
    color: #fff;
}

.information-contact address {
    font-style: italic;
}

#compare-total,
.category-description,
.product-page-instock {
    font-style: normal;
    text-transform: none;
}

.form-group textarea {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e4e4e4;
    padding: 8px;
}

#content,
.search-result-container {
    padding-bottom: 20px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.product-search #mfilter-content-container label.heading-label {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 700;
}

.product-search #mfilter-content-container select.form-control {
    width: 100% !important;
}

.product-search #mfilter-content-container label.checkbox-inline {
    color: #333745;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, 0.075);
}

.borded-head tr td {
    border-right: 1px solid #ccc !important;
}

#compare-total {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    transition: all 0.2s;
    line-height: 33px;
    display: none;
}

#compare-total:hover {
    color: #f27d0c;
}

.product-grid .description {
    display: none;
}

.product-layout.product-list {
    background-color: #f4f4f4;
    margin-bottom: 20px;
    padding: 10px;
}

.product-layout.product-list:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.content-padding {
    padding: 20px 20px 0;
}

.category-description {
    font-weight: 400;
    font-size: 16px;
    clear: both;
}

.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    border-color: inherit;
    padding: 1px 10px;
    font-weight: 700;

}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    border: none;
    padding: 1px 6px;
    margin-left: 5px;
    font-weight: 700;
    border-radius: 50%;
    background-color: #ff922a;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    font-family: inherit;
    margin-right: 4px;
    transition: all 0.2s;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 50% !important;
    padding: 1px;
}


.product-page-instock {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #339965;
}

#login_view .login-btn-group .btn {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    text-transform: uppercase;
}

#d_quickcheckout .table-bordered > tbody > tr > td,
#d_quickcheckout .table-bordered > tbody > tr > th,
#d_quickcheckout .table-bordered > tfoot > tr > td,
#d_quickcheckout .table-bordered > tfoot > tr > th,
#d_quickcheckout .table-bordered > thead > tr > td,
#d_quickcheckout .table-bordered > thead > tr > th {
    vertical-align: inherit !important;
}

#d_quickcheckout .form-horizontal .control-label {
    text-align: left !important;
}

#home-cats h2 span {
    font-size: 0.8em;
}

#home-cats .categories_links img {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-bottom: 16px;
}

#home-cats .categories_links img:hover {
    border: 1px solid #ff922a;
}

@media screen and (min-width: 1024px) {

    #product .form-group #button-cart, #product .form-group #button-cart-check-options {
        margin-left: 0px;
    }

    #carousel0 .owl-item,
    #slideshow0 .owl-item {
        min-width: 0%;
    }

    .owl-wrapper {
        min-width: 300%;
    }
}

@media screen and (min-width: 700px) and (max-width: 1023px) {
    .tbfd {
        width: 33%;
        display: inline-block;
        float: left;
        padding: 10px 1%;
    }

    .tbfld4,
    .tbfld3 {
        display: none;
    }

    .popff {
        max-width: 96%;
        width: 100%;
    }

    #content div#product_information_2 {
        clear: none;
    }

    #product_information_2 li.stock-li a#nalichnost-po-magazini-b {
        font-size: 13px;
    }

    .product-page ul.list-unstyled.manus li {
        min-height: 118px;
    }
}

@media screen and (max-width: 699px) {

    .tbfd {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 5px 1%;
    }

    .tbfld4,
    .tbfld3,
    .tbfld2,
    .tbfld1 {
        display: none;
    }

    .popff {
        max-width: 92%;
        width: 100%;
    }

    img.poppic {
        margin: 0px auto;
        width: 180px;
        padding: 20px;
        display: inherit;
    }

    .product-page .list-unstyled.product-price-product-page {
        width: 49%;
    }

    .sizetablesspan span {
        display: inherit;
    }

    #product .form-group #button-cart {
        margin-left: 5px;
    }

    .product-page .related-products .row {
        display: inline-block;
        width: 100%;
    }

    #product_information_2 li.stock-li {
        display: inline-block;
        position: absolute;
        bottom: -170px;
        border: 1px solid #666;
        border-radius: 8px;
        width: 100%;
        padding: 8px 2%;
    }

    #product_information_2 li.manufacturer-product-page {
        width: 48%;
        float: right;
        border: 1px solid #666;
        border-radius: 8px;
        margin-left: 2%;
        margin-bottom: 90px;
    }

    #product #bnp-button.bnpkredit {
        margin: 10px 0;
    }

    #product .options hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .undertabs .row {
        max-width: 100%;
        margin-right: 1%;
        margin-left: 1%;
    }

    .rating.atscu a {
        display: inline-block;
    }

    .product-page .related-products {
        padding-top: 1px;
    }

    .product-page .related-products h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .stock-li.mob {
        padding: 10px;
        text-align: center;
        border: 1px solid #666;
        border-radius: 8px;
        display: inline-block;
    }

    span#product_is_available_int,
    span#product_is_available_in {
        margin-top: 12px;
    }

    .stock-left {
        margin-bottom: 0px !important;
    }

    .form-group.desktop-add-to-cart .add-to-cart button#button-cart {
        font-size: 14px !important;
    }

    ul.breadcrumb a span {
        display: inline-block;
    }
}

@media screen and (max-width: 699px) and (min-width: 380px) {
    span#product_is_available_int,
    span#product_is_available_in {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .popff {
        max-width: 940px;
    }
}

@media screen and (min-width: 1200px) {
    .popff {
        max-width: 1110px;
    }

    #featuredproduct .product-layout,
    .homeline .product-layout,
    .homeline .col-lg-3,
    .related-products .col-lg-3 {
        width: 100%;
        margin: 0px;
        display: inline-block;
    }
}

.product-page div.required .control-label:before {
    content: "";
}

.undertabs .nav-tabs > li.active > a,
.undertabs .nav-tabs > li.active > a:focus {
    color: #000;
}


@media screen and (min-width: 700px) {
    img.poppic {
        width: 180px;
        padding: 20px;
        float: left;
    }

    #product_information_1 {
        float: right;
    }


    li.manufacturer-product-page img.Img {
        max-height: 76px;
    }

    li.stock-li .stock-left {
        margin-bottom: 0px;
    }

    li.stock-li {
        min-height: 98px;
    }

    #bnp-button.bnpkredit {
        float: left;
        width: -webkit-calc(100% - 174px);
        width: -moz-calc(100% - 174px);
        width: calc(100% - 174px);
    }

    #product .btn-group {
        width: 174px;
        clear: none;
    }

    .undertabs #content {
        width: 75%;
        float: left;
    }


    .nav-tabs a.selected,
    .nav-tabs a:hover,
    .nav-tabs li a:hover,
    .nav-tabs li.active a {
        background: #f4f4f4;
        color: #000;
        font-weight: bold;
    }

    .inv {
        display: none;
    }

    .stock-li.mob {
        display: none;
    }
}

#product-page-instock-m,
#product-page-instock {
    display: none;
}

.Box.Border #Brand-Container .Brand-Logo {
    position: relative;
    width: auto;
    left: auto;
    margin-bottom: 12px;
}

.Box.Border #Brand-Container {
    font-size: 16px;
    font-family: Roboto;
    line-height: 33px;
    padding-left: 0;
    text-align: left;
}

.nav-tabs a,
.nav-tabs li a {
    width: 100%;
    line-height: 1.4;
    padding: 10px 0;
}

#product .form-group.mobile-add-to-cart {
    margin-bottom: 0px;
}

#product .btn-group .btn-default {
    color: #ee7f00;
    background: #fff;
    box-shadow: none;
}

#bnp-button .bnp_txt {
    text-align: center;
}

#product .form-group #button-cart {
    background: #8cbe1a;
}

#bnp-button.bnpkredit {
    background: #ee7f1d;
    border: 0px;
    box-shadow: none;
}

li.stock-li a#nalichnost-po-magazini-b {
    background: none;
    color: #000;
    text-align: left;
    font-size: 12px;
    line-height: 1.4em;
    padding: 0px;
}

span#product_is_available_int,
span#product_is_available_in {
    display: inline-block !important;
    color: #000;
    margin-top: 8px;
}

span#product_is_not_available_in {
    display: inline-block;
    color: #f6583d;
    background: #fff;
    padding: 6px;
}

span#product-page-instock.dif {
    font-size: 12px !important;
    padding: 0px !important;
    line-height: 1.4em;
}

.choiselink {
    float: right;
    text-align: left;
    width: 48%;
    text-decoration: underline;
}


.sizetablesspan,
.tbfd {
    cursor: pointer;
}

.popff {
    display: none;
}

.popff.closedpp {
    display: block;
}

.popff {
    position: fixed;
    z-index: 999;
    background: #fff;
    border: 1px solid;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0px;
}

.popttl {
    background: #000;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.exedexit {
    color: #fff;
    padding: 2px 5px;
    right: 5px;
    cursor: pointer;
    position: absolute;
}

.popff p {
    padding: 20px;
}

.container.has-shadow.product-single.norow {
    padding: 0px;
    margin-bottom: 10px;
}


#product_information_1 h1.product-title {
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 0px;
}

#product_information_1 .product-model {
    float: left;
    padding: 0 10px;
}

.indescr {
    padding: 0 10px;
    margin-bottom: 10px;
    display: none;
}

.product-single.wht {
    background: #fff;
    box-shadow: none;
}


li.info-data-text {
    display: none;
}


a#nalichnost-po-magazini-b.dif,
a#nalichnost-po-magazini-b-m.dif {
    display: none;
}

span#product-page-instock.dif {
    display: block;
    font-size: 1.2em;
    text-align: left;
    padding: 14px 0;
}


#featuredproduct .product-thumb.transition img.img-responsive,
.homeline .product-thumb.transition img.img-responsive,
.related-products .product-thumb.transition img.img-responsive {
    max-width: 60%;
}


.homeline .product-layout,
.related-products .product-layout {
    background: #fff;
    padding-top: 5px;
}

.undertabs {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 12px;
    width: 100%;
}

a[name] {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.incontent table {
    width: 99%;
}

#featuredproduct,
#specialproduct,
#relatedproduct {
    margin: 0 0 20px;
}

.size-content {
    position: fixed;
    z-index: 999;
    background: #f2f2f2;
    border: 1px solid;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 5px;
    padding-top: 30px;
}

.size-table table td {
    min-width: 80px;
    text-align: center;
    padding: 3px 4px;
}

.size-content h2 {
    position: absolute;
    margin: 0;
    left: 0px;
    top: 0px;
    font-size: 14px;
    background: #000;
    padding: 4px 12px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.sizediv {
    display: none;
}

.sizediv.closedpp {
    display: block;
}

.kol9 td {
    width: 11%;
}

.kol5 td {
    width: 20%;
}

.kol4 td {
    width: 25%;
}

.size-content .exedexit {
    top: 0px;
}

.size-table table td {
    background: #ed7e00;
    color: #fff;
    border: 1px solid;
}

.size-table table tr.row-even td {
    background: #ed9800;
}

#tab-description iframe {
    max-width: 100%;
}

#product .form-group.desktop-add-to-cart {
    margin-bottom: 0px !important;
    padding-bottom: 4px !important;
}

#specialproduct,
#relatedproduct {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

@media screen and (min-width: 1001px) {
    .size-pic {
        float: left;
        display: inline-block;
    }

    .size-table {
        max-width: 79%;
        float: right;
        display: inline-block;
    }

    .incontent {
        min-width: 1000px;
    }

    .size-table img {
        margin-right: 5px;
    }

}


@media screen and (max-width: 1600px) {
    .blog-blog .article-info h2 a {
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media screen and (max-width: 1440px) {
    .easy-blog .panel.panel-default.qrtDesign{
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .size-pic {
        text-align: center;
    }

    .size-content {
        max-width: 95%;
        width: 85%;
    }

    .size-table span {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    /*.tbfd p {
        min-height: 30px;
        line-height: 30px;
    } */
    .breadcrumb > li span {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 420px) {
    .size-table table {
        overflow-x: auto;
    }

    .incontent {
        max-height: 475px;
        overflow-y: auto;
    }

    .size-table img {
        display: inherit;
        margin: 0 auto;
    }
}

@media screen and (max-width: 330px) {
    .incontent {
        max-height: 385px !important;
    }

    #product #button-cart .fa {
        display: none;
    }

    #product .form-group #button-cart {
        font-size: 1em;
    }
}

.a2a_s__default.a2a_s_instagram,
.a2a_s__default.a2a_s_pinterest,
.a2a_s__default.a2a_s_google_plus,
.a2a_s__default.a2a_s_twitter,
.a2a_s__default.a2a_s_facebook {
    background-color: #ccc !important;
}

.a2a_s__default.a2a_s_facebook:hover {
    background-color: rgb(59, 89, 152) !important;
}

.a2a_s__default.a2a_s_twitter:hover {
    background-color: rgb(85, 172, 238) !important;
}

.a2a_s__default.a2a_s_google_plus:hover {
    background-color: rgb(221, 75, 57) !important;
}

.a2a_s__default.a2a_s_pinterest:hover {
    background-color: rgb(189, 8, 28) !important;
}

.a2a_s__default.a2a_s_instagram:hover {
    background-color: rgb(202, 224, 255) !important;
}

#product_information_2 ul.list-unstyled.manus {
    position: relative;
}

#product .btn-group button#product-page-add-to-wishlist:hover {
    background: #fff !important;
    text-decoration: underline;
    color: #ef9733 !important;
}

#product #bnp-button:hover .bnp_txt span,
#product #bnp-button:hover h4,
#product #bnp-button:hover .bnp_txt,
#product #bnp-button:hover {
    background: #ef9733;
    color: #fff;
}

.add-to-cart .btn:hover {
    color: #fff;
    background: #7aa21e !important;
}

.a2a_default_style a:hover .a2a_svg,
.a2a_floating_style a:hover .a2a_svg,
.a2a_overlay_style a:hover .a2a_svg svg {
    opacity: 1 !important;
}

.product-page #product #content center {
    padding-top: 16px;
}

/* Cart */


.cart-new {
    background: #fafafa;
    margin-bottom: 10px;
}

.account-wishlist #content h2,
.account-address-edit #content h2,
.account-address #content h2,
.account-account #content h2,
.content-login-type #content h1,
.content-login-type #content h2,
.content-login-type fieldset legend,
body.account-login div#content.login-padding-l-r h2,
.cart-new-content #content h1 {
    padding: 8px 0;
    margin-top: 0;
    background: none;
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 100% */
}

.cart-new-content .table > thead > tr > td,
.cart-new-content .wish-table > thead > tr > td {
    background: #ee7f00 !important;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border: 1px solid;
    font-size: 1.4em;
}

.cart-new-content .table-bordered {
    border: 0px;
}

.cart-new-content .table-bordered td {
    border: 1px solid #ddd;
    text-align: center;
}

.cart-new-content .table-bordered td .input-group {
    margin: 0 auto;
}

.cart-new-content .table-bordered td .input-group button.btn.btn-primary {
    background: #4199cc;
}

.cart-new-content img.img-thumbnail {
    border: 0px;
}

.row.cart-new-content #content h2 {
    background: #ee7f00;
}

.row.cart-new-content .panel-heading {
    background: #ffffff;
    color: #aaa;
}

.row.cart-new-content .panel-heading h4.panel-title:before {
    content: url(/image/npd/cart-tecket-icona.png);
    margin-right: 5px;
    display: inline-block;
    position: absolute;
}

input#button-coupon,
input#button-voucher {
    background: #3dc230;
}

.row.cart-new-content .panel-heading h4.panel-title {
    position: relative;
}

.row.cart-new-content .panel-heading h4.panel-title a {
    padding-left: 28px;
}

.cart-new-content .table-bordered.red-totals tr {
    color: #000;
    border: 1px solid #ddd;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08);
    font-weight: normal;
}

.cart-new-content .table-bordered.red-totals tr td {
    border: 0px;
    text-align: unset;
}

.cart-new-content .table-bordered.red-totals tr td.text-right {
    text-align: right;
}

.cart-new-content .table-bordered.red-totals tr.greyed {
    background: #efefef;
    color: #ee7f00;
}

.buttons.cart-choises {
    padding: 15px 0;
}

.buttons.cart-choises .pull-left a.btn.btn-default {
    background: #ee7f00;
    font-size: 14px;
    font-weight: bold;
    padding: 0 11px;
}

.buttons.cart-choises .pull-right a.btn {
    background: #3dc230;
    font-size: 15px;
    font-weight: bold;
}

.container.norow {
    padding: 0px;
}

.row.check-cont,
.row.cart-new-content {
    padding: 0 12px;
}

.product-single .alert.alert-success {
    background: #fff;
    border-color: #ee7f00;
    text-align: center;
}

span.scsttl {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #ee7f00;
}

span.sctxt {
    color: #000;
    font-weight: bold;
}

a.checkcart {
    display: inline-block;
    margin: 6px;
    padding: 3px 12px;
    color: #fff;
    background: #8cbe1a;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
}

a.checkcart:hover {
    background: #ee7f00;
}
.product-single .alert.alert-success a.checkcart,
.product-single .alert.alert-success button.close {
    width: 50% !important;
    min-height: 38px !important;
}
.product-single .alert.alert-success button.close {
    margin: 0 6px;
    padding: 3px 12px;
    color: #fff;
    background: #ee7f00;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 6px;
    font-size: 1em;
    display: inline-block;
    float: none;
    opacity: 1;
    line-height: 1.3;
    width: 126px;
}

/* Check Out */

.check-new .breadcrumb {
    margin-bottom: 10px;
}

@media screen and (min-width: 400px) {
    .check-new-cont #d_quickcheckout .btn-group-justified > .btn-group .btn {
        width: 94%;
        margin: 0 3% !important;
    }

    #login_view {
        width: 75%;
        display: inline-block;
        float: left;
    }

    #login_social_login {
        width: 25%;
        float: left;
    }

    .qc-step {
        display: inline-block;
        width: 100%;
    }

    span.mobicocont {
        width: 19%;
    }
}

span.mobicocont {
    display: inline-block;
    text-align: center;
    margin-bottom: 16px;
}

.check-new-cont #d_quickcheckout .panel {
    border: 0px;
    box-shadow: none;
}

#payment_address_heading_heading,
.check-new-cont #d_quickcheckout .panel .panel-heading {
    color: #ff922a;
    background-color: #ffffff;
    border-bottom: 0px;
}

#payment_address_heading_heading,
.check-new-cont #d_quickcheckout .panel .panel-heading h4.panel-title {
    text-transform: uppercase;
    font-weight: 700;
}

.check-new-cont .table > thead > tr > td {
    background: #ff922a !important;
    padding: 4px 8px;
    text-align: center;
}

#d_quickcheckout .form-horizontal.qc-totals .row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

#d_quickcheckout .form-horizontal.qc-totals .row:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    background: #efefef;
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.075);
    border: 1px solid #ddd;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.form-horizontal.qc-totals {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    border-radius: 6px;
}

#d_quickcheckout .form-horizontal.qc-totals .row:first-child {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.check-new-cont #d_quickcheckout .qc-totals .row:last-child div,
.check-new-cont #d_quickcheckout .qc-totals .row:last-child label {
    font-size: 15px;
}

#d_quickcheckout .form-horizontal .radio {
    display: inline-block;
    min-width: 25%;
}

form#payment_address_form .col-xs-5 {
    display: none;
}

.check-new-cont #d_quickcheckout .col-xs-7 {
    width: 100%;
}

#payment_address_heading_heading hr {
    display: none;
}

#payment_address_heading_heading {
    margin-bottom: 16px;
    margin-top: 12px;
}

a#dsl_facebook_button {
    width: 100%;
    height: 37px;
    margin-top: 0px !important;
}

#d_social_login .dsl-button.dsl-button-medium .r-side,
#d_social_login .dsl-button .r-side {
    width: calc(100% - 36px);
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

#d_social_login .dsl-button.dsl-button-medium .l-side,
#d_social_login .dsl-button .l-side {
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 8px;
}

#d_social_login .dsl-button.dsl-button-medium .r-side,
#d_social_login .dsl-button .r-side {
    font-size: 14px !important;
}

#d_social_login .dsl-button.dsl-button-medium .l-side,
#d_social_login .dsl-button .l-side {
    padding: 10px 5px 4px 5px !important;
}

img.cart-suc-pic {
    width: 120px;
    margin: 12px auto;
    display: inherit;
    max-height: 330px;
}

#mpcds-bnp img.payment-image,
div#mpcds-cod img.payment-image,
div#mpcds-unicredit img.payment-image {
    float: left;
    margin-right: 7px;
    margin-top: 6px;
}

#mpcds-cod,
div#mpcds-bnp,
div#mpcds-unicredit {
    display: inline-block;
    background: #ccc;
    padding: 4px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: 142px;
    height: 42px;
    line-height: 1.5;
}

#mpcds-bnp.currectpmnt,
div#mpcds-bnp:hover {
    background: #1a9370;
}

#mpcds-cod.currectpmnt,
div#mpcds-cod:hover {
    background: #3c8bb8;
}

#mpcds-unicredit.currectpmnt,
div#mpcds-unicredit:hover {
    background: #e13018;
}

#d_quickcheckout input#pm-cod,
#d_quickcheckout input#pm-bnp,
#d_quickcheckout input#pm-unicredit {
    display: none;
}

#calc_result {
    max-width: 100%;
    overflow-x: auto;
}

.bnpcontent {
    padding: 8px !important;
}

.bnpcontent .btndown {
    padding: 8px 6px;
    border-radius: 6px;
    text-transform: uppercase;
}




@media screen and (min-width: 500px) {
    #payment_address_postcode_input,
    #payment_address_city_input,
    #payment_address_telephone_input,
    #payment_address_email_input {
        width: 50%;
        display: inline-block;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #d_quickcheckout #payment_address_city_input .col-xs-7,
    #d_quickcheckout #payment_address_email_input .col-xs-7 {
        padding-left: 0px;
    }

    #d_quickcheckout #mag-sofia-tel .col-xs-7,
    #d_quickcheckout #mag-pleven-tel .col-xs-7 {
        padding-left: 0px;
    }

    #d_quickcheckout #payment_address_postcode_input .col-xs-7,
    #d_quickcheckout #payment_address_telephone_input .col-xs-7 {
        padding-right: 0px;
    }

    #d_quickcheckout #mag-sofia-map .col-xs-7,
    #d_quickcheckout #mag-pleven-map .col-xs-7 {
        padding-right: 0px;
    }

    .check-new-cont #d_quickcheckout .bnpcontent .col-xs-5 {
        width: 50%;
    }

    .check-new-cont #d_quickcheckout .bnpcontent .col-xs-7 {
        width: 30%;
    }

    .check-new-cont #d_quickcheckout div#calc_result .col-xs-7 {
        width: 50%;
        padding-right: 0px;
    }
}

#d_quickcheckout .form-horizontal .form-group {
    position: relative;
}

#d_quickcheckout #payment_address_lastname_input:before,
#d_quickcheckout #payment_address_firstname_input:before {
    content: "\f2c0";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 8px;
    font-family: "FontAwesome";
}

#d_quickcheckout #payment_address_email_input:before {
    content: "\f1fa";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 10px;
    top: 8px;
    font-family: "FontAwesome";
}

#d_quickcheckout #payment_address_telephone_input:before {
    content: "\f095";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 8px;
    font-family: "FontAwesome";
}

#d_quickcheckout #payment_address_form .select-input.form-group:before {
    content: "\f041";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 8px;
    font-family: "FontAwesome";
}

#d_quickcheckout #payment_address_address_1_input:before {
    content: "\f015";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 8px;
    font-family: "FontAwesome";
}

#d_quickcheckout #payment_address_address_2_input:before {
    content: "\f276";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 8px;
    font-family: "FontAwesome";
}

#d_quickcheckout #payment_address_city_input:before {
    content: "\f277";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 8px;
    top: 8px;
    font-family: "FontAwesome";
}

#d_quickcheckout #payment_address_postcode_input:before {
    content: "\f01c";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 8px;
    font-family: "FontAwesome";
}

#result_frm hr:before {
    content: "\f277";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 22px;
    top: 49px;
    font-family: "FontAwesome";
}

#result_frm hr:after {
    content: url(/image/econtimg.png);
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 22px;
    top: 84px;
}

select#econt_office {
    padding: 5px 5px 5px 22px !important;
}

#payment_address_address_1_input {
    display: inline-block;
    width: calc(100% + 30px);
}

#result_frm ul.dropdown-menu {
    z-index: 99999999;
}

fieldset#bnp .form-group:first-child:before,
fieldset#bnp .form-group:nth-child(2):before {
    content: "\f2c0";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 32px;
    font-family: "FontAwesome";
}

fieldset#bnp .form-group:nth-child(3):before,
fieldset#bnp .form-group:nth-child(4):before {
    content: "\f095";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 32px;
    font-family: "FontAwesome";
}

fieldset#bnp .form-group:nth-child(5):before {
    content: "\f1fa";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 32px;
    font-family: "FontAwesome";
}

fieldset#bnp .form-group:nth-child(6):before {
    content: "\f27b";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 32px;
    font-family: "FontAwesome";
}

#d_quickcheckout #confirm_comment_input:before {
    content: "\f27b";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 32px;
    font-family: "FontAwesome";
}

#d_quickcheckout .input-group-btn .btn {
    background: #efefef;
    border: 1px solid #aaa;
    color: #333;
}

#d_quickcheckout #payment_address_password_input:before {
    content: "\f27b";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 8px;
    font-family: "FontAwesome";
}

#d_quickcheckout #payment_address_confirm_input:before {
    content: "\f27b";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 24px;
    top: 8px;
    font-family: "FontAwesome";
}

fieldset#bnp .form-group {
    position: relative;
}

#d_quickcheckout .form-control {
    padding: 6px 12px 6px 24px !important;
}

.qc-step.logfields {
    display: inline-block;
    padding: 4px;
    background: #f7f7f7;
}

#d_quickcheckout .qc-step h4.panel-title.logintitle {
    color: #ee7f00;
    font-weight: 700;
    text-transform: uppercase;
}

#d_quickcheckout .qc-step h4.panel-title.logintitle .fa {
    margin-right: 6px;
}

#payment_method_form p.description,
#shipping_method {
    display: none;
}

#payment_method_list .radio-input.radio {
    display: inline-block;
    float: left;
    margin: 10px 0;
    margin-top: 0px !important;
}

#d_quickcheckout #confirm_wrap .btn-primary {
    background: #8cbe1a;
    border: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

form#payment_method_form .panel-body {
    padding: 0px;
    padding-bottom: 13px;
}

#payment_method form#payment_method_form .panel-heading,
#payment_method form#payment_method_form .panel-body {
    background: #f7f7f7;
}

#mag-sofia-map,
#mag-sofia-tel,
#mag-pleven-map,
#mag-pleven-tel {
    width: 50%;
    display: inline-block;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#d_quickcheckout #mag-sofia-map a,
#d_quickcheckout #mag-sofia-tel a,
#d_quickcheckout #mag-pleven-map a,
#d_quickcheckout #mag-pleven-tel a {
    display: inline-block;
    padding: 6px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
}

#mag-pleven-tel a i.fa.fa-phone,
#mag-sofia-tel a i.fa.fa-phone,
#d_quickcheckout i.fa.fa-map {
    color: #b299a5;
}

#d_quickcheckout .qc-product-qantity.form-control {
    padding: 5px 10px !important;
}

#modal-agree .modal-content {
    overflow-y: scroll;
}

.product-page #calc_result {
    overflow-x: inherit;
}




@media screen and (max-width: 499px) {
    #d_quickcheckout .login-btn-group {
        margin-bottom: 0px;
    }

    .row.check-cont,
    .row.cart-new-content {
        margin-right: 0px;
        margin-left: 0px;
        padding: 0px !important;
    }

    #d_quickcheckout #payment_address_email_input:before,
    #d_quickcheckout #payment_address_city_input:before {
        left: 22px;
    }

    #d_quickcheckout .bnpcontent .col-xs-5,
    #d_quickcheckout fieldset#bnp .col-xs-5 {
        width: 100%;
    }

    .bnpcontent a.btndown {
        margin: 10px 14px;
    }

    .pagination > li {
        display: none;
    }

    .pagination > li:nth-child(1),
    .pagination > li:nth-child(2),
    .pagination > li:nth-child(3),
    .pagination > li:nth-last-child(3),
    .pagination > li:nth-last-child(2),
    .pagination > li:nth-last-child(1),
    .pagination > li.active {
        display: block;
    }
}

@media (min-width: 992px) {
    #d_quickcheckout .col-md-6 .col-md-6 {
        width: 100%;
    }
}

/* header */

nav#top .container {
    padding-left: 0px;
    padding-right: 0px;
    background: #f4f4f4;
    text-align: right;
    padding: 6px 0 12px;
}

nav#top .header-tel-icon {
    display: none;
}

.list-inline .header-tel {
    position: relative;
    width: auto;
    right: auto;
}

.list-inline .header-tel .header-tel-phones,
.list-inline .header-tel .header-tel-phones2 {
    float: none;
    width: auto;
}

.list-inline .header-tel .header-tel-phones .text,
.list-inline .header-tel .header-tel-phones2 .text {
    font-size: 12px;
    font-weight: bold;
    margin-right: 12px;
    position: relative;
    margin-left: 24px;
    margin-top: 0px;
}

.list-inline .header-tel .header-tel-phones .text:before,
.list-inline .header-tel .header-tel-phones2 .text:before,
#top-links a i {
    position: absolute;
    font-weight: normal;
    left: -27px;
    top: -7px;
    background: #ff922a;
    font-size: 12px;
    width: 24px;
    color: #fff;
    padding: 4px 6px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px hsl(29, 100%, 58%);
}

#top-links li a {
    position: relative;
    font-size: 12px;
    margin-left: 16px;
    font-weight: bold;
}

.list-inline .header-tel .header-tel-phones .text:before,
.list-inline .header-tel .header-tel-phones2 .text:before {
    content: "\f095";
    font-family: FontAwesome;
}


/* category */


.category-single .inrow {
    display: inline-block;
    padding-bottom: 24px;
}

.category-single .inrow .category-description.clr {
    color: #000000;
}

.category-single .inrow .category-description {
    font-size: 1.2em;
    padding-bottom: 6px;
}

#column-left #mfilter-opts-price-min,
#column-left #mfilter-opts-price-max {
    text-align: center;
    border: 1px solid #999999;
    color: #000000;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

.mfilter-tb-as-td.mfilter-col-input {
    padding-right: 0px;
    width: 2px;
}

.mfilter-col-input input[type="checkbox"] {
    display: none;
}

.category-single .row.pagination {
    background: #f4f4f4;
    padding: 6px 0;
}


#mfilter-content-container .product-thumb .button-group {
    display: none;
}

#mfilter-content-container .product-layout.product-grid {
    padding: 0 5px;
}


@media (min-width: 768px) {
    .category-single .inrow .category-description {
        clear: none;
    }

    .category-single .inrow .col-sm-9.category-description {
        border-left: 1px solid #ed7f00;
    }

    #supermenu.alt1 ul li.tlli div.bigdiv,
    #supermenu.imgmenu ul li div.bigdiv {
        background: rgba(0, 0, 0, 0.8);
        border: 1px solid #fff;
    }
}

@media (min-width: 1025px) {
    #supermenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 0px;
    }

    ul.manufacturers-list li {
        float: left;
        padding: 4px;
        background: #fff;
        margin: 6px 8px 6px 0;
        border-radius: 6px;
    }

    .menu-title {
        font-size: 1.2em;
        color: #ff922a;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .htmlarea {
        width: 40%;
        float: right;
        border-left: 1px solid #ff922a;
        padding: 0 12px;
        margin-top: 10px;
        min-height: 200px;
    }

    .supmenulistblock .menu-title {
        padding-top: 10px;
        padding-left: 18px;
    }
}

@media (max-width: 1024px) {
    .menu-title,
    .htmlarea {
        display: none !important;
    }

    #supermenu.respsmall ul li.exped div.bigdiv {
        background: #272727;
    }

    .supmenulistblock .withimage {
        border-bottom: 1px solid #444;
    }

    .homepage-banners a img {
        width: 100%;
    }

    .html-template .homepage-banners {
        display: block;
    }

    .product-layout.product-list .manufacturer-product-page {
        margin-top: 0 !important;
        float: right !important;
    }

    .blog-blog .articles-wrapper  .panel-body{
        padding:0;
    }

    .blog-blog .articles-wrapper .halfDesign{
        width: 100% !important;
    }

    .blog-blog .article-info h2 a{
        font-size: 20px !important;
    }

}

@media (max-width: 768px) {
    .easy-blog{
        margin:0;
    }

    .blog-blog #content{
        padding:0;
    }

    .blog-blog   .blog-info .info-header h1, .blog-article .info-header h1,
    .blog-blog .blog-info .info-header h1{
        font-size: 24px !important;
    }

    .blog-blog  .blog-info .info-header h3,
    .blog-article .info-header h3
    {
        font-size: 22px !important;
    }

    .blog-article .info-header{
        max-height: unset !important;
        padding: 25px !important;
    }

   .blog-blog  .blog-info .info-header, .blog-blog .blog-article .info-header{
        padding: 15px 30px;
    }
}

@media (max-width: 767px) {

    .easy-blog .panel.panel-default.qrtDesign{
        width: 100%;
    }


}

/* HP Blog */
.featured-block .promo_item,
#content .promo_item {
    padding: 17px 5px 1px 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.common-home .article-intro h2,
.common-home .article-intro p span,
.common-home .article-info {
    display: none;
}

.common-home .article-intro h2.blog-article-title {
    display: block;
}

.pull-center,
.common-home .article-intro {
    text-align: center;
}


.common-home .easy-blog h3 span {
    font-size: 0.7em;
    font-weight: normal;
}

body.common-home .easy-blog h2 a {
    color: #242424;
    font-size: 0.7em;
}

body.common-home .easy-blog h2 a:hover {
    color: #ff922a;
}

@media (max-width: 499px) {
    .common-home .easy-blog .col-xs-4 {
        width: 100%;
    }

    .row.no-margin .product-layout.product-grid {
        width: 100%;
    }

    span.mobicocont {
        width: 49%;
    }

    span.mobicocont.ful {
        width: 100%;
    }

    /* button#grid-view, button#list-view {display:none} */
    #mfilter-content-container #sort-by-toggle {
        color: #000;
    }

    .brand-page .product-layout.product-grid {
        width: 100%;
    }

    .category-single .row.no-margin .product-layout.product-grid {
        width: 50%;
    }


    .row.no-margin.dark-background .col-sm-1.no-padding-right.text-right {
        text-align: left;
    }

    input#button-search {
        width: 100%;
        margin-top: 10px;
        font-size: 1.4em;
        margin-bottom: 24px;
    }

    .add-to-cart {
        width: 100%;
    }

    .category-single .product-layout.product-grid {
        min-height: 333px;
        display: inline-block;
    }
}

@media (max-width: 799px) {
    .row.filt .hidden-xs {
        display: inline-block !important;
    }

    #content.col-sm-9 {
        width: 100%;
    }

    .row.filt .col-sm-3,
    .row.filt .col-sm-1,
    .row.filt .col-sm-2 {
        padding: 0 3px;
        display: inline-block;
    }

    #product_information_2 .product-page-clock-holder {
        float: none;
    }
}


@media (max-width: 540px) {
    #content .easy-blog .row .article-info .info-span{
        padding:5px !important;
    }

    #content .easy-blog .row .article-info .info-span .label-category{
        padding:0;
    }

    #content .easy-blog .row .article-info .info-span .hldr,
    #content .easy-blog .row .article-info .info-span .hldr span{
        font-size: 11px !important;
    }

    .blog-blog .article-info h2 a {
        font-size: 14px !important;
        line-height: 1 !important;
    }

  .blog-blog  #article-0 .row .col-sm-8,
  .blog-blog #article-1 .row .col-sm-8,
  .blog-blog .halfDesign .row .col-sm-12{
        padding: 15px;
    }

    .blog-blog  .easy-blog .buttons .pull-right .btn.btn-primary{
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1;
    }



    .blog-blog #article-2 .row .col-sm-8, #article-3 .row .col-sm-8{
        padding: 20px;
    }

    .blog-blog #content .qrtDesign .row .article-info p,
    .blog-blog #content .qrtDesign .row .article-info p *{
        line-height: 1 !important;
    }



}

@media (max-width: 411px) {
    .halfDesign .row .blog-meta{
        display: none !important;
    }

  .blog-blog  .halfDesign .row .col-sm-4,
  .blog-blog .halfDesign .row .col-sm-8 {
        align-items: flex-start !important;

    }

    .blog-blog #article-2 .buttons, #article-3 .buttons{
        bottom:35px !important;
    }
}
/* Footer */
.mfilter-heading .mfilter-head-icon {
    position: relative;
    margin-top: 6px;
    background: none;
}


/* Featured */
#featuredproduct {
    margin: 0px;
}

#featuredproduct .owl-wrapper-outer {
    box-shadow: none;
}

.html-template {
    display: inline-block;
    width: 98%;
    background: #fafafa;
    padding: 16px 2%;
    text-align: center;
}


#mfilter-content-container .caption .price:before {
    color: #292929;
    font-size: 0.7em;
}

@media (min-width: 768px) {
    .container.content-shadow.brand-page .product-layout.product-grid,
    .container.no-shadow.category-single.wht .product-layout.product-grid {
        width: 33% !important;
    }

    #content .col-md-3:nth-child(4n + 1) {
        clear: none !important;
    }
}

.product-layout.product-list p.price {
    max-width: 150px;
    padding: 16px 12px 32px !important;
    margin-top: 15px;
}

#mfilter-content-container .product-layout.product-list .manufacturer-product-page {
    max-width: 150px;
    padding: 0px !important;
    margin-top: 15px;
    float: left;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #mfilter-content-container .product-layout.product-list .manufacturer-product-page {
        padding: 2px !important;
    }
}

.container.home-slider-and-banners {
    padding: 0px;
}

.container.home-slider-and-banners div#slideshow0 {
    margin-bottom: 10px;
}

.container.home-slider-and-banners .html-template {
    width: 100%;
    padding: 0px;
}

.container.home-slider-and-banners .html-template a {
    width: calc(100% - 5px);
    margin: 0 5px;
}

.hpanchor {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

span.price-new {
    width: 100%;
}

span.hasmorebut {
    display: inline-block;
    padding: 4px 12px;
    float: right;
    border: 1px solid #ed7f00;
    color: #ed7f00;
    text-transform: uppercase;
    cursor: pointer;
}

span.hasmorebut:hover {
    background: #ed7f00;
    color: #fff;
}

.category-single .countdown {
    width: 92% !important;
    top: 216px !important;
    display: none !important;
}

#mfilter-content-container .manufacturer-product-page .category-info {
    display: none;
}

.common-home .article-intro img {
    max-height: 180px;
}

.article-description img {
    max-width: 100%;
}

@media only screen and (max-width: 980px) {
    footer #call-to-mobile {
        width: 50%;
    }

    body.blog-blog footer #call-to-mobile,
    body.product-category-81 footer #call-to-mobile,
    body.product-category-86 footer #call-to-mobile,
    body.product-category-77 footer #call-to-mobile,
    body.product-category-88 footer #call-to-mobile,
    body.product-category-87 footer #call-to-mobile,
    body.checkout-cart footer #call-to-mobile,
    body.account-login footer #call-to-mobile {
        width: 100%;
    }

    body.checkout-checkout footer #call-to-mobile {
        display: none;
    }

    footer #call-to-mobile a {
        color: white;
        width: auto;
        font-size: 0.8em;
    }

    #mobcbut .fa {
        font-size: 20px;
    }

    #mobcbut {
        text-align: center;
        margin: 6px 0;
    }

    .category-description-main {
        display: none;
    }

    .category-description-main.activemob {
        display: block;
    }

    .filter-close-button {
        position: absolute;
        right: 20px;
        top: 0;
        z-index: 99999;
    }

    aside#column-left img {
        display: none;
    }
}

@media screen and (min-width: 981px) {
    #mobcbut {
        display: none;
    }

    .product-layout.product-list p.price {
        height: 110px;
    }

    #category-description-short.hasmore {
        display: block;
    }

    #category-description-short {
        display: none;
    }

    #category-description.hasmore {
        display: none;
    }

    .filter-close-button {
        position: absolute;
        right: 20px;
        top: 217px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1026px) {
    .container #supermenu.alt1 ul li a.tll {
        font-size: 12px;
    }
}

.filter-close-button i.fa.fa-times {
    background: #ed7f00;
    color: #fff;
    padding: 8px 9px;
    border-radius: 50%;
}

.search-container .adsmart_container {
    transform: skewX(15deg);
    left: 0px !important;
}

.header-tel-phones2 .text a {
    display: block;
    float: right !important;
    margin-left: 5px !important;
}

.info-header {
    margin-left: -15px;
    margin-right: -15px;
    background: url(https://linsonmoto.bg/image/catalog/BANNERS/contacts-banner.png);
    max-height: 260px;
    padding: 7%;
}

.info-header h1 {
    text-transform: uppercase;
    font-weight: 600;
}

.info-header h3 {
    color: #ee7f00;
}

.contacts-info .panel {
    border: 0px;
    box-shadow: none;
}

.contacts-info .img-thumbnail {
    border: 0px;
    padding-left: 20%;
    padding-bottom: 10%;
}

.img-holder {
    position: relative;
    margin-bottom: 20px;
}

.img-holder img.img-thumbnail-small {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40%;
}

#shop_locations h3 {
    text-align: center;
    margin-bottom: 24px;
}

.contacts-info #shop_locations .icon {
    background: #333;
}

.contacts-info input#input-name,
.contacts-info input#input-email,
.contacts-info textarea#input-enquiry {
    border-color: #f27d0c;
    margin-bottom: 10px;
    width: 90%;
}

.contacts-info input#input-name::placeholder,
.contacts-info input#input-email::placeholder,
.contacts-info textarea#input-enquiry::placeholder {
    color: #f27d0c;
}

.buttons .icon {
    background: #333;
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 6px;
    transform: skewX(-20deg);
}

.buttons .isfa {
    background: #f27d0c;
}

.buttons .icon span,
.buttons .icon .fa,
.form-group.required span .fa {
    transform: skewX(20deg);
    display: inline-block;
}

.content-shadow.contacts-info {
    margin-bottom: 10px;
}

.buttons .icon a,
.buttons .icon a:hover {
    color: #fff;
}

.contacts-info fieldset legend {
    color: #000;
    background: none;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10%;
    font-weight: bold;
    border-bottom: 0px;
    position: relative;
}

.contacts-info fieldset legend span {
    background: #fff;
    display: inline-block;
    padding: 0px 8px;
}

.contacts-info fieldset legend:before {
    content: " ";
    width: 100%;
    display: inline-block;
    height: 6px;
    background: #ff922a;
    position: absolute;
    left: 0%;
    top: 15px;
    z-index: -9;
}

.container.content-shadow.contacts-info, .container.content-shadow.blog-info, .container.content-shadow.blog-article {
    background: transparent;
    box-shadow: none;
}

.container.content-shadow.blog-info {
    padding: 0;

}

.blog-blog .qrtDesign .article-info .heatured-image-holder {
    display: flex;
    max-height: 234px;
    overflow: hidden;
    flex-direction: column;
}

.form-group.required span {
    float: left;
    display: inline-block;
    padding: 7px 8px;
    background: #ff922a;
    color: #fff;
}

.form-group.required span.ta {
    padding: 42px 8px;
}

.form-group.required .choiselink span {
    padding: 7px 2px;
    color: #ff922a;
    background: none;
}

@media only screen and (min-width: 981px) {
    .tilted {
        transform: skewX(-20deg);
    }

    .col-sm-6.tilted span,
    .col-sm-6.tilted .fa {
        transform: skewX(20deg);
        display: inline-block;
    }
}

.blog-info .info-header,
.blog-article .info-header {
    background: url(/catalog/view/theme/default/image/blog-background.jpg);
    max-height: 200px;
    padding: 46px;
    margin: 0;
}

.blog-info .info-header h1,
.blog-article .info-header h1 {
    color: #FFF;
    margin: 0px;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 42px; /* 100% */
    text-transform: uppercase;
}

.blog-info .info-header h3,
.blog-article .info-header h3 {
    color: #FFF;
    margin: 0px;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 131.25% */
    text-transform: uppercase;
}

.blog-info ul.breadcrumb,
.blog-article ul.breadcrumb {
    margin-bottom: 0px;
}

img.blog-featured {
    max-width: 100%;
    position: relative;
    width: 100%;
}

#content .article-info h2 {
    margin-top: 0px;
    background: no-repeat;
    padding: 0px;
    width: 100%;
}

#content .article-info h2 a {
    color: #ff922a;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.4;
}

.blog-meta {
    display: inline-block;
    margin-top: 12px;
}

.easy-blog .article-info .blog-meta .info-span {
    padding: 2px 6px;
    background: #333;
    margin-right: 6px;
    transform: skewX(-15deg);
    display: inline-block;
}

.easy-blog .article-info .blog-meta .info-span span.hldr {
    transform: skewX(15deg);
    display: inline-block;
    padding-right: 0px;
    color: #fff;
}

.easy-blog .article-info .blog-meta .info-span span.hldr .fa {
    color: #fff;
}

.blog-info .panel {
    box-shadow: none;
    border: 0px;
}

@media only screen and (min-width: 981px) {

    .article-info.col-sm-8 {
        z-index: 12;
    }

    .article-info .buttons {
        float: right;
        width: auto;
        padding: 0;
    }
}


.blog-article .info-header h1 {
    color: #fff;
    position: relative;
}

/* .blog-article .info-header h1:after {
    content: url(https://linsonmoto.bg/image/BANNERS/blog-article-undertitle-m.png);
    position: absolute;
    bottom: -68px;
    left: calc(50% - 130px);
} */
blog-article #content h2 span,
.blog-article #content h3 span {
    transform: skewX(15deg);
    display: inline-block;
}

.blog-article #content h2,
.blog-article #content h3 {
    text-align: center;
    background: #ff922a;
    transform: skewX(-15deg);
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}

.article-description a {
    color: #ff922a;
}

.blog-article .easy-blog .article-info .info-span {
    padding: 2px 6px;
    background: #333;
    margin-right: 6px;
    transform: skewX(-15deg);
    display: inline-block;
}

.blog-article .easy-blog .article-info .info-span span.hldr {
    transform: skewX(15deg);
    display: inline-block;
    padding-right: 0px;
    color: #fff;
}

.blog-article .easy-blog .article-info .info-span span.hldr .fa {
    color: #fff;
}

.article-subtitle {
    margin-top: 12px;
    text-align: center;
}

.featured-block .promo_item {
    position: absolute;
    right: 5px;
    padding: 0px;
    background: #6f9715;
    color: #fff;
    padding: 23px 10px;
    line-height: 13px;
    font-size: 17px;
    text-align: center;
    z-index: 99;
    top: 5px;
}

#filter_module .panel-heading {
    color: #fffffd;
    background-color: #555555;
}

#filter_module .panel-body {
    background: #f4f4f4;
}

#confirm_agree_input.form-group.required span {
    background: none;
    color: #333;
    padding: 0 6px 0 0;
}

#supermenu ul li div .withimage .image img {
    width: 100px;
    height: 100px;
}

#tab-description img {
    max-width: 100%;
}

@media only screen and (min-width: 981px) {
    .article-description img {
        display: inline-block;
        width: 60%;
        margin: 20px 20%;
        position: relative;
    }
}

#home-cats .categories_links img {
    width: 150px;
    height: 150px;
}

.login-boxes .log-reg-box p {
    margin-top: 6px;
    margin-bottom: 6px;
}

/* .log-reg-box:before {
    font-family: fontawesome;
    content: "\f129";
    position: absolute;
    left: 16px;
    top: calc(50% - 10px);
    color: #ff922a;
    display: inline-block;
    border: 2px solid #ff922a;
    padding: 0px 6px;
    border-radius: 50%;
} */


.content-login-type #result_frm .col-xs-3{
    display: none;
}
.content-login-type label.control-label,
body.account-login .login-boxes .form-group label.control-label {
    display: block;
}

.account-login .login-boxes .form-group input#input-password,
body.account-login .login-boxes .form-group input#input-email,
.account-forgotten #input-email {
    line-height: 26px;
    color: #000;
    font-size: 14px;
    height: auto;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    background-image: none;
    box-shadow: none;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
}


.content-shadow.content-login-type {
    margin-bottom: 12px;
}

.content-login-type #result_frm {
    position: relative;
}

.account-forgotten #content a.btn.btn-default,
.account-pages-nd #content .btn-default {
    background: #f7f7f7;
    padding: 6px 24px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
}
.account-return-add .account-pages-nd #content .btn-default {
    padding: 10px 24px;
}
.content-login-type .buttons .pull-right input.btn.btn-primary {
    text-shadow: none;
    border-radius: 0;
    float: right;
    background: #de5126;
    margin-right: 30px;
    color: #fff;
    padding: 6px 24px;
    font-size: 14px;
}

.account-register #result_frm hr {
    margin-top: 10px;
    margin-bottom: 15px;
}

.account-register #result_frm input#input-payment-econt_city {
    padding-left: 24px;
}

/*
.account-register .form-control {
    padding: 6px 12px 6px 24px !important;
} */

.account-register #content .form-control,
.account-edit #content .form-control,
.account-address-add #content .form-control,
.account-address-edit #content .form-control,
.account-password #content .form-control,
.account-return-add #content .form-control {
    line-height: 26px;
    color: #000;
    font-size: 14px;
    height: auto;
    /* padding: 10px 20px 10px 30px; */
    margin-bottom: 5px;
    margin-top: 5px;
    /* background-color: #f7f7f7;
    background-image: none; */
    box-shadow: none;
    /* border: 1px solid #f7f7f7; */
    border-radius: 5px;

    background: none;
    border: 2px solid #dedede !important;
    padding: 10px 10px 10px 15px;
}

.account-register #content #input-captcha {
    width: auto;
    margin-bottom: 10px;
}

.account-register #account .form-group,
.account-register #address .form-group,
.account-register #passfield .form-group {
    position: relative;
}

.account-register #account .form-group:after,
.account-register #address .form-group:after {
    content: "\f2c0";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 15px;
    top: 50%;
    font-family: "FontAwesome";
    transform: translate(0, -50%);
}

.account-register #account #rff-input-email:after {
    content: "\f1fa";
}

.account-register #account #rff-input-telephone:after {
    content: "\f095";
}

.account-register #address #custom-field2:after {
    content: "\f041";
}

.account-register #address #rff-input-company:after {
    content: "\f2bb";
}

.account-register #address #rff-input-address-1:after {
    content: "\f015";
}

.account-register #address #rff-input-address_2:after {
    content: "\f276";
}

.account-register #address #fg-input-city:after {
    content: "\f277";
}

.account-register #address #fg-input-postcode:after {
    content: "\f01c";
}

.account-register #address #fg-input-country:after {
    content: "\f0ac";
}

.account-register #address #fg-input-zone:after {
    content: "\f277";
}

.account-register #address #result_frm:after {
    content: " ";
}

.account-register #passfield .form-group:after {
    content: "*";
    z-index: 9;
    color: #b299a5;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.account-register #address .form-group,
.account-register #passfield .form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}

.account-register #result_frm .col-xs-9 {
    width: 95%;
    padding: 0px;
}

#econt_office {
    width: 100% !important;
    margin-bottom: 12px;
}

.content-login-type #result_frm hr:after,
.content-login-type #result_frm hr:before {
    left: 22px;
}

@media screen and (min-width: 500px) {
    fieldset#address div#fg-input-city,
    fieldset#address div#fg-input-postcode,
    fieldset#address div#fg-input-country,
    fieldset#address div#fg-input-zone,
    fieldset#account .form-group.required {
        width: 49%;
        display: inline-block;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .content-login-type .col-sm-9,
    fieldset#address div#fg-input-city .col-sm-9,
    fieldset#address div#fg-input-postcode .col-sm-9,
    fieldset#address div#fg-input-country .col-sm-9,
    fieldset#address div#fg-input-zone .col-sm-9,
    fieldset#account .form-group.required .col-sm-9 {
        padding: 0px;
        width: 95%;
    }

    .content-login-type select#input-country,
    .content-login-type select#input-zone {
        width: 100% !important;
    }

    fieldset#address .col-sm-9 {
        width: 96%;
    }

    .content-login-type .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }

    .content-login-type .buttons .pull-right {
        float: none !important;
    }

    .content-login-type .buttons {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .content-login-type #content.col-sm-9 {
        width: 75%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.add-to-cart button#button-cart-sec {
    background: #8cbe1a;
    font-size: 16px;
}

.add-to-cart button#button-cart-sec .fa {
    font-size: 16px;
    padding-right: 6px;
}

.options .choiselink.secnd {
    display: block;
}

@media (min-width: 500px) {
    .cart-item {
        display: table;
        width: 100%;
    }

    .cart-item .itm {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        border: 1px solid #eee;
    }

    .namebox.itm.text-left {
        font-size: 1.1em;
    }

    .login-boxes.scnd {
        min-height: 345px;
    }
}

@media (max-width: 499px) {
    .pricebox.itm.text-right,
    .cart-item.titlerow {
        display: none;
    }

    .tatalbox.itm {
        display: inline-flex;
        float: right;
        padding-top: 17px;
        color: #3dc230;
        font-weight: bold;
    }

    .qbox.itm.text-left {
        display: inline-block;
        padding-top: 10px;
    }

    .imgbox.itm {
        display: inline-block;
        float: left;
    }

    .desktop-add-to-cart .add-to-cart,
    .mobile-add-to-cart .add-to-cart {
        width: 100%;
    }

    .cart-item {
        padding: 5px;
        border: 1px solid #eee;
        display: inline-block;
        width: 100%;
    }

    #d_quickcheckout .imgbox.itm {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .category-single #mfilter-content-container .product-layout.product-list .manufacturer-product-page,
    .product-search #mfilter-content-container .product-layout.product-list .manufacturer-product-page {
        display: block !important;
    }

    .category-single #mfilter-content-container .product-layout.product-list .caption .price,
    .product-search #mfilter-content-container .product-layout.product-list .caption .price {
        min-height: 110px;
    }

    .form-group.mobile-add-to-cart .quantity-product {
        display: none;
    }

    #product_information_2 #product .options select {
        width: 100% !important;
    }

    #product_information_2 .choiselink {
        float: none;
        text-align: center;
        width: 100%;
    }

    .add-to-cart button#button-cart-sec {
        background: #8cbe1a;
        font-size: 16px;
        padding: 6px 12px;
    }

    .buttons.cart-choises a.btn {
        width: 100% !important;
        display: inline-block;
        margin-bottom: 6px;
    }

    .buttons.cart-choises .pull-left,
    .buttons.cart-choises .pull-right {
        float: none !important;
    }

    .product-list .caption .price span.price-new,
    .product-list .caption .price span.price-old {
        width: 100%;
        padding: 0px;
        text-align: left;
    }

    .login-boxes.scnd {
        min-height: 320px;
    }


    select#input-custom-field2 {
        width: 100% !important;
    }

    body.account-register .form-horizontal fieldset#passfield .form-group,
    body.account-register .form-horizontal fieldset#address .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    body.account-register .form-horizontal fieldset#passfield .form-group .col-sm-9,
    body.account-register .form-horizontal fieldset#address .form-group .col-sm-9 {
        padding: 0px;
    }

    body.account-register input.btn.btn-primary,
    body.account-register footer #call-to-mobile {
        width: 100%;
    }

    body.account-register input.btn.btn-primary {
        margin-right: 0px !important;
    }

    body.account-register .content-login-type #result_frm hr:after,
    body.account-register .content-login-type #result_frm hr:before {
        left: 6px;
    }

    .product-layout.product-list .countdown {
        display: inline-block;
        height: 36px;
    }
}


#product_information_2 .sizetablesspan {
    border: 0px;
    font-weight: bold;
}

#product_information_2 .form-group.required .choiselink span {
    padding: 7px 2px;
    color: #f27d0c;
    background: none;
    font-weight: bold;
    font-size: 1.1em;
}

#product_information_2 .form-group.required .choiselink span:hover {
    text-decoration: underline;
}

.imgbox {
    width: 110px;
    text-align: center;
}

.qbox {
    width: 135px;
}

.tatalbox,
.pricebox.text-right {
    width: 80px;
    text-align: center;
}

table.table.table-hover.wish-table thead,
.cart-item.titlerow {
    background: #ee7f00;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

#category-description span {
    font-size: 15px !important;
}

#content #category-description h2 {
    background: #f7f7f7;
    color: #000;
    font-weight: bold;
    padding: 15px;
    margin: 15px 0 !important;
}

#product_information_2 #content {
    padding-bottom: 0px;
    padding-top: 6px;
    display: inline-block;
    width: 100%;
}

#Brand-Container h2 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    text-align: left;
    color: #000;
}

body.account-login .login-boxes a,
body.account-login input.btn.btn-primary {
    width: 100%;
}

body.account-login .login-boxes .top_line {
    position: relative;
    bottom: 0;
    padding-top: 0px;
    margin-bottom: 30px;
}


@media (max-width: 980px) {


    li.stock-li a#nalichnost-po-magazini-b span#product_is_available_in span {
        width: calc(100% - 34px);
    }

    li.stock-li a#nalichnost-po-magazini-b span#product_is_available_in {
        width: 50%;
        float: right;
        margin-top: 0px;
    }

    li.stock-li a#nalichnost-po-magazini-b span {
        display: inline-block;
        width: calc(50% - 34px);
    }

    ul.pagination {
        display: inline-block;
        width: -webkit-fill-available;
    }
}


span#product_is_available_in span {
    width: calc(100% - 34px);
    display: inline-block;
}

.breadcrumb > li:nth-child(0) a span {
    display: none;
}

span#product-page-instock .fa-times {
    font-size: 18px;
    background: #f00;
    padding: 4px;
    border-radius: 4px;
    color: #fff;
}

span#product_is_available_int span {
    width: calc(100% - 66px);
    display: inline-block;
}


@media screen and (max-width: 1024px) {
    #content #filter_module {
        display: block;
    }
}

.account-account #content {
    display: none;
}

.account-account #column-right {
    width: 100%;
    float: none;
    padding: 0 20px 20px;
}

.clock-holder-title i.fa.fa-info {
    padding: 4px 8px;
    background: #ee7f00;
    color: #fff;
    margin-top: 6px;
    border-radius: 4px;
}

.product-page-clock-holder .clock-holder-title {
    background: none;
    color: #ee7f00;
    line-height: 1.2em;
    padding: 0px 0px 6px;
    font-style: oblique;
}

#product_information_2 .countdown {
    background: #ee7f00;
    padding: 8px 0;
    border-radius: 6px;
}

#product_information_2 .countdown div div {
    display: inline-block;
    width: auto;
    float: none;
}

#product_information_2 .countdown div {
    vertical-align: bottom;
}

.help-block span.text-danger {
    padding: 0px;
    color: #ff922a;
    background: none;
    font-weight: bold;
    margin-right: 6px;
}

input#input-captcha {
    margin-bottom: 8px;
}

#tab-review .buttons {
    float: none;
}

/* Login page design 12.2024*/

.account-login .login-boxes .form-group input#input-password, 
body.account-login .login-boxes .form-group input#input-email, 
.account-forgotten #input-email {
    background: none;
    border: 2px solid #dedede;
}
.account-login .login-boxes .form-group input#input-password, 
body.account-login .login-boxes .form-group input#input-email, 
.account-forgotten #input-email {
    margin-bottom: 20px;
}
.account-login .login-boxes a.forgotten-pass-link {
    float: right;
    text-align: right;
    margin-bottom: -15px;
}
.login-boxes .top_line{
    border: none;
}
.login-boxes .top_line .btn-primary{
    background: #000 !important;
    border-radius: 30px;
    /* font-size: 14px; */
}
.login-boxes .top_line .btn-primary:hover{
    background: #ff922a !important;
}
.content-login-type .buttons .pull-right input.btn.btn-primary{
    background: #000 !important;
    border-radius: 30px;
}
.content-login-type .buttons .pull-right input.btn.btn-primary:hover{
    background: #ff922a !important;
}
.content-login-type label.control-label, body.account-login .login-boxes .form-group label.control-label {
    width: auto;
}
a.fb-login-on-mobile.btn,
.google-login-on-mobile.btn{
    border-radius: 30px;
}
.account-login .col-sm-6.left-box{
    border-right: 1px solid #eeeeee;
}
.account-login .login-boxes {
    max-width: 60%;
    margin: 0 auto;
}
.top_line.regButtonLoginPageInfo{
    display: block;
    float: left;
    width: 100%;
}
.top_line.regButtonLoginPageInfo .bold_heading{
    display: block;
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}
.top_line.regButtonLoginPageInfo .tick_row{
    display: inline-block;
    float: left;
    width: 100%;
    line-height: 30px;
}
.top_line.regButtonLoginPageInfo .tick_row svg{
    display: inline-block;
    margin: 0px 5px -4px 0;
}
.login-boxes.scnd .form-check{
    display: none;
}
.account-pages-nd legend{
    border-bottom: none;
}
.account-pages-nd .form-horizontal{
    width: 600px;
}
.account-pages-nd .form-horizontal .form-group .control-label {
    width: 100%;
    clear: both;
    display: block;
}
.account-pages-nd .form-horizontal .form-group .col-sm-9,
.account-pages-nd .form-horizontal .form-group .col-sm-10,
.account-return-add .account-pages-nd .form-horizontal .form-group .col-sm-3 {
    width: 100%;
    display: block;
    float: left;
    clear: left;
}
.account-pages-nd .buttons {
    display: grid !important;
    border: none !important;
    max-width: 600px;
}
.account-pages-nd .buttons .pull-right{
    order: 1 !important;
    width: 100%;
    text-align: center;
    margin-bottom: 20px !important;
}
.account-pages-nd .buttons .pull-right .btn-primary{
    background: #000 !important;
    border-radius: 30px !important;
    width: 100%;
    margin: 0 !important; 
}
.account-return-add .account-pages-nd .buttons .pull-right .btn-primary{
    margin-top: 15px !important;
}
.account-pages-nd .buttons .pull-right .btn-primary:hover{
    background: #ff922a !important;
}
.account-pages-nd .buttons .pull-left{
    order: 2 !important;
    width: 100%;
    text-align: center;
}
.account-pages-nd .buttons .pull-left .btn-default{
    background: none !important;
    border-radius: 30px !important;
    width: 100%;
}
.account-pages-nd .nav-tabs a:hover{
    border: 1px solid #343a40;
}
.account-pages-nd table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.account-pages-nd table tr {
    display: flex;
    margin-bottom: 15px;
    border-radius: 10px;
    background: none;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 0 0 0 20px;
    align-items: center;
    justify-content: space-between;
}
.account-pages-nd table td {
    display: inline-block;
    padding: 0 !important;
}
.account-address table.table .btn-info {
    color: #000000 !important;
    display: block;
    float: none;
    clear: both;
    border: none !important;
    border-left: 1px solid #dedede !important;
    border-bottom: 1px solid #dedede !important;
    border-radius: 0;
    width: 200px;
    padding: 5px 15px;
    text-align: center;
    box-shadow: none;
}
.account-address table.table .btn-danger {
    color: #d22942 !important;
    display: block;
    float: none;
    clear: both;
    border: none !important;
    border-left: 1px solid #dedede !important;
    border-radius: 0;
    width: 200px;
    padding: 5px 15px;
    text-align: center;
    box-shadow: none;
}
.account-address table.table .btn-info:hover,
.account-address table.table .btn-danger:hover{
    background: #f4f4f4 !important;
}

.account-address table.table .btn-info svg{
    margin-bottom: -3px;
    display: inline-block;
}
.account-address table.table .btn-danger svg{
    margin-bottom: -5px;
    display: inline-block;
}
.text-left.address_holder{
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.text-left.address_holder .city{
    width: 150px;
    float: left;
    display: inline-block;
    font-weight: bold;
}
.text-left.address_holder .rest_info{
    width: 70%;
    float: left;
    display: inline-block;
    max-height: 70px;
    overflow-y: auto;
    
}
.account-wishlist .account-pages-nd #content.col-sm-9 {
    padding-left: 0;
}
.account-wishlist .account-pages-nd .product-grid {
    padding: 0 5px;
}
.account-wishlist .account-pages-nd .product-grid .product-thumb {
    border: none;
    padding: 0 8px;
    border-radius: 6px;
}
.account-register #account .form-group:after,
.account-register #address .form-group:after,
.account-register #passfield .form-group:after {
    bottom: 10px;
    top: inherit;
}
.account-register #content .form-control{
    padding: 10px 10px 10px 30px;
}
.product-single .alert.alert-success.wishlist-alert button.close {
    clear: both;
    display: block;
    margin: 15px auto 0 !important;
}
.account-wishlist .wishlistNew.product-grid .list-view-link {
    display: none;
}
.product-thumb .price-old {
    line-height: 16px !important;
}
.account-wishlist .price-new {
    color: #000000 !important;
    font-size: 26px;
    margin-right: 0;
    margin-bottom: 0px;
    line-height: 23px;
    float: left;
    width: 100% !important;
}
.account-wishlist .manufacturer-product-page {
    margin-right: 0 !important;
}
.account-wishlist .manufacturer-product-page {
    position: relative;
    width: 25%;
    margin-left: 0;
    float: right;
    /* border: 1px solid #ddd; */
    margin-bottom: 0px !important;
}
.account-wishlist .account-pages-nd .product-thumb {
    overflow: inherit;
}
.account-wishlist .wishlistNew.product-grid .price-brand-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.account-wishlist .product-grid .product-thumb .caption {
    position: relative;
    justify-content: space-between;
    border: none !important;
    padding: 0 !important;
}

.mobileBody .caption .productOutStock,
.mobileBody .caption .productInStock {
    display: block !important;
}
.account-wishlist .account-pages-nd .product-thumb .manufacturer-product-page{
    position: relative;
    width: 25%;
    margin-left: 0;
    float: right;
    margin-bottom: 0px !important;
}
.mobileBody.account-wishlist .wishlistNew h4 {
    width: 100%;
    word-wrap: break-word;
}
.account-wishlist .wishlist-custom-remove-btn{
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    border-radius: 30px;
    background: #000 !important;
    color: #fff !important;
    margin-top: 10px;
}
.account-wishlist .wishlist-custom-remove-btn:hover{
    background: #ff922a !important;
}
.Brand-Logo {
    overflow: hidden;
}
.account-order .row.desktop_head,
.account-order .row.mobile_head{
    display: none;
}
.account-order .row.desktop_body,
.account-order .row.mobile_body{
    display: flex;
    margin-bottom: 15px;
    border-radius: 10px;
    background: none;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 0 0 0 20px;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    margin-bottom: 15px !important;
}
.account-order .hisCont{
    border: none !important;
}
.account-order .order_id,
.account-order .order_date,
.account-order .order_name,
.account-order .order_status,
.account-order .order_number_of_products,
.account-order .order_total{
    font-weight: bold;
}
.account-order .order_total{
    width: 125px;
}
.account-order .order_status span{
    border: 1px solid #32952a;
    padding: 2px 10px;
    border-radius: 25px;
    background: #32952a;
    color: #fff;
    display: block;
    line-height: 13px;
    max-width: 190px;
    margin: 0 auto;
}
.account-order .actionCont{
    border-left: 1px solid #dedede !important;
    height: 100px;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.account-order .actionCont a{
    background: none;
    border-radius: 0;
    text-transform: inherit;
    box-shadow: none;
    border-top: 1px solid #dedede;
}
.account-order .actionCont:first-child{
    border-top: none;
}
.account-order .row.desktop_body .actionCont a:first-child{
    border-top: none;
}
.account-order .actionCont a i{
    margin-right: 5px;
}
.account-order .actionCont a:hover i{
    color: #000;
}
.account-order .actionCont a:hover{
    color: #000;
    background: #f4f4f4 !important;
}
.account-order .order_number_of_products{
    visibility: hidden;
}
.account-order-info .account-pages-nd table tr{
    margin-bottom: 0;
    border-radius: 0;
    background: none;
    overflow: initial;
    border: none;
    padding: 0;
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
    display: flex;
    align-items: stretch;
}
.account-order-info .account-pages-nd table tr td{
    padding: 8px !important;
    line-height: 1.42857143;
    width: 100%;
}
/* Order history dropdown - START  */
.view_btn.open_dropdown{
    background: none;
    border-radius: 0;
    text-transform: inherit;
    box-shadow: none;
    border-top: 1px solid #dedede;
    width: 100%;
}
.view_btn.open_dropdown:hover {
    color: #000;
    background: #f4f4f4 !important;
}
.view_btn.open_dropdown.open .down,
.view_btn.open_dropdown .up{
    display: none;
}
.view_btn.open_dropdown.open .up{
    display: block;
}

.customer-order-row-info-box {
    display: none;
    background: #F3F3F3;
    border: 1px solid #E4E5E5;
    margin-bottom: 15px;
    border-radius: 10px;
}
.customer-order-info-section {
    display: inline-block;
    vertical-align: top;
    padding: 40px;
    width: 50%;
    float: left;
}
.customer-order-info-section-title {
    margin-bottom: 15px;
}
.text-title-small-dark-strong {
    color: #252324;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
}
.text-title-medium-dark-strong {
    color: #252324;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
}
.text-body-normal-dark-regular {
    color: #252324;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 21px;
}
.customer-order-products-section-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    border-left: 1px solid #E4E5E5;
    float: left;
}
.customer-order-products-section {
    padding: 40px;
    border-bottom: 1px solid #E4E5E5;
}
.customer-order-info-section-title {
    margin-bottom: 15px;
}
.cops-product {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E5E5;
}
.cops-product:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}
.cops-image-wrapper {
    flex: 0 0 100px;
    margin-right: 16px;
    border-radius: 5px;
    overflow: hidden;
}
.cops-image-wrapper img {
    display: block;
    width: 100%;
    max-width: 85px;
    margin: 0 auto;
}
.cops-info {
    flex: 0 1 100%;
}
.cops-info-name-wrapper {
    max-height: 42px;
    overflow: hidden;
}
.cops-info-name-wrapper a{
    color: #000;
}
.cops-info-name-wrapper a:hover{
    color: #f27d0c;
}
.text-product-title-regular-pale {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
}
.cops-info-options {
    margin-top: 10px;
}
.cops-info-option {
    display: inline-block;
    vertical-align: middle;
}
.cops-info-option:not(:last-child):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 16px;
    margin: 0 7px;
    background: #aeaeae;
}
.cops-info-prices {
    margin-top: 10px;
}
.text-product-price-medium-sale {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: normal;
    float: left;
}
.cops-info-prices .regular-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    line-height: 21px;
    font-size: 14px;
}
.text-product-price-medium-old {
    color: #252324;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: normal;
    text-decoration: line-through;
}
.customer-order-review {
    padding: 40px;
}
.customer-order-review-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E5E5;
}
.customer-order-review-row:last-child {
    border-bottom: none; 
}
.text-body-normal-dark-strong {
    color: #252324;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    text-align: right;
}
.customer-order-row-info-box .hide-order-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background: transparent;
    border: none;
    border-top: 1px solid #E4E5E5;
}
.text-body-normal-dark-regular-list {
    color: #252324;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19px;
}
@media (max-width: 1300px) {
    .customer-order-info-section,
    .customer-order-products-section,
    .customer-order-review{
        padding: 20px;
    }
    .view_btn.open_dropdown .up span,
    .view_btn.open_dropdown .down span{
        display: none;
    }
    .view_btn.open_dropdown .up i,
    .view_btn.open_dropdown .down i{
        margin-left: -4px;
    }

}
@media (max-width: 1024px) {
    .view_btn.open_dropdown .up span,
    .view_btn.open_dropdown .down span{
        display: inline-block;
    }
}
@media (max-width: 991px) {
    .customer-order-review-row {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .customer-order-review-row {
        flex-direction: initial;
        align-items: initial;
    }
}
@media (max-width: 650px) {
    .customer-order-info-section,
    .customer-order-products-section-wrapper {
        width: 100%;
    }
    .customer-order-info-section{
        border-bottom: 1px solid #E4E5E5;
    }
}

/* Order history dropdown - END */

/* .account-order-info .account-pages-nd #content.col-sm-9 {
    padding-left: 0;
} */


@media (max-width: 1400px) {
    .account-order-info .account-pages-nd .inOrderHistory.custom_btns{
        display: grid;
        align-content: center;
        align-items: center;
        gap: 5px;
    }
    .account-order-info .account-pages-nd .inOrderHistory.custom_btns a{
        margin: 0 !important;
    }
    .account-order-info .account-pages-nd .inOrderHistory {
        max-height: 85px;
        height: 85px;
    }    
}
@media (max-width: 1300px) {
    .account-login .login-boxes {
        max-width: 100%;
        margin: 0 auto;
    }
    .content-login-type #content.col-sm-9, 
    .account-pages-nd #content.col-sm-9 {
        padding-left: 0 !important;
    }
    .account-order .actionCont a span{
        display: none;
    }
    .account-order .order_number_of_products{
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1024px) {
    .mobileBody .content-login-type .login-boxes {
        display: block !important;
        float: left;
        width: 100%;
    }
    .text-left.address_holder {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .text-left.address_holder .rest_info {
        width: 97%;
        max-height: 45px;
    }
    .text-left.address_holder .city {
        margin: 5px 0;
    }
    .account-register #account .form-group:after, .account-register #address .form-group:after, .account-register #passfield .form-group:after {
        bottom: 20px;
    }
    .account-wishlist .wishlistNew.product-grid .manufacturer-product-page {
        display: block;
        width: 50%;
        margin: 0px;
        max-width: 80px;
    }
    .account-wishlist .account-pages-nd .product-grid .product-thumb {
        padding: 0;
    }


    .account-order .row.mobile_body {
        flex-wrap: wrap;
        padding: 0;
    }
    .account-order .row.mobile_body .actionCont {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; 
        align-items: center; 
        margin-top: 10px;
        border: none !important;
    }
    
    .account-order .row.mobile_body .actionCont a {
        width: 100%; 
        text-align: center; 
        box-shadow: none;
        border-top: 1px solid #dedede;
    }
    .account-order .actionCont a span {
        display: inline;
    }
    .account-order .order_status span {
        padding: 2px 5px;
        border-radius: 25px;
        width: 100%;
        display: inline-block;
        line-height: 13px;
        font-size: 11px;
    }



    .account-order .row.mobile_body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 0;
        justify-items: center;
        align-items: center;
    }
    
    .mobile_body .order_id {
        grid-column: 1; 
        grid-row: 1;
    }
    .mobile_body .order_status {
        grid-column: 2;
        grid-row: 1; 
        text-overflow: unset;
    }
    .mobile_body .order_date {
        grid-column: 1; 
         grid-row: 2; 
    }
    .mobile_body .order_number_of_products {
        grid-column: 2; 
        grid-row: 2;
    }
    .mobile_body .order_name {
        grid-column: 1;
        grid-row: 3; 
    }
    .mobile_body .order_total {
        grid-column: 2;
        grid-row: 3;
    }
    .account-order .row.mobile_body .actionCont {
        grid-column: 1 / 3;
        grid-row: 4; 
        width: 100%;
        display: flex;
        flex-direction: column; 
        gap: 0;
        text-align: center;
    }
    .account-order .order_id, 
    .account-order .order_date, 
    .account-order .order_name, 
    .account-order .order_status, 
    .account-order .order_number_of_products, 
    .account-order .order_total {
        width: 100%;
        height: auto;
        max-height: 36px;
        line-height: 20px;
        padding: 0 12px !important;
    }
    .account-order .order_id, 
    .account-order .order_status{
        padding-top: 15px !important;
        max-height: max-content;
    }
    .account-order .order_date, 
    .account-order .order_number_of_products{
        padding-bottom: 15px !important;
    }
    .account-order .order_name, 
    .account-order .order_total{
        padding-bottom: 15px !important;
    }
    .account-order .order_status span {
        padding: 2px 10px;
        width: auto;
    }
    .account-order .order_id, 
    .account-order .order_date,
    .account-order .order_name{
        text-align: left;
    }
    .account-order .order_status, 
    .account-order .order_number_of_products, 
    .account-order .order_total {
        text-align: right;
    }
    .account-order .order_number_of_products {
        position: initial;
    }
    .desktopFooter>.container>.container {
        padding: 0 !important;
    }

}
@media (max-width: 768px) {
    .account-address table.table .btn-info{
        margin-bottom: 0 !important;
    }
    footer .container>.row>.col-sm-3 {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .account-login .col-sm-6.left-box {
        border-right: none;
        border-bottom: 1px solid #eeeeee;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 5px;
        padding-bottom: 15px;
    }
    .account-login .col-sm-6.right-box{
        margin-bottom: 5px;
        padding-bottom: 15px;
    }
    .account-login .login-boxes a.btn.btn-primary {
        margin: 15px 0 30px !important;
    }
    .account-pages-nd .form-horizontal {
        width: 100%;
    }
    .account-pages-nd .buttons {
        max-width: 100%;
    }
    .account-pages-nd table.table {
        margin-bottom: 0;
    }
    .account-pages-nd table tr {
        flex-wrap: wrap;
        padding: 0;
    }
    .account-address table.table .text-left.address_holder {
        padding: 5px 10px !important;
    }
    .account-pages-nd .buttons {
        display: flex !important;
    }
    .account-address table.table .text-right.address_buttons{
        width: 100% !important;
        margin: 0 !important;
        display: inline-flex;
    }
    .account-address table.table .btn-info,
    .account-address table.table .btn-danger {
        margin-bottom: 0 !important;
        width: 50%;
        float: left;
        display: inline-block;
    }
    .account-address table.table .btn-info{
        border: none !important;
        border-top: 1px solid #dedede !important;
    }
    .account-address table.table .btn-danger{
        border-top: 1px solid #dedede !important; 
    }
    .text-left.address_holder .rest_info {
        max-height: inherit;
    }
    .account-pages-nd .buttons {
        display: grid !important;
    }
    .account-register #account .form-group:after, .account-register #address .form-group:after, .account-register #passfield .form-group:after {
        bottom: 15px;
    }
    .content-login-type .buttons .pull-right input.btn.btn-primary {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 30px;
        margin-top: 15px;
    } 
    .mobileBody.account-wishlist .account-pages-nd>.row {
        display: flex;
        flex-direction: column;
    }
    .mobileBody.account-wishlist #column-left{
        display: block !important;
        max-width: 100%;
        order: 2;
    }
    .mobileBody .account-wishlist #content.col-sm-9{
        max-width: 100%;
        order: 1;
        padding: 0;
        margin-bottom: 0;
    }

    .account-order .row.mobile_body .actionCont{
        left: 0;
        width: 100%;
        margin: 0;
    }
    .account-order .table-responsive {
        border: none;
    }
    .account-order .order_status span {
        font-size: 10px;
        white-space: normal;
        text-align: center;
    }
    .account-order .order_name{
        white-space: normal;
        line-height: normal;
    }

}
@media (max-width: 525px) {
    .account-wishlist .wishlistNew.product-grid {
        width: calc(100% / 2) !important;
        max-width: calc(100% / 2) !important;
        padding-bottom: 10px;
    }
    .mobileBody.account-wishlist #content>div {
        justify-content: normal !important;
    }
    .mobileBody.account-wishlist .wishlistNew .manufacturer-product-page {
        bottom: 0px !important;
    }
    .mobileBody.account-wishlist .wishlistNew .Brand-Logo {
        float: right;
    }
    .mobileBody.account-wishlist .wishlistNew .Brand-Logo .Img {
        width: 30px;
        height: 30px;
    }
}



/* Login page design 12.2024 END*/


/* Mobile and dekstop fixes */

@media (min-width: 767px) {
    .btn_mini_cart {
        margin-left: 0px !important;
        min-width: 100% !important;
        margin-bottom: 0px;
        background: #8cbe1a !important;
    }

    #cart ul.dropdown-menu {
        padding-bottom: 10px !important;
    }

    .xButtonModal {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: none;
        padding: 10px 12px;
        line-height: 16px;
        font-weight: bold;
        color: #000;
    }

    .product-single .alert.alert-success button.close {
        float: left;
        margin-left: -10px;
    }

    a.checkcart {
        margin: auto;
        padding: 9px 12px;
        float: right;
        margin-right: -9px;
        margin-left: 0px;
        min-width: 50%;
    }

    .alert-success {
        right: 43% !important;
        top: 30% !important;
        width: 15% !important;
        z-index: 999999 !important;
        padding: 20px;
        box-shadow: 0px 0px 100px #000;
    }

    .alert-success .price {
        font-size: 15px;
        padding: 10px 0px;
        float: left;
        color: #000;
        font-weight: bold;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .btn_mini_cart {
        margin-left: 0px !important;
        min-width: 100% !important;
        margin-bottom: 0px;
        background: #8cbe1a !important;
    }

    .xButtonModal {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: none;
        padding: 10px 12px;
        line-height: 16px;
        font-weight: bold;
        color: #000;
    }

    span.scsttl {
        float: left;
    }

    .product-single .alert.alert-success button.close {
        float: left;
        margin-left: -10px;
    }

    a.checkcart {
        margin: auto;
        padding: 9px 12px;
        float: right;
        margin-right: -9px;
        margin-left: 0px;
    }

    #product_information_2 li.manufacturer-product-page {
        margin-bottom: 10px;
    }

    .slide {
        position: relative;
    }

    .product-page .list-unstyled.product-price-product-page {
        display: block;
        width: 100%;
        float: left;
        position: absolute;
        top: 0;
        left: 16px;
        max-width: 44%;
    }

    .manus .stock-li {
        position: relative;
        bottom: -10px;
    }

    ul#baner-slides {
        bottom: 0px;
    }

    #product_information_2 #content {
        position: relative;
    }

    #product_information_2 {
        min-height: 310px;
    }

    .stock-li {
        position: relative !important;
        bottom: 0px !important;
    }

    .alert-success .price {
        font-size: 15px;
        padding: 10px 0px;
        float: left;
        color: #000;
        font-weight: bold;
        width: 100%;
    }
}

/* End mobile and dekstop fixes */

.container.no-shadow.category-single.wht .product-thumb .rating {
    display: none;
}
