/* normalize */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* normalize */



/* owl carousel - begin */


/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}




/* owl carousel - end */


/* owl theme - bagin */

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    cursor:pointer;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    /* opacity: 1; */
    cursor:pointer;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

@media screen and (min-width: 940px) {
    .stm1 {
        display:none!important;
    }
}


/* owl theme - end */


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* Main styles */
* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
html,
body {
    margin: 0;
    padding: 0;
}
a {
    display: inline-block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.clearfix {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: "";
    clear: both;
    display: table;
    zoom: 1;
}
/*  12 columns grid */
.section {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 0px;
    margin: 0px;
    zoom: 1;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (max-width: 1200px) and (min-width: 391px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 390px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.666663%;
}
.col-10 {
    width: 83.33333%;
}
.col-9 {
    width: 74.999997%;
}
.col-8 {
    width: 66.666664%;
}
.col-7 {
    width: 58.333331%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.666665%;
}
.col-4 {
    width: 33.333332%;
}
.col-3 {
    width: 24.999999%;
}
.col-2 {
    width: 16.666666%;
}
.col-1 {
    width: 8.333333%;
}
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    display: block;
    padding: 0;
    float: left;
}
/*  LESS THAN 480 PIXELS */
@media screen and (max-width: 480px) {
    .col-12,
    .col-11,
    .col-10,
    .col-9,
    .col-8,
    .col-7,
    .col-6,
    .col-5,
    .col-4,
    .col-3,
    .col-2,
    .col-1 {
        width: 100%;
    }
}
/*  LESS THAN 960 PIXELS */
@media screen and (max-width: 960px) {
    .col-12,
    .col-11,
    .col-10,
    .col-9,
    .col-8,
    .col-7,
    .col-6,
    .col-5,
    .col-4,
    .col-3,
    .col-2,
    .col-1 {
        width: 50%;
    }
}
/* Dt list */
dl {
    margin-top: 0;
}
dt {
    float: left;
    color: #706f6f;
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 960px) {
    dt {
        font-size: 16px;
    }
}
dd {
    font-size: 18px;
    font-weight: 600;
    margin-left: 30px;
    color: #0f1212;
}
@media screen and (max-width: 960px) {
    dd {
        font-size: 16px;
    }
}
ul.breadcrumbs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
}
ul.breadcrumbs > li {
    display: inline-block;
}
ul.breadcrumbs > li a {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    color: #0f1212;
}
ul.breadcrumbs > li a:hover {
    color: #ff7d00;
}


ul.breadcrumbs > li + li:before {
    content: url('../img/breadcrumb.svg');
    display: inline-block;
    vertical-align: middle;
    margin-top: -11px;
    margin-left: 5px;
    margin-right: 5px;
    width: 5px;
    height: 8px;
    line-height: 1;
}




.category__head--right ul.breadcrumbs > li + li:before {
    content: url('../img/breadcrumb.svg');
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    width: 5px;
    height: 11px;
    line-height: 1;
}

@media screen and (max-width: 960px) {
    .category__head--right ul.breadcrumbs > li + li:before {
        content: url('../img/breadcrumb.svg');
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        margin-right: 5px;
        width: 5px;
        height: 1px;
        line-height: 1.15;
    }
}


/* Inputs */
input {
    padding: 5px 10px;
}
input:focus::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}
input:focus::-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}
input:focus:-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}
input:focus:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}
/* Checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 2;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 13px;
    height: 13px;
    background: url('../img/checkbox.png');
    background-size: contain;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: url('../img/checkbox-checked.png');
    position: absolute;
    top: 7px;
    left: 3px;
    font-size: 13px;
    line-height: 0.8;
    -webkit-transition: all .5s;
    transition: all .5s;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:disabled + label {
    color: #d5d5d5;
}
/* Range */
.range-slider {
    position: relative;
    height: 40px;
    max-width: 240px;
    margin-left: 8px;
}
.range-slider img {
    max-width: auto;
}
.extra-controls {
    position: relative;
    padding: 10px 0 0;
    color: #0f1212;
    font-size: 14px;
    font-weight: 700;
    text-align:center;
}
.extra-controls input {
    display: inline-block;
    width: 40%;
    background-color: #ececec;
    color: #0f1212;
    font-size: 14px;
    border: 0 !important;
    margin: 0 2%;
    width:28%;
}
/* Pagination */
.pagination {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}
.pagination > li {
    display: inline-block;
    vertical-align: top;
    margin: 4px 2px 0 2px;
}
.pagination > li > a {
    display: block;
    font-size: 12px;
    color: #0f1212;
    width: 22px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #ececec;
    background: #f5f5f5;
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #d5d5d5 100%);
}
.pagination > li > a:hover {
    background: #0f1212;
    color: #fff;
    border: 1px solid #0f1212;
}
.pagination > li.active a {
    background: #0f1212;
    color: #fff;
    border: 1px solid #0f1212;
}
/* Icons */
.top-bar__menu--phone::before {
    content: url('../img/icon_phone-01.svg');
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
}
.top-bar__menu--phone-in::before {
    content: url('../img/icon_phone_in.svg');
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
    vertical-align: top;
    margin-top: -4px;
}
.top-bar__menu--chat::before {
    content: url('../img/icon_chat.svg');
    width: 15px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
    vertical-align: top;
    margin-top: -2px;
}
/* Top Bar */
.top-bar {
    display: block;
    background-color: #e8e8e8;
}
.top-bar:after {
    content: "";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bab9b9;
    width: 100%;
    display: table;
}
.top-bar__menu {
    text-align: right;
}
@media screen and (max-width: 960px) {
    .top-bar__menu {
        display: none !important;
    }
}
.top-bar__menu--ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}
.top-bar__menu--ul > li {
    display: inline-block;
}
.top-bar__menu--ul > li > a {
    color: #0f1212;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    padding: 0 30px;
}
.top-bar__info {
    text-align: right;
}
@media screen and (max-width: 960px) {
    .top-bar__info {
        width: 100%;
    }
}
.top-bar__info > a {
    text-align: right;
    color: #4b4a4a;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 3%;
}
@media screen and (max-width: 1024px) {
    .top-bar__info > a {
        margin: 0 0 0 2%;
    }
}
.top-bar__info > a:hover {
    color: #ff7d00 !important;
}
.top-bar__info > a.top-bar__menu--button {
    font-size: 12px;
    color: #0f1212;
    padding: 2px 15px;
    background-color: #d7d7d7;
    border-radius: 15px;
    border: 1px solid #f0efef;
}
@media screen and (max-width: 480px) {
    .top-bar__info > a.top-bar__menu--button {
        display: none;
    }
}
/* Header */
.header {
    padding: 14px 0;
    background-color: #f2f2f2;
    min-height: 95px;
    overflow: visible;
}
.header .container {
    overflow: visible;
}
.header__logo {
    padding: 10px 10px 0 30px;
}
.header__logo img {
    position: relative;
    bottom: 0;
}

@media screen and (max-width: 960px) {
    .header__logo {
        width: 33.333332%;
        display: block;
        padding: 0;
        float: left;
        /*    height: 67px; */
        height: auto;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: block;
        vertical-align:middle;
        line-height:85px;
        height:82px;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 960px) {
    .header .col-5 {
        width: 66.666664%;
        display: block;
        padding: 0;
        float: left;
    }
}
.header__menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-align: right;
    position: relative;
}
@media (min-width: 961px) and (max-width: 1050px) {
    .header__menu {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        justify-content: space-around;
    }
}
@media screen and (max-width: 960px) {
    .header__menu {
        display: none;
    }
}
.header__menu-cart {
    position: relative;
}
.header__menu-cart .cart_qty {
    position: absolute;
    width: 25px;
    height: 20px;
    top: 0;
    background-color: #f2b905;
    border: 1px solid #fff;
    line-height: 15px;
    font-size: 12px;
    color: #0f1212;
    z-index: 9;
}
.header__menu-cart .cart_qty:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 25px;
    height: 4px;
    top:18px;
    background-image: url(../img/kor1.svg);
    /*  -webkit-transform: rotate(-30deg) skewX(-45deg);
  -moz-transform: rotate(-30deg) skewX(-45deg);
  -o-transform: rotate(-30deg) skewX(-45deg);
  -ms-transform: rotate(-30deg) skewX(-45deg); */
    /*  background: #f2b905; */
    z-index: -1;
    /*  border: 1px solid #fff; */
}
.header__menu-cart .cart_qty:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0px;
    width: 7px;
    height: 6px;
    background: #f2b905;
}
.header__menu > li {
    display: inline-block;
    text-align: center;
}
.header__menu > li > a {
    line-height: 67px;
    font-size: 16px;
    color: #0f1212;
    font-weight: 700;
    padding: 0 10px 0 20px;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
    .header__menu > li > a {
        padding: 0 5px;
    }
}
.header__menu > li > a:hover,
.header__menu > li > a:focus {
    color: #ff7d00 !important;
    background-color: #e8e8e8;
}



header__menu-cart:hover {
    color: #ffffff !important;
    background-color: #ff8800 !important;
}

.header__menu > li > a:after {
    content: url('../img/icon_caret.svg');
    float: right;
    display: block;
    line-height: 1;
    width: 10px;
    height: 6px;
    margin-left: 10px;
    margin-top: 0;
    padding-top: 23px;
}
.header__menu > li > a.header__menu-cart img,
.header__menu > li > a.header__menu-user img {
    width: 23px;
    height: 19px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.header__menu > li .header__menu-user-dropdown {
    position: absolute;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    right: 0;
    list-style-type: none;
    padding: 15px;
    margin: 0 0 0 60px;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #e8e8e8;
}
.header__menu > li .header__menu-user-dropdown.logged-in {
    padding: 0;
}
.header__menu > li .header__menu-user-dropdown img {
    width: 80px;
    display: block;
    margin: 15px auto;
}
.header__menu > li .header__menu-user-dropdown span {
    text-align: center;
}
.header__menu > li .header__menu-user-dropdown .cart_item {
    margin: 15px 0 15px 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}
.header__menu > li .header__menu-user-dropdown .cart_item img {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.header__menu > li .header__menu-user-dropdown .cart_item a {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    font-size: 14px;
    color: #0f1212;
    padding: 0 5px;
}
.header__menu > li .header__menu-user-dropdown .cart_item a span {
    text-align: left;
    display: block;
    color: #ff7d00;
}
.header__menu > li .header__menu-user-dropdown .msg {
    text-align: center;
    font-size: 18px;
    color: #0f1212;
}
.header__menu > li .header__menu-user-dropdown .msg .qty {
    color: #ff7d00;
    font-weight: 700;
}
.header__menu > li .header__menu-user-dropdown a.btn-login {
    background-color: #ff7d00;
    color: #fff;
    text-align: center;
    line-height: 60px;
    display: block;
    margin: 15px auto 20px auto;
    max-width: 250px;
    font-weight: 700;
}
.header__menu > li .header__menu-user-dropdown a.btn-login:hover {
    background-color: #f2b905;
    color: #fff;
}
.header__menu > li .header__menu-user-dropdown a.btn-register {
    background-color: #e8e8e8;
    color: #0f1212;
    text-align: center;
    line-height: 60px;
    display: block;
    margin: 15px auto 20px auto;
    max-width: 250px;
    font-weight: 700;
}
.header__menu > li .header__menu-user-dropdown a.btn-register:hover {
    background-color: #f2b905;
    color: #fff;
}
.header__menu > li .header__menu-user-dropdown a.btn-signout {
    background-color: #e8e8e8;
    color: #0f1212;
    text-align: center;
    line-height: 60px;
    display: block;
    margin: 15px auto 20px auto;
    max-width: 250px;
    font-weight: 700;
}
.header__menu > li .header__menu-user-dropdown a.btn-signout:before {
    content: url(../img/log-out.svg);
    height: 19px;
    width: 19px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 3px;
}
.header__menu > li .header__menu-user-dropdown a.btn-signout:hover {
    background-color: #f2b905;
    color: #fff;
}
.header__menu > li .header__menu-user-dropdown a.btn-my-acc {
    background-color: #0f1212;
    color: #fff;
    text-align: center;
    line-height: 60px;
    display: block;
    float: left;
    margin: 15px 0;
    width: 50%;
    border-right: 1px solid #fff;
}
.header__menu > li .header__menu-user-dropdown a.btn-my-acc:before {
    content: url(../img/icon_user.svg);
    height: 19px;
    width: 19px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 3px;
}
.header__menu > li .header__menu-user-dropdown a.btn-my-acc:hover {
    background-color: #f2b905;
    color: #fff;
}
.header__menu > li .header__menu-user-dropdown a.btn-wishlist {
    background-color: #0f1212;
    color: #fff;
    text-align: center;
    line-height: 60px;
    display: block;
    float: left;
    margin: 15px 0;
    width: 50%;
    border-left: 1px solid #fff;
}
.header__menu > li .header__menu-user-dropdown a.btn-wishlist:before {
    content: url(../img/item-heart.svg);
    height: 19px;
    width: 19px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 3px;
}
.header__menu > li .header__menu-user-dropdown a.btn-wishlist:hover {
    background-color: #f2b905;
    color: #fff;
}
.header__menu > li .header__menu-user-dropdown a.items-in-cart {
    font-size: 14px;
    color: #0f1212;
    font-weight: 700;
}
.header__menu > li .header__menu-user-dropdown a.items-in-cart > span.qty {
    color: #ff7d00;
}
.header__menu > li .header__menu-user-dropdown a.cart,
.header__menu > li .header__menu-user-dropdown a.close,
.header__menu > li .header__menu-user-dropdown a.items-in-cart {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 15px 10px;
}
.header__menu > li .header__menu-user-dropdown a.cart img,
.header__menu > li .header__menu-user-dropdown a.close img,
.header__menu > li .header__menu-user-dropdown a.items-in-cart img {
    width: 22px;
    height: 18px;
}
.header__menu > li:hover .header__menu-user-dropdown {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in 0.3s;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
}
.header__menu > li:hover .header__menu-user-dropdown.logged-in {
    display: none !important;
    transition: all 0.3s ease-in 0.3s;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
}
/* Search form */
.search {
    width: 100%;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.search__input {
    display: block;
    float: left;
    line-height: 47px;
    height: 47px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    border: 1px solid #bab9b9;
    font-size: 24px;
    color: #0f1212;
    background-color: #fff;
    box-sizing: border-box;
    /* Firefox 19+ */
    /* Firefox 18- */
}
@media screen and (max-width: 768px) {
    .search__input {
        display: block;
        float: left;
        line-height: 47px;
        height: 47px;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        border: 1px solid #bab9b9;
        font-size: 18px;
        color: #0f1212;
        background-color: #fff;
        box-sizing: border-box;
        /* Firefox 19+ */
        /* Firefox 18- */
    }
}
.search__input::-webkit-input-placeholder {
    color: #bab9b9;
    line-height: 47px;
}
.search__input::-moz-placeholder {
    color: #bab9b9;
    line-height: 47px;
}
.search__input:-moz-placeholder {
    color: #bab9b9;
    line-height: 47px;
}
.search__input:-ms-input-placeholder {
    color: #bab9b9;
    line-height: 47px;
}
.search__button {
    display: block;
    padding: 2px 20px 0 20px !important;
    height: 47px;
    border: 1px solid #bab9b9;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 0px;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor:pointer;
}
/* Top Nav */
.nav {
    min-height: 50px;
    background-color: #0f1212;
    position: relative;
    z-index: 5;
}
@media (min-width: 960px) and (max-width: 1024px) {
    .nav {
        max-height: 50px !important;
    }
}
@media screen and (max-width: 960px) {
    .nav {
        z-index: 999;
    }
}
@media screen and (max-width: 960px) {
    .nav {
        background-color: #fff;
    }
}
.nav_hidden-1,
.nav_hidden-2 {
    display: none;
    border-bottom: 1px dashed #ccc;
    padding: 30px 0;
}
.nav_hidden-1 ul > li > a,
.nav_hidden-2 ul > li > a {
    color: #0f1212;
}
.nav_hidden-1 ul > li > a:hover,
.nav_hidden-2 ul > li > a:hover {
    color: #ff7d00;
}
@media screen and (max-width: 960px) {
    .nav_hidden-1,
    .nav_hidden-2 {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .mobiletitle {
        font-size:16px;
        font-weight:400;
    }
}


.nav_hidden-2 {
    margin-bottom: 30px;
}
.nav #menu-icon {
    display: none;
    background-color: #0f1212;
    width: 100%;
    overflow: hidden;
    min-height: 45px;
}
.nav #menu-icon.active .burger-wrap {
    background-color: #ff7d00;
}
.nav #menu-icon.active .burger-wrap:before {
    content: url(../img/burger-w.svg);
}

.nav #menu-icon .burger-wrap {
    display: block;
    float: right;
    line-height: 45px;
    height: 50px;
    width: 45px;
    position: relative;
    background-color: #0f1212;
}
.nav #menu-icon .burger-wrap:before {
    content: url(../img/burger.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
}
.nav #menu-icon:hover {
    background-color: #191512;
}
.nav #menu-icon img {
    width: 30px;
    height: 20px;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}
@media screen and (max-width: 960px) {
    .nav #menu-icon {
        display: block;
    }
}
.nav__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    justify-content: space-around;
    text-align: center;
    /* Sumbenu */
}
@media screen and (max-width: 960px) {
    .nav__list {
        display: none;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .nav__list {
        margin-left: -15px;
        margin-right: -15px;
    }
}/*
@media screen and (max-width: 960px) and (min-width: 481px) {
  .nav__list.active {
    display: block !important;
    margin-top: -40px;
    z-index: 99999;
  }
}*/
@media screen and (max-width: 960px) {
    .nav__list.active {
        display: block !important;
        padding: 30px 0;
        border-top: 2px solid #ff7d00;
        border-bottom: 2px solid #ff7d00;
    }

    .menu_wrapper {
        display: flex;
        flex-flow: column wrap;
    }
}
.nav__list > .menu_wrapper > li {
    /*start
      position: relative;
      height: 100%;
      end*/
    display: inline-block;
    max-width: 115px;
    vertical-align: middle;
}
/*
@media screen and (max-width: 960px) and (min-width: 481px) {
  .nav__list > .menu_wrapper > li:first-of-type {
    display: block !important;
    max-width: 100%;
    height: auto;
  }
}
*/
@media screen and (max-width: 960px) and (min-width: 481px) {
    .nav__list > .menu_wrapper > li {
        /* display: none; */
    }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
    .nav__list > .menu_wrapper > li {
        max-width: 94px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .nav__list > .menu_wrapper > li {
        min-height: 65px;
        max-height: 65px;
        line-height: 75px;
    }
}
@media screen and (min-width: 961px) and (max-width: 1023px) {
    .nav__list > .menu_wrapper > li {
        min-height: 50px;
        line-height: 50px;
        max-height: 50px;
    }
}
@media screen and (min-width: 1201px) {
    .nav__list > .menu_wrapper > li {
        min-height: 50px;
        line-height: 50px;
        max-height: 50px;
    }
}
/*
@media screen and (max-width: 480px) {
  .nav__list > .menu_wrapper > li {
    max-width: 49.5%;
    width: 100%;
    padding: 5px;
  }
}
*/
@media screen and (max-width: 550px) {
    .nav__list > .menu_wrapper > li {
        max-width: 49.5%;
        width: 100%;
        padding: 5px;
    }
}

@media screen and (min-width: 551px) and (max-width: 750px) {
    .nav__list > .menu_wrapper > li {
        max-width: 32.5%;
        width: 100%;
        padding: 5px;
    }
}

@media screen and (min-width: 751px) and (max-width: 960px) {
    .nav__list > .menu_wrapper > li {
        max-width: 24.5%;
        width: 100%;
        padding: 5px;
    }
}

.nav__list > .menu_wrapper > li > a {
    /* start
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        end*/
    text-align: center;
    line-height: 15px;
    word-wrap: break-word !important;
    font-size: 14px;
    color: #fff;
    padding: 10px 1.6%;
}
@media screen and (max-width: 960px) and (min-width: 481px) {
    .nav__list > .menu_wrapper > li > a {
        /* display: none; */
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .nav__list > .menu_wrapper > li > a {
        font-size: 11px;
        padding: 10px 0;
    }
}
@media screen and (max-width: 960px) {
    .nav__list > .menu_wrapper > li > a {
        background-color: #fff;
        border: 1px solid #ccc;
        color: #0f1212;
        display: block;
        padding: 10px 5px;
        line-height: 15px;
        text-align: left;
    }
    .nav__list > .menu_wrapper > li > a:hover,
    .nav__list > .menu_wrapper > li > a:active,
    .nav__list > .menu_wrapper > li > a:focus {
        color: #fff;
        border: 1px solid #ccc;
        background-color: #ff7d00;
    }
}
.nav__list > .menu_wrapper > li:hover {
    background-color: #ff7d00;
}
@media screen and (max-width: 480px) {
    .nav__list > .menu_wrapper > li:hover {
        background: transparent;
    }
}
.nav__list > .menu_wrapper > li:hover .nav__list-submenu,
.nav__list > .menu_wrapper > li .active.nav__list-submenu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    height: auto;
    z-index: 9999;
}
@media screen and (max-width: 960px) and (min-width: 481px) {
    .nav__list > .menu_wrapper > li:hover .nav__list-submenu,
    .nav__list > .menu_wrapper > li .active.nav__list-submenu {
        /*display: block !important;*/
    }
}
@media screen and (max-width: 480px) {
    .nav__list > .menu_wrapper > li:hover .nav__list-submenu,
    .nav__list > .menu_wrapper > li .active.nav__list-submenu {
        display: none !important;
    }
}
.nav__list-submenu {
    position: absolute;
    transition: all 0.3s ease-in-out 0.1s;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 15px 0 15px;
    background-color: #fff;
    border-top: 2px solid #ff7d00;
    border-bottom: 2px solid #ff7d00;
    color: #000;
}
.nav__list-submenu--top {
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #d9d9d9;
    text-align: center;
}
.nav__list-submenu--top-item {
    text-align: center;
    position: relative;
}
.nav__list-submenu--top-item + .nav__list-submenu--top-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 80px;
    display: block;
    float: right;
    border-right: 1px dashed #d9d9d9;
}
.nav__list-submenu--top-item img {
    display: block;
    margin: 0 auto;
    max-height: 120px;
}
.nav__list-submenu--top-item a {
    display: block;
    font-size: 18px;
    color: #191512;
    margin-bottom: 15px;
}
.nav__list-submenu--top-item a:hover {
    color: #ff7d00 !important;
}
.nav__list-submenu--bottom {
    display: block;
    background-color: #fafafa;
    overflow: hidden;
    padding: 15px;
    color: #727171;
}
.nav__list-submenu--bottom h6 {
    color: #727171;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.nav__list-submenu--bottom--list {
    position: relative;
    margin: 30px 0;
}
.nav__list-submenu--bottom--list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.nav__list-submenu--bottom--list ul li {
    display: block;
    text-align: left;
}
.nav__list-submenu--bottom--list ul li a {
    padding-left: 60px;
    padding-right: 30px;
    text-align: left;
    color: #727171;
    font-size: 16px;
    line-height: 1.5;
}
.nav__list-submenu--bottom--list ul li a:hover {
    color: #ff7d00 !important;
}
.nav__list-submenu--bottom--list + .nav__list-submenu--bottom--list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    display: block;
    float: right;
    border-right: 1px dashed #d9d9d9;
}
.nav .container {
    padding-left: 0;
    padding-right: 0;
}
.pict-padding {
    padding-top: 15px !important;
}
/* Banner section */
.banner {
    display: block;
    z-index: 0;
    /* Banner Controls */
}
@media screen and (max-width: 768px) {
    .banner {
        display: none !important;
    }
}
@media screen and (max-width: 960px) {
    .banner .container {
        padding: 0 !important;
    }
}
.banner__1 {
    background: url(../img/bg-1.jpg) center center no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 60px;
}
.banner__1 .container {
    position: relative;
}
.banner__1--left {
    padding-left: 100px;
    padding-top: 30px;
}
.banner__1--right {
    /* position: relative; */
}
.banner__1--right img {
    position: absolute;
    right: 0;
    padding-top: 100px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 50%;
}
.banner__2 {
    background: url(../img/s.gif) center center no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 60px;
}
.banner__2--left {
    padding-left: 100px;
    padding-top: 30px;
}
.banner__2--right {
    /* position: relative; */
    padding: 0 50px 0 100px;
}
.banner__2--right a.banner__more {
    margin-top: 100px !important;
}
.banner__2--right img {
    margin-top: 0px;
    width: 65%;
    float: right;
}
.banner__3 {
    background: url(../img/s.gif) center center no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 60px;
}
.banner__3--left {
    padding: 30px 50px 0 100px;
}
.banner__3--left img {
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 50%;
}
.banner__4 {
    background: url(../img/s.gif) center center no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 60px;
}
.banner__4--left {
    padding-left: 100px;
    padding-top: 30px;
}
@media screen and (max-width: 1200px) {
    .banner__4--left a.banner__more {
        margin-top: 30px !important;
    }
}
@media screen and (min-width: 1200px) {
    .banner__4--left a.banner__more {
        margin-top: 100px !important;
    }
}
.banner__4--right {
    /* position: relative; */
}
.banner__4--right img {
    margin-top: 100px;
}
.banner__5 {
    background: url(../img/s.gif) center center no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 60px;
}
.banner__5--left {
    padding-left: 100px;
    padding-top: 30px;
}
.banner__5--right {
    /* position: relative; */
}
.banner__5--right img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 50%;
}
.banner__6 {
    background: url(../img/s.gif) center center no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 60px;
}
.banner__6--left {
    padding-left: 100px;
    padding-top: 30px;
}
.banner__6--right {
    /* position: relative; */
    padding: 0 50px 0 100px;
}
@media screen and (max-width: 961px) {
    .banner__6--right a.banner__more {
        margin-top: 10px !important;
    }
}
@media screen and (min-width: 962px) {
    .banner__6--right a.banner__more {
        margin-top: 150px !important;
    }
}
.banner__7 {
    background: url(../img/s.gif) center center no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 60px;
}
.banner__7--left {
    padding-left: 100px;
    padding-top: 30px;
}
.banner__7--left h2 {
    text-transform: none !important;
    width: 75%;
}
.banner__7--left h2 span.bold {
    font-weight: 700;
    text-transform: uppercase;
}
.banner__7--left h2 span.orange {
    font-size: 36px;
    color: #ff7d00;
    text-transform: uppercase;
}
.banner__7--right {
    /* position: relative; */
    padding: 0 50px 0 100px;
}
.banner__7--right a.banner__more {
    margin-top: 20px !important;
}
.banner__8 {
    background: url(../img/s.gif) center center no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 60px;
}
.banner__8--left {
    padding-left: 100px;
    padding-top: 30px;
}
.banner__8--right {
    /* position: relative; */
}
.banner__8--right img {
    padding-top: 100px;
    padding-right: 50px;
}
.banner__9 {
    background: url(../img/s.gif) center center no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-bottom: 60px;
}
.banner h2 {
    display: block;
    text-transform: uppercase;
    text-align: left;
    color: #f2f2f2;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px #000000;
}
.banner h3 {
    display: block;
    text-transform: uppercase;
    color: #f2f2f2;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
    text-shadow: 1px 1px 2px #000000;
}
.banner ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.banner ul > li {
    display: block;
    color: #f2f2f2;
    font-size: 18px;
}
.banner ul > li:before {
    content: url('../img/circle.svg');
    width: 8px;
    height: 8px;
    display: inline-block;
    line-height: 18px;
    margin-top: 1px;
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: top;
}
.banner a.banner__more {
    margin: 15px 0;
    padding: 10px 40px;
    height: 38px;
    color: #fff;
    background-color: #ff7d00;
    position: relative;
}
.banner a.banner__more:after {
    content: url('../img/btn-arrow.svg');
    padding: 8px 15px;
    position: absolute;
    left: 100%;
    top: 0;
    height: 22px;
    width: 14px;
    background-color: #ff7d00;
}
.banner a.banner__more:hover:after {
    content: url('../img/btn-arrow.svg');
    padding: 8px 15px;
    position: absolute;
    left: 100%;
    top: 0;
    height: 22px;
    width: 14px;
    background-color: #f2b905;
    -webkit-transition: 0.65s;
    transition: 0.65s;
}
.banner .owl-wrapper-outer {
    max-height: 500px;
}

.pum1 .owl-wrapper {
    height:280px;
}

.banner .owl-controls {
    max-width: 1200px;
    width: 100%;
    margin: -100px auto 73px auto;
}
.banner .owl-controls .owl-page span {
    border-redius: 50%;
    border: 2px solid #6c6b6b;
    background: transparent;
}
.banner .owl-controls .owl-page.active span {
    background-color: #6c6b6b;
    opacity: .99 !important;
}
.banner .owl-buttons .owl-prev,
.banner .owl-buttons .owl-next {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.banner .owl-buttons .owl-prev {
    /* content: url('../img/left.svg'); */
    background-image: url('../img/left.svg') !important;
    background-repeat: no-repeat !important;
    height: 50px;
    background-color: transparent !important;
    left: 15px;
}
.banner .owl-buttons .owl-next {
    content: url('../img/right.svg');
    height: 50px;
    background-color: transparent !important;
    right: 15px;
}
.banner1 {
    display: block;
    z-index: 0;
}
@media screen and (max-width: 768px) {
    .banner1 {
        display: none !important;
    }
}
@media screen and (max-width: 960px) {
    .banner1 .container {
        padding: 0 !important;
    }
}
.banner1 ul.carousel-min {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 130px;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
}
.banner1 ul.carousel-min li {
    text-align: center;
    line-height: 1;
}
.banner1 ul.carousel-min .owl-controls {
    margin-top: 0;
}
.banner1 ul.carousel-min .owl-buttons .owl-prev,
.banner1 ul.carousel-min .owl-buttons .owl-next {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.banner1 ul.carousel-min .owl-buttons .owl-prev {
    content: url('../img/left-wh.svg');
    /* background-image: url('../img/left-wh.svg'); */
    height: 25px;
    background-color: transparent !important;
    left: 0;
    margin: 0;
}
.banner1 ul.carousel-min .owl-buttons .owl-next {
    content: url('../img/right-wh.svg');
    height: 25px;
    background-color: transparent !important;
    right: 0;
    margin: 0;
}
/* Featured categories */
.featured,
.category {
    margin-top: -72px;
    position: relative;
    z-index: 1;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .featured,
    .category {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 960px) {
    .featured .container,
    .category .container {
        padding: 0 !important;
    }
}
.featured__head,
.category__head {
    display: block;
    min-height: 72px;
    text-align: left !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    box-shadow: -1px 2px 3px 0px rgba(0, 4, 2, 0.3);
    padding: 0 20px;
    font-size: 30px;
    color: #4b4a4a;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 72px;
}


@media screen and (max-width: 960px) {
    .featured__head,
    .category__head {
        font-size: 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.featured__head--right,
.category__head--right {
    float: right;
    padding-right: 30px;
}
@media screen and (max-width: 480px) {
    .featured__head--right,
    .category__head--right {
        width: 100%;
        padding-left: 30px;
    }
}
.featured__head--right ul,
.category__head--right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
}
.featured__head--right ul > li,
.category__head--right ul > li {
    display: inline-block;
}
.featured__head--right ul > li a,
.category__head--right ul > li a {
    font-size: 12px;
    font-weight: 700;
    line-height: 72px;
    color: #0f1212;
}
.featured__head--right ul > li a:hover,
.category__head--right ul > li a:hover {
    color: #ff7d00;
}
.featured__head--right ul > li + li:before,
.category__head--right ul > li + li:before {
    content: url('../img/breadcrumb.svg');
    display: inline-block;
    vertical-align: middle;
    margin-top: -28px;
    margin-left: 5px;
    margin-right: 5px;
    width: 5px;
    height: 8px;
    line-height: 1;
}
.featured__items,
.category__items {
    background-color: #fff;
    margin-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
@media screen and (max-width: 960px) {
    .featured__items,
    .category__items {
        padding: 0 30px 50px 30px;
    }
}
.featured__items-head,
.category__items-head {
    display: block;
    font-size: 22px;
    color: #0f1212;
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) and (min-width: 501px) {
    .category__items-head {
        display: block;
        font-size: 18px;
        color: #0f1212;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .category__items-head {
        display: block;
        font-size: 15px;
        color: #0f1212;
        margin-bottom: 10px;
    }
}



.featured__items-head:hover,
.category__items-head:hover {
    color: #ff7d00;
}
.featured__items-list,
.category__items-list {
    height: 120px;
    text-align: right;
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 390px) {
    .featured__items-list,
    .category__items-list {
        height: auto;
        text-align: left;
    }
}
.featured__items-list > a,
.category__items-list > a {
    max-width: 160px;
    display: inline-block;
    vertical-align: top;
    float: left;
}
@media screen and (max-width: 1024px) and (min-width: 961px) {
    .featured__items-list > a,
    .category__items-list > a {
        max-width: 140px;
    }
}
@media screen and (max-width: 960px) and (min-width: 769px) {
    .featured__items-list > a,
    .category__items-list > a {
        max-width: 50%;
    }
}
@media screen and (max-width: 390px) {
    .featured__items-list > a,
    .category__items-list > a {
        max-width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
    }
}
.featured__items-list ul,
.category__items-list ul {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    text-align: left;
    /* margin-top: 20px; */
    padding: 0;
}
@media screen and (max-width: 390px) {
    .featured__items-list ul,
    .category__items-list ul {
        max-width: 100%;
    }
}
.featured__items-list ul li,
.category__items-list ul li {
    display: block;
}
.featured__items-list ul li a,
.category__items-list ul li a {
    padding-left: 0px;
    line-height: 1.5;
    font-size: 16px;
    color: #4b4a4a;
}

@media screen and (max-width: 1200px) and (min-width: 1100px) {
    .featured__items-list ul li a {
        padding-left: 0px;
        line-height: 1.5;
        font-size: 14px;
        color: #4b4a4a;
        transform: translateX(15px);
    }
}


/* transform: translateY(-50%); */

@media screen and (max-width: 1100px) {
    .featured__items-list ul li a {
        padding-left: 0px;
        line-height: 1.5;
        font-size: 14px;
        color: #4b4a4a;
    }
}

.featured__items-list ul li a:hover,
.category__items-list ul li a:hover {
    color: #ff7d00;
}
@media screen and (max-width: 1024px) and (min-width: 961px) {
    .featured__items-list ul li a,
    .category__items-list ul li a {
        padding-left: 0;
    }
}
.featured__items-more,
.category__items-more {
    display: block;
    clear: both;
    font-size: 18px;
    font-weight: 700;
    color: #4b4a4a;
    text-align: right;
    margin-top: 20px;
}

@media screen and (max-width: 1024px) and (min-width: 961px) {
    .category__items-more {
        display: block;
        clear: both;
        font-size: 18px;
        font-weight: 700;
        color: #4b4a4a;
        text-align: right;
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .featured__items-more {
        display: block;
        clear: both;
        font-size: 18px;
        font-weight: 700;
        color: #4b4a4a;
        text-align: right;
        margin-top: 0;
    }
}


.featured__items-more:hover,
.category__items-more:hover {
    color: #ff7d00;
}
.featured__items .item {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px dashed #d9d9d9;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .featured__items .item {
        overflow: hidden;
        padding: 5px;
        border-bottom: 1px dashed #d9d9d9;
        text-align: center;
    }
}

.featured__items .item:nth-child(3n+2) {
    border-left: 1px dashed #d9d9d9;
    border-right: 1px dashed #d9d9d9;
}
@media screen and (max-width: 960px) {
    .featured__items .item:nth-child(3n+2) {
        border-right: 0;
        border-left: 0;
    }
}
.featured__items .item:nth-last-child(1),
.featured__items .item:nth-last-child(2),
.featured__items .item:nth-last-child(3) {
    border-bottom: 0;
}
@media screen and (max-width: 960px) {
    .featured__items .item:nth-last-child(2),
    .featured__items .item:nth-last-child(3) {
        border-bottom: 1px dashed #d9d9d9;
    }
}
@media screen and (max-width: 960px) {
    .featured__items .item:nth-child(odd) {
        border-right: 1px dashed #d9d9d9;
    }
}
@media screen and (max-width: 1024px) and (min-width: 961px) {
    .featured__items .item {
        height: 270px;
    }
}
@media screen and (max-width: 768px) {
    .featured__items .item {
        width: 100%;
        border-right: 0 !important;
        height: auto;
    }
}


.category__items .item {
    height: 250px;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px dashed #d9d9d9;
    text-align: center;
}

@media screen and (max-width: 768px) and (min-width: 501px) {
    .category__items .item {
        height: 250px;
        overflow: hidden;
        padding: 15px;
        border-bottom: 1px dashed #d9d9d9;
        text-align: center;
        width:50% !important;
    }
}

@media screen and (max-width: 500px) and (min-width: 401px) {
    .category__items .item {
        height: 200px !important;
        overflow: hidden;
        padding: 15px;
        border-bottom: 1px dashed #d9d9d9;
        text-align: center;
        width:50% !important;
    }
}

@media screen and (max-width: 400px) {
    .category__items .item {
        height: 180px !important;
        overflow: hidden;
        padding: 15px;
        border-bottom: 1px dashed #d9d9d9;
        text-align: center;
        width:50% !important;
    }
}


.category__items .item:nth-child(1n) {
    border-left: 1px dashed #d9d9d9;
}
@media screen and (max-width: 960px) {
    .category__items .item:nth-child(1n) {
        border-right: 0;
        border-left: 0;
    }
}
.category__items .item:nth-child(4n+1) {
    border-left: 0;
}
.category__items .item:nth-last-child(2),
.category__items .item:nth-last-child(3),
.category__items .item:nth-last-child(4),
.category__items .item:nth-last-child(1) {
    border-bottom: 0;
}
@media screen and (max-width: 960px) {
    .category__items .item:nth-last-child(2),
    .category__items .item:nth-last-child(3),
    .category__items .item:nth-last-child(4) {
        /*border-bottom: 1px dashed #d9d9d9;*/
    }
}
@media screen and (max-width: 960px) {
    .category__items .item:nth-child(odd) {
        border-right: 1px dashed #d9d9d9;
    }
}
@media screen and (max-width: 1024px) and (min-width: 961px) {
    .category__items .item {
        height: 270px;
    }
}
@media screen and (max-width: 768px) {
    .category__items .item {
        width: 100%;
        border-right: 0 !important;
        /*    height: auto; */
    }
}
/* Circles */
.circles {
    background: url('../img/bg-2.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 406px;
    overflow: hidden;
    padding: 130px 0;
}
@media screen and (max-width: 768px) {
    .circles {
        display:none;
    }
}

.circles .item {
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 960px) and (min-width: 769px) {
    .circles .item {
        width: 25%;
    }
}
@media screen and (max-width: 768px) {
    .circles .item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
    .circles .item {
        margin-bottom: 50px;
        width: 100%;
    }
}
.circles img {
    max-width: 140px;
}
.circles a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.circles a:hover {
    color: #ff7d00 !important;
}
/* Our PERKS */


.perks {
    background-color: #ececec;
    padding: 85px 0;
}
@media screen and (max-width: 768px) {
    .perks {
        display:none;
    }
}

.perks__head {
    border-bottom: 1px solid #d9d9d9;
}
.perks__head h2 {
    font-size: 30px;
    font-weight: 500;
    color: #0f1212;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.perks__items {
    padding-top: 30px;
}
.perks__items-col {
    padding: 30px 50px;
    text-align: center;
    height: 190px;
    font-size: 14px;
    color: #4b4a4a;
}
@media screen and (max-width: 960px) and (min-width: 769px) {
    .perks__items-col {
        width: 33.333332%;
        display: block;
        padding: 0;
        float: left;
    }
}
@media screen and (max-width: 480px) {
    .perks__items-col {
        width: 100%;
    }
}
.perks__items-col img {
    margin: 20px auto;
    height: 40px;
    display: block;
}
.perks__items-col a {
    text-align: center;
    font-size: 14px;
    color: #4b4a4a;
}
.perks__items-col a:hover {
    color: #ff7d00 !important;
}
/* Latest Headlines */
.headlines {
    padding: 30px 0;
    background-color: #fff;
}
.headlines h2 {
    font-size: 30px;
    font-weight: 500;
    color: #0f1212;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.headlines_all {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #0f1212;
    padding-right: 15px;
}
.headlines_all:hover {
    color: #ff7d00;
}
.headlines__item {
    /* &:nth-child(4n) .headlines__item-box {
      margin-right: 0;
    } */
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .headlines__item {
        width: 100%;
    }
}
.headlines__item-box {
    display: block;
    overflow: hidden;
    padding: 15px 30px;
    box-shadow: 0px 0px 1px 0px rgba(0, 4, 2, 0.3);
    margin: 15px;
}
.headlines__item-box:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 4, 2, 0.3);
}
.headlines__item-box h3 > a {
    font-size: 20px;
    font-weight: 700;
    color: #0f1212;
    height: 54px;
    overflow: hidden;
}
.headlines__item-box h3 > a:hover {
    color: #ff7d00 !important;
}
.headlines__item-box span {
    display: block;
    color: #ff7d00;
    font-size: 18px;
}
.headlines__item-box img {
    text-align: center;
}
.headlines__item-box p {
    font-size: 16px;
    color: #4b4a4a;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.headlines__item-box > a {
    font-size: 14px;
    color: #4b4a4a;
    text-align: right;
    margin-top: 20px;
    display: block;
}
.headlines__item-box > a:hover {
    color: #ff7d00 !important;
}
/* Connect with 'us */
.connect {
    background-color: #ececec;
    border-top: 1px solid #fff;
    text-align: center;
    padding: 50px 0;
}
.connect:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ececec;
}
.connect h2 {
    margin-top: 0;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #0f1212;
    text-transform: uppercase;
}
.connect p {
    font-size: 14px;
    color: #0f1212;
}
.connect ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.connect ul > li {
    display: inline-block;
    padding: 15px 10px;
}
.connect ul > li a {
    display: block;
}
.connect ul > li a:hover {
    color: #ff7d00 !important;
}
.connect ul > li a img {
    display: block;
    height: 20px;
}
/* Contacts */
.contacts {
    background-color: #0f1212;
    padding: 30px 0;
    text-align: center;
}
.contacts > div {
    width: 33.333332%;
    display: block;
    padding: 0;
    float: left;
}
@media screen and (max-width: 768px) {
    .contacts > div {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .contacts > div {
        width: 100%;
    }
}
.contacts p {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}
.contacts p span {
    margin-top: -17px;
    display: block;
    color: #848383;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}
.contacts__email:before {
    content: url('../img/contacts_1.svg');
    display: block;
    float: left;
    margin-top: 1px;
    margin-right: 20px;
    width: 26px;
    height: 20px;
}
.contacts__chat:before {
    content: url('../img/contacts_2.svg');
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 20px;
    width: 25px;
    height: 23px;
}
/* Footer */
.footer {
    background-color: #ececec;
    padding: 30px 0;
}
.footer__col {
    padding: 15px 20px 0px 20px;
    min-height: 500px;
}
@media screen and (max-width: 960px) {
    .footer__col:last-child {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
        border-left: 0 !important;
        min-height: 300px;
    }
}
@media screen and (max-width: 768px) {
    .footer__col {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .footer__col {
        width: 100%;
    }
}
.footer__col + .footer__col {
    border-left: 1px dashed #d9d9d9;
}
.footer__col-half {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}
.footer__col-half h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    color: #0f1212;
    text-transform: uppercase;
    display: block;
    margin: 0;
}
.footer__col-half ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer__col-half ul li {
    display: block;
}
.footer__col-half ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #0f1212;
    word-wrap: break-word;
}
.footer__col-half ul li a:hover {
    color: #ff7d00;
}
.footer__col p {
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
    font-size: 13px;
    color: #0f1212;
}
.footer__col h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
@media screen and (max-width: 960px) {
    .footer__col h2 {
        text-align: left;
        padding-left: 55px;
    }
}
.footer__col-adress {
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #0f1212;
    display: block;
}
.footer__col-adress:before {
    content: url('../img/adress.svg');
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    width: 20px;
    height: 27px;
}
.footer__col-adress span {
    padding-left: 40px;
    display: block;
}
.footer__col-soc {
    padding-left: 60px;
    padding-top: 20px;
    font-size: 18px;
    color: #0f1212;
    white-space: nowrap;
}
@media screen and (max-width: 960px) {
    .footer__col-soc {
        display: none;
    }
}
.footer__col-soc ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
}
.footer__col-soc ul > li {
    display: inline-block;
    padding: 10px 5px;
    vertical-align: top;
}
.footer__col-soc ul > li a {
    display: block;
}
.footer__col-soc ul > li a:hover {
    color: #ff7d00 !important;
}
.footer__col-soc ul > li a img {
    display: block;
    height: 25px;
}
div.flexon {
    display: block;
    opacity: 1;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
}
.popup_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
}
/* Sub footer */
.sub-footer {
    padding: 30px 0;
    background-color: #0f1212;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
/* Category level 1 */
.banner1__2 {
    background-image: url('../img/bg-blue.png');
    min-height: 246px;
    width: 100%;
}
.banner1__2--left {
    height: 100%;
    padding-left: 5%;
}
.banner1__2--left img {
    max-width: 80%;
    line-height: 50px;
    text-align: center;
}
.banner1__2--left p {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-top: 9%;
    text-shadow: 1px 1px 2px #000000;
    white-space: nowrap;
}
.banner1__2--right {
    padding: 7.5% 0 0 5%;
}
.purpose {
    background-color: #ececec;
    padding: 3% 0 5% 0;
}
.purpose h2 {
    border-bottom: 1px solid #dadada;
    padding-left: 4%;
    padding-bottom: 20px;
    color: #4b4a4a;
}
.purpose__text {
    margin-top: 3%;
}
.purpose__link {
    display: none;
    margin-top: 5%;
    text-align: center;
}
.purpose__link span:before {
    content: url('../img/share.svg');
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 16px;
    height: 17px;
}
.purpose__link img {
    vertical-align: middle;
}
/* Category-level 2 */
.banner1__3 {
    background-image: url('../img/bg-grey.png');
    height: 473px;
    width: 100%;
}
/* Listing, Search */
.price-box {
    display: inline-block;
    float: right;
}
@media screen and (max-width: 1024px) {
    .price-box {

        display: inline-block;
        padding: 0;
        /*    float: left; */
        width:300px;
        text-align:center;
        float:right !important;
    //   position:absolute;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .price-box p span {
        font-size: 14px;
    }
}
.price-box .orange {
    color: #ff7d00;
    font-weight: 700;
}
.price-box .upper {
    text-transform: uppercase;
}
.price-box .del {
    text-decoration: line-through;
}
.price-box .free {
    padding: 30px 0;
    font-size: 16px;
    color: #ff7d00;
}
.price-box span {
    font-weight: 700;
}
.price-box p {
    margin: 0;
    padding: 0;
}
.price-box p span {
    font-size: 20px;
    line-height: 1.8;
}

.listing .sudo {
    font-size: 16px;
    line-height: 1.8;
}


@media screen and (max-width: 1024px) {
    .listing .sudo {
        font-size: 16px;
        line-height: 1.8;
        margin-top:20px;
    }
}

.listing .btn-box a.btn-add {
    display: block;
    float: right;
}
.btn-box {
    text-align: right;
    width: 100%;
    display: block;
    padding: 0;
    float: left;
}
@media screen and (max-width: 376px) {
    .btn-box {
        /*    text-align: left;
    min-width: 320px; */
    }
}
a.btn-add {
    width: 100%;
    max-width: 220px;
    text-align: center;
    padding: 0 0 0 5px;
    line-height: 42px;
    color: #fff;
    background-color: #ff7d00;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
@media screen and (max-width: 1024px) {
    a.btn-add {
        max-width: 180px;
    }
}
a.btn-add:hover {
    color: #fff;
}
a.btn-add:hover:after {
    background-color: #ff7d00;
    -webkit-transition: 0.65s;
    transition: 0.65s;
}
a.btn-add:after {
    content: "+";
    padding: 0 13px;
    margin-left: 10px;
    display: block;
    float: right;
    line-height: 42px;
    font-size: 24px;
    background-color: #f2b905;
}
@media screen and (min-width: 1200px) {
    .fright {
        display: inline-block;
        background-color: #ececec;
        line-height: 42px;
        padding: 5px;
        text-align: center;
        margin-right: 30px;
        border: 0 !important;
        width: 42px;
        height: 42px;
        vertical-align: top;
        margin-left:-30px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .fright {
        display: inline-block;
        background-color: #ececec;
        line-height: 42px;
        padding: 5px;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 10px;
        border: 0 !important;
        width: 42px;
        height: 42px;
        vertical-align: top;

    }
}


@media screen and (max-width: 1023px) and (min-width: 501px)  {
    .fright {
        display: inline-block;
        background-color: #ececec;
        line-height: 42px;
        padding: 5px;
        text-align: center;
        margin-right: 30px;
        border: 0 !important;
        width: 42px;
        height: 42px;
        vertical-align: top;
        margin-left:-30px;
    }
}


@media screen and (max-width: 500px) {
    .fright {
        display: inline-block;
        background-color: #ececec;
        line-height: 42px;
        padding: 5px;
        text-align: center;
        margin-right: -30px;
        border: 0 !important;
        width: 42px;
        height: 42px;
        vertical-align: top;
        margin-left:-30px;
        transform: translateX(0px);
    }
}
@media screen and (max-width: 500px) {
    .cartfright {
        transform: translateX(2px) !important;
    }
}

.listing {
    background: #ececec;
    display: block;
    overflow: hidden;
}


.listing__header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.listing__header h2 {
    font-size: 30px;
    color: #4b4a4a;
    padding-left: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.listing__header h1 {
    font-size: 30px;
    color: #4b4a4a;
    padding-left: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.listing__header h2 span {
    color: #ff7d00;
}
@media screen and (max-width: 768px) {
    .listing__header {
        display: none !important;
    }
}
.listing__header--right {
    float: right;
    padding: 7px 30px 22px 10px;
}
@media screen and (max-width: 480px) {
    .listing__header--right {
        width: 100%;
        padding-left: 30px;
    }
}
.listing__left {
    background-color: #fff;
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
    .listing__left {
        width: 33.333332%;
        display: block;
        padding: 0;
        float: left;
    }
}
@media screen and (max-width: 768px) {
    .listing__left {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
        margin-top: 30px;
    }
}
.listing__left--filter {
    font-size: 16px;
    margin: 0;
    line-height: 2;
    background-color: #0f1212;
    color: #fff;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.listing__left--inputs {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 2;
    background-color: #f5f5f5;
    color: #0f1212;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .listing__left--inputs {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        line-height: 2;
        background-color: #f5f5f5;
        color: #0f1212;
        padding-left: 30px;
        display: none;
    }
}

.listing__left--checkbox {
    background-color: #fff;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .listing__left--checkbox {
        background-color: #fff;
        padding: 20px;
        display:none;
    }
}

.listing__left--checkbox-col {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.listing__right {
    padding: 0 30px;
    margin-top: -1px;
}
@media screen and (max-width: 1110px) {
    .listing__right {
        width: 66.666664%;
        display: block;
        padding: 0;
        float: left;
    }
}
@media screen and (max-width: 768px) {
    .listing__right {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
        margin-top:20px;
    }
}
.listing__right .item-box {
    margin-bottom: 30px;
}
.listing__right-head {
    background-color: #d5d5d5;
    padding: 0 20px;
    line-height: 30px;
    overflow: hidden;
}
.listing__right-head span span {
    font-size: 16px;
}

@media screen and (max-width: 670px) {
    .listing__right-head span {
        font-size: 16px;
        /* float:right; */
        /* width:100%; */
    }
}

@media screen and (max-width: 670px) {
    .listing__right-head > span {
        position: absolute;
        white-space:nowrap;
        top:3px;
        right: 5px;
    }
}

@media screen and (max-width: 670px) {
    .listpag {
        height: 60px !important;
        min-height: 60px !important;
        position: relative;
    }
}

@media screen and (max-width: 670px) {
    .listp5 {
        position: absolute;
        top:30px;
        right:5px;
    }
}

.listing__right-sub-content {
    padding: 15px;
    background-color: #ffffff;
    overflow: hidden;
}

@media screen and (max-width: 1024px) and (min-width: 481px) {
    .listing__right-sub-content {
        position:relative;
        padding: 15px;
        background-color: #f5f5f5;
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {
    .listing__right-sub-content {
        position:relative;
        padding: 15px;
        background-color: #ffffff;
        overflow: hidden;
    }
}




@media screen and (max-width: 480px) {
    .listing__right-sub-content .col-7,
    .listing__right-sub-content .col-5 {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
    }
}
.listing__right-sub-content .btn-grey {
    margin-left: 30px;
    margin-top: 10px;
    padding: 0 30px;
    line-height: 29px;
    background-color: #ff8800;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.listing__right-sub-content .btn-grey:hover {
    color: #ff7d00;
    background-color: #fff;
}


.listing__right-sub-content h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    float: left;
}

.listing__right-sub-content h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    float: left;
}

@media screen and (max-width: 768px) {
    .listing__right-sub-content h3 {
        font-size: 20px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        float: left;
    }
}


.listing__right-sub-content .heart {
    float: right;
    margin-top: 7px;
    border: 1px solid #d5d5d5;
    padding: 5px 15px;
    border-radius: 2px;
    font-size: 12px;
    color: #ff7d00;
}
.listing__right-sub-content .heart:hover {
    background: #fff;
}
@media screen and (max-width: 1110px) {
    .listing__right .dropdown-box {
        width: 60%;
        display: block;
        padding: 0;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    body .listing__right .dropdown-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}


@media screen and (max-width: 500px) {
    body .listing__right-content {
        flex-direction: column;
    }
}


.listing__right-content {
    background-color: #fff;
    padding: 15px 20px;
    overflow: hidden;
    color: #0f1212;
    font-size: 14px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}
.listing__right-content h2 {
    padding-left: 0;
}
.listing__right-content .purpose__link {
    text-align: right !important;
}
@media screen and (max-width: 1024px) {
    .listing__right-content .img {
        width: 45%;
        display: block;
        padding: 0;
        float: left;
    }
}
@media screen and (max-width: 480px) {
    .listing__right-content .img {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
        text-align: center;
    }
}
@media screen and (max-width: 1024px) {
    .listing__right-content .desc {
        width: 50%;
        display: block;
        padding: 0;
        float: left;
        text-align: left;
        padding-right: 0 !important;
        border-left: 0 !important;
    }
}
@media screen and (max-width: 480px) {
    .listing__right-content .desc dt,
    .listing__right-content .desc dd {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .listing__right-content .desc {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
    }
}

.listing__right-content .form-group {
    padding: 10px 0;
}

@media screen and (max-width: 462px) {
    .listing__right-content .form-group {
        width:40%;
        padding: 10px 0;
    }
}

.listing__right-content .orange {
    color: #ff7d00;
    font-weight: 700;
}
.listing__right-content .upper {
    text-transform: uppercase;
}
.listing__right-content .del {
    text-decoration: line-through;
}
.listing__right-content .free {
    padding: 30px 0;
    font-size: 16px;
    color: #ff7d00;
}
.listing__right-content span {
    font-weight: 700;
}
.listing__right-content p {
    margin: 0;
    padding: 0;
}
.listing__right-content p span {
    font-size: 18px;
}
.listing__right-content label {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    float: left;
}

@media screen and (max-width: 462px) {
    .listing__right-content label {
        margin-top: 5px;
        font-size: 14px;
        font-weight: 700;
        display: block;
        float: left;
        margin-left:10px;
    }
}

.listing__right-content a {
    display: block;
    /*  text-align: center; */
}
.listing__right-content ul {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
    margin: 0;
    padding-left: 30px;
}
.listing__right-content ul > li {
    display: block;
}
.listing__right-content ul > li > a {
    line-height: 1.8;
    color: #0f1212;
    font-size: 12px;
}
.listing__right-content ul > li > a:hover {
    color: #ff7d00;
}
.listing__right-content .bd-dashed-right + .bd-dashed-right {
    border-left: 1px dashed #d5d5d5;
    padding: 0 30px 0 15px;
    margin: 0 0 0 15px;
}
@media screen and (max-width: 480px) {
    .listing__right-content .bd-dashed-right + .bd-dashed-right {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
        border: 0 !important;
    }
}
@media screen and (max-width: 480px) {
    .listing__right-content .bd-dashed-right {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
    }
}
.listing__right-content .helpbox {
    text-align: right;
}
@media screen and (max-width: 1024px) {
    .listing__right-content .helpbox {
        width: 83.33333%;
        display: block;
        padding: 0;
        float: left;
    }
}
@media screen and (max-width: 1200px) {
    .listing__right-content .helpbox {
        min-width: 0;
        width: 40% !important;
        float: none;
    }
}


@media screen and (max-width: 500px) {
    body .listing__right-content .helpbox {
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    .listing__right-content .helpbox {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
    }
}

@media screen and (max-width: 430px) {
    .listing__right-content .helpbox {
        display:none;
    }
}
.listing__right-content .helpbox .col-7,
.listing__right-content .helpbox .col-5 {
    width: 100%;
    display: block;
    padding: 0;
    float: left;
}
.listing__right-content .helpbox a {
    display: inline-block;
}
}
@media screen and (max-width: 480px) {
    .listing__right-content .helpbox {
        min-width: auto;
    }
    .listing__right-content .helpbox span,
    .listing__right-content .helpbox a {
        display: block;
    }
}
.listing__right-content-helpbox {
    text-align: right;
    padding: 5px 20px;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    color: #0f1212;
}
@media screen and (max-width: 960px) {
    .listing__right-content-helpbox {
        float: right;
    }
}
.listing__right-content-helpbox span {
    display: inline-block;
    line-height: 1.5;
}
.listing__right-content-helpbox .what {
    text-transform: uppercase;
    font-weight: 400;
}
@media screen and (max-width: 1200px) {
    .listing__right-content-helpbox .what {
        font-size: 12px;
    }
}
.listing__right-content-helpbox .orange {
    color: #ff7d00;
    font-weight: 700;
}
.listing__right-content-helpbox a {
    margin-top: -2px;
    padding: 0;
    line-height: 1.5;
    color: #0f1212;
    padding-right: 0;
    font-weight: 400;
}
.listing__right-content-helpbox a:hover {
    color: #ff7d00;
    text-decoration: none;
}
.listing__right-content-helpbox .phone::before {
    content: url('../img/icon_phone-01.svg');
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
}
@media screen and (max-width: 400px) {
    .listing__right-content-helpbox .phone::before {
        width: 0px;
        content: "";
    }
}
.listing__right-content-helpbox .chat::before {
    content: url('../img/icon_chat.svg');
    width: 15px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
    vertical-align: top;
    margin-top: -2px;
}
/* Select */
.form-group {
    float: left;
    padding: 0 30px 0 0;
}
.dropdown {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    padding: 0;
}
.dropdown select {
    width: 100%;
    margin: 0;
    background: none;
    border: 1px solid transparent;
    outline: none;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 12px;
    color: #444;
    padding: 0px 25px 0 5px;
    line-height: 28px;
}
.dropdown:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    right: 20px;
    z-index: 4;
    background-color: #f5f5f5;
}
.dropdown::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    right: 5px;
    margin-top: -4px;
    z-index: 2;
    background: url("../img/sel.svg") 0 0 no-repeat;
    pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .dropdown select::-ms-expand {
        display: none;
    }
    select:focus::-ms-value {
        background: transparent;
        color: #222;
    }
}
body:last-child .dropdown::after,
x:-moz-any-link {
    display: none;
}
body:last-child .dropdown select,
x:-moz-any-link {
    padding-right: .8em;
}
_::-moz-progress-bar,
body:last-child .dropdown {
    overflow: hidden;
}
_::-moz-progress-bar,
body:last-child .dropdown:after {
    display: block;
}
_::-moz-progress-bar,
body:last-child .dropdown select {
    padding-right: 1.9em;
    -moz-appearance: window;
    text-indent: 0.01px;
    text-overflow: "";
    width: 110%;
}
_::-moz-progress-bar,
body:last-child .dropdown select:focus {
    outline: 2px solid rgba(180, 222, 250, 0.7);
}
x:-o-prefocus,
.dropdown::after {
    display: none;
}
.dropdown:hover {
    border: 1px solid #888;
}
select:focus {
    outline: none;
    box-shadow: 0 0 1px 3px rgba(180, 222, 250, 0);
    background-color: transparent;
    color: #222;
    border: 1px solid #aaa;
    border-radius: 0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
option {
    font-weight: normal;
}
.button {
    max-width: 100px;
    border-radius: 0 !important;
    border: 1px solid #ececec;
    background: #f5f5f5;
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #d5d5d5 100%);
}
.keyword-result {
    font-weight: 700;
}
/* Shipping address */
.address {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 50px !important;
}
.address__header--left {
    display: inline-block;
}
.address__header--left h2 {
    font-size: 30px;
    color: #4b4a4a;
    font-weight: 700;
    text-transform: uppercase;
    margin: 50px 30px 0 0;
}

.address__header--left h1 {
    font-size: 30px;
    color: #4b4a4a;
    font-weight: 700;
    text-transform: uppercase;
    margin: 50px 30px 0 0;
}

@media screen and (max-width: 768px) {
    .address__header--left h2 {
        margin: 30px 0 0 0;
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .address__header--left h1 {
        margin: 30px 0 0 0;
        font-size: 20px;
    }
}
.address__header--left__bread {
    display: inline-block;
}
.address__header--left__bread ul {
    list-style-type: none;
    padding: 0;
    margin-left: 40px;
    margin-top: -25px;
    margin-bottom: 0;
    display: inline-block;
}
.address__header--left__bread ul > li {
    display: inline-block;
}
.address__header--left__bread ul > li a {
    font-size: 12px;
    font-weight: 700;
    line-height: 47px;
    color: #0f1212;
}
.address__header--left__bread ul > li a:hover {
    color: #ff7d00;
}
.address__header--left__bread ul > li + li:before {
    content: url('../img/breadcrumb.svg');
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    width: 5px;
    height: 8px;
    line-height: 1;
}
.address__header--right {
    width: 203px;
    height: 50px;
    border: 1px solid #e8e8e8;
    float: right;
    margin-top: 70px;
    padding-top: 4px;
}
@media screen and (max-width: 768px) {
    .address__header--right {
        display: none;
    }
}
.address__header--right p {
    font-size: 14px;
    margin: 0;
    text-align: center;
}
.address__header--right p span {
    font-size: 12px;
}
.address__header--right__telefone span:before {
    content: url('../img/icon_phone-01.svg');
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    width: 10px;
    height: 10px;
    line-height: 1;
}
.address__header--right__chat span:before {
    content: url('../img/icon_chat.svg');
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    width: 13px;
    height: 11px;
    line-height: 1;
}
.address__header--border {
    border: 5px solid #e8e8e8;
}
.address__aside--left {
    padding-top: 40px !important;
    border-right: 1px solid #e8e8e8;
}
@media screen and (max-width: 960px) {
    .address__aside--left {
        margin: 0 auto !important;
        width: 74.999997% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        float: none !important;
        margin-bottom: 30px !important;
        margin-top: 50px !important;
    }
}
@media screen and (max-width: 768px) {
    .address__aside--left {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.address__aside--left input {
    width: 75%;
}
@media screen and (max-width: 768px) {
    .address__aside--left input {
        width: 85%;
    }
}
.address__aside--left__1 {
    display: block;
}
@media screen and (max-width: 768px) {
    .address__aside--left__1 {
        width: 41.666665% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.address__aside--left__1 p {
    font-size: 14px;
    font-weight: bold;
    color: #0f1212;
    text-align: center;
    padding-bottom: 30px;
    margin: 15px 0px;
    height: 45px;
}
@media screen and (max-width: 960px) {
    .address__aside--left__1 p {
        text-align: left;
    }
}
.address__aside--left__2 {
    display: block;
    padding-top: 10px !important;
}
@media screen and (max-width: 768px) {
    .address__aside--left__2 {
        width: 58.333331% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.address__aside--left__2 input {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    height: 30px;
    margin-bottom: 30px;
    line-height:20px;
    padding: 0 10px;
}
.address__aside--left__2 a {
    color: #e8e8e8;
    font-weight: 700;
    padding-left: 20px;
}
.address__aside--left__2 #city {
    color: #ff7d00;
    font-weight: 700;
    font-size: 12px;
    float: right;
}
.address__aside--center {
    padding-top: 40px !important;
    padding-left: 5% !important;
    padding-bottom: 70px !important;
    border-right: 1px solid #e8e8e8;
    /*  border-left: 1px solid #e8e8e8; */
}
@media screen and (max-width: 960px) {
    .address__aside--center {
        margin: 0 auto !important;
        width: 74.999997% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        float: none !important;
        margin-bottom: 30px !important;
        border: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .address__aside--center {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.address__aside--center input {
    width: 75%;
}
@media screen and (max-width: 768px) {
    .address__aside--center input {
        width: 85%;
    }
}
.address__aside--center > p {
    font-size: 14px;
    font-weight: 700;
    color: #0f1212;
}
.address__aside--center__1 {
    display: block;
}
.address__aside--center__1 p {
    font-size: 14px;
    font-weight: 700;
    color: #0f1212;
    padding-bottom: 27px;
}
@media screen and (max-width: 768px) {
    .address__aside--center__1 {
        width: 41.666665% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.address__aside--center__2 {
    display: block;
    padding-top: 10px !important;
    padding-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
    .address__aside--center__2 {
        width: 58.333331% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.address__aside--center__2 input {
    color: #333333 !important;
    font-size: 14px;
    font-weight: 700;
    color: #bab9b9;
    height: 30px;
    margin-bottom: 30px;
}
.address__aside--center__2 input.valid {
    color: #ff7d00;
    text-align: right;
}
.address__aside--center__2 .warning {
    width: 13px;
    height: 13px;
    margin-left: 15px;
}
@media screen and (max-width: 960px) {
    .address__aside--center__2 .warning {
        margin-left: 20px;
    }
}
.address__aside--right {
    padding-top: 34px !important;
    padding-left: 15px !important;
}
.address__aside--right textarea {
    width: 100%;
}
@media screen and (max-width: 960px) {
    .address__aside--right {
        margin: 0 auto !important;
        width: 41.666665% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        float: none !important;
        margin-bottom: 30px !important;
    }
}
@media screen and (max-width: 768px) {
    .address__aside--right {
        width: 58.333331% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        margin: 0 auto;
        float: none !important;
    }
}
.address__aside--right__1 {
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
    .address__aside--right__1 {
        border: 0 !important;
    }
}
.address__aside--right__1 .price {
    font-size: 20px;
    color: #ff7d00;
    float: right;
    line-height: 1;
}
.address__aside--right__2 {
    font-size: 12px;
    margin-bottom: -12px;
}
.address__aside--right__2 .free {
    float: right;
    font-weight: 700;
}
.address__aside--right__2 .zero {
    float: right;
    font-weight: 400;
}
.address__aside--right__3 {
    font-size: 12px;
    margin-bottom: 10px;
}
.address__aside--right__3 .sum {
    float: right;
    font-weight: 400;
}
.address__aside--right__4 {
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #e8e8e8;
    margin-top: -6px;
    padding-top: 40px;
}
.address__aside--right textarea {
    margin-top: -6px;
}
.address__aside--right [type="checkbox"]:not(:checked) + label,
.address__aside--right [type="checkbox"]:checked + label {
    line-height: 2.5;
    font-size: 11px;
}
.address__aside--right a,
.address__aside--right a:hover {
    border: 0;
    text-decoration: none;
    margin-top: 30px;
    display: block;
}
.address__aside--right a button,
.address__aside--right a:hover button {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    height: 60px;
    width: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: #ff7d00;
}
.address__aside--footer {
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;

}
/* Wish list */
.address__products {
    overflow: hidden;
    padding-bottom: 50px !important;
    margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
    .address__products {
        width: 100% !important;
        margin-bottom: 0;
        border: 0 !important;
    }
}
.address__products--right {
    /*border-left: 1px solid #e8e8e8;*/
    padding: 3px 0 30px 15px !important;
    margin-bottom: 50px;
}

@media screen and (max-width: 960px) and (min-width: 768px) {
    .address__products--right {
        width: 30% !important;
        border: 0 !important;
        padding: 0 !important;
        float:right;
    }
}


@media screen and (max-width: 1024px) and (min-width: 961px) {
    .address__products--right {
        border-left: 0;
        padding: 30px 0 30px 15px !important;
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 768px) {
    .address__products--right {
        width: 50% !important;
        border: 0 !important;
        padding: 0 !important;
        float:right;
    }

    span[id="Kicker Custom Minimal1_1"] {
        transform: translateX(-38px);
    }

    a.btn-add {
        margin-right: 10px;
    }

    #popup-addedToCart .fright {
        transform: translateX(0) !important;
    }

    .address__products--left__plus {
        margin-right: 10px;
    }

    body .address__2 .address__products--right.col-3 {
        width: 50% !important;
        float: right !important;
    }



}


@media screen and (max-width: 768px) {
    div.flexon {
        top: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
}


@media screen and (min-width: 500px) and (max-width: 767px) {
    .price-box {
        display: inline-block;
        padding: 0;
        float: right !important;
        width: 300px;
        text-align: right;
        margin: 0 auto;
    }
}



@media screen and (max-width: 480px) {
    .address__products--right {
        width: 100% !important;
        border: 0 !important;
        padding: 0 !important;
        float:right;
    }
}
.address__products--right .btn-acc {
    margin-top: 20px;
}
.address__products--right .btn-acc,
.address__products--right .btn-history {
    background-color: #e8e8e8;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    color: #0f1212;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.address__products--right .btn-acc:hover,
.address__products--right .btn-history:hover {
    background-color: #ff7d00;
    color: #fff;
}


.address__products--right .btn-hist1:before {
    content: url("../img/icon_history.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}


.address__products--right .btn-hist1 {
    background-color: #ff7d00;
    color: #fff;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.address__products--right .btn-hist1:hover {
    color: #0f1212;
    background-color: #e8e8e8;
}




.address__products--right .btn-wish {
    background-color: #e8e8e8;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.address__products--right .btn-wish:hover {
    background-color: #e8e8e8;
    color: #0f1212;
}
.address__products--right .btn-acc:before {
    content: url("../img/icon_user.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}
.address__products--right .btn-history:before {
    content: url("../img/icon_history.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}
.address__products--right .btn-wish:before {
    content: url("../img/heart-wh.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}
.address__products--left {
    border-bottom: 10px solid #e8e8e8;
    padding: 30px 0 !important;
    border-right: 1px solid #e8e8e8;
}
.address__products--left__img {
    text-align: center;
}
@media screen and (max-width: 960px) and (min-width: 769px) {
    .address__products--left__img {
        width: 24.999999% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
@media screen and (max-width: 768px) {
    .address__products--left__img {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.address__products--left__img .heart {
    margin-right: 50px;
    margin-bottom: 25px;
    width: 15px;
    height: 15px;
}
.address__products--left__img .heart2 {
    max-width: 100px;
    margin-right: 10px;
}


.address__products--left__description {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding-left: 30px !important;
}

@media screen and (max-width: 640px) {
    .address__products--left__description {
        border-left: 1px solid #e8e8e8;
        border-right: 0px solid #e8e8e8;
        padding-left: 30px !important;
    }
}

@media screen and (max-width: 960px) {
    .address__products--left__description {
        width: 50% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        padding-left: 15px !important;
    }
}
@media screen and (max-width: 768px) {
    .address__products--left__description {
        width: 108% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        border-left: 0 !important;
    }
}
.address__products--left__description p {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .address__products--left__description p {
        margin: 0 !important;
        font-size: 18px;
        font-weight: 400;
        padding-left: 10px !important;
    }
}
@media screen and (max-width: 480px) {
    .address__products--left__description p {
        font-size: 14px;
    }
}
.address__products--left__description .descript {
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 480px) {
    .address__products--left__description .descript {
        font-size: 14px;
    }
}
.address__products--left__price {
    border-right: 1px solid #e8e8e8;
    padding: 0 15px !important;
    text-align: left;
    color: #ff7d00;
    font-weight: 700;
    line-height: 72px;
}
@media screen and (max-width: 960px) and (min-width: 769px) {
    .address__products--left__price {
        width: 16.666666% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        padding-left: 15px !important;
    }
}
@media screen and (max-width: 768px) {
    .address__products--left__price {
        width: 24.999999% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        padding-left: 15px !important;
    }
}
.address__products--left__plus {
    text-align: center;
    line-height: 72px;
}
@media screen and (max-width: 960px) {
    .address__products--left__plus {
        width: 8.333333% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.address__products--left__plus img {
    width: 15px;
    height: 15px;
}
.address__2 {
    margin-bottom: 20px !important;
}
.address__products--2 p {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 400;
}
.address__products--left__stock {
    border-right: 1px solid #e8e8e8;
    padding: 0 5px !important;
    text-align: left;
    color: #ff7d00;
    font-weight: 700;
    line-height: 72px;
    font-size: 15px;
    text-align: center;
}
.address__products--left__imput {
    border-right: 1px solid #e8e8e8;
    padding: 0 5px !important;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
}
.address__products--left__imput input {
    margin: 14px auto !important;
}
.address__products--left__prices1 {
    border-right: 1px solid #e8e8e8;
    padding: 0 5px !important;
    text-align: left;
    color: #ff7d00;
    font-weight: 700;
    line-height: 72px;
    font-size: 15px;
    text-align: center;
}
.address__products--left__tu {
    padding: 30px 0 !important;
}
.security__left--img {
    text-align: center;
}
.security__left--img img {
    line-height: 100px;
    padding-top: 30px;
}
.security__left--right span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 18px;
    margin-top: 11px;
}
.security__left--right p {
    margin: 0px;
    font-size: 14px;
    width: 90%;
}
.we__value--right--img {
    text-align: center;
}
.we__value--right--img img {
    padding-top: 30px;
}
.we__value--leter span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 18px;
    margin-top: 11px;
}
.we__value--leter p {
    margin: 0px;
    font-size: 14px;
    width: 90%;
}
.we__value--right {
    border-left: 1px solid #e8e8e8;
}
.security {
    margin-bottom: 20px !important;
}
.country {
    height: 33px;
}
.country > ul {
    list-style-type: none;
    position: relative;
    padding: 0;
    width: 250px;
}
@media screen and (max-width: 960px) {
    .country > ul {
        margin: 0 auto;
    }
}
.country > ul > li {
    position: relative;
}
.country > ul > li a {
    width: auto;
    border: 1px solid #e8e8e8;
    text-transform: uppercase;
    color: #0f1212;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    display: block;
}
.country > ul > li > a:after {
    content: url(../img/icon_caret.svg);
    width: 10px;
    display: block;
    float: right;
    margin-top: -5px;
}
.country > ul > li.active .country__dropdown {
    display: block;
}
.country .country__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 250px;
    display: none;
}
.country .country__dropdown a {
    background-color: #fff;
    line-height: 33px;
    border-bottom: 1px solid #e8e8e8;
}
.address__code input {
    margin-top: 15px;
    width: 250px;
}
.address__expedited {
    padding-top: 15px;
}
.address__expedited > ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 250px;
}
@media screen and (max-width: 960px) {
    .address__expedited > ul {
        margin: 0 auto;
    }
}
.address__expedited > ul > li {
    position: relative;
}
.address__expedited > ul > li > a {
    width: 250px;
    border: 1px solid #e8e8e8;
    text-transform: none;
    color: #0f1212;
    padding: 10px;
    font-size: 12px;
}
.address__expedited > ul > li > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.address__expedited > ul > li > ul > li a {
    width: 250px;
    border: 1px solid #e8e8e8;
    text-transform: none;
    color: #0f1212;
    padding: 10px;
    font-size: 12px;
}
.address__expedited > ul > li > ul > li a .expedited__desc {
    width: 77%;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.address__expedited > ul > li > ul > li a .expedited__price {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
}
.address__expedited > ul > li .expedited__desc {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.address__expedited > ul > li .expedited__price {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}
.address__expedited > ul > li > a:after {
    content: url(../img/icon_caret.svg);
    width: 10px;
    display: inline-block;
    margin-left: 5px;
}
.address__expedited > ul > li.active .expedited__dropdown {
    display: block;
}
.address__expedited .expedited__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 250px;
    display: none;
}
.address__expedited .expedited__dropdown a {
    background-color: #fff;
    line-height: 33px;
    border: 1px solid #e8e8e8;
    width: 250px;
}
.address__subtotal {
    text-transform: uppercase;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 250px;
    margin-top: 15px;
    min-height: 110px;
    padding: 10px 0px;
}
@media screen and (max-width: 960px) {
    .address__subtotal {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
    }
}
.address__subtotal .subtotal__left p {
    /*margin: 0px;*/
    margin: 4px 0 0 0;
}
@media screen and (max-width: 960px) {
    .address__subtotal .subtotal__left {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
    }
}
.address__subtotal .subtotal__right {
    text-align: right;
}
.address__subtotal .subtotal__right > span {
    margin-bottom: 10px;
    color: #ff7d00;
    display: block;
    font-weight: 700;
}
.address__subtotal .subtotal__right > p {
    font-size: 14px;
    margin: 4px 0 0 0;
}
@media screen and (max-width: 960px) {
    .address__subtotal .subtotal__right {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
    }
}
.address__subtotal .subtotal__left {
    font-size: 14px;
}

.address__subtotal .subtotal__left > p {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .nortoncart .address__subtotal .subtotal__left > p {
        margin-top: 10px !important;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .preprice {
        margin-top:10px;
    }
}

@media screen and (max-width: 768px) {
    .checkoutsubtotal {
        margin-top: 7px !important;
        height:22px;
    }
}
@media screen and (max-width: 768px) {
    .address__pay {
        /*  width: 250px; */
        padding: 0 10px;
    }
}
.address__pay .address__pay--left {
    text-transform: uppercase;
}
@media screen and (min-width: 961px) {
    .address__pay {
        width: 250px;
    }
}
.address__pay .address__pay--right > p {
    text-transform: uppercase;
    font-weight: 700;
    color: #ff7d00;
    text-align: right;
}
.address__pay--or {
    margin: 0;
    text-align: center;
    font-weight: 700;
}
.btn-checkout {
    background-color: #ff7d00;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
    margin-bottom: 10px;
}
.btn-checkout:before {
    content: url(../img/card.svg);
    width: 30px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.btn-checkout:hover {
    background-color: #f2b905;
}
.btn-paypal {
    background-color: #e8e8e8;
    margin-top: 10px;
    padding: 0 30px;
    font-size: 18px;
    color: #000;
    text-align: left;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/paypal.png);
    background-repeat: no-repeat;
    background-position: right 11px top 15px;
    /*  &:after {
    content: url(../img/paypal.png);
    width: 48px;
    display: inline-block;
    margin-right: 22px;
    vertical-align: middle;
    margin-top: 13px;
  } */
}
.btn-paypal:hover {
    background-color: #f2b905;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .address__2 .col-9 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
    .address__2 .col-3 {
        width: 50% !important;
        display: block !important;
        padding: 0 !important;
        float: right !important;
    }

    .address__2 .estimate-wrap + .estimate-wrap {
        border-left: 1px solid #e8e8e8;
    }

    .address__2 .col-6 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
    .address__2 .col-4 {
        width: 33.333332% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
    .address__2 .col-8 {
        width: 66.666664% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}

@media screen and (max-width: 768px) {
    .address__2 .estimate-wrap + .estimate-wrap {
        border-left: 0px solid #e8e8e8;
    }
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
    .address__2 .col-6 {
        width: 50% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
    .address__2 .col-2 {
        width: 16.666666% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
    .address__2 .col-1 {
        width: 8.333333% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
    .address__2 .estimate-wrap {
        width: 50% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        text-align: center;
    }
    .address__2 .estimate-wrap h3,
    .address__2 .estimate-wrap .country,
    .address__2 .estimate-wrap .address__code,
    .address__2 .estimate-wrap .address__expedited,
    .address__2 .estimate-wrap .address__subtotal,
    .address__2 .estimate-wrap .address__pay {
        margin: 0 auto !important;
    }
    .address__2 .col-4 {
        width: 33.333332% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
    .address__2 .col-8 {
        width: 66.666664% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
@media screen and (max-width: 767px) {
    .address__2 .col-6 {
        width: 58.333331%;
        display: block;
        padding: 0;
        float: left;
        border: 0;
    }
    .address__2 .col-6.subtotal__left,
    .address__2 .col-6.subtotal__right {
        width: 50% !important;
        padding: 10px 0;
    }
    .address__2 .col-1 {
        width: 24.999999% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        margin-top: 30px;
    }
    .address__2 .security__left,
    .address__2 .we__value--right {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
    .address__2 .address__code input {
        margin: 15px auto 0 auto;
        display: block;
    }
    .address__2 .address__pay {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
    }
}

@media screen and (max-width: 767px) and (min-width: 501px) {
    .address__2 .col-2 {
        width: 41.666665% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}

@media screen and (max-width: 500px) {
    .address__2 .col-2 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}

.address__can--search {
    border-bottom: 10px solid #e8e8e8;
    padding: 15px 0 !important;
}
.address__status--search {
    border-bottom: 10px solid #e8e8e8;
    height: 58px;
    line-height: 48px;
}
.address__status--search .col-2 {
    width: 16.666666% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
}
.address__status--search .col-5 {
    width: 41.666665% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
}
.address__status--search .col-1 {
    width: 8.333333% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
}
.address__status--search > div {
    text-align: center;
    padding: 10px 0 !important;
    font-weight: 700;
}
.status--search1__img img {
    width: 15px;
    height: 15px;
}
.address__status--search1 {
    border-bottom: 10px solid #e8e8e8;
    height: 130px;
}
.address__status--search1 > div {
    text-align: center;
    padding: 15px 0 !important;
    margin: 33px 0px;
}
.address__status--search1 > div + div {
    border-left: 1px solid #e8e8e8;
}
.address__status--search1 .col-2 {
    width: 16.666666% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
}
.address__status--search1 .col-5 {
    width: 41.666665% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
}
.address__status--search1 .col-1 {
    width: 8.333333% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
}
.address__status--last a {
    text-decoration: none;
    line-height: 41px;
    color: #000;
    background-color: #e8e8e8;
    margin-top: 65px;
    width: 166px;
    text-align: center;
}
.address__products--wrap {
    overflow: hidden;
    margin-bottom: 0px !important;
}
@media mobile and (max-width: 960px) {
    .address__products--wrap {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.address__status--last p:first-child {
    margin-top: 55px;
}
.address__status--last p {
    display: inline-block;
    font-weight: 700;
    width: 254px;
    margin: 3px 0px;
}
.address__status--last span {
    color: #ff7d00;
    text-align: right;
    float: right;
    margin-left: 50px;
}
@media screen and (max-width: 480px) {
    .address__status--last span {
        float: none !important;
        margin-left: 20px;
        display: inline-block;
    }
}
.section_banner {
    background-color: #fff;
    display: block;
}
@media screen and (max-width: 960px) {
    .section_banner .breadcrumbs {
        display: none;
    }
}
.list_text-1 {
    list-style-type: none;
    font-size: 12px;
    padding-left: 30px;
    font-weight: 600;
}
.list_text-1 li {
    display: inline-block;
}
.list_text-1 li a {
    color: #4b4a4a;
}
.list_text-1 li a p {
    color: #ff7d00;
    display: inline-block;
    margin-left: 5px;
}
.section_banner-border {
    border: 0;
    background-color: #d7d7d7;
    height: 6px;
    margin: 0px auto;
}
.banner_4 {
    text-align: center;
    margin-top: 60px;
    /*  padding: 0 60px !important; */
    padding: 0 25px !important;
}


@media screen and (max-width: 500px) {
    .banner_4 {
        text-align: center;
        margin-top: 0px;
        padding: 0 25px !important;
    }
}

@media screen and (max-width: 780px) and (min-width: 501px) {
    .banner_4 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        padding: 0 60px !important;
    }
}

@media screen and (max-width: 500px) {
    .banner_4 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        padding: 0 !important;
    }
}

.banner_4 .owl-carousel:first-child {
    margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
    .banner_4 .owl-carousel:first-child {
        margin-bottom: 0px;
    }
}
.banner_4 .owl-item {
    padding: 0 15px;
}
.banner_4 .owl-buttons .owl-prev,
.banner_4 .owl-buttons .owl-next {
    content: "";
    position: absolute;
    top: 35%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.banner_4 .owl-buttons .owl-prev {
    /* content: url('../img/left.svg'); */
    background-image: url('../img/left.svg') !important;
    background-repeat: no-repeat !important;
    height: 26px;
    background-color: transparent !important;
    left: -28px;
}
.banner_4 .owl-buttons .owl-next {
    /* content: url('../img/right.svg'); */
    background-image: url('../img/right.svg') !important;
    background-repeat: no-repeat !important;
    height: 30px;
    background-color: transparent !important;
    right: -35px;
}

.sudo {
    margin-top: 60px;
}
@media screen and (max-width: 500px) {
    .sudo {
        margin-top: 0px;
    }
}




.sudo b {
    margin-right: 5px;
}
@media screen and (max-width: 780px) and (min-width: 501px) {
    .banner_5 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        padding: 0 60px !important;
    }
}
@media screen and (max-width: 500px) {
    .banner_5 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        padding: 0 60px !important;
        margin-top: 15px;
    }
}
.banner_5 img {
    float: right;
}
.banner_3 {
    margin-bottom: 15px;
}
@media screen and (max-width: 780px) {
    .banner_3 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        padding: 0 60px !important;
    }
}
.add_to-wish {
    color: #ff7d00;
    border: 1px solid #d7d7d7;
    text-align: center;
    float: right;
    padding: 0 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    display: inline-block;
    border-radius: 3px;
}
.add_to-wish:hover {
    color: #0f1212;
}
.questions_left {
    text-transform: uppercase;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px !important;
}
@media screen and (max-width: 1052px) {
    .questions_left {
        font-size: 13px;
        font-weight: 700;
    }
}
@media screen and (max-width: 960px) {
    .questions_left {
        font-size: 14px;
        font-weight: 600;
    }
}
.questions_left span {
    color: #ff7d00;
    text-transform: none;
    font-size: 14px;
}
.questions_right {
    text-align: right;
    display: inline-block;
    padding-right: 10px !important;
}
@media screen and (max-width: 1052px) {
    .questions_right {
        font-size: 15px;
        font-weight: 600;
    }
}
@media screen and (max-width: 960px) {
    .questions_right {
        font-size: 18px;
        font-weight: 400;
    }
}
.questions_right img {
    padding-right: 10px;
}
.banner_3 {
    padding: 0px;
}
.stickers {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width: 960px) and (min-width: 469px) {
    .stickers {
        float: none;
    }
}
@media screen and (max-width: 468px) {
    .stickers {
        float: none;
        margin-left: -60px;
        margin-right: -60px;
        text-align: center;
        transform: translateX(10px);
    }
}

.stickers img {
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    width: 86px;
    height: 99px;

}
@media screen and (max-width: 468px) {
    .stickers img {
        float: none !important;
        display: inline-block;
        margin-top: 20px;
        margin-right: 20px;
    }
}
.stickers img + img {
    margin-right: 20px;
}
.prices {
    margin-bottom: 20px;
}
.border_inside {
    min-height: 99px;
    width: 92%;
    border: 1px solid #d7d7d7;
    margin: 2px auto;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}
.border_inside p {
    margin: 0px;
    color: #f2b905;
    font-weight: 700;
    font-size: 17px;
}
.border_inside img {
    margin: 0px auto;
    display: block;
}
.banner_3-1 {
    float: right;
    display: inline-block;
    text-align: right;
    font-size: 18px;
    margin: 25px 0px;
}
.banner_3-1 span {
    color: #f57c00;
    font-size: 20px;
}
.banner_cart {
    float: right;
    height: 37px;
    display: block;
    min-width: 80%;
}
.cart_1 {
    display: inline-block;
    float: right;
    text-align: center;
    min-width: 30px;
}
.cart_2 {
    display: inline-block;
    float: right;
    text-align: center;
    width: 158px;
    min-height: 37px;
}
.cart_2 a {
    width: 160px;
    background-color: #f57c00;
    min-height: 38px;
    padding-top: 0px;
    position: relative;
    text-align: center;
    color: #fff;
}
.cart_2 a p {
    display: inline-block;
    margin: 6px 0px;
    padding-right: 23px;
}
.cart_2 a span {
    padding: 4px 9px;
    background-color: #f2b905;
    display: inline-block;
    position: absolute;
    right: 1px;
    color: #fff;
    font-size: 21px;
}
.cart_3 {
    display: inline-block;
    float: right;
    text-align: center;
    width: 45px;
    min-height: 38px;
    background-color: #ececec;
    margin-right: 60px;
    padding-top: 7px;
}
/*--End Banner section--*/
/*--section_nav-second--*/
.section_nav-second {
    display: block;
}

@media screen and (max-width: 433px) {
    .section_nav-second {
        display: block;
        /*  margin-top: -170px; */
    }
}

.section_nav--second1 {
    min-height: 700px;
    display: block;
    background-color: #fafafa;
}
.nav_second-img {
    float: right;
    display: inline-block;
    padding: 0;
    line-height: 40px;
}
@media screen and (max-width: 780px) {
    .nav_second-img {
        width: 100%;
        display: block;
        float: none;
        margin-top: 10px;
    }
}
@media (max-width: 1090px) {
    .nav_second-img {
        width: 100%;
        display: block;
        float: none;
        padding-top: 10px;
    }
}
.nav_second-img img {
    display: none;
    vertical-align: middle;
    max-width: 50px;
    margin-top: 3px;
}
.nav_second-img img + img {
    margin-left: 5px;
}
.nav_second-img a.btn-add {
    vertical-align: middle;
    display: inline-block;
    width: 200px !important;
    margin-left: 15px;
    padding-left: 15px !important;
    /*  @media screen and (max-width: 1024px) and (min-width: 781px) {
      margin-left: 0;
      margin-right: 0;
      margin-top: 15px;
      display: block;
    } */
}
#tab4 {
    text-align: center;
    max-width: 1200px;
    margin: auto;
}
.alink {
    height: 62px;
    padding-top: 16px;
}
ul.tabs {
    display: block;
    margin: 20px 0px 0px 0px;
    padding: 0;
    list-style: none;
    width: 100%;
    background: #0f1212;
    padding: 5px 0;
    overflow: hidden;
    margin-top: 0;
}
@media screen and (max-width: 1024px) {
    ul.tabs {
        /*  padding: 15px; */
    }
}
@media screen and (max-width: 841px) {
    ul.tabs {
        margin: 0px 0px 0px 0px;
    }
}
/*#stick .container li:nth-child(5) {*/
/*padding: 0;*/
/*float: right;*/
/*width: 220px;*/
/*}*/
/*@media screen and (max-width: 900px) {*/
/*#stick .container li:nth-child(5) {*/
/*width: 170px;*/
/*}*/
/*}*/
/*@media screen and (max-width: 803px) {*/
/*#stick .container li:nth-child(5) {*/
/*display: none;*/
/*}*/
/*}*/
/*#stick .container li:nth-child(5) div {*/
/*display: inline-block;*/
/*width: 220px;*/
/*height: 42px;*/
/*text-transform: none !important;*/
/*text-align: right;*/
/*background-color: #0f1212;*/
/*}*/
/*@media screen and (max-width: 900px) {*/
/*#stick .container li:nth-child(5) div {*/
/*width: 170px;*/
/*}*/
/*}*/
/*@media screen and (max-width: 800px) {*/
/*#stick .container li:nth-child(5) div {*/
/*display: none;*/
/*}*/
/*}*/
/*#stick .container li:nth-child(5):hover::after {*/
/*content: "";*/
/*}*/

#stick .container li.buttonplus {
    padding: 0;
    float: right;
    width: 220px;
}
@media screen and (max-width: 900px) {
    #stick .container li.buttonplus {
        width: 170px;
    }
}
@media screen and (max-width: 803px) {
    #stick .container li.buttonplus {
        display: none;
    }
}
#stick .container li.buttonplus div {
    display: inline-block;
    width: 220px;
    height: 42px;
    text-transform: none !important;
    text-align: right;
    background-color: #0f1212;
}
@media screen and (max-width: 900px) {
    #stick .container li.buttonplus div {
        width: 170px;
    }
}
@media screen and (max-width: 800px) {
    #stick .container li.buttonplus div {
        display: none;
    }
}
#stick .container li.buttonplus:hover::after {
    content: "";
}
ul.tabs li {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    margin-top: 6px;
    padding: 0px 15px;
    width: 170px;
    text-align: center;
    line-height: 42px;
    background-color: #f2f2f2;
    color: #000;
    overflow: hidden;
    position: relative;
    z-index: 999;
    font-size: 16px;
    text-transform: uppercase;
}
@media screen and (max-width: 980px) {
    ul.tabs li {
        /* margin-top: 62px; */
    }
}
@media screen and (max-width: 780px) {
    ul.tabs li {
        /* margin-top: 0; */
        padding-right: 15px;
        /*margin-bottom: 15px; */
    }
}
ul.tabs li + li {
    margin-left: 20px;
}
@media screen and (max-width: 780px) {
    ul.tabs li + li {
        margin-left: 0;
    }
}
ul.tabs li:hover {
    background-color: #f57c00;
    color: #fff;
    -webkit-transition: 0.65s;
    transition: 0.65s;
}
ul.tabs li:hover:after {
    content: url("../img/arr-down.svg");
    display: block;
    position: absolute;
    top: 8px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
}
ul.tabs li.active {
    background-color: #ff7d00;
    color: #fff;
    position: relative;
}
ul.tabs li.active:after {
    content: url("../img/arr-down.svg");
    display: block;
    position: absolute;
    top: 8px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
}
.btn-white {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #0f1212;
    line-height: 42px;
    padding: 0px 30px;
    margin-left: 15px;
}
.btn-white:hover {
    background-color: #ff7d00;
    color: #fff;
}
ul.table-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
}
ul.table-list > li {
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px dashed #d5d5d5;
}
.tab_container {
    border-top: 0;
    background: #fff;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.tab_content {
    padding: 0px;
    background-color: #fff;
}
.tab_drawer_heading {
    display: none;
}
@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        border-top: 1px solid #333;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
    }
    .d_active {
        background-color: #666;
        color: #fff;
    }
}
.features_border {
    background-color: #e8e8e8;
    padding: 0 15px;
    min-height: 32px;
    line-height: 32px;
    margin-top: 20px;
    text-align: left;
}
.features_item {
    padding: 15px 0 30px 0;
}
@media screen and (max-width: 780px) {
    .features_item {
        padding-bottom: 0;
    }
}
.features_item p {
    text-align: left;
    font-size: 14px;
    line-height: 2;
}
.features_item ul.orange-disc {
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
.features_item ul.orange-disc > li {
    line-height: 2;
    display: block;
    padding: 15px 0 0 30px;
    position: relative;
}
.features_item ul.orange-disc > li:before {
    content: url("../img/circle_list.svg");
    width: 8px;
    height: 8px;
    margin-right: 15px;
    float: left;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
}
.features_item ul.files {
    list-style-type: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}
@media screen and (max-width: 780px) {
    .features_item ul.files {
        margin-bottom: 0;
    }
}
.features_item ul.files > li {
    display: inline-block;
}
@media screen and (max-width: 780px) {
    .features_item ul.files > li {
        margin-right: 30px;
        margin-bottom: 30px;
    }
}
.features_item ul.files > li + li {
    margin-left: 30px;
}
@media screen and (max-width: 780px) {
    .features_item ul.files > li + li {
        margin-left: 0;
    }
}
.features_item ul.files > li > a {
    display: block;
    position: relative;
    background-color: #f2f2f2;
    padding: 12px 15px 12px 90px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #0f1212;
    text-align: center;
}
.features_item ul.files > li > a:hover:before {
    background-color: #ff7d00 !important;
    -webkit-transition: 0.65s;
    transition: 0.65s;
}
.features_item ul.files > li > a > span {
    font-size: 10px;
    font-weight: 400;
    display: block;
    text-align: center;
}
.features_item ul.files > li > a.rates:before {
    content: url(../img/ic_rates.svg);
    display: block;
    position: absolute;
    line-height: 65px;
    background-color: #d5d5d5;
    padding: 0 10px;
    width: 53px;
    height: 60px;
    top: 0;
    left: 0;
}
.features_item ul.files > li > a.datasheet:before {
    content: url(../img/ic_sheet.svg);
    display: block;
    position: absolute;
    line-height: 70px;
    background-color: #d5d5d5;
    padding: 0px 20px;
    width: 26px;
    height: 60px;
    top: 0;
    left: 0;
}
.features_item ul.files > li > a.manual:before {
    content: url(../img/ic_book.svg);
    display: block;
    position: absolute;
    line-height: 70px;
    background-color: #d5d5d5;
    padding: 0px 20px;
    width: 26px;
    height: 60px;
    top: 0;
    left: 0;
}
.features_border1 {
    border: 1px solid #ff7d00;
    border-radius: 50%;
    padding: 3px 3px;
    width: 3px;
    height: 3px;
}
.border_lap {
    width: 3%;
    min-height: 40px;
}
/*
@media screen and (max-width: 980px) and (min-width: 781px) {
  .features_right {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
  }
}

@media screen and (max-width: 780px) and (min-width: 667px) {
  .features_right {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
    margin-top: -450px;
  }
}

@media screen and (max-width: 666px) and (min-width: 561px) {
  .features_right {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
    margin-top: -400px;
  }
}

@media screen and (max-width: 560px) and (min-width: 401px) {
  .features_right {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
    margin-top: -300px;
  }
}

@media screen and (max-width: 400px) {
  .features_right {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    float: left !important;
  }
}
*/

@media screen and (max-width: 980px) and (min-width: 781px) {
    .video {
        margin-top: 20px;
    }
}
@media screen and (max-width: 780px) {
    .video {
        margin-bottom: 30px;
    }
}
.video,
.features_section2 {
    padding-left: 30px !important;
}
@media screen and (max-width: 980px) and (min-width: 781px) {
    .video,
    .features_section2 {
        display: block;
        float: left;
        width: 50%;
        padding-right: 30px;
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 780px) {
    .video,
    .features_section2 {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 980px) {
    .tab_content .features_section {
        width: 100%;
        display: block;
        padding: 0;
        float: left;
    }
}
/*---section_video---*/
.section_video {
    background-color: #fafafa;
    min-height: 600px;
    text-align: center;
}
.video_wu {
    text-align: center;
}
.video_text {
    width: 90%;
    display: inline-block;
    text-align: left;
    margin: 30px auto;
    font-size: 14px;
}
.video_text img {
    display: inline-block;
}
.customers_also {
    background-color: #ececec;
    min-height: 700px;
}
.customers_also h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #0f1212;
    padding-left: 50px;
}
.customers_view {
    display: block;
    text-align: center;
}
@media screen and (max-width: 980px) {
    .customers_view {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 780px) {
    .customers_view {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.view_1 {
    background-color: #fff;
    min-height: 530px;
    width: 90%;
    text-align: center;
    padding: 30px 20px;
    display: inline-block;
    font-weight: 600;
}
.view_1 img {
    display: inline-block;
    margin-bottom: 30px;
}
.view_1 p {
    font-weight: 600;
    font-size: 17px;
    text-align: left;
}
.view_1 span {
    color: #f57c00;
}
.view_border {
    border: 2px solid #ececec;
    margin-bottom: 15px;
}
.view_free {
    color: #ff7d00;
    font-size: 12px !important;
    text-align: center !important;
    display: block;
}
.view_2 a {
    width: 160px;
    background-color: #f57c00;
    min-height: 38px;
    padding-top: 0px;
    position: relative;
    text-align: center;
    color: #fff;
}
.view_2 a p {
    display: inline-block;
    margin: 6px 0px;
    padding-right: 23px;
}
.view_2 a span {
    padding: 4px 9px;
    background-color: #f2b905;
    display: inline-block;
    position: absolute;
    right: 1px;
    color: #fff;
    font-size: 21px;
}
.table {
    overflow: hidden;
    max-width: 780px;
    display: block;
    margin-bottom: 60px !important;
    padding: 30px 60px;
}
.table .features_border {
    padding: 0 15px !important;
}
@media screen and (max-width: 980px) {
    .table .features_border {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
        padding: 0 15px !important;
    }
}
@media screen and (max-width: 780px) {
    .table .col-6 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.table .col-6 + .col-6 {
    border-left: 1px dashed #d5d5d5;
}
@media screen and (max-width: 780px) {
    .table .col-6 + .col-6 {
        border: 0;
    }
}
.table .col-6:nth-child(3) ul > li {
    padding-left: 30px;
}
@media screen and (max-width: 780px) {
    .table .col-6:nth-child(3) ul > li {
        padding-left: 15px;
    }
}
.table ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.table ul > li {
    padding: 0 15px;
    text-align: left;
    display: block;
    line-height: 2;
    color: #0f1212;
}
.table ul > li:nth-child(even) {
    background-color: #f5f5f5;
}
#tab2 .table {
    margin-left: auto;
    margin-right: auto;
}
.section_contacts {
    background-color: #ececec;
    min-height: 400px;
}
.section_contacts h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    margin-top: 60px;
}
.search_1 img {
    margin-top: 5px;
    display: inline-block;
}
@media screen and (max-width: 980px) {
    .search_1 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 780px) {
    .search_1 {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        float: left !important;
    }
}
.search_left {
    text-align: center;
}
.search_right {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.search_right p {
    margin: 25px 0px 10px 0px;
    text-align: left;
}
.search_right span {
    font-size: 18px;
    color: #f57c00;
    font-weight: 600;
}
.search_right a {
    color: #4a4849;
    font-size: 18px;
    text-transform: none;
    display: block;
}
.search_right a:hover {
    color: #ff7d00;
}
.subdiv {
    padding: 20px 10px;
    background-color: #ffffff;
    display: inline-block;
    width: 90%;
    min-width: 280px;
}
.ececec {
    background-color: #ececec;
}
/* Account detail */
.account-details {
    text-align: center;
    max-width: 100%;
}
.account-details img {
    max-width: 80px;
    display: inline-block;
    text-align: center;
}
.account-details a {
    font-size: 18px;
    color: #ff7d00;
    padding: 10px 0;
    display: block;
    text-align: center;
}
.account-details a img {
    display: inline-block;
    width: 20px;
}
.account_delete a {
    font-size: 14px;
    color: #ff7d00;
    padding: 10px 0;
    display: block;
    text-align: center;
}


a.btn-orange {
    float: right;
    margin-right: 50px;
    background-color: #ff7d00;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
}
a.btn-orange:hover {
    background-color: #e8e8e8;
    color: #0f1212;
}

a.btn-coup {
    background-color: #ff7d00;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    position: absolute;
    top: -31px;
    right: 0;
}
a.btn-coup:hover {
    background-color: #e8e8e8;
    color: #0f1212;
}

.coup {
    height: 40px;
    display:block;
    width: 100%;
    /*  width: calc(100% - 60px); */
}

.coupondiv {
    width:100%;
    position:relative;
    margin-bottom: 20px;
    padding-right: 60px;
}


/* Popup */
#flex-overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.popup {
    background-color: #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    width: 300px;
}
.popup .close img {
    width: 18px;
    border: 2px solid #e8e8e8;
    padding: 2px;
    border-radius: 100%;
    float: right;
    cursor: pointer;
    z-index: 10000;
    position: relative;
}
.popup h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0f1212;
    text-align: center;
    display: block;
    margin: 30px 0px;
}
.popup input {
    display: block;
    min-width: 250px;
    margin: 15px auto;
    line-height: 36px;
    height: 36px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
}
.popup .input-group {
    width: 250px;
    margin: 0 auto;
}
.popup .input-min {
    min-width: 100px !important;
    width: 100px;
    display: inline-block;
}
.popup a.update-min {
    display: inline-block;
    width: 40px;
    text-align: center;
}
.popup a.update-min img {
    width: 20px;
    vertical-align: middle;
}

div.popup p {
    display: block;
    margin-top: 0;
    font-size: 14px;
    padding: 0 15px;
    text-align:center;
    transform: translateY(-10px);
}

#servicemessagewish {
    position: relative;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;

}

div#servicemessagewish p {
    display: block;
    margin-top: 0;
    font-size: 18px;
    padding: 30px;
    text-align:center;
    transform: translateY(10px);
}

.popup p a {
    color: #ff7d00;
}
.popup .forgot {
    line-height: 36px;
    display: block;
    float: right;
    margin-top: -51px;
    margin-right: 10px !important;
    padding: 0 10px;
    background-color: #e8e8e8;
    color: #0f1212;
    font-size: 14px;
}
.popup .forgot:hover {
    color: #ff7d00;
}
.popup a.btn-login {
    background-color: #ff7d00;
    color: #fff;
    text-align: center;
    line-height: 60px;
    display: block;
    margin: 30px auto 20px auto;
    max-width: 250px;
    font-weight: 700;
}
.popup a.btn-login:hover {
    background-color: #f2b905;
    color: #fff;
}
.popup a.btn-register {
    background-color: #e8e8e8;
    color: #0f1212;
    text-align: center;
    line-height: 60px;
    display: block;
    margin: 15px auto 20px auto;
    max-width: 250px;
    font-weight: 700;
}
.popup span a.btn-register {
    background-color: #e8e8e8;
    color: #0f1212;
    text-align: center;
    line-height: 60px;
    display: block;
    margin: 15px auto 20px auto;
    max-width: 250px;
    font-weight: 700;
}
.popup a.btn-register:hover {
    background-color: #f2b905;
    color: #fff;
}
.popup span a.btn-register:hover {
    background-color: #f2b905;
    color: #fff;
}
.sticky-wrapper {
    position: relative;
    z-index: 9999;
}
.sticky-wrapper .sticky-ver {
    margin: 0;
}
.sticky-wrapper .sticky-ver a.btn-add {
    display: none;
}
.sticky-wrapper.is-sticky img,
.sticky-wrapper.is-sticky a.btn-add {
    display: inline-block;
}
.pull-left {
    overflow: hidden;
    width: 34%;
    padding-right: 30px;
}
@media screen and (max-width: 1150px) and (min-width: 1051px) {
    .pull-left {
        top: 650px;
    }
}
@media screen and (max-width: 1050px) and (min-width: 961px) {
    .pull-left {
        position: absolute;
        top: 600px;
    }
}
@media screen and (max-width: 960px) and (min-width: 781px) {
    .pull-left {
        padding: 30px;
        width: 50%;
    }
}
@media screen and (max-width: 780px) {
    .pull-left {
        padding: 30px;
        width: 100%;
        float: right;
    }
}
.listing__right-content label {
    margin-top: 0;
    line-height: 32px;
}
_::-moz-progress-bar,
body:last-child .dropdown select {
    -moz-appearance: none;
}
#popup-addedToCart {
    width: 1000px;
    max-width: 100%;
    opacity: 1;
}
#popup-addedToCart h4 {
    text-align: left;
}
#popup-addedToCart .fright {
    min-width: 0;
}

#popup-addedToCart .btn-wrapp-popup {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 65px;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    #popup-addedToCart .btn-wrapp-popup {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: block;
        -webkit-box-pack: end;
        justify-content: space-between;
        text-align: center;
        margin-top: 65px;
        margin-bottom: 25px;
    }
}

.tribut {
    margin-right: -16%;
}

@media screen and (max-width: 768px) {
    .tribut {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    #popup-addedToCart .btn-wrapp-popup span {
        margin-bottom: 15px;
        padding-bottom: 15px;
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    .address__products--left__stock.col-1 {
        display:none !important;
    }
}

@media screen and (max-width: 640px) {
    .cenapop {
        display:none !important;
    }
}

@media screen and (max-width: 640px) {
    .krestpop {
        display:none !important;
    }
}




@media screen and (max-width: 640px) {
    .fright.newamount {
        display:none;
    }
}

@media screen and (max-width: 640px) {
    .address__products--left__price.address__products--left__prices1.col-1.popup_cell_noborder {
        display:none;
    }
}

@media screen and (max-width: 640px) {
    .krestpop {
        display:none;
    }
}



#popup-addedToCart .btn-checkout,
#popup-addedToCart .btn-paypal,
#popup-addedToCart .btn-register {
    width: 240px;
    height: 56px;
    margin: 0;
    line-height: 55px;
    padding: 0 20px;
}
#popup-addedToCart .btn-register {
    margin-right: 20px;
}
#popup-addedToCart .address__pay--or {
    display: inline-block;
    margin-left: 7.5px;
    margin-right: 7.5px;
}
#popup-addedToCart .popup_cell_noborder {
    border-right: 0;
}
#popup-addedToCart .popup_cell_last {
    position: relative;
    border-left: 1px solid #e8e8e8;
    border-right: 0;
}
#popup-addedToCart .popup_cell_last:before {
    /*  content: 'Text'; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -60px;
    text-align: center;
    color: #0f1212;
    font-size: 15px;
}
#popup-addedToCart input {
    text-align: center;
}
#popup-addedToCart .col-5 {
    padding-right: 30px;
}
#popup-addedToCart .address__products--left {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
     justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 961px) {
    #popup-addedToCart .address__products--left div {
        height: 72px;
        min-height: 72px;
    }
}

@media (max-width: 960px) {
    #popup-addedToCart .address__products--left div {
        /*width: auto !important;*/
    }
}
/* new item start*/
.new_feat_item {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}


.new_feat_item ul.files {
    list-style-type: none;
    margin: 30px 10px;
    padding: 0;
    text-align: left;
}

@media screen and (max-width: 560px) {
    .new_feat_item ul.files {
        list-style-type: none;
        margin: 30px 10px;
        padding: 0;
        text-align: center;
    }
}


.new_feat_item ul.files > li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
    margin: 5px;
}
.new_feat_item ul.files > li > a > span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
}
.new_feat_item ul.files > li > a.rates::before {
    background-color: #d5d5d5;
    content: url("../img/ic_rates.svg");
    display: block;
    height: 60px;
    left: 0;
    line-height: 65px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    width: 53px;
}
.new_feat_item ul.files > li > a {
    background-color: #f2f2f2;
    color: #0f1212;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px 12px 90px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.new_feat_item ul.files > li > a.datasheet::before {
    background-color: #d5d5d5;
    content: url("../img/ic_sheet.svg");
    display: block;
    height: 60px;
    left: 0;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 26px;
}
.new_feat_item ul.files > li > a {
    background-color: #f2f2f2;
    color: #0f1212;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px 12px 90px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.new_feat_item ul.files > li > a.manual::before {
    background-color: #d5d5d5;
    content: url("../img/ic_book.svg");
    display: block;
    height: 60px;
    left: 0;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 26px;
}
.new_feat_item ul.files > li > a {
    background-color: #f2f2f2;
    color: #0f1212;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px 12px 90px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.new_feat_item ul.files > li > a:hover:before {
    background-color: #ff7d00 !important;
    -webkit-transition: 0.65s;
    transition: 0.65s;
}
/* separator*/
/* new item end*/
/* new stick start*/
.st {
    width: 100%;
    /* text-align:center; */
    margin: 0;
    /* max-height:64px; */
}
@media screen and (max-width: 841px) and (min-width: 434px) {
    .st {
        max-height: 133px;
        /* min-height:133px; */
    }
}
@media screen and (max-width: 803px) {
    .st {
        float: none;
        text-align: center;
    }
}
@media screen and (max-width: 433px) {
    .st {
        max-height: 256px;
        /*    min-height: 256px; */
    }
}
.buttonplus {
    display: none;
}
@media screen and (max-width: 803px) {
    .buttonplus {
        display: none !important;
    }
}
.stup {
    position: fixed;
    z-index: 9999;
    /* top: -20px; */
    top: 0;
}
@media screefn and (max-width: 841px) and (min-width: 434px) {
    .stup {
        top: -10px;
    }
}
.stdown {
    z-index: 9999;
    position: fixed;
    bottom: 0px;
}
/* new stick end*/
.hiddenblock {
    display: none;
}
.p0 {
    padding: 0;
}
.video0 {
    margin-top: 15px;
}
.nav__list-submenu--bottom--list ul li {
    line-height: 1;
}
.small-height {
    line-height: 1;
}
.section_anounce {
    background-color: #ececec;
}
.goodblock {
    display: block;
    background-color: #ececec;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.goodblock div {
    background-color: #ececec;
    width: 33.3%;
    margin: 0px;
    padding: 20px;
    display: block;
    float: left;
    min-width: 383px;
}
.goodblock div div {
    background-color: #ffffff;
    width: 100%;
}
.goodblock div div div {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.goodblock div div div img {
    margin-top: 40px;
}
.goodblock div div div p {
    margin: 25px 0 10px;
}
.center {
    text-align: center;
}
.inlinediv {
    display: inline-block;
    width: 33%;
    min-width: 290px;
}

.content_pages{
    background-color: #ffffff;
    padding: 20px;
}

.downitem{
    height:78px;
    vertical-align:middle;
    line-height:78px;
    cursor:pointer;
}
.imgmiddle{
    display: inline-block;
    vertical-align:middle;
    max-height: 280px;
}

.upitem{
    height: 280px;
    vertical-align: middle;
    line-height: 280px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:hidden;
}
.video-responsive1 {
    position: relative;
    padding-bottom: 91.31%;
    height: 0;
    overflow:hidden;
}
.video-responsive2 {
    position: relative;
    padding-bottom: 61.38%;
    height: 0;
    overflow:hidden;
}
.video-responsive3 {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive img,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive1 iframe,
.video-responsive1 object,
.video-responsive1 img,
.video-responsive1 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*  height: 100%; */
    max-width:260px;
}

.video-responsive2 iframe,
.video-responsive2 object,
.video-responsive2 img,
.video-responsive2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive3 iframe,
.video-responsive3 object,
.video-responsive3 img,
.video-responsive3 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*  height: 100%; */
    max-width:192px;
}



.classim3 {
    width:192px;
    height:192px;
    min-width:192px;
    min-height:192px;
}

.classim1 {
    width:260px;
    height:237px;
    min-width:260px;
    min-height:237px;
}

a.btn-no {
    background-color: #ff7d00;
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 60px;
    /*margin: 15px auto 20px;*/
    max-width: 200px;
    text-align: center;
}

button.btn-login {
    background-color: #ff7d00;
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 60px;
    max-width: 250px;
    width:200px;
}

.regimg img {
    vertical-align:top;
}

.regimg input {
    vertical-align:top;
    margin-top:0;
}

.iv-img {
    justify-content:space-around;
    flex-direction: row;
    display: flex;
    align-items:flex-start;

}

.errorinput {
    border: 2px solid #ff0000 !important;
}


.popup a.btn-log {
    background-color: #ff7d00;
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 60px;
    margin: 30px auto 20px;
    max-width: 250px;
    text-align: center;
}


.bread2 {
    float:left;
    margin-top: -6px;
    margin-left:10px;
}

.k10 {
    max-height:600px;
    overflow-x: auto;
}

.selectship {
    color: #bab9b9;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    margin-bottom: 30px;
    width: 75%;
    padding: 5px 10px;
    overflow: visible;
    box-sizing: border-box;
}


button.btn-cont {
    background-color: #ff7d00;
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 40px;
    border: 0;
    width: 75%;
    cursor: pointer;
}

.passplus {
    color: #00a000;
}

.passminus {
    color: #a00000;
}

.statushide {
    display:none;
}

.statusshow {
    display:inline;
}



.newheart {

    border: 1px solid #d5d5d5;
    border-radius: 2px;
    color: #ff7d00;
    float: right;
    font-size: 12px;
    margin-top: 7px;
    padding: 5px 15px;

}

.newheart a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.6s ease 0s;
}


.address__status--search1 a {
    color:black;
}
.address__status--search1 a:hover {
    color:black;
    text-decoration:underline;
}


/* address__products--right col-3 */


.aa {
    color:#000000;
}

.aa:hover {
    color:#000000;
}

/* new style right buttons - begin*/

/* 3 icon start*/
.address__products--right .btn-3 {
    background-color: #e8e8e8;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    color: #0f1212;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.address__products--right .btn-3:hover {
    background-color: #ff7d00;
    color: #ffffff;
}
.address__products--right .btn-3:before {
    content: url("../img/icon3.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}

.address__products--right .btn-3:before:hover {
    content: url("../img/icon31.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}
/* 3 icon  end */

/* 3 icon hover start */
.address__products--right .btn-3h {
    background-color: #ff7d00;
    color: #ffffff;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.address__products--right .btn-3h:hover {
    background-color: #e8e8e8;
    color: #0f1212;
}
.address__products--right .btn-3h:before {
    content: url("../img/icon31.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}

.address__products--right .btn-3h:before:hover {
    content: url("../img/icon3.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}
/* 3 icon hover end */



/* 2 icon  start */
.address__products--right .btn-2 {
    background-color: #e8e8e8;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    color: #0f1212;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.address__products--right .btn-2:hover {
    background-color: #ff7d00;
    color: #ffffff;
}
.address__products--right .btn-2:before {
    content: url("../img/icon2.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}

.address__products--right .btn-2:before:hover {
    content: url("../img/icon21.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}
/* 2 icon end */

/* 2 icon hover start */
.address__products--right .btn-2h {
    background-color: #ff7d00;
    color: #ffffff;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.address__products--right .btn-2h:hover {
    background-color: #e8e8e8;
    color: #0f1212;
}
.address__products--right .btn-2h:before {
    content: url("../img/icon21.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}

.address__products--right .btn-2h:before:hover {
    content: url("../img/icon2.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}
/* 2 icon hover end */




/* 1 icon  start */
.address__products--right .btn-1 {
    background-color: #e8e8e8;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    color: #0f1212;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;

}
.address__products--right .btn-1:hover {
    background-color: #ff7d00;
    color: #ffffff;
}
.address__products--right .btn-1:before {
    content: url("../img/icon1.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}

.address__products--right .btn-1:before:hover {
    content: url("../img/icon11.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}
/* 1 icon end */

/* 1 icon hover start */
.address__products--right .btn-1h {
    background-color: #ff7d00;
    color: #ffffff;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.address__products--right .btn-1h:hover {
    background-color: #e8e8e8;
    color: #0f1212;
}
.address__products--right .btn-1h:before {
    content: url("../img/icon11.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}

.address__products--right .btn-1h:before:hover {
    content: url("../img/icon1.svg");
    width: 18px;
    height: auto;
    display: inline-block;
    float: left;
}
/* 1 icon hover end */



/* new style right buttons - end*/

.contacts__chat {
    cursor:pointer;
}

.upblock {
    max-width: 100%;
    width: 1000px;
    display: none;
    left: 50%;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    opacity: 1;
    border: 0px;
}

.upblock img {
    width:178px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

.downlink a {
    color: #000000;
}

#id_div > iframe {
    border: none;
    height: 300px;
    width: 250px;
}


@media screen and (max-width: 960px) and (min-width: 501px)  {

    #id_div > iframe {
        border: none;
        height: 350px;
        width: 250px;
    }

}

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

    #id_div > iframe {
        border: none;
        height: 280px;
        width: 250px;
    }

}

.address__aside--right label {
    cursor: pointer;
}


#id_div {
    margin-left: 0px;
    padding-top: 80px;
}

.nonactive {
    opacity: 0.3;
    pointer-events: none;
}

#preform {

    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 199999;
}

#preform div {
    height:120px;
    width: 120px;
    position:absolute;
    opacity: 0.3;
    background-color: #000000;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 200000;
}

#preform div img {
    height:75px;
    width: auto;
    max-width: unset;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.pipipi table {
    width:80%;
    margin: 0 auto;
    text-align: left;
}

.picture_code {
    width:50px !important;
    min-width:100px !important;
}

.address__aside--left__1 #antibot_input_str {
    width:113px !important;
}

.content_li {
    width:75%;
    color: #333333;
    font-weight:700;
    font-size:14px;
    width:200px;
}

.country ctrl a {
    width:200px;
}

.country .ctrl {
    width:200px;
}


.termslink {
    display:inline !important;
    color:#000000;
    text-decoration:underline !important;
}


.newlen {
    width:86% !important;
}

.filterstyle {
    display:inline-block;
    min-width:49%;
    width:49%;
}


.padd2 {
    padding-top:0 !important;
}

.pict1 {
    width:35%;
    display:inline-block;
    vertical-align:middle;
}
.pict2 {
    width:55%;
    display:inline-block;
    vertical-align:middle;
}

.blacktext {
    color:#000000;
    text-decoration:underline;
}

a#bbblink.ruhzbam, a#bbblink.ruhzbum {
    height: 69px;
    width: 130px !important;
    display: inline-block !important;
    vertical-align:-17px !important;
}

a#bbblink.sehzbam:hover img, a#bbblink.rbhzbam:hover img, a#bbblink.ruhzbam:hover img, a#bbblink.sehzbum:hover img, a#bbblink.rbhzbum:hover img, a#bbblink.ruhzbum:hover img {
    margin-left: -130px !important;
}
.l22{
    width:248px;
}

ul.l11 li a{
    text-align:left !important;
}

.disp {
    padding-right:35px;
    color:#dd5d00;
}

.disp b {
    border-bottom: dotted 2px #808080;
}

.disp span {
    display:inline-block;
    border:dashed 1px #a0a0a0;padding:10px;
    text-align:center;
}

.freespacer {
    display: none;
}


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

    .freespacer {
        display: inline-block;
    }

}

.ststatus1 {
    text-decoration: underline;
    cursor:pointer;
    font-size:14px !important;
    font-weight: 400 !important;
    color: #000000;
}


.priceplus {
    text-align:right;
}

@media screen and (max-width: 1024px) and (min-width: 500px) {
    .priceplus {
        text-align:center;
        width:100%;
    }
}


@media screen and (max-width: 500px) {
    .priceplus {
        text-align:center;
        width:100%;
    }
}

.ppp1 {
    margin-top:20px !important;
    padding-right:35px !important;
    transform: translateY(-60px);
}

.freeship ~ .ppp1 {
    transform: translateY(-10px);
}

.freeship ~ .ppp2 {
    transform: translateY(-10px);
}

@media screen and (max-width: 500px) {
    .ppp1 {
        margin-top:20px !important;
        padding-right:0 !important;
    }
}



.ppp2 {
    padding-right:35px !important;
    color:#dd5d00 !important;
    transform: translateY(-60px);
}

@media screen and (max-width: 500px) {
    .ppp2 {
        color:#dd5d00 !important;
        padding-right:0 !important;
    }
}



.section.security .container table {
    display:inline-block;
    vertical-align:top;
    margin-right:-5px;
    margin-top:-6px;
}
.section.security .container a {
    display:inline-block;
    vertical-align:top;
    margin-right:5px;
}

.container .address__aside--footer table {
    display:inline-block;
    vertical-align:top;
    margin-right:-5px;
    margin-top:-6px;
}

.container .address__aside--footer a {
    display:inline-block;
    vertical-align:top;
    margin-right:5px;
}


.container .address__aside--footer a#bbblink.ruhzbam,
.container .address__aside--footer a#bbblink.ruhzbum,
.section.security .container a#bbblink.ruhzbam,
.section.security .container a#bbblink.ruhzbum
{
    margin-top:8px;
}

.freeship {
    cursor:pointer;
    padding: 0 0 20px 0 !important;
}

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

    .freeship {
        cursor:pointer;
        padding: 20px 0 20px 0 !important;
    }

}

.fplus {
    display:none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .fplus {
        display:inline-block;
        cursor: pointer;
    }
}

.pum1 .owl-item {
    min-height:230px !important;
    width:350px;
}


@media screen and (min-width: 1170px) {
    .sr1 {
        width:37.5% !important;
        margin-left:40px !important;
    }
}

@media screen and (min-width: 1170px) {
    .chu1 {
        width:90% !important;
    }
}

@media screen and (max-width: 960px) {
    .newbr {
        display:none;
    }
}

#textcode > * {box-sizing: content-box !important;}

#textcode .popup p {
    font-size: 15px!important;
}

.checkoutfedex {
    transform: translate(0, -8px);
}


.checkoutpass {
    transform: translate(0px, -45px);
    display: none;
}

@media screen and (max-width: 960px) and (min-width: 769px) {
    .checkoutpass {
        transform: translate(0px, -60px);
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .checkoutpass {
        transform: translate(0px, -45px);
        display: none;
    }
}

.checkoutplease {
    white-space: nowrap;
    transform: translate(-195px, 40px);
    margin-top: 30px;
    margin-bottom: 70px;
}

.checkoutcap {
    width: 83.3333%;
}

@media screen and (max-width: 768px) {
    .checkoutcap {
        width: 83.3333% !important;
        margin-top:30px;
    }
}

.checkoutmargin {
    margin-bottom: -50px;
}

@media screen and (max-width: 768px) {
    .checkoutmargin {
        margin-bottom: -80px;
    }
}

.checkoutsubtotal {
    width:50% !important;
    display: block;
    float: left;
    padding: 0;
}

/*
@media screen and (max-width: 960px) {
.checkoutsubtotal {
  width:50% !important;
}
}
*/
@media screen and (max-width: 960px)  and (min-width: 769px) {
    .checkoutup {
        transform: translate(0px, -50px);
    }
}

@media screen and (max-width: 768px) {
    .container .colplus-6 {
        width: 100% !important;
        display: block;
        padding: 0;
        float: left;
    }
}

@media screen and (max-width: 768px) {
    .container .colplus-1 {
        width: 25% !important;
        display: block;
        padding: 0;
        float: left;
        margin-top:0 !important;
    }
}


.ab_country {
    margin-top:-15px;
    margin-bottom:30px;
}
@media screen and (max-width: 960px) {
    .ab_country {
        margin-top:0;
        margin-bottom:30px;
    }
}

.ab_state {
    margin-top:-10px;
    margin-bottom:30px;
}
@media screen and (max-width: 960px) {
    .ab_state {
        margin-top:0px;
        margin-bottom:30px;
    }
}
@media screen and (max-width: 768px) {
    .wishcontainer {
        margin-bottom: 15px;
    }
}

.address__products--left__price.col-2 span {
    margin-left: -13px;
}

.wl_img {
    transform: translateX(5px);
}

#servicemessagetext {
    min-width:340px;
    width:70%;
    max-height:100%;
}

@media screen and (max-width: 768px) {
    #servicemessagetext {
        min-width: 340px;
        width: 70%;
        max-height: 100%;
        overflow-x: scroll;
        position: relative;
    }
}

@media screen and (max-height: 768px) {
    #servicemessagetext {
        min-width: 340px;
        width: 70%;
        max-height: 100%;
        overflow-x: scroll;
    }
}



#popup-addedToCart {
    max-height: 100%;
    /*  overflow-y: scroll; */
}


.pricew {
    padding-right:30px;
}


@media screen and (max-width: 500px) {
    .price-box.prices {
        display: inline-block;
        float: none;
        padding: 0;
        text-align: center !important;
        width: 300px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .firstbtn {
        width:100% !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 500px) {
    .firstbtn a {
        transform: translateX(60px);
    }
}

@media screen and (max-width: 661px) {
    .callus {
        float: none !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 661px) {
    .callus div {
        float: none !important;
        width: 100% !important;
    }
}

.forprice {
    width:165px;
    text-align:center;
    float:right;
    margin-right:30px;
}

.tar {
    text-align:right;
}

.whydont {
    color:#808080;
    border: 1px solid #808080;
    width:125px;
    margin-left:20px;
    padding: 5px 0;
}

@media screen and (max-width: 661px) {
    .whydont {
        color:#808080;
        border: 1px solid #808080;
        width:125px;
        margin:0 auto;
        padding: 5px 0;
    }
}

@media screen and (max-width: 661px) {
    .callus div {
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    .arg55 {
        transform: translateX(-40px) !important;
    }
}


#textcode p {
    font-size: 15px;
}

@media screen and (max-width: 500px) {
    .section_banner span[id='Kicker Custom Minimal1_1'] {
        float:none !important;
        margin: 0 6px 0 60px !important;
    }
}
.productpack {
    border-bottom: 1px dashed #d5d5d5;
    text-align: left !important;
    padding-left: 15px;
}

.productpack li {
    margin-left: -30px;
}

@media screen and (max-width: 500px) {
    div.carimg {
        width:100% !important;
    }
}

@media screen and (max-width: 500px) {
    div.caropis p {
        width:100% !important;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    div.btn-wrapp-popup span:nth-child(3) {
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .address__products--left.container.vstavka div:nth-child(3){

    }
}

@media screen and (min-width: 769px) {
    .popnone {
        padding-top:15px;
        margin-left:25px;
    }
}

@media screen and (max-width: 768px) {
    .popnone {
        padding-top:15px;
    }
}

@media screen and (max-width: 500px) {
    .profr {
        transform: translateX(30px);
    }
}

@media screen and (max-width: 500px) {
    div.estimate-wrap.nortoncheckout span[id='Kicker Custom Minimal1_1'] {
        float:none !important;
        margin-left: 50% !important;
        transform: translate(-103px);
    }
}

@media screen and (max-width: 768px) {
    div.estimate-wrap.nortoncart span[id='Kicker Custom Minimal1_1'] {
        float:none !important;
        margin-left: 50% !important;
        transform: translate(-103px);
    }
}

.mainimage {
    display: none;
}

@media screen and (max-width: 768px) {
    .mainimage {
        display: block;
        width:100%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .address__subtotal {
        padding-left:10px;
        padding-right:10px;
    }
}

@media screen and (max-width: 768px) {
    .nortoncart div.address__pay {
        padding-left:10px;
        padding-right:10px;
    }
}

@media screen and (max-width: 640px) {
    .address__products--left__description.address__products--2.col-4 p {
        padding: 0 5px !important;
    }
}

@media screen and (max-width: 500px) {
    .nolonger {
        width:196px !important;
        text-align: center !important;
        margin-left: 50%;
        transform: translateX(-98px);
    }
}

@media screen and (max-width: 500px) {
    .nolonger p.disp {
        transform: translateX(17px) !important;
    }
}

#sync2 .owl-wrapper {
    height: 75px;
}

#sync2 .imgmiddle {
    max-height: 75px;
}


@media screen and (max-width: 980px){
    .hiddenblock {
        display: none;
    }
}

.tab_content .features_section.hiddenblock {
    display: none;
}

@media screen and (max-width: 960px){
    .col-4.features_right {
        width:100% !important;
    }
}

.section.perks {
    position: relative;
}

.section.perks::after {
    content: "*For qualified products only";
    position: absolute;
    bottom: 40px;
    right: 60px;
    white-space: nowrap;
    color: #4b4a4a;
    font-size: 12px;
}

@media screen and (max-width: 560px){
    .login-table input {
        width:80%;
    }
}


@media screen and (max-width: 960px){
    .fixreg1 .account_delete input {
        width:100% !important;
        color: #a00000;
    }
}

@media screen and (max-width: 480px){
    .plusd {
        text-align:left;
        position: relative;
    }
}

.visible480 {
    display: none;
}

@media screen and (max-width: 480px){
    .visible480 {
        display: inline-block;
        position: absolute;
        top: 5px;
        right:10px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .visible480 {
        display: inline-block;
        /*position: absolute;*/
        top: 5px;
        right:10px;
    }
}



.visible480 img {
    height:19px !important;
    max-height:19px !important;
}


@media screen and (max-width: 960px){
    .pik10 {
        width:100% !important;
    }
}

@media screen and (max-width: 768px){
    .transfix {
        transform: translateY(-10px);
    }
}

.cont11 {
    margin-top:-15px;
    margin-bottom:30px;
}

@media screen and (max-width: 768px){
    .cont11 {
        margin-top:0;
        margin-bottom:30px;
    }
}
.cont22 {

}

@media screen and (min-width: 769px){
    .updbutton {
        display:none;
    }
}

@media screen and (max-width: 768px){
    .updbutton {
        display: block;
        color: #ff8800;
        cursor: pointer;
        position: absolute;
        top: 65px;
        font-size:11px;
        transform: translateX(-50%);
        /*  margin-left:-21px; */
        left:50%;
        height: 15px;
        line-height: 1px !important;
        text-decoration: underline;
    }
}

.bl100 {
    display: block;
}

.youcoupon {
    color: #a00000;
}

.mapa {
    width:650px;
    height: auto;
}


@media screen and (min-width: 769px) and (max-width: 960px) {
    .rasst {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .minh {
        overflow-x: scroll;
        max-width:100% !important;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 650px) {
    .minh2 {
        overflow-x: scroll;
        max-width:100% !important;
        -webkit-overflow-scrolling: touch;
    }
}

.showdealer {
    cursor: pointer;
}

@media screen and (max-width: 1024px) and (min-width: 961px) {
    .address__code {
        text-align:left !important;
    }
}

.checkoutcap input#antibot_input_str {
    width: 133px !important;
}

@media screen and (max-width: 768px) {
    .shipfields {
        margin-top: 30px;
    }
}

.noleftborder {
    border-left: 0;
}

.signin {
    display:inline-block;
    background-color: #ff8800;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    padding: 3px;
    cursor: pointer;
    border: 1px solid #ff8800;
}

.bilbigtext {
    padding-left: 40px;
}

.microtext {
    padding-left: 20px;
    font-size: 14px;
    padding-bottom: 25px;
}

.biltext {
    font-size: 12px;
    padding-left: 40px;
}

.cont15 {
    width:100%;
    max-width:1200px;
}

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

    .cont15 {
        width:100%;
        max-width:1200px;
        margin-top:-60px;
        margin-bottom:25px;
    }

}
.country .chcountry {
    /*width: 100% !important;*/
}

.highlight_country {
    background-color: lightgrey !important;
}

.country__dropdown > li > a {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.country__dropdown > li > a:hover {
    background-color: lightgrey !important;
}

.also_bought_title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    margin-top: 60px;
}

.checkout_dropdown {
    top: 50% !important;
}

.button_checkout_form {
    background-color: #ff7d00;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
    margin-bottom: 10px;
    border: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-decoration: none;
    cursor: pointer;
}

.button_checkout_form:hover {
    background-color: #f2b905;
}

.button_checkout_form:active, .button_checkout_form:hover {
    outline-width: 0;
}

.section.banner {
    max-height: 500px !important;
    overfilow: hidden !important;
}

body .country .chcountry_custom {
    width: 87% !important;
    outline: none;
}

.country__dropdown {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #ff8800;
}

.checkout_question_mark {
    cursor: pointer;
}

.checkout_question_mark img{
    width: 15px;
    margin: 5px 0 0 5px;
    position: absolute;
    height: 15px;
}

.sales_question_mark {
    cursor: pointer;
}

.sales_question_mark img{
    width: 15px;
    margin: -1px 0 0 0;
    position: absolute;
    height: 15px;
}

#tab0 .features_item_custom {
    display: none;
}


.dropdown-half-top {
    top:50% !important;
}

.youship {
  white-space: nowrap;
}

.hihi {
  display:none;
}

.delete_coupon {
    margin: 2px -13px 0px 5px;
    font-size: 11px;
    color: silver !important;
    cursor: pointer;
    float: right;
}

.couponErrorMessage {
    display: none;
    display: block;
    font-size: 10px;
    color: red;
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}

#popup-why-register ul {
    margin: 0;
    font-size: 14px;
}

#popup-why-register ul li{
    padding: 0 0 5px 0;
}

.pops_windows {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
}


.service_message_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}


.kekeku {
    margin-left: 50% !important;
    transform: translate(50%,50%) !important;
    position: fixed  !important;
}


#chstate, #chstate2, .chcountry, .chcountry2 {
    text-overflow: ellipsis;
}

#chstate, #chstate2 {
    max-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}