@font-face {
    font-family: 'OpenSansHebrew';
    src: url('fonts/OpenSansHebrewFont/opensanshebrew-regular-webfont.eot');
    src: url('fonts/OpenSansHebrewFont/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansHebrewFont/opensanshebrew-regular-webfont.woff') format('woff'),
    url('fonts/OpenSansHebrewFont/opensanshebrew-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansHebrew';
    src: url('fonts/OpenSansHebrewFont/opensanshebrew-bold-webfont.eot');
    src: url('fonts/OpenSansHebrewFont/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSansHebrewFont/opensanshebrew-bold-webfont.woff') format('woff'),
    url('fonts/OpenSansHebrewFont/opensanshebrew-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: TypoPas;
    src: url(fonts/Typopas/typopasregularwebfont.woff);
    font-weight: normal;
}
@font-face {
    font-family: TypoPas;
    src: url(fonts/Typopas/fbtypopas-boldwebfont.woff);
    font-weight: bold;
}
.open-sans {
    font-family: OpenSansHebrew;
}

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: right;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
body,
button,
input,
select,
textarea,
a {
    color: #222222;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: OpenSansHebrew, Sans-serif;
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: inherit;
}
h1 {
    font-size: 22px;
}
.menu-custom-title h1 {
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0;
}
h1.entry-header {
    font-size: 22px;
    font-weight: normal;
}
.woocommerce-cart h1.entry-title {
    margin-bottom: 0;
    padding: 0;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}
h2.dotted-border {
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    padding-top: 5px;
}
h2.section-title {
    background: #373F42;
    color: #F9FCFB;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 10px;
    margin: 5px 0 20px;;
}
h3, .h3 {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    margin-top: 0;
}
h3.border-bottom {
    border-bottom: 1px dotted;
}
h4 {
    font-size: 17px;
    font-weight: bold;
}
.entry-content p {
    margin-bottom: 8px;
}
.shop_table.cart p,
.order-details p {
    margin: 0;
}
.shop_table .order-discount .amount {
    float: right;
    color: #8C2121;
}
#order_review .woocommerce-remove-coupon {
    display: none;
}
b,
strong {
    font-weight: bold;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    color: #00C300;
    background-color: black;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code {
    white-space: normal;
}
code, kbd, tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
.entry-content ul,
ol {
    margin: 0 3em 1.5em 0;
}
.entry-content ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
.entry-content li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%;
}
a {
    color: #222222;
}
a:hover {
    color: #999999;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
}
.main-navigation ul.sub-menu a[href="#"] {
    cursor: default;
}
#header-searchbox {
    position: absolute;
    left: 0;
    top: 5px;
}
#yith-ajaxsearchform #yith-s {
    display: inline-block;
    line-height: 1.34;
    border-radius: 0;
    font-size: 14px;
    width: 247px;
    padding: 5px 7px 5px 57px;
    background-color: #F6F6F6 !important;
    background-position-x: 50px !important;
    margin: 0;
}
#yith-ajaxsearchform .search-navigation:after {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    left: 8px;
    top: 3px;
    color: #315169;
    font-size: 18px;
}
#yith-ajaxsearchform input[type="submit"] {
    display: none;
}
#yith-ajaxsearchform .autocomplete-suggestion {
    text-align: right;
    padding: 0 5px;
    margin: 0;
}
#yith-ajaxsearchform .autocomplete-suggestion .title {
    margin: 0;
}
#yith-ajaxsearchform .link-result {
    text-align: center;
    margin: 0;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
}
#yith-ajaxsearchform .link-result a {
    display: block;
    padding: 15px;
}
#yith-ajaxsearchform .link-result a:hover {
    background-color: #f2f2f2;
}
#yith-ajaxsearchform .autocomplete-suggestions {
    border-radius: 0;
    border-top: none;
    padding-bottom: 0;
}
#yith-ajaxsearchform .autocomplete-suggestion .yith_wcas_result_image {
    float: none;
    display: inline-block;
}
#yith-ajaxsearchform .autocomplete-suggestion .yith_wcas_result_image img {
    float: none;
}
#yith-ajaxsearchform .autocomplete-suggestion:after {
    content: '';
    display: table;
    clear: both;
    padding: 0;
}
#yith-ajaxsearchform .autocomplete-suggestion .yith_wcas_result_content {
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
    max-width: 200px;
}
#header-cart a {
    padding: 3px 10px;
    display: block;
    border-bottom: 3px solid #8b9498;
    font-size: 18px;
}
.main-navigation ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 0;

}
.main-navigation li {
    float: right;
    padding-bottom: 0;
}
#header-gender-menu li {
    position: relative;
    float: right;
    padding: 0;
}
#header-gender-menu li:first-child {
    margin-right: 10px;
}
#header-gender-menu li > a {
    font-size: 17px;
    padding: 13px 15px 13px;
    margin-top: 8px;
    display: block;
    color: #222222;
}
#header-gender-menu li.active > a {
    background-color: #666666;
    color: white;
}
#header-gender-menu li > a:hover {
    background-color: #f3f3f3;
    color: #222222;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
#header-gender-menu li.active > a:hover {
    background-color: #222222;
    color: white;
}
.main-navigation .menu > li > a {
    padding: 12px 11px;
}
.main-navigation a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 5px;
    font-size: 15px;
    line-height: 1;
}
nav.main-navigation > ul.nav-menu > li.menu-item.dropdown > a {
    background-color: #fff;
    z-index: 11001;
}
.main-navigation a:hover {
    color: #222222;
}
.main-navigation ul ul a:hover {
    border-color: #fff;
    text-decoration: underline;
    color: #222222;
}
.main-navigation li.color-red > a {
    color: #881414;
}
#site-navigation .menu-custom-title {
    width: 100%;
    padding: 1px 15px;
}
#site-navigation .menu-custom-toall {
    width: 100%;
}
#site-navigation .menu-custom-toall a {
    font-size: 14px;
}
nav.main-navigation > ul.nav-menu > li.menu-item {
    height: 43px;
}
nav.main-navigation > ul.nav-menu > li.menu-item > a {
    border-left: 1px solid rgba(255, 255, 255, 0);
    border-right: 1px solid rgba(255, 255, 255, 0);
}
nav.main-navigation > ul.nav-menu > li.menu-item.active-menu-item > a {
    border-bottom: 2px solid #222222;
}
nav.main-navigation > ul.nav-menu > li.menu-item > a:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 3px 6px;
    border-color: transparent transparent transparent transparent;
    left: 42%;
}
nav.main-navigation > ul.nav-menu > li.menu-item.active-menu-item > a:after {
    border-color: transparent transparent #222222 transparent;
}
nav.main-navigation > ul.nav-menu > li.menu-item.active-menu-item:not(.menu-item-has-children) > a:hover:after {
    border-color: transparent transparent transparent transparent;
}
nav.main-navigation > ul.nav-menu > li.menu-item.dropdown > a:after {
    border-color: #999999 transparent transparent transparent;
    border-width: 3px 6px 0 6px;
    bottom: -5px;
}
nav.main-navigation > ul.nav-menu > li.menu-item > a:hover,
nav.main-navigation > ul.nav-menu > li.menu-item.dropdown > a {
    border-bottom: 2px solid #999999;
}
nav.main-navigation > ul.nav-menu > li.menu-item > a:focus {
    color: #222222;
}
.main-navigation ul ul {
    position: absolute;
    top: 40px;
    right: -999em;
    z-index: 11000;
    background-color: #fff;
    border: 1px solid #999999;
    width: 966px;
    height: 296px;
    text-align: start;
    padding: 6px;
    overflow: hidden;
}
.main-navigation ul ul ul {
    position: static;
    display: block;
    box-shadow: none;
    border: none;
    width: auto;
    padding: 0;
}
.main-navigation ul ul li.menu-item-has-children > a {
    font-weight: bold;
    padding: 5px 5px 5px 0;
}
#footer-widgets li {
    padding: 1%;
}
.main-navigation ul ul a {
    width: auto;
    margin: 0 5px;
    font-size: 11px;
}
.main-navigation ul ul ul a {
    font-weight: normal;
    font-size: 12px;
    padding: 9px 5px;
}
.main-navigation ul ul li.menu-custom-htmlarea {
    width: auto;
    display: block;
    float: none;
    clear: both;
    text-align: center;
    padding: 10px 0 0 0;
}
.main-navigation ul ul li > .menu-outlet-wrapper {
    display: block;
    margin: 10px -6px -6px;
    border-top: 1px solid #E5E9EC;
    padding-top: 35px;
    padding-bottom: 30px;
}
.main-navigation ul ul li > .menu-outlet-wrapper:hover {
    background-color: #EDEDED;
}
.menu-custom-htmlarea .menu-outlet-big {
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
}
.menu-custom-htmlarea .menu-outlet-small {
    color: #000;
}
.main-navigation ul ul li {
    margin: 0;
    padding: 0 5px;
}
.main-navigation ul ul ul li {
    float: none;
    width: auto;
    padding: 0;
}
.main-navigation a:hover {
    border-color: #fff;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover:not([href]) {
    color: #222222;
}
.main-navigation ul li.dropdown > ul {
    right: 0px;
}
.container #header-nav-section #site-navigation .nav-menu .dropdown{
    position: unset !important;
}
.main-navigation .menu > .current_page_item > a,
.main-navigation .menu > .current-menu-item > a {
    border-bottom-color: inherit;
}
.main-navigation ul ul .current_page_item a,
.main-navigation ul ul .current-menu-item a {
    border-bottom: none;
}
#yith-wcwl-popup-message {
    display: none !important;
}
.menu-toggle {
    display: none;
}
@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }
    .main-navigation ul {
        display: none;
    }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}

.widget_search .search-submit {
    display: none;
}
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
}
.woocommerce-cart .entry-content {
    margin-top: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.site-header {
    background-color: #fff;
    color: #222222;
}
#site-logo {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
#site-logo > h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#site-logo img {
    max-width: 179px;
}
.header-part {
    position: relative;
    border-bottom: 1px solid #E5E9EC;
}
#header-btm-part {
    text-align: center;
    border: none;
    margin: 0;
    background-color: #222222;
    padding: 7px 0;
    line-height: 1;
    font-size: 15px;
}
#header-btm-part a {
    color: #fff;
}
#header-top-part {
    padding: 4px 0;
    font-size: 13px;
    line-height: 1;
}
#header-nav-section {
    position: relative;
}
#header-nav-section {
    border-bottom: 1px solid #E5E9EC;
    height: 41px;
}
.site {
    background-color: #F9F9F9;
    background-color: #fff;
}
.woocommerce-cart .site-content {
    min-height: 1054px;
}
.post-type-archive-product .site-content, .archive .site-content {
    margin-bottom: 200px;
}
#header-tools-menu {
    margin-top: 5px;
}
#header-tools-menu li > a .sprite-header-icon {
    display: block;
    margin: 0 auto;
}
#header-tools-menu li {
    float: left;
    position: relative;
}
#header-tools-menu .dropdown-menu {
    border-radius: 0;
    padding: 5px;
    border: 1px solid #C9C9C9;
    min-width: 90px;
}
#header-tools-menu .dropdown-menu li {
    float: none;
}
#header-tools-menu .dropdown-menu li a {
    padding: 5px 0;
    margin: 0;
}
#header-tools-menu li a {
    display: block;
    margin-left: 10px;
    padding: 5px 0 5px 10px;
    font-size: 11px;
    color: #222222;
    position: relative;
}
#header-tools-menu .fa-angle-down {
    font-size: 13px;
    line-height: 11px;
    position: absolute;
    left: -1px;
    bottom: 6px;
}
#cart-content-count {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 11px;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 10px;
    background-color: #FF8B03;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
#wishlist-content-count {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 11px;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 10px;
    background-color: #FF8B03;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.sprite {
    background: url('images/sprite.png') no-repeat top left;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.sprite-header-icon {
    background: url('images/icons-shoesol-14-2-16.png') no-repeat top left;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 200px;
}
.sprite-header-icon.iconCart {
    background-position: 0 -117px;
}
a:hover .sprite-header-icon.iconCart {
    background-position: 0 -82px;
}
.sprite-header-icon.iconLogin {
    background-position: 0 -258px;
}
a:hover .sprite-header-icon.iconLogin {
    background-position: 0 -223px;
}
.sprite-header-icon.iconWishlist {
    background-position: 0 -188px;
}
a:hover .sprite-header-icon.iconWishlist {
    background-position: 0 -153px;
}
.sprite.deliveryVan {
    background-position: 0 -350px;
    width: 17px;
    height: 12px;
    vertical-align: middle;
}
#header-logo-left {
    float: left;
    line-height: 1;
    padding-left: 24px;
}
.site-footer {
    color: #222222;
}
.site-footer #footer-widgets a:hover,
.site-footer #footer-content-boxes a:hover {
    color: #222222;
    text-decoration: underline;
}
#footer-top-line {
    color: #222222;
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.woocommerce-checkout #footer-top-line {
    text-align: center;
    font-size: 11px;
    padding: 15px 0;
}
.site-footer a.hover {
    color: #fff;
    text-decoration: underline;
}
#footer-main-part {
    background-color: #fff;
}
#footer-widgets,
#footer-content-boxes {
    padding-top: 25px;
}
.footer-content-box {
    border-left: 1px solid lightgrey;
    min-height: 200px;
    max-height: 200px;
}
.footer-content-box:last-child {
    border-left: none;
}
#footer-widget-area-1{
    right:-25px;
}
#footer-widget-area-2{
    right: 35px;
}
#footer-widget-area-3{
    right: 80px;
}
#footer-widget-area-4{
    right: 110px;
}
#footer-widget-area-1 .widget_text .widget-title{
    margin-right: 10px !important;
}
#footer-widgets .widget-title {
    font-weight: bold;
    line-height: 1.8;
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #003768;
}
#footer-widgets a{
    color: #003768;
}
#footer-widgets {
    font-size: 13px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    padding-left: 40px;
}
.site-info {
    padding: 10px 0;
    text-align: center;
}
#footer-btm-part {
    padding: 20px 0;
    border-top: 1px solid #E7E7E7;
}
#footer-credit-r {
    padding-top: 7px;
    text-align: center;
}
body.home span.home-product-label {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 12px;
    width: 100px;
}
.home #content {
    padding-top: 0;
}
.home-row {
    position: relative;
}
#giftcard-row {
    padding: 14px;
    background-color: #779ca5;
    color: #fff;
    font-size: 18px;
}
#news-row,
#home-reviews {
    padding-top: 0px;
    font-size: 13px;
}
.post-type-archive-product .product.list-item.incatalog .price del {
    color: #000;
}
.product.list-item .price {
    color: #749535;
}
.sprite.specialBckgRightGreen {
    background-position: 0 -372px;
    width: 173px;
    height: 26px;
}
.home-row .specialBckgRightGreen {
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -7px;
    color: #fff;
    text-align: center;
    padding: 4px 0 0;
    margin: 0;
    line-height: 1;
    font-size: 13px;
}
.home .entry-content {
    margin: 0;
}
#main-row {
    margin-bottom: 52px;
}
.home-row .bottom-shadow,
.single-product-main-row .bottom-shadow {
    height: 160px;
    width: 1118px;
    background: url("images/bottom.shadow1118.png") no-repeat center;
    position: absolute;
    bottom: -29px;
    right: -39px;
}
.home-row .top-shadow {
    height: 160px;
    width: 1118px;
    background: url("images/top.shadow1118.png") no-repeat center;
    position: absolute;
    top: -28px;
    right: -39px;
}
#home-slider-col .flexslider,
#new_homepage-slider-col .flexslider1,
#brandpage-slider-col .flexslider {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
#landing-slider-col .flexslider {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
#banners-row {
    background: #e8e9e9;
    padding: 20px 0;
    margin-top: 40px;
}
.product.list-item {
    text-align: center;
    position: relative;
    margin-bottom: 52px;
    border: 1px solid #fff;
    padding: 1px;
}
.product.list-item img.wp-post-image {
    display: block;
    margin: 0 auto;
}
body.woocommerce-cart .cart-empty-recommended img.wp-post-image {
    width: 110px;
}
.product.list-item h3,
.product.list-item .h3 {
    margin: 2px 0px;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
}
.product.list-item a.add_to_cart_button {
    display: block;
}
.product.list-item:hover,
.product.list-item:hover h3 {
    color: #FB6405;
}
.product.list-item .attachment-shop_catalog {
    display: block;
    margin: auto;
    width: 150px;
}
.product.list-item hr {
    border-top: 2px solid #393939;
    margin: 10px 0;
}
.product.list-item .content-prod-bottom {
    background: #f7f8f8;
}
.post-type-archive-product .product.list-item.incatalog .price {
    color: #6d6d6d;
}
.product.list-item .price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 4px;
    margin: 0;
    color: #749535;
}
.product.list-item .price ins {
    background: none;
}
.post-type-archive-product .product.list-item.incatalog .price ins {
    color: #e22820;
    margin-right: 6px;
}
.product.list-item .price del {
    font-weight: normal;
}
.product.list-item.incatalog .price del {
    display: inline;
}
.product.list-item .new,
.product.list-item .onsale,
.product.list-item .discount-flash {
    display: none;
}
.product.list-item.incatalog .sprite.onsale {
    display: inline-block;
    background-position: 0 -232px;
    width: 39px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 0px;
    overflow: hidden;
}
.product.list-item.incatalog .sprite.new {
    display: inline-block;
    background-position: 0 -204px;
    width: 39px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 0px;
    overflow: hidden;
}
.product.list-item.incatalog .new,
.product.list-item.incatalog .onsale {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
    overflow: hidden;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
}
.product.list-item.incatalog .new {
    background-color: #779CA5;
}
.product.list-item.incatalog .onsale {
    background-color: #e22820;
}
.product.list-item .onsale span,
.product.list-item .new span {
    display: inline-block;
}
.product.list-item.incatalog .discount-flash {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    background: #e22820;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
}
.the-frame {
    background-color: #fff;
    border: 1px solid #D7D7D7;
    margin-bottom: 30px;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 11px;
    line-height: 11px;
    font-size: 11px;
    width: 4.7em;
    font-family: "FontAwesome";
    color: #DFE1E2;
}
.product.list-item .star-rating {
    margin: 0 auto;
}
body.single-product .related.products .product.list-item .star-rating,
body.woocommerce-cart .cart-empty-recommended .star-rating {
    display: none;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: right;
}

.strong-red {
    color: #8C2121;
    font-weight: bold;
}

table.variation {
    width: auto;
    margin: 0;
    padding: 0 0;
}
#order_review table.variation {
    padding: 0px 0;
}
#order_review table.variation th {
    font-weight: normal;
    padding: 0;
}
#order_review table.variation td {
    padding: 0;
}
table.variation td,
table.variation th {
    vertical-align: middle;
    padding: 0 5px;
    text-align: right;
}
table.variation td p {
    margin: 0;
}
dl.variation dt, .cart tfoot dl dt {
    margin: 0;
    display: inline-block;
    width: 100px;
}
dl.variation dd, .cart tfoot dl dd {
    margin: 0;
    display: inline-block;
}
dl.variation dd:after {
    content: "";
    display: block;
}
.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-quantity .button[name="update_cart"] {
    background: #4a4a4a;
    text-shadow: none;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 10px auto;
}
.product-quantity .remove:before {
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}
.woocommerce-cart ul,
.woocommerce-checkout ul {
    list-style-type: none;
    margin: 0;
}
.woocommerce-checkout .cart .cart_totals td {
    width: 185px;
}
.coupon
.button,
input.button[type="submit"],
input.button[type="button"] {
    background-color: #fb5f0a;
    border: 2px solid #E25102;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    color: #fefefe;
    box-shadow: none;
    text-shadow: none;
    padding: 5px 10px;
}
.button,
a.button,
input.button[type="submit"],
input.button[type="button"] {
    background: #FD9920;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 136px;
    height: 34px;
    padding: 6px 10px;
    display: inline-block;
}
.button:hover, a.button:hover, input.button[type="submit"]:hover, input.button[type="button"]:hover {
    background: #EE8124;
}
a.button:hover {
    color: #fff;
}
.button.button-grey,
a.button.button-grey {
    color: inherit;
    background: #E7E7E7;
    background-image: -ms-linear-gradient(top, #DEDEDE 0%, #E7E7E7 100%);
    background-image: -moz-linear-gradient(top, #DEDEDE 0%, #E7E7E7 100%);
    background-image: -o-linear-gradient(top, #DEDEDE 0%, #E7E7E7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FD9920), color-stop(1, #E7E7E7));
    background-image: -webkit-linear-gradient(top, #DEDEDE 0%, #E7E7E7 100%);
    background-image: linear-gradient(to bottom, #DEDEDE 0%, #E7E7E7 100%);
    font-weight: normal;
}
.button.button-grey:hover,
a.button.button-grey:hover {
    background: #D7D7D7;
}
.button.button-grey:hover {
    color: inherit;
}
.form-row.form-row-first .input-text, .form-row.form-row-last .input-text {
    padding: 5px 10px;
}
.form-row .input-text {
    padding: 5px 10px;
}
.form-row > label {
    width: 20%;
    text-align: right;
    margin-bottom: 5px;
}
.form-row .required {
    font-weight: bold;
    border: 0;
    position: relative;
    top: 3px;
}
.form-row.form-row-first .input-text {
    width: 219px;
}
.form-row.form-row-last .input-text {
    width: 219px;
    margin-right: 14px;
}
.form-row.form-row-last label {
    margin-right: 14px;
}
.form-row .input-text {
    width: 45%;
    border-radius: 0;
    line-height: 1.4;
}
.form-row-wide.form-row .input-text {
    width: 94%;
}
.form-row textarea.input-text {
    width: 100%;
    height: 90px;
}
.form-row-first,
.form-row-last {
    float: right;
    width: 50%;
}
#ship-to-different-address > label {
    cursor: pointer;
}
#ship-to-different-address-checkbox {
    margin: 0;
    position: relative;
    top: 2px;
}
#order_review .shop_table td.product-name {
    padding: 0 0 16px;
}
#order_review .shop_table td {
    padding: 0 0 0px;
}
#order_review.free-shipping .shipping .shipping-label {
    color: #8C2121;
    font-weight: bold;
}
#order_review .shipping td,
#order_review .shipping th {
    padding-bottom: 10px;
}
#order_review .order-discount td {
    color: #8C2121;
    font-weight: bold
}
#order_review .order-total td,
#order_review .order-total th {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding-top: 2px;
    padding-bottom: 20px;
    font-weight: bold;
    vertical-align: middle;
}
#order_review .order-total td {
    font-size: 23px;
}
#order_review .shop_table {
    margin-bottom: 14px;
}
#order_review .order-total th {
    font-size: 13px;
}
#order_review th {
    font-weight: normal;
}
#order_review .cart-contents-count td,
#order_review .cart-contents-count th {
    padding-bottom: 18px;
}
#order_review .cart-contents-count td {
    font-weight: bold;
}
table.order-details td {
    padding: 10px 0;
}
table.order-details table td {
    padding: 0;
}
table.order-details tr.heading-row > td {
    font-size: 16px;
}
table.order-details tr.bottom-border > td {
    border-bottom: 1px solid #D7D7D7;
}
table.order-details tr.top-border > td {
    border-top: 1px solid #D7D7D7;
}
table.order-details .product-name {
    width: 66%;
}
#icredit-iframe {
    width: 100%;
    height: 640px;
}
.token {
    position: relative;
    line-height: 26px;
    padding-right: 20px;
    margin: 16px 0;
}
.token .token-radio {
    position: absolute;
    right: 0;
    top: 7px;
}
.token .remove-card {
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.token .remove-token-spinner {
    display: none;
    position: absolute;
}
.card-icon {
    display: inline-block;
    width: 39px;
    height: 26px;
    background: no-repeat top left;
    vertical-align: middle;
    margin-right: 25px;
}
.card-icon:before {
    font-family: FontAwesome;
    font-size: 29px;
}
.unknown .card-icon:before {
    content: "\f09d";
}
.paypal .card-icon:before {
    content: "\f1f4";
    color: #003087;
}
.card-icons-sprite {
    background: url('images/card-icons-sprite.png') no-repeat top left;
    width: 39px;
    height: 26px;
}
.token.diners .card-icons-sprite {
    background-position: 0 0;
}
.token.isracard .card-icons-sprite {
    background-position: 0 -36px;
}
.token.mastercard .card-icons-sprite {
    background-position: 0 -72px;
}
.token.visa .card-icons-sprite {
    background-position: 0 -108px;
}
.token.amex .card-icons-sprite {
    background-position: 0 -144px;
}
.token .token-label {
    min-width: 170px;
}
.token.unknown .card-icon {
    background: none;
}
.token .auth-block {
    margin: 10px 0;
    display: none;
}
.token .auth-block input {
    border-radius: 0;
    margin: 0 10px;
}

.card-icons-buyme {
    background: url('https://media.shoesonline.co.il/2021/08/BUYME-39-26.png') no-repeat top left;
    width: 39px;
    height: 26px;
    border-radius: 3px;
    border: solid 1px #d1d1d1;
    margin-left: 15px !important;
}
/* End checkout page */
ul.order_details {
    text-align: center;
    display: none;
}
dl.customer_details {
    margin-bottom: 15px;
}
dl.customer_details dd {
    margin: 0;
}
ul.order_details li {
    display: inline-block;
    font-size: 19px;
    text-align: center;
    padding: 10px;
}
#primary {
    padding-top: 8px;
}
.woocommerce-checkout #primary {
    min-height: 1000px;
    padding-top: 10px;
}
.woocommerce-pagination {
    text-align: center;
}
.woocommerce-pagination ul {
    display: inline-block;
}
.woocommerce-pagination li {
    display: inline-block;
}
.woocommerce-pagination li span,
.woocommerce-pagination li a {
    display: block;
    margin: 5px 0 5px 2px;
    padding: 8px;
    line-height: 1;
}
.woocommerce-pagination li span.current {
    background-color: #f3f3f3;
}
.woocommerce-pagination li a:hover{
    background-color: #f3f3f3;
}
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    border: 1px solid #D7D7D7;
    background-color: #fff;
}

.site-header .woocommerce-msg-container {
    border-bottom: none;
}

.woocommerce-msg-container {
    border-bottom: 1px solid #D7D7D7;
    padding: 10px 0;
    font-size: 12px;
}
#main .woocommerce-error,
#main .woocommerce-message {
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}
.woocommerce-message {
    text-align: center;
    color: green;
    font-weight: bold;
    border: 1px solid green;
}
.woocommerce-message a.button {
    display: inline;
    background: none;
    color: inherit;
    font-size: initial;
    font-weight: bold;
    width: auto;
    height: auto;
    padding: 0;
}

.woocommerce-error {
    text-align: center;
    font-weight: bold;
    color: #b94a48;
    border: 1px solid #b94a48;
}
.woocommerce-noreviews{
    width: 75%;
    margin: 0 auto;
}
/* 404 Page [ 11-03-2015: NeutrinoTeam ] */
.page-header.no-margins {
    margin-top: 0px !important;
    margin-bottom: 0px;
    border-bottom: none;
}
body.error404 form.search-form {
    margin-bottom: 0px;
    margin-top: 35px;
    width: 300px;
    border: 1px solid #ccc;
    background-color: white;
    padding: 2px;
}
body.error404 form.search-form input[type="search"] {
    width: 260px !important;
    color: #666;
    border: none;
    background-color: transparent;
}
body.error404 form.search-form input[type="submit"] {
    float: left;
    border: none;
    background: none;
    box-shadow: none;
    text-indent: 9999px;
    height: 19px;
    width: 19px;
    background: transparent url('images/404-search-submit.jpg') center center no-repeat;
    display: block;
    position: relative;
    top: 3px
}
body.error404 .featured-image-404 {
    margin-top: 100px;
    margin-bottom: 20px;
}
body.error404 article#page-404 .yith-ajaxsearchform-container form {
    margin-bottom: 0px;
    margin-top: 35px;
    width: 300px;
    border: 1px solid #ccc;
    background-color: white;
    padding: 2px;
}
body.error404 article#page-404 .yith-ajaxsearchform-container form input[type="search"] {
    width: 260px !important;
    color: #666;
    border: none;
    background-color: transparent;
}
body.error404 article#page-404 #yith-ajaxsearchform:after {
    color: #E27E28
}
#landing-slider-col {
    margin-bottom: 55px;
}
.brand-banners-landing {
    padding-top: 15px;
    padding-bottom: 15px;
}
.banners_cols_landing.col-xs-4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.brand-banners-landing-3 .col-xs-12 {
    padding-top: 10px;
}
.landing_main_img {
    margin-bottom: 15px;
}
.t-landing-title {
    height: 100%;
    line-height: 3;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 13px;
    width: 100%;
    display: inline-block;
}
.t-landing-title:hover {
    background-color: #eaeaea;
    color: #222222;
}
.brand-products .the-frame {
    padding: 10px 0 20px;
    margin-bottom: 69px;
}
.brand-products h3 {
    font-weight: normal;
    font-size: 16px;
}
.brand-products .product.list-item {
    margin-bottom: 0;
}
.page-template-old-brandpage #primary {
    margin-bottom: 85px;
}
/* End page template brand */

/* Footer newsletter form */
.footer-newsletter-form {
    font-size: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1;
}
.footer-newsletter-form .gform_wrapper {
    float: right;
    width: 65%;
    margin-right: 1%;
    margin-top: 5px;
}
.footer-newsletter-form .field-email input {
    width: 302px; /*edid by Tanya*/
    height: 30px;
    font-size: 14px;
    line-height: 1.6;
}
#footer-top-line h1 {
    padding-top: 5px;
}
.footer-newsletter-form .gform_footer {
    margin-right: 5%;
}
.footer-newsletter-form .gfield,
.footer-newsletter-form .gform_footer,
.footer-newsletter-form .gfield_radio li {
    float: right;
}
.footer-newsletter-form .gfield > label {
    display: none;
}
.footer-newsletter-form .gfield_radio li {
    float: right;
    margin: 0 10px;
    line-height: 1.5;
}
.footer-newsletter-form .gfield_radio li input {
    margin-left: 5px;
}

/* modal-dialog */
.modal-dialog button.close {
    position: absolute;
    left: 7px;
    top: 5px;
    z-index: 1;
    font-size: 24px;
    opacity: 1;
    background: none;
    box-shadow: none;
    text-shadow: none;
}

.tooltip-inner {
    color: inherit;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid;
    font-size: 16px;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: inherit;
}

@media (max-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: right;
    }
    .footer-newsletter-form {
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}
#horizontal-sidebar-inner .col-md-15{
    width: 20%;
    float: right;
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: right;
    }
    .container {
        max-width: 996px;
    }
}
.spinner {
    margin: 100px auto;
    width: 20px;
    height: 20px;
    position: relative;
}
.container1 > div, .container2 > div, .container3 > div {
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.circle1 {
    top: 0;
    left: 0;
}
.circle2 {
    top: 0;
    right: 0;
}
.circle3 {
    right: 0;
    bottom: 0;
}
.circle4 {
    left: 0;
    bottom: 0;
}
.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
#news-row .th3 {
    font-size: 13px;
    padding-left: 15px;
    text-align: left;
}

#news-row .product.list-item #tph3 .price {
    padding-top: 40px;
    padding-right: 15px;
    font-size: 13px;
    color: #000;
    float: right;
    font-weight: normal;
}

#news-row .product.list-item #tph3.w-discount .price {
    padding-top: 18px;
}
#news-row .product.list-item #tph3 .price ins {
    padding-top: 40px;
}
#news-row .product.list-item #tph3.w-discount .price ins {
    font-weight: bold;
    color: #963F3F;
}
.page-template-home-page .product.list-item .price del,
.page-template-landingpage .product.list-item .price del {
    display: none;
}
.page-template-home-page.is-mobile .product.list-item .price del
{
    display: block;
}
.page-template-home-page.is-mobile  del > span.amount{
    text-decoration: line-through;
    float: right;
    padding-left: 20px;
    margin-top: -1px;
    font-size: 15px;
}
.page-template-home-page.is-mobile  .list-item .model-name{
    height: 15px;
    line-height: 13px;
    overflow-y: hidden;
}

#news-row .product.list-item #tph3.w-discount .price del {
    display: block;
    color: #6D6D6D;
    padding-bottom: 7px;
}
.t-home-model_1 b {
    padding-left: 15px;
}
.t-home-model_1 {
    float: left;
    padding-top: 11px;
}
.page-template-landingpage #news-row {
    background-color: #f9f9f9;
    border: 0;
    padding-top: 0px;
    padding-bottom: 5px;
}
.col-new-1-5 {
    width: 12.5%;
    float: right;
    min-height: 1px;
}
/*home-page-new-version(created by Tanya 22/06/15)*/
.page-template-home-page #primary {
    padding-top: 0px;
}
.page-template-home-page #main-row {
    margin-bottom: 0px;
}
.page-template-home-page #header-btm-part {
    display: none;
}
#teaser-row .row {
    padding-top: 30px;
}
#teaser-row .row img {
    width: auto;
    padding-bottom: 11px;
}
#teaser-row .t-home-title {
    height: 261px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 13px;
    width: 100%;
    display: inline-block;
}
#teaser-row .t-home-title:hover {
    background-color: #eaeaea;
    color: #222222;
}
#tatcol-3 {
    padding-top: 27px;
    display: inline;
    float: right;
}
#tatcol-3 p {
    margin-right: 7px;
}
#tatcol-3 .woocommerce-product-rating {
    margin-right: 7px;
}
#main-row {
    margin-bottom: 40px;
    margin-top: 6px;
}
#new_homepage-slider-col .slides {
    position: relative;
    min-height: 400px;
}
#home-slider-col .slides {
    position: relative;
    min-height: 400px;
}
#brandpage-slider-col .slides {
    position: relative;
}
#landing-slider-col .slides {
    position: relative;
    min-height: 400px;
}
/*flexslider-Tanya*/
.page-template-landingpage .flex-control-nav li {
    background: #f3f3f3;
    color: #fff;
    cursor: pointer;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    vertical-align: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 1;
    flex: 1;
}
.flex-control-paging li a.flex-active {
    color: white;
    background: #666666;
    cursor: default;
}
.flex-control-paging li a:hover {
    color: white;
    background-color: #666666;
}
.flex-control-nav {
    width: 100%;
    position: static;
    text-align: center;
}
.flex-control-nav li {
    background: #f3f3f3;
    color: #fff;
    cursor: pointer;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    vertical-align: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 1;
    flex: 1;
}
.flex-control-paging {
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.flex-control-paging li a {
    display: block;
    background: #f3f3f3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
    width: 100%;
    -webkit-flex: 1;
    flex: 1;
    padding-top: 10px;
    margin: 0px;
    border-bottom: 1px solid #e5e5e5;
    text-indent: 0;
    box-shadow: none;
}

#t-home-model:hover {
    background-color: #eaeaea;
}
#news-row .product.list-item {
    text-align: left;
    position: relative;
    color: #222222;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
    background-color: #ffffff;
}
#news-row .product.list-item b {
    font-style: normal;
    font-weight: normal;
    padding-left: 15px;
    padding-top: 15px;
}
#news-row .product.list-item .h3 {
    font-size: 13px;
    padding-left: 20px;
    float: left;
    padding-top: 4px;
    color: black;
    margin-bottom: 0px;
}
#news-row .product.list-item .attachment-shop_catalog {
    display: block;
    margin: auto;
    width: 150px;
    margin-top: 15px;
}
#news-row #t-home-model {
    border-top: 1px solid #f3f3f3;
    height: 70px;
    display: block;
    margin-top: 4px;
}
#news-row #th3 {
    padding-top: 15px;
}
#tph3 .star-rating {
    display: none;
}

#fb-500-cmp-couponform {
    text-align: center;
    width: 30%;
    width: 100%;
    font-size: 0.535em;
    color: #fff;
    background-color: #0C2F4B;
    padding-top: 15px;
}
#fb-500-cmp-couponform .gform_wrapper {
    display: inline-block;
}
#fb-500-cmp-couponform form {
    padding: 16px 0;
    margin: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}
#fb-500-cmp-couponform .gfield:after {
    content: '';
    display: table;
    clear: both;

}

#fb-500-cmp-couponform .gfield_label {
    float: right;
    margin: 0 14px;
}

#fb-500-cmp-couponform .ginput_container {
    float: right;
}

#fb-500-cmp-couponform .gform_body, #fb-500-cmp-couponform .gform_footer {
    display: inline-block;
    vertical-align: middle;
}

#fb-500-cmp-couponform .gform_button {
    font-size: inherit;
    background: none;
    color: #fff;
    font-weight: normal;
    border: 1px solid #999999;
    margin: 0 10px;
    width: auto;
    height: auto;
    padding: 5px 17px;
}

#fb-500-cmp-couponform .ginput_container input {
    line-height: 1.3;
    padding: 0 5px;
    border-radius: 0;
    border-color: #999;
}

#fb-500-cmp-couponform input::-webkit-input-placeholder {
    color: #0C2F4B;
}

#fb-500-cmp-couponform input:-moz-placeholder {
    color: #0C2F4B;
}

#fb-500-cmp-couponform input::-moz-placeholder {
    color: #0C2F4B;
}

#fb-500-cmp-couponform input:-ms-input-placeholder {
    color: #0C2F4B;
}

#fb-500-cmp-couponform .gfield_required {
    display: none;
}

#fb-500-cmp {
    background-color: #0C2F4B;
    color: #fff;
    text-align: center;
    padding: 70px 0;
    font-size: 50px;
}

#fb-500-cmp .digit-pat {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #0C2F4B;
    padding: 0 13px;
}

#fb-500-1 {
    font-size: 1em;
}

#fb-500-2 {
    font-size: 1.4em;
}

#fb-500-3 {
    font-size: 0.4em;
}

.fb-500-banner-part {
    padding-bottom: 30px;
}

#fb-500-cmp-couponform .validation_error {
    display: none;
}

#fb-500-cmp-couponform .gfield_description.validation_message {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.m-landing #fb-500-cmp-couponform .gfield_label,
.m-landing #fb-500-cmp-couponform .ginput_container {
    float: none;
    padding-bottom: 10px;
}

.m-landing #fb-500-cmp {
    font-size: 34px;
}

.m-landing #fb-500-cmp-couponform .gform_body, .m-landing #fb-500-cmp-couponform .gform_footer {
    display: block;
}

.m-landing #fb-500-cmp-couponform .gform_button {
    width: 100%;
    margin: 0;
}

.m-landing #fb-500-cmp-couponform .gfield_description.validation_message {
    bottom: -63px;
}

.m-landing #fb-500-cmp-couponform .gform_wrapper {
    display: block;
    margin: 0 20px;
}

.m-landing #fb-500-cmp-couponform .ginput_container input {
    width: 100%;
}

.gform_wrapper ul,
.entry-content .gform_wrapper ul {
    list-style: none;
    margin: 0;
}

#newsletter-registration-form li.field-email input {
    width: 100%;
    border-radius: 0;
}

#newsletter-registration-form li.field-email label,
#newsletter-registration-form .field-manwomen > label {
    display: none;
}

#newsletter-registration-form .field-manwomen {
    padding-top: 6px;
}

#newsletter-registration-form .gform_footer {
    position: absolute;
    left: 0;
    bottom: 20px;
}

#newsletter-registration-form .field-manwomen .gfield_radio li {
    display: inline-block;
    font-size: 16px;
    line-height: 2;
    margin-left: 10px;
}

body.page #primary {
    padding-left: 15px;
    padding-right: 15px;
}


#newsletter-registration-form .field-manwomen .gfield_radio li input {
    margin-left: 5px;
}


#footer-top-line #footer-text-below-form {
    margin-bottom: 12px;
}

#gform_submit_button_3 {
    width: 126px;
    height: 30px;
    font-weight: normal;
    background: #ff8e0c;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
}

a#gform_submit_button_3 {
    padding-top: 4px;
}

#newsletter-registration-form input#input_3_1 {
    line-height: 1.6;
    background: #f9f9f9;
    font-size: 14px;
}

#newsletter-registration-form .validation_error,
.footer-newsletter-form .validation_error {
    display: none;
}

.footer-newsletter-form .validation_message {
    position: absolute;
    font-size: 11px;
    right: 5px;
    bottom: -15px;
    text-align: start;
    color: red;
}

#newsletter-registration-form .validation_message {
    font-size: 11px;
    color: red;
}

.gfield.gfield_error.field-email input,
.gfield.gfield_error.field-manwomen input {
    border-color: red;
}

#newsletter-registration-form .gfield,
.footer-newsletter-form .gfield {
    position: relative;
    font-size: 16px;
}

#pluses-list {
    list-style: none;
    margin-right: 0; /*edit by Tanya*/
}

#pluses-list li {
    position: relative;
    padding-right: 16px;
}

#pluses-list li:before {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    right: 0;
    top: 1px;
}

#pluses-list .lrg-txt {
    font-size: 18px;
}

#pluses-list .sm-txt {

}

.banners_cols_landing_mob.col-xs-4 {
    /*add by Tanya*/
    padding: 2px;
}

.cipko-text1 p {
    /*add by Tanya*/
    padding-right: 43%;
}

.col-xs-1.col-sm-offset-1.col_for_3_products {
    /*add by Tanya*/
    width: 4.1%;
}

.col-xs-1.col-sm-offset-3.col_for_1_products {
    /*add by Tanya*/
    width: 12.5%;
}

.col-land-img img:hover {
    outline: 1px solid;
}


@media (max-width: 767px) {
    .col-xs-offset-3 {
        margin-right: 25%;
    }
}

/* ------------------------------------------------------------ Hike ------------------------------------------------------------ */

/* General */
.woocommerce-msg-container-wrap {
    border-top: 1px solid #e7e7e7;
    background-color: #F9F9F9;;
}

.post-type-archive-product #main p.woocommerce-info {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}

body.page-template-checkout #customer_details {
    border-top: none;
}

.product-image-logo {
    position: absolute;
    z-index: 1;
    left: 50px;
    top: 17px;
}

.product-image-logo:not(.active) {
    display: none;
}

.product-image-logo.textual-logo {
    text-align: center;
    color: white;
    font-size: 21px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}

.product-image-logo.textual-logo.outlet {
    width: 98px;
    background-color: black;
}

.product-image-logo.textual-logo.sale {
    width: 70px;
    background-color: #ED1A2D;
}

.fa-times-thin:before {
    content: '\00d7';
}

/* End General */

/* Flashes */
.incatalog .catalog-discount-flash {
    display: inline-block;
}

.catalog-discount-flash {
    display: none;
    position: absolute;
    top: 0;
    left: 10px;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    width: 44px;
    height: 33px;
}

.catalog-discount-flash.outlet-flash {
    background: #000000;
}

.catalog-discount-flash .flash-header-span {
    font-size: 9px;
}

.catalog-discount-flash span {
    display: block;
}

@media (max-width: 767px) {
    .catalog-discount-flash {
        width: 40px;
        height: 20px;
    }

    .catalog-discount-flash.outlet-flash {
        background: #e22820;
    }
}

/* End Flashes */

/* Checkout-Login */
.is-checkout-login #checkout-loginform-wrapper .form-row-wide {
    float: right;
    width: 48%;
}

.is-checkout-login #checkout-loginform-wrapper .login-button {
    text-align: left;
    margin: 0px 0px 20px;
}

.is-checkout-login #checkout-newlogin-wrapper .continue-button {
    margin: 20px 0px;
}

.is-checkout-login .login-col form {
    background: #F6F5F5;
}

.is-checkout-login #checkout-loginform-wrapper .form-row-wide.right {
    margin-left: 4%;
}

.is-checkout-login .form-row .input-text {
    width: 50%;
    float: left;
}

.is-checkout-login .form-row {
    width: 100%;
}

.is-checkout-login #checkout-loginform-wrapper .lost_password {
    width: 50%;
    float: left;
}

.is-checkout-login .lost_password a {
    float: left;
}

.is-checkout-login #checkout-newlogin-wrapper {
    padding: 15px 6% 5px;
}

.is-checkout-login .form-row > label {
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    line-height: 30px;
    padding-left: 10px;
}

/* End Checkout-Login */


body.woocommerce-cart #cart-shipping-msg {
    text-align: center;
    background-color: #E5EEF7;
    min-height: 33px;
    line-height: 33px;
    color: #0C2F4C;
    font-size: 14px;
}

@media (max-width: 767px) {

    body.woocommerce-cart #cart-shipping-msg {
        min-height: 20px;
        line-height: 20px;
    }
}

/* End Outlet-Page */

/* Contact Form */
#contact-us-wrapper.mobile .ginput_container > * {
    -webkit-appearance: none;
}

#contact-us-wrapper:not(.mobile) .gravity-form-contact-form {
    width: 500px;
}

#contact-us-wrapper .gravity-form-contact-form {
    margin: auto;
    padding: 10px;
    border: 1px solid #dedede;
}

#contact-us-wrapper.form-visible .gravity-form-contact-form {
    margin-top: -1px;
}

#contact-us-wrapper #right-link-container,
#contact-us-wrapper #left-link-container {
    height: 47px;
    border: 1px solid #dedede;
}

#contact-us-wrapper.form-visible:not(.mobile) #right-link-container {
    height: 60px;
}

#contact-us-wrapper.form-visible #right-link-container {
    border-bottom: 2px solid white;
}

#contact-us-wrapper.form-visible.mobile #right-link-container {
    position: relative;
}

#contact-us-wrapper #other-ways-to-contact a:hover,
#contact-us-wrapper #common-issues a:hover {
    color: #222222;
}

#contact-us-wrapper:not(.mobile) #other-ways-to-contact a:hover {
    background-color: #fafafa;
}

#contact-us-wrapper .gfield.invalid-gfield input,
#contact-us-wrapper .gfield.invalid-gfield select,
#contact-us-wrapper .gfield.invalid-gfield textarea {
    border-color: red;
}

.gravity-form-contact-form .gfield_label {
    margin-bottom: 5px;
}

.gravity-form-contact-form .gfield_required {
    padding-right: 3px;
}

.gravity-form-contact-form .gfield.single-line-input input,
.gravity-form-contact-form .gfield.single-line-input select {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0;
    line-height: 1.4;
    padding: 6px 10px;
    width: 100%;
}

#contact-us-wrapper:not(.mobile) .gravity-form-contact-form .gfield.half-row {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

#contact-us-wrapper:not(.mobile) .gravity-form-contact-form .gfield.field-last {
    margin-right: 4%;
}

.gravity-form-contact-form .gfield textarea {
    height: 149px;
    margin-bottom: 4px;
}

.gravity-form-contact-form input.gform_button[type="submit"] {
    color: #FFF;
    font-weight: bold;
    text-shadow: none;
    box-shadow: none;
    border: none;
    padding: 4px;
    border-radius: 0;
    width: 110px;
    font-size: 13px;
    height: 30px;
}

#contact-us-wrapper.mobile .gravity-form-contact-form input.gform_button[type="submit"] {
    width: 100%;
}

.gravity-form-contact-form input.gform_button[type="submit"]:focus {
    outline-style: none;
}

.gravity-form-contact-form .gform_footer.top_label {
    text-align: left;
}

.gravity-form-contact-form .gfield {
    margin-bottom: 10px;
}

.gravity-form-contact-form .validation_error {
    margin-bottom: 8px;
}

.gravity-form-contact-form .validation_message {
    color: red;
}

/* End Contact From */

/* Horizontal Catalog */
body.post-type-archive-product .catalog-ordering nav.woocommerce-pagination {
    float: left;
}

body.post-type-archive-product .catalog-ordering .shoesol-ordering select.orderby {
    padding: 7px 5px 7px 0;
    line-height: 18px;
    border-color: #E5E9EC;
}

body.post-type-archive-product .catalog-current-filter {
    font-size: 12px;
    color: #484848;
}

body.post-type-archive-product .catalog-current-filter a {
    color: #484848;
}

body.post-type-archive-product .catalog-result-count {
    font-size: 16px;
    color: #000;
}

body.post-type-archive-product .catalog-result-count .catalog-item-count {
    color: #5d5d5d;
}

#horizontal-catalog-sidebar {
    margin-bottom: 10px;
    max-height: 55px;
}

#horizontal-catalog-sidebar .dropdown-toggle:after {
    font-family: FontAwesome, serif;
    content: "\f107";
    float: left;
    font-size: 25px;
    line-height: 21px;
}

#horizontal-catalog-sidebar .tax-filter-list-wrapper.dropdown.open .dropdown-toggle:after {
    content: "\f106";
}

#horizontal-catalog-sidebar .dropdown-menu {
    margin-top: -1px;
    z-index: 950;
    border-color: #000;
    border-radius: 0;
    min-width: 180px;
    box-shadow: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    padding: 5px;
}



.custom-scrollbar::-webkit-scrollbar {
    width: 9px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /*border-radius: 10px;*/
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: #727c7e;
}

#horizontal-catalog-sidebar .open .dropdown-menu {

}

#horizontal-catalog-sidebar .tax-filter-list-wrapper.dropdown.open .dropdown-toggle {
    border-color: rgba(0, 0, 0, .15);
    border-bottom: 1px solid white;
}

#horizontal-catalog-sidebar .dropdown-menu > li > a {
    padding: 0 5px;
}

/* End Horizontal Catalog */

/* 5 Column Grid */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: right;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: right;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: right;
    }
}

/* End 5 Column Grid */

/* Filter Page */
.post-type-archive-product #filter-page-loading-spinner {
    display: none;
}

.post-type-archive-product #filter-page-loading-spinner.loading {
    display: inline;
}

/* Filter Page */

/* Cart */
body.woocommerce-cart .brand-sale-notices {
    text-align: center;
    color: red;
    padding: 10px 5px;
    margin-bottom: 15px;
}

body.woocommerce-cart .brand-sale-notices p {
    margin-bottom: 0;
}

body.woocommerce-cart .brand-sale-notices .sale-title {
    color: #222222;
    font-weight: bold;
}

/* End Cart */

/* Brand Page */
body.page-template-old-brandpage.is-mobile .m-slide-item img {
    width: 100%;
}

body.page-template-old-brandpage.is-mobile #brandpage-banners img {
    width: 100%;
}

body.page-template-old-brandpage .brandpage-title {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #dedede;
}

body.page-template-old-brandpage #brandpage-banners .brandpage-banner-container {
    float: right;
    border: 1px solid white;
}

body.page-template-old-brandpage #brandpage-banners .brandpage-banner-container.has-2images a:first-child {
    border-bottom: 1px solid white;
}

body.page-template-old-brandpage #brandpage-banners .brandpage-banner-container.has-2images a:last-child {
    border-top: 1px solid white;
}

body.page-template-old-brandpage #brandpage-banners .banner-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

body.page-template-old-brandpage #brandpage-banners a {
    display: block;
    position: relative;
    overflow: hidden;
}

body.page-template-old-brandpage #brandpage-banners a:hover {
    color: #222;
    text-decoration: underline;
}

body.page-template-old-brandpage #brandpage-banners a:hover .banner-text {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

body.page-template-old-brandpage:not(.is-mobile) #brandpage-banners img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

body.page-template-old-brandpage:not(.is-mobile) #brandpage-banners a:hover img {
    /*-webkit-transform: scale(1.1); !* Safari and Chrome *!*/
    /*-moz-transform: scale(1.1); !* Firefox *!*/
    /*-ms-transform: scale(1.1); !* IE 9 *!*/
    /*-o-transform: scale(1.1); !* Opera *!*/
    /*transform: scale(1.1);*/
}

body.page-template-old-brandpage #brandpage-products-list {
    text-align: center;
}

body.page-template-old-brandpage.is-mobile #brandpage-products-list {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

body.page-template-old-brandpage .brandpage-product-container {
    margin: 0 2%;
    height: 157px;
    width: 122px;
    display: inline-table;
}

body.page-template-old-brandpage:not(.is-mobile) .brandpage-product-container:first-child {
    margin-right: 0;
}

body.page-template-old-brandpage:not(.is-mobile) .brandpage-product-container:last-child {
    margin-left: 0;
}

body.page-template-old-brandpage .brandpage-product-container a {
    display: inline-table;
    height: 100%;
    width: 100%;
}

body.page-template-old-brandpage .brandpage-product-container a:hover {
    color: #222222;
    text-decoration: underline;
}

body.page-template-old-brandpage .brandpage-product-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 150px;
}

body.page-template-old-brandpage .brandpage-product-container .img-wrapper {
    height: 157px;
    width: 122px;
    position: relative;
}

body.page-template-old-brandpage .brandpage-product-container .txt-wrapper {
    text-align: center;
    padding: 5px 0;
    white-space: initial;
}

/* End Brand Page */
/* ---------------------------------------------------------- End Hike ---------------------------------------------------------- */


body.page-template-home-page #myBtn {
    display: none;
    position: fixed;
    bottom: 110px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 4px;
    right: 0px;

}


#new_homepage-slider-col .slides {
    position: relative;
}

/* new-home-Page */

body.page-template-home-page .link_product {
    position: relative;
    display: block;
    text-decoration: none;
}

body.page-template-home-page .link_product_div_image {
    border: 1px solid #f0f0f0;
    height: 226px;
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

body.page-template-home-page .link_product_div_text {
    position: relative;
    background: #fff;
    text-align: left;
    overflow: hidden;
    direction: ltr;
    white-space: nowrap;
    padding: 8px 12px 6px;
}

body.page-template-home-page .link_product_div_text_name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
    overflow: hidden;
    width: 68%;
    float: left
}

body.page-template-home-page .link_product_div_text_name_brand {
    color: black;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-template-home-page .link_product_div_text_name_p {
    color: black;
    overflow: hidden;
    btext-overflow: ellipsis;
    bwhite-space: nowrap;
    font-size: 11px;
}

body.page-template-home-page .link_product_div_price {
    font-size: 11px;
    float: right;
    overflow: hidden;
}

body.page-template-home-page .div_arrows{
    margin-top: 100px; cursor: pointer;
}
body.page-template-home-page .StartSlideP {
    display: none;
}

body.page-template-home-page .img_wishlist:hover {
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
}


body.page-template-home-page .img_wishlist {
    position: relative;
    z-index: 1;
    top: 30px;
    right: 12px;
    width: 26px;
    cursor: pointer;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;

}

body.page-template-home-page .down_div_fo{
    width: 20%; float:right; padding-top:18px; padding-left:44px; padding-right: 44px;
}

body.page-template-home-page  .down_div_fo a:hover{
    border-bottom: 2px solid #000;
    color:black;
}


body.page-template-home-page.is-mobile .m-slide-item img {
    width: 100%;
}

body.page-template-home-page.is-mobile #home_page-banners img {
    width: 100%;
}

body.page-template-home-page .home_page-title a {
    text-align: center;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-weight: bold;
    font-size: 13px;
    padding: 9px;
    border: 2px solid black;

}

body.page-template-home-page #home_page-banners .home_page-banner-container {
    float: right;
    border: 1px solid white;
}

body.page-template-home-page #home_page-banners .home_page-banner-container.has-2images a:first-child {
    border-bottom: 1px solid white;
}

body.page-template-home-page #home_page-banners .home_page-banner-container.has-2images a:last-child {
    border-top: 1px solid white;
}

body.page-template-home-page #home_page-banners .banner-text {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    text-decoration: underline;
    background-color: rgba(255, 255, 255, 0.5);
}

body.page-template-home-page #home_page-banners a {
    display: block;
    position: relative;
    overflow: hidden;
}

body.page-template-home-page #home_page-banners a:hover {
    color: white;
    text-decoration: underline;
}

body.page-template-home-page #home_page-banners a:hover .banner-text {
    color: black;
}

body.page-template-home-page:not(.is-mobile) #home_page-banners img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

body.page-template-home-page:not(.is-mobile) #home_page-banners a:hover img {
    /*-webkit-transform: scale(1.1); !* Safari and Chrome *!*/
    /*-moz-transform: scale(1.1); !* Firefox *!*/
    /*-ms-transform: scale(1.1); !* IE 9 *!*/
    /*-o-transform: scale(1.1); !* Opera *!*/
    /*transform: scale(1.1);*/
}

body.page-template-home-page #home_page-products-list {
    text-align: center;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

body.page-template-home-page.is-mobile #home_page-products-list {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

body.page-template-home-page .home_page-product-container {
    margin: 0 2%;
    height: 157px;
    width: 122px;
    display: inline-table;
}

body.page-template-home-page:not(.is-mobile) .home_page-product-container:first-child {
    margin-right: 0;
}

body.page-template-home-page:not(.is-mobile) .home_page-product-container:last-child {
    margin-left: 0;
}

body.page-template-home-page .home_page-product-container a {
    display: inline-table;
    height: 100%;
    width: 100%;
}

body.page-template-home-page .home_page-product-container a:hover {
    color: #222222;
    text-decoration: underline;
}

body.page-template-home-page .home_page-product-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 150px;
}

body.page-template-home-page .home_page-product-container .img-wrapper {
    height: 157px;
    width: 122px;
    position: relative;
}

body.page-template-home-page .home_page-product-container .txt-wrapper {
    text-align: center;
    padding: 5px 0;
    white-space: initial;
}

.page-template-home-page .brand-img {
    position: relative;
}

.page-template-home-page .brand-menu {
    position: absolute;
    bottom: 20px;
    padding: 10px 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .2);
}

.page-template-home-page .brand-menu.no-color {
    background-color: transparent;
}

.page-template-home-page .brand-menu .brand-menu-item {
    float: right;
    text-align: center;
    padding: 10px 6px 0;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, .2);
}

.page-template-home-page .brand-menu .brand-menu-item a {
    display: block;
    margin: 5px -6px 0;
    /*  background-color: rgba(255, 255, 255, .4);*/
    font-weight: bold;
    color: #000;
}

.page-template-home-page .text_class {
    margin: 10px 50px 23px 50px;
}


.page-template-home-page.is-mobile.single-related-product {
    padding-top: 30px;
    padding-bottom: 10px;
}


.page-template-home-page .product.list-item.incatalog .price del
{
    color: black;
}

.page-template-home-page .product.list-item .price{
    color:red ;
    font-weight: bold ;
}



.page-template-home-page.is-mobile.single-related-product .list-item .model-name,
.page-template-home-page.is-mobile .recently-viewed-products .list-item .model-name {
    height: 13px;
    line-height: 13px;
    overflow-y: hidden;
}

.page-template-home-page.is-mobile .single-related-product .list-item .catalog-item-details,
.page-template-home-page.is-mobile .recently-viewed-products .list-item .catalog-item-details {
    color: #000;
    text-align: right;
    padding: 5px;

}
.page-template-home-page.is-mobile div.catalog-item-details{
    text-align: right;
}


.page-template-home-page.is-mobile .single-product-label {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 130px;
    z-index: 1000;
}

.page-template-home-page.is-mobile img.not-square-img{
    top:31%;
}

.page-template-home-page.is-mobile .product.outofstock .attachments > img.main-img {
    opacity: 1;
}


.page-template-home-page .Large-text {
    font-size: 40px;
    font-weight: 700;
    line-height: 0.8;
}

.page-template-home-page .small-text{
    font-size: 18px;
    line-height: 1.5;
}
.page-template-home-page.is-mobile .img_wishlist_mobile {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
    z-index: 1;

}

.page-template-home-page.is-mobile .text_class {
    margin: 10px 10px 20px 10px;
}
.page-template-home-page.is-mobile .Large-text {
    font-size: 30px;
}

.page-template-home-page.is-mobile .product.list-item{
    width: 150px;
}

.slide_right_:hover {
    box-shadow: inset 250px 0 0 0 black;
}

.slide_right_link_text:hover{
    box-shadow: inset 160px 0 0 0 black;

}

.a-link_text:hover .a-link_text-in {
    color: white;
}

.homepage_banner_button_hover:hover {
    box-shadow: inset 250px 0 0 0 black;
}

.text-image_a_button_hover:hover {
    box-shadow: inset 250px 0 0 0 #000000;
    color: #FFFFFF;
}

.text-image_a_button_hover {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 4px;
    padding: 4.5px;
    /*border: 2px solid #fff;*/
    min-width: 100px;
    cursor: pointer;
    -webkit-transition: ease-out 1s;
    -moz-transition: ease-out 1s;
    transition: ease-out 1s;
    color: black;
    background-color: white;
    /*font-weight: bold;*/

}

.homepage_banner_button_hover {
    -webkit-transition: ease-out 1s;
    -moz-transition: ease-out 1s;
    transition: ease-out 1s;
}

/* meir new btn */

.div_for_button {

    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: 2px solid black;
    /*width: 100px;*/
    /*height: 30px;*/
    display: block;
    font-weight: bold;


    background: linear-gradient(to right, black 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.div_for_button:hover {
    background-position: left bottom;
}

.div_for_button .text-image_a_button{
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: black;
    transition: all .6s ease-out;
    display: block;
}

.div_for_button:hover .text-image_a_button{
    color: white;
}

/* !----end of new btn----! */

.page-template-home-page .text-image_a_button{
    position: relative;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
    -webkit-transition: color .1s ease 0s;
    transition: color .1s ease 0s;
}

.page-template-home-page .a-link_text {
    float: left;
    position: relative;
    display: block;
    width: 155px;
    height: 38px;
    box-sizing: border-box;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: 2px solid #000;
    contain: content;
    -webkit-transition: ease-out 1s;
    -moz-transition: ease-out 1s;
    transition: ease-out 1s;
}

.page-template-home-page .a-link_text-in {
    position: relative;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
    -webkit-transition: color .1s ease 0s;
    transition: color .1s ease 0s;
}

/* End new home Page */

.page-template-gift-card .form-row .required {
    padding-right: 5px;
}

/*bootstarp v4*/
.w-100 {
    width: 100% !important
}

.d-block {
    display: block !important
}

/*popup_card*/

.cart_popup_model{
    font-family: OpenSansHebrew, Sans-serif;
    position: absolute;
    z-index: 1200;
    left:0;
    width: 300px;
    background: #fff;
    color: black;
    font-size: 12px;
    border: 1px solid #ddd;
}

#cart_popup_model_div_in{
    padding-top: 24px;
}

.cart_popup_partA{
    font-size: 12px;
    line-height: 1.5;
    padding: 0 24px;
    text-align: center;
}

.cart_popup_part_h{
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .05em;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    padding: 0 36px;
}
.cart_popup_partA_p{
    margin-top:1em;
    margin-bottom: 1em;
}
.cart_popup_partB{
    background: #eee;
    padding: 36px 20px 23px 23px;
    text-align: center;
}

#cart_popup_a{
    margin-top: 16px;
    background: #eee;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    padding: 8px 14px;
    cursor: pointer;
    min-height: 40px;
    -webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}
#cart_popup_a:hover{
    background-color: #eee;
    color:white;
    box-shadow: inset 288px 0 0 0 black;

}
.cart_popup_title{
    margin-top: 0px;
    margin-bottom: 0;
}

.cart_popup_products{
    position: relative;
    margin-bottom: 4px;
    height: auto;
    max-height: 270px;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    margin-left: 6px;

}

.cart_popup_products::-webkit-scrollbar {
    width: 8px;
}

.cart_popup_products::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.cart_popup_products::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: #727c7e;
}

.cart_popup_part_products_price{
    overflow: hidden;
    max-height: 600px;
}

.cart_popup_goto_cart{
    text-align: center;
    margin-bottom: 0;
    padding: 0 20px 5px;
}

.gotocheckout_button{
    background: #FD9920;
    display: block;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 13px 8px;
    width: 100%;
    font-weight: bold;
    height: auto;
}

.has-discount .amount {
    color: #8C2121;
}

.cart_popup_product_image_title a{
    font-size: 12px;
}
.cart_popup_product_image_title{
    font-size: 12px; width: 130px; padding-bottom: 8px; padding-top: 4px;
}

.cart_popup_mobile_model {
    position: fixed;
    top:0px;
    left:0;
    right: 0;
    z-index: 2000;
    transition: transform .5s ease-in-out;
    transform: translateY(-300px);
    visibility: hidden;
    opacity: 0;
    width: auto;
    background-color: #fff;
    border: 1px solid #ddd;

}

.opened{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;

}

.cart_popup_mobile_titel{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .05em;
    display: flex;
    justify-content: space-around;
    padding: 0 36px;
    margin-top: 16px;
    margin-bottom: 14px;
}
.cart_popup_mobile_partB{
    padding: 0px 18px 18px;
    text-align: center;
}

.cart_popup_mobile_button{
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 16px;
    width: 100%;
    font-weight: bold;
    height: auto;
}
.cart_popup_mobile_button1{
    background: #FD9920;color: #fff;
    border-color: #FD9920;
}

.cart_popup_mobile_button2{
    background: #fff;color: black;
    border-color: black;
    margin-top: 10px;

}

.cart_popup_mobile_a{
    position: fixed;
    left: 18px;
    top: 2px;
}

/* =========== deliveries-packing-barcode-process model ==============*/

.orders_modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.orders_modal.is-visible {
    visibility: visible;
}

.orders_modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.orders_modal.is-visible .orders_modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.orders_modal-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%) !important;
    z-index: 9999;
    min-width: 310px;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.orders_modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.orders_modal.is-visible .orders_modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.orders_modal-header,
.orders_modal-content {
    padding: 1em;
}

.orders_modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.orders_modal-close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    background: none;
    border: 0;
    cursor: pointer;
}

.orders_modal-close:hover {
    color: #777;
}

.orders_modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.orders_modal-content > *:first-child {
    margin-top: 0;
}

.orders_modal-content > *:last-child {
    margin-bottom: 0;
}

table.orders_modal_table td, table.orders_modal_table th {
    padding: 3px 5px;
}

.modal_loader {
    display: none;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 13px;

}
.modal_loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    margin: 0px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: modal_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #428bca transparent transparent transparent;
}
.modal_loader div:nth-child(1) {
    animation-delay: -0.45s;
}
.modal_loader div:nth-child(2) {
    animation-delay: -0.3s;
}
.modal_loader div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes modal_loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loader {
    0% {
        -webkit-transform: scale3d(0, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(0, 1, 1) translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1) translate3d(100%, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(100%, 0, 0);
    }
}

.css-loader {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}

.css-loader .css-loader-line {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1);
    height: 4px;
}

.css-loader .css-loader-line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0078e5;
    transform: scale3d(0, 1, 1) translate3d(0, 0, 0);
    animation: loader 1s cubic-bezier(0.4, 0, 0, 1) infinite;
    transform-origin: left center;
}
/*========= ui-autocomplete ============*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: right;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.ui-menu {
    overflow: auto;
    max-height: 300px;
}


#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    max-width: 300px;
    margin-left: 0px; /* Divide value of min-width by 2 */
    background-color: #2196f3; /* Black background color */
    color: #fff; /* White text color */
    text-align: right; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 6px 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 10; /* Add a z-index if needed */
    right: 90px; /* Center the snackbar */
    bottom: 20px; /* 30px from the bottom */
    box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.034),
            0 6.7px 5.3px rgba(0, 0, 0, 0.048),
            0 12.5px 10px rgba(0, 0, 0, 0.06),
            0 22.3px 17.9px rgba(0, 0, 0, 0.072),
            0 41.8px 33.4px rgba(0, 0, 0, 0.086),
            0 100px 80px rgba(0, 0, 0, 0.12);
}

.show {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 8.6s;
    animation: fadein 0.5s, fadeout 0.5s 8.6s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {right: 0; opacity: 0;}
    to {right: 90px; opacity: 1;}
}

@keyframes fadein {
    from {right: 0; opacity: 0;}
    to {right: 90px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {right: 90px; opacity: 1;}
    to {right: 0; opacity: 0;}
}

@keyframes fadeout {
    from {right: 90px; opacity: 1;}
    to {right: 0; opacity: 0;}
}
@media screen and (max-width: 700px) /* Mobile */ {

    #snackbar {
        max-width: 500px;
        left: 70px;
        right: 20px;
        bottom: 73px;
        z-index: 999;
    }
    .show {
        visibility: visible !important;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 8.6s;
        animation: fadein 0.5s, fadeout 0.5s 8.6s;
    }

    /* Animations to fade the snackbar in and out */
    @-webkit-keyframes fadein {
        from {bottom: 0; opacity: 0;}
        to {bottom: 20px; opacity: 1;}
    }

    @keyframes fadein {
        from {right: 0; opacity: 0;}
        to {right: 20px; opacity: 1;}
    }

    @-webkit-keyframes fadeout {
        from {right: 20px; opacity: 1;}
        to {right: 0; opacity: 0;}
    }

    @keyframes fadeout {
        from {right: 20px; opacity: 1;}
        to {right: 0; opacity: 0;}
    }
}

/*====================new Seaech*/
.scroll_res{
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll_res::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
.scroll_res::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.scroll_res::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
.scroll_res::-webkit-scrollbar-corner {
    background-color: transparent;
}
#suggested-products_desk tbody tr td {
    padding: 0 10px;
}

#suggested-products_desk tbody tr td:hover {
    background-color: #fff;
    cursor: pointer;
}

#suggested-products_desk tbody tr td a:hover {
    color: black;
}
@media only screen and (max-width: 600px) {
    #suggested-products_desk tbody tr td:hover {
        background-color: #e2e2e2
    }
}
.sale_p{
    color: red;
    font-weight: bold;
}
.regular_p{
    text-decoration: line-through;
    font-weight: bold;
}
#header-search-clear-des {
    opacity: 0.85;
    cursor: pointer;
    left: 15px;
    position: absolute;
    width: 10px;
    top: 15px;
}

div.scrollcat {
    padding: 10px;
    overflow: auto;
    white-space: nowrap;
}

div.scrollcat a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 5px 15px;
    border: solid 1px gray;
    text-decoration: none;
    border-radius: 15px;
}

div.scrollcat a:hover {
    color:white;
    background-color: black;
}
.hidden_product{
    display: none;
}

/*====================Seaech*/

#search-container {

    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    text-align: left;
    /*overflow: scroll;*/
    z-index: 2;
    height: 100%;

}

#header-search {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    text-align: left;
    width: 300px;
    height: 30px;
    color: #222222;
    padding: 0 35px;
    outline: none;
    direction: ltr;
}

#search-container .material-icons, #search-container .loader {
    position: absolute;
    top: 0;
    line-height: 37px;
}

#header-search-magnifier {
    position: absolute;
    width: 20px;
    right: 10px;
    top: 11px;
    cursor: pointer;
}

#header-search-clear {
    opacity: 0.85;
    cursor: pointer;
    left: 15px;
    position: absolute;
    width: 10px;
    top: 15px;

}

#search-container .loader {
    opacity: 0.85;
    cursor: pointer;
    left: 40px;
    position: absolute;
    width: 10px;
    top: 15px;
}

#search-container:not(.loading) .loader {
    display: none;
}

#search-container.loading #header-search-clear, #search-container.empty #header-search-clear {
    display: none;
}

#header-search::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: black;
}

#header-search:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 1;
}

#header-search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: black;
    opacity: 1;
}

#header-search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

#header-search:-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

#search-container table#suggested-products td {
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    height: 45px;
}

#search-container table#suggested-products td a {
    height: 44px;
    overflow: hidden;
    display: block;
    line-height: 45px;
    width: 250px
}

#search-container table#suggested-products td:hover{
    background-color: #eceaeb;
    color:black;
}

#search-container table#suggested-products td a:hover{
    color:black;
}

/*=======brandpage*/
.best_brands_title {
    font-weight: 700;
    font-size: 16px;
    margin: 10px;
}

.all_our_brands_title {
    font-weight: 700;
    font-size: 16px;
    margin: 10px;
    text-align: right;
}

.all_our_brands{
    text-align:left;
}
.all_Letter_a {
    font-size: 18px;
    padding: 3px;
}

.all_Letter {
    text-align: left;
}

.all_Letter hr {
    background-color: #e5e9ec;
    margin-bottom: 0px;
    margin-top: 20px;
}
.all_Letter_one_title{
    float: left;
    font-size: 22px;
    font-weight: 700;
}
.all_our_brands_one{
    padding: 10px;
    border-bottom: 1px solid #E5E9EC;
    margin-top: -5px;

}
.all_our_brands_one_title_all_brands {
}
.all_our_brands_one_title_one_brand{
    padding-top: 10px;
}
.best_brands_one_brand{
    padding-bottom: 5px;
}

#myBtnbrand {
    display: none;
    position: fixed;
    bottom: 110px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 4px;
    right: 0px;
}
.brands_banners {
    margin-top:40px;
}
.m-brands-button{
    top:80px;
    position: absolute;
}
.m-all_Letter_a{
    font-size: 20px;
    padding: 11px;
}
.m-all_our_brands_one_title_one_brand_a {
    font-size:16px;
}

.m-all_Letter_one_title {
    padding-left: 16px;
    font-size: 25px;
}
.brand_anchor{
    display: block;
    height: 50px; /*same height as header*/
    margin-top: -50px; /*same height as header*/
    visibility: hidden;
}
.best_brands , .all_our_brands{
    padding-left: 38px;
}

.widget_price_filter {
    display: none;
    visibility: hidden;
}

/*===========================search in error page=======================*/
#search-container1 {
    position: absolute;
    z-index: 1;
}

#header-search1 {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    text-align: left;
    width: 300px;
    height: 30px;
    color: #222222;
    padding: 0 35px;
    outline: none;
    direction: ltr;
}

#search-container1 .material-icons, #search-container1 .loader1 {
    position: absolute;
    top: 0;
    line-height: 37px;
}

#header-search-magnifier1 {
    position: absolute;
    width: 20px;
    left: 15px;
    top: 11px;
    cursor: pointer;
}

#header-search-clear1 {
    opacity: 0.85;
    cursor: pointer;
    right: 20px;
    position: absolute;
    width: 10px;
    top: 15px;
}

#search-container1 .loader1 {
    opacity: 0.85;
    cursor: pointer;
    right: 20px;
    position: absolute;
    width: 10px;
    top: 15px;
}

#search-container1:not(.loading) .loader1 {
    display: none;
}

#search-container1.loading #header-search-clear1, #search-container1.empty #header-search-clear1 {
    display: none;
}

#header-search1::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: black;
}

#header-search1:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 1;
}

#header-search1::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: black;
    opacity: 1;
}

#header-search1:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

#header-search1:-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

#search-container1 table#suggested-products1 td {
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    height: 45px;
}

#search-container1 table#suggested-products1 td a {
    height: 44px;
    overflow: hidden;
    display: block;
    line-height: 45px;
    width: 250px
}

#search-container1 table#suggested-products1 td:hover{
    background-color: #eceaeb;
    color:black;
}

#search-container1 table#suggested-products1 td a:hover{
    color:black;
}
/*end search error page*/

/*coupon-checkout*/

#customer_login p.form-row {
    text-align: center;
}

@media (max-width: 500px) {
    .checkout-step .checkout-step-heading{
        width: 100%;
    }
    .checkout-step #login_text{
        width: 100%;
        text-align: center;
    }
    .checkout-step h2 {
        margin: auto;

    }
    .form-row .input-text , .form-row > label {
        width: 100%;
    }
    .user-wants-to-register-my-account-continer , #user-wants-to-login-my-account-container{
        width: 100%;
        font-size: 14px;
    }
}

.checkout-step .button , .checkout-step input.button[type="submit"]
{
    background-color: #222222;
}

.checkout-step .button:hover ,  .checkout-step input.button[type="submit"]:hover {
    background-color: #444444;
}

.cart_item .img_wishlist {
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
"
}

.cart_item .img_wishlist:hover {
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -moz-transform: scale(1.3); /* Firefox */
    -ms-transform: scale(1.3); /* IE 9 */
    -o-transform: scale(1.3); /* Opera */
    transform: scale(1.3);
}

/*====== Popup Zoom effect ======*/
.modal1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 1;
}
.modal1-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 25px;
    width: 450px;
    border-radius: 0.5rem;
}
.close-button {
    float: left;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    font-size: 2em;
}
.close-button:hover {
    color: lightgray;
}
.show-modal1 {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 2;
}
.popup_title{
    margin-right: 20px;
    margin-bottom: 30px;
    font-size: 17px;
}

#title-brand-popup, #title-model-popup {
    text-transform: uppercase;
}
.popup_top{
    margin-bottom: 20px;
}

/*Star Ratings*/

.rating_popup{
    width: 50%;
    margin-top: -90px;
    margin-bottom: -10px;
}
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

/*hides the radio buttons*/
.rating > input{ display:none;}

/*style the empty stars, sets position:relative as base for pseudo-elements*/
.rating > label {
    position: relative;
    width: 1.1em;
    font-size: 23px;
    color: #FD9920;
    cursor: pointer;
    margin-left: 5px;
}

/* sets filled star pseudo-elements */
.rating > label::before{
    content: "\2605";
    position: absolute;
    opacity: 0;
}
/*overlays a filled start character to the hovered element and all previous siblings*/
.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}

/*overlays a filled start character on the selected element and all previous siblings*/
.rating > input:checked ~ label:before{
    opacity:1;
}

/*when an element is selected and pointer re-enters the rating container, selected rate and siblings get semi transparent, as reminder of current selection*/
.rating:hover > input:checked ~ label:before{ opacity: 0.4; }

#review_form_wrapper{
    max-height: 0;
}

.popup_input{
    width: 100%;
    border-radius: 0;
    border: 1px solid #BABABA;
    margin-bottom: 20px;
}
/*center div wishlist*/
.container-wishlist {
    height: 500px;
    margin: auto;
    width: 30%;
    padding: 10px;
}

.inner-div-wishlist {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    font-size: 16px;
    width: 27%;
    top: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#product_specials , #product_specials_idf{
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 1;
}
#product_specials_idf{
    top: 7px !important;
}

/*-------------- Meir ----------------*/
#header-btm-part{
    display:block;
    background-color: #E22A29;
}
#gform_submit_button_7{
    background-color: red;
    /* background-image: none; */
}
.is-mobile .discount-teasing{
    /* display: none;*/
    padding-top: 0px;
}
#home-content-row .t-home-title {
    height: 261px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 13px;
    width: 100%;
    display: inline-block;
}
#home-content-row .t-home-title:hover {
    background-color: #eaeaea;
    color: #2b4b63;
}
#home-content-row .row img {
    width: auto;
    padding-bottom: 11px;
}

@media(min-width: 480px){
    #field_8_5, #field_8_7, #field_8_6 {
        float: right;
        width: 33%;
    }
    #field_8_1  .gfield_checkbox{
        column-count: 3;
    }
    #gform_fields_8 .validation_error{
        font-size: 15px;
    }
    #field_8_1   li{
        float: right;
        width: 33%
    }
    #field_8_15, #field_8_13, #field_8_14 {
        float: right;
        width: 33%;
    }
    #gform_fields_8:after{
        content: '';
        display:table;
        clear: both;
    }
    #gform_wrapper_8{
        padding: 20px;
        background-color: #fff;
    }
}
#gform_wrapper_8 .gform_footer{
    text-align: center;
    padding-top: 40px;
}
#gform_fields_8 .gfield_label{
    font-size: 15px;
    margin: 5px 0;
}

#field_8_12 .gsection_title{
    padding-top: 15px;
}

#gform_wrapper_8 input[type="radio"]{
    margin-left: 5px;
}
#gform_wrapper_8 .gfield.gfield_error.field-email input, .gfield.gfield_error.field-manwomen input {
    border-color: #ccc;
}
#gform_wrapper_8 .gfield_description.validation_message,
#gform_wrapper_8 .validation_error {
    color:red;
}

#input_8_13{
    width: 79%;
}
#input_8_15_3_container label,
#input_8_15_6_container label{
    display: none;
}
#input_8_15_3_container,
#input_8_15_6_container{
    margin-bottom: 5px;
    display:block;
}

#gform_submit_button_8{
    width: 200px;
}
/*פתיחה וסגירת תיבת קופון בסל*/
#coupon-form{
    display:block;
}
/*#site-logo{
    margin-top:0;
}*/
@media(max-width: 500px){
    #site-logo{
        margin-top:5px;
    }

}
/* גודל תיבת בעמוד תשלום*/

@media(max-width: 500px){
    #icredit-iframe{
        height: 740px;
    }
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
        background-color: #1846609c;
        color: #ffffff;
    }
}


#m-header-btm-part{
    display:none;
}

#paypel-payment{
    display: none;
}

.is-mobile .incatalog.product.list-item .percentage-discount {
    display: none;
}
#m-news-row{
    display:none;
}

#m_cart_shipping{
    display:none;
}

.single-product .product .percentage-discount{
    display: none;
}

#footer-widget-area-1{
    width: 28%;
}

.incatalog.product.list-item.product_specials-new .catalog-discount-flash{
    display: none;
}

.product-image-logo.textual-logo.sale{
    display: none;
}

.post-type-archive-product .catalog-discount-flash ,
.post-type-archive-product .percentage-discount {
    display:none !important;
}

#m-footer-buttons {
    display:none;
}

/* עמוד השלמת פרטים */
#post-187230 {
    max-width: 700px;
}
#post-187230 .gfield_label {
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
}
#post-187230 .ginput_container:not(.ginput_container_textarea) {
    padding-right: 10px;
}
#post-187230 .ginput_container > ul > li {
    padding-top: 2px;
    padding-bottom: 2px;
}
#post-187230 .ginput_container input {
    margin: 0 5px;
}
#post-187230 header.entry-header {
    display: none;
}
#post-187230 h3.gform_title {
    font-size: 22px;
    font-weight: normal;
}
#post-187230 h2.gsection_title {
    font-weight: normal;
}
#post-187230 #field_14_38 h2 {
    margin: 0;
}
#post-187230 #field_14_41 h2.gsection_title {
    font-weight: bold;
}
#post-187230 .gform_footer {
    text-align: left;
}
#post-187230 .validation_error, #post-187230 .validation_message {
    color: red;
}
#footer-top-line, #home-reviews {
    display: none;
}

#newletter-registration-form .field-manwomen{
    background-color: #ec643e;
}
#field_3_3 {
    background-color: #ec643e;
}
.text-image_a_button_hover{

    margin-right: 50px;
    margin-left: 50px;

}
.attachment-76x38{
    width: 60px;
}

.product-image-logo .attachment-full{
    width: 150px;
}

.attachment-76x38{
    width:64px;
}

.mobile-summary .coupon_singel_page{
    font-size: 14px;

}
.center_pimg{
    position: relative;
}
.center_pimg img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

/*meir contact page*/

.flipCard {
    -webkit-perspective: 800;
    -ms-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    padding-bottom: 30px;
}
.flipCard .card.flipped {
    transform:rotatey(-180deg);
    -ms-transform:rotatey(-180deg); /* IE 9 */
    -moz-transform:rotatey(-180deg); /* Firefox */
    -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
    -o-transform:rotatey(-180deg); /* Opera */
}
.flipCard .card {
    width: 100%;
    height: 165px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}
.flipCard .card .side {
    width: 100%;
    height: 100%;
    padding: 12px;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    backface-visibility: hidden;
    overflow: auto;
}
.flipCard .card .back {
    background: white;
    color: black;
    transform:rotatey(-180deg);
    -ms-transform:rotatey(-180deg); /* IE 9 */
    -moz-transform:rotatey(-180deg); /* Firefox */
    -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
    -o-transform:rotatey(-180deg); /* Opera */
}

.flipCard .card .front {
    display: block;
    background-color: #e4f0f9;
    text-align: center;
    padding: 20px 12px;
    height: 165px;

}
.flipCard .card .back {
    display: block;
    background-color: #e4f0f9;
    text-align: right;
    padding: 12px;
    height: 165px;
    line-height: 1.6;

}

.answer{
    height: 0px;
    margin-top: -8px;
    margin-bottom: 10px;
    background-color: white;
    text-align: right;
}

.question_in{
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
    font-size: 17px;
    cursor: pointer;
}

.answer_in{
    padding: 10px;
    margin-top: -21px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

div.like_btn{
    cursor: pointer;
    outline: 0;
    color: #AAA;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 17px;
    margin-left: 5px;

}

.like_btn:focus {
    outline: none;
}
.like:hover{
    color: #72c472 !important;
}
.green{
    color: #72c472 !important;
}

.red{
    color: #d87171 !important;
}
.unlike:hover{
    color: #d87171 !important;
}
.div_answer a{
    text-decoration: underline;
}


/*delivery timeline*/

.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.timeline .li {
    transition: all 200ms ease-in;
    width: 33%;
}
ul.timeline {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.timestamp {
    margin-bottom: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.status_timeline {
    padding: 30px 15px 0px 20px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}
.status_timeline h4 {
    font-weight: 600;
}
.status_timeline:before {
    content: '';
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 25px;
    border: 2px solid #ddd;
    position: absolute;
    top: -22px;
    left: 39%;
    text-align: center;
    padding-top: 10px;
    transition: all 200ms ease-in;
}
.order_in_progress.status_timeline:before {
    content: url(https://media.shoesonline.co.il/2020/02/הזמנה-בתהליך-1.png);
}
.international_shipping.status_timeline:before {
    content: url(https://media.shoesonline.co.il/2020/02/שילוח-בינלאומי-1.png);
    padding-top: 11px;
}
.local_shipping.status_timeline:before {
    content: url(https://media.shoesonline.co.il/2020/02/שילוח-מקומי-1.png);
}
.delivered.status_timeline:before {
    content: url(https://media.shoesonline.co.il/2020/02/הושלם-נמסר-1.png);
    padding-top: 7px;
}

.li.complete .international_shipping.status_timeline:before {
    content: url(https://media.shoesonline.co.il/2020/02/plane-white-1.png);
    padding-top: 13px;
}
.li.complete .local_shipping.status_timeline:before {
    content: url(https://media.shoesonline.co.il/2020/02/tracking-white-1.png);
}
.li.complete .delivered.status_timeline:before {
    content: url(https://media.shoesonline.co.il/2020/02/order-1-white-1.png);
}

.li.complete .status_timeline {
    border-top: 2px solid #00AA5B;
}
.li.complete .status_timeline:before {
    background-color: #00AA5B;
    border: none;
    transition: all 200ms ease-in;
}
.li.complete .status_timeline h4 {
    color: #00AA5B;
}
.more_d{
    margin-right: 15px;
    min-height: 19px;
    padding-bottom: 19px;
    text-align: center;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .timeline timeline {
        list-style-type: none;
        display: block;
    }

    .li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }

    .timestamp {
        width: 100px;
    }

    .status_timeline:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}


/*.progressbar {*/
/*    position: absolute;*/
/*    background-color: #00AA5B;*/
/*    opacity: 1;*/
/*    height: 3px;*/
/*    width: 0%;*/
/*    -webkit-transition: width 0.6s ease;*/
/*    -o-transition: width 0.6s ease;*/
/*    transition: width 0.6s ease;*/
/*}*/
/*.progressbar.empty {*/
/*    opacity: 1;*/
/*    width: 100%;*/
/*    background-color: #d0d0d0;*/
/*}*/


.timeline-item {
    padding: 3em 2em 2em;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    border-right: 2px solid rgba(0, 0, 0, 0.3);
}
.timeline-item p {
    font-size: 1rem;
}
.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    right: 1em;
    font-weight: bold;
    top: 0.7em;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: .785rem;
    font-size: 13px;
}
.timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 1em;
    position: absolute;
    right: -6px;
    border-radius: 10px;
    content: '';
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: #043867;
}
.timeline-item:last-child {
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0))) 1 100%;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}

.flex > .hours{
    width: 10%;
    font-size: 12px;
}
.flex > .status_d{
    width: 90%;
    float: left;
    font-size: 12px;
    margin-bottom: 15px;
    padding-right: 10px;
    border-right: 1px solid#ccc;
}
.flex > .hours p{
    font-size: 12px;
    /*border-left: 1px solid #ccc;*/
    /*margin-left: 10px;*/
}
.flex > .status_d p{
    font-size: 12px;
    direction: ltr;
    text-align: right;
}
.flex > .status_d p:last-child{
    margin-bottom: 0px;
}
.flex{
    display: flex;
}

/* Overlay Styles */
.m_overlay {
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display:none;
}
/* Popup */
.m_popup {
    background: white;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999999;
    height: 0px;
    display: none;
    width: 100%;
}
@media (max-width: 768px) {
    .m_popup {
        width: 100%;
    }
}
.m_popup .m_popup-inner {
    position: relative;
    padding-top: 1em;
}
.m_popup .m_popup-inner input.s3-btn-close {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    background: black;
    border: solid 2px white;
    color: white;
    cursor: pointer;
    border-radius: 15px;
    outline: none;
}
/*************
  S3 Button
*************/
input.s3-btn {
    background: #f1f1f1;
    border: none;
    width: 200px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.s3-center {
    text-align: center;
}
.m_popup_close{
    right: 7px !important;
    margin-bottom: -26px;
    background-color: #ffffff;
}

div#desktop_res{
    height: 0px;
    z-index: 9999;
    background-color: rgb(247, 247, 247);
    padding: 0px 15px;
}
div#search-container{
    width: 35%;
}
.last_searches_div{
    padding: 8px 5px;
    display: flex;
    cursor: pointer
}
.last_searches_div:hover{
    background-color: #ffffff;
}
@media only screen and (max-width: 600px) {
    .last_searches_div:hover{
        background-color: #b1b1b145;
    }
}

/*+++++++++++++++++ idf_points_checker css +++++++++++++++++*/
.card-container{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.card-form{
    padding-top: 30px;
    display: flex;
}
.card-number{
    width: 60%;
    border-radius: 0 5px 5px 0 !important;
    color: #fff;
    font-size: 15px;
    padding: 9px 15px !important;
    letter-spacing: 1px;
    text-shadow: none;
    max-height: 50px;
}
.check_btn {
    background-color: #12455F;
    border: 1px #12455F solid;
    width: 40%;
    border-radius: 5px 0 0 5px !important;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    padding: 8px 13px;
    text-shadow: none;
    max-height: 50px;
}
.check_btn:hover{
    color: #12455F;
    border-color: #12455F;
    background-color: #ffffff;
    text-decoration: none;
}
#response_how_money{
    display: none;
    text-align: center;
    margin-top: 40px;
}
#new_check > #response_how_money{
    display: none;
    text-align: center;
    margin-top: 40px;
    background-color: #eceaebd6;
    padding: 30px 20px;
}
.res-container{
    width: 67%;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
}
.points{
    padding: 10px;
    min-width: 140px;
    max-width: 200px;
}
.points h2{
    color:  #12455F;
    padding: 0;
}
.points strong{
    font-size: 16px;
}
.points p{
    padding-top: 10px;
    font-size: 13px;
}
.link {
    border: 1px solid #12455F;
    color: #12455F;
    margin-top: 10px;
}
.link:hover, .link:focus {
    border: 1px solid #12455F;
    color: #fff;
    background-color: #12455F;
}
.des_bottom{
    display: none;
    padding: 20px;
    text-align: center;
}
.img-idf{
    display: flex;
    justify-content: center;
}
.img-idf img{
    margin: 0 3px;
}
.points_description{
    font-size: 16px;
}
@media screen and (max-width: 480px) {
    .card-container{
        padding: 8px 6px;
    }
    .points_description{
        font-size: 14px;
    }
    .card-number{
        width: 60%;
        padding: 0 7px !important
    }
    .check_btn {
        width: 40%;
    }
    .res-container{
        width: 100%;
        padding: 0 20px;
    }
    #response_how_money{
        margin-top: 20px;
    }
    .points{
        min-width: 108px;
    }
    .link {
        font-size: 12px;
        padding: 5px;
    }
    .points p{
        font-size: 12px;
    }
}
/*loader*/
.lds-circle {
    display: none;
    transform: translateZ(1px);
}
.lds-circle > div {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 10px;
    border-radius: 50%;
    background: #fff;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.check_btn:hover .lds-circle > div{
    background: #12455F;
}

@keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}
/*+++++++++++++++++ END idf_points_checker css +++++++++++++++++*/
.col-2-add {
    display: grid;
    width: 50%;
    padding: 5px;
}
.col-1-add {
    display: grid;
    width: 100%;
    padding: 5px;
    padding-top: 15px;
}
.col-2-add input{
    padding: 5px;
}
.col-1-add input{
    padding: 5px;
}
.info-confirm{
    color: white;
    background-color: #000000;
}
.err_input{
    border: 1px solid red;
    border-radius: 3px;
}
.valid_input{
    border: 1px solid green;
    border-radius: 3px;
}
#shoesol_load_mask{
    visibility: hidden;
    height: 100vh;
    width: 100%;
    background: rgb(255 255 255 / 68%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    transition: opacity 0.3s linear;
}
#shoesol_load_container{
    position: fixed;
    top: 49%;
    left: calc(50% - 50px);
    z-index: 999999999;
    width: 100px;
}
#shoesol_load_container svg{
    width:100px;
    height:100px;
}
#shoesol_load_txt{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1.4em;
    font-size: 37px;
    font-family: Arial-Rounded, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    color: #225169;
    font-weight: 500;
}
@media only screen and (max-width: 600px) {
    #shoesol_load_txt {
        line-height: 2em;
        font-size: 26px;
    }
    #shoesol_load_container svg{
        width:60px;
        height:60px;
    }
}
.message {
    font-size: 14px;
}
.message #content {
    display: none;
    padding: 1rem;
}
.emoji {
    padding:14px;
}
.favorite_icon{
    font-size: 2em;
}
