@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-Bold.woff2") format("woff2"), url("../css/Bogle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-Italic.woff2") format("woff2"), url("../css/Bogle-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-BoldItalic.woff2") format("woff2"), url("../css/Bogle-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-BlackItalic.woff2") format("woff2"), url("../css/Bogle-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-Black.woff2") format("woff2"), url("../css/Bogle-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bogle";
  src: url("../css/Bogle-Regular.woff2") format("woff2"), url("../css/Bogle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.logo img {
    width: 240px;
}
.contact-info {
    text-align: center;
}
.contact-info h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fe6600;
    margin: 30px 0;
}
.contact-info .icon {
    width: 92px;
    height: 83px;
    line-height: 60px;
    color: #ffffff;
    font-size: 30px;
    transition: 0.5s;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    background: #fe6600;
    padding: 10px;
    text-align: center;
    display: block;
}
.contact-info p,.contact-info a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.sidenav .social-menu ul li {
    display: inline-block;
}
li.desktop-menu-bar a {
    padding-right: 10px;
    position: relative;
    top: 5px;
}
@media (max-width:1024px){
    li.desktop-menu-bar a {
        display:none;
    }
}
.sidenav .social-menu ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fe6600;
    color: #fe6600;
    padding: 0 !important;
    display: inline-block;
}
.main-menu ul li .submenu li{
    position: relative;
}
.main-menu ul li .submenu ul {
    position: absolute;
    left: 250px;
    background: #000;
    width: 100%;
    top: 0;
    display:none;
}
.main-menu ul li .submenu li.second:hover ul{
    display:block;
}
.main-menu ul li .submenu li:hover ul {
    display: block;
}
body {
  font-family: "Bogle";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}
 .help {
    background: #eeeeee;
    padding: 23px 0 23px 30px;
    position: relative;
    overflow: hidden;
}
.help h4 {
   font-size: 24px;
    font-weight: bold;
    color: #0e0e0e;
    padding-bottom: 0px;
    margin: 0;
}
.help a {
    font-size: 18px;
    font-weight: 500;
    color: #fe6600;
} 
.help:after {
    content: '';
    position: absolute;
    width: 154px;
    height: 187px;
    background: #fe6600;
    right: -118px;
    bottom: -108px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.help a i {
    font-size: 28px;
    color: #fe6600;
    font-weight: 500;
}
.sidenav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}
.sidenav a.closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
  color: #000;
  text-decoration: none;
  background: #ff6700;
  padding: 0 10px;
  height: 40px;
  line-height: 50px;
  border-radius: 50px;
}
.sidenav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sidenav ul li {
  list-style-type: none;
}
.sidenav ul li a {
  padding: 8px 8px 8px 32px !important;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
}
.sidenav .submenu {
  display: none;
}
.sidenav .submenu.active {
  display: block;
}
.catalogue-wrap{
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 10px;
  text-align: center;
}
.catalogue-wrap img{
  width: 100%;
}
.catalogue-wrap h3{
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.header-site {
  background-color: #040404;
}

.container-fluid {
  padding: 0 60px;
}

.top-header {
  border-bottom: 1px solid #232323;
  padding: 10px 0px;
}
.top-header .message p {
  font-size: 18px;
  color: #fff;
  font-style: italic;
  margin: 0;
}
.top-header .message p span {
  background-color: #ff6700;
  color: #fff;
  padding: 3px 5px 0;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 13px;
  z-index: 9;
}
.top-header .message p span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  right: -1px;
  top: 43%;
  background-color: #ff6700;
  z-index: -1;
}
.top-header .top-menu {
  text-align: right;
}
.top-header .top-menu ul li {
  display: inline-block;
}
.top-header .top-menu ul li a {
  color: #fff;
  font-size: 15px;
}
.top-header .top-menu ul li a i {
  padding-right: 10px;
}
.top-header .top-menu ul li a:hover {
  color: #ff6700;
}
.top-header .top-menu ul li:first-child a {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}

.down-header .search-bar {
  display: flex;
  align-items: center;
}
.down-header .search-bar .d-flex .icon {
  margin-right: 10px;
}
.down-header .search-bar .d-flex .number span {
  font-size: 15px;
  color: #9a9a9a;
}
.down-header .search-bar .d-flex .number h3 {
  font-size: 20px;
  color: #fe6600;
  margin: 0;
  font-weight: bold;
}
.down-header .search-bar .search-form {
  margin-left: 60px;
}
.down-header .search-bar .search-form form {
  display: flex;
}
.down-header .search-bar .search-form input {
  width: 700px;
  background-color: #fff;
  border: none;
  font-size: 16px;
  color: #9a9a9a;
  border-radius: 10px 0 0 10px;
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
}
.down-header .search-bar .search-form button {
  background-color: #fe6600;
  padding: 0px 20px;
  border-radius: 0 10px 10px 0;
  border: none;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 55px;
}

.down-header {
  padding: 10px 0px;
}
.down-header .row {
  align-items: center;
}
.down-header .basket-icon {
  text-align: right;
}
.down-header .basket-icon ul li {
  display: inline-block;
}
.down-header .basket-icon ul li a {
  font-size: 23px;
  color: #fff;
  text-align: right;
  position: relative;
}
.down-header .basket-icon ul li a span {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #fe6600;
  border-radius: 50px;
  position: absolute;
  bottom: -7px;
  right: -13px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}
.down-header .basket-icon ul .destop-none {
  display: none;
}

.main-menu {
  text-align: center;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
  line-height: 50px;
}
.main-menu ul li a {
  font-size: 16px;
  color: #030303;
  text-transform: uppercase;
  padding: 0 10px;
      font-weight: bold;
}
.main-menu ul li a:hover {
  color: #fe6600;
}
.main-menu ul li .submenu {
  position: absolute;
  left: 0;
  background-color: #000;
  width: 250px;
  z-index: 9;
  top: 35px;
  color: #fff;
  display: none;
}
.main-menu ul li .submenu li {
  width: 100%;
  line-height: 0;
}
.main-menu ul li .submenu li a {
  color: #fff;
  display: inline-block;
  padding: 0 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: left;
  line-height: 35px;
}
.main-menu ul li .submenu li a:hover {
  color: #fe6600;
}
.main-menu ul li .submenu li:last-child a {
  border-bottom: none;
}
.main-menu ul li:hover .submenu {
  display: block;
}

.product-card {
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 10px;
  text-align: center;
}
.product-card .product-thumb {
  overflow: hidden;
}
.product-card .product-thumb img {
  transition: 2s;
  width: 100%;
}
.product-card .product-content {
  text-align: center;
}
.product-card .product-content h2 {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
      margin-top: 10px;
}
.product-card .product-content span {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 8px;
  background-color: #fe6600;
  display: inline-block;
  border-radius: 5px;
  transition: 0.45s;
  text-align: center;
}
.product-card .product-content span:hover {
  background-color: #030303;
}
.product-card:hover {
  border-color: #ff6700;
}
.product-card:hover .product-thumb img {
  transform: scale(1.09);
}

.heading {
  text-align: center;
  margin-bottom: 40px;
}
.heading h2 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin: 0;
}

.product-main {
  padding: 20px 0px;
}

.sale-banner {
  padding: 90px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
.sale-banner .sale-content {
  padding-left: 91px;
}
.sale-banner h2 {
  font-size: 30px;
  color: #fe6600;
  font-weight: bold;
  text-transform: uppercase;
}
.sale-banner h3 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.sale-banner a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 16px;
  display: inline-block;
  transition: 0.45s;
}
.sale-banner a:hover {
  background-color: #fe6600;
  border-color: #fe6600;
}

.site-footer {
  background-color: #000;
}

.footer-links {
  padding-bottom: 30px;
}
.footer-links h2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-links h2:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  bottom: -4px;
  background-color: #fe6600;
  left: 0;
}
.footer-links p {
  font-size: 15px;
  color: #fff;
}
.footer-links .social-icon {
  margin-top: 10px;
}
.footer-links .social-icon h3 {
  font-size: 22px;
  color: #7a7a7a;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.footer-links .social-icon ul {
  font-size: 0;
}
.footer-links .social-icon ul li {
  display: inline-block;
}
.footer-links .social-icon ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fe6600;
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 10px;
}
.footer-links .social-icon ul li a:hover {
  background-color: #000;
  color: #fff;
}
.footer-links ul li a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.8;
  display: block;
  transition: 0.45s;
}
.footer-links ul li a:hover {
  color: #fe6600;
}
.footer-links .d-flex .icon {
  padding-right: 10px;
  color: #fe6600;
}
.top-footer {
  padding: 70px 0px;
}

.footer-newsletter {
  background-color: #181818;
  padding: 30px 0px;
}
.footer-newsletter .inner-content {
  max-width: 1270px;
  margin: 0 auto;
}
.footer-newsletter .inner-content form input {
  background-color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 12px;
  color: #7a7a7a;
  width: 100%;
  border: none;
}
.footer-newsletter .inner-content form button {
  background-color: #fe6600;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border: none;
}

.bottom-footer {
  background-color: #000;
  padding: 40px 0px;
}
.bottom-footer p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.footer-text {
  padding-left: 20px;
}

.footer-logo img {
  width: 100%;
}

@media screen and (max-width: 1700px) {
  .down-header .search-bar .search-form input {
    width: 635px;
  }
}
@media screen and (max-width: 1599px) {
  .down-header .search-bar .search-form input {
    width: 500px;
  }
  .logo img {
    width: 180px;
}
}
@media screen and (max-width: 1399px) {
  .down-header .search-bar .search-form input {
    width: 261px;
  }
  .sale-banner h3 {
    font-size: 35px;
  }
  .sale-banner h2 {
    font-size: 23px;
  }
}
.slick-slide img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .footer-logo {
    margin-bottom: 30px;
  }
  .down-header .search-bar {
    display: none;
  }
  .down-header .basket-icon ul img {
    padding-left: 20px;
    width: 47px;
  }
  .down-header .basket-icon ul .destop-none {
    display: inline-block;
    padding-left: 25px;
  }
  .down-header .basket-icon ul li a.basket img {
    width: 42px;
  }
}
@media screen and (max-width: 767px) {
  .footer-newsletter .inner-content form input {
    margin-bottom: 20px;
    border: none;
  }
  .container-fluid {
    padding: 0 20px;
  }
  .footer-text {
    padding-left: 0px;
  }
  .col-lg-8.col-md-2 {
    display: none;
  }
  .message {
    text-align: center;
  }
  .top-header .top-menu {
    text-align: center;
    margin-top: 10px;
  }
  .top-footer {
    padding: 40px 0px 0;
  }
}
@media screen and (max-width: 576px) {
  .footer-logo img {
    width: auto;
  }
  .bottom-footer {
    padding: 20px 0px;
  }
  .top-header .message p {
    font-size: 14px;
  }
  .down-header .basket-icon ul .destop-none {
    display: inline-block;
    padding-left: 10px;
  }
  .down-header .basket-icon ul li a.basket img {
    width: 28px;
    padding-left: 7px;
  }
  .down-header .basket-icon ul li a {
    font-size: 19px;
  }
  .main-menu ul li a {
    font-size: 14px;
    padding: 0 5px;
  }
  .sale-banner .sale-content {
    padding-left: 0;
  }
}/*# sourceMappingURL=layout.css.map */