a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html.fixed {
  overflow-y: hidden;
}

body {
  font-size: 19px !important;
  min-width: 320px;
  position: relative;
  padding-right: 0 !important;
  line-height: 24px !important;
  overflow: hidden;
  font-family: Gilroy;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding-top: 68px;
  background-color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

body.menu_show {
  height: 100vh;
  overflow: hidden;
}

.hidden {
  display: none;
}

body a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
}

body a:focus,
body a:hover {
  color: #ec2e32;
  outline: 0;
}

body :focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border: 0;
}

b {
  font-weight: 700;
}

p {
  margin-bottom: 24px;
}

strong {
  font-weight: 700;
}

.loader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5555;
  overflow: hidden;
  pointer-events: none;
}

.loader .loader_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.loader .loader_inner img {
  max-width: 100vw;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1375px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.click_disable {
  pointer-events: none;
}

.center_wrap {
  text-align: center;
}

.right_content_wrap {
  text-align: right;
}

.btn_wrap_right {
  text-align: right;
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px;
  background: 0 0;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: #ec2e32;
}

.btn_style {
  font-weight: 600;
  line-height: 19px;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  background-color: #ec2e32;
  border: none;
  padding: 20px 30px 21px;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  position: relative;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
}

.btn_style:active,
.btn_style:focus,
.btn_style:hover {
  color: #fff;
  background-color: #d21a1e;
}

.btn_style.small {
  padding: 18px 30px;
  text-transform: none;
}

header {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-color: #000;
}

header .header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header__wrap .logo_wrap {
  height: 68px;
  padding: 0 10px;
  padding-top: 4px;
  background-color: #fff;
  position: relative;
  left: -16px;
  margin-right: 64px;
}

header .header__wrap .logo_wrap:before {
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  left: -25px;
  top: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

header .header__wrap .logo_wrap:after {
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  right: -25px;
  top: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

header .header__wrap .logo_wrap img {
  height: 64px;
}

header .header__wrap .header_icons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  top: 2px;
}

header .header__wrap .header_icons .header_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

header .header__wrap .header_icons .header_icon > img,
header .header__wrap .header_icons .header_icon .header_icon_inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

header .header__wrap .header_icons .header_icon .header_icon_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

header .header__wrap .header_icons .header_icon #header_cart_count,
header .header__wrap .header_icons .header_icon #header_wishlist_count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(45%, -35%);
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background-color: #ec2e32;
  color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 2;
}

.head_menu > ul {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.head_menu > ul > li {
  display: inline-block;
  position: relative;
  line-height: 28px;
}

.head_menu > ul > li > a {
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 68px;
  font-weight: 500;
  padding: 0 12px;
  display: block;
  text-transform: uppercase;
}

.head_menu > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  left: 0;
  opacity: 0;
  background: #ec2e32;
}

.head_menu > ul > li.current-menu-item > a,
.head_menu > ul > li:hover > a {
  color: #ec2e32;
}

.head_menu > ul > li.current-menu-item > a:after,
.head_menu > ul > li:hover > a:after {
  opacity: 1;
}

.mobile_menu {
  background: #111;
  position: absolute;
  top: 50px;
  right: -200vw;
  width: 100vw;
  height: calc(100vh - 50px);
  z-index: 99;

  padding: 28px 24px 40px;

  overflow-y: auto;
  transition: all .3s ease;

  border-top: 1px solid rgba(255,255,255,255);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.mobile_menu > ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mobile_menu > ul > li {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.mobile_menu > ul > li > a {
  display: block;
  width: 100%;
  padding: 18px 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border: none;
}

.mobile_menu > ul > li.current-menu-item > a,
.mobile_menu > ul > li.current_page_item > a,
.mobile_menu > ul > li > a:hover {
  color: #ec2e32;
}

.mobile_menu > ul > li.current-menu-item > a,
.mobile_menu > ul > li.current_page_item > a {
  color: #ec2e32;
  font-weight: 700;
}

.mobile_menu.active {
  right: 0;
}

body.down header {
  background-color: #000;
}

.breadcrumbs_wrap {
  padding: 20px 0;
}

.breadcrumbs_wrap .breadcrumbs {
  font-size: 14px;
  line-height: 19px;
}

.main_head {
  position: relative;
  height: 552px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
  z-index: 5;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main_head .main_head_content {
  position: relative;
  width: 550px;
  max-width: 100%;
  z-index: 5;
}

.main_head .main_head_content h1 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 42px;
  text-align: left;
}

.main_head .main_head_content h1 span {
  color: #ec2e32;
}

.main_head .main_head_content .main_head_btn {
  font-weight: 600;
  line-height: 19px;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  padding: 20px 26px 21px;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  position: relative;
  letter-spacing: 0;
  text-transform: uppercase;
  min-width: 222px;
  text-align: left;
  z-index: 1;
}

.main_head .main_head_content .main_head_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: #ec2e32;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
}

.main_head .main_head_content .main_head_btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 43px;
  width: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: #ec2e32;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.main_head .main_head_content .main_head_btn:active:after,
.main_head .main_head_content .main_head_btn:active:before,
.main_head .main_head_content .main_head_btn:focus:after,
.main_head .main_head_content .main_head_btn:focus:before,
.main_head .main_head_content .main_head_btn:hover:after,
.main_head .main_head_content .main_head_btn:hover:before {
  background-color: #d21a1e;
}

.toggle_mnu {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;

  position: relative;
  z-index: 100;
}

.toggle_mnu:focus {
  outline: 0;
}

.toggle_mnu span {
  display: block;
}

.sandwich {
  width: 20px;
  height: 12px;
  position: relative;
  display: block;
}

.sw-topper {
  position: relative;
  top: 0;
  width: 20px;
  height: 1.5px;
  background: #fff;
  border: none;
  -webkit-transition: top .2s, -webkit-transform .5s;
  transition: top .2s, -webkit-transform .5s;
  -o-transition: transform .5s, top .2s;
  transition: transform .5s, top .2s;
  transition: transform .5s, top .2s, -webkit-transform .5s;
  display: block;
  border-radius: 2px;
}

.sw-bottom {
  position: relative;
  width: 20px;
  height: 1.5px;
  left: 0;
  top: 4px;
  background: #fff;
  border: none;
  -webkit-transition: top .2s, -webkit-transform .5s;
  transition: top .2s, -webkit-transform .5s;
  -o-transition: transform .5s, top .2s;
  transition: transform .5s, top .2s;
  transition: transform .5s, top .2s, -webkit-transform .5s;
  -webkit-transition-delay: .2s, 0;
  -o-transition-delay: .2s, 0;
  transition-delay: .2s, 0;
  border-radius: 2px;
}

.sw-footer {
  position: relative;
  width: 20px;
  height: 1.5px;
  left: 0;
  top: 8px;
  background: #fff;
  border: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  border-radius: 2px;
}

.sandwich.active .sw-topper {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.sandwich.active .sw-footer {
  top: 2px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.sandwich.active .sw-bottom {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

#ascrail2000-hr {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .toggle_mnu {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  header .header__wrap .logo_wrap {
    margin-right: 55px;
  }

  header .header__wrap .logo_wrap img {
    height: 50px;
  }

    header .header__wrap .header_icons {
      gap: 18px;
    }

    header .header__wrap .header_icons .header_icon {
      width: 26px;
      height: 26px;
    }

    header .header__wrap .header_icons .header_icon #header_cart_count,
    header .header__wrap .header_icons .header_icon #header_wishlist_count {
      min-width: 20px;
      height: 20px;
      font-size: 11px;
    }

  .head_menu > ul {
    gap: 8px;
  }

  .head_menu > ul > li > a {
    font-size: 12px;
    padding: 0 10px;
  }

  .breadcrumbs_wrap {
    padding: 20px 0;
  }

  .main_head .main_head_content h1 {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    padding-top: 50px;
    font-size: 16px !important;
  }

  header .header__wrap .logo_wrap {
    height: 50px;
    margin-right: 20px;
  }

  header .header__wrap .logo_wrap img {
    height: 40px;
  }

    header .header__wrap .header_icons {
      gap: 14px;
      top: 2px;
    }

    header .header__wrap .header_icons .header_icon {
      width: 24px;
      height: 24px;
    }

    header .header__wrap .header_icons .header_icon #header_cart_count,
    header .header__wrap .header_icons .header_icon #header_wishlist_count {
      min-width: 17px;
      height: 17px;
      padding: 0 4px;
      font-size: 10px;
      transform: translate(25%, -30%);
    }

  .head_menu > ul {
    gap: 0;
  }

  .head_menu > ul > li > a {
    font-size: 11px;
    line-height: 50px;
  }

  .main_head .main_head_content h1 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px !important;
  }

  header .header__wrap .logo_wrap {
    height: 50px;
    margin-right: 0;
  }

  header .header__wrap .logo_wrap img {
    height: 40px;
  }

  .breadcrumbs_wrap {
    padding: 20px 0;
  }

  .main_head {
    height: 320px;
  }

  .main_head .main_head_content h1 {
    margin-bottom: 25px;
  }

  .main_head .main_head_content h1 br {
    display: none;
  }

  .main_head {
    margin-top: 0;
  }
}

@media only screen and (max-width: 370px) {
  header .header__wrap .logo_wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    left: 0;
    margin-left: -10px;
    background: 0 0;
  }

  header .header__wrap .logo_wrap:after,
  header .header__wrap .logo_wrap:before {
    content: initial;
  }

  header .header__wrap .logo_wrap img {
    height: 36px;
  }
}
