




























































































































































































@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&display=swap");
/*Main Css */
::selection {
  background: #671b00;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px !important;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #671b00;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.88;
  color: #333;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: unset;
}

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Roboto";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  background-color: #ffffff;
}
header ::-webkit-scrollbar {
  width: 0px;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

.top-header {
  padding-top: 15px;
}
.top-header p {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-header .top-lang {
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
.top-header .top-lang select {
  font-size: 11px;
  font-weight: normal;
  color: #474747;
  font-family: "Poppins";
}
.top-header .top-opt {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin: 0 35px;
}
.top-header .top-opt a, .top-header .top-opt p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: normal;
  color: #474747;
}
.top-header .top-opt a i, .top-header .top-opt p i {
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
.top-header .top-opt a:hover {
  color: #671b00;
}
.top-header .top-opt a:hover i {
  font-weight: 600;
}

.top-social {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.top-social a i {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  transition: 0.3s ease-in-out;
}
.top-social a:hover i {
  color: #671b00;
}
.twitter-icon svg {
  width: 20px;
  height: 16px;
  padding-left: 12px;
  transform: scale(0.8);
}
.twitter-icon svg:hover {
  fill: #671b00;
}

.mid-header {
  padding: 30px 0 50px;
}
.mid-header .top-search  form{
  
 display: flex;
}
.mid-header .top-search {
  border-radius: 5px;
  border: solid 2px #671b00;
  background-color: #fff;
 
  align-items: center;
}
.mid-header .top-search input {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  color: #474747;
  font-family: "Poppins";
  padding: 15px 30px;
}
.mid-header .top-search select {
  font-size: 11px;
  font-weight: normal;
  color: #474747;
  font-family: "Poppins";
  flex-shrink: 0;
  cursor: pointer;
  text-transform: capitalize;
  margin: 0 15px;
}
.mid-header .top-search button {
  width: 58px;
  height: 50px;
  background-color: #671b00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.mid-header .top-search button i {
  font-weight: 300;
}
.mid-header .mid-opt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
.mid-header .sign {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mid-header .sign i {
  font-size: 28px;
  font-weight: 300;
  color: #333333;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}
.mid-header .sign p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #282d3b;
}
.mid-header .sign p span {
  display: block;
  font-size: 11px;
  color: #474747;
  text-transform: capitalize;
}
.mid-header .sign:hover {
  color: #671b00;
}
.mid-header .sign:hover p {
  color: #671b00;
}
.mid-header .cart-top {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.mid-header .cart-top i {
  font-size: 28px;
  font-weight: 300;
  color: #333333;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}
.mid-header .cart-top p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #671b00;
}
.mid-header .cart-top p span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.2;
  color: #474747;
  text-transform: capitalize;
}
.mid-header .cart-top .count {
  position: absolute;
  top: -2px;
  left: 15px;
  width: 18px;
  height: 18px;
  background-color: #671b00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  /*margin: auto;*/
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #671b00;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #671b00;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
}

.menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #231f20;
  text-transform: capitalize;
}
.menu li a span {
  font-weight: bold;
}

.menu li:hover a,
.menu li.active a {
  color: #e8e8e8;
}

.menuWrap .menu {
  /*margin: 0 100px;*/
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999999;
  position: relative;
}
.menuWrap .menu li {
  padding: 15px 45px;
  
}
.menuWrap .menu li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 118%;
  background-color: #999999;
  top: -5px;
  right: 0;
}
.menuWrap .menu li:last-child::after {
  display: none;
}

/* Menu menu-item-has-children CSS */
.menu-item-has-children-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.menu-item-has-children-nav:hover {
  overflow: visible;
}

ul.menu-item-has-children {
  position: absolute;
  width: 100%;
  left: 0px;
  margin: auto;
  background: #671b00;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

ul.menu-item-has-children li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.menu-item-has-children li a {
  padding: 0;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 15px;
  text-align: center;
  font-weight: 600;
  background: transparent !important;
}

ul.menu-item-has-children li.last a {
  margin-bottom: 0px;
}

ul.menu-item-has-children li a:hover {
  color: #000 !important;
}

.menu-item-has-children-nav:hover ul.menu-item-has-children {
  animation: btot 0.5s forwards;
  z-index: 9;
}

/* menu-item-has-children css */
.menu > li.menu-item-has-children {
  /*position: relative;*/
}

/*.menu > li.menu-item-has-children::before {*/
/*  content: "\f078";*/
/*  font-family: "Font Awesome 5 pro";*/
/*  font-size: 10px;*/
/*  color: #671b00;*/
/*  position: absolute;*/
/*  right: 25px;*/
/*  top: 20px;*/
/*  margin: auto;*/
/*}*/

.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 1024px;
  background-color: #f4f4f4;
  text-align: left;
  right: 0;
  margin: auto;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  z-index: 2;
  box-shadow: 0 0 3px #efefef;
  max-height: 300px;
  overflow-y: auto;
}

ul.menu li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.sub-menu > li {
  margin-left: 0;
  width: 100%;
  /*position: relative;*/
  /*border-bottom: 1px solid #fff;*/
  padding: 0 !important;
  /*border-bottom: 1px solid rgb(255, 255, 255);*/
  /*border-left: 1px solid rgb(255, 255, 255);*/
  display: inline-block;
    width: 33.33%;
}
.sub-menu > li::after {
  display: none;
}

.sub-menu > li.last {
  border-bottom: none;
}

.sub-menu > li > a {
    color: #303030 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
}

.sub-menu > li:hover a {
  color: #671b00 !important;
}

.sub-menu > li:hover {
  background-color: #fff;
}

/* menu-item-has-children CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.spad {
  padding-left: 6%;
  padding-right: 6%;
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  /*height: 350px;*/
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  /*margin-top: 20px;*/
}
.mainBanner .homban {
    padding-top: 100px;
    padding-left: 50px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
}
.mainBanner h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2.6px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mainBanner h1 span {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    background-color: #f89e0e;
    transform: rotate(-3deg);
    display: inline-block;
}
.mainBanner h2 {
    font-size: 18.7px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 1.87px;
    color: #f89e0e;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.mainBanner h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 4.8px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.mainBanner p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}
.mainBanner a {
    margin-top: 15px;
}
.white-btn {
  font-size: 14px;
  font-weight: 600;
  color: #231f20;
  padding: 20px 65px;
  border-radius: 4px;
  background-color: #e4e4e4;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mainBanner .white-btn {
    font-size: 14px;
    font-weight: 600;
    color: #231f20;
    padding: 12px 55px;
    border-radius: 4px;
    background-color: #e4e4e4;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.white-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f89e0e;
  z-index: -1;
  transition: 0.3s ease-in-out;
  bottom: -120%;
  left: 0;
}
.white-btn:hover {
  color: #fff;
}
.white-btn:hover::before {
  bottom: 0;
}

.brown-btn {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 20px 65px;
  border-radius: 4px;
  background-color: #671b00;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.brown-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f89e0e;
  z-index: -1;
  transition: 0.3s ease-in-out;
  bottom: -120%;
  left: 0;
}
.brown-btn:hover {
  color: #fff;
}
.brown-btn:hover::before {
  bottom: 0;
}

.hm-sec1 {
  padding-top: 10px;
  padding-bottom: 80px;
}

.cigar-box {
  text-align: center;
}
.cigar-box .img-box {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.cigar-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.cigar-box .img-box .hover-txt {
  position: absolute;
  top: 0;
  bottom: -150%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
  transition: 0.3s ease-in-out;
}
.cigar-box .img-box .hover-txt p {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  margin-bottom: 20px;
}
.cigar-box .img-box .hover-txt p i {
  font-size: 12px;
  color: #F89E0E;
}
.cigar-box:hover .hover-txt {
  bottom: 0;
}
.cigar-box:hover img {
  transform: scale(1.1);
  filter: brightness(0.6);
}
.cigar-box .txt {
  padding-top: 30px;
}
.cigar-box h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 0.67;
  color: #333;
  text-transform: capitalize;
}
.cigar-box p {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.69;
  color: #333;
  padding-top: 10px;
}

.arr-left, .arr-right {
  position: absolute;
  bottom: 50%;
  cursor: pointer;
  z-index: 1;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.arr-left:hover, .arr-right:hover {
  opacity: 1;
}

.arr-right {
  right: -65px;
}

.arr-left {
  left: -65px;
}

.logos-slider .arr-left, .logos-slider .arr-right {
  font-size: 30px;
}
.logos-slider .arr-left i, .logos-slider .arr-right i {
  font-weight: 400;
}

.bg-logos {
  border-radius: 7px;
  background-color: #fff;
  padding: 20px;
}

.logos-slider a {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-slider a:hover img {
  filter: unset;
  transform: scale(1.1);
}
.logos-slider img {
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
  object-fit: contain;
}

.hm-sec3 {
  padding-top: 85px;
  padding-bottom: 50px;
}
.hm-sec3 .prd-slider {
  border-radius: 7px;
  background-color: #fff;
  padding: 35px 50px;
}

.prd-box .img-box {
  height: 200px;
  overflow: hidden;
}
.prd-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.prd-box a {
  display: block;
}
.prd-box:hover img {
  transform: scale(1.05);
}
.prd-box .txt {
  padding-top: 20px;
  text-align: center;
}
.prd-box p {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.9;
  color: #999;
  text-transform: uppercase;
}
.prd-box h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: #222529;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.prd-box .stars i {
  font-size: 12px;
  font-weight: 600;
  color: #f89e0e;
}
.prd-box h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #444;
  padding-top: 10px;
}
.prd-box h5 del {
  font-size: 14.4px;
  font-weight: normal;
  line-height: 1;
  color: #a7a7a7;
}
.prd-box .p-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 0;
}
.prd-box select {
  font-size: 10px;
  font-weight: normal;
  color: #999;
  padding: 3px 4px 2px;
  border: solid 2px #bebebe;
  background-color: #fff;
  font-family: "Poppins";
  text-transform: capitalize;
}

.cta1 {
  border-radius: 7px;
  background-color: #671b00;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 0;
  height: 100%;
}
.cta1 .img-box {
  height: 100%;
  max-width: 420px;
  border-radius: 7px;
  overflow: hidden;
  max-width: 250px;
}
.cta1 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta1 .txt {
  padding-left: 75px;
}
.cta1 h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.87px;
  color: #f89e0e;
  text-transform: capitalize;
}
.cta1 h4 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2.01px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0 10px;
}
.cta1 h5 {
  font-size: 30.1px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
}
.cta1 p {
  transform: rotate(-30deg);
  font-family: "Handlee";
  font-size: 25.6px;
  font-weight: normal;
  line-height: 0.86;
  letter-spacing: 2.95px;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  text-align: right;
  position: relative;
  top: 40px;
  right: -50px;
}

.cta2 {
  border-radius: 7px;
  background-color: #f89e0e;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 0;
}
.cta2 .img-box {
  height: 100%;
  max-width: 420px;
  border-radius: 7px;
  overflow: hidden;
}
.cta2 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta2 .txt {
  padding-left: 75px;
}
.cta2 h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.27px;
  color: #fff;
  padding-bottom: 5px;
}
.cta2 h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: 1.9px;
  color: #fff;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.cta2 h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.cta2 p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: 2.79px;
  color: #fff;
  font-family: "Handlee";
}

.hm-sec4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hm-sec5 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.hm-sec5 .bg-ship {
  border-radius: 7px;
  background-color: #fff;
  margin: 0 100px;
}

.ship-box {
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.ship-box h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #222529;
  text-transform: uppercase;
}
.ship-box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.69;
  color: #777;
}

.hm-sec6 {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #eee;
}
.hm-sec6 .nl-pad {
  margin: 0 110px;
}
.hm-sec6 .nl-txt {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hm-sec6 .nl-txt i {
  font-size: 40px;
  font-weight: 400;
  color: #671b00;
}
.hm-sec6 .nl-txt p {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.23;
  color: #90969a;
}
.hm-sec6 .nl-txt p span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #222529;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.newsletter input {
  border-radius: 7px;
  border: solid 2px #bebebe;
  background-color: #fff;
  width: 100%;
  font-family: "Poppins";
  padding: 20px 12px;
  font-size: 13.6px;
  font-weight: normal;
  color: #999;
}
.newsletter input[type=submit] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins";
  background-color: #671b00;
  padding: 24px 30px;
  flex-shrink: 0;
  max-width: 200px;
  text-align: center;
}

footer {
  padding-top: 55px;
  padding-bottom: 80px;
}
footer h6 {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  color: #222529;
  text-transform: uppercase;
  padding-bottom: 15px;
}
footer .ft-links li a {
  font-size: 13px;
  font-weight: normal;
  line-height: 2.69;
  color: #474747;
  text-transform: capitalize;
}
footer .ft-links li a:hover {
  color: #671b00;
}
footer .top-social {
  gap: 15px;
  margin-bottom: 30px;
}
footer .top-social li {
  width: 38px;
  height: 38px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 50%;
}
footer .ft-opt {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .ft-opt li a {
  width: 38px;
  height: 38px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-radius: 50%;
}
footer .ft-opt li a:hover {
  background-color: #671b00;
  color: #fff;
}
footer .footer-pad {
  margin: 0 110px;
}
footer .ft-pad {
  padding-left: 50px;
}

.copy-pad {
  margin: 0 110px;
  border-top: 1px solid #999999;
  padding-top: 10px;
}

.copyright {
  padding-bottom: 10px;
}
.copyright p {
  font-size: 13px;
  font-weight: normal;
  color: #474747;
}

.innerBanner {
  /*height: 550px;*/
  /*background-size: cover;*/
  /*background-position: center;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*padding-right: 10.4%;*/
    /*margin-top: 50px;*/
    padding-left: 6.6%;
    padding-right: 6.6%;
}
.innerBanner .col-md-12  {
  height: 350px;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
}
.innerBanner h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2.6px;
  color: #fff;
  text-transform: uppercase;
  padding-left:40px;
}

.abt-sec1 {
  padding-top: 90px;
  padding-bottom: 70px;
}
.abt-sec1 .img-box img {
  width: 100%;
}
.abt-sec1 p {
  padding-bottom: 30px;
}
.abt-sec1 ul {
  margin-bottom: 45px;
}
.abt-sec1 ul li {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  color: #333;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.abt-sec1 ul li::before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 pro";
  font-size: 18px;
  font-weight: 400;
  color: #671b00;
  top: 0;
  left: 0;
}
.abt-sec1 .owner-img {
  border-left: 6px solid #671b00;
  padding-left: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.abt-sec1 .owner-img img {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  object-fit: cover;
}
.abt-sec1 .owner-img h6 {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.1;
  color: #192437;
  font-family: "Bilbo Swash Caps";
}

.common-heading {
  padding-bottom: 10px;
}
.common-heading h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.common-heading h2 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.36;
  color: #222529;
  text-transform: capitalize;
}

.abt-pad {
  margin-top: 60px;
}

.brand-cigars {
  padding-top: 40px;
  padding-bottom: 20px;
}
.brand-cigars .cigar-box {
  margin-bottom: 50px;
}

.cigars-sec {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cigars-sec .prd-box {
  /*width: 305px;*/
  margin-bottom: 50px;
  padding-right:25px;
}
.cigars-sec .prd-box a {
  margin-top: 10px;
  text-align: center;
}
.cigars-sec .prd-box h5 {
  padding: 0;
}

.humidors-sec .img-box {
  background-color: #fff;
}

/* Shop Detail */
.shop-detail-sec {
  padding: 100px 0;
}

.product_showcase_nav {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 15px;
}

.product_showcase_nav .slick-slide {
  background: #dcd9d9;
  border-radius: 10px;
}

.product_showcase_nav .slick-slide img {
  opacity: 0.5;
  transition: 0.5s;
  width: 100%;
}

.product_showcase_nav .slick-current img {
  opacity: 1;
  width: 100%;
}

.product_showcase_nav .slick-slide {
  margin-bottom: 12px;
}

.product_showcase_slider {
  flex: 0 0 auto;
  width: 100%;
  border-radius: 10px;
}

.product_showcase_slider img {
  width: 100%;
  height: auto;
}

.related-prd h1 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
  padding-bottom: 35px;
}

.quantity-buttons {
  border: 1px solid #e5e5e5;
}

.quantity-buttons input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: textfield;
  padding: 5px 5px;
  text-align: center;
  width: 35px;
  height: 73px;
  color: #8d8d8d;
}

.product-actions {
  margin-top: 20px;
  display: flex;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  height: 72px;
  line-height: 71px;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.input-number-decrement {
  margin-right: -5px;
}

.input-number-increment {
  margin-left: -5px;
}

.input-number-decrement i, .input-number-increment i {
  color: #dedede;
}

.shop_item_detail .rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop_item_detail .rate .fas.fa-star {
  font-size: 14px;
  color: #f5a623;
  padding: 0 2px;
  margin: 0;
}

.shop_item_detail .rate p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #262626;
}

.shop_item_detail .rate i {
  margin: 0 5px;
  font-size: 15px;
}

.shop_item_detail h2 {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
  padding: 20px 0;
}

.shop_item_detail .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop_item_detail .price p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
}

.pack-price {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  background-color: #fff;
  padding: 10px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #671b00;
}
.pack-price span {
  font-size: 18px;
  font-weight: 600;
}

.shop_item_detail .price p span {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8d8d8d;
  padding-right: 15px;
}

.shop_item_detail .desc {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #8d8d8d;
  padding: 20px 0 25px;
}

.shop_item_detail .add {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0;
}

.shop_item_detail .add .add-btn a {
  margin: 0 10px;
  width: 350px;
  height: 71px;
  background-color: #671b00;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 71px;
  letter-spacing: normal;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.shop_item_detail .add .add-btn a:hover {
  border: 1px solid #262626;
  background: none;
  color: #262626;
}

.shop_item_detail .add .wish i {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
}

.shop_item_detail .find {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shop_item_detail .find a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  color: #4a4141;
  margin-right: 22px;
}

.shop_item_detail .find a i {
  margin-right: 16px;
}

.shop_item_detail .in-stock {
  font-family: "Poppins" !important;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #4a4141 !important;
}

.description ul li {
  display: inline-block;
  margin-right: 15px;
}

.description ul li a {
  padding: 15px 20px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #8d8d8d;
}

.description ul li.active a, .description ul li a:hover {
  background-color: #efefef;
  color: #262626;
}

.description ul {
  padding: 0;
  margin: 50px 0 40px;
}

.description p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #8d8d8d;
}

.description {
  padding-bottom: 30px;
}

.shop_item_detail .tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.shop_item_detail .tags .sku p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  color: #262626;
  margin: 0;
}

.shop_item_detail .tags .share ul li {
  display: inline-block;
}

.shop_item_detail .tags .share ul {
  padding: 0;
  margin: 0;
}

.shop_item_detail .tags .share p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
}

.shop_item_detail .tags .share ul li a {
  font-size: 16px;
  color: #565656;
  margin-right: 8px;
}

.shop_item_detail .tags .share ul li a:hover {
  color: #a3bc60;
}

.description.dtl {
  padding: 50px 0 0;
}

.hm-sec7 {
  padding-bottom: 100px;
}
.hm-sec7 p {
  font-size: 14px;
}

.brand-sec {
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}
.brand-sec .logos-slider {
  background-color: #fff;
  margin-bottom: 50px;
}
.brand-sec .prd-box {
  margin-bottom: 50px;
}
.brand-sec .prd-box a {
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 1650px) {
  .spad {
    padding-left: 4%;
    padding-right: 4%;
  }
  /*.menuWrap .menu {*/
  /*  margin: 0 30px;*/
  /*}*/
  .hm-sec5 .bg-ship {
    margin: 0 30px;
  }
  .hm-sec6 .nl-pad {
    margin: 0 30px;
  }
  footer .footer-pad {
    margin: 0 30px;
  }
  .copy-pad {
    margin: 0 30px;
  }
  .cta1 .txt {
    padding-left: 15px;
  }
  .cta2 .txt {
    padding-left: 15px;
  }
}
@media (max-width: 1440px) {
  .spad {
    padding-left: 3%;
    padding-right: 3%;
  }
  .top-header .top-opt {
    gap: 15px;
    margin: 0 20px;
  }
  .menuWrap .menu li::after {
    right: -18px;
  }
  .arr-left {
    left: -35px;
  }
  .arr-right {
    right: -35px;
  }
}
@media (max-width: 1280px) {
  .menuWrap .menu li::after {
    right: -10px;
  }
}
@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 105px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e8e8e8;
    backdrop-filter: blur(10px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  .menu > li.menu-item-has-children::before {
    color: #fff;
    top:0;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    padding-right: 0px;
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 65%;
    margin:auto;
  }
  .logo {
    display: block;
    }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
  .menuWrap .menu {
    display: block;
    border: none;
    }
    .menuWrap .menu li::after{
        display:none;
    }
    .menu li:nth-child(1) a img {
    display: none;
    }
    .menu li:last-child a{
    display:flex
    }
    .menu li:last-child a img {
        filter:brightness(0) invert(1);
    }   
    .sub-menu {
    visibility: visible;
    opacity: 1;
    position: unset;
    background-color: unset;
    box-shadow: none;
    width:100%;
    margin-bottom: 20px;
    }
    .sub-menu > li {
    border-bottom: none;
    }
    .sub-menu > li > a {
    font-weight:400;
    padding: 15px;
    font-size: 14px !important;
    }
    .menuWrap .menu {
        margin: 0;
        display: block;
        border: none;
        height: 600px;
        overflow-y: scroll;
    }

}
@media (max-width: 824px){
    footer .footer-pad {
    margin: 0;
    }
    .arr-left {
    left: -15px;
    }
    .arr-right {
    right: -15px;
    }
    .cigar-box h4 {
    font-size: 24px;
    }
    .cigar-box .txt {
    padding-top: 25px;
    }
    .hm-sec1 {
    padding-bottom: 50px;
    }
    .innerBanner .col-md-12 {
    height: auto;
    padding: 100px 0;
    justify-content: center;
    }
    .innerBanner h2 {
    font-size: 22px;
    padding-left: 0;
    }
}
@media (max-width: 767px){
    .top-social {
    gap: 5px;
    }
    .top-header p {
    font-size:10px;
    justify-content: center;
    }
    .top-header .top-lang {
    gap: 0px;
    }
    .top-header .top-lang select {
    font-size: 10px;
    }
    .top-header .top-opt {
    gap: 3px;
    margin: 0;
    }
    .top-header .top-opt a, .top-header .top-opt p {
    gap: 2px;
    font-size: 9px;
    }
    .top-header .top-opt a i, .top-header .top-opt p i {
    font-size: 10px;
    }
    .top-social {
    gap: 1px;
    }
    .top-social a i {
    font-size: 10px;
    }
    .twitter-icon svg {
    width: 18px;
    transform: scale(0.5);
    }
    .mid-header {
    padding: 25px 0 20px;
    }
    .mid-header .top-search {
    margin: 15px 0;
    }
    .mid-header .top-search input {
    padding: 0 15px;
    }
    .mid-header .top-search button {
    height: 40px;
    }
    .mid-header .sign p {
    font-size: 10px;
    }
    .mid-header .sign i {
    font-size: 22px;
    }
    .mid-header .sign {
    gap: 5px;
    }
    .mid-header .mid-opt {
    justify-content: space-around;
    }
    .mainBanner .homban {
    height: auto;
    padding: 50px 20px;
    }
    .cta1 .img-box {
    height: auto;
    max-width: 100%;
    }
    .cta1 {
    height: auto;
    margin-bottom: 15px;
    }
    .cta1 .txt {
    padding: 15px;
    }
    .cta1 h4 {
    font-size: 24px;
    }
    .cta1 h5 {
    font-size: 18px;
    letter-spacing: 1px;
    }
    .cta1 p {
    right: 0;
    }
    .cta2 {
    display: block;
    }
    .cta2 .txt {
    padding: 15px;
    }
    .cta2 h4 {
    font-size: 24px;
    }
    .cta2 h5 {
    font-size: 18px;
    letter-spacing: 1px;
    }
    .hm-sec4 {
    padding-top: 50px;
    padding-bottom: 40px;
    }
    .spad {
    padding-left: 15px;
    padding-right: 15px;
    }
    .common-heading h2 {
    font-size: 24px;
    }
    .hm-sec7 {
    padding-bottom: 50px;
    }
    .hm-sec6 .nl-pad {
    margin: 0;
    }
    .hm-sec6 .nl-txt p span {
    font-size: 15px;
    padding-bottom: 5px;
    }
    .hm-sec6 .nl-txt {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    }
    .newsletter {
    display: block;
    text-align: center;
    }
    .newsletter input {
    margin-bottom: 10px;
    }
    footer .ft-pad {
    padding-left: 0;
    }
    footer h6 {
    padding: 20px 0 10px;
    }
    footer .top-social {
    margin-bottom: 15px;
    }
    footer {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .copy-pad {
    margin: 0;
    text-align: left;
    }
    .pay-img {
    text-align: left;
    }
    .copyright .text-end {
    text-align: left !important;
    }
}






/*# sourceMappingURL=style.css.map */
