@charset "UTF-8";
/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Reset Styles                         ||
||                                                   ||
==================================================== ||
*/
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../font-theme/ProximaNova-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../font-theme/ProximaNova-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Light";
  src: url("../font-theme/ProximaNova-Light.ttf") format("truetype");
}
body {
  font-family: "ProximaNova-Regular";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ProximaNova-Bold";
}

/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
* {
  word-wrap: break-word;
}

#fl-main-holder {
  overflow: hidden;
}

.fl_content {
  width: 100%;
}

.fl--header-title {
  word-wrap: break-word;
  letter-spacing: 1px;
  font-size: 80px;
  margin-bottom: 0;
  color: #fff;
}

.fl--sub-title {
  font-size: 25px;
}

.fl--post-pre-title {
  font-size: 15px;
  color: #cbcbcb;
  margin-bottom: 5px;
}

h3.logo {
  margin-bottom: 0;
}

body {
  text-rendering: optimizeLegibility;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -ms-text-size-adjust: 100%;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, ul, li, ol, a, em, img, strong, fieldset, form, label, article, aside,
details, figcaption, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

:focus {
  outline: 0;
}

img {
  vertical-align: middle;
  outline: 0;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

html, body, textarea, input {
  -webkit-text-size-adjust: none;
}

body {
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

figure {
  margin: 0 0 1rem;
}

/*-------------------------------------------------------------------

==  WordPress Core.

-------------------------------------------------------------------*/
code, kbd, tt, var {
  font: 14px Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  color: #7b7b7b;
  word-break: break-all;
  word-wrap: break-word;
}

.hidden.button {
  display: none !important;
}

.alignnone {
  box-sizing: border-box;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 98%;
  padding: 4px;
  text-align: center;
  background: #eaeaeb;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/*====================================================================
==  image gallery
====================================================================*/
.gallery-columns-1 {
  float: left;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-columns-1 .gallery-item img {
  margin-bottom: 10px;
}

.gallery-columns-1 .gallery-item:nth-child(3n+1) {
  clear: left;
}

.gallery-columns-2 {
  float: left;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  float: left;
  width: 50%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-columns-2 .gallery-item img {
  margin-bottom: 10px;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: left;
}

.gallery-columns-3 {
  float: left;
  width: 100%;
}

.gallery-columns-3 .gallery-item {
  float: left;
  width: 33.333%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-columns-3 .gallery-item img {
  margin-bottom: 10px;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left;
}

.gallery-columns-4 {
  float: left;
  width: 100%;
}

.gallery-columns-4 .gallery-item {
  float: left;
  width: 25%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-columns-4 .gallery-item img {
  margin-bottom: 10px;
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: left;
}

.gallery-columns-5 {
  float: left;
  width: 100%;
}

.gallery-columns-5 .gallery-item {
  float: left;
  width: 20%;
  margin-bottom: 25px;
  text-align: center;
}

.gallery-columns-5 .gallery-item img {
  margin-bottom: 10px;
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: left;
}

.gallery-columns-6 {
  float: left;
  width: 100%;
}

.gallery-columns-6 .gallery-item {
  float: left;
  width: 16.6666%;
  margin-bottom: 25px;
  text-align: center;
}

.gallery-columns-6 .gallery-item img {
  margin-bottom: 10px;
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left;
}

.gallery-columns-7 {
  float: left;
  width: 100%;
}

.gallery-columns-7 .gallery-item {
  float: left;
  width: 14.2857%;
  margin-bottom: 25px;
  text-align: center;
}

.gallery-columns-7 .gallery-item img {
  margin-bottom: 10px;
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: left;
}

.gallery-columns-8 {
  float: left;
  width: 100%;
}

.gallery-columns-8 .gallery-item {
  float: left;
  width: 12.5%;
  margin-bottom: 25px;
  text-align: center;
}

.gallery-columns-8 .gallery-item img {
  margin-bottom: 10px;
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: left;
}

.gallery-columns-9 {
  float: left;
  width: 100%;
}

.gallery-columns-9 .gallery-item {
  float: left;
  width: 11.1111%;
  margin-bottom: 25px;
  text-align: center;
}

.gallery-columns-9 .gallery-item img {
  margin-bottom: 10px;
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/*-------------------------------------------------------------------

==  Header style

-------------------------------------------------------------------*/
.mask-header-img-archive, .mask-header-img-woo-archive, .mask-header-img-single, .mask-header-img-woo_single, .mask-header-img-404, .mask-header-post {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page_heading {
  overflow: hidden;
  height: 100%;
  min-height: 600px;
}

.parallax-content_header {
  min-height: 600px;
  display: flex;
  align-items: center;
}
.parallax-content_header .container {
  width: 100%;
}

.content_header {
  min-height: 600px;
  display: flex;
  align-items: center;
}
.content_header .container {
  width: 100%;
}

.page_heading-disable-parallax {
  min-height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page_heading-disable-parallax .parallax-off-img {
  position: absolute;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*-------------------------------------------------------------------

==  Jarallax

-------------------------------------------------------------------*/
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: -1;
}

/*-------------------------------------------------------------------

==  Padding page

-------------------------------------------------------------------*/
.fl-page-padding {
  width: 100%;
  height: 80px;
  display: block;
}

/*-------------------------------------------------------------------

==  Text meant only for screen readers.

-------------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*-------------------------------------------------------------------

==  Form

-------------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  min-height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
}

button {
  outline: none !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=tel],
select {
  font-weight: normal;
  color: #1A1A1A !important;
  font-family: inherit;
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  display: block;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 20px;
  padding: 8px 15px;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  letter-spacing: 0.02em;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
select::placeholder {
  color: inherit !important;
}
input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:hover,
input[type=url]:active,
input[type=url]:focus,
input[type=search]:hover,
input[type=search]:active,
input[type=search]:focus,
input[type=password]:hover,
input[type=password]:active,
input[type=password]:focus,
input[type=tel]:hover,
input[type=tel]:active,
input[type=tel]:focus,
select:hover,
select:active,
select:focus {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, color 0.3s ease;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=text]:active::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=email]:active::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
input[type=url]:active::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=search]:active::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=password]:active::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=tel]:active::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
select:active::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s ease;
}
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
select.wpcf7-not-valid {
  border-color: #E61E25;
}

textarea {
  color: #7b7d7f;
  outline: none;
  resize: none;
  display: block;
  width: 100%;
  background-color: #fff;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 20px;
  padding: 8px 15px;
  font-size: 12px;
  border: 1px solid;
  letter-spacing: 0.02em;
}
textarea:hover, textarea:active, textarea:focus {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, color 0.3s ease;
  box-shadow: 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 !important;
  -moz-box-shadow: 0 0 0 !important;
}
textarea:focus::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s ease;
  border-color: #ff343b;
}

/*-------------------------------------------------------------------

==  Helping Class

-------------------------------------------------------------------*/
.fl_overflow_hidden {
  overflow: hidden;
}

/*-------------------------------------------------------------------

==  Float & Align

-------------------------------------------------------------------*/
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

/*-------------------------------------------------------------------

Clearfix

-------------------------------------------------------------------*/
.cf:before, .clearfix:before,
.cf:after, .clearfix:after {
  content: "";
  display: table;
}

.cf:after, .clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

/*-------------------------------------------------------------------

==  Links

-------------------------------------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
}

/*-------------------------------------------------------------------

==  TYPOGRAPHY

-------------------------------------------------------------------*/
p {
  margin: 0 0 6px;
}

p + p {
  margin-top: 26px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img {
  border: 0;
}

.small {
  font-size: 10px;
}

hr {
  display: block;
  height: 0;
  line-height: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}

kbd {
  padding: 3px 6px;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.05);
}

dt, b, strong {
  font-weight: 700;
}

li > p {
  margin-bottom: 0;
}

table thead tr th, table tfoot tr td {
  font-size: 14px;
  font-weight: normal;
  padding: 8px 10px 9px;
  color: #232323;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  text-align: left;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.fl_custom_text__block ul {
  margin-left: 0 !important;
  list-style: none;
}
.fl_custom_text__block ul > li {
  list-style: none !important;
  position: relative;
  line-height: 2;
  padding-left: 25px;
  margin: 10px 0;
}
.fl_custom_text__block ul > li:before {
  content: "";
  float: left;
  display: block;
  width: 6px;
  height: 6px;
  position: relative;
  top: 1em;
  left: 0;
  margin-top: -3px;
  margin-left: -25px;
  border-radius: 50%;
}
.fl_custom_text__block ul > li > ul {
  margin-left: 0 !important;
  list-style: none;
}
.fl_custom_text__block ul > li > ul li {
  list-style: none !important;
}
.fl_custom_text__block ul > li > ul li:before {
  background: #7b7d7f !important;
}

/*-------------------------------------------------------------------

==  Framework TYPOGRAPHY

-------------------------------------------------------------------*/
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content hr {
  margin-top: 40px;
  margin-bottom: 50px;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content dl {
  line-height: 1.6;
  margin-bottom: 17px;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol {
  position: relative;
  line-height: 2;
  color: #3b3b3b;
  list-style-type: decimal;
  margin-left: 20px;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol ol {
  margin-bottom: 0px;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol > li {
  list-style-type: decimal;
  padding-top: 6px;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li {
  position: relative;
  line-height: 2;
  padding-top: 6px;
  list-style: disc;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li > ul, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol > li > ul, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li > ol {
  margin-bottom: 10px;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li > ul:last-child, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ol > li > ul:last-child, .fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li > ol:last-child {
  margin-bottom: 0;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li ul > li {
  position: relative;
  line-height: 2;
  padding-top: 6px;
  list-style: circle;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content ul > li ul > li ul > li {
  position: relative;
  line-height: 2;
  padding-top: 6px;
  list-style: square;
}
.fl_main.fl-single-post-wrapper .fl_content_story .fl_content p {
  line-height: 1.85;
}

.fl-story-blog-inner a, .fl-story-page-inner a {
  color: #1c1f23;
}
.fl-story-blog-inner > a:hover, .fl-story-page-inner > a:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}
.fl-story-blog-inner h1, .fl-story-blog-inner h2, .fl-story-blog-inner h3, .fl-story-blog-inner h4, .fl-story-blog-inner h5, .fl-story-blog-inner h6, .fl-story-page-inner h1, .fl-story-page-inner h2, .fl-story-page-inner h3, .fl-story-page-inner h4, .fl-story-page-inner h5, .fl-story-page-inner h6 {
  text-transform: none;
}
.fl-story-blog-inner .inner_content p a, .fl-story-page-inner .inner_content p a {
  text-decoration: none;
  line-height: inherit;
  color: inherit;
  transition: 0.3s ease;
}
.fl-story-blog-inner .inner_content p a:hover, .fl-story-page-inner .inner_content p a:hover {
  transition: 0.3s ease;
  color: #232323 !important;
}
.fl-story-blog-inner .inner_content pre, .fl-story-page-inner .inner_content pre {
  display: block;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  font-family: "monospace";
  background-color: #f5f5f5;
  padding: 20px;
  margin: 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: auto;
}
.fl-story-blog-inner .inner_content address, .fl-story-page-inner .inner_content address {
  display: inline-block;
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 15px;
  line-height: 1.6;
}
.fl-story-blog-inner .inner_content .wp-caption, .fl-story-page-inner .inner_content .wp-caption {
  width: auto;
}
.fl-story-blog-inner .inner_content .wp-caption p.wp-caption-text, .fl-story-page-inner .inner_content .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #898989 !important;
  margin: 0 !important;
}
.fl-story-blog-inner .inner_content abbr, .fl-story-page-inner .inner_content abbr {
  cursor: help;
  text-transform: uppercase;
}
.fl-story-blog-inner .inner_content img.size-auto,
.fl-story-blog-inner .inner_content img.size-full,
.fl-story-blog-inner .inner_content img.size-large,
.fl-story-blog-inner .inner_content img.size-medium,
.fl-story-blog-inner .inner_content .attachment img, .fl-story-page-inner .inner_content img.size-auto,
.fl-story-page-inner .inner_content img.size-full,
.fl-story-page-inner .inner_content img.size-large,
.fl-story-page-inner .inner_content img.size-medium,
.fl-story-page-inner .inner_content .attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.fl-story-blog-inner .inner_content .alignleft,
.fl-story-blog-inner .inner_content img.alignleft, .fl-story-page-inner .inner_content .alignleft,
.fl-story-page-inner .inner_content img.alignleft {
  display: table;
  float: left;
  margin-right: 1em;
}
.fl-story-blog-inner .inner_content .alignright, .fl-story-page-inner .inner_content .alignright {
  display: table;
  float: right;
  margin-left: 1em;
}
.fl-story-blog-inner .inner_content img.alignright, .fl-story-page-inner .inner_content img.alignright {
  display: table;
  float: right;
  margin: 5px 0 20px 40px;
}
.fl-story-blog-inner .inner_content .aligncenter,
.fl-story-blog-inner .inner_content img.aligncenter, .fl-story-page-inner .inner_content .aligncenter,
.fl-story-page-inner .inner_content img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.fl-story-blog-inner .inner_content img.alignleft,
.fl-story-blog-inner .inner_content img.alignright,
.fl-story-blog-inner .inner_content img.aligncenter, .fl-story-page-inner .inner_content img.alignleft,
.fl-story-page-inner .inner_content img.alignright,
.fl-story-page-inner .inner_content img.aligncenter {
  margin-bottom: 1em;
}
.fl-story-blog-inner .inner_content .wp-caption, .fl-story-page-inner .inner_content .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.fl-story-blog-inner .inner_content .wp-caption p.wp-caption-text, .fl-story-page-inner .inner_content .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.fl-story-blog-inner .inner_content .wp-smiley, .fl-story-page-inner .inner_content .wp-smiley {
  margin: 0;
}
.fl-story-blog-inner .inner_content table, .fl-story-page-inner .inner_content table {
  font-size: 14px;
  border-radius: 10px;
  border-spacing: 0;
  text-align: center;
  margin: 0 0 18px;
}
.fl-story-blog-inner .inner_content table thead, .fl-story-page-inner .inner_content table thead {
  background: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.fl-story-blog-inner .inner_content table thead tr th, .fl-story-page-inner .inner_content table thead tr th {
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 9px 11px 10px;
  color: #232323;
}
.fl-story-blog-inner .inner_content table tbody tr, .fl-story-page-inner .inner_content table tbody tr {
  border-bottom: 1px solid #eee;
}
.fl-story-blog-inner .inner_content table tbody tr:last-child, .fl-story-page-inner .inner_content table tbody tr:last-child {
  border-bottom: none;
}
.fl-story-blog-inner .inner_content table th, .fl-story-blog-inner .inner_content table td, .fl-story-page-inner .inner_content table th, .fl-story-page-inner .inner_content table td {
  line-height: 2.8;
  vertical-align: middle;
  padding: 10px 12px;
}
.fl-story-blog-inner .inner_content table th:first-child, .fl-story-blog-inner .inner_content table td:first-child, .fl-story-page-inner .inner_content table th:first-child, .fl-story-page-inner .inner_content table td:first-child {
  text-align: left;
}
.fl-story-blog-inner .inner_content .tagssingle, .fl-story-page-inner .inner_content .tagssingle {
  margin-top: 30px;
}
.fl-story-blog-inner .inner_content dt, .fl-story-blog-inner .inner_content b, .fl-story-blog-inner .inner_content strong, .fl-story-page-inner .inner_content dt, .fl-story-page-inner .inner_content b, .fl-story-page-inner .inner_content strong {
  font-weight: normal;
}
.fl-story-blog-inner .inner_content .wp-caption.alignleft, .fl-story-page-inner .inner_content .wp-caption.alignleft {
  margin: 5px 40px 20px 0;
}
.fl-story-blog-inner .inner_content .alignleft, .fl-story-page-inner .inner_content .alignleft {
  float: left;
  margin: 5px 40px 20px 0;
}
.fl-story-blog-inner .inner_content .alignright, .fl-story-page-inner .inner_content .alignright {
  float: right;
  margin: 5px 0 20px 40px;
}
.fl-story-blog-inner .inner_content figcaption.wp-caption-text, .fl-story-page-inner .inner_content figcaption.wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 10px 4px 4px;
}

/*====================================================================
==  Clearfix for the .slides element
====================================================================*/
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.gallery-caption {
  font-size: 100%;
}

.bypostauthor {
  font-size: 100%;
}

.fl-post-pages {
  text-align: center;
}
.fl-post-pages .fl-pagination-text {
  margin-right: 5px;
  font-weight: bold;
}
.fl-post-pages .page-numbers {
  font-size: 13px;
  transition: all 300ms linear;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
  color: #ffffff;
  background: #282828;
}
.fl-post-pages a .page-numbers {
  color: #232323;
  background: #f1f1f1;
  font-size: 13px;
  transition: all 300ms linear;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
}
.fl-post-pages a:hover .page-numbers {
  color: #ffffff;
  background: #282828;
  transition: all 300ms linear;
}

form.fl-form-password-protected .fl-input-group {
  margin-bottom: 15px;
}
form.fl-form-password-protected .fl-input-group input[type=password] {
  width: 50% !important;
  height: 45px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
button {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 11px;
  line-height: 1;
  min-height: 40px;
  letter-spacing: 0.3px;
  border: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  width: 100%;
}

.sticky .fl-post-title {
  padding-left: 20px;
  position: relative;
}
.sticky .fl-post-title:after {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f08d";
  font-family: FontAwesome;
  font-size: 17px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*====================================================================
==  Setting Header Font
====================================================================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  line-height: 1.1;
}

/*====================================================================
==  Blockquote Style post
====================================================================*/
blockquote {
  position: relative;
  padding: 74px 20px 15px 20px;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 20px;
  line-height: 1.5;
  color: #222;
}
blockquote a {
  color: #252c30;
  transition: 400ms ease-in-out;
}
blockquote a:hover {
  color: inherit;
  transition: 400ms ease-in-out;
}
blockquote p {
  text-align: inherit;
  padding-top: 15px;
}
blockquote p cite {
  margin-top: 20px;
  display: block;
}
blockquote p cite a {
  transition: 300ms ease;
  font-size: 13px;
}
blockquote p cite a:hover {
  opacity: 1;
  transition: 300ms ease;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:before {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  content: "\e816";
  font-family: fl-custom-icon-font;
  text-align: center;
  border: 5px solid #c1c1c1;
  border-radius: 50%;
  font-style: normal;
}

/*====================================================================
==  Sidebar Position style
====================================================================*/
.sidebar_left {
  float: left;
  position: relative;
  min-height: 1px;
}
.sidebar_left:not(.woo-sidebar) {
  border-right: 1px solid #eaeaeb;
}
.sidebar_left .sidebar {
  padding-right: 40px;
}

.position_sidebar_left {
  float: right;
  position: relative;
  min-height: 1px;
}
.position_sidebar_left:not(.woo-sidebar-position) {
  padding-left: 60px;
}

.sidebar_right {
  float: right;
  position: relative;
  min-height: 1px;
}
.sidebar_right:not(.woo-sidebar) {
  border-left: 1px solid #eaeaeb;
}
.sidebar_right .sidebar {
  padding-left: 40px;
}

.position_sidebar_right {
  float: left;
  position: relative;
  min-height: 1px;
}
.position_sidebar_right:not(.woo-sidebar-position) {
  padding-right: 60px;
}

/*====================================================================
==  Full width page and menu Container
====================================================================*/
.fl_main {
  overflow: hidden;
}

.container-fluid-menu {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin: 0;
  position: relative;
}
.container-fluid-menu > .cf {
  width: 100%;
}

/*====================================================================
==  Menu auto hide bug fixed with admin bar
====================================================================*/
body.admin-bar .fl-nav-fixed-light {
  position: fixed;
  top: 32px;
}
body.admin-bar .fl-nav-fixed-dark {
  position: fixed;
  top: 32px;
}

h3.logo_light, .subtitle_logo_light {
  color: #ffffff;
}

/*====================================================================
==  Container fluid setting
====================================================================*/
.fl-container-fluid-padding-on {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.fl-container-fluid-padding-on:after {
  content: "";
  display: table;
  clear: both;
}
.fl-container-fluid-padding-on:before {
  content: "";
  display: table;
  clear: both;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*====================================================================
==  Width helping class
====================================================================*/
.fl-width-10 {
  width: 10%;
}

.fl-width-20 {
  width: 20%;
}

.fl-width-30 {
  width: 30%;
}

.fl-width-40 {
  width: 40%;
}

.fl-width-50 {
  width: 50%;
}

.fl-width-60 {
  width: 60%;
}

.fl-width-70 {
  width: 70%;
}

.fl-width-80 {
  width: 80%;
}

.fl-width-90 {
  width: 90%;
}

.fl-width-100 {
  width: 100%;
}

/*====================================================================
==  Password protected
====================================================================*/
.fl-form-password-protected .fl-input-group .form-control {
  width: calc(100% - 114px);
  float: left;
  padding-left: 15px;
  min-height: 46px;
  border-radius: 0;
}
.fl-form-password-protected .fl-input-group .form-control:active {
  box-shadow: none !important;
}
.fl-form-password-protected .fl-input-group .fl-pass-button {
  transition: all 400ms ease-in-out;
  font-size: 12px;
  letter-spacing: 1px;
  float: left;
  min-height: 45px;
  max-height: 45px;
}

/*====================================================================
==  Gap
====================================================================*/
.fl-gap,
.fl-gap-1,
.fl-gap-2,
.fl-gap-3,
.fl-gap-4,
.fl-gap-5,
.fl-gap-6 {
  display: block;
  height: 20px;
}
.fl-gap:after, .fl-gap:before,
.fl-gap-1:after,
.fl-gap-1:before,
.fl-gap-2:after,
.fl-gap-2:before,
.fl-gap-3:after,
.fl-gap-3:before,
.fl-gap-4:after,
.fl-gap-4:before,
.fl-gap-5:after,
.fl-gap-5:before,
.fl-gap-6:after,
.fl-gap-6:before {
  content: "";
  display: table;
  clear: both;
}

.fl-gap-1 {
  height: 30px;
}

.fl-gap-2 {
  height: 40px;
}

.fl-gap-3 {
  height: 60px;
}

.fl-gap-4 {
  height: 80px;
}

.fl-gap-5 {
  height: 100px;
}

.fl-gap-6 {
  height: 120px;
}

/*====================================================================
==  Img animation
====================================================================*/
.fl-post--holder.fl_img_zoom_in, .fl-single-img.fl_img_zoom_in, .vc_single_image-wrapper.fl_img_zoom_in {
  overflow: hidden;
}
.fl-post--holder.fl_img_zoom_in img, .fl-single-img.fl_img_zoom_in img, .vc_single_image-wrapper.fl_img_zoom_in img {
  will-change: transform;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.fl-post--holder.fl_img_zoom_in:hover img, .fl-single-img.fl_img_zoom_in:hover img, .vc_single_image-wrapper.fl_img_zoom_in:hover img {
  transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transform: scale(1.04);
}
.fl-post--holder.fl_img_zoom_out, .fl-single-img.fl_img_zoom_out, .vc_single_image-wrapper.fl_img_zoom_out {
  overflow: hidden;
}
.fl-post--holder.fl_img_zoom_out img, .fl-single-img.fl_img_zoom_out img, .vc_single_image-wrapper.fl_img_zoom_out img {
  will-change: transform;
  transform: scale(1.04);
  transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.fl-post--holder.fl_img_zoom_out:hover img, .fl-single-img.fl_img_zoom_out:hover img, .vc_single_image-wrapper.fl_img_zoom_out:hover img {
  transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transform: scale(1);
}
.fl-post--holder.fl_img_gray, .fl-single-img.fl_img_gray, .vc_single_image-wrapper.fl_img_gray {
  overflow: hidden;
}
.fl-post--holder.fl_img_gray img, .fl-single-img.fl_img_gray img, .vc_single_image-wrapper.fl_img_gray img {
  transition: filter 0.7s;
  filter: grayscale(0%);
  backface-visibility: hidden;
}
.fl-post--holder.fl_img_gray:hover img, .fl-single-img.fl_img_gray:hover img, .vc_single_image-wrapper.fl_img_gray:hover img {
  transition: filter 0.7s;
  filter: grayscale(100%);
  backface-visibility: hidden;
}
.fl-post--holder.fl_img_gray_out, .fl-single-img.fl_img_gray_out, .vc_single_image-wrapper.fl_img_gray_out {
  overflow: hidden;
}
.fl-post--holder.fl_img_gray_out img, .fl-single-img.fl_img_gray_out img, .vc_single_image-wrapper.fl_img_gray_out img {
  transition: filter 0.7s;
  filter: grayscale(100%);
  backface-visibility: hidden;
}
.fl-post--holder.fl_img_gray_out:hover img, .fl-single-img.fl_img_gray_out:hover img, .vc_single_image-wrapper.fl_img_gray_out:hover img {
  transition: filter 0.7s;
  filter: grayscale(0%);
  backface-visibility: hidden;
}
.fl-post--holder.fl_img_brightness_in, .fl-single-img.fl_img_brightness_in, .vc_single_image-wrapper.fl_img_brightness_in {
  overflow: hidden;
}
.fl-post--holder.fl_img_brightness_in img, .fl-single-img.fl_img_brightness_in img, .vc_single_image-wrapper.fl_img_brightness_in img {
  transition: filter 0.7s;
  filter: brightness(80%);
  backface-visibility: hidden;
}
.fl-post--holder.fl_img_brightness_in:hover img, .fl-single-img.fl_img_brightness_in:hover img, .vc_single_image-wrapper.fl_img_brightness_in:hover img {
  transition: filter 0.7s;
  filter: brightness(100%);
  backface-visibility: hidden;
}
.fl-post--holder.fl_img_brightness_out, .fl-single-img.fl_img_brightness_out, .vc_single_image-wrapper.fl_img_brightness_out {
  overflow: hidden;
}
.fl-post--holder.fl_img_brightness_out img, .fl-single-img.fl_img_brightness_out img, .vc_single_image-wrapper.fl_img_brightness_out img {
  transition: filter 0.7s;
  filter: brightness(100%);
  backface-visibility: hidden;
}
.fl-post--holder.fl_img_brightness_out:hover img, .fl-single-img.fl_img_brightness_out:hover img, .vc_single_image-wrapper.fl_img_brightness_out:hover img {
  transition: filter 0.7s;
  filter: brightness(80%);
  backface-visibility: hidden;
}
.fl-post--holder.fl_img_blur, .fl-single-img.fl_img_blur, .vc_single_image-wrapper.fl_img_blur {
  overflow: hidden;
}
.fl-post--holder.fl_img_blur img, .fl-single-img.fl_img_blur img, .vc_single_image-wrapper.fl_img_blur img {
  transition: all 0.7s ease-in-out;
  filter: blur(0.35px);
  backface-visibility: hidden;
}
.fl-post--holder.fl_img_blur:hover img, .fl-single-img.fl_img_blur:hover img, .vc_single_image-wrapper.fl_img_blur:hover img {
  transition: all 0.7s ease-in-out;
  filter: blur(5px);
  backface-visibility: hidden;
}

.margin-blog {
  text-align: center;
  margin-top: 40px;
  line-height: 46px;
}

/* ------------------------------

Save Popup Plugin Style

-------------------------------- */
body.admin-bar .mfp-close {
  top: 30px !important;
}
body.admin-bar .mfp-iframe-holder {
  padding-top: 82px;
  padding-bottom: 82px;
}
body.admin-bar img.mfp-img {
  padding: 82px 0 82px;
}
body.admin-bar .mfp-figure:after {
  top: 82px;
  bottom: 82px;
}

.sidebar-container {
  position: relative;
  z-index: 3;
}

.fl-blog-post-pagination-margin {
  margin-top: 40px;
}

/*====================================================================
==  Grid System
====================================================================*/
.fl-load-more-btn {
  position: relative;
}
.fl-load-more-btn.loading {
  visibility: visible !important;
  animation: loading_animation 2s infinite ease-in-out;
}
.fl-load-more-btn:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-left: -6px;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent;
}
.fl-load-more-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  content: "";
  transform: skewX(-50deg);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
  background-size: 2em 100%;
}
.fl-load-more-btn:hover:after {
  transition: 0.7s linear;
  background-position: 150% 0;
}

@keyframes loading_animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.fl-position-relative {
  position: relative;
}

.fl-position-absolute {
  position: absolute;
}

.fl-custom-icon-separator {
  display: inline-block;
  margin-right: 7px;
  margin-left: -6px;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent;
}

.fl-decor-main {
  top: 12px;
  position: relative;
}
.fl-decor-main:after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 3px;
  content: "";
}

.fl-btn-gradient {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 11px 25px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.3s;
  letter-spacing: 0.02em;
}
.fl-btn-gradient i {
  border-right-color: #fff !important;
}
.fl-btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  content: "";
  transform: skewX(-50deg);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
  background-size: 2em 100%;
}
.fl-btn-gradient:hover:after {
  transition: 0.7s linear;
  background-position: 150% 0;
}
.fl-btn-gradient input[type=submit] {
  padding: 0;
  min-height: auto !important;
  line-height: normal;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.slider_page_header_gradient {
  width: 100%;
  height: 100%;
  opacity: 0.85 !important;
  position: absolute;
}

.fl-slider-btn {
  color: #fff !important;
  position: relative;
  overflow: hidden !important;
  display: inline-block !important;
  padding: 11px 25px !important;
  font-size: 11px !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background: transparent !important;
  white-space: nowrap !important;
  letter-spacing: 0.02em !important;
}
.fl-slider-btn i {
  border-right-color: #fff !important;
}
.fl-slider-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  content: "";
  transform: skewX(-50deg);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
  background-size: 2em 100%;
}
.fl-slider-btn:hover {
  box-shadow: 0 0 4px 0 #ccc;
}
.fl-slider-btn:hover:after {
  transition: 0.7s linear;
  background-position: 150% 0;
}

.section-statistics-2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 465px;
  content: "";
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 38%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0% 100%);
}

.page_heading {
  background: #141714;
}

.btn-hover-effect {
  position: relative;
  overflow: hidden;
}
.btn-hover-effect:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  z-index: -1;
  content: "";
  transition: all 0.3s ease 0s;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-hover-effect:hover:after {
  transition: all 0.3s ease 0s;
  height: 500%;
  opacity: 1;
}

.fl-boxed-container {
  max-width: 1780px;
  margin: 0 auto;
}

input[type=checkbox] {
  margin-right: 3px;
}
input[type=checkbox]:before {
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #eaeaeb;
}
input[type=checkbox] + label {
  display: flex;
  align-items: center;
}

.fl--light-bg {
  background-color: #f9f9f9;
}

strong {
  color: #1E1E1E;
}

/*-------------------------------------------------------------------

==  Mixins

-------------------------------------------------------------------*/
body {
  position: relative;
  z-index: 1;
}

.templines-header-wrapper {
  position: relative;
  z-index: 1002;
}

.overflow-body {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

/*-------------------------------------------------------------------

==  Typography

-------------------------------------------------------------------*/
body {
  font-weight: normal;
  font-family: "ProximaNova-Regular";
  color: #1F242A;
  line-height: 1.7;
}

.woocommerce-checkout .form-title-wrap .form-title, .contact-from-content-wrapper .contact-info-wrap .number-wrap span:nth-child(1), .page-template-other-page .page-title-inner-wrap .page-title-inner, .page-template-other-page .text-content-entry-content strong, .summary .woocommerce-product-details__short-description .entry-single-product-content-wrap strong, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .templines-text-title-style, .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .fl-cart--header .fl-woo-cart-contents .fl--woo-cart-details, .subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content .subscribe-form-wrap .subscribe-bottom-content button, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a .item-count, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a, .yith-wcan-filters .yith-wcan-filter a.clear-selection, .shop_table.cart .product-quantity .quantity input, .templines-single-product .templines-add-to-cart-wrap .quantity input, .templines-single-product .woocommerce-variation-price .price, .templines-single-product form.cart > .price .woocommerce-Price-amount {
  font-family: "ProximaNova-Bold";
  color: #1F242A;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .cart-collaterals .cart_totals table tr.order-total td, .login-form-wrap .register-form-wrap .register-form-wrapper form .text-center button, .login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .login-submit button, .search-menu-warp .seaech-wrap .products-search .product-search-content button, .login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .remember--lost-password-wrapper .lost-password-from-btn, .woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot #shipping_method li input[type=radio]:checked + label, .cart-btn-font, .cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__total .amount, .cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines--cart-right-content .product-title a, .bottom-product-inner-wrap .tabs__list li a, .woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button, .woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table thead th, .woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods input[type=radio]:checked + label, .contact-from-content-wrapper .contact-form-knife-boss .button-contact-wrap button, .other-page-nav-menu li.current-menu-item a, .sub-form-wrapper .entry-content .form-sub-wrapper .mc4wp-form-fields p input[type=submit], .summary .templines-add-to-cart-wrap button, .bottom-text-content .shop-btn-link-wrap a, .btn-slider-wrap a, .dbl-middle-content-home-page .banner-content-text strong, .shop-archive-item .entry-product-content .product-archive-label, .temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page .banner-bottom-content .banner-tag,
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .order-total td, .woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .order-total td strong {
  font-family: "ProximaNova-Bold";
}

.templines-regular-font-style, .templines-header-wrapper .bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap .header-left-nav-menu ul li a, .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-nav-menu ul li a, .breadcrumbs, .product-small-slider-related .small-product-slider .entry-content .product-small-right-content-wrap .product-small-price del, .temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page .banner-bottom-content .banner-title, .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .clickBuyButton {
  font-weight: normal;
  font-family: "ProximaNova-Regular";
}

.page-template-other-page .page-title-inner-wrap span:nth-child(1), .templines-light-font-style, .product-small-slider .small-product-slider .entry-content .product-small-right-content-wrap .product-small-price del, .products .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .fl--woo-price-wrap del {
  font-weight: 300;
  font-family: "ProximaNova-Light";
}

.price, .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .fl--woo-price-wrap .price .woocommerce-Price-currencySymbol {
  font-family: "ProximaNova-Regular";
}
.price del, .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .fl--woo-price-wrap .price .woocommerce-Price-currencySymbol del {
  font-family: "ProximaNova-Regular" !important;
}

/*-------------------------------------------------------------------

==  Header

-------------------------------------------------------------------*/
.temlines-header-wrapper-container .top-header {
  font-size: 13px;
  height: 50px;
  display: flex;
  align-items: center;
  background: #F5F5F5;
}
.temlines-header-wrapper-container .top-header i {
  font-size: 15px;
}
.temlines-header-wrapper-container .top-header a {
  color: #1F242A;
  transition: 0.3s ease;
}
.temlines-header-wrapper-container .top-header a:hover {
  color: #D40E1A;
}
.temlines-header-wrapper-container .top-header .phone-number-wrap {
  margin-left: 5px;
}
.temlines-header-wrapper-container .top-header .social-prof-wrap a + a {
  margin-left: 5px;
}
.temlines-header-wrapper-container .bottom-header-content-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .logotype-wrap img {
  width: 100%;
  max-width: 120px;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap {
  display: flex;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap > div {
  cursor: pointer;
  margin: 0 12.5px;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap > div i {
  color: #202429;
  transition: 0.3s ease;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap > div:hover i {
  color: #D40E1A;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap > div:last-child {
  margin-right: 0;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap .cart-icon-warp .header-cart-icon-wrap {
  position: relative;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap .cart-icon-warp .header-cart-icon-wrap .fl--woo-cart-details {
  border-radius: 100%;
  color: #fff;
  font-size: 8px;
  background: #D40E1A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -3px;
  right: -4px;
  z-index: 3;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap .wishlist-icon-wrap a {
  position: relative;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap .wishlist-icon-wrap a .fl--wishlist-details {
  border-radius: 100%;
  color: #fff;
  font-size: 8px;
  background: #D40E1A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 3;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap .mobile-menu-icon-wrap {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap .mobile-menu-icon-wrap span {
  width: 20px;
  height: 1px;
  background: #1F242A;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap .mobile-menu-icon-wrap span:nth-child(1) {
  margin-bottom: 6px;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap .mobile-menu-icon-wrap span:nth-child(3) {
  margin-top: 6px;
}
.temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap .mobile-menu-icon-wrap:hover span {
  background: #D40E1A;
}

.temlines-header-wrapper-container li .sub-nav {
  visibility: hidden !important;
  opacity: 0 !important;
  box-shadow: 0 1px 1px 0 #ddd;
  background: #fff;
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  top: 100% !important;
}
.temlines-header-wrapper-container .menu-wrap .header-nav-menu > ul > li {
  display: inline-flex;
  max-width: 100%;
  width: auto;
}
.temlines-header-wrapper-container .menu-wrap .header-nav-menu > ul > li > a {
  position: relative;
  padding: 30px 25px;
  font-family: "ProximaNova-Bold";
  color: #202429;
  font-size: 14px;
  transition: 0.3s ease;
}
.temlines-header-wrapper-container .menu-wrap .header-nav-menu > ul > li > a:before {
  content: "";
  display: inline;
  background: #202429;
  position: absolute;
  bottom: 30px;
  left: 25px;
  width: calc(100% - 50px);
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.2s ease-out;
  transform-origin: right;
  z-index: 2;
}
.temlines-header-wrapper-container .menu-wrap .header-nav-menu > ul > li > a:hover {
  color: #D40E1A;
}
.temlines-header-wrapper-container .menu-wrap .header-nav-menu > ul > li > a:hover:before {
  background-color: #D40E1A;
  transform: scaleX(1);
  transform-origin: left;
}
.temlines-header-wrapper-container .menu-wrap .header-nav-menu > ul > li .sub-nav {
  display: flex;
  z-index: 99;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
}
.temlines-header-wrapper-container .menu-wrap .header-nav-menu > ul > li.has-submenu > a:after {
  margin-left: 10px;
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f107";
}
.temlines-header-wrapper-container .menu-wrap .header-nav-menu > ul > li.current-menu-item > a:before {
  transform: scaleX(1);
  transform-origin: left;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul > li a {
  font-size: 14px;
  color: #0b2e13;
  transition: 0.3s ease;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul > li a:hover {
  color: #D40E1A !important;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul > li.menu-item-depth-1 > a {
  font-family: "ProximaNova-Bold";
  color: #1F242A;
  font-size: 12px;
  text-transform: uppercase;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul > li.menu-item-depth-1 > ul > li {
  padding-top: 7px;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul > li {
  display: block;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul > li > ul li {
  display: block;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-1 > li {
  display: block;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-2 > li {
  display: inline-block;
  float: left;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-2 > li:nth-child(3n) {
  clear: left;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-3 > li {
  display: inline-block;
  float: left;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-3 > li:nth-child(4n) {
  clear: left;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-4 > li {
  display: inline-block;
  float: left;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-4 > li:nth-child(5n) {
  clear: left;
  margin-top: 15px;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-5 > li {
  display: inline-block;
  float: left;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(6n) {
  clear: left;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(6n), .temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(7n), .temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(8n), .temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(9n), .temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(10n) {
  margin-top: 15px;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li .sub-nav {
  visibility: hidden !important;
  opacity: 0 !important;
  box-shadow: 0 1px 1px 0 #ddd;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu {
  width: 100%;
  padding: 15px;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu > li {
  padding-left: 15px;
  padding-right: 15px;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu > li a {
  padding-left: 0;
  padding-right: 0;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li {
  display: block;
  width: 100%;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li a {
  white-space: normal;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li {
  display: block;
  width: 50%;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li a {
  white-space: normal;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li {
  display: block;
  width: 33.3333333%;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li a {
  white-space: normal;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li {
  display: block;
  width: 25%;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li a {
  white-space: normal;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li {
  display: block;
  width: 20%;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li a {
  white-space: normal;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu > .sub-menu {
  margin-top: 10px;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.sub-menu-full-width .sub-nav > .sub-menu > .sub-menu > li {
  padding: 0;
}
.temlines-header-wrapper-container .menu-wrap .nav-menu > li.mega-menu-item:hover .sub-nav {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s ease;
  transform: translateY(0) !important;
}

.temlines-header-wrapper-container.fixed-enable .bottom-header {
  box-shadow: 0 1px 1px 0 #ddd;
  top: 0;
  left: 0;
  position: fixed;
  background: #fff !important;
  width: 100%;
  z-index: 99;
}
.temlines-header-wrapper-container.fixed-enable .bottom-header .img-logotype-dark {
  display: block !important;
}
.page-template-other-page .temlines-header-wrapper-container.fixed-enable .bottom-header .img-logotype-light {
  display: none !important;
}
.page-template-other-page .temlines-header-wrapper-container.fixed-enable .bottom-header .icon-wrap > div.mobile-menu-icon-wrap span {
  background-color: #1F242A !important;
}
.page-template-other-page .temlines-header-wrapper-container.fixed-enable .bottom-header .icon-wrap > div.mobile-menu-icon-wrap:hover span {
  background-color: #D40E1A !important;
}
.page-template-other-page .temlines-header-wrapper-container.fixed-enable .bottom-header .icon-wrap > div:hover i {
  color: #D40E1A !important;
}
.page-template-other-page .temlines-header-wrapper-container.fixed-enable .bottom-header .icon-wrap > div i {
  color: #1F242A !important;
}
.page-template-other-page .temlines-header-wrapper-container.fixed-enable .bottom-header .menu-wrap .nav-menu > li > a {
  color: #1F242A !important;
}
.page-template-other-page .temlines-header-wrapper-container.fixed-enable .bottom-header .menu-wrap .nav-menu > li > a:hover {
  color: #D40E1A !important;
}

body.logged-in .temlines-header-wrapper-container.fixed-enable .bottom-header {
  top: 30px;
}

@keyframes enable_fixed_nav_bar {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*.templines-header-wrapper{
  background: $dark-cl;
  .top-header-content{
    padding-top: size_px2rem(45px);
    padding-bottom: size_px2rem(40px);
    .header-right-content{
      display: flex;
      align-items: center;
      justify-content: flex-end;
      .header-phone-number-wrap{
        margin-right: size_px2rem(25px);
        a{
          color: #fff;
          transition: .3s ease;
          &:hover{
            color: $primary-cl;
            transition: .3s ease;
          }
        }
      }
      .header-search-btn-wrap{
        position: relative;
        z-index: 1004;
        .search-header-btn{
          cursor: pointer;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: size_px2rem(40px);
          height: size_px2rem(40px);
          transition: .3s ease;
          color: $white-cl;
          .fliping-box-wrap{
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.6s;
            transform-style: preserve-3d;
            width: size_px2rem(40px);
            height: size_px2rem(40px);
            perspective: 40px;
            .font-content,.back-content{
              background: $primary-cl;
            }
            .font-content{
              display: flex;
              align-items: center;
              justify-content: center;
              position: absolute;
              backface-visibility: hidden;
              top: 0;
              left: 0;
              width: size_px2rem(40px);
              height: size_px2rem(40px);
              z-index: 2;
              i{
                color: $white-cl;
                margin-left: size_px2rem(2px);
              }
            }
            .back-content{
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              backface-visibility: hidden;
              position: absolute;
              top: 0;
              left: 0;
              transform: rotateY(180deg);
              width: size_px2rem(40px);
              height: size_px2rem(40px);
              i{
                font-size: 12px;
                margin-left: 2px;
              }
            }
          }

        }
        .search-header-btn{
          &.opened{
            .fliping-box-wrap{
              transition: 0.6s;
              transform: rotateY(180deg)
            }
          }
        }
        form{
          z-index: 99;
          transition: .3s ease;
          margin-right: 10px;
          width: size_px2rem(420px);
          position: absolute;
          display: flex;
          right: 100%;
          top: 0;
          transform: translateX(size_px2rem(25px));
          visibility: hidden;
          opacity: 0;
          .product-search-content{
            display: flex;
            width: 100%;
            .product-cat{
              flex-grow: 0;
            }
            .search-wrapper{
              flex-grow: 1;
            }
            button{
              color: $white-cl;
              font-size: size_px2rem(16px);
              flex-grow: 0;
              padding: 0!important;
              cursor: pointer;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              width: 40px;
              height: 40px;
              transition: .3s ease;
              background: $primary-cl;
              i{
                margin-left: size_px2rem(2px);
                transition: .3s ease;
              }
              &:hover{
                i{
                  transform: scale(1.2);
                }
              }
            }
          }
          .nice-select{
            .current{
              overflow: hidden;
              padding-right: size_px2rem(35px);
              background: $white-cl;
              position: relative;
              cursor: pointer;
              min-width: size_px2rem(170px);
              height: size_px2rem(40px);
              display: inline-flex;
              align-items: center;
              padding-left: size_px2rem(15px);
              font-size: size_px2rem(12px);
              white-space:nowrap;
              color: $dark-cl;
              border: 0;
              &:before{
                font: normal normal normal 14px/1 FontAwesome;
                position: absolute;
                content: "\f107";
                right: size_px2rem(10px);
                top: calc(50% - 6px);
                transition: .3s ease;
              }
            }
            ul{
              position: absolute;
              top: 0;
              left: 0;
              padding: 0;
              background: #ffffff;
              height: auto;
              min-width: 240px;
              max-height: 100px;
              overflow: hidden;
              opacity: 0;
              visibility: hidden;
              z-index: 7;
              box-shadow: 0 15px 45px 0 rgba(0,0,0,0.20);
              transform: scaleY(.9) translateY(0);
              transform-origin: bottom;
              transition: all .3s ease-in-out;
              li{
                cursor: pointer;
                overflow: hidden;
                line-height: 3em;
                padding: 0 10px;
                color: $dark-cl;
                background: transparent;
                border-bottom: 1px solid #e7e7e7;
                transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
                font-size: 11px;
                display: block;
                &:hover{
                  background: $light-cl;
                }
              }
            }
            &.open{
              .current{
                &:before{
                  transform: rotate(180deg);
                }
              }
              ul{
                top: 0;
                height: auto;
                max-height: 600px;
                opacity: 1;
                visibility: visible;
                transform: scaleY(1) translateY(40px);
              }
            }
          }
          input{
            margin-bottom: 0;
            height: 40px;
            margin-left: 1px;
            margin-right: 1px;
            color: $dark-cl;
            border: 0;
            &::placeholder{
              color: $dark-cl;
            }
          }
          &.opened{
            transform: translateX(0);
            visibility: visible;
            opacity: 1;
          }
        }
      }
    }
  }
  .bottom-header-content{
    transition: .3s ease;
    .entry-bottom-header-content{
      z-index: 102;
      display: flex;
      .right-header-bottom-content-wrap{
        position: relative;
        @include calc_convert(max-width, "100% - " size_px2rem(265px));
        padding-left: size_px2rem(30px);
        display: flex;
        width: 100%;
        .header-nav-menu{
          width: 100%;
          ul{
            justify-content: center;
            background: $white-cl;
            display: flex;
            height: 100%;
            padding-left: size_px2rem(37.5px);
            padding-right: size_px2rem(37.5px);
            li{
              height: 100%;
              display: inline-flex;
              align-items: center;
              a{
                color: $dark-cl;
                font-size: size_px2rem(12px);
                text-transform: uppercase;
                padding: 0 size_px2rem(23px);
                transition: .3s ease;
                &:hover{
                  transition: .3s ease;
                  text-decoration: underline;
                }
              }
              &.current-menu-item{
                a{
                  text-decoration: underline;
                }
              }
            }
          }
        }
        .header-bottom-icon-wrap{
          min-width: size_px2rem(260px);
          display: flex;
          .user-account-wrap{
            flex: 0 0 130px;
            flex-grow: 1;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            background: $primary-cl;
            padding-left: size_px2rem(35px);
            padding-right: size_px2rem(15px);
            font-size: size_px2rem(14px);
            color: $white-cl;
            i{
              font-size: size_px2rem(17px);
              margin-right: size_px2rem(5px);
            }
            .fliper-icon-box-wrap{
              top: -1px;
            }
          }
          .header-cart-icon-wrap{
            flex: 0 0 130px;
            cursor: pointer;
            flex-grow: 1;
            background: $primary-cl;
            padding: size_px2rem(15px) size_px2rem(27px) size_px2rem(15px) size_px2rem(15px);
            .fl-cart--header{
              .fl-woo-cart-contents{
                color: $white-cl;
                position: relative;
                .fl--woo-cart-details{
                  position: absolute;
                  left: size_px2rem(10px);
                  top: size_px2rem(-4px);
                  width: size_px2rem(16px);
                  height: size_px2rem(16px);
                  color: $dark-cl!important;
                  background: $white-cl;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  font-size: size_px2rem(8px);
                  border-radius: 100%;
                }
                .fl--woo-cart-items{
                  font-size: size_px2rem(14px);
                  i{
                    font-size: size_px2rem(18px);
                    margin-right: size_px2rem(5px);
                  }
                }

              }
            }
          }
        }

      }
      .left-header-bottom-content-wrap{
        display: inline-flex;
        flex-wrap: wrap;
        .header-product-nav-wrap{
          flex-grow: 1;
          z-index: 999;
          position: relative;
          width: size_px2rem(265px);
          display: inline-block;
          .shop_link-header{
            &:hover{
              text-decoration: underline!important;
            }
          }
          .header-left-nav-menu-top-text-wrap{
            cursor: pointer;
            background: $primary-cl;
            padding: size_px2rem(20px) size_px2rem(25px);
            color: $white-cl;
            text-transform: uppercase;
            font-size: size_px2rem(14px);
            position: relative;
            &:before{
              font: normal normal normal 14px/1 FontAwesome;
              content: "\f107";
              position: absolute;
              right: size_px2rem(15px);
              top: 50%;
              transform: translate3d(0,-50%,0);
            }
          }
          .header-left-nav-menu{
            transition: 0s ease;
            opacity: 0;
            visibility: hidden;
            transform: translateY(size_px2rem(25px));
            width: 100%;
            background: $white-cl;
            position: absolute;
            left: 0;
            top: 100%;
            z-index: 999;
            border: size_px2rem(1px) solid $light-cl;
            ul{
              li{
                position: relative;
                padding: 0;
                text-transform: uppercase;
                border-top: size_px2rem(1px) solid $light-cl;
                font-size: size_px2rem(11px);
                transition: .3s ease;
                a{
                  padding: size_px2rem(12.4px) size_px2rem(20px);
                  display: inline-block;
                  width: 100%;
                  transition: .3s ease;
                  color: $light-2-cl;
                  &:hover{
                    color: $primary-cl;
                  }
                }
                &.text-decoration-underline{
                  >a{
                    color: $dark-cl;
                   font-weight: 700;
                    &:hover{
                      color: $primary-cl;
                    }
                  }
                }

              }
              >li{
                +li{
                  //margin-top: size_px2rem(15px);
                }
                &:first-child{
                  border-top: none;
                }
              }
              li{
                &.has-submenu{
                  >a{
                    &:before{
                      content: "\f105";
                      font: normal normal normal 14px/1 FontAwesome;
                      position: absolute;
                      right: size_px2rem(15px);
                      top: 50%;
                      transform: translate3d(0,-50%,0);
                    }
                  }
                  a{
                    color: #707070;
                    text-decoration: none;
                    position: relative;
                    &:hover{
                      color: $primary-cl;
                    }
                  }
                  .sub-nav{
                    .sub-menu{
                      background: $white-cl;
                      position: absolute;
                      left: 100%;
                      top: size_px2rem(-1px);
                      transition: transform .4s ease,opacity .4s ease,visibility .3s ease;
                      opacity: 0;
                      visibility: hidden;
                      transform: translateX(5px);
                      border: size_px2rem(1px) solid $light-cl;
                      width: size_px2rem(265px);
                      li{
                        border-top: size_px2rem(1px) solid $light-cl;
                        a{
                          color: #707070;
                          &:hover{
                            color: $primary-cl;
                          }
                        }
                        &.has-submenu{
                          a{
                            color: #707070;
                            position: relative;
                            &:hover{
                              color: $primary-cl;
                            }
                          }
                          .sub-menu{
                            background: $white-cl;
                            z-index: 9929;
                            width: size_px2rem(265px);
                            position: absolute;
                            left: 100%;
                            top: size_px2rem(-1px);
                            opacity: 0;
                            visibility: hidden;
                            transform: translateX(5px);
                            li{
                              a{
                                color: #707070;
                                position: relative;
                                &:hover{
                                  color: $primary-cl;
                                }
                              }
                              &.has-submenu {
                                a{
                                  color: #707070;
                                  position: relative;
                                  &:hover{
                                    color: $primary-cl;
                                  }
                                }
                              }
                            }

                          }
                          &:hover{
                            >.sub-menu{
                              opacity: 1;
                              visibility: visible;
                              transform: translateX(0);
                            }
                          }
                        }
                        &:first-child{
                          border-top: none;
                        }
                      }
                    }
                  }
                  &:hover{
                    .sub-menu{
                      opacity: 1;
                      visibility: visible;
                      transform: translateX(0);
                    }
                  }
                }
              }
            }
          }
          &.header-open-nav-class{
            .header-left-nav-menu{
              opacity: 1;
              visibility: visible;
              transform: translateY(0);
              transition: 0s ease!important;
            }
          }
          &.opened{
            .header-left-nav-menu{
              opacity: 1!important;
              visibility: visible!important;
              transform: translateY(0)!important;
              transition: .3s ease!important;
            }
          }
        }
      }
    }
  }
}






.fliper-icon-box-wrap,.fliper-menu-icon-wrap{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  transform-style: preserve-3d;
  width: size_px2rem(22px);
  height: size_px2rem(22px);
  perspective: 40px;
  .font-content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: size_px2rem(22px);
    height: size_px2rem(22px);
    z-index: 2;
  }
  .back-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    width: size_px2rem(22px);
    height: size_px2rem(22px);
    i{
      font-size: size_px2rem(14px)!important;
    }
  }
  &.opened{
    transition: 0.6s;
    transform: rotateY(180deg);

  }
}


.templines-header-wrapper{
  &.fixed-enable{
    .bottom-header-content{
      box-shadow: 0 1px 1px 0 $light-cl;
      transition: .5s ease;
      position: fixed;
      background: #fff;
      z-index: 99;
      left: 0;
      top: 0;
      width: 100%;
      animation: enable_fixed_nav_bar .3s ease;
      .header-product-nav-wrap{

      }

    }
  }


}

.templines-header-wrapper{
  &.fixed-enable{
    .header-product-nav-wrap{

    }
  }
}

@keyframes enable_fixed_nav_bar {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.mobile-main-menu-icon-wrap,.mobile-menu-product-icon-wrap{
  align-items: center;
  justify-content: center;
  .fliper-menu-icon-wrap{
    height: 100%;
    cursor: pointer;
    color: $dark-cl;
    .font-content{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      span{
        width: size_px2rem(15px);
        height: size_px2rem(2px);
        background: $dark-cl;
        display: inline-block;
        position: relative;
        &:before{
          content: '';
          position: absolute;
          display: inline-block;
          width: 100%;
          height: size_px2rem(2px);
          bottom: -6px;
          background: $dark-cl;
        }
        &:after{
          content: '';
          position: absolute;
          display: inline-block;
          width: 100%;
          height: size_px2rem(2px);
          top: -6px;
          background: $dark-cl;
        }
      }
    }
    .back-content{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      i{
        margin-left: size_px2rem(2px);
        font-size: size_px2rem(14px);
      }
    }
  }
}

@keyframes rotate{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}


.header-mobile{
  background: $dark-cl;
  padding: size_px2rem(25px) size_px2rem(15px);
  .col-12{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .left-mobile-header-content{
    img{
      max-width: size_px2rem(210px);
    }
  }
  .right-mobile-header-content{
    .icon-mobile-menu-content-wrap{
      display: flex;
      .mobile-icon-wrap{
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: size_px2rem(35px);
        height: size_px2rem(35px);
        color: $white-cl;
        i{
          font-size: size_px2rem(17px);
        }
        &.mobile-icon{
          span{
            width: size_px2rem(15px);
            height: size_px2rem(1px);
            display: inline-flex;
            background: $white-cl;
            position: relative;
            &:before{
              content: '';
              display: inline-flex;
              position: absolute;
              left: 0;
              top: size_px2rem(-5px);
              width: size_px2rem(15px);
              height: size_px2rem(1px);
              background: $white-cl;
            }
            &:after{
              content: '';
              display: inline-flex;
              position: absolute;
              left: 0;
              top: size_px2rem(5px);
              width: size_px2rem(15px);
              height: size_px2rem(1px);
              background: $white-cl;
            }
          }
        }
        &.cart-icon{
          .fl--woo-cart-items{
            position: relative;
            .fl--woo-cart-details{
              border-radius: 100%;
              position: absolute;
              right: size_px2rem(-6px);
              top: size_px2rem(-6px);
              width: size_px2rem(13px);
              height: size_px2rem(13px);
              background: $primary-cl;
              color:$white-cl;
              font-size: size_px2rem(10px);
              display: inline-flex;
              align-items: center;
              justify-content: center;
              font-weight: 400;
            }
          }
          .text-content{
            display: none;
          }
        }
      }
    }
  }
}*/
/*-------------------------------------------------------------------

==  Home Page

-------------------------------------------------------------------*/
.home-page-wrapper .home-page-slider-wrap {
  overflow: hidden;
  margin-bottom: 60px;
}
.home-page-wrapper .home-page-slider-wrap .home-page-slider-item {
  position: relative;
}
.home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 60px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content .slider-item-title {
  color: #fff;
  max-width: 560px;
  font-size: 50px;
  line-height: 55px;
}
.home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content .btn-slider-wrap {
  margin-top: 10px;
}
.home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content .btn-slider-wrap a {
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  border: 2px solid;
  position: relative;
  line-height: 1;
  padding: 16px 50px;
  transition: 0.3s ease;
}
.home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content .btn-slider-wrap a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate3d(16px, -50%, 0);
  right: 0;
  height: 2px;
  background: #fff;
  width: 32px;
  transition: 0.3s ease;
}
.home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content .btn-slider-wrap a:hover {
  background: #fff;
  color: #1F242A;
}
.home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content .btn-slider-wrap a:hover:before {
  transform: translate3d(0, -50%, 0);
}
.home-page-wrapper .home-page-slider-wrap {
  position: relative;
}
.home-page-wrapper .home-page-slider-wrap .swiper-button-prev, .home-page-wrapper .home-page-slider-wrap .swiper-button-next {
  background: #fff;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  width: 55px;
  height: 55px;
  top: auto;
  transition: 0.3s ease;
  z-index: 50;
}
.home-page-wrapper .home-page-slider-wrap .swiper-button-prev:before, .home-page-wrapper .home-page-slider-wrap .swiper-button-next:before {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal normal 26px/1 FontAwesome;
  transition: 0.3s ease;
  color: #202429;
  content: "\f105";
}
.home-page-wrapper .home-page-slider-wrap .swiper-button-prev:hover, .home-page-wrapper .home-page-slider-wrap .swiper-button-next:hover {
  background: #D40E1A;
}
.home-page-wrapper .home-page-slider-wrap .swiper-button-prev:hover:before, .home-page-wrapper .home-page-slider-wrap .swiper-button-next:hover:before {
  color: #fff;
}
.home-page-wrapper .home-page-slider-wrap .swiper-button-prev {
  right: 55px !important;
}
.home-page-wrapper .home-page-slider-wrap .swiper-button-prev:before {
  content: "\f104";
}
.home-page-wrapper .home-page-slider-wrap .swiper-counter {
  position: absolute;
  right: 135px;
  bottom: 0;
  z-index: 40;
  font-size: 16px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  height: 55px;
}
.home-page-wrapper .home-page-slider-wrap .swiper-counter .count {
  margin-right: 3px;
}
.home-page-wrapper .home-page-slider-wrap .swiper-counter .total {
  margin-left: 3px;
}

.middel-content-home-page {
  margin-bottom: 60px;
}
.middel-content-home-page .icon-box-content-wrap .entry-content {
  display: flex;
}
.middel-content-home-page .icon-box-content-wrap .entry-content .icon-box-icon-wrap {
  margin-right: 20px;
}
.middel-content-home-page .icon-box-content-wrap .entry-content .icon-box-title-content {
  font-size: 15px;
  margin-bottom: 0;
}
.middel-content-home-page .icon-box-content-wrap .entry-content .icon-box-text-content {
  font-size: 13px;
  color: #909090;
}

.dbl-middle-content-home-page {
  margin-bottom: 90px;
}
.dbl-middle-content-home-page .banner-content-text {
  font-size: 16px;
  line-height: 25px;
}
.dbl-middle-content-home-page .banner-content .entry-content {
  position: relative;
}
.dbl-middle-content-home-page .banner-content .entry-content .image-banner-wrap {
  overflow: hidden;
}
.dbl-middle-content-home-page .banner-content .entry-content .image-banner-wrap img {
  transform: scale(1);
  transition: 0.3s ease;
}
.dbl-middle-content-home-page .banner-content .entry-content .text-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 3;
  justify-content: flex-end;
  padding: 20px;
}
.dbl-middle-content-home-page .banner-content .entry-content .text-content .banner-link-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dbl-middle-content-home-page .banner-content .entry-content .text-content .banner-title-content {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  transform: translateY(35px);
  transition: 0.3s ease;
}
.dbl-middle-content-home-page .banner-content .entry-content .text-content .btn-link-content-wrap {
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease;
}
.dbl-middle-content-home-page .banner-content .entry-content .text-content .btn-link-content-wrap a {
  text-decoration: underline;
  color: #fff;
  transition: color 0.3s ease;
  font-size: 11px;
}
.dbl-middle-content-home-page .banner-content .entry-content .text-content .btn-link-content-wrap a:hover {
  color: #D40E1A;
}
.dbl-middle-content-home-page .banner-content .entry-content:hover .image-banner-wrap img {
  transform: scale(1.1);
}
.dbl-middle-content-home-page .banner-content .entry-content:hover .banner-title-content {
  transform: translateY(0);
}
.dbl-middle-content-home-page .banner-content .entry-content:hover .btn-link-content-wrap {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease 0.1s;
}
.dbl-middle-content-home-page .banner-content + .banner-content {
  margin-top: 30px;
}

.bottom-text-content .title-content h2 {
  font-size: 30px;
}
.bottom-text-content .product-home-page-content {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.bottom-text-content .product-home-page-content article {
  flex: 0 0 25%;
  max-width: 25%;
}
.bottom-text-content .shop-btn-link-wrap {
  margin-top: 35px;
}
.bottom-text-content .shop-btn-link-wrap a {
  display: inline-flex;
  color: #D40E1A;
  font-size: 16px;
  border: 2px solid #D40E1A;
  position: relative;
  line-height: 1;
  padding: 16px 50px;
  transition: 0.3s ease;
}
.bottom-text-content .shop-btn-link-wrap a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate3d(16px, -50%, 0);
  right: 0;
  height: 2px;
  background: #D40E1A;
  width: 32px;
  transition: 0.3s ease;
}
.bottom-text-content .shop-btn-link-wrap a:hover {
  background: #D40E1A;
  color: #fff;
}
.bottom-text-content .shop-btn-link-wrap a:hover:before {
  transform: translate3d(0, -50%, 0);
}

/*
.home-page-wrapper{
  .entry-home-page-content{
    margin-left: size_px2rem(293px);
    margin-top: size_px2rem(30px);
    .home-page-slider-wrap{
      position: relative;
      overflow: hidden;
      .home-page-slider-item{
        position: relative;
        img{
          width: 100%;
        }
        &:before{
          content: '';
          display: block;
          z-index: 1;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3);
        }
        .slider-text-content-wrap{
          padding: size_px2rem(35px) size_px2rem(45px);
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 3;
          .hashtag-slider-item{
            display: inline-block;
            position: relative;
            font-size: size_px2rem(12px);
            padding: size_px2rem(8px) size_px2rem(12px);
            margin-left: 11px;
            line-height: 1;
            color: $white-cl;
            text-transform: uppercase;
            &:before{
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              content: '';
              background: $primary-cl;
              display: inline-block;
              z-index: -1;
              transform: skew(-16deg, 0);
            }
          }
          .title-slider-item{
            text-transform: uppercase;
            margin-top: size_px2rem(9px);
            color: $white-cl!important;
            font-style: italic;
            font-size: size_px2rem(39px);
            line-height: size_px2rem(44px);
          }
        }
      }
      .swiper-pagination{
        z-index: 2;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: size_px2rem(15px);
        padding-right: size_px2rem(15px);
        text-align: right;
        .swiper-pagination-bullet{
          background: transparent;
          width: size_px2rem(15px);
          height: size_px2rem(15px);
          border: size_px2rem(2px) solid $white-cl;
          display: inline-block;
          cursor: pointer;
          border-radius: 100%;
          transition: .3s ease;
          &.swiper-pagination-bullet-active,&:hover{
            border-color: $primary-cl;
            opacity: 1;
          }
          +.swiper-pagination-bullet{
            margin-left: size_px2rem(5px);
          }
        }
      }
    }
  }
  .bottom-home-page-product-wrap{
    margin-top: size_px2rem(40px);
    .home-page-product-wrap{
      margin-top: size_px2rem(-15px);
    }
    .small-product{
      .small-product-title-wrap{
        display: flex;
        justify-content: space-between;
        margin-bottom: size_px2rem(15px);
        .small-product-title{
          flex-grow: 1;
          margin-bottom: 0;
          text-transform: uppercase;
          font-size: size_px2rem(14px);
          line-height: 1;
          display: flex;
          align-items: center;
        }
        .arrow-slider-wrap{
          display: flex;
          .small-product-arrow-btn{
            cursor: pointer;
            font-size: size_px2rem(18px);
            transition: .3s ease;
            &:hover{
              color: $primary-cl;
            }
            +.small-product-arrow-btn{
              margin-left: size_px2rem(12px);
            }
          }
        }
      }
    }
  }
}
*/
/*-------------------------------------------------------------------

==  Small Product Slider

-------------------------------------------------------------------*/
.product-small-slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 1px;
}
.product-small-slider:before {
  position: absolute;
  bottom: -0.0625rem;
  content: "";
  left: 0;
  width: 100%;
  height: 0.125rem;
  z-index: 4;
}
.product-small-slider .small-product-slider {
  padding-top: 0.0625rem;
  padding-right: 0.0625rem;
}
.product-small-slider .small-product-slider .entry-content {
  padding: 0.9375rem;
  border-left: 0.0625rem solid #f2f2f2;
  border-right: 0.0625rem solid #f2f2f2;
  border-bottom: 0.0625rem solid #f2f2f2;
  position: relative;
  display: flex;
  align-items: center;
}
.product-small-slider .small-product-slider .entry-content .product-small-link {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  position: absolute;
}
.product-small-slider .small-product-slider .entry-content .product-brend {
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
  font-size: 0.75rem;
}
.product-small-slider .small-product-slider .entry-content .top-label {
  z-index: 3;
  position: absolute;
  right: -1px;
  top: -1px;
  background: #D40E1A;
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-small-slider .small-product-slider .entry-content .product-small-image-thumbnail-wrap {
  padding-top: 1.375rem;
}
.product-small-slider .small-product-slider .entry-content .product-small-image-thumbnail-wrap img {
  max-width: 5rem;
}
.product-small-slider .small-product-slider .entry-content .product-small-right-content-wrap {
  padding-top: 1.375rem;
}
.product-small-slider .small-product-slider .entry-content .product-small-right-content-wrap .product-small-price {
  margin-top: 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.1875rem;
  display: flex;
  align-items: center;
}
.product-small-slider .small-product-slider .entry-content .product-small-right-content-wrap .product-small-price .woocommerce-Price-currencySymbol {
  margin-right: 0.25rem;
}
.product-small-slider .small-product-slider .entry-content .product-small-right-content-wrap .product-small-price ins {
  text-decoration: none;
}
.product-small-slider .small-product-slider .entry-content .product-small-right-content-wrap .product-small-price del {
  order: 1;
  color: #3c3c3c;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  padding-left: 0.3125rem;
  border-left: 0.0625rem solid #3c3c3c;
  line-height: 1;
}
.product-small-slider .small-product-slider .entry-content .product-small-right-content-wrap .product-small-title {
  font-size: 0.6875rem;
  color: #3c3c3c !important;
}
.product-small-slider .small-product-slider:first-child .entry-content {
  border-top: 0.0625rem solid #f2f2f2;
}

.product-small-slider-related {
  overflow: hidden;
  position: relative;
  padding-bottom: 1px;
}
.product-small-slider-related:before {
  position: absolute;
  bottom: -0.0625rem;
  content: "";
  left: 0;
  width: 100%;
  height: 0.125rem;
  z-index: 4;
}
.product-small-slider-related .small-product-slider {
  padding-top: 0.0625rem;
  padding-right: 0.0625rem;
}
.product-small-slider-related .small-product-slider .entry-content {
  padding: 0.9375rem;
  border-left: 0.0625rem solid #f2f2f2;
  border-right: 0.0625rem solid #f2f2f2;
  border-bottom: 0.0625rem solid #f2f2f2;
  position: relative;
  display: flex;
  align-items: center;
}
.product-small-slider-related .small-product-slider .entry-content .product-small-link {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  position: absolute;
}
.product-small-slider-related .small-product-slider .entry-content .product-brend {
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
  font-size: 0.75rem;
}
.product-small-slider-related .small-product-slider .entry-content .top-label {
  z-index: 3;
  position: absolute;
  right: -1px;
  top: -1px;
  background: #D40E1A;
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-small-slider-related .small-product-slider .entry-content .product-small-image-thumbnail-wrap {
  padding-top: 1.375rem;
}
.product-small-slider-related .small-product-slider .entry-content .product-small-image-thumbnail-wrap img {
  max-width: 5rem;
}
.product-small-slider-related .small-product-slider .entry-content .product-small-right-content-wrap {
  padding-top: 1.375rem;
}
.product-small-slider-related .small-product-slider .entry-content .product-small-right-content-wrap .product-small-price {
  margin-top: 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.1875rem;
  display: flex;
  align-items: center;
}
.product-small-slider-related .small-product-slider .entry-content .product-small-right-content-wrap .product-small-price .woocommerce-Price-currencySymbol {
  margin-right: 0.25rem;
}
.product-small-slider-related .small-product-slider .entry-content .product-small-right-content-wrap .product-small-price ins {
  text-decoration: none;
}
.product-small-slider-related .small-product-slider .entry-content .product-small-right-content-wrap .product-small-price del {
  order: 1;
  color: #3c3c3c;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  padding-left: 0.3125rem;
  border-left: 0.0625rem solid #3c3c3c;
  line-height: 1;
}
.product-small-slider-related .small-product-slider .entry-content .product-small-right-content-wrap .product-small-title {
  font-size: 0.6875rem;
  color: #3c3c3c !important;
}
.product-small-slider-related .small-product-slider:first-child .entry-content {
  border-top: 0.0625rem solid #f2f2f2;
}

/*
.product-small-slider-related{
  overflow: hidden;
  position: relative;
  //max-height: 525px;
  .small-product-slider{
    position: relative;
    padding-right: size_px2rem(1px);
    .entry-content{
      padding: size_px2rem(15px);
      border-left: size_px2rem(1px) solid $light-cl;
      border-right: size_px2rem(1px) solid $light-cl;
      border-bottom: size_px2rem(1px) solid $light-cl;
      position: relative;
      display: flex;
      align-items: center;
      .product-small-link{
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 5;
        position: absolute;
      }
      .product-brend{
        position: absolute;
        left: size_px2rem(15px);
        top: size_px2rem(15px);
        font-size: size_px2rem(12px);
      }
      .top-label{
        z-index: 3;
        position: absolute;
        right: 0;
        top: size_px2rem(-1px);
        background: $red-cl;
        font-size: size_px2rem(12px);
        text-transform: uppercase;
        width: size_px2rem(40px);
        height: size_px2rem(40px);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .product-small-image-thumbnail-wrap{
        padding-top: size_px2rem(22px);
        img{
          max-width: size_px2rem(80px);
        }
      }
      .product-small-right-content-wrap{
        padding-top: size_px2rem(22px);
        .product-small-price{
          margin-top: size_px2rem(8px);
          font-size: size_px2rem(16px);
          margin-bottom: size_px2rem(3px);
          display: flex;
          align-items: center;
          .woocommerce-Price-currencySymbol{
            margin-right: size_px2rem(4px);
          }
          ins{
            text-decoration: none;
          }
          del{
            order: 1;
            color: $light-2-cl;
            margin-left: size_px2rem(8px);
            font-size: size_px2rem(14px);
            padding-left: size_px2rem(5px);
            border-left: size_px2rem(1px) solid $light-2-cl;
            line-height: 1;
          }
        }
        .product-small-title{
          font-size: size_px2rem(11px);
          color: $light-2-cl!important;
        }
      }
    }
    &:first-child{
      .entry-content{
        //margin-top: 1px;
        border-top: size_px2rem(1px) solid $light-cl;
      }
    }
  }

}*/
/*-------------------------------------------------------------------

==  Products Archive

-------------------------------------------------------------------*/
.temlines-main-shop-wrap {
  margin-top: 4.375rem;
  margin-bottom: 6.25rem;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 0.0625rem solid #f2f2f2;
  margin-bottom: 1.5625rem;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page {
  flex: 0 0 100%;
  margin-bottom: 1.25rem;
  position: relative;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page img {
  width: 100%;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page .banner-bottom-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1.5625rem 2.1875rem;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page .banner-bottom-content .banner-tag {
  font-size: 24px;
  color: #1F242A;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page .banner-bottom-content .banner-title {
  color: #1F242A;
  font-size: 18px;
  margin-bottom: 0;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-notices-wrapper {
  flex: 0 0 100%;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-breadcrumbs-wrap {
  flex-grow: 1;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-filter-wrapper {
  flex-grow: 0;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-filter-wrapper .woocommerce-ordering {
  margin-bottom: 0;
  position: relative;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-filter-wrapper .woocommerce-ordering .nice-select .current {
  position: relative;
  cursor: pointer;
  min-width: 12.1875rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  background: #F5F5F5;
  padding-left: 0.9375rem;
  font-size: 0.75rem;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-filter-wrapper .woocommerce-ordering .nice-select .current:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  content: "\f107";
  right: 0.625rem;
  top: calc(50% - 7px);
  transition: 0.3s ease;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-filter-wrapper .woocommerce-ordering .nice-select ul {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background: #ffffff;
  height: auto;
  min-width: 240px;
  max-height: 100px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 7;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.2);
  transform: scaleY(0.9) translateY(0);
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-filter-wrapper .woocommerce-ordering .nice-select ul li {
  cursor: pointer;
  overflow: hidden;
  line-height: 3em;
  padding: 0 10px;
  color: #1F242A;
  background: transparent;
  border-bottom: 1px solid #e7e7e7;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  font-size: 11px;
  display: block;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-filter-wrapper .woocommerce-ordering .nice-select ul li:hover {
  background: #f2f2f2;
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-filter-wrapper .woocommerce-ordering .nice-select.open .current:before {
  transform: rotate(180deg);
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-filter-wrapper .woocommerce-ordering .nice-select.open ul {
  top: 0;
  height: auto;
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateY(40px);
}
.temlines-main-shop-wrap .templines-woo-filter-top-content .woocommerce-ordering {
  float: none !important;
}

.products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.products .shop-archive-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.shop-archive-item {
  transition: 0.3s ease;
}
.shop-archive-item .entry-product-content {
  position: relative;
  padding: 0.9375rem;
}
.shop-archive-item .entry-product-content .onsale {
  display: none;
}
.shop-archive-item .entry-product-content .static-image {
  position: relative;
}
.shop-archive-item .entry-product-content .static-image .image-mask {
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 14, 20, 0.3);
  z-index: 1;
}
.shop-archive-item .entry-product-content .yith-wcwl-add-to-wishlist {
  visibility: hidden;
  display: inline-flex;
  opacity: 0;
  transform: translateY(-5px);
  z-index: 5;
  position: absolute;
  right: 1.5625rem;
  top: 0.9375rem;
  transition: 0.3s ease;
}
.shop-archive-item .entry-product-content .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.shop-archive-item .entry-product-content .yith-wcwl-add-to-wishlist div:not(.hide) a {
  width: 40px;
  height: 40px;
  background: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-indent: -9999999px;
  border-radius: 0;
  color: #ffffff;
  transition: 0.3s ease !important;
}
.shop-archive-item .entry-product-content .yith-wcwl-add-to-wishlist div:not(.hide) a:before {
  transition: 0.3s ease !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\f08a";
  font-family: "FontAwesome";
}
.shop-archive-item .entry-product-content .yith-wcwl-add-to-wishlist div:not(.hide) a:hover {
  color: #D40E1A;
}
.shop-archive-item .entry-product-content .yith-wcwl-add-to-wishlist div:not(.hide) a[data-title="Переглянути Список бажань"]:before {
  content: "\f004";
}
.shop-archive-item .entry-product-content .product-archive-label {
  position: absolute;
  left: 0.375rem;
  top: 1.875rem;
  z-index: 5;
  background: #D40E1A;
  display: inline-flex;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.4375rem 0.75rem;
  line-height: 1;
}
.shop-archive-item .entry-product-content .new_item_bage {
  background: #E61E25;
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  top: 0.625rem;
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-archive-item .entry-product-content .product-mask {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f2f2f2;
  z-index: -1;
}
.shop-archive-item .entry-product-content .templines-product-image-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.9375rem;
}
.shop-archive-item .entry-product-content .templines-product-image-wrap a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.shop-archive-item .entry-product-content .templines-product-image-wrap img {
  transition: 0.3s ease;
  max-height: 45rem;
}
.shop-archive-item .entry-product-content .templines-product-image-wrap .out-stock-content-label {
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  padding: 9px 15px;
  font-family: "ProximaNova-Bold";
  font-size: 11px;
  line-height: 1;
  z-index: 6;
  white-space: pre;
  transform: translate3d(-50%, -50%, 0);
}
.shop-archive-item .entry-product-content .templines--woo-shop-loop-title {
  font-size: 1rem;
  position: relative;
  min-height: 0.9375rem;
  margin-bottom: 0.3125rem;
}
.shop-archive-item .entry-product-content .templines--woo-shop-loop-title .fl--woo-title-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .fl--woo-price-wrap {
  width: 100%;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .fl--woo-price-wrap .price {
  position: relative;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  color: #909090;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .fl--woo-price-wrap .price .woocommerce-Price-currencySymbol {
  margin-left: 0.1875rem;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .fl--woo-price-wrap .price del {
  line-height: 1;
  font-size: 0.875rem;
  color: #909090;
  margin-right: 0.5625rem;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .fl--woo-price-wrap .price ins {
  text-decoration: none;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap {
  width: 100%;
  flex-grow: 1;
  perspective: 600px;
  transform-style: preserve-3d;
  position: absolute;
  top: 100%;
  left: 0;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap {
  display: flex;
  justify-content: space-between;
  transform: rotateX(-100deg);
  transform-origin: 0 0;
  backface-visibility: hidden;
  transition: 0.3s ease;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .clickBuyButton {
  height: 40px;
  padding: 0;
  background: transparent !important;
  color: #1F242A !important;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .clickBuyButton span {
  font-size: 13px;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .clickBuyButton span:before {
  content: "";
  height: 1px;
  width: 5px;
  background-color: #1F242A;
  display: inline-block;
  position: relative;
  top: -3px;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .clickBuyButton .ld-ring {
  right: -15px !important;
  left: auto !important;
  animation: none !important;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .clickBuyButton .ld-ring:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f110" !important;
  border-color: transparent !important;
  animation: spin 2s linear infinite;
  border: none !important;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .clickBuyButton.running {
  padding: 0 !important;
  overflow: visible;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .clickBuyButton.running span {
  opacity: 0.6;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .templines--add-to-cart-btn a {
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: #D40E1A;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .templines--add-to-cart-btn a:after {
  font-family: "icon-knife-boss";
  content: "\e806";
  font-size: 1rem;
  display: inline-block;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .templines--add-to-cart-btn a:before {
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f110";
  font-size: 1.125rem;
  animation: rotation 2s infinite linear;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .templines--add-to-cart-btn a.added_to_cart {
  display: none !important;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .templines--add-to-cart-btn a.add_to_cart_button.loading:before {
  display: inline-flex;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .templines--add-to-cart-btn a.add_to_cart_button.loading:after {
  display: none;
}
.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .templines--add-to-cart-btn a:hover {
  background: #1F242A;
}
.shop-archive-item .entry-product-content:hover .yith-wcwl-add-to-wishlist {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.shop-archive-item .entry-product-content:hover .bottom-product-item-content-wrap .fl--woo-price-wrap .price {
  color: #D40E1A;
}
.shop-archive-item.product-type-variable .price .woocommerce-Price-amount bdi {
  margin-right: 0.375rem;
  margin-left: 0.375rem;
}
.shop-archive-item:hover {
  transform: translateY(-30px);
}
.shop-archive-item:hover .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap {
  transform: rotateX(0);
}
.shop-archive-item:hover img {
  transform: scale(1.1);
}
.shop-archive-item:hover .static-image {
  position: relative;
}
.shop-archive-item:hover .static-image .image-mask {
  visibility: visible;
  opacity: 1;
}
.shop-archive-item:hover .product-mask {
  visibility: visible;
  opacity: 1;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes cartChangeIconAnimation {
  0% {
    content: "\f178";
    font-family: FontAwesome;
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
    content: "\f178";
    font-family: FontAwesome;
  }
  100% {
    transform: translateY(0);
    content: "\e804";
    font-family: "winnerstore-custom-font";
  }
}
@keyframes cartChangeIconAnimationAfterHoverOut {
  0% {
    transform: translateY(0);
    content: "\e804";
    font-family: "winnerstore-custom-font";
  }
  50% {
    transform: translateX(-5px);
    content: "\e804";
    font-family: "winnerstore-custom-font";
  }
  100% {
    content: "\f178";
    font-family: FontAwesome;
    transform: translateX(0);
  }
}
/*-------------------------------------------------------------------

==  Products Single Page

-------------------------------------------------------------------*/
/*
.single-product{
  .woocommerce-message{
    display: none!important;
  }
  .templines-single-product{
    padding-left: size_px2rem(15px);
  }
}
.templines-single-product{
  margin-bottom: size_px2rem(100px)!important;
  .images{
    max-width: size_px2rem(360px);
  }
  .summary{
    padding-left: size_px2rem(30px);
    padding-right: size_px2rem(30px);
    width: 100%!important;
    @include calc_convert(max-width, "100% - " size_px2rem(360px));
  }
  .summary,.images{
    float: none!important;
  }
  .product_title{
    font-size: size_px2rem(18px);
    text-transform: uppercase;
    margin-bottom: size_px2rem(15px);
  }
  .stock-status-after-title{
    margin-bottom: size_px2rem(25px);
    font-size: size_px2rem(12px);
    i{
      margin-right: size_px2rem(5px);
    }
    &.in-stock-content{
      color: $green-cl;
    }
    &.out-stock-content{
      color: $red-cl;
    }
  }
  .woocommerce-product-details__short-description{
    font-size: size_px2rem(12px);
    line-height: size_px2rem(22px);
    margin-bottom: size_px2rem(25px);
    ul{
      li{
        font-size: size_px2rem(12px);
      }
    }
  }
  .variations{
    .reset_variations{
      display: none!important;
    }
    .label{
      display: none!important;
    }
  .value{
    position: relative;
    .nice-select{
      .current{
        position: relative;
        cursor: pointer;
        min-width: size_px2rem(260px);
        height: size_px2rem(40px);
        display: inline-flex;
        align-items: center;
        background: transparent;
        border: size_px2rem(1px) solid $light-cl;
        padding-left: size_px2rem(15px);
        font-size: size_px2rem(12px);
        &:before{
          font: normal normal normal 14px/1 FontAwesome;
          position: absolute;
          content: "\f107";
          right: size_px2rem(10px);
          top: calc(50% - 6px);
          transition: .3s ease;
        }
      }
      ul{
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        background: #ffffff;
        height: auto;
        min-width: 260px;
        max-height: 100px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        z-index: 7;
        box-shadow: 0 15px 45px 0 rgba(0,0,0,0.20);
        transform: scaleY(.9) translateY(0);
        transform-origin: bottom;
        transition: all .3s ease-in-out;
        li{
          cursor: pointer;
          overflow: hidden;
          line-height: 3em;
          padding: 0 10px;
          color: $dark-cl;
          background: transparent;
          border-bottom: 1px solid #e7e7e7;
          transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
          font-size: 11px;
          display: block;
          &:hover{
            background: $light-cl;
          }
        }
      }
      &.open{
        .current{
          &:before{
            transform: rotate(180deg);
          }
        }
        ul{
          top: 0;
          height: auto;
          max-height: 600px;
          opacity: 1;
          visibility: visible;
          transform: scaleY(1) translateY(40px);
        }
      }
    }
  }
  }
  form.cart{
    >.price{
      line-height: 1!important;
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: size_px2rem(15px);
      del{
        font-size: size_px2rem(14px)!important;
        color: $light-2-cl!important;
        padding-left: size_px2rem(7px);
        margin-left: size_px2rem(7px);
        border-left: size_px2rem(1px) solid $light-2-cl;
      }
      ins{
        font-size: size_px2rem(20px)!important;
        text-decoration: none!important;
        color: $dark-cl;
        .woocommerce-Price-currencySymbol{
          margin-right: size_px2rem(7px);
        }
      }
      .woocommerce-Price-amount{
        font-size: size_px2rem(20px)!important;
        text-decoration: none!important;
        color: $dark-cl;
        .woocommerce-Price-currencySymbol{
          margin-right: size_px2rem(7px);
        }
      }
    }
  }
  .woocommerce-variation-price{
    .price{
      display: flex!important;
      margin-bottom: size_px2rem(10px)!important;
      color: $dark-cl!important;
      font-size: size_px2rem(20px)!important;
      .woocommerce-Price-currencySymbol{
        margin-right: size_px2rem(7px);
      }
    }
  }
  .variations_button{
    .price{
      margin-bottom: size_px2rem(17px);
      color: $light-2-cl!important;
      font-size: size_px2rem(17px)!important;
      .woocommerce-Price-currencySymbol{
        margin-right: size_px2rem(4px);
      }
    }
  }
  .templines-add-to-cart-wrap{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    .quantity{
      float: none!important;
      display: flex;
      align-items: center;
      i{
        font-size: size_px2rem(12px);
        color: $dark-cl;
        cursor: pointer;
        &.minus{
          font-size: size_px2rem(11px);
          margin-top: size_px2rem(12px);
          margin-right: size_px2rem(3px);
        }
        &.plus{
          margin-left: size_px2rem(4px);
        }
      }
      input{
        text-align: center;
        width: size_px2rem(42px);
        height: size_px2rem(42px);
        border-radius: 0!important;
        border: none!important;
        background: $light-cl!important;
        -moz-appearance:textfield!important;
      }
      input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        -webkit-appearance: none!important;
      }
    }
    button{
      align-items: center;
      display: flex;
      height: size_px2rem(42px);
      float: none!important;
      padding: size_px2rem(16px) size_px2rem(40px)!important;
      border-radius: 0!important;
      background: $dark-cl!important;
      font-size: size_px2rem(12px);
      text-transform: uppercase;
      transition: .3s ease;
      margin-right: size_px2rem(10px);
      opacity: 1!important;
      &:before{
        font-size: size_px2rem(16px);
        margin-right: size_px2rem(10px);
        content: '\e804';
        font-family: "winnerstore-custom-font";
      }

      &.loading{
        &:after{
          font: normal normal normal 14px/1 FontAwesome;
          content: "\f110"!important;
          top: auto!important;
          right: size_px2rem(8px)!important;
        }
      }
      &:hover{
        background: $primary-cl!important;
      }
      &.disabled{
        background: $dark-cl!important;
      }
      &.added{
        &:after{
          display: none!important;
        }
      }
    }
  }
}


//
.single-page-delivery-notice{
  max-width: size_px2rem(260px);
  margin-left: auto;
    margin-bottom: size_px2rem(35px);
    background: $light-cl;
    padding: size_px2rem(30px) size_px2rem(25px);
  .icon-box-wrap{
    .icon-box-title{
      color: $dark-cl;
      .icon-box-icon{
        display: inline-block;
        margin-right: size_px2rem(8px);
        svg{
          margin-top: size_px2rem(-2px);
          width: size_px2rem(17px);
          height: size_px2rem(17px);
          fill: $dark-cl;
        }
      }
    }
    .icon-box-content{
      margin-top: size_px2rem(4px);
      font-size: size_px2rem(12px);
      line-height: size_px2rem(18px);
      color: $light-2-cl;
    }
    +.icon-box-wrap{
      margin-top: size_px2rem(20px);
    }
    &:nth-child(2){
      .icon-box-title {
        .icon-box-icon {
          svg {
            width: size_px2rem(20px);
            height: size_px2rem(20px);
          }
        }
      }
    }
    &:nth-child(3){
      .icon-box-title {
        .icon-box-icon {
          svg {
           margin-top: size_px2rem(-3px);
          }
        }
      }
    }
  }
}
.single-related{
  user-select:none;
  max-width: size_px2rem(260px);
  margin-left: auto;
}
//
.bottom-content-single-product-wrap{
  margin-top: size_px2rem(35px);
  margin: 0 size_px2rem(-15px);
  .container{
    padding: 0!important;
  }
  .tabs__list{
    margin-bottom: size_px2rem(30px);
    li{
      display: inline-flex;
      a{
        position: relative;
        transition: .3s ease;
        font-size: size_px2rem(12px);
        color: $dark-cl;
        background: $light-cl;
        padding: size_px2rem(15px) size_px2rem(40px);
        &:before{
          position: absolute;
          display: inline-block;
          width: calc(100% - 80px);
          height: 1px;
          left: 40px;
          bottom: 15px;
          content: '';
          background: transparent;
        }
      }
      &.tabs__item_active,&:hover{
        a{
          background: $primary-cl!important;
          color: $white-cl;
        }
      }
      &.tabs__item_active{
        a{
          &:before{
            background: $white-cl;
          }
        }
      }
    }
  }
  .section{
    .slick-list{
      overflow: hidden;
    }
    .slick-slide{
      float: left;
      display: block;
      h3{
        font-size: size_px2rem(16px);
        text-transform: uppercase;
      }
      p{
        font-size: size_px2rem(14px);
        line-height: size_px2rem(28px);
        &:last-child{
          margin-bottom: 0;
        }
      }
    }
    .slick-slide:not(.slick-current){
     height: inherit!important;
    }

    table{
      width: 100%;
      max-width: calc(100% - 2px);
      border-bottom: size_px2rem(1px) solid $light-cl;
      tbody{
        a{
          color:inherit;
        }
        tr{
          border-left: size_px2rem(1px) solid $light-cl;
          border-right: size_px2rem(1px) solid $light-cl;
          font-size: size_px2rem(12px);
          th,td{
            padding: size_px2rem(10px) size_px2rem(13px);
          }
          th{
            width: 33.3333%;
          }
          td{
            &:first-child{
              width: 33.333333%;
            }
          }
          &:nth-child(1){
            border-left: 0;
            border-right: 0;
            background: transparent;
            font-size: size_px2rem(16px);
            th,td{
              padding-top: 0!important;
            }
          }
          &:nth-child(2){
            border-top: size_px2rem(1px) solid $light-cl;
          }
          &:nth-child(even){
            background: $light-cl;
          }
        }
      }
    }
    .shop_attributes{
      border: 1px solid $light-cl!important;
      tbody{
        tr{
          background: transparent!important;
          font-size: size_px2rem(12px)!important;
          &:nth-child(odd){
            background: $light-cl!important;
          }
          th,td{
            background: transparent!important;
            border: none!important;
            padding: size_px2rem(10px) size_px2rem(13px) !important;
          }
          th{
            width: 33.3333%;
          }
          td{
            p{
              padding: 0!important;
              font-size: size_px2rem(12px)!important;
              font-style: normal!important;
            }
          }
        }
      }
    }
  }
  .certificate-images-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: size_px2rem(-15px);
    margin-right: size_px2rem(-15px);
    margin-left: size_px2rem(-15px);
    .certificate-image-item{
      flex: 0 0 50%;
      max-width: 50%;
      list-style: none;
      padding: 0!important;
      .entry-content{
        padding: size_px2rem(15px);
      }
      &:after{
        display: none!important;
      }
    }
  }
}


.templines-product-images-carousel-wrap{
  position: relative;
  margin: 0 size_px2rem(-5px);
  .single-product-thumbnail{
    margin: 0 size_px2rem(5px);
    border: size_px2rem(1px) solid $light-cl;
    &.slick-current{
      border-color: $primary-cl;
    }
  }
  .templines-product-images-carousel-arrow-wrap{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: $white-cl;
    padding-left: size_px2rem(10px);
    .arrow-carousel-wrap{
      border: 1px solid $light-cl;
      width: size_px2rem(30px);
      height: size_px2rem(36px);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: .3s ease;
      &:hover{
        background: $primary-cl;
        border-color: $primary-cl;
        color: $white-cl!important;
      }
      +.arrow-carousel-wrap{
        margin-top: size_px2rem(10px);
      }
    }
  }

}


.big-image-product-slider{
  overflow: hidden;
  .slick-slide{
    float: left;
  }
}


.templines-product-images-carousel-slider{
  overflow: hidden;
  user-select:none;
  margin-top: size_px2rem(20px);
  .slick-list{
    height: auto!important;
  }
  .slick-slide{
    float: left;
    text-align: center;
    img{
      margin: 0 auto;
      max-width: 80px;
    }
  }
  &.not-slider-slider{
    .slick-track{
      transform: translate3d(0px, 0px, 0px)!important;
      .slick-slide{
        cursor: pointer;
        max-width: size_px2rem(83px);
      }
    }
  }
}

.templines-product-images-carousel-arrow-wrap{
  &.not-slider-slider{
    display: none!important;
  }
}






.single-related{
  .related-product-title-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: size_px2rem(15px);
    .related-product-title{
      flex-grow: 1;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: size_px2rem(14px);
      line-height: 1;
      display: flex;
      align-items: center;
    }
    .related-slider-arrow{
      display: flex;
      .small-product-arrow-btn{
        cursor: pointer;
        font-size: size_px2rem(18px);
        transition: .3s ease;
        &:hover{
          color: $primary-cl;
        }
        +.small-product-arrow-btn{
          margin-left: size_px2rem(12px);
        }
      }
    }
  }
  .product-small-slider-related{
    max-height: size_px2rem(269px);
  }
}

.woocommerce-product-details__short-description,.tabs-carousel{
  ul{
    margin-bottom: size_px2rem(26px);
    margin-top: size_px2rem(15px);
    li{
      font-size: size_px2rem(14px);
      padding-left: size_px2rem(15px);
      position: relative;
      &:after{
        position: absolute;
        content: '';
        display: inline-block;
        top: size_px2rem(11px);
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0.3125rem;
        height: 0.3125rem;
        background: #777777;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
      }
      +li{
        margin-top: size_px2rem(5px);
      }
    }
  }
}


.bottom-content-single-product-wrap .section table.shop_attributes tbody tr:nth-child(1) th, .bottom-content-single-product-wrap .section table.shop_attributes tbody tr:nth-child(1) td{
  padding: 0.625rem 0.8125rem !important;
}

.text-tab-content{
  h1, h2, h3,
  h4, h5, h6{
    margin-top: 1.25rem;
    margin-bottom: 20px;
    &:first-child{
      margin-top: 0;
    }
  }
}
*/
.templines-single-product {
  margin-top: 65px;
  margin-bottom: 40px !important;
}
.templines-single-product .breadcrumbs {
  margin-bottom: 50px;
}

.entry-content-single-product {
  display: flex;
}

.summary, .images {
  float: none !important;
}

.images {
  width: 41.6666666667% !important;
  padding-right: 15px;
}
.images.slider-with-left-content .product-single-label {
  right: 20px !important;
}
.images.slider-with-left-content .images-sliders-wrapper {
  max-width: 475px;
  width: 100%;
}
.images.slider-with-left-content .templines-big-slider-image-wrap {
  float: right;
  max-width: calc(100% - 98px);
  max-height: 360px;
  max-width: 360px;
}
.images.slider-with-left-content .templines-big-slider-image-wrap img {
  max-width: 100%;
}
.images.slider-with-left-content .templines-product-images-carousel-wrap {
  max-width: 98px;
  max-height: 373px;
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: -10px;
  position: relative;
}
.images.slider-with-left-content .templines-product-images-carousel-wrap .single-product-thumbnail {
  cursor: pointer;
  margin-top: 10px;
}
.images.slider-with-left-content .templines-product-images-carousel-wrap .single-product-thumbnail img {
  max-height: 83px;
  max-width: 83px;
  margin: 0 auto;
}
.images.slider-with-left-content .templines-product-images-carousel-wrap .templines-product-images-carousel-arrow-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.images.slider-with-left-content .templines-product-images-carousel-wrap .templines-product-images-carousel-arrow-wrap .arrow-carousel-wrap {
  width: 2.1875rem;
  height: 2.1875rem;
  background: #ffffff;
  color: #D40E1A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s ease;
}
.images.slider-with-left-content .templines-product-images-carousel-wrap .templines-product-images-carousel-arrow-wrap .arrow-carousel-wrap:hover {
  background: #D40E1A;
  color: #ffffff;
}
.images.slider-with-left-content .templines-product-images-carousel-wrap .templines-product-images-carousel-arrow-wrap .arrow-carousel-wrap.arrow-prev-wrap {
  position: absolute;
  top: 10px;
  transform: rotate(90deg);
}
.images.slider-with-left-content .templines-product-images-carousel-wrap .templines-product-images-carousel-arrow-wrap .arrow-carousel-wrap.arrow-next-wrap {
  transform: rotate(90deg);
  position: absolute;
  bottom: 2px;
}
.images.slider-with-left-content .templines-product-images-carousel-wrap .templines-product-images-carousel-arrow-wrap .arrow-carousel-wrap.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.images.slider-with-left-content .templines-product-images-carousel-wrap.not-slider-slider .arrow-carousel-wrap {
  opacity: 0;
  visibility: hidden;
}
.images.slider-with-left-content.slider-dont-have-four-slide .templines-product-images-carousel-wrap {
  height: 100%;
}
.images.slider-with-left-content.slider-dont-have-four-slide .templines-product-images-carousel-wrap .slick-list {
  height: 100% !important;
}
.images.slider-with-left-content.slider-dont-have-four-slide .templines-product-images-carousel-wrap .slick-track {
  transform: translateY(0) !important;
}
.images .templines-big-slider-image-wrap {
  position: relative;
}
.images .templines-big-slider-image-wrap .product-single-label {
  position: absolute;
  right: 73px;
  top: 20px;
  z-index: 5;
  background: #D40E1A;
  display: inline-flex;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: "FuturaBookC";
  padding: 0.4375rem 0.75rem;
  line-height: 1;
}
.images .templines-big-slider-image-wrap .single-product-image {
  overflow: hidden;
  width: 100% !important;
  visibility: hidden;
  transition: 0.3s ease;
  position: relative;
}
.images .templines-big-slider-image-wrap .single-product-image .slick-slide {
  float: left;
}
.images .templines-big-slider-image-wrap .single-product-image .slick-slide img {
  width: 100%;
}
.images .templines-big-slider-image-wrap .single-product-image.slick-slider {
  visibility: visible;
}

.templines-big-slider-image-wrap {
  position: relative;
}
.templines-big-slider-image-wrap .templines-product-images-arrow-wrap {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.templines-big-slider-image-wrap .templines-product-images-arrow-wrap .arrow-slider-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  color: #1F242A;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.templines-big-slider-image-wrap .templines-product-images-arrow-wrap .arrow-slider-wrap:hover {
  background: #D40E1A;
  color: #fff;
}
.templines-big-slider-image-wrap .templines-product-images-arrow-wrap .arrow-slider-wrap.arrow-prev-wrap {
  left: 10px;
}
.templines-big-slider-image-wrap .templines-product-images-arrow-wrap .arrow-slider-wrap.arrow-next-wrap {
  right: 10px;
}
.templines-big-slider-image-wrap .templines-product-images-arrow-wrap .arrow-slider-wrap.slick-hidden {
  display: none;
}
.templines-big-slider-image-wrap:hover .templines-product-images-arrow-wrap {
  visibility: visible;
  opacity: 1;
}

.templines-product-images-carousel-slider {
  overflow: hidden;
  user-select: none;
  margin-top: 1.25rem;
  margin-left: -5px;
  margin-right: -5px;
}
.templines-product-images-carousel-slider .slick-list {
  height: auto !important;
}
.templines-product-images-carousel-slider .slick-slide {
  float: left;
  text-align: center;
  margin: 0 5px;
}
.templines-product-images-carousel-slider .slick-slide img {
  margin: 0 auto;
  max-width: 80px;
}
.templines-product-images-carousel-slider.not-slider-slider .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.templines-product-images-carousel-slider.not-slider-slider .slick-track .slick-slide {
  cursor: pointer;
  max-width: 5.1875rem;
}

.templines-product-images-carousel-arrow-wrap.not-slider-slider {
  display: none !important;
}

.summary {
  width: 66.6666666667% !important;
  padding-left: 0.9375rem;
}
.summary .yith-wcwl-add-to-wishlist {
  display: none !important;
}
.summary .product_title {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
.summary .stock-status-after-title {
  font-family: "ProximaNova-Regular";
  margin-bottom: 1.5625rem;
  font-size: 0.75rem;
}
.summary .stock-status-after-title i {
  margin-right: 0.3125rem;
}
.summary .stock-status-after-title.in-stock-content {
  color: #64bc26;
}
.summary .stock-status-after-title.out-stock-content {
  color: #E61E25;
}
.summary .woocommerce-product-details__short-description strong {
  font-weight: normal !important;
}
.summary .woocommerce-product-details__short-description p {
  font-size: 0.875rem;
}
.summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.summary .woocommerce-product-details__short-description p + p {
  margin-top: 20px;
}
.summary .woocommerce-product-details__short-description .entry-single-product-content-wrap {
  margin-top: 1.25rem;
  font-size: 16px;
}
.summary .woocommerce-product-details__short-description .entry-single-product-content-wrap h1, .summary .woocommerce-product-details__short-description .entry-single-product-content-wrap h2, .summary .woocommerce-product-details__short-description .entry-single-product-content-wrap h3, .summary .woocommerce-product-details__short-description .entry-single-product-content-wrap h4, .summary .woocommerce-product-details__short-description .entry-single-product-content-wrap h5, .summary .woocommerce-product-details__short-description .entry-single-product-content-wrap h6 {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
.summary .woocommerce-product-details__short-description .info-calc-wrapper {
  max-width: 36.0625rem;
  margin-bottom: 1.5625rem;
}
.summary .woocommerce-product-details__short-description .info-calc-wrapper .entry-content {
  display: flex;
  background: #FAFAFA;
  border: 1px solid #D40E1A;
  padding: 1.25rem 1.625rem;
  border-radius: 20px;
}
.summary .woocommerce-product-details__short-description .info-calc-wrapper .entry-content .icon-content {
  margin-right: 0.9375rem;
}
.summary .woocommerce-product-details__short-description .info-calc-wrapper .entry-content .text-content {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.summary .woocommerce-product-details__short-description .info-calc-wrapper .entry-content .text-content a {
  color: #D40E1A;
  text-decoration: underline;
  transition: 0.3s ease;
}
.summary .woocommerce-product-details__short-description .info-calc-wrapper .entry-content .text-content a:hover {
  color: #1F242A;
}
.summary form {
  margin-top: 2.1875rem;
}
.summary form table.variations tr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.9375rem;
}
.summary form table.variations tr th {
  font-size: 0.875rem;
  width: 100%;
  color: #1F242A;
  font-family: "ProximaNova-Regular";
  margin-bottom: 0.3125rem;
}
.summary form table.variations tr td {
  width: 100%;
}
.summary form table.variations tr:last-child {
  margin-bottom: 0;
}
.summary form table.variations .reset_variations {
  display: none !important;
}
.summary form table.variations [data-wvstooltip]:before {
  background: #1F242A;
}
.summary form table.variations [data-wvstooltip]:after {
  border-top-color: #1F242A;
}
.summary form table.variations .color-variable-item {
  border-radius: 100% !important;
  padding: 0 !important;
  margin-right: 10px !important;
  box-shadow: 0 0 0 1px #DDDDDD !important;
}
.summary form table.variations .color-variable-item span {
  border-radius: 100% !important;
}
.summary form table.variations .color-variable-item span:after {
  display: none !important;
  border-radius: 100% !important;
}
.summary form table.variations .color-variable-item.selected {
  box-shadow: 0 0 0 2px #1A1A1A !important;
}
.summary form table.variations .color-variable-item:hover {
  box-shadow: 0 0 0 2px #DDDDDD !important;
}
.summary form table.variations .button-variable-wrapper li {
  height: 35px !important;
  margin-right: 0.625rem !important;
  border-radius: 22px !important;
  font-family: "FuturaBookC";
  font-size: 0.8125rem;
  box-shadow: 0 0 0 1px #DDDDDD !important;
}
.summary form table.variations .button-variable-wrapper li span {
  padding: 1rem 1.875rem !important;
}
.summary form table.variations .button-variable-wrapper li.selected {
  box-shadow: 0 0 0 2px #D40E1A !important;
  color: #D40E1A !important;
}
.summary form table.variations .button-variable-wrapper li:hover {
  box-shadow: 0 0 0 2px #DDDDDD !important;
}
.summary .single_variation_wrap .woocommerce-variation-price {
  margin-top: 0.3125rem;
}
.summary .single_variation_wrap .woocommerce-variation-price .price {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  font-size: 1.25rem;
  font-family: "ProximaNova-Regular";
  line-height: 1;
}
.summary .single_variation_wrap .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
  margin-left: 0.375rem;
}
.summary .single_variation_wrap .woocommerce-variation-price .price del {
  color: #909090 !important;
  line-height: 1;
  order: 2;
  padding-left: 0.625rem;
  margin-left: 0.625rem;
  border-left: 1px solid;
  font-size: 0.875rem;
  font-family: "FuturaBookC" !important;
}
.summary .single_variation_wrap .woocommerce-variation-price .price ins {
  color: #1A1A1A;
  font-size: 1.25rem;
  font-family: "ProximaNova-Regular";
  line-height: 1;
  text-decoration: none !important;
}
.summary .single_variation_wrap .woocommerce-variation-add-to-cart .price {
  display: none;
}
.summary .price {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  font-size: 1.25rem;
  font-family: "ProximaNova-Regular";
  line-height: 1;
}
.summary .price .woocommerce-Price-currencySymbol {
  margin-left: 0.3125rem;
}
.summary .price del {
  color: #909090 !important;
  line-height: 1;
  order: 2;
  padding-left: 0.625rem;
  margin-left: 0.625rem;
  border-left: 1px solid;
  font-size: 0.875rem;
  font-family: "FuturaBookC" !important;
}
.summary .price ins {
  text-decoration: none !important;
}
.summary .templines-add-to-cart-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.9375rem;
}
.summary .templines-add-to-cart-wrap .quantity {
  order: 2;
  margin-left: 0.9375rem;
  display: flex;
  align-items: center;
}
.summary .templines-add-to-cart-wrap .quantity {
  float: none !important;
  display: flex;
  align-items: center;
}
.summary .templines-add-to-cart-wrap .quantity i {
  font-size: 0.75rem;
  color: #1F242A;
  cursor: pointer;
}
.summary .templines-add-to-cart-wrap .quantity i.minus {
  font-size: 0.6875rem;
  margin-top: 0.75rem;
  margin-right: 0.1875rem;
}
.summary .templines-add-to-cart-wrap .quantity i.plus {
  margin-left: 0.25rem;
}
.summary .templines-add-to-cart-wrap .quantity input {
  text-align: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0 !important;
  border: none !important;
  background: #F5F5F5 !important;
  -moz-appearance: textfield !important;
}
.summary .templines-add-to-cart-wrap .quantity input::-webkit-outer-spin-button,
.summary .templines-add-to-cart-wrap .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.summary .templines-add-to-cart-wrap button {
  position: relative;
  align-items: center;
  display: flex;
  height: 2.8125rem;
  float: none !important;
  padding: 1rem 2.8125rem !important;
  background: #D40E1A !important;
  border: 0.125rem solid #D40E1A;
  color: #fff !important;
  font-size: 0.875rem;
  text-transform: none;
  transition: 0.3s ease;
  margin-right: 0.625rem;
  padding-left: 3.4375rem !important;
  opacity: 1 !important;
}
.summary .templines-add-to-cart-wrap button:before {
  position: absolute;
  left: 34px;
  top: 13px;
  font-size: 0.875rem;
  content: "\e806";
  font-family: "icon-knife-boss";
}
.summary .templines-add-to-cart-wrap button.loading:before {
  display: none !important;
}
.summary .templines-add-to-cart-wrap button.loading:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f110" !important;
  top: 13px;
  right: auto;
  left: 32px;
}
.summary .templines-add-to-cart-wrap button:hover {
  background: #D40E1A !important;
  color: #ffffff !important;
}
.summary .templines-add-to-cart-wrap button.added:after {
  display: none !important;
}
.summary .templines-add-to-cart-wrap .clickBuyButton {
  background: transparent !important;
  border: 1px solid #D40E1A !important;
  color: #D40E1A !important;
  padding-left: 2.8125rem !important;
}
.summary .templines-add-to-cart-wrap .clickBuyButton.loading:after {
  display: none !important;
}
.summary .templines-add-to-cart-wrap .clickBuyButton span:first-letter {
  text-transform: uppercase;
}
.summary .templines-add-to-cart-wrap .clickBuyButton:before {
  display: none !important;
}
.summary .templines-add-to-cart-wrap .clickBuyButton:hover {
  color: #fff !important;
  background: #D40E1A !important;
}
.summary .templines-add-to-cart-wrap .clickBuyButton .ld-ring {
  animation: none !important;
  left: 29px !important;
}
.summary .templines-add-to-cart-wrap .clickBuyButton .ld-ring:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f110" !important;
  border-color: transparent !important;
  animation: spin 2s linear infinite;
  border: none !important;
}

.image-zoom-large {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #ffffff;
}

.templines-single-product > .container .col-md-12 {
  padding-left: 0.3125rem;
}

.bottom-product-inner-wrap .info-content-section {
  margin-top: 5rem;
  padding-bottom: 4.375rem;
  margin-bottom: 4.375rem;
  border-bottom: 0.0625rem solid #DDDDDD;
}
.bottom-product-inner-wrap .info-content-section .col-md-6:first-child {
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.bottom-product-inner-wrap .info-content-section .product-inner-info-wrap .entry-content {
  display: flex;
  flex-wrap: wrap;
}
.bottom-product-inner-wrap .info-content-section .product-inner-info-wrap .entry-content .inner-product-info-title {
  font-size: 1.1875rem;
}
.bottom-product-inner-wrap .info-content-section .product-inner-info-wrap .entry-content .inner-product-info-text-content {
  font-size: 1rem;
  line-height: 1.875rem;
}
.bottom-product-inner-wrap .regulations-content-section {
  margin-bottom: 4.375rem;
}
.bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap .title-content-info-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}
.bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap .title-content-info-wrap .icon-wrap {
  margin-right: 15px;
}
.bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap .title-content-info-wrap .info-title-wrap h6 {
  font-size: 1.875rem;
  font-family: "FuturaBookC";
  line-height: 1;
  margin-bottom: 0;
}
.bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap p {
  line-height: 1.875rem;
}
.bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap p a {
  color: #D40E1A;
  text-decoration: underline;
}
.bottom-product-inner-wrap .contact-form-inner-wrap {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.bottom-product-inner-wrap {
  margin-top: 50px;
}
.bottom-product-inner-wrap .tabs__list {
  margin-bottom: 15px;
}
.bottom-product-inner-wrap .tabs__list li {
  display: inline-flex;
  padding: 0 20px;
}
.bottom-product-inner-wrap .tabs__list li:first-child {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.bottom-product-inner-wrap .tabs__list li a {
  line-height: 1;
  font-size: 20px;
  color: #1E1E1E;
  transition: 0.2s ease;
}
.bottom-product-inner-wrap .tabs__list li a:hover {
  color: #D40E1A;
}
.bottom-product-inner-wrap .tabs__list li.tabs__item_active a {
  color: #D40E1A;
}
.bottom-product-inner-wrap .tabs__list li + li {
  border-left: 2px solid #bdbcbc !important;
}
.bottom-product-inner-wrap .tabs-carousel {
  overflow: hidden;
}
.bottom-product-inner-wrap .tabs-carousel .slick-list {
  overflow: hidden;
}
.bottom-product-inner-wrap .tabs-carousel .slick-slide {
  float: left;
}
.bottom-product-inner-wrap .section {
  margin: 0 -15px;
}
.bottom-product-inner-wrap .section .shop_attributes tbody tr {
  background: transparent !important;
  font-size: 0.75rem !important;
}
.bottom-product-inner-wrap .section .shop_attributes tbody tr:nth-child(odd) {
  background: #f2f2f2 !important;
}
.bottom-product-inner-wrap .section .shop_attributes tbody tr th, .bottom-product-inner-wrap .section .shop_attributes tbody tr td {
  font-weight: normal !important;
  font-size: 14px;
  background: transparent !important;
  border: none !important;
  padding: 0.625rem 0.8125rem !important;
}
.bottom-product-inner-wrap .section .shop_attributes tbody tr th {
  width: 33.3333%;
}
.bottom-product-inner-wrap .section .shop_attributes tbody tr td p {
  padding: 0 !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
}

.position-relative {
  overflow: hidden;
}

/*-------------------------------------------------------------------

==  Subscribe Form

-------------------------------------------------------------------*/
.subscribe-form-wrap-container {
  padding-top: 9.6875rem;
}
.subscribe-form-wrap-container .subscribe-content-wrap {
  background: #f2f2f2;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container {
  position: relative;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row {
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .image-decor {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .image-decor img {
  width: 100%;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .col-lg-6 {
  position: relative;
  z-index: 3;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content {
  max-width: 31.875rem;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content .subscribe-title {
  font-size: 1.8125rem;
  line-height: 2.125rem;
  margin-bottom: 0.3125rem;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content .subscribe-after-title-content {
  font-size: 0.75rem;
  margin-bottom: 2.5rem;
  color: #3c3c3c;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content .subscribe-form-wrap .subscribe-bottom-content {
  display: flex;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content .subscribe-form-wrap .subscribe-bottom-content input[type=email] {
  margin-bottom: 0;
  border: none;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content .subscribe-form-wrap .subscribe-bottom-content button {
  position: relative;
  z-index: 2;
  left: -8px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #ffffff !important;
  font-size: 0.875rem;
  transition: 0.3s ease;
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content .subscribe-form-wrap .subscribe-bottom-content button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #D40E1A;
  display: inline-block;
  z-index: -1;
  transform: skew(-16deg, 0);
}
.subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content .subscribe-form-wrap .subscribe-bottom-content button:hover {
  opacity: 0.7;
}

/*-------------------------------------------------------------------

==  Breadcrumbs

-------------------------------------------------------------------*/
.breadcrumbs {
  color: #909090;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6;
}
.breadcrumbs a {
  color: #1A1A1A;
  transition: 0.3s ease;
}
.breadcrumbs a:hover {
  color: #D40E1A;
}
.breadcrumbs .fl-breadcrumbs-delimiter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.25rem;
}
.breadcrumbs .fl-breadcrumbs-delimiter .inner-decoration {
  display: inline-block;
  height: 0.0625rem;
  width: 0.625rem;
  background: #1A1A1A;
}

.breadcrumbs-page-top-header-wrap {
  margin-top: 2.8125rem;
  margin-bottom: 4.375rem;
}
.breadcrumbs-page-top-header-wrap .breadcrumbs {
  padding-left: 0;
}

.single-product .breadcrumbs-page-top-header-wrap {
  margin-bottom: 2.5rem;
}
.single-product .breadcrumbs-page-top-header-wrap .breadcrumbs {
  justify-content: flex-start;
}

.breadcrumbs::-webkit-scrollbar {
  width: 1px;
  height: 3px;
  background: #fff;
  margin-right: 20px;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  width: 30px;
  height: 1px;
  border-radius: 15px;
  background: #f2f2f2;
}

.breadcrumbs {
  overflow-x: auto;
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

/*-------------------------------------------------------------------

==  Sidebar

-------------------------------------------------------------------*/
.sidebar-container .filter-items .filter-item label {
  font-size: 12px;
  font-weight: normal;
  padding-left: 1.25rem;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar-container .filter-items .filter-item label .item-count {
  position: absolute;
  margin-left: 6px;
}
.sidebar-container .filter-items .filter-item label .item-count:before {
  content: "(";
  position: relative;
  left: 1px;
}
.sidebar-container .filter-items .filter-item label .item-count:after {
  margin: 0 !important;
  content: ")";
  position: relative;
  left: 3px;
}
.sidebar-container .filter-items .filter-item + .filter-item {
  margin-top: 0.4375rem !important;
}
.sidebar-container .filter-items .filter-item.active {
  font-family: ProximaNova-Bold;
}
.sidebar-container input[type=checkbox] {
  border: 0;
  padding: 0;
  width: 0;
  position: relative;
  appearance: none !important;
}
.sidebar-container input[type=checkbox]:before {
  cursor: pointer;
  top: -8px;
  position: absolute;
  left: -19px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #E2E2E2;
  background: #E2E2E2;
}
.sidebar-container input[type=checkbox]:checked:before {
  border-color: #1F242A;
  background: #1F242A;
}
.sidebar-container input[type=checkbox]:checked:after {
  color: #fff;
  position: absolute;
  top: -5px;
  left: -16px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.sidebar-container .yith-wcan-filter {
  margin-bottom: 2.1875rem;
}
.sidebar-container .yith-wcan-filter .clear-selection {
  font-size: 0.625rem !important;
  text-transform: uppercase !important;
  position: relative;
  transition: all 0.3s;
}
.sidebar-container .yith-wcan-filter .clear-selection:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: -3px;
  transform-origin: 0 50%;
  transform: scale3d(0, 1, 1);
  opacity: 0;
  transition: all 0.3s;
  transition-property: opacity, transform, -webkit-transform;
  background: #D40E1A;
}
.sidebar-container .yith-wcan-filter .clear-selection:hover {
  color: #D40E1A !important;
}
.sidebar-container .yith-wcan-filter .clear-selection:hover:before {
  opacity: 0.8;
  transform: scale3d(1, 1, 1);
  transform-origin: left;
}
.sidebar-container .yith-wcan-filter:last-child {
  margin-bottom: 0 !important;
}
.sidebar-container .yith-wcan-filter .filter-title {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E2E2E2;
}
.sidebar-container .yith-wcan-filter .filter-checkbox li {
  cursor: pointer;
  font-size: 0.75rem;
  transition: 0.3s ease;
}
.sidebar-container .yith-wcan-filter .filter-checkbox li label {
  padding-left: 1.25rem;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar-container .yith-wcan-filter .filter-checkbox li label .item-count {
  position: absolute;
  margin-left: 6px;
}
.sidebar-container .yith-wcan-filter .filter-checkbox li label .item-count:before {
  content: "(";
  position: relative;
  left: 1px;
}
.sidebar-container .yith-wcan-filter .filter-checkbox li label .item-count:after {
  margin: 0 !important;
  content: ")";
  position: relative;
  left: 3px;
}
.sidebar-container .yith-wcan-filter .filter-checkbox li.active a, .sidebar-container .yith-wcan-filter .filter-checkbox li:hover a {
  color: #1F242A !important;
}
.sidebar-container .yith-wcan-filter .filter-checkbox li + li {
  margin-top: 0.4375rem !important;
}
.sidebar-container .filter-price-slider .price-slider .irs-from, .sidebar-container .filter-price-slider .price-slider .irs-to {
  background: #1F242A !important;
}
.sidebar-container .filter-price-slider .price-slider .irs-from:before, .sidebar-container .filter-price-slider .price-slider .irs-to:before {
  border-top-color: #1F242A !important;
}
.sidebar-container .filter-price-slider .irs-bar {
  background: #1F242A !important;
}
.sidebar-container .filter-price-slider .price-slider .irs-handle {
  border-color: #1F242A !important;
  background: #ffffff !important;
}
.sidebar-container .filter-price-slider .irs--round .irs-line {
  background: #1F242A !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a .item-count {
  color: #1e1e1e !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
  padding-left: 20px;
  padding-top: 7px;
}

.yith-wcan-filter .irs-min, .yith-wcan-filter .irs-max {
  display: none !important;
}

/*-------------------------------------------------------------------

==  Pagination

-------------------------------------------------------------------*/
.fl-woo-pagination-wrapper {
  margin-top: 1.875rem;
}
.fl-woo-pagination-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  color: #1F242A !important;
  transition: 0.3s ease;
  border-radius: 100%;
  border: 0.0625rem solid transparent;
  line-height: 1;
  padding-top: 2px;
}
.fl-woo-pagination-wrapper .page-numbers:hover {
  color: #D40E1A !important;
}
.fl-woo-pagination-wrapper .page-numbers i {
  font-size: 0.6875rem;
}
.fl-woo-pagination-wrapper .page-numbers.current {
  border-color: #D40E1A;
  color: #D40E1A !important;
}
.fl-woo-pagination-wrapper .page-numbers.current:hover {
  color: #1F242A !important;
}

/*-------------------------------------------------------------------

==  Cart Page

-------------------------------------------------------------------*/
.page-cart-title {
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
}

.shop_table.cart {
  border: none !important;
}
.shop_table.cart thead tr th {
  font-family: "ProximaNova-Bold";
  color: #1F242A !important;
  font-size: 0.875rem !important;
  text-transform: none !important;
}
.shop_table.cart tbody .woocommerce-Price-currencySymbol {
  margin-left: 0.25rem;
}
.shop_table.cart tbody td {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
.shop_table.cart tbody .product-thumbnail img {
  width: 5rem;
  min-width: 5rem;
}
.shop_table.cart tbody .product-remove a {
  color: #1F242A !important;
  transition: 0.3s ease;
  font-size: 0;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
}
.shop_table.cart tbody .product-remove a:after {
  font-family: "winnerstore-custom-icon-two";
  content: "\e800";
  font-size: 0.625rem;
}
.shop_table.cart tbody .product-remove a:hover {
  background: transparent !important;
  color: #E61E25 !important;
}
.shop_table.cart tbody .product-name a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1F242A;
  transition: 0.3s ease;
}
.shop_table.cart tbody .product-name a:hover {
  color: #D40E1A;
}
.shop_table.cart tbody .product-name .variation dt, .shop_table.cart tbody .product-name .variation dd {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1F242A;
}
.shop_table.cart tbody .product-price {
  font-size: 0.875rem;
  color: #909090 !important;
}
.shop_table.cart tbody .product-quantity .quantity {
  display: flex;
  align-items: center;
}
.shop_table.cart tbody .product-quantity .quantity input {
  font-size: 14px !important;
  background: #F5F5F5 !important;
  text-align: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0 !important;
  border: none !important;
  -moz-appearance: textfield !important;
}
.shop_table.cart tbody .product-quantity .quantity input::placeholder {
  font-size: 14px !important;
}
.shop_table.cart tbody .product-quantity .quantity input::-webkit-outer-spin-button,
.shop_table.cart tbody .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.shop_table.cart tbody .product-quantity .quantity i {
  cursor: pointer;
  font-size: 0.75rem;
}
.shop_table.cart tbody .product-quantity .quantity i.plus {
  margin-left: 0.3125rem;
}
.shop_table.cart tbody .product-quantity .quantity i.minus {
  margin-top: 0.6875rem;
  margin-right: 0.3125rem;
}
.shop_table.cart tbody .product-subtotal {
  font-size: 0.875rem;
}

.shop_table td .woocommerce-Price-currencySymbol {
  margin-left: 3px;
}

.cart-collaterals .entry-cart-content {
  border: 1px solid #E2E2E2 !important;
}
.cart-collaterals .woocommerce-coupon-form .coupon {
  display: flex;
  position: relative;
}
.cart-collaterals .woocommerce-coupon-form .coupon i {
  font-size: 0.8125rem;
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
.cart-collaterals .woocommerce-coupon-form .coupon input {
  font-size: 0.75rem;
  padding-left: 2.375rem;
  margin-bottom: 0;
  flex-grow: 1;
  background: transparent !important;
  border: 0.0625rem solid #f2f2f2 !important;
}
.cart-collaterals .woocommerce-coupon-form .coupon button {
  font-weight: normal !important;
  width: auto !important;
  background: #1F242A !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-radius: 0 !important;
  transition: 0.3s ease;
}
.cart-collaterals .woocommerce-coupon-form .coupon button:hover {
  background: #D40E1A !important;
}
.cart-collaterals .cart_totals {
  border: 0.0625rem solid #f2f2f2 !important;
  border-top: none !important;
  float: none !important;
  width: 100% !important;
  padding: 3.4375rem;
}
.cart-collaterals .cart_totals h2 {
  font-size: 1.125rem;
  text-transform: uppercase;
}
.cart-collaterals .cart_totals table {
  border: none !important;
}
.cart-collaterals .cart_totals table tr th {
  font-weight: normal;
  width: 75% !important;
  padding-left: 0 !important;
  font-size: 0.75rem;
}
.cart-collaterals .cart_totals table tr td {
  font-size: 0.75rem;
  text-align: right;
  padding-right: 0;
}
.cart-collaterals .cart_totals table tr.woocommerce-shipping-totals {
  display: none !important;
}
.cart-collaterals .cart_totals table tr.order-total th {
  line-height: 1.25rem;
}
.cart-collaterals .cart_totals table tr.order-total td {
  font-size: 0.875rem;
}
.cart-collaterals .cart_totals table .woocommerce-remove-coupon {
  color: #1F242A;
  transition: 0.3s ease;
}
.cart-collaterals .cart_totals table .woocommerce-remove-coupon:hover {
  color: #D40E1A;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0 !important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  transition: 0.3s ease;
  margin-bottom: 0 !important;
  background: #D40E1A;
  font-size: 0.8125rem;
  text-transform: none !important;
  border-radius: 0 !important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background: #1F242A !important;
}

.cart-content-row {
  margin-bottom: 6.25rem;
}

.cart-empty {
  background: #f2f2f2;
  font-size: 0.875rem;
  font-weight: normal;
  border-top: transparent !important;
}
.cart-empty:before {
  color: #E61E25 !important;
  content: "\e805";
  font-family: "winnerstore-custom-icon-two";
  font-size: 0.9375rem;
  top: 0.8125rem !important;
}

.return-to-shop a {
  font-family: "ProximaNova-Bold";
  border-radius: 0 !important;
  border: 0.0625rem solid #D40E1A !important;
  transition: 0.3s ease;
  background: transparent !important;
  color: #D40E1A !important;
  font-size: 0.875rem !important;
  padding: 1.125rem 2.1875rem !important;
}
.return-to-shop a:hover {
  color: #ffffff !important;
  background: #D40E1A !important;
}

.padding-bottom-cart-empty {
  margin-bottom: 6.25rem;
}

/*-------------------------------------------------------------------

==  Checkout Page

-------------------------------------------------------------------*/
.checkout-form-title {
  font-size: 1.875rem;
  margin-bottom: 35px !important;
}

.checkout-form-row {
  margin-bottom: 6.25rem;
}
.checkout-form-row .hidden-row {
  display: none !important;
}
.checkout-form-row .woocommerce-shipping-fields {
  display: none !important;
}

.woocommerce form.checkout_coupon {
  display: block !important;
  padding-right: 0.9375rem !important;
}

.checkout_coupon {
  padding: 0 !important;
  margin: 0 !important;
  width: 50%;
  border-radius: 0 !important;
  border: 0 !important;
}
.checkout_coupon .coupon-entry-content {
  margin-bottom: -3.0625rem;
  display: flex;
  border-bottom: 0.0625rem solid #f2f2f2;
}
.checkout_coupon .coupon-entry-content .title_coupon_content {
  flex-grow: 1;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.checkout_coupon .coupon-entry-content .title_coupon_content h5 {
  font-size: 0.75rem;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.checkout_coupon .coupon-entry-content .row-entry-content {
  display: flex;
  position: relative;
  top: 0.0625rem;
  z-index: 3;
}
.checkout_coupon .coupon-entry-content .row-entry-content i {
  font-size: 0.8125rem;
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
.checkout_coupon .coupon-entry-content .row-entry-content input {
  width: 18.4375rem;
  font-size: 0.75rem;
  padding-left: 2.375rem;
  margin-bottom: 0;
  flex-grow: 1;
  background: transparent !important;
  border: 0.0625rem solid #f2f2f2 !important;
}
.checkout_coupon .coupon-entry-content .row-entry-content button {
  width: auto !important;
  background: #1F242A !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-radius: 0 !important;
  transition: 0.3s ease;
}
.checkout_coupon .coupon-entry-content .row-entry-content button:hover {
  background: #D40E1A !important;
}

.woocommerce-checkout .form-title-wrap {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.woocommerce-checkout .form-title-wrap .form-title {
  font-size: 0.875rem;
  display: flex;
  padding-bottom: 0.9375rem;
  position: relative;
}
.woocommerce-checkout .form-title-wrap .form-title:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #DDDDDD;
  display: inline-flex;
  bottom: 0;
  left: 0;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 0 !important;
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
  display: none !important;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper {
  width: 100%;
  padding: 0 0.9375rem;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper input {
  margin-bottom: 1.875rem;
  font-size: 12px;
  color: #909090;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper input::placeholder {
  font-size: 12px;
  color: #909090 !important;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none;
}
.woocommerce-checkout .woocommerce-additional-fields p {
  width: 100%;
  display: flex;
}
.woocommerce-checkout .woocommerce-additional-fields p .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .woocommerce-additional-fields p .woocommerce-input-wrapper textarea {
  font-size: 0.75rem;
  border-color: #DDDDDD;
  min-height: 7.5rem;
  padding: 0.9375rem 1.25rem;
}
.woocommerce-checkout .woocommerce-additional-fields p .woocommerce-input-wrapper textarea::placeholder {
  color: #909090 !important;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields h3 {
  font-family: "ProximaNova-Bold";
  margin-top: 0.9375rem;
  border-bottom: 0.0625rem solid #DDDDDD;
  margin-bottom: 1.5625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields p {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.875rem;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields p:before {
  display: none;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields p:after {
  display: none;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields p#wcus_np_billing_warehouse_field {
  margin-bottom: 0.625rem;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields .wc-urk-shipping-form-group {
  margin-bottom: 0.9375rem;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields .wc-urk-shipping-form-group label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  padding-left: 0.9375rem;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields .wc-urk-shipping-form-group label input[type=checkbox] {
  border: 0;
  padding: 0;
  width: 0;
  position: relative;
  appearance: none !important;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields .wc-urk-shipping-form-group label input[type=checkbox]:before {
  cursor: pointer;
  top: -8px;
  position: absolute;
  left: -19px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #eaeaeb;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields .wc-urk-shipping-form-group label input[type=checkbox]:checked:before {
  border-color: #D40E1A;
  background: #D40E1A;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields .wc-urk-shipping-form-group label input[type=checkbox]:checked:after {
  color: #fff;
  position: absolute;
  top: -5px;
  left: -15px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields .j-wcus-np-custom-address-block input {
  padding-left: 1.5625rem;
  background: transparent;
  margin-bottom: 1.875rem;
}
.woocommerce-checkout .wc-ukr-shipping-np-fields .woocommerce-input-wrapper {
  position: relative;
  display: flex;
}
.woocommerce-checkout .select2-container {
  position: relative;
}
.woocommerce-checkout .entry-order-content {
  border: 0.0625rem solid #f2f2f2;
  padding: 5rem 2.8125rem;
  padding-bottom: 4.375rem;
}
.woocommerce-checkout .entry-order-content #order_review_heading {
  font-size: 1.25rem;
  margin-bottom: 3.125rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table {
  border: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table thead th {
  font-size: 1rem;
  color: #1E1E1E;
  padding-bottom: 1.5625rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table thead th:first-child {
  padding-left: 0 !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table thead th:last-child {
  padding-right: 0 !important;
  text-align: right;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tbody {
  font-size: 0.75rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tbody .woocommerce-Price-currencySymbol {
  margin-right: 4px;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tbody tr:first-child td {
  border-top: 0;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tbody td {
  font-size: 0.8125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tbody td .product-quantity {
  font-family: "ProximaNova-Regular";
  color: #1F242A;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tbody td:first-child {
  padding-left: 0 !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tbody td:last-child {
  padding-right: 0 !important;
  text-align: right;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .woocommerce-Price-currencySymbol {
  margin-right: 0.25rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot #shipping_method li label {
  font-size: 0.875rem;
  margin-top: 0.125rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot tr.shipping th, .woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot tr.order-total th {
  font-family: "ProximaNova-Regular";
  color: #1F242A;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .cart-subtotal {
  font-size: 0.75rem !important;
  font-weight: normal !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .cart-subtotal th, .woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .cart-subtotal td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .cart-subtotal th {
  font-weight: normal !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .cart-subtotal td {
  font-weight: normal !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .cart-discount {
  font-size: 0.75rem !important;
  font-weight: normal !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .cart-discount a.woocommerce-remove-coupon {
  margin-left: 0.25rem;
  color: #1F242A;
  transition: 0.3s ease;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .cart-discount a.woocommerce-remove-coupon:hover {
  color: #D40E1A;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .cart-discount th {
  font-weight: normal !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .cart-discount td {
  font-weight: normal !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot th {
  padding-left: 0 !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot td {
  padding-right: 0 !important;
  text-align: right;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals {
  font-size: 0.8125rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td li {
  padding-right: 0.9375rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td li label {
  font-size: 0.75rem;
  font-weight: normal !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td li input[type=radio]:checked + label {
  font-weight: normal !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td li input[type=radio] {
  margin-right: 0 !important;
  margin-left: 4px !important;
  border: 0;
  padding: 0;
  width: 0;
  position: relative;
  appearance: none !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td li input[type=radio]:before {
  cursor: pointer;
  top: -8px;
  position: absolute;
  left: 3px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #E2E2E2;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td li input[type=radio]:checked:before {
  border-color: #1F242A;
  background: #1F242A;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .woocommerce-shipping-totals td li input[type=radio]:checked:after {
  color: #fff;
  position: absolute;
  top: -5px;
  left: 6px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .order-total th, .woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .order-total td {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .order-total th {
  font-size: 0.8125rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .order-total td {
  font-size: 1rem;
  font-family: "ProximaNova-Regular" !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  background: transparent !important;
  border-radius: 0 !important;
  border-top: 0.0625rem solid #f2f2f2;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
  padding: 0 !important;
  padding-top: 0.5625rem !important;
  padding-bottom: 0.5625rem !important;
  border-bottom: 0 !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods li {
  padding-left: 0.9375rem;
  font-size: 0.875rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods li .payment_box {
  background: #f2f2f2 !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods li .payment_box:before {
  border-color: #f2f2f2 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods li.payment_method_wayforpay img {
  max-width: 85px !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods input[type=radio]:checked + label {
  font-weight: normal !important;
  color: #1F242A;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods input[type=radio] {
  display: inline-block !important;
  margin-right: 0 !important;
  margin-left: 4px !important;
  border: 0;
  padding: 0;
  width: 0;
  position: relative;
  appearance: none !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods input[type=radio]:before {
  cursor: pointer;
  top: -13px;
  position: absolute;
  left: -19px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #E2E2E2;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods input[type=radio]:checked:before {
  border-color: #1F242A;
  background: #1F242A;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods input[type=radio]:checked:after {
  color: #fff;
  position: absolute;
  top: -10px;
  left: -16px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  margin-top: 15px;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text {
  display: none !important;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button {
  font-size: 0.875rem;
  background: #D40E1A !important;
  color: #ffffff;
  transition: 0.3s ease;
  text-transform: none !important;
  padding: 1.0625rem 2.8125rem;
}
.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order button:hover {
  background: #1F242A !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  margin-top: 0.9375rem;
}

.select2-dropdown {
  border-color: #f2f2f2 !important;
}

.checkout-form-row .select2-container--default .select2-selection--single {
  width: 100%;
  display: block;
  padding: 0 1.25rem;
  padding-right: 2.8125rem;
  padding-left: 0.9375rem;
  border: 0 !important;
  outline: 0;
  background: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.75rem;
  min-height: 2.8125rem;
  position: relative !important;
  border-radius: 0 !important;
}
.checkout-form-row .select2-container--default .select2-selection--siclickBuyButtonngle .select2-selection__rendered {
  line-height: 46px;
  color: #909090;
}
.checkout-form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 45px;
}
.select2-results__option {
  font-size: 0.8125rem !important;
  padding: 6px 15px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  height: 2.1875rem;
}

.select2-container--default .select2-results__option[data-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff !important;
  color: #222 !important;
}

.select2-container--default .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c3c3c !important;
  color: #fff !important;
  -webkit-transition: 0.3s ease !important;
  -o-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
}

.select2-dropdown {
  background: #f9f9f9 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
}
.select2-container--default .select2-search--dropdown .select2-search__field:active, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #3c3c3c !important;
  outline: 0 !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-color: #3c3c3c;
  border-right-color: #3c3c3c;
  border-left-color: #3c3c3c;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-bottom-color: #3c3c3c;
  border-right-color: #3c3c3c;
  border-left-color: #3c3c3c;
}

/*-------------------------------------------------------------------

==  Notice

-------------------------------------------------------------------*/
.woocommerce-notices-wrapper .woocommerce-message {
  background: #f2f2f2;
  font-size: 0.875rem;
  font-weight: normal;
  border-top: transparent !important;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  font-size: 0.8125rem;
  margin-left: 0.375rem;
  color: #1F242A;
  transition: 0.3s ease;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover {
  color: #D40E1A;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #64bc26 !important;
  content: "\e802";
  font-family: "winnerstore-custom-icon-two";
  font-size: 0.9375rem;
  top: 0.8125rem !important;
}
.woocommerce-notices-wrapper .woocommerce-error {
  background: #f2f2f2;
  font-size: 0.875rem;
  font-weight: normal;
  border-top: transparent !important;
}
.woocommerce-notices-wrapper .woocommerce-error:before {
  color: #E61E25 !important;
  content: "\e803";
  font-family: "winnerstore-custom-icon-two";
  font-size: 0.9375rem;
  top: 0.8125rem !important;
}

.woocommerce-error {
  background: #f2f2f2;
  font-size: 0.875rem;
  font-weight: normal;
  border-top: transparent !important;
}
.woocommerce-error:before {
  color: #E61E25 !important;
  content: "\e803";
  font-family: "winnerstore-custom-icon-two";
  font-size: 0.9375rem;
  top: 0.8125rem !important;
}

.woocommerce-info {
  background: #f2f2f2;
  font-size: 0.875rem;
  font-weight: normal;
  border-top: transparent !important;
}
.woocommerce-info:before {
  color: #E61E25 !important;
  content: "\e803";
  font-family: "winnerstore-custom-icon-two";
  font-size: 0.9375rem;
  top: 0.8125rem !important;
}

/*-------------------------------------------------------------------

==  Other Pages

-------------------------------------------------------------------*/
/*
.templines-other-page-wrap{
  .header-left-nav-menu{
    ul{
      li{
        font-size: size_px2rem(14px);
        text-transform: uppercase;
        a{
          display: inline-flex;
          padding-left: size_px2rem(25px);
          position: relative;
          //width: 100%;
          color: $dark-cl;
          transition: .3s ease;
          &:after{
            transform: translateY(-10px);
            position: absolute;
            left: 0;
            top: 50%;
            content: "\f105";
            font: normal normal normal 15px/1 FontAwesome;
          }
          &:before{
            position: absolute;
            content: '';
            width: 100%;
            background: $primary-cl;
            bottom: 0;
            left: size_px2rem(25px);
            height: size_px2rem(1px);
            @include calc_convert(max-width, "100% - " size_px2rem(25px));
            transform: scaleX(0);
            transition: transform .2s ease-out,-webkit-transform .2s ease-out;
            transform-origin: right;
        }
          &:hover{
            color: $primary-cl;
            &:before{
              transform: scaleX(1);
              transform-origin: left;
            }
          }
        }
        +li{
          margin-top: size_px2rem(20px);
        }
        &.current-menu-item{
          a{
            color: $primary-cl;
            &:before{
              transform: scaleX(1);
              transform-origin: left;
            }
          }
        }
      }
    }
  }
  .text-content-entry-content{
    font-size: size_px2rem(14px);
    line-height: size_px2rem(28px);
    h4{
      font-size: size_px2rem(20px);
      margin-bottom: size_px2rem(35px);
      text-transform: uppercase;
    }
    ul{
      margin-top: size_px2rem(15px);
      margin-bottom: size_px2rem(15px);
      li{
        font-size: size_px2rem(14px);
        padding-left: size_px2rem(15px);
        position: relative;
        &:after{
          position: absolute;
          content: '';
          display: inline-block;
          top: size_px2rem(14px);
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 0.3125rem;
          height: 0.3125rem;
          background: #777777;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
        }
        +li{
          margin-top: size_px2rem(5px);
        }
      }
    }
    .indent-left-content{
     padding-left: size_px2rem(15px);
    }
  }
  .container{
    >.row{
      margin-bottom: size_px2rem(30px);
    }
  }

}
*/
.page-template-other-page .header-fixed-bugs {
  display: none !important;
}
.page-template-other-page .temlines-header-wrapper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.page-template-other-page .temlines-header-wrapper-container .top-header {
  background: transparent;
}
.page-template-other-page .temlines-header-wrapper-container .top-header a {
  color: #fff;
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header {
  background: rgba(255, 255, 255, 0.2);
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header .img-logotype-dark {
  display: none;
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header .img-logotype-light {
  display: block !important;
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header .bottom-header-content-wrap .icon-wrap > div.mobile-menu-icon-wrap span {
  background: #fff;
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header .bottom-header-content-wrap .icon-wrap > div.mobile-menu-icon-wrap:hover span {
  background: #D40E1A;
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header .bottom-header-content-wrap .icon-wrap > div i {
  color: #fff;
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header .bottom-header-content-wrap .icon-wrap > div:hover i {
  color: #D40E1A;
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header .bottom-header-content-wrap .menu-wrap .nav-menu > li > a {
  color: #fff;
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header .bottom-header-content-wrap .menu-wrap .nav-menu > li > a:before {
  background: #fff;
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header .bottom-header-content-wrap .menu-wrap .nav-menu > li > a:hover {
  color: #D40E1A;
}
.page-template-other-page .temlines-header-wrapper-container .bottom-header .bottom-header-content-wrap .menu-wrap .nav-menu > li > a:hover:before {
  background: #D40E1A !important;
}
.page-template-other-page .header-page-wrapper {
  background-size: cover !important;
  display: flex;
  align-items: center;
  height: 550px;
  margin-bottom: 100px;
  position: relative;
}
.page-template-other-page .header-page-wrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
}
.page-template-other-page .header-page-wrapper .breadcrumbs {
  margin-top: 100px;
}
.page-template-other-page .header-page-wrapper .breadcrumbs a {
  color: #fff;
}
.page-template-other-page .header-page-wrapper .breadcrumbs .fl-breadcrumbs-delimiter .inner-decoration {
  background: #fff;
}
.page-template-other-page .header-page-wrapper .breadcrumbs .current {
  color: rgba(255, 255, 255, 0.7);
}
.page-template-other-page .header-page-wrapper .page-title {
  font-size: 50px;
  color: #fff;
  margin-top: 25px;
}
.page-template-other-page .text-content-entry-content strong {
  font-weight: normal !important;
}
.page-template-other-page .text-content-entry-content p + p {
  margin-top: 35px;
}
.page-template-other-page .text-content-entry-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.page-template-other-page .text-content-entry-content p + h3 {
  margin-top: 35px;
}
.page-template-other-page .sub-form-wrapper {
  margin-top: 50px;
}
.page-template-other-page .sub-form-wrapper .content-wrap {
  position: relative;
}
.page-template-other-page .page-title-inner-wrap {
  font-size: 30px;
  margin-bottom: 100px;
}
.page-template-other-page .page-title-inner-wrap .page-title-inner {
  margin-left: 25px;
}

.other-page-nav-menu li a {
  font-size: 18px;
  color: #909090;
  transition: 0.3s ease;
}
.other-page-nav-menu li a:hover {
  color: #D40E1A;
}
.other-page-nav-menu li a:before {
  content: "▪";
  margin-right: 25px;
}
.other-page-nav-menu li + li {
  margin-top: 15px;
}
.other-page-nav-menu li.current-menu-item a {
  color: #1F242A;
}

.contact-from-content-wrapper {
  background: #F5F5F5;
  margin-bottom: 100px;
}
.contact-from-content-wrapper > .entry-content {
  padding: 50px 95px;
}
.contact-from-content-wrapper .contact-info-wrap .title-info {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 30px;
}
.contact-from-content-wrapper .contact-info-wrap .title-info:before {
  width: 32px;
  height: 2px;
  content: "";
  background: #D40E1A;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact-from-content-wrapper .contact-info-wrap .number-wrap span:nth-child(1) {
  margin-right: 20px;
}
.contact-from-content-wrapper .contact-info-wrap .number-wrap span a {
  color: inherit;
  transition: 0.3s ease;
}
.contact-from-content-wrapper .contact-info-wrap .number-wrap span a:hover {
  color: #D40E1A;
}
.contact-from-content-wrapper .contact-info-wrap .number-wrap + .number-wrap {
  margin-top: 10px;
}
.contact-from-content-wrapper .contact-info-wrap .bottom-title-info {
  margin-top: 60px;
  font-size: 18px;
}
.contact-from-content-wrapper .social-media-contact a {
  color: inherit;
}
.contact-from-content-wrapper .social-media-contact a i {
  margin-right: 10px;
  transition: 0.3s ease;
}
.contact-from-content-wrapper .social-media-contact a:hover i {
  color: #D40E1A;
}
.contact-from-content-wrapper .wpcf7-response-output {
  display: none !important;
}
.contact-from-content-wrapper form.submitting .button-contact-wrap {
  opacity: 0.7 !important;
}
.contact-from-content-wrapper .contact-form-knife-boss span.wpcf7-not-valid-tip, .contact-from-content-wrapper .contact-form-knife-boss .wpcf7-response-output {
  display: none !important;
}
.contact-from-content-wrapper .contact-form-knife-boss input {
  font-size: 14px !important;
  color: #909090 !important;
}
.contact-from-content-wrapper .contact-form-knife-boss input::placeholder {
  font-size: 14px !important;
  color: #909090 !important;
}
.contact-from-content-wrapper .contact-form-knife-boss textarea {
  font-size: 14px !important;
  color: #909090 !important;
  border: 1px solid #DDDDDD;
  max-height: 150px;
}
.contact-from-content-wrapper .contact-form-knife-boss textarea::placeholder {
  font-size: 14px !important;
  color: #909090 !important;
}
.contact-from-content-wrapper .contact-form-knife-boss .button-contact-wrap {
  margin-top: 30px;
}
.contact-from-content-wrapper .contact-form-knife-boss .button-contact-wrap button {
  width: 100%;
  background: #D40E1A;
  font-size: 16px !important;
  height: 50px;
  color: #fff;
  transition: 0.3s ease;
}
.contact-from-content-wrapper .contact-form-knife-boss .button-contact-wrap button:hover {
  background: #1F242A;
}
.contact-from-content-wrapper .contact-form-knife-boss p + p {
  margin-top: 20px;
}

/*-------------------------------------------------------------------

==  Form

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

== Mobile header form

-------------------------------------------------------------------*/
.mobile-product-nav-menu {
  position: fixed;
  bottom: 2.8125rem;
  left: 0.9375rem;
  width: 3.75rem;
  height: 3.75rem;
  background: #D40E1A;
  z-index: 9;
  border-radius: 100%;
}
.mobile-product-nav-menu .entry-content {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mobile-product-nav-menu .entry-content span {
  width: 0.9375rem;
  height: 0.0625rem;
  display: inline-flex;
  background: #ffffff;
  position: relative;
}
.mobile-product-nav-menu .entry-content span:before {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 0;
  top: -0.3125rem;
  width: 0.9375rem;
  height: 0.0625rem;
  background: #ffffff;
}
.mobile-product-nav-menu .entry-content span .sidebar-container.mobile-sidebar {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.mobile-product-nav-menu .entry-content span .sidebar-container.mobile-sidebar .widget {
  margin-bottom: 30px !important;
}
.mobile-product-nav-menu .entry-content span .sidebar-container.mobile-sidebar .widget .fl-widget--title {
  font-size: 16px !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #E2E2E2 !important;
}
.mobile-product-nav-menu .entry-content span:after {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.9375rem;
  height: 0.0625rem;
  background: #ffffff;
}

.fl-full-width-search-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.95);
  z-index: 9999;
  display: none;
}
.fl-full-width-search-form .fl--search-icon-menu {
  opacity: 1;
  visibility: visible;
  border: 0;
  border-radius: 0;
  position: fixed;
  height: 50px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  width: 50px;
  top: 50px;
  right: 20px;
  z-index: 99999;
  cursor: pointer;
  transition: transform 0s ease;
}
.fl-full-width-search-form .fl--search-icon-menu:before {
  font-family: "winnerstore-custom-icon-two";
  content: "\e800";
  color: #fff !important;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fl-full-width-search-form .fl-full-width-search-wrapper {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 800px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search {
  display: block;
  width: 100%;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .product-cat {
  display: none;
  flex-grow: 0;
  min-width: 140px;
  position: relative;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .product-cat select {
  margin-left: 1px;
  padding-right: 20px;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .product-cat:after {
  color: #d2d2d2;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .search-wrapper {
  flex-grow: 1;
  margin-right: 5px;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .search-submit {
  padding: 14px 14px;
  letter-spacing: 0.1em;
  background: #D40E1A;
  color: #ffffff;
  transition: 0.3s ease;
  font-size: 0.9375rem;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .search-submit i {
  margin-left: 2px;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content .search-submit:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content input, .fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content select {
  color: #1c1f23 !important;
  min-height: 47px;
  margin-bottom: 0;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content input::-webkit-input-placeholder {
  color: #1c1f23 !important;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content select {
  border-radius: 0;
  appearance: none;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .products-search .product-search-content select::-ms-expand {
  display: none;
}
.fl-full-width-search-form .fl-full-width-search-wrapper .fl-form-bottom-text {
  font-size: 13px;
  margin-top: 10px;
  width: 100%;
  text-align: left;
  color: #ffffff;
}

.fl-cart-mobile-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  opacity: 0;
}
.fl-cart-mobile-wrapper .cart-overflow-bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.fl-cart-mobile-wrapper .cart-content-wrap {
  z-index: 4;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 16.25rem;
  width: 100%;
  background: #ffffff;
  transform: translateX(100%);
  opacity: 0;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart__empty-message {
  text-align: center;
  color: #3c3c3c;
  font-size: 0.75rem;
  padding: 1.25rem;
  padding-top: 1.875rem;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item {
  position: relative;
  display: flex;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .temlines--cart-left-content {
  padding: 0.3125rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.375rem;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .temlines--cart-left-content a {
  width: 5rem;
  height: 5rem;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .temlines--cart-left-content img {
  max-width: 5rem;
  max-height: 5rem;
  width: 100%;
  height: 100%;
  margin: 0;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .temlines--cart-right-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .temlines--cart-right-content .woocommerce-mini-cart-product-title {
  width: 100%;
  order: 1;
  display: flex;
  font-size: 0.6875rem;
  color: #1F242A !important;
  transition: 0.3s ease;
  font-weight: normal !important;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .temlines--cart-right-content .woocommerce-mini-cart-product-title:hover {
  color: #D40E1A !important;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .temlines--cart-right-content .quantity {
  color: #1F242A;
  font-size: 0.875rem;
  margin-bottom: 0.1875rem;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .temlines--cart-right-content .quantity .woocommerce-Price-amount {
  color: #D40E1A;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .temlines--cart-right-content .quantity .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 0.1875rem;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item + .woocommerce-mini-cart-item {
  margin-top: 0.4375rem;
  padding-top: 0.4375rem;
  border-top: 0.0625rem solid #f2f2f2;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item:nth-child(1) {
  padding-top: 0.625rem;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  width: 1.25rem;
  height: 1.25rem;
  z-index: 5;
  top: 0.5625rem;
  right: 0.5rem;
  position: absolute;
  background: transparent !important;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:before {
  font-size: 0.625rem;
  font-family: "winnerstore-custom-icon-two";
  content: "\e800";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F242A;
  transition: 0.3s ease;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover:before {
  color: #D40E1A;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .blockUI {
  background: #ffffff !important;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart .woocommerce-mini-cart-item .blockUI:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f110" !important;
  background: transparent !important;
  right: 50% !important;
  top: 50% !important;
  color: #D40E1A;
  position: absolute;
  animation: spin 1.8s linear infinite;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart__total {
  border-top: 0.0625rem solid #f2f2f2;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: right;
  font-size: 0.875rem;
  color: #1F242A;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart__buttons {
  margin-top: 0.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: flex;
  justify-content: space-between;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart__buttons .view-cart-btn {
  font-size: 0.75rem;
  display: inline-flex;
  padding: 0.5rem 1.375rem;
  color: #ffffff;
  background: #D40E1A;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart__buttons .view-cart-btn:hover {
  background: #1F242A;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart__buttons .checkout-btn {
  font-size: 0.75rem;
  display: inline-flex;
  padding: 0.5rem 1.375rem;
  color: #ffffff;
  background: #1F242A;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.fl-cart-mobile-wrapper .cart-content-wrap .woocommerce-mini-cart__buttons .checkout-btn:hover {
  background: #D40E1A;
}

.fl-mobile-general-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  opacity: 0;
}
.fl-mobile-general-menu-wrapper .fl-general-menu-overlay-bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.fl-mobile-general-menu-wrapper .fl--mobile-menu-navigation-wrapper {
  z-index: 4;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 16.25rem;
  width: 100%;
  background: #ffffff;
  transform: translateX(100%);
  opacity: 0;
}
.fl-mobile-general-menu-wrapper .fl--mobile-menu-navigation-wrapper ul {
  display: flex;
  flex-direction: column;
}
.fl-mobile-general-menu-wrapper .fl--mobile-menu-navigation-wrapper ul li {
  position: relative;
  padding: 0.775rem 1.25rem;
  text-transform: uppercase;
  border-top: 0.0625rem solid #f2f2f2;
  font-size: 0.75rem;
  transition: 0.3s ease;
}
.fl-mobile-general-menu-wrapper .fl--mobile-menu-navigation-wrapper ul li a {
  transition: 0.3s ease;
  padding: 0;
  color: #1F242A;
}
.fl-mobile-general-menu-wrapper .fl--mobile-menu-navigation-wrapper ul li a:hover {
  color: #D40E1A;
}

.fl-mobile-product-menu-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098;
  opacity: 0;
}
.fl-mobile-product-menu-wrapper .fl-mobile-product-menu-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1099;
  cursor: pointer;
}
.fl-mobile-product-menu-wrapper .fl--mobile-product-menu-navigation-wrapper {
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 280px;
  background: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  transform: translateX(-100%);
  opacity: 0;
}
.fl-mobile-product-menu-wrapper .fl--mobile-product-menu-navigation-wrapper .mobile-menu-arrow-wrap-back {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 19px;
  cursor: pointer;
}
.fl-mobile-product-menu-wrapper .fl--mobile-product-menu-navigation-wrapper .fl--mobile-product-menu-navigation {
  max-height: calc(100% - 40px);
  overflow-x: auto;
  padding-top: 1.25rem;
}

.fl-mobile-product-menu-wrapper > li:last-child a {
  border-bottom: none;
}
.fl-mobile-product-menu-wrapper li {
  position: relative;
  transition: background-color 0.3s ease-in;
  overflow: hidden;
}
.fl-mobile-product-menu-wrapper li .fl-menu-flipper-icon {
  cursor: pointer;
  transition: 0.6s;
}
.fl-mobile-product-menu-wrapper li .fl-menu-flipper-icon i {
  transition: 0.6s;
}
.fl-mobile-product-menu-wrapper li.opened {
  transition: background-color 0.3s ease-in;
  background: #f7f7f7;
}
.fl-mobile-product-menu-wrapper li.opened > .fl-menu-flipper-icon {
  transform: rotateY(180deg);
}
.fl-mobile-product-menu-wrapper li.opened > .fl-menu-flipper-icon .fl-front-content i {
  transition: 0.6s;
  opacity: 0;
}
.fl-mobile-product-menu-wrapper li a {
  font-family: "ProximaNova-Regular";
  border-bottom: 1px solid #eee;
  position: relative;
  line-height: 1.1;
  display: block;
  padding: 17px 50px 17px 24px;
  color: #1F242A;
  font-size: 11px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.fl-mobile-product-menu-wrapper li a:hover {
  color: #D40E1A;
}
.fl-mobile-product-menu-wrapper li:last-child {
  border-bottom: none;
}
.fl-mobile-product-menu-wrapper li .sub-menu {
  display: none;
  background: #f7f7f7 !important;
  background-image: none !important;
}
.fl-mobile-product-menu-wrapper li .sub-menu li a {
  text-transform: none;
  font-size: 11px;
}
.fl-mobile-product-menu-wrapper li .sub-menu li .sub-menu {
  border-left: none;
  margin-left: 0;
}
.fl-mobile-product-menu-wrapper li .sub-menu li .sub-menu li a {
  padding-left: 37px;
}
> .fl-mobile-product-menu-wrapper li:first-child a {
  border-bottom: none;
}

.fl--mobile-product-menu-navigation-wrapper::-webkit-scrollbar, .fl--mobile-product-menu-navigation::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px;
}
.fl--mobile-product-menu-navigation-wrapper::-webkit-scrollbar-thumb, .fl--mobile-product-menu-navigation::-webkit-scrollbar-thumb {
  height: 150px;
  border-radius: 10px;
  background: #f7f7f7;
}

.fl-filter-mobile-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1205;
  display: none;
  opacity: 0;
}
.fl-filter-mobile-wrapper .filter-overflow-bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: 0.3s ease;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 280px;
  background: #fff;
  padding: 20px 20px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  transform: translateX(-100%);
  opacity: 0;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-arrow-wrap-back {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 19px;
  cursor: pointer;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content {
  max-height: calc(100% - 40px);
  overflow-x: hidden;
  overflow-y: auto;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .filters-container {
  padding: 2.1875rem 1.25rem;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter {
  margin-bottom: 2.1875rem;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .clear-selection {
  font-size: 0.625rem !important;
  text-transform: uppercase !important;
  position: relative;
  transition: all 0.3s;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .clear-selection:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: -3px;
  transform-origin: 0 50%;
  transform: scale3d(0, 1, 1);
  opacity: 0;
  transition: all 0.3s;
  transition-property: opacity, transform, -webkit-transform;
  background: #D40E1A;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .clear-selection:hover {
  color: #D40E1A !important;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .clear-selection:hover:before {
  opacity: 0.8;
  transform: scale3d(1, 1, 1);
  transform-origin: left;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter:nth-child(1) .filter-title, .fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter:nth-child(2) .filter-title {
  text-decoration: underline;
  color: #D40E1A;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter:last-child {
  margin-bottom: 0 !important;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-title {
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li {
  cursor: pointer;
  font-size: 0.75rem;
  transition: 0.3s ease;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li label {
  padding-left: 1.25rem;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li label .item-count {
  margin-left: 3px;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li input[type=checkbox] {
  border: 0;
  padding: 0;
  width: 0;
  position: relative;
  appearance: none !important;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li input[type=checkbox]:before {
  cursor: pointer;
  top: -8px;
  position: absolute;
  left: -19px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #eaeaeb;
  background: #E2E2E2;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li input[type=checkbox]:checked:before {
  border-color: #1F242A;
  background: #1F242A;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li input[type=checkbox]:checked:after {
  color: #fff;
  position: absolute;
  top: -5px;
  left: -16px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li.active a, .fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li:hover a {
  color: #1F242A !important;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li + li {
  margin-top: 0.3125rem !important;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .filter-price-slider .price-slider .irs-from, .fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .filter-price-slider .price-slider .irs-to {
  background: #3c3c3c !important;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .filter-price-slider .price-slider .irs-from:before, .fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .filter-price-slider .price-slider .irs-to:before {
  border-top-color: #3c3c3c !important;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .filter-price-slider .irs-bar {
  background: #3c3c3c !important;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .filter-price-slider .price-slider .irs-handle {
  border-color: #3c3c3c !important;
  background: #ffffff !important;
}
.fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .filter-price-slider .irs--round .irs-line {
  background: #f2f2f2 !important;
}
.fl-filter-mobile-wrapper.opened {
  display: block;
  opacity: 1;
}
.fl-filter-mobile-wrapper.opened .filter-overflow-bg {
  opacity: 1;
  transition: 0.3s ease-in;
}
.fl-filter-mobile-wrapper.opened .filter-mobile-container-wrap {
  opacity: 1;
  transform: translateX(0);
  transition: 0.4s ease-in;
}
.fl-filter-mobile-wrapper.closed-active .filter-overflow-bg {
  opacity: 0;
  transition: 0.3s ease-in;
}
.fl-filter-mobile-wrapper.closed-active .filter-mobile-container-wrap {
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.3s ease-in;
}

.filter-mobile-product-entry-content::-webkit-scrollbar, .filter-mobile-container-wrap::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px;
}
.filter-mobile-product-entry-content::-webkit-scrollbar-thumb, .filter-mobile-container-wrap::-webkit-scrollbar-thumb {
  height: 150px;
  border-radius: 10px;
  background: #f7f7f7;
}

.fl-menu-flipper-icon {
  z-index: 3;
  position: absolute;
  right: 0;
  color: #2a2b30;
  height: 47px;
  width: 130px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s;
  perspective: 40px;
}
.fl-menu-flipper-icon .fl-front-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 20px;
  width: 130px;
  height: inherit;
  z-index: 2;
  backface-visibility: hidden;
}
.fl-menu-flipper-icon .fl-back-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: inherit;
  transform: rotateY(180deg);
}
.fl-menu-flipper-icon .fl-back-content i {
  font-size: 8px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
footer {
  background: #3A3A3A;
  color: #E2E2E2;
}
footer .top-footer-content {
  font-size: 14px;
  padding-top: 80px;
  padding-bottom: 80px;
}
footer .top-footer-content .img-logotype-light {
  max-width: 152px;
  width: 100%;
}
footer .bottom-footer-content {
  font-size: 12px;
}
footer .bottom-footer-content a {
  color: #E2E2E2;
  transition: 0.3s ease;
  text-decoration: underline;
}
footer .bottom-footer-content a:hover {
  color: #D40E1A;
}
footer .bottom-footer-content .templines-regular-font-style {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
footer .bottom-footer-content .templines-regular-font-style:before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  left: 15px;
  height: 1px;
  background: #555555;
  top: 0;
}

.top-footer-content .fl-widget--title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
.top-footer-content .col-lg-5 .templines-footer-sidebar {
  margin-top: 40px;
}
.top-footer-content .col-lg-5 .footer-social-profiles-wrap ul {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
}
.top-footer-content .col-lg-5 .footer-social-profiles-wrap ul li {
  display: inline-flex;
}
.top-footer-content .col-lg-5 .footer-social-profiles-wrap ul li a {
  transition: 0.3s ease;
  color: inherit;
  margin-right: 15px;
}
.top-footer-content .col-lg-5 .footer-social-profiles-wrap ul li a i {
  font-size: 16px;
}
.top-footer-content .col-lg-5 .footer-social-profiles-wrap ul li a:hover {
  color: #D40E1A;
}
.top-footer-content .col-lg-5 .footer-social-profiles-wrap ul:before {
  content: "";
  width: 32px;
  height: 2px;
  background: #D40E1A;
  position: absolute;
  top: 0;
  left: 0;
}
.top-footer-content .widget_nav_menu ul li a {
  color: inherit;
  transition: 0.3s ease;
}
.top-footer-content .widget_nav_menu ul li a:hover {
  color: #D40E1A;
}
.top-footer-content .widget_nav_menu ul li + li {
  margin-top: 12px;
}
.top-footer-content .widget_nav_menu ul li.current-menu-item a {
  color: #D40E1A;
}
.top-footer-content .footer-phone-number-wrap {
  margin-bottom: 30px;
}
.top-footer-content .footer-phone-number-wrap .footer-contact-item + .footer-contact-item {
  margin-top: 12px;
}
.top-footer-content .footer-phone-number-wrap a {
  color: inherit;
  transition: 0.3s ease;
}
.top-footer-content .footer-phone-number-wrap a:hover {
  color: #D40E1A;
}

.sub-form-wrapper {
  padding-top: 100px;
  position: relative;
}
.sub-form-wrapper .image-decor-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sub-form-wrapper .image-decor-wrapper .text-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.sub-form-wrapper .image-decor-wrapper .decore-image-wrap {
  max-width: 340px;
  z-index: 2;
  position: relative;
  top: -50px;
}
.sub-form-wrapper .entry-content {
  background: #F5F5F5;
  padding-top: 75px;
  padding-bottom: 60px;
}
.sub-form-wrapper .entry-content .form-sub-wrapper {
  max-width: 680px;
}
.sub-form-wrapper .entry-content .form-sub-wrapper .mc4wp-form-fields {
  display: flex;
}
.sub-form-wrapper .entry-content .form-sub-wrapper .mc4wp-form-fields p {
  margin-bottom: 0;
  margin-top: 0;
}
.sub-form-wrapper .entry-content .form-sub-wrapper .mc4wp-form-fields p:first-child {
  flex-grow: 1;
}
.sub-form-wrapper .entry-content .form-sub-wrapper .mc4wp-form-fields p input[type=email] {
  height: 50px;
  color: #909090 !important;
}
.sub-form-wrapper .entry-content .form-sub-wrapper .mc4wp-form-fields p input[type=email]::placeholder {
  color: #909090 !important;
}
.sub-form-wrapper .entry-content .form-sub-wrapper .mc4wp-form-fields p input[type=submit] {
  margin-left: 10px;
  height: 50px;
  padding-left: 70px;
  padding-right: 70px;
  background: #D40E1A;
  color: #fff;
  transition: 0.3s ease;
}
.sub-form-wrapper .entry-content .form-sub-wrapper .mc4wp-form-fields p input[type=submit]:hover {
  background: #1F242A;
}
.sub-form-wrapper .entry-content .subc-title {
  font-size: 30px;
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
.sub-form-wrapper .entry-content .subc-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-flex;
  content: "";
  width: 32px;
  height: 2px;
  background: #D40E1A;
}
.sub-form-wrapper .entry-content p {
  color: #909090;
  margin-bottom: 20px;
}

/*-------------------------------------------------------------------

==  404 Page

-------------------------------------------------------------------*/
.page-error-wrap {
  position: relative;
  padding-top: 60px;
}
.page-error-wrap .error-page-decor-bg-img-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 45rem;
}
.page-error-wrap .error-page-decor-bg-img-wrap img {
  object-fit: cover;
}
.page-error-wrap .error-page-text-content-wrap {
  padding-bottom: 150px;
}
.page-error-wrap .error-page-text-content-wrap .page-error-title-warp {
  font-size: 30px;
  display: flex;
  align-items: center;
}
.page-error-wrap .error-page-text-content-wrap .page-error-title-warp span {
  margin-right: 30px;
}
.page-error-wrap .error-page-text-content-wrap .page-error-title-warp h3 {
  margin-bottom: 0;
}
.page-error-wrap .error-page-text-content-wrap .error-numb-title {
  margin-top: 30px;
  font-size: 90px;
  color: #D40E1A;
}
.page-error-wrap .error-page-text-content-wrap .button-container {
  display: flex;
  margin-top: 35px;
}
.page-error-wrap .error-page-text-content-wrap .button-container a {
  height: 50px;
  font-family: "FuturaDemiC";
  padding: 12px 55px;
  color: #D40E1A;
  border: 1px solid #D40E1A;
  transition: 0.3s ease;
}
.page-error-wrap .error-page-text-content-wrap .button-container a:hover {
  border-color: #1F242A;
  background: #1F242A;
  color: #fff;
}
.page-error-wrap .error-page-text-content-wrap p {
  margin-top: 75px;
  font-size: 18px;
}

/*-------------------------------------------------------------------

==  Account Page

-------------------------------------------------------------------*/
.woocommerce-account .woocommerce {
  padding-bottom: 5rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  border: 0.0625rem solid #f2f2f2;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
  margin-top: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active {
  background: #D40E1A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: normal;
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a:hover {
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
  padding: 0.375rem 0.9375rem;
  color: #3c3c3c;
  transition: 0.3s ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:hover {
  color: #D40E1A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content strong {
  color: #1F242A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
  color: #1F242A;
  font-weight: normal;
  transition: 0.3s ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:hover {
  color: #D40E1A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-message, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info {
  line-height: 2.1875rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info .woocommerce-Button {
  border-radius: 0;
  border: 0.0625rem solid #D40E1A;
  font-family: "ProximaNova-Regular";
  font-weight: normal !important;
  background: transparent;
  color: #D40E1A;
  padding: 0.75rem 1.5625rem;
  font-size: 0.8125rem;
  transition: 0.3s ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message--info .woocommerce-Button:hover {
  color: #ffffff;
  background: #D40E1A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table {
  border: 0 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table thead tr th {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table thead tr th:first-child {
  padding-left: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tbody tr td {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
  font-size: 0.875rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tbody tr td a {
  color: #1F242A;
  transition: 0.3s ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tbody tr td a:hover {
  color: #D40E1A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tbody tr td .product-quantity {
  color: #1F242A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tbody tr td:first-child {
  padding-left: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tfoot tr th {
  font-size: 0.875rem;
  color: #1F242A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tfoot tr th:first-child {
  padding-left: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table .woocommerce-button {
  background: #1F242A;
  color: #ffffff;
  transition: 0.3s ease;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0.625rem 1.25rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table .woocommerce-button:hover {
  background: #D40E1A;
  color: #ffffff !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .title {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .title:before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .title:after {
  display: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .title h3 {
  margin-bottom: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-1 {
  padding-left: 0;
  padding-right: 0.9375rem;
  flex: 0 0 50%;
  max-width: 50%;
  float: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
  float: none !important;
  padding-left: 0.9375rem;
  padding-right: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses address {
  padding: 0.9375rem 1.25rem;
  background: #f2f2f2;
  color: #1F242A;
  border: 0 !important;
  border-radius: 0 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .addresses address p + p {
  margin-top: 0.375rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account fieldset {
  margin-top: 2.5rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account legend {
  font-weight: 700;
  color: #1F242A;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account p {
  margin-bottom: 1.25rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account p label {
  width: 100%;
  font-weight: normal !important;
  color: #1F242A !important;
  font-family: "ProximaNova-Regular";
  font-size: 0.6875rem !important;
  text-transform: uppercase !important;
  margin-bottom: 0.4375rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account p input {
  width: 100% !important;
  border: 0.0625rem solid #f2f2f2;
  color: #1F242A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account p input::placeholder {
  color: #1F242A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account p .password-input {
  width: 100% !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account p em {
  font-size: 0.75rem;
  margin-top: 0.375rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account .woocommerce-Button {
  text-transform: none;
  border-radius: 0 !important;
  background: transparent;
  border: 0.125rem solid #D40E1A;
  color: #D40E1A !important;
  font-family: "ProximaNova-Regular";
  padding: 0.9375rem 2.5rem;
  font-size: 0.875rem;
  transition: 0.3s ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account .woocommerce-Button:hover {
  color: #ffffff !important;
  background: #D40E1A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset {
  margin-top: 2.5rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form legend {
  font-weight: 700;
  color: #1F242A;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p {
  width: 100%;
  margin-bottom: 1.25rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p .woocommerce-input-wrapper {
  width: 100% !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p label {
  width: 100%;
  font-weight: normal !important;
  color: #1F242A !important;
  font-size: 0.6875rem !important;
  text-transform: uppercase !important;
  margin-bottom: 0.4375rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p input {
  width: 100% !important;
  border: 0.0625rem solid #f2f2f2;
  color: #1F242A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p input::placeholder {
  color: #1F242A;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p .password-input {
  width: 100% !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p em {
  font-size: 0.75rem;
  margin-top: 0.375rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p:before {
  display: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p:after {
  display: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form #billing_address_2_field label {
  display: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-Button {
  background: #D40E1A;
  color: #ffffff;
  border-radius: 0 !important;
  padding: 0.9375rem 2.5rem;
  font-weight: normal !important;
  font-size: 0.8125rem;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-Button:hover {
  background: #1F242A;
}

.woocommerce-order {
  margin-bottom: 4.375rem;
}
.woocommerce-order .woocommerce-notice--success {
  color: #64bc26;
  margin-bottom: 0.9375rem;
}
.woocommerce-order .order_details {
  margin-top: 1.875rem !important;
}
.woocommerce-order .order_details li strong {
  color: #1F242A;
  margin-top: 0.3125rem;
}
.woocommerce-order .woocommerce-order-details {
  margin-top: 3.125rem;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1.0625rem;
  text-transform: uppercase;
}
.woocommerce-order .woocommerce-order-details table {
  border: 0 !important;
}
.woocommerce-order .woocommerce-order-details table .wc-item-meta li {
  display: flex;
  align-items: center;
}
.woocommerce-order .woocommerce-order-details table .wc-item-meta li p {
  margin-top: 0.3125rem;
}
.woocommerce-order .woocommerce-order-details table thead tr th {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.woocommerce-order .woocommerce-order-details table thead tr th:first-child {
  padding-left: 0;
}
.woocommerce-order .woocommerce-order-details table tbody tr td {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
  font-size: 0.875rem;
}
.woocommerce-order .woocommerce-order-details table tbody tr td a {
  color: #1F242A;
  transition: 0.3s ease;
}
.woocommerce-order .woocommerce-order-details table tbody tr td a:hover {
  color: #D40E1A;
}
.woocommerce-order .woocommerce-order-details table tbody tr td .product-quantity {
  color: #1F242A;
}
.woocommerce-order .woocommerce-order-details table tbody tr td:first-child {
  padding-left: 0;
}
.woocommerce-order .woocommerce-order-details table tfoot tr th {
  font-size: 0.875rem;
  color: #1F242A;
}
.woocommerce-order .woocommerce-order-details table tfoot tr th:first-child {
  padding-left: 0;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column--1 {
  padding-left: 0;
  padding-right: 0.9375rem;
  flex: 0 0 50%;
  max-width: 50%;
  float: none !important;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column--2 {
  flex: 0 0 50%;
  max-width: 50%;
  float: none !important;
  padding-left: 0.9375rem;
  padding-right: 0;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns address {
  padding: 0.9375rem 1.25rem;
  background: #f2f2f2;
  color: #1F242A;
  border: 0 !important;
  border-radius: 0 !important;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns address p + p {
  margin-top: 0.375rem;
}
.woocommerce-order .woocommerce-customer-details {
  display: none !important;
}

.woocommerce-form-login {
  padding: 0 !important;
  border: 0 !important;
  width: 50%;
}
.woocommerce-form-login p {
  margin-bottom: 1.25rem !important;
}
.woocommerce-form-login p label {
  width: 100%;
  font-weight: normal !important;
  color: #1F242A !important;
  font-size: 0.6875rem !important;
  text-transform: uppercase !important;
  margin-bottom: 0.4375rem;
}
.woocommerce-form-login p input {
  border: 0.0625rem solid #f2f2f2;
  color: #1F242A;
}
.woocommerce-form-login p input::placeholder {
  color: #1F242A;
}
.woocommerce-form-login p .password-input {
  width: 100%;
}
.woocommerce-form-login p + p {
  margin-top: 0;
}
.woocommerce-form-login p.form-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.woocommerce-form-login p.form-row label.woocommerce-form-login__rememberme {
  line-height: 1;
  margin-bottom: 0;
  width: auto;
  margin-right: 1.5625rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding-left: 0.9375rem;
}
.woocommerce-form-login p.form-row label.woocommerce-form-login__rememberme input[type=checkbox] {
  border: 0;
  padding: 0;
  width: 0;
  position: relative;
  appearance: none !important;
}
.woocommerce-form-login p.form-row label.woocommerce-form-login__rememberme input[type=checkbox]:before {
  cursor: pointer;
  top: -8px;
  position: absolute;
  left: -19px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #eaeaeb;
}
.woocommerce-form-login p.form-row label.woocommerce-form-login__rememberme input[type=checkbox]:checked:before {
  border-color: #D40E1A;
  background: #D40E1A;
}
.woocommerce-form-login p.form-row label.woocommerce-form-login__rememberme input[type=checkbox]:checked:after {
  color: #fff;
  position: absolute;
  top: -5px;
  left: -15px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.woocommerce-form-login p.form-row .woocommerce-form-login__submit {
  padding: 0.8125rem 1.875rem;
  border-radius: 0 !important;
  font-weight: normal !important;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #ffffff;
  background: #D40E1A;
  transition: 0.3s ease;
}
.woocommerce-form-login p.form-row .woocommerce-form-login__submit:hover {
  background: #1F242A;
}
.woocommerce-form-login .lost_password a {
  color: #1F242A;
  transition: 0.3s ease;
}
.woocommerce-form-login .lost_password a:hover {
  color: #D40E1A;
}

.woocommerce-MyAccount-content form h3 {
  color: #1F242A;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}
.woocommerce-MyAccount-content form .select2-container--default .select2-selection--single {
  width: 100%;
  display: block;
  padding: 0 1.25rem;
  padding-right: 2.8125rem;
  padding-left: 0.9375rem;
  border: 0 !important;
  outline: 0;
  background: transparent;
  border: 0.0625rem solid #f2f2f2 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.75rem;
  min-height: 2.8125rem;
  position: relative !important;
  border-radius: 0 !important;
}
.woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  color: #1F242A;
}
.woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 45px;
}
.woocommerce-MyAccount-content form .button {
  padding: 0.8125rem 1.875rem;
  border-radius: 0 !important;
  font-weight: normal !important;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #D40E1A;
  transition: 0.3s ease;
}
.woocommerce-MyAccount-content form .button:hover {
  background: #1F242A;
}
.woocommerce-MyAccount-content .woocommerce-order-details__title {
  color: #1F242A;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
}
.woocommerce-MyAccount-content .woocommerce-column__title {
  color: #1F242A;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 1.5625rem;
}
.woocommerce-MyAccount-content address {
  padding: 0.9375rem 1.25rem;
  background: #f2f2f2;
  color: #1F242A;
  border: 0 !important;
  border-radius: 0 !important;
}
.woocommerce-MyAccount-content address p + p {
  margin-top: 0.375rem;
}

/*-------------------------------------------------------------------

==  Wishlist

-------------------------------------------------------------------*/
#yith-wcwl-popup-message {
  margin: 0 auto !important;
  transform: translate3d(-50%, -50%, 0) !important;
}

.wishlist-title-container {
  margin-bottom: 1.875rem;
}
.wishlist-title-container h2 {
  font-size: 1.875rem;
}

table.wishlist_table {
  margin-bottom: 6.25rem !important;
}
table.wishlist_table thead tr th {
  border-top: 0;
  font-size: 0.75rem;
  font-family: "ProximaNova-Regular";
  color: #1A1A1A;
  text-transform: uppercase;
}
table.wishlist_table tbody .product-price {
  font-size: 0.875rem;
  font-family: "ProximaNova-Regular";
  text-align: left;
  color: #909090;
}
table.wishlist_table tbody .product-price del {
  font-family: "ProximaNova-Regular" !important;
  margin-right: 0.625rem;
}
table.wishlist_table tbody .product-stock-status {
  text-align: left;
  font-family: "ProximaNova-Regular";
}
table.wishlist_table tbody .product-stock-status .wishlist-in-stock {
  color: #64bc26 !important;
}
table.wishlist_table tbody .product-add-to-cart a {
  padding: 7px 35px;
  border: 2px solid #D40E1A;
  color: #D40E1A;
  transition: 0.3s ease;
  font-family: "ProximaNova-Regular";
}
table.wishlist_table tbody .product-add-to-cart a:hover {
  background: #D40E1A;
  color: #ffffff;
}
table.wishlist_table tfoot tr td {
  border-top: 0 !important;
  padding: 0 !important;
}

.fl-wishlist-woo-empty-content .title-content .cart-empty {
  display: inline-block;
  margin: 0 auto;
  padding: 1.25rem 2.5rem;
}
.fl-wishlist-woo-empty-content .title-content .cart-empty:before {
  margin-right: 5px;
}
.fl-wishlist-woo-empty-content .title-content .subtitle {
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem;
}
.yith_wcwl_wishlist_footer {
  display: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-weight: normal !important;
}

.wishlist_table.mobile {
  margin-bottom: 40px;
}
.wishlist_table.mobile li .item-wrapper {
  display: flex;
}
.wishlist_table.mobile li .product-thumbnail {
  width: 5rem;
  max-width: 5rem !important;
  margin-right: 20px !important;
}
.wishlist_table.mobile li .product-thumbnail img {
  width: 5rem;
  min-width: 5rem;
}
.wishlist_table.mobile li .product-mobile-info {
  width: 100%;
  position: relative;
}
.wishlist_table.mobile li .product-mobile-info .item-details, .wishlist_table.mobile li .product-mobile-info .additional-info-wrapper {
  width: 100%;
}
.wishlist_table.mobile li .product-mobile-info .item-details table, .wishlist_table.mobile li .product-mobile-info .additional-info-wrapper table {
  font-size: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  width: 100%;
  line-height: 1;
}
.wishlist_table.mobile li .product-mobile-info .item-details table td, .wishlist_table.mobile li .product-mobile-info .additional-info-wrapper table td {
  padding-top: 20px;
}
.wishlist_table.mobile li .product-mobile-info .item-details table td.label, .wishlist_table.mobile li .product-mobile-info .additional-info-wrapper table td.label {
  padding-left: 0;
}
.wishlist_table.mobile li .product-mobile-info .item-details .product-name h3, .wishlist_table.mobile li .product-mobile-info .additional-info-wrapper .product-name h3 {
  margin-bottom: 15px !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1e1e1e;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wishlist_table.mobile li .product-mobile-info .item-details .product-name h3 a, .wishlist_table.mobile li .product-mobile-info .additional-info-wrapper .product-name h3 a {
  color: #1e1e1e;
}
.wishlist_table.mobile li .product-mobile-info .item-details .product-name h3 a:hover, .wishlist_table.mobile li .product-mobile-info .additional-info-wrapper .product-name h3 a:hover {
  color: #D40E1A;
}
.wishlist_table.mobile li .product-mobile-info .product-add-to-cart a {
  margin-top: 15px !important;
  font-weight: normal !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  border: 2px solid #D40E1A;
  transition: 0.3s ease;
  color: #D40E1A;
  font-size: 13px;
  padding: 7px 25px;
  border-radius: 0;
}
.wishlist_table.mobile li .product-mobile-info .product-add-to-cart a:hover {
  color: #ffffff;
  background: #D40E1A;
}
.wishlist_table.mobile li .product-mobile-info .product-remove a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  z-index: 9;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: #1F242A;
}
.wishlist_table.mobile li .product-mobile-info .product-remove a:after {
  font-size: 11px;
  font-family: "winnerstore-custom-icon-two";
  content: "\e800";
  font-size: 0.625rem;
}
.wishlist_table.mobile li + li {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 0.0625rem solid #f2f2f2 !important;
}

/*-------------------------------------------------------------------

==  Contact Form

-------------------------------------------------------------------*/
.contact-form-wrapper-inspire {
  background: #ffffff;
  max-width: 22.5rem;
}
.contact-form-wrapper-inspire .entry-content {
  padding: 3.125rem;
}
.contact-form-wrapper-inspire .entry-content .contact-form-title {
  font-family: "FuturaBookC";
  font-size: 1.8125rem;
  margin-bottom: 0.625rem;
}
.contact-form-wrapper-inspire .entry-content .text-content {
  font-size: 0.8125rem;
  margin-bottom: 60px;
  color: #909090;
}
.contact-form-wrapper-inspire .entry-content p {
  position: relative;
}
.contact-form-wrapper-inspire .entry-content p span:before {
  font-size: 0.6875rem;
  position: absolute;
  left: 1rem;
  top: 0.8125rem;
  z-index: 4;
  font-family: "inspire-custom-icon-font";
}
.contact-form-wrapper-inspire .entry-content p:first-child span:before {
  content: "\e805";
}
.contact-form-wrapper-inspire .entry-content p:nth-child(2) span:before {
  content: "\e803";
}
.contact-form-wrapper-inspire .entry-content p input {
  padding-left: 2.375rem;
  font-size: 0.875rem;
  margin-bottom: 0.625rem !important;
}
.contact-form-wrapper-inspire .entry-content p input::placeholder {
  font-size: 0.875rem;
}
.contact-form-wrapper-inspire .entry-content p + p {
  margin-top: 15px;
}
.contact-form-wrapper-inspire .entry-content .button-contact-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.1875rem;
}
.contact-form-wrapper-inspire .entry-content .button-contact-wrap button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 4.0625rem;
  border-radius: 1.875rem !important;
  border: 0.125rem solid #D40E1A;
  color: #D40E1A;
  font-size: 0.875rem;
  font-family: "FuturaDemiC";
  transition: 0.3s ease;
  text-transform: none !important;
}
.contact-form-wrapper-inspire .entry-content .button-contact-wrap button:hover {
  background: #D40E1A;
  color: #ffffff;
}
.contact-form-wrapper-inspire .wpcf7-response-output {
  display: none !important;
}
.contact-form-wrapper-inspire .wpcf7-not-valid-tip {
  display: none !important;
}

.contact-form-notice-wrap .contact-form-notice-content {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 0);
  display: inline-flex;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 7px 40px;
  z-index: 10000;
}

/*-------------------------------------------------------------------

==  Search Form

-------------------------------------------------------------------*/
.search-form-product-wrap {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-form-product-wrap .search-form-overflow {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  cursor: pointer;
}
.search-form-product-wrap .search-animation-block {
  transform: translateY(-100%);
  background: #ffffff;
  padding-bottom: 2.5rem;
  padding-top: 1.875rem;
}
.search-form-product-wrap .search-animation-block .close-btn-search {
  cursor: pointer;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: flex-end;
}
.search-form-product-wrap .search-animation-block .close-btn-search i {
  transform: rotate(226deg);
}
.search-form-product-wrap form {
  margin-top: 2.5rem;
}
.search-form-product-wrap form .product-search-content {
  position: relative;
}
.search-form-product-wrap form .product-search-content input {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0.125rem solid #DDDDDD;
  font-size: 2.5rem;
  font-family: "FuturaBookC";
  font-weight: normal;
  color: #909090 !important;
  padding-bottom: 1.875rem;
  padding-top: 1.25rem;
  padding-left: 0;
  padding-right: 3.5rem;
}
.search-form-product-wrap form .product-search-content button {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0;
  font-size: 1.3125rem;
  color: #909090;
  transition: 0.3s ease;
  height: 3.25rem;
  padding-bottom: 0.6875rem;
}
.search-form-product-wrap form .product-search-content button:hover {
  color: #D40E1A;
}

/*-------------------------------------------------------------------

==  Cacl Page

-------------------------------------------------------------------*/
.calc-page-wrapper {
  margin-bottom: 6.25rem;
}
.calc-page-wrapper .page-title {
  margin-bottom: 6.25rem;
}
.calc-page-wrapper .page-title h4 {
  font-size: 2.5rem;
}
.calc-page-wrapper .calc-form-wrapper-content {
  border: 0.0625rem solid #DDDDDD;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content {
  border-bottom: 0.0625rem solid #DDDDDD;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .left-header-content .header-title-wrap {
  padding: 2.1875rem 2.5rem;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .left-header-content .header-title-wrap h3 {
  font-size: 1.875rem;
  font-family: "FuturaBookC";
  margin-bottom: 0;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap {
  border-left: 0.0625rem solid #DDDDDD;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li {
  padding: 0.9375rem 2.8125rem;
  width: 100%;
  border-right: 0.0625rem solid #DDDDDD;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li .top-content {
  width: 100%;
  color: #1A1A1A;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li .top-content:before {
  content: "";
  width: 1.5625rem;
  height: 0.0625rem;
  background: #1A1A1A;
  display: inline-block;
  margin-right: 0.75rem;
  top: -4px;
  position: relative;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li .bottom-content {
  width: 100%;
  font-family: "FuturaDemiC";
  font-size: 1.25rem;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li:last-child {
  border-right: none;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li.active {
  background: #F1F1F1;
  color: #D40E1A;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li.active .top-content {
  color: #D40E1A;
}
.calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li.active .top-content:before {
  background: #D40E1A;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap {
  display: none;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap.active {
  display: block;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .left-content-wrap-content {
  padding: 2.5rem 2.1875rem;
  padding-bottom: 7.625rem;
  padding-right: 0;
  position: relative;
  height: 100%;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .left-content-wrap-content .image-content {
  height: 100%;
  min-height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .left-content-wrap-content .bottom-text-content {
  position: absolute;
  width: calc(100% - 35px);
  bottom: 2.5rem;
  left: 2.1875rem;
  margin-top: 1.875rem;
  border: 0.0625rem solid #ddd;
  background: #FAFAFA;
  border-radius: 0.9375rem;
  padding: 1.25rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .left-content-wrap-content .bottom-text-content .entry-content {
  display: flex;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .left-content-wrap-content .bottom-text-content .entry-content .icon-content {
  margin-right: 0.9375rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .left-content-wrap-content .bottom-text-content .entry-content .text-content {
  font-size: 0.75rem;
  color: #909090;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content {
  height: 100%;
  border-left: 0.0625rem solid #DDDDDD;
  padding: 3.75rem 3.125rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form {
  position: relative;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-title {
  margin-bottom: 1.875rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-title h5 {
  font-size: 1.4375rem;
  display: inline-block;
  color: #D40E1A;
  text-decoration: underline;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .option-title {
  font-size: 0.875rem;
  color: #1F242A;
  font-family: "FuturaDemiC";
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .button-select-wrap {
  margin-top: 0.125rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .button-select-wrap .button-select-container {
  display: flex;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .button-select-wrap .button-select-container .button-item-select-container {
  cursor: pointer;
  margin-right: 0.9375rem;
  margin-top: 0.25rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .button-select-wrap .button-select-container .button-item-select-container label {
  cursor: pointer;
  padding: 0.375rem 1.4375rem;
  border-radius: 1.875rem;
  box-shadow: 0 0 0 1px #dddddd;
  transition: 0.3s ease;
  font-size: 0.8125rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .button-select-wrap .button-select-container .button-item-select-container label:hover {
  background: #FAFAFA;
  box-shadow: 0 0 0 2px #dddddd !important;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .button-select-wrap .button-select-container .button-item-select-container input:checked + label {
  color: #D40E1A !important;
  box-shadow: 0 0 0 2px #D40E1A !important;
  background: #FAFAFA;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap {
  margin-top: 0.125rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap .button-select-container {
  display: flex;
  flex-wrap: wrap;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap .button-select-container li {
  display: inline-flex;
  margin-right: 15px;
  margin-top: 4px;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap .button-select-container li input {
  height: 0;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap .button-select-container li input:checked + label {
  box-shadow: 0 0 0 2px #D40E1A !important;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap .button-select-container li label {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #dddddd;
  transition: 0.3s ease;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap .button-select-container li label:hover {
  box-shadow: 0 0 0 2px #dddddd !important;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap .button-select-container li label:before {
  content: attr(data-label-text);
  position: absolute;
  background: #1e1e1e;
  bottom: 120%;
  visibility: hidden;
  opacity: 0;
  min-width: 120px;
  margin-bottom: 5px;
  transform: translateX(-37px);
  padding: 0.4375rem 0.5rem;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap .button-select-container li label:after {
  margin-left: -5px;
  margin-bottom: -3px;
  width: 0;
  border-top: 5px solid #1F242A;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  box-sizing: inherit;
  position: absolute;
  bottom: 130%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.3s linear, bottom 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap .button-select-container li label:hover:before, .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap .button-select-container li label:hover:after {
  visibility: visible;
  opacity: 1;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap + .color-select-wrap {
  margin-top: 0.4375rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper + .form-option-wrapper {
  margin-top: 0.9375rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .bottom-form-wth-height-section {
  display: flex;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .bottom-form-wth-height-section > div {
  max-width: 6.25rem;
  width: 100%;
  margin-right: 0.9375rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .bottom-form-wth-height-section > div .select-wrapper {
  position: relative;
  margin-top: 0.3125rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .bottom-form-wth-height-section > div .select-wrapper:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 17px;
  top: 9px;
  z-index: 3;
  font-size: 0.8125rem;
  color: #D40E1A;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .bottom-form-wth-height-section > div select {
  cursor: pointer;
  font-size: 0.8125rem;
  margin-bottom: 0;
  background: #FAFAFA;
  box-shadow: 0 0 0 0.0625rem #D40E1A;
  border-radius: 1.875rem;
  -webkit-appearance: none;
  color: #D40E1A !important;
  letter-spacing: -0.4px;
  height: 2.375rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .bottom-form-wth-height-section > div select:hover {
  box-shadow: 0 0 0 0.125rem #ddd;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .decoration-options .decoration-wrapper {
  width: 12.5rem;
  position: relative;
  margin-top: 0.3125rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .decoration-options .decoration-wrapper:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 17px;
  top: 9px;
  z-index: 3;
  font-size: 0.8125rem;
  color: #D40E1A;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .decoration-options .decoration-wrapper select {
  cursor: pointer;
  font-size: 0.8125rem;
  margin-bottom: 0;
  background: #FAFAFA;
  box-shadow: 0 0 0 0.0625rem #D40E1A;
  border-radius: 1.875rem;
  -webkit-appearance: none;
  color: #D40E1A !important;
  letter-spacing: -0.4px;
  height: 2.375rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .decoration-options .decoration-wrapper select:hover {
  box-shadow: 0 0 0 0.125rem #ddd;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .price-wrap {
  margin-top: 1.5625rem;
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .price-wrap .symbwol-price {
  margin-right: 0.3125rem;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .calc-button-add-to-cart {
  background: #D40E1A;
  border-radius: 1.875rem !important;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: "FuturaDemiC";
  text-transform: none !important;
  transition: 0.3s ease;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .calc-button-add-to-cart:hover {
  background: #1F242A;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form.loading {
  opacity: 0.6;
}
.calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form.loading:before {
  position: absolute;
  left: calc(50% - 12.5px);
  top: calc(50% - 12.5px);
  display: inline-block;
  content: "";
  z-index: 9;
  width: 25px;
  height: 25px;
  background-color: #f1f1f9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #D40E1A;
  border-bottom-color: transparent;
  animation: spinner 1s linear infinite paused;
  -webkit-animation: spinner 1s linear infinite;
}

.dis-non {
  display: none !important;
}

.dis-blk {
  display: block !important;
}

.alignment-menu {
  display: inline-flex;
  padding: 1em 1.5em;
  border-radius: 48px;
  background-color: mediumslateblue;
  border: 2px solid darkslateblue;
}

.alignment-menu-item + .alignment-menu-item {
  margin-left: 0.5em;
}
.alignment-menu-item label {
  display: inline-block;
  padding: 0.15em;
  color: white;
  background-color: mediumslateblue;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: all 0.1s ease;
}
.alignment-menu-item label:hover, .alignment-menu-item label:focus {
  background-color: slateblue;
}
.alignment-menu-item label:active {
  background-color: darkslateblue;
  transition: border-color 0.1s ease, background-color 0s;
}
.alignment-menu-item svg {
  fill: currentColor;
  height: 2em;
  width: 2em;
}
.alignment-menu-item input[type=radio] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
.alignment-menu-item input[type=radio]:checked + label {
  background-color: slateblue;
  border: 2px solid darkslateblue;
}

@keyframes spinner {
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
  }
}
/*-------------------------------------------------------------------

==  Slider Click

-------------------------------------------------------------------*/
.cart-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.cart-menu-wrap .cart-overflow-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.cart-menu-wrap .slide-cart-wrap {
  opacity: 0;
  transform: translateX(470px);
  width: 470px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 5;
}
.cart-menu-wrap .slide-cart-wrap .title-cart-content {
  position: relative;
  background: #F5F5F5;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-menu-wrap .slide-cart-wrap .title-cart-content h6 {
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.cart-menu-wrap .slide-cart-wrap .title-cart-content .close-btn-cart {
  cursor: pointer;
  display: inline-flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-menu-wrap .slide-cart-wrap .title-cart-content .close-btn-cart svg line {
  transition: 0.3s ease;
}
.cart-menu-wrap .slide-cart-wrap .title-cart-content .close-btn-cart:hover svg line {
  stroke: #D40E1A !important;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu {
  height: 100%;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content {
  height: 100%;
  position: relative;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul {
  margin-top: 80px;
  height: calc(100% - 390px);
  overflow-x: auto;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines-product-image-wrap {
  max-width: 60px;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines-product-image-wrap img {
  width: 100%;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines--cart-right-content {
  padding-left: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines--cart-right-content .product-title {
  color: #1F242A;
  font-size: 16px;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines--cart-right-content .product-title a {
  font-size: 15px !important;
  color: inherit;
  transition: 0.3s ease;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines--cart-right-content .product-title a:hover {
  color: #D40E1A;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines--cart-right-content .quantity {
  color: #1F242A;
  font-size: 14px;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines--cart-right-content .quantity .woocommerce-Price-currencySymbol {
  margin-left: 3px;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines--cart-right-content .quantity span {
  color: #909090;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .remove {
  position: absolute;
  right: 50px;
  top: 0;
  font-size: 20px;
  color: #909090 !important;
  transition: 0.3s ease;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .remove:hover {
  color: #D40E1A !important;
  background: transparent !important;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li + li {
  margin-top: 30px;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .blockUI {
  background: #ffffff !important;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .blockUI:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f110" !important;
  background: transparent !important;
  right: 50% !important;
  top: 50% !important;
  color: #D40E1A;
  position: absolute;
  animation: rotate 1.8s linear infinite;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content .empty-cart {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 50px;
  align-items: center;
  justify-content: center;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content .empty-cart i {
  font-size: 22px;
  color: #E61E25;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content .empty-cart .woocommerce-mini-cart__empty-message {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #909090;
  font-size: 14px;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__total {
  background: #F5F5F5;
  height: 65px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
  font-size: 14px;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__total strong {
  font-weight: normal !important;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__total .amount {
  font-size: 17px;
  color: #1F242A;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__total .amount .woocommerce-Price-currencySymbol {
  margin-left: 3px;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__buttons {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__buttons a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__buttons a:nth-child(1) {
  background: #D40E1A;
  color: #fff;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__buttons a:nth-child(1):hover {
  background: #1F242A;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__buttons a:nth-child(2) {
  color: #D40E1A;
  border: 1px solid #D40E1A;
  background: transparent;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__buttons a:nth-child(2):hover {
  color: #fff;
  background: #D40E1A;
}
.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__buttons a + a {
  margin-top: 15px;
}

.search-menu-warp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.search-menu-warp .search-overflow-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.search-menu-warp .seaech-wrap {
  opacity: 0;
  transform: translateX(470px);
  width: 470px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 5;
}
.search-menu-warp .seaech-wrap .title-search-content {
  position: relative;
  background: #F5F5F5;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-menu-warp .seaech-wrap .title-search-content h6 {
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.search-menu-warp .seaech-wrap .title-search-content .close-search {
  cursor: pointer;
  display: inline-flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search-menu-warp .seaech-wrap .title-search-content .close-search svg line {
  transition: 0.3s ease;
}
.search-menu-warp .seaech-wrap .title-search-content .close-search:hover svg line {
  stroke: #D40E1A !important;
}
.search-menu-warp .seaech-wrap .products-search {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content {
  width: 100%;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content select {
  color: #909090 !important;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content select::placeholder {
  color: #909090 !important;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content input {
  color: #909090 !important;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content input::placeholder {
  color: #909090 !important;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content button {
  height: 50px;
  font-size: 16px;
  width: 100%;
  background: #D40E1A;
  color: #fff;
  transition: 0.3s ease;
  font-weight: normal !important;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content button:hover {
  background: #1F242A;
}

.login-form-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.login-form-wrap .login-form-overflow-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.login-form-wrap .title-login-from-content {
  position: relative;
  background: #F5F5F5;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form-wrap .title-login-from-content h6 {
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.login-form-wrap .title-login-from-content .close-btn-login-from {
  cursor: pointer;
  display: inline-flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.login-form-wrap .title-login-from-content .close-btn-login-from svg line {
  transition: 0.3s ease;
}
.login-form-wrap .title-login-from-content .close-btn-login-from:hover svg line {
  stroke: #D40E1A !important;
}
.login-form-wrap .register-form-wrap {
  opacity: 0;
  transform: translateX(100%);
  width: 470px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 5;
}
.login-form-wrap .register-form-wrap .title-register-content {
  position: relative;
  background: #F5F5F5;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form-wrap .register-form-wrap .title-register-content h6 {
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.login-form-wrap .register-form-wrap .title-register-content .close-btn-register {
  cursor: pointer;
  display: inline-flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.login-form-wrap .register-form-wrap .title-register-content .close-btn-register svg line {
  transition: 0.3s ease;
}
.login-form-wrap .register-form-wrap .title-register-content .close-btn-register:hover svg line {
  stroke: #D40E1A !important;
}
.login-form-wrap .register-form-wrap .register-form-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form {
  width: 100%;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form p + p {
  margin-top: 20px;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form .signonpassword-wrap {
  position: relative;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form .signonpassword-wrap span {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E2E2E2;
  cursor: pointer;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form .signonpassword-wrap input {
  padding-right: 55px;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form input {
  font-size: 14px;
  color: #909090 !important;
  margin-bottom: 0;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form input::placeholder {
  font-size: 14px;
  color: #909090 !important;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form input.error {
  border-color: #D40E1A;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form label.error {
  display: none !important;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form .text-center {
  margin-top: 35px;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form .text-center button {
  height: 50px;
  font-size: 16px;
  width: 100%;
  background: #D40E1A;
  color: #fff;
  transition: 0.3s ease;
}
.login-form-wrap .register-form-wrap .register-form-wrapper form .text-center button:hover {
  background: #1F242A;
}
.login-form-wrap .login-form-wrap-slide {
  opacity: 0;
  transform: translateX(100%);
  width: 470px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 5;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth p + p {
  margin-top: 20px;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth p input {
  margin-bottom: 0;
  font-size: 14px;
  color: #909090 !important;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth p input::placeholder {
  font-size: 14px;
  color: #909090 !important;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth p.login-password {
  position: relative;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth p.login-password span {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E2E2E2;
  cursor: pointer;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth p.login-password input {
  padding-right: 55px;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .remember--lost-password-wrapper {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #1F242A;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .remember--lost-password-wrapper .remember-login-checkbox-label {
  cursor: pointer;
  padding-left: 20px;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .remember--lost-password-wrapper .remember-login-checkbox-label input {
  border: 0;
  padding: 0;
  width: 0;
  position: relative;
  appearance: none !important;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .remember--lost-password-wrapper .remember-login-checkbox-label input:before {
  cursor: pointer;
  top: -12px;
  position: absolute;
  left: -19px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #E2E2E2;
  background: #E2E2E2;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .remember--lost-password-wrapper .remember-login-checkbox-label input:checked:before {
  border: 1px solid #1F242A;
  background: #1F242A;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .remember--lost-password-wrapper .remember-login-checkbox-label input:checked:after {
  color: #fff;
  position: absolute;
  top: -9px;
  left: -16px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .remember--lost-password-wrapper .lost-password-from-btn {
  color: #1F242A;
  cursor: pointer;
  transition: 0.3s ease;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .remember--lost-password-wrapper .lost-password-from-btn:hover {
  color: #D40E1A;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .login-submit {
  margin-top: 35px;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .login-submit button {
  height: 50px;
  font-size: 16px;
  width: 100%;
  background: #D40E1A;
  color: #fff;
  transition: 0.3s ease;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .login-submit button:hover {
  background: #1F242A;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .register-btn-from {
  margin-top: 15px;
  border: 1px solid #D40E1A;
  color: #D40E1A;
  transition: 0.3s ease;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .register-btn-from:hover {
  background: #D40E1A;
  color: #fff;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .logout-btn-wrap {
  display: flex;
  flex-direction: column;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .logout-btn-wrap a {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .logout-btn-wrap a + a {
  margin-top: 20px;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .logout-btn-wrap a:nth-child(1) {
  background: #D40E1A;
  color: #fff;
  transition: 0.3s ease;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .logout-btn-wrap a:nth-child(1):hover {
  background: #1F242A;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .logout-btn-wrap a:nth-child(2) {
  color: #D40E1A;
  border: 1px solid #D40E1A;
  transition: 0.3s ease;
}
.login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .logout-btn-wrap a:nth-child(2):hover {
  background: #D40E1A;
  color: #fff;
}
.login-form-wrap .lost-password-wrap {
  opacity: 0;
  transform: translateX(100%);
  width: 470px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 5;
}
.login-form-wrap .lost-password-wrap .title-lost-password-content {
  position: relative;
  background: #F5F5F5;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form-wrap .lost-password-wrap .title-lost-password-content h6 {
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.login-form-wrap .lost-password-wrap .title-lost-password-content .close-btn-lost-password {
  cursor: pointer;
  display: inline-flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.login-form-wrap .lost-password-wrap .title-lost-password-content .close-btn-lost-password svg line {
  transition: 0.3s ease;
}
.login-form-wrap .lost-password-wrap .title-lost-password-content .close-btn-lost-password:hover svg line {
  stroke: #D40E1A !important;
}
.login-form-wrap .lost-password-wrap .lost-pas-form-wrap-slide {
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.login-form-wrap .lost-password-wrap .lost-pas-form-wrap-slide input {
  font-size: 14px;
  color: #909090 !important;
  margin-bottom: 0;
}
.login-form-wrap .lost-password-wrap .lost-pas-form-wrap-slide input::placeholder {
  font-size: 14px;
  color: #909090 !important;
}
.login-form-wrap .lost-password-wrap .lost-pas-form-wrap-slide input.error {
  border-color: #D40E1A;
}
.login-form-wrap .lost-password-wrap .lost-pas-form-wrap-slide p {
  margin-top: 20px;
  margin-bottom: 35px;
  color: #909090;
  font-size: 12px;
}
.login-form-wrap .lost-password-wrap .lost-pas-form-wrap-slide button {
  height: 50px;
  font-size: 16px;
  width: 100%;
  background: #D40E1A;
  color: #fff;
  transition: 0.3s ease;
}
.login-form-wrap .lost-password-wrap .lost-pas-form-wrap-slide button:hover {
  background: #1F242A;
}

p.status {
  color: #909090;
  font-size: 12px;
  margin-bottom: 20px;
}

#formOrderOneClick .popup {
  width: 508px !important;
  border-radius: 0 !important;
  padding: 30px 20px !important;
}
#formOrderOneClick .popup .close_order {
  background: transparent !important;
  border: transparent !important;
  box-shadow: none !important;
  font-size: 20px !important;
  color: #909090 !important;
}
#formOrderOneClick .popup form {
  display: flex;
  flex-wrap: wrap;
}
#formOrderOneClick .popup form .buyvalide {
  order: 1;
  box-shadow: none !important;
  height: 50px;
  padding: 20px;
  border-color: #E2E2E2 !important;
  color: #909090 !important;
  font-size: 14px !important;
  text-shadow: none !important;
  margin: 0;
  width: calc(100% - 150px);
}
#formOrderOneClick .popup form .buyvalide:hover {
  font-size: 14px !important;
  color: #909090 !important;
  text-shadow: none !important;
}
#formOrderOneClick .popup form .phoneFormat {
  display: none;
}
#formOrderOneClick .popup form button {
  box-shadow: none !important;
  border: none !important;
  order: 2;
  width: 150px;
  height: 50px;
  background: #D40E1A !important;
  transition: 0.3s ease !important;
  text-shadow: none !important;
  margin: 0 !important;
}
#formOrderOneClick .popup form button:hover {
  background: #1F242A !important;
}
#formOrderOneClick .popup form button .ld {
  top: 50% !important;
  right: auto !important;
  left: 25px !important;
  position: absolute !important;
  animation: none !important;
}
#formOrderOneClick .popup form button .ld:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f110" !important;
  border-color: transparent !important;
  animation: spin 2s linear infinite;
  border: none !important;
}
#formOrderOneClick .popup form button.running {
  padding-left: 6px !important;
}
#formOrderOneClick .popup form .form-message-result {
  order: 3;
  margin-top: 7px;
  margin-bottom: 0 !important;
  color: #E61E25 !important;
  font-size: 13px !important;
  position: absolute;
  left: 0;
  bottom: -27px;
  width: 100%;
}
#formOrderOneClick .popup form h2 {
  width: 100%;
  font-size: 0 !important;
}
#formOrderOneClick .popup form h2:before {
  content: "Замовлення в 1 клік";
  font-size: 18px !important;
}

.search-menu-warp .seaech-wrap .products-search .product-search-content .nice-select {
  position: relative;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content .nice-select .current {
  position: relative;
  cursor: pointer;
  min-width: 100%;
  height: 2.8125rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid #DDDDDD;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  color: #909090 !important;
  margin-bottom: 20px;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content .nice-select .current:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  content: "\f107";
  right: 0.625rem;
  top: calc(50% - 7px);
  transition: 0.3s ease;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content .nice-select ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background: #ffffff;
  height: auto;
  min-width: 240px;
  max-height: 100px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 7;
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.2);
  transform: scaleY(0.9) translateY(0);
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content .nice-select ul li {
  cursor: pointer;
  overflow: hidden;
  line-height: 3em;
  padding: 0 10px;
  color: #1F242A;
  background: transparent;
  border-bottom: 1px solid #e7e7e7;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  font-size: 11px;
  display: block;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content .nice-select ul li:hover {
  background: #f2f2f2;
}
.search-menu-warp .seaech-wrap .products-search .product-search-content .nice-select.open .current:before {
  transform: rotate(180deg);
}
.search-menu-warp .seaech-wrap .products-search .product-search-content .nice-select.open ul {
  top: 0;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateY(40px);
}

/*-------------------------------------------------------------------

==  Woo Default Style

-------------------------------------------------------------------*/
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-weight: normal !important;
}

.woocommerce table.shop_table th {
  font-weight: normal !important;
}

.cart-collaterals .cart_totals table tr.order-total td strong {
  font-weight: normal !important;
}

.woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot .order-total td strong {
  font-weight: normal !important;
}

.shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .templines--add-to-cart-btn a {
  font-weight: normal !important;
  border-radius: 0 !important;
}

.cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__buttons a {
  border-radius: 0 !important;
}

/*-------------------------------------------------------------------

==  Filter

-------------------------------------------------------------------*/
.widget_product_categories ul li {
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  position: relative;
  transition: 0.3s ease;
}
.widget_product_categories ul li a {
  color: #1F242A;
  padding-left: 25px;
  position: relative;
  transition: 0.3s ease;
}
.widget_product_categories ul li a:before {
  cursor: pointer;
  top: 0;
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #E2E2E2;
}
.widget_product_categories ul li a:hover {
  color: #D40E1A;
}
.widget_product_categories ul li.current-cat {
  font-family: "ProximaNova-Bold" !important;
}
.widget_product_categories ul li.current-cat > a:before {
  background: #1F242A;
}
.widget_product_categories ul li.current-cat > a:after {
  color: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.widget_product_categories ul li .children {
  padding-left: 20px;
  padding-top: 7px;
}
.widget_product_categories ul li + li {
  margin-top: 0.4375rem !important;
}
.widget_product_categories ul li .count {
  color: #909090 !important;
  font-family: "ProximaNova-Regular";
  margin-left: 3px;
}

.widget_layered_nav ul li {
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  position: relative;
  transition: 0.3s ease;
}
.widget_layered_nav ul li a {
  color: #1F242A;
  padding-left: 25px !important;
  position: relative;
  transition: 0.3s ease;
}
.widget_layered_nav ul li a:before {
  cursor: pointer;
  top: 2px;
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #E2E2E2;
}
.widget_layered_nav ul li a:hover {
  color: #D40E1A;
}
.widget_layered_nav ul li.chosen {
  font-family: "ProximaNova-Bold" !important;
}
.widget_layered_nav ul li.chosen > a:before {
  cursor: pointer;
  top: 2px;
  position: absolute;
  left: 0;
  content: "" !important;
  display: block;
  width: 15px;
  height: 15px;
  background: #1F242A;
}
.widget_layered_nav ul li.chosen > a:after {
  color: #fff;
  position: absolute;
  top: 5px;
  left: 3px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.widget_layered_nav ul li .children {
  padding-left: 20px;
  padding-top: 7px;
}
.widget_layered_nav ul li + li {
  margin-top: 0.4375rem !important;
}
.widget_layered_nav ul li .count {
  color: #909090 !important;
  font-family: "ProximaNova-Regular";
  margin-left: 3px;
}

.widget_price_filter .button {
  display: none !important;
}
.widget_price_filter .ui-slider-horizontal {
  height: 4px !important;
}
.widget_price_filter .ui-widget-content {
  background: #F5F5F5 !important;
}
.widget_price_filter .ui-slider .ui-slider-range {
  background: #D40E1A !important;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  background: #D40E1A !important;
  width: 13px !important;
  height: 13px !important;
}
.widget_price_filter .price_label {
  font-size: 13px;
  text-align: left;
  font-family: "ProximaNova-Bold";
}

.templines-shop-container .widget .fl-widget--title {
  font-size: 18px;
  margin-bottom: 25px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E2E2E2;
}
.templines-shop-container .widget + .widget {
  margin-top: 50px;
}

.filter-mobile-product-entry-content .widget .fl-widget--title {
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E2E2E2;
}
.filter-mobile-product-entry-content .widget + .widget {
  margin-top: 50px;
}

.prdctfltr_checkboxes .prdctfltr_sub {
  margin-top: 0.4375rem !important;
  margin-bottom: 0.4375rem !important;
  margin-left: 20px !important;
}
.prdctfltr_checkboxes .prdctfltr_sub + label {
  margin-top: 0.4375rem !important;
}
.prdctfltr_checkboxes label > span {
  color: #1F242A;
  padding-left: 25px !important;
  position: relative !important;
  transition: 0.3s ease;
  font-weight: normal !important;
}
.prdctfltr_checkboxes label > span:before {
  border: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  top: 2px;
  position: absolute;
  left: 0;
  content: "" !important;
  display: block;
  width: 15px !important;
  height: 15px !important;
  background: #E2E2E2 !important;
  border-radius: 0 !important;
}
.prdctfltr_checkboxes label + label {
  margin-top: 0.4375rem !important;
}
.prdctfltr_checkboxes label.prdctfltr_active {
  font-family: "ProximaNova-Bold" !important;
}
.prdctfltr_checkboxes label.prdctfltr_active > span {
  font-weight: normal !important;
}
.prdctfltr_checkboxes label.prdctfltr_active > span:before {
  cursor: pointer;
  top: 2px;
  position: absolute;
  left: 0;
  content: "" !important;
  display: block;
  width: 15px;
  height: 15px;
  background: #1F242A !important;
}
.prdctfltr_checkboxes label.prdctfltr_active > span:after {
  color: #fff;
  position: absolute;
  top: 5px;
  left: 3px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.prdctfltr_checkboxes .prdctfltr_count {
  color: #909090 !important;
  font-family: "ProximaNova-Regular";
  margin-left: 3px;
  font-weight: normal !important;
  border: 0 !important;
  font-size: 13px;
}
.prdctfltr_checkboxes .prdctfltr_count .pf-recount:before {
  content: "(";
  margin-right: 2px;
}
.prdctfltr_checkboxes .prdctfltr_count .pf-recount:after {
  margin-left: 2px;
  content: ")";
}

.prdctfltr_collector, .prdctfltr_buttons, .prdctfltr_ft_none, .irs-max, .irs-min, .prdctfltr_ft_both {
  display: none !important;
}

.irs-from, .irs-to {
  background: #D40E1A !important;
}

.irs-slider {
  border-radius: 100%;
  background: #D40E1A !important;
  height: 15px !important;
  width: 15px !important;
  top: 30px !important;
}

.irs-bar {
  height: 4px !important;
  top: 36px !important;
  background: #D40E1A !important;
}

.woocommerce-ordering:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  content: "\f107";
  right: 0.625rem;
  top: calc(50% - 7px);
  transition: 0.3s ease;
  z-index: 2;
}

.nice-select.orderby .current:before {
  display: none !important;
}

select.orderby {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  position: relative;
  cursor: pointer;
  min-width: 12.1875rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  background: #F5F5F5;
  padding-left: 0.9375rem !important;
  font-size: 0.75rem !important;
  margin-bottom: 0 !important;
  border: 0 !important;
}
select.orderby::-ms-expand {
  display: none !important;
}

.prdctfltr-pagination {
  margin-top: 35px;
}
.prdctfltr-pagination li {
  border: 0 !important;
  margin: 0 7.5px !important;
}
.prdctfltr-pagination li span, .prdctfltr-pagination li a {
  cursor: pointer;
  font-family: "ProximaNova-Bold";
  font-weight: normal !important;
  background: #F5F5F5 !important;
  width: 40px;
  height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  transition: 0.3s ease;
}
.prdctfltr-pagination li span:hover, .prdctfltr-pagination li span.current, .prdctfltr-pagination li a:hover, .prdctfltr-pagination li a.current {
  background: #D40E1A !important;
  color: #fff !important;
}
.prdctfltr-pagination li a.next {
  font-size: 0 !important;
}
.prdctfltr-pagination li a.next:before {
  font: normal normal normal 14px/1 FontAwesome !important;
  content: "\f105";
}
.prdctfltr-pagination li a.prev {
  font-size: 0 !important;
}
.prdctfltr-pagination li a.prev:before {
  font: normal normal normal 14px/1 FontAwesome !important;
  content: "\f104";
}

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 1200px

-------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap .user-account-wrap, .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap .header-cart-icon-wrap {
    flex: 0 0 3.75rem;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap .header-cart-icon-wrap .fl-woo-cart-contents .fl--woo-cart-items i, .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap .user-account-wrap i {
    margin-right: 0;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap .header-cart-icon-wrap .fl-woo-cart-contents .fl--woo-cart-items i:before, .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap .user-account-wrap i:before {
    margin-right: 0;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap {
    min-width: auto;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap .user-account-wrap, .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap .header-cart-icon-wrap {
    width: 3.75rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap .user-account-wrap .text-content, .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap .header-cart-icon-wrap .text-content {
    display: none;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-nav-menu ul {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-nav-menu ul li a {
    padding: 0 1.25rem;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap.header-open-nav-class .header-left-nav-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1.5625rem);
  }
  .home-page-wrapper .entry-home-page-content {
    margin-left: 0;
  }
  .home-page-wrapper .entry-home-page-content .home-page-slider-item img {
    width: 100%;
  }
  .home-page-wrapper .bottom-home-page-product-wrap .small-product {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .home-page-wrapper .bottom-home-page-product-wrap .home-page-product-wrap {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .home-page-wrapper .bottom-home-page-product-wrap .home-page-product-wrap .products .shop-archive-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*-------------------------------------------------------------------

==  max-width 1170px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 1024px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 992px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 991px

-------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .sub-form-wrapper .entry-content .subc-title {
    font-size: 24px;
  }
  .sub-form-wrapper .entry-content p {
    font-size: 15px;
  }
  .page-template-other-page .sub-form-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
  .templines-other-page-wrap .page-content .text-content-entry-content p br {
    display: none !important;
  }
  .templines-other-page-wrap .page-content .text-content-entry-content p + p {
    margin-top: 20px;
  }
  .page-template-other-page .header-page-wrapper .breadcrumbs {
    margin-top: 150px;
  }
  .page-template-other-page .header-page-wrapper .page-title {
    font-size: 33px;
    margin-top: 15px;
  }
  .page-template-other-page .page-title-inner-wrap {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .page-template-other-page .header-page-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
  .woocommerce div.product div.images {
    padding: 0 !important;
  }
  .woocommerce div.product div.summary {
    padding: 0 !important;
  }
  .templines-single-product .breadcrumbs {
    margin-bottom: 20px;
  }
  .sidebar-container.col-md-3 {
    display: none !important;
  }
  .mobile-product-nav-menu.product-filter-btn {
    display: block !important;
  }
  .woocommerce div.product .product_title {
    font-size: 23px;
  }
  .summary .templines-add-to-cart-wrap button:before {
    left: 20px;
  }
  .summary .templines-add-to-cart-wrap button.loading:after {
    left: 18px;
  }
  .woocommerce div.product form.cart .button {
    font-size: 12px;
  }
  .woocommerce div.product form.cart .price {
    font-size: 18px;
  }
  .bottom-product-inner-wrap {
    margin-top: 0;
    margin-bottom: 35px;
  }
  .bottom-product-inner-wrap .tabs__list li a {
    font-size: 17px;
  }
  .bottom-product-inner-wrap .section .shop_attributes tbody tr th, .bottom-product-inner-wrap .section .shop_attributes tbody tr td {
    font-size: 13px;
  }
  .templines-single-product > .container .col-md-12 {
    padding-left: 15px;
  }
  .templines-single-product {
    margin-top: 0;
  }
  .entry-content-single-product {
    flex-wrap: wrap;
  }
  .hide-lg {
    display: none !important;
  }
  .bottom-text-content .shop-btn-link-wrap a {
    font-size: 13px;
  }
  .bottom-text-content .product-home-page-content article {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap {
    position: relative;
    top: auto !important;
  }
  .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap {
    transform: rotateX(0);
  }
  .shop-archive-item .entry-product-content .templines-product-image-wrap img {
    width: 100%;
  }
  .shop-archive-item:hover {
    transform: translateY(0) !important;
  }
  .sub-form-wrapper .image-decor-wrapper .decore-image-wrap {
    display: none;
  }
  .middel-content-home-page {
    margin-top: -20px;
  }
  .middel-content-home-page .col-lg-3 {
    margin-top: 20px;
  }
  .dbl-middle-content-home-page .col-md-12 {
    margin-top: 20px;
  }
  .dbl-middle-content-home-page .banner-content-text {
    display: flex;
    align-items: center;
  }
  .dbl-middle-content-home-page .banner-content img {
    width: 100%;
  }
  .dbl-middle-content-home-page .banner-content .entry-content .text-content .banner-title-content {
    transform: translateY(0);
  }
  .dbl-middle-content-home-page .banner-content .entry-content .text-content .btn-link-content-wrap {
    opacity: 1;
    visibility: visible;
  }
  .temlines-header-wrapper-container .bottom-header-content-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .temlines-header-wrapper-container .bottom-header-content-wrap .menu-wrap {
    display: none;
  }
  .temlines-header-wrapper-container .bottom-header-content-wrap .mobile-menu-icon-wrap {
    display: inline-flex !important;
  }
  .home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content {
    padding: 40px;
  }
  .home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content .slider-item-title {
    font-size: 30px;
    line-height: 37px;
  }
  .home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content .btn-slider-wrap a {
    font-size: 13px;
  }
  .images.slider-with-left-content .templines-product-images-carousel-wrap {
    display: none !important;
  }
  .info-content-section .product-info-wrap .row > .col-md-6 {
    padding: 0 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .info-content-section .product-info-wrap .row > .col-md-6 + .col-md-6 {
    margin-top: 20px;
  }
  .bottom-product-inner-wrap .info-content-section {
    margin-top: 25px;
  }
  .contact-form-wrapper-inspire {
    margin: 0 auto;
  }
  .woocommerce div.product div.images {
    width: 100% !important;
  }
  .images.slider-with-left-content .images-sliders-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .images.slider-with-left-content .templines-big-slider-image-wrap {
    max-height: 100%;
    max-width: 100%;
  }
  .images.slider-with-left-content.slider-dont-have-four-slide .templines-product-images-carousel-wrap {
    display: none;
  }
  .woocommerce div.product div.summary {
    max-width: 100%;
    width: 100% !important;
  }
  .woocommerce div.product form.cart .button {
    padding: 1rem 2.8125rem !important;
  }
  .woocommerce div.product .product_title {
    font-size: 27px;
  }
  .templines-product-images-carousel-slider .slick-slide {
    float: left;
  }
  .images .templines-big-slider-image-wrap .single-product-image {
    max-width: 100%;
  }
  .breadcrumbs-page-top-header-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .templines-other-page-wrap .title-page-content-wrap {
    margin-bottom: 15px;
  }
  .templines-other-page-wrap .title-page-content-wrap .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
  .templines-other-page-wrap .title-page-content-wrap .col-8 .page-title {
    text-align: center;
    font-size: 30px;
  }
  .templines-other-page-wrap .container .row .col-md-4 {
    display: none;
  }
  .templines-other-page-wrap .container .row .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .templines-other-page-wrap .text-content-entry-content p + h4 {
    margin-top: 20px;
  }
  .templines-other-page-wrap .text-content-entry-content h4 + ul {
    margin-bottom: 20px;
  }
  .templines-other-page-wrap .page-content {
    margin-bottom: 50px;
  }
  .calc-page-wrapper .page-title h4 {
    font-size: 30px;
  }
  .calc-page-wrapper .page-title {
    margin-bottom: 30px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .left-header-content .header-title-wrap {
    padding: 20px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .left-header-content .header-title-wrap h3 {
    font-size: 20px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li {
    padding: 9px 19px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li .top-content {
    font-size: 12px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li .bottom-content {
    font-size: 15px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .col-5 img {
    max-width: 200px;
    margin-bottom: 25px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .col-7 .right--content-wrap-content {
    border-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-title {
    margin-bottom: 10px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-title h5 {
    font-size: 17px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .button-select-wrap .button-select-container .button-item-select-container {
    margin-top: 3px;
    margin-right: 7px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .button-select-wrap .button-select-container {
    flex-wrap: wrap;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .bottom-form-wth-height-section {
    flex-wrap: wrap;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .left-content-wrap-content {
    padding-right: 2.1875rem;
    border-bottom: 1px solid #ddd;
    padding-top: 25px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .button-select-wrap .button-select-container .button-item-select-container label {
    font-size: 14px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .color-select-wrap {
    margin-top: 10px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .left-content-wrap-content .image-content {
    height: 150px;
    min-height: 150px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .left-content-wrap-content .bottom-text-content {
    width: calc(100% - 60px);
  }
  .home-page-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  footer .top-footer-content .col-md-3:last-child {
    flex: 0 0 30%;
    max-width: 30%;
  }
  footer .top-footer-content .col-md-6 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .templines--add-to-cart-btn a {
    visibility: visible;
    opacity: 1;
  }
  .shop-archive-item .entry-product-content .yith-wcwl-add-to-wishlist {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .home-page-slider-wrap .home-page-slider .home-page-slider-item .slider-item-info-content {
    padding: 30px;
  }
  .home-page-slider-wrap .home-page-slider .home-page-slider-item .slider-item-info-content .slider-item-title {
    font-size: 30px;
  }
  .home-page-slider-wrap .home-page-slider .swiper-pagination {
    right: 20px;
    bottom: 20px;
  }
  .middle-content-home-page .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .middle-content-home-page .col-md-7 .about-us-content-wrap h3 {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .middle-content-home-page .col-md-7 .about-us-content-wrap p {
    margin-bottom: 20px;
  }
  .top-banner-content-gap {
    margin-top: 25px;
  }
  .middle-content-home-page {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .middle-content-home-page .col-md-5 {
    display: none;
  }
  .middle-dbl-content-home-page {
    margin-bottom: 50px;
  }
  .middle-dbl-content-home-page .banners-form-title {
    font-size: 25px;
  }
  .middle-dbl-content-home-page .middle-dbl-content-banner .entry-content .middle-title-banner-wrap {
    padding-bottom: 20px;
  }
  .middle-dbl-content-home-page .middle-dbl-content-banner .entry-content .middle-title-banner-wrap .middle-banner-title {
    font-size: 17px;
  }
  .middle-dbl-content-home-page .middle-dbl-content-banner .banner-middle-gap {
    margin-top: 25px;
  }
  .bottom-content-home-page .col-12 + .col-12 {
    margin-top: 20px;
  }
  .bottom-content-home-page .title-product-home-page {
    margin-bottom: 0;
    font-size: 25px;
  }
  .top-content-home-page-banner-wrap .entry-content .top-title-banner-wrap {
    padding-bottom: 17px;
  }
  .top-content-home-page-banner-wrap .entry-content .top-title-banner-wrap .top-banner-title {
    font-size: 15px;
  }
  .home-page-slider-wrap .home-page-slider .home-page-slider-item .slider-item-info-content .btn-slider-wrap .slider-item-btn {
    padding: 14px 24px;
    font-size: 13px;
  }
  .templines-header-wrapper {
    padding-top: 1.875rem;
  }
  .templines-header-wrapper .top-header-wrap {
    display: none;
  }
  .templines-header-wrapper .bottom-header-wrap .col-md-2 {
    display: none;
  }
  .templines-header-wrapper .bottom-header-wrap .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .templines-header-wrapper .bottom-header-wrap .right-header-menu-content-wrap {
    position: relative;
  }
  .templines-header-wrapper .bottom-header-wrap .right-header-menu-content-wrap .mobile-logotype-wrap {
    display: block !important;
  }
  .templines-header-wrapper .bottom-header-wrap .right-header-menu-content-wrap .mobile-logotype-wrap .img-logotype {
    width: 100%;
  }
  .templines-header-wrapper .bottom-header-wrap .right-header-menu-content-wrap .header-main-menu-nav-wrap {
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    z-index: 999;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-5px);
    border: 0.0625rem solid #ddd;
    width: 230px;
    transition: 0.3s ease;
  }
  .templines-header-wrapper .bottom-header-wrap .right-header-menu-content-wrap .header-main-menu-nav-wrap ul {
    justify-content: center;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .templines-header-wrapper .bottom-header-wrap .right-header-menu-content-wrap .header-main-menu-nav-wrap ul li {
    position: relative;
    padding: 0.775rem 1.25rem;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    border-top: 0.0625rem solid #f2f2f2;
    font-size: 0.6875rem;
    transition: 0.3s ease;
  }
  .templines-header-wrapper .bottom-header-wrap .right-header-menu-content-wrap .header-main-menu-nav-wrap ul li a {
    width: 100%;
    font-family: "ProximaNova-Regular" !important;
    color: #1e1e1e;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0 1.4375rem;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .templines-header-wrapper .bottom-header-wrap .right-header-menu-content-wrap .header-main-menu-nav-wrap.opened {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .templines-header-wrapper .bottom-header-wrap .right-header-menu-content-wrap .header-mobile-menu-wrap {
    display: inline-flex !important;
  }
  .bottom-content-single-product-wrap .tabs__list li {
    width: 100%;
  }
  .bottom-content-single-product-wrap .tabs__list li a {
    width: 100%;
    text-align: center;
  }
  .bottom-content-single-product-wrap .tabs__list li a:before {
    display: none;
  }
  .bottom-content-single-product-wrap .tabs__list li + li {
    margin-top: 0.3125rem;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap {
    display: none;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap {
    height: 55px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .woocommerce form.login, .woocommerce form.register {
    width: 100% !important;
  }
  .woocommerce form.login .lost_password, .woocommerce form.register .lost_password {
    margin-bottom: 0 !important;
  }
  .header-mobile {
    display: block !important;
  }
  .woocommerce .banner-image-product-archive-page img {
    min-height: 280px;
    width: auto;
    object-fit: cover;
  }
  .templines-single-product .col-md-3 .single-page-delivery-notice, .templines-single-product .col-md-3 .single-related {
    max-width: none;
  }
  .templines-single-product .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .templines-single-product .col-md-3 {
    margin-top: 1.25rem;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .woocommerce-cart .woocommerce-cart-form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-cart .cart-collaterals {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-checkout .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout_coupon {
    width: 100%;
  }
  .woocommerce-checkout .entry-order-content {
    margin-top: 1.25rem;
  }
  .mobile-product-nav-menu {
    display: inline-flex !important;
  }
  .mobile-product-nav-menu.product-menu-btn {
    display: none !important;
  }
  .post-type-archive-product .mobile-product-nav-menu {
    display: inline-flex !important;
  }
  .templines-shop-container .sidebar-container {
    display: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .templines-shop-container .templines-content-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page {
    min-height: 13.75rem;
  }
  .temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page img {
    width: 100%;
  }
  .templines-single-product .templines-add-to-cart-wrap button:before {
    margin-right: 6px;
  }
  .page-error-wrap .error-page-decor-bg-img-wrap {
    display: none;
  }
  .page-error-wrap {
    padding-top: 0;
    text-align: center;
  }
  .page-error-wrap .error-page-text-content-wrap .button-container {
    align-items: center;
    justify-content: center;
  }
  .page-error-wrap .error-page-text-content-wrap .page-error-title {
    font-size: 80px;
  }
  .page-error-wrap .error-page-text-content-wrap {
    padding-bottom: 120px;
  }
}
/*-------------------------------------------------------------------

min-width 768px

-------------------------------------------------------------------*/
@media (max-width: 768px) {
  #formOrderOneClick .popup form button .ld {
    display: none !important;
  }
  #formOrderOneClick .popup form button.running {
    opacity: 0.6 !important;
  }
  .shop-archive-item .entry-product-content .product-archive-label {
    font-size: 11px !important;
  }
  .shop-archive-item .entry-product-content .yith-wcwl-add-to-wishlist {
    right: 16px;
  }
  .temlines-header-wrapper-container .bottom-header-content-wrap .icon-wrap > div {
    margin: 0 8px;
  }
  .contact-from-content-wrapper > .entry-content {
    padding: 30px 25px;
  }
  .contact-from-content-wrapper .contact-info-wrap .title-info {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .contact-from-content-wrapper .contact-info-wrap .number-wrap span:nth-child(1) {
    margin-right: 10px;
  }
  .number-wrap {
    font-size: 14px;
  }
  .contact-from-content-wrapper .contact-info-wrap .bottom-title-info {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .social-media-contact {
    font-size: 14px;
  }
  .contact-form-knife-boss {
    margin-top: 25px;
  }
  .contact-from-content-wrapper .contact-form-knife-boss .button-contact-wrap button {
    font-size: 13px !important;
  }
  .temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page .banner-bottom-content .banner-tag {
    font-size: 21px;
  }
  .temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page .banner-bottom-content .banner-title {
    font-size: 19px !important;
    margin-top: 3px !important;
    line-height: 1.2;
    margin-bottom: 13px;
  }
  .temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page {
    background: #f7f7f7;
  }
  .temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page img {
    position: relative;
    top: -76px;
  }
  #formOrderOneClick .popup form .buyvalide {
    width: calc(100% - 110px);
  }
  #formOrderOneClick .popup form button {
    width: 110px;
  }
  #formOrderOneClick .popup form button span {
    font-size: 13px;
  }
  #formOrderOneClick .popup {
    max-width: 90% !important;
  }
  .bottom-product-inner-wrap .section .shop_attributes tbody tr th {
    width: 50%;
  }
  .woocommerce-page div.product div.images {
    overflow: hidden;
  }
  .search-menu-warp .seaech-wrap .products-search .product-search-content button {
    font-size: 13px;
  }
  .sub-form-wrapper .entry-content .form-sub-wrapper .mc4wp-form-fields p input[type=submit] {
    font-size: 11px;
  }
  .sub-form-wrapper .entry-content p {
    font-size: 13px;
  }
  .sub-form-wrapper .entry-content .subc-title {
    font-size: 20px;
  }
  .sub-form-wrapper {
    padding-top: 40px;
  }
  .sub-form-wrapper .image-decor-wrapper {
    display: none;
  }
  .sub-form-wrapper .entry-content {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .shop-archive-item .entry-product-content .templines--woo-shop-loop-title {
    min-height: 31px;
  }
  .shop-archive-item .entry-product-content .templines--woo-shop-loop-title {
    font-size: 14px;
  }
  .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .fl--woo-price-wrap .price {
    font-size: 13px;
  }
  .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .entry-wrap .clickBuyButton span {
    font-size: 12px;
  }
  .middel-content-home-page {
    margin-bottom: 40px;
  }
  .temlines-header-wrapper-container .bottom-header-content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .middel-content-home-page .icon-box-content-wrap .entry-content .icon-box-text-content {
    font-size: 13px;
  }
  .middel-content-home-page .icon-box-content-wrap .entry-content .icon-box-title-content {
    font-size: 14px;
  }
  .middel-content-home-page .icon-box-content-wrap .entry-content .icon-box-icon-wrap {
    width: 35px;
  }
  .home-page-wrapper .home-page-slider-wrap .home-page-slider-item .image-wrap {
    min-height: 140% !important;
  }
  .home-page-wrapper .home-page-slider-wrap .home-page-slider-item .image-wrap img {
    height: 140% !important;
    width: 140% !important;
    max-width: 140% !important;
  }
  .search-menu-warp .seaech-wrap {
    width: 370px;
  }
  .search-menu-warp .seaech-wrap .products-search {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-form-wrap .register-form-wrap .register-form-wrapper form .text-center button {
    font-size: 13px;
  }
  .login-form-wrap .register-form-wrap {
    width: 370px;
  }
  .login-form-wrap .register-form-wrap .register-form-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-form-wrap .lost-password-wrap {
    width: 370px;
  }
  .login-form-wrap .lost-password-wrap .lost-pas-form-wrap-slide button {
    font-size: 13px;
  }
  .login-form-wrap .lost-password-wrap .lost-pas-form-wrap-slide {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .login-submit button, .login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap .ajax-auth .register-btn-from {
    font-size: 13px;
  }
  .login-form-wrap .login-form-wrap-slide .login-form-wrapper .login-entry-content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-form-wrap .login-form-wrap-slide {
    width: 370px;
  }
  .cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__buttons a {
    font-size: 13px;
  }
  .cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__total .amount {
    font-size: 16px;
  }
  .cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__total {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li .temlines--cart-right-content .product-title a {
    font-size: 14px !important;
  }
  .cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .woocommerce-mini-cart__buttons {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cart-menu-wrap .slide-cart-wrap .fl-shopping-cart-content-menu .widget_shopping_cart_content ul {
    margin-top: 30px;
    height: calc(100% - 330px);
  }
  .cart-menu-wrap .slide-cart-wrap {
    width: 370px;
  }
  .dbl-middle-content-home-page {
    margin-bottom: 40px;
  }
  .bottom-text-content .title-content h2 {
    font-size: 24px;
  }
  .dbl-middle-content-home-page .col-md-6:nth-child(2) {
    margin-top: 20px;
  }
  .home-page-wrapper .home-page-slider-wrap .swiper-button-prev, .home-page-wrapper .home-page-slider-wrap .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .home-page-wrapper .home-page-slider-wrap .swiper-counter {
    display: none;
  }
  .home-page-wrapper .home-page-slider-wrap .swiper-button-prev {
    right: 40px !important;
  }
  .home-page-wrapper .home-page-slider-wrap {
    margin-bottom: 50px;
  }
  .home-page-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content .slider-item-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .home-page-wrapper .home-page-slider-wrap .home-page-slider-item .entry-content .slider-item-info-content .btn-slider-wrap a {
    font-size: 12px;
    padding: 14px 38px;
  }
  .page-template-other-page .text-content-entry-content p + h3 {
    margin-top: 30px;
  }
  footer .top-footer-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sub-form-wrapper .entry-content .form-sub-wrapper .mc4wp-form-fields p input[type=submit] {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
  }
  .summary .templines-add-to-cart-wrap .clickBuyButton {
    order: 3;
    margin-top: 15px;
  }
  .woocommerce div.product div.summary {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
  .images .templines-big-slider-image-wrap .single-product-image {
    overflow: visible !important;
  }
  .templines-woo-filter-top-content .breadcrumbs {
    display: none;
  }
  .temlines-main-shop-wrap {
    margin-top: 30px;
  }
  .product-inner-info-wrap img {
    display: none;
    margin-top: 15px;
  }
  .bottom-product-inner-wrap .info-content-section {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .bottom-product-inner-wrap .regulations-content-section {
    margin-bottom: 30px;
  }
  .bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap .title-content-info-wrap .info-title-wrap h6 {
    font-size: 18px;
  }
  .bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap .title-content-info-wrap .icon-wrap {
    margin-right: 7px;
  }
  .bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap .title-content-info-wrap .icon-wrap svg {
    width: 18px;
  }
  .bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap .title-content-info-wrap {
    margin-bottom: 15px;
  }
  .bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap p {
    font-size: 14px;
  }
  .bottom-product-inner-wrap .regulations-content-section .info-regulations-content-item-wrap p br {
    display: none;
  }
  .summary .woocommerce-product-details__short-description .info-calc-wrapper .entry-content .text-content {
    font-size: 11px;
  }
  .regulations-content-section .col-md-4 + .col-md-4 {
    margin-top: 20px;
  }
  .top-content-home-page .col-md-4 .row .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .top-content-home-page .col-md-4 .row .col-12 .top-banner-content-gap {
    display: none;
  }
  .top-content-home-page .col-md-4 .row .col-12 .top-content-home-page-banner-wrap {
    margin-top: 20px;
  }
  .middle-dbl-content-home-page .col-md-6 .col-md-12 {
    margin-top: 20px;
  }
  .middle-dbl-content-home-page .col-md-6 .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bottom-content-home-page .title-product-home-page {
    text-align: center !important;
    display: none !important;
  }
  .bottom-content-home-page .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
  .bottom-content-home-page .product-title-wrap {
    text-align: center;
  }
  .bottom-content-home-page .product-title-wrap .bottom-content-link {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .bottom-content-home-page .product-title-wrap .bottom-content-link:before {
    display: none;
  }
  footer .top-footer-content .container .widget_nav_menu ul li {
    width: 100%;
    max-width: none;
  }
  .widget_templines_theme_helper_contact_phone_number .phone-number-content, .widget_templines_theme_helper_contact_phone_number .address-content {
    justify-content: center;
  }
  footer .bottom-footer-content .templines-regular-font-style {
    flex-wrap: wrap;
  }
  footer .bottom-footer-content .templines-regular-font-style > div {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
    margin-top: 10px;
  }
  footer .bottom-footer-content .templines-regular-font-style > div:first-child {
    order: 9;
  }
  footer .bottom-footer-content .templines-regular-font-style > div:nth-child(2) {
    margin-top: 0;
  }
  footer .top-footer-content .container .row > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  footer .top-footer-content .container .row > div.col-md-6 {
    order: 1;
  }
  footer .top-footer-content .container .row > div.col-md-3 {
    text-align: center;
    order: 3;
    margin-top: 20px;
  }
  footer .top-footer-content .container .row > div.col-md-3 .widget_nav_menu ul {
    display: none;
  }
  footer .top-footer-content .container .row > div.col-md-3 .widget_templines_theme_helper_social_profiles {
    margin-top: 10px;
  }
  footer .top-footer-content .container .row > div.col-md-3 .footer-social-profiles-ul {
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
  footer .top-footer-content .container .row > div.col-md-3 .footer-social-profiles-ul li + li {
    margin-top: 0;
    margin-left: 15px !important;
  }
  footer .top-footer-content .container .row > div.col-md-3:last-child {
    order: 2;
  }
  .search-form-product-wrap .search-animation-block {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .search-form-product-wrap form {
    margin-top: 0;
  }
  .search-form-product-wrap form .product-search-content input {
    font-size: 1.5rem;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .left-header-content .header-title-wrap h3 {
    text-align: center;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li {
    text-align: center;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .nav-calc-step-wrap li .top-content:before {
    display: none;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .calc-page-wrapper .calc-form-wrapper-content .calc-header-content .col-7 .nav-calc-step-wrap {
    border-top: 1px solid #ddd;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper .button-select-wrap .button-select-container .button-item-select-container {
    margin-top: 14px !important;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .form-option-wrapper + .form-option-wrapper {
    margin-top: 10px;
  }
  .calc-page-wrapper .calc-form-wrapper-content .body-calc-content .calculator-form-item-wrap .right--content-wrap-content form .bottom-form-wth-height-section > div {
    margin-top: 10px;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap {
    display: flex;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap {
    height: auto;
  }
  .single-product .templines-single-product {
    padding-left: 0 !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap {
    display: none !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .search-mobile-menu-icon-wrap {
    display: inline-flex !important;
    cursor: pointer;
  }
  .templines-header-wrapper {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .templines-header-wrapper .top-header-content {
    display: none;
  }
  .breadcrumbs-page-top-header-wrap {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .home-page-wrapper .entry-home-page-content .home-page-slider-wrap .home-page-slider-item .slider-text-content-wrap {
    padding-left: 0.9375rem;
  }
  .bottom-content-single-product-wrap .section table tbody tr:nth-child(1) {
    font-size: 0.8125rem;
  }
  .product-small-slider {
    margin: 0 -0.9375rem;
    max-height: 8.75rem;
  }
  .product-small-slider .small-product-slider {
    float: left !important;
    padding: 0 0.9375rem;
  }
  .product-small-slider .small-product-slider .entry-content {
    border-top: 0.0625rem solid #f2f2f2;
  }
  .product-small-slider-related {
    margin: 0 -0.9375rem;
  }
  .product-small-slider-related .small-product-slider {
    float: left !important;
    padding: 0 0.9375rem;
  }
  .product-small-slider-related .small-product-slider .entry-content {
    border-top: 0.0625rem solid #f2f2f2;
  }
  .bottom-content-single-product-wrap .tabs__list li.tabs__item_active a:before {
    display: none;
  }
  .bottom-content-single-product-wrap .tabs__list li a {
    padding: 0.6875rem 1.25rem;
  }
  .woocommerce div.product div.images img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content {
    justify-content: space-between;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap {
    width: auto;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap .header-left-nav-menu {
    width: 350px;
  }
  .products .shop-archive-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-page-wrapper .bottom-home-page-product-wrap .small-product {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.875rem;
  }
  .home-page-wrapper .bottom-home-page-product-wrap .home-page-product-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .subscribe-form-wrap-container {
    padding-top: 3.75rem;
  }
  .subscribe-form-wrap-container .subscribe-content-wrap .container .row .image-decor {
    display: none;
  }
  .subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content .subscribe-title {
    text-align: left;
  }
  .subscribe-form-wrap-container .subscribe-content-wrap .container .row .subscribe-entry-content .subscribe-after-title-content {
    text-align: left;
    margin-bottom: 1.875rem;
  }
  .bottom-footer-content .col-6 {
    text-align: center !important;
  }
  footer .top-footer-content .container .row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer .top-footer-content .container .row > div .widget_custom_html {
    margin-top: 1.25rem;
  }
  footer .top-footer-content .container .row > div .widget_custom_html .custom-html-widget br {
    display: none;
  }
  footer .top-footer-content .container .row > div .widget_templines_theme_helper_social_profiles {
    margin-top: 1.875rem;
  }
  footer .top-footer-content .container .row > div .widget_templines_theme_helper_social_profiles .footer-social-profiles-ul {
    margin-top: 0;
  }
  footer .top-footer-content .container .row > div:nth-child(3), footer .top-footer-content .container .row > div:nth-child(4) {
    margin-top: 1.5625rem;
  }
  footer .top-footer-content .container .row > div .widget_templines_theme_helper_footer_payment {
    display: none;
  }
  .bottom-footer-content .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bottom-footer-content .col-6 + .col-6 {
    margin-top: 0.625rem;
  }
  .templines-footer-sidebar .widget .fl-widget--title {
    margin-bottom: 1.25rem;
  }
  .mobile-main-menu-icon-wrap {
    display: inline-flex !important;
    background: #D40E1A;
  }
  .mobile-main-menu-icon-wrap .fliper-menu-icon-wrap {
    width: 3.75rem;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-nav-menu {
    position: absolute;
    top: 100%;
    z-index: 999;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0016);
    border: 0.0625rem solid #f2f2f2;
    transition: 0.3s ease;
    width: 230px;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-nav-menu .menu {
    display: flex;
    flex-direction: column;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-nav-menu .menu li {
    position: relative;
    padding: 0.775rem 1.25rem;
    text-transform: uppercase;
    border-top: 0.0625rem solid #f2f2f2;
    font-size: 0.6875rem;
    transition: 0.3s ease;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-nav-menu .menu li a {
    padding: 0;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-nav-menu.opened {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap {
    justify-content: flex-end;
  }
  .templines-header-wrapper .top-header-content .header-right-content .header-phone-number-wrap a {
    font-size: 0;
  }
  .templines-header-wrapper .top-header-content .header-right-content .header-phone-number-wrap a i {
    font-size: 0.875rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #D40E1A;
    color: #1F242A;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .templines-header-wrapper .top-header-content .header-right-content .header-phone-number-wrap {
    margin-right: 0 !important;
  }
  .templines-header-wrapper .top-header-content .header-right-content .header-phone-number-wrap, .templines-header-wrapper .top-header-content .header-right-content .header-search-btn-wrap {
    display: flex;
  }
  .templines-header-wrapper .top-header-content .header-right-content .header-search-btn-wrap form {
    margin-right: 0 !important;
    max-width: 21.875rem;
  }
  .templines-header-wrapper .top-header-content .header-right-content .header-search-btn-wrap form .product-search-content button {
    width: 2.5rem;
    height: 2.5rem;
  }
  .templines-header-wrapper .top-header-content .header-right-content .header-search-btn-wrap form .product-search-content {
    max-height: 2.5rem;
    overflow: hidden;
  }
  .products .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .templines--woo-add-to-cart-btn-wrap .templines--add-to-cart-btn a {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .home-page-wrapper .entry-home-page-content .home-page-slider-wrap .home-page-slider-item .slider-text-content-wrap .title-slider-item {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .home-page-wrapper .entry-home-page-content .home-page-slider-wrap .home-page-slider-item .slider-text-content-wrap .hashtag-slider-item {
    font-size: 0.6875rem;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap .header-left-nav-menu-top-text-wrap {
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap .header-left-nav-menu-top-text-wrap .mobile-menu-product-icon-wrap {
    display: inline-flex !important;
    width: 100%;
    height: 100%;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap .header-left-nav-menu-top-text-wrap:before {
    display: none;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap .header-left-nav-menu-top-text-wrap .text-content {
    display: none;
  }
  .woocommerce-page div.product div.images {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.9375rem;
  }
  .woocommerce div.product div.summary {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1.25rem;
    padding: 0 0.9375rem;
  }
  .bottom-content-single-product-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .templines-single-product .col-md-3 {
    padding: 0 0.9375rem;
  }
  .woocommerce-cart table td {
    padding: 0.9375rem;
  }
  .shop_table.cart tbody td {
    padding: 0.9375rem;
  }
  .shop_table.cart tbody .product-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop_table.cart tbody .product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop_table.cart tbody .product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
  }
  .woocommerce .cart-collaterals .cart_totals {
    padding: 2.1875rem;
  }
  .checkout_coupon .coupon-entry-content .title_coupon_content {
    display: none;
  }
  .checkout_coupon .coupon-entry-content .row-entry-content {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot th {
    width: 65%;
  }
  .woocommerce-checkout .entry-order-content {
    padding: 2.1875rem 1.5625rem;
  }
  .woocommerce-checkout .entry-order-content #order_review_heading {
    margin-bottom: 1.5625rem;
  }
  .templines-other-page-wrap .header-left-nav-menu ul li {
    font-size: 12px;
  }
  .templines-other-page-wrap .header-left-nav-menu ul li a {
    padding-left: 15px;
  }
  .templines-other-page-wrap .header-left-nav-menu ul li a:before {
    left: 0.9375rem;
    max-width: calc(100% - 15px);
  }
  .templines-other-page-wrap .header-left-nav-menu ul li + li {
    margin-top: 1.25rem;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap.header-open-nav-class .header-left-nav-menu {
    overflow: hidden;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap .header-left-nav-menu ul li.has-submenu .sub-nav .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    width: auto;
    transform: translateY(0);
    border: 0;
    display: none;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap .header-left-nav-menu ul li.has-submenu .sub-nav .sub-menu li {
    padding-left: 0;
    padding-right: 0;
    border-top: 0.0625rem solid #f2f2f2 !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap .header-left-nav-menu ul li.has-submenu .sub-nav .sub-menu li.has-submenu .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    width: auto;
    transform: translateY(0);
    border: 0;
    display: none;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-product-nav-wrap .header-left-nav-menu ul li.has-submenu .sub-nav .sub-menu li.has-submenu .sub-menu li {
    padding-left: 0;
    padding-right: 0;
    border-top: 0.0625rem solid #f2f2f2 !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-left-content-mobile-logo-wrap {
    display: inline-flex !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .left-header-bottom-content-wrap .header-left-content-mobile-logo-wrap img {
    max-width: 11.25rem;
    width: 10.625rem;
    margin-left: -0.375rem;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-bottom-icon-wrap {
    align-items: center;
    justify-content: flex-end;
    margin-right: -0.375rem;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .search-mobile-menu-icon-wrap {
    width: 2.1875rem;
    height: 1.875rem;
    align-items: center;
    justify-content: center;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .search-mobile-menu-icon-wrap i {
    color: #fff;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .user-account-wrap {
    flex: 0 0 2.1875rem !important;
    width: 2.1875rem;
    height: 1.875rem;
    background: transparent !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .user-account-wrap i {
    color: #fff !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-cart-icon-wrap {
    flex: 0 0 2.1875rem !important;
    width: 2.1875rem;
    height: 1.875rem;
    background: transparent !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-cart-icon-wrap i {
    color: #fff !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-cart-icon-wrap .fl--woo-cart-details {
    background: #D40E1A !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .mobile-main-menu-icon-wrap {
    flex: 0 0 2.1875rem !important;
    width: 2.1875rem;
    height: 1.875rem;
    background: transparent !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .mobile-main-menu-icon-wrap i {
    color: #fff !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .mobile-main-menu-icon-wrap .fliper-menu-icon-wrap .font-content span {
    background: #fff;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .mobile-main-menu-icon-wrap .fliper-menu-icon-wrap .font-content span:before, .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .mobile-main-menu-icon-wrap .fliper-menu-icon-wrap .font-content span:after {
    background: #fff;
  }
  .templines-header-wrapper.fixed-enable .bottom-header-content {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .templines-header-wrapper.fixed-enable .bottom-header-content .right-header-bottom-content-wrap i {
    color: #1F242A !important;
  }
  .templines-header-wrapper.fixed-enable .bottom-header-content .right-header-bottom-content-wrap .user-account-wrap i, .templines-header-wrapper.fixed-enable .bottom-header-content .right-header-bottom-content-wrap .header-cart-icon-wrap i {
    color: #1F242A !important;
  }
  .templines-header-wrapper.fixed-enable .bottom-header-content .right-header-bottom-content-wrap .mobile-main-menu-icon-wrap .fliper-menu-icon-wrap .back-content i {
    color: #1F242A !important;
  }
  .templines-header-wrapper.fixed-enable .bottom-header-content .right-header-bottom-content-wrap .mobile-main-menu-icon-wrap .fliper-menu-icon-wrap .font-content span {
    background: #1F242A !important;
  }
  .templines-header-wrapper.fixed-enable .bottom-header-content .right-header-bottom-content-wrap .mobile-main-menu-icon-wrap .fliper-menu-icon-wrap .font-content span:before, .templines-header-wrapper.fixed-enable .bottom-header-content .right-header-bottom-content-wrap .mobile-main-menu-icon-wrap .fliper-menu-icon-wrap .font-content span:after {
    background: #1F242A !important;
  }
  .templines-header-wrapper .bottom-header-content .entry-bottom-header-content .right-header-bottom-content-wrap .header-nav-menu {
    top: calc(100% + 15px);
  }
  .fl-shopping-cart-content {
    top: calc(100% + 15px);
  }
  .templines-header-wrapper.fixed-enable .bottom-header-content .header-left-content-mobile-logo-wrap .img-logotype-mobile-light {
    display: none;
  }
  .templines-header-wrapper.fixed-enable .bottom-header-content .header-left-content-mobile-logo-wrap .img-logotype-mobile-dark {
    display: inline-block !important;
  }
  .breadcrumbs {
    font-size: 0.6875rem;
    overflow-x: auto;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    padding-bottom: 6px;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .breadcrumbs .fl-breadcrumbs-delimiter {
    width: 0.4375rem;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .templines-woo-filter-top-content .breadcrumbs {
    padding-top: 0;
  }
  .woocommerce-checkout .entry-order-content .woocommerce-checkout-review-order table tfoot th {
    width: 60%;
  }
  .bottom-content-single-product-wrap .tabs__list {
    display: flex;
    flex-direction: column;
  }
  .bottom-content-single-product-wrap .tabs__list li {
    width: 100%;
  }
  .bottom-content-single-product-wrap .tabs__list li a {
    width: 100%;
    text-align: center;
  }
  .bottom-content-single-product-wrap .tabs__list li + li {
    margin-top: 0.3125rem;
  }
  .bottom-content-single-product-wrap .certificate-images-wrap .certificate-image-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-related .product-small-slider-related .slick-list {
    height: auto !important;
  }
  table.cart td.product-remove {
    position: absolute;
    top: 2px;
    right: -6px;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    font-size: 11px;
    padding: 0;
  }
  table.cart td.product-thumbnail {
    position: absolute;
    left: 10px;
    top: 0;
    padding: 0;
    border: none !important;
  }
  table.cart .cart_item {
    padding-left: 120px;
    position: relative;
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before, .woocommerce table.shop_table_responsive tr td.product-name::before {
    display: none !important;
  }
  table.cart tr td {
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  table.cart td.product-name {
    text-align: left !important;
    padding-right: 20px !important;
    padding-top: 0;
    border-top: 0;
  }
  table.cart .cart_item {
    margin-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #f2f2f2;
  }
  table.cart .cart_item:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    padding-right: 0;
    padding-left: 0;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: normal;
    font-size: 11px;
  }
  .shop_table.cart tbody .product-quantity .quantity input {
    height: 25px;
    width: 35px;
  }
  .page-error-wrap .top-error-page-wrap {
    margin-top: 55px;
  }
  .page-error-wrap .top-error-page-wrap .error-top-title {
    font-size: 26px;
  }
  .page-error-wrap .bottom-error-page-wrap {
    display: none;
  }
  .page-error-wrap .error-page-decor-bg-img-wrap {
    display: none;
  }
  .page-error-wrap .top-error-page-wrap .bottom-text-content {
    margin-top: 35px;
    margin-bottom: 55px;
  }
  .products .shop-archive-item .entry-product-content .bottom-product-item-content-wrap .fl--woo-price-wrap .price {
    font-size: 16px;
  }
  .single-product .breadcrumbs-page-top-header-wrap {
    margin-top: 0;
    margin-bottom: 30px !important;
  }
  .lost-pas-form-modal-box form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .register-form-modal-box .form-register-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page {
    min-height: 9.375rem;
    height: 200px;
    overflow: hidden;
  }
  .temlines-main-shop-wrap .templines-woo-filter-top-content .banner-image-product-archive-page img {
    width: 100%;
  }
  .page-error-wrap .error-page-text-content-wrap {
    padding-bottom: 60px;
  }
  .page-error-wrap .error-page-text-content-wrap .page-error-title {
    font-size: 45px;
  }
  .page-error-wrap .error-page-text-content-wrap p {
    font-size: 13px;
  }
  .page-error-wrap .error-page-text-content-wrap .button-container {
    margin-top: 20px;
  }
  .page-error-wrap .error-page-text-content-wrap a {
    font-size: 13px;
    padding: 11px 45px;
  }
}
/*-------------------------------------------------------------------

==  max-width 570px

-------------------------------------------------------------------*/
@media (max-width: 570px) {
  .templines-header-wrapper .img-logotype {
    max-width: 133px !important;
  }
  .safari-browser-phone .woocommerce ul#shipping_method input[type=radio]:before {
    top: 0 !important;
  }
  .safari-browser-phone .woocommerce ul#shipping_method input[type=radio]:after {
    top: 3px;
    left: 6px;
  }
  .safari-browser-phone .woocommerce-checkout #payment ul.payment_methods li input[type=radio]:before {
    top: 3px !important;
  }
  .safari-browser-phone .woocommerce-checkout #payment ul.payment_methods li input[type=radio]:after {
    top: 6px;
    left: -16px;
  }
  .safari-browser-phone .woocommerce-form-login p.form-row .woocommerce-form__label-for-checkbox input[type=checkbox]:before {
    top: 0 !important;
  }
  .safari-browser-phone .woocommerce-form-login p.form-row .woocommerce-form__label-for-checkbox input[type=checkbox]:after {
    top: 3px !important;
    left: -16px !important;
  }
  .safari-browser-phone .login-form-wrap .templines-login_form form .remember--lost-password-wrapper .remember-login-checkbox-label input[type=checkbox]:before {
    top: 0 !important;
  }
  .safari-browser-phone .login-form-wrap .templines-login_form form .remember--lost-password-wrapper .remember-login-checkbox-label input[type=checkbox]:after {
    top: 3px !important;
    left: -14px !important;
  }
  .safari-browser-phone .fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li input[type=checkbox]:before {
    top: 0 !important;
  }
  .safari-browser-phone .fl-filter-mobile-wrapper .filter-mobile-container-wrap .filter-mobile-product-entry-content .yith-wcan-filter .filter-checkbox li input[type=checkbox]:after {
    top: 3px !important;
    left: -16px !important;
  }
  .safari-browser-phone .wc-urk-shipping-form-group input:before {
    top: 0 !important;
  }
  .safari-browser-phone .wc-urk-shipping-form-group input:after {
    top: 3px !important;
    left: -16px !important;
  }
  .widget_nav_menu ul li a {
    padding-left: 13px !important;
  }
}
/*-------------------------------------------------------------------

==  max-width 500px

-------------------------------------------------------------------*/
@media (max-width: 500px) {
  .templines-other-page-wrap .header-left-nav-menu {
    display: none !important;
  }
  .widget_templines_theme_helper_social_profiles .footer-social-profiles-ul .footer-social-profiles-li + .footer-social-profiles-li {
    margin-left: 0;
    margin-top: 0.375rem;
  }
}
.templines-single-product .variations_button .price .woocommerce-Price-currencySymbol {
  font-family: Roboto !important;
}

.templines-big-slider-image-wrap .slick-list {
  height: auto !important;
}

input, textarea {
  font-weight: 300 !important;
}
input::placeholder, textarea::placeholder {
  font-weight: 300 !important;
}

.select2-dropdown {
  border-color: #f2f2f2 !important;
}

.checkout-form-row .select2-dropdown {
  margin-top: -1.75rem !important;
}
.checkout-form-row .select2-container--default .select2-selection--single {
  width: 100%;
  display: block;
  padding: 0 1.25rem;
  padding-right: 2.8125rem;
  padding-left: 0.9375rem;
  border: 0 !important;
  outline: 0;
  background: transparent;
  border: 0.0625rem solid #ddd !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.875rem;
  min-height: 2.8125rem;
  position: relative !important;
  border-radius: 0 !important;
}
.checkout-form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  color: #1F242A;
}
.checkout-form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 45px;
}
.select2-results__option {
  font-size: 0.875rem !important;
  padding: 6px 15px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  height: 2.1875rem;
}

.select2-container--default .select2-results__option[data-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff !important;
  color: #222 !important;
}

.select2-container--default .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c3c3c !important;
  color: #fff !important;
  -webkit-transition: 0.3s ease !important;
  -o-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
}

.select2-dropdown {
  margin-top: -1.75rem !important;
  background: #f9f9f9 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
}
.select2-container--default .select2-search--dropdown .select2-search__field:active, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #3c3c3c !important;
  outline: 0 !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-color: #3c3c3c;
  border-right-color: #3c3c3c;
  border-left-color: #3c3c3c;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-bottom-color: #3c3c3c;
  border-right-color: #3c3c3c;
  border-left-color: #3c3c3c;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  -webkit-transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
}

textarea, input,
input[type=text],
input[type=button],
input[type=submit], button {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

#loading {
  z-index: 99999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.hide-page-loader {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  #loading {
    display: none !important;
  }
}
[data-value=bez-katehorii] {
  display: none !important;
}

/*# sourceMappingURL=general.css.map */
