@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700&display=swap");

:root {
  --color-white: #ffffff;
  --color-black: #2b2b2b;
  --color-dblack: #1a1a1a;
  --color-lblack: #4d4d4d;
  --color-lm: #e6b53f;

  --grd_color_1_1: #6a52e5;
  --grd_color_1_2: #1fc2d1;
  --grd_color_2_1: #e6b53f;
  --grd_color_2_2: #00b4ff;

  --color_dp_gr: #a57149;
  --color_lite_gr: #e8e8e8;
  --color_elite_gr: #f7f7f7;
  --color_emlite_gr: #808080;
}

body {
  font-family: "Lato", sans-serif;
  color: var(--color-black);
  font-size: 1rem;
}

.mt60 {
  margin-top: 60px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.cl_white {
  color: var(--color-white);
}
.cl_bg_gr {
  background: var(--color_bg_gr);
}

.section_common {
  padding: 130px 0;
}

.font_medium p {
  font-size: 22px;
  font-weight: 700;
}
.font_gen_bold p {
  font-weight: 700;
}
.font_gen p {
  font-weight: 400;
}

.f_hedaing p {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  letter-spacing: 4px;
}

/*================header-top=====================*/

.header_top {
  background: var(--color_lite_gr);
  padding: 5px 0 8px;
}
.top_menu_ar {
  display: inline-block;
}
.top_menu {
  margin: 0;
  padding: 0;
  font-size: 0px;
}
.top_menu li {
  list-style: none;
  display: inline-block;
  line-height: 0;
}
.top_menu li + li {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid var(--color-black);
}
.top_menu li a {
  color: var(--color-black);
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.top_menu li a:hover {
  color: var(--color-lm);
}

.create_account {
  position: absolute;
  right: 15px;
  top: -3px;
}
.create_account > a {
  color: var(--color-black);
  font-size: 12px;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.create_account > a:hover {
  color: var(--color-lm);
}
.create_account > a > span {
  display: inline-block;
  vertical-align: middle;
}
.create_account > a > span:first-child {
  background: var(--color-lm);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  color: var(--color-white);
}
.create_account > a > span:first-child:hover i {
  color: var(--color-white);
}

/*================header-top=====================*/

/*================header-area=====================*/

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

.header_area {
  padding: 6px 0;
  position: relative;
}
.logo_right_ar {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 100%;
  text-align: right;
}

.l_content_box {
  display: inline-block;
  vertical-align: middle;
}
.l_content_box > span {
  display: inline-block;
  vertical-align: middle;
}
.l_content_box > span + span {
  margin-left: 8px;
}
.l_content_box > span i {
  color: var(--color-lm);
  font-size: 40px;
}
.l_txt {
  line-height: 26px;
  font-weight: 700;
  color: var(--color-lm);
}
.l_txt p:first-child {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--color-black);
  margin-bottom: 0px;
}
.l_txt p:last-child {
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: var(--color-lm);
  margin-bottom: 0px;
}

.user_btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.user_btn a i {
  color: var(--color-white);
  text-decoration: none;
  font-size: 30px;
}
.addtcart {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.addtcart > a {
  display: block;
  padding-right: 0px;
}
.addtcart > a > i {
  color: var(--color-white);
  text-decoration: none;
  font-size: 30px;
}
span.cart_number {
  position: absolute;
  left: 28px;
  top: 7px;
  background: var(--color-white);
  width: 16px;
  height: 16px;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.cart_arr {
  position: absolute;
  right: 0.5rem;
  color: var(--color-white);
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.h_search_ar {
  position: relative;
  margin-top: 8px;
}
.h_search_ar input[type="text"] {
  width: 92%;
  border: 1px solid var(--color-lm);
  padding: 6px 10px;
  border-radius: 0;
  height: 40px;
}
.h_search_ar input[type="text"]:focus {
  outline: 0;
}

.search_btn {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-lm);
  color: var(--color-white);
  height: 100%;
  width: 50px;
  transition: all 0.3s ease-in;
}
.search_btn:hover {
  background: var(--color_dp_gr);
}
.search_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color-white);
  font-size: 24px;
}
.search_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color-white);
  font-size: 24px;
}
.search_btn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color-white);
  font-size: 24px;
  background: var(--color-lm);
  border: 0;
}

.h_add_cart {
  position: absolute;
  background: #ccc;
  z-index: 999;
  right: 0;
  top: 52px;
  width: 236px;
}

/*================header-area=====================*/

/*================nav=====================*/

.nav_section {
  /*padding: 20px 0;*/
  background-image: linear-gradient(
    to right,
    var(--grd_color_2_1),
    var(--grd_color_2_2)
  );
  position: relative;
  position: sticky;
  top: 0;
  z-index: 9;
}
/*.nav_ar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}
.nav_bar{
    margin: 0;
    padding: 0;
}
.nav_bar li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.nav_bar li + li {
    margin-left: 1.5rem;
}
.nav_bar li a {
    color: var(--color-lite-gr);
    text-decoration: none;
    position: relative;
    display: block;
}
.nav_bar li a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #999;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out 0s;
}

.nav_bar li a:hover:after {
    width: 70%;
    background: var(--color-lm);
}

.nav_bar li a.active:after {
    width: 70%;
    background: var(--color-lm);
}


.list_btn {
    background: var(--color-lm);
    color: var(--color-white);
    padding: 10px 20px;
    border-radius: 5px;
    border: 0;
    margin-left: 1.5rem;
}
.list_btn:focus {
    outline: 0;
}*/

.menu_demo {
  margin: 0;
  padding: 0;
}
.menu_demo li {
  display: inline-block;
  list-style: none;
}
.menu_demo li + li {
  margin-left: 30px;
}
.menu_demo li a {
  color: var(--color-white);
  text-decoration: none;
}

/*================nav=====================*/

/*-------------------banner
-------------------------*/

/*.banner_section{
    padding: 50px 0;
}*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
  /*height: 100px;
  width: 100px;
  outline: black;*/
  background-size: 100%, 100%;
  border-radius: 50px;
  /* border: 1px solid black;*/
  background-image: none;

  font-family: "Line Awesome Free";
  font-weight: 900;
  color: var(--base-blue);
  transition: all 0.3s ease-in;
  position: relative;
}

.carousel-control-next-icon:after {
  content: "\f105";
  font-size: 30px;
  border: 2px solid var(--color-white);
  background: var(--color-black);
  padding: 5px;
  border-radius: 5px;
}

.carousel-control-prev-icon:after {
  content: "\f104";
  font-size: 30px;
  border: 2px solid var(--color-white);
  background: var(--color-black);
  padding: 5px;
  border-radius: 5px;
}

/*=======================site facility===============*/

.site_fcl {
  background: var(--color_lite_gr);
  padding: 24px 0;
}
.site_fcl_inner {
}
.site_fcl_inner span {
  display: inline-block;
  vertical-align: middle;
}
.site_fcl_inner span:first-child {
  margin-right: 10px;
}
.site_fcl_inner i {
  font-size: 50px;
  color: var(--color-lm);
}
.site_fcl_heading {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.site_fcl_txt {
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
}

/*=======================site facility===============*/

/*================cat_section======================*/

.cat_add {
  padding: 40px 0;
}
/* .cat_add_one {
	background-image: url(/themes/tuecom/assets/images/cat_1.png); */
/*background-attachment: fixed;
    background-position: center;*/
/* background-repeat: no-repeat;
	background-size: cover;
	height: 326px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 20px 0;
	background-size: contain;
	background-position: center;
}
.cat_add_one:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; */
/*background-image: linear-gradient(to right, var(--grd_color_1_1), var(--grd_color_1_2));*/
/* background-color: #AA935A;
	opacity: 0.78;
	z-index: -1;
}
.cat_add_two {
	background-image: url(/themes/tuecom/assets/images/cat_2.png); */
/*background-attachment: fixed;
    background-position: center;*/
/* background-repeat: no-repeat;
	background-size: cover;
	height: 326px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 20px 20px;
	background-size: contain;
	background-position: center;
}
.cat_add_two:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; */
/*background-image: linear-gradient(to right, var(--grd_color_2_2), var(--grd_color_2_1));*/
/* background-color: #8FB588;
	opacity: 0.78;
	z-index: -1;
}

.cat_add_inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.cat_add_heading {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: var(--color-black);
	margin-bottom: 1rem; */
/*text-transform: uppercase;*/
/* }
.cat_add_sh {
	line-height: 16px;
	color: var(--color-black);
	margin-bottom: 3rem;
} */
.cat_add_one,
.cat_add_two {
  background: none !important;
  height: auto;
  overflow: visible;
  padding: 0;
}
.cat_add_one:after,
.cat_add_two:after {
  display: none;
}
.cat_add_inner {
  align-items: flex-start;
}
.cat_add_heading,
.cat_add_sh,
.cat_add_btn {
  text-align: left;
}
.cat_add_image {
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  padding: 16px;
  margin-bottom: 24px;
}
.cat_add_image img {
  width: 100%;
  max-width: 360px;
}
.cat_add_heading {
  font-size: 26px;
  line-height: 32px;
}
.cat_add_sh {
  line-height: 18px;
  margin-bottom: 24px;
}
.cat_add_image img {
  max-height: 250px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cat_add_image img {
    max-height: 212px;
  }
}
/*================cat_section======================*/

/*================fr_products======================*/

.featured_products {
  padding: 50px 0;
  background: var(--color_lite_gr);
}

.featured_products_cara {
  position: relative;
  /*margin-top: 130px;*/
}

.featured_products_cara .owl-nav {
  position: absolute;
  right: 0;
  top: 130px;
  line-height: 0;
  margin-top: 0;
  width: 100%;
}
.featured_products_cara .owl-carousel .owl-nav button.owl-next,
.featured_products_cara .owl-carousel .owl-nav button.owl-prev {
  padding: 18px 10px !important;
  border: 2px solid rgb(164 163 229);
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 20px;
  color: white;
  transition: all 0.3s ease-in;
  z-index: 9999;
  background: rgb(45 205 229 / 27%);
}

.featured_products_cara .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}

.featured_products_cara .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
}

.featured_products_cara .owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
}
.featured_products_cara .owl-carousel .owl-nav .owl-next:after {
  content: "\f105";
}
.featured_products_cara .owl-theme .owl-nav [class*="owl-"]:focus {
  outline: 0;
}
.featured_products_cara .owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--color_lite_gr);
  text-decoration: none;
}
.featured_products_cara .owl-theme .owl-dots {
  display: none;
}

.product_cat_block a {
  text-decoration: none;
}

.pcs_image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}

.pcs_image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pcs_conty {
  margin-top: 15px;
}
.product_new_tag {
  position: absolute;
  top: 30px;
  background-image: linear-gradient(
    to right,
    var(--grd_color_1_1),
    var(--grd_color_1_2)
  );
  padding: 5px 20px 6px 10px;
  border-radius: 0 3px 3px 0;
  color: var(--color-white);
  line-height: 16px;
}

.pcs_text_heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 2px;
  height: 44px;
  overflow: hidden;
}
.pcs_stext p span {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--color_emlite_gr) !important;
  font-family: "Lato", sans-serif !important;
}
.pcs_stext p {
  margin-bottom: 5px;
  line-height: 16px;
  font-size: 12px;
  margin-top: 5px;
  height: 34px;
  overflow: hidden;
}
.pcs_stext {
  margin-bottom: 5px;
  line-height: 16px;
  font-size: 12px;
  margin-top: 5px;
  height: 34px;
  overflow: hidden;
}
.pac_rating_price {
  margin-bottom: 2px;
}
.pac_rating_price span {
  display: inline-block;
  vertical-align: middle;
}
.pac_rating_price span + span {
  margin-left: 8px;
}
.pac_rating {
  font-size: 12px;
  background: var(--grd_color_1_1);
  color: var(--color-white);
  padding: 1px 5px;
  border-radius: 3px;
}
.pac_price {
  font-size: 16px;
  font-weight: 700;
  background-color: var(-s-grd_color_1_1);
  background-image: linear-gradient(
    to right,
    var(--grd_color_1_1),
    var(--grd_color_1_2)
  );
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.pac_price_old {
  font-size: 16px;
  font-weight: 700;
  color: var(--color_emlite_gr);
  text-decoration: line-through;
}

.pac_instock {
  color: var(--color-black);
  margin-bottom: 2px;
  font-size: 12px;
}
.pac_instock span {
  color: var(--grd_color_1_2);
  margin-left: 8px;
}
.pac_btn {
  margin-top: 12px;
}

/*================fr_products======================*/

/*================product list======================*/

.product_list {
  padding: 50px 0;
  position: relative;
}

.pannel_l_sec_gen {
  /*    padding-bottom: 25px;
    margin-bottom: 25px;*/
  border-bottom: 1px solid var(--color_lite_gr);
}
.filter_heading {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
}
.filter_heading span {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.filter_heading span a {
  color: var(--grd_color_2_2);
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.filter_block {
  display: inline-block;
  padding: 6px 15px 6px 30px;
  background: var(--color_lite_gr);
  font-size: 14px;
  position: relative;
  border-radius: 3px;
  transition: all 0.3s ease-in;
  margin-bottom: 5px;
}
.filter_block span {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.filter_block span a {
  font-size: 14px;
  color: var(--color-black);
  transition: all 0.3s ease-in;
}

.filter_block:hover {
  background: var(--color-lm);
  color: var(--color-white);
}
.filter_block:hover span a {
  color: var(--color-white);
}

.filter_gen_heading {
  font-size: 14px;
  font-weight: 700;
  margin-top: 1rem;
  position: relative;
  cursor: pointer;
}

.filter_gen_heading > span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.filter_gen_ar {
  margin-bottom: 25px;
}

.filter_list {
  margin: 0;
  padding: 0;
  font-size: 0px;
}

.filter_list > li {
  list-style: none;
  display: block;
}
.filter_list > li + li {
  margin-top: 6px;
}
.filter_list > li > span {
  display: inline-block;
  vertical-align: middle;
}
.filter_list > li > span:first-child {
  width: 24px;
  margin-right: 10px;
}
.filter_list > li > span:last-child {
  width: calc(100% - (24px + 10px));
  font-size: 0.75rem;
}
.star_c i {
  font-size: 22px;
  color: var(--color-lm);
}

.top_nav_s {
  position: relative;
  margin-bottom: 1rem;
}
.nvg > span {
  display: inline-block;
  vertical-align: middle;
}
.nvg > span > a {
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: none;
}
.nvg > span.arr_lh {
  line-height: 16px;
}
.nvg > span.arr_lh > i {
  font-size: 20px;
  background-color: var(-s-grd_color_1_1);
  background-image: linear-gradient(
    to right,
    var(--grd_color_1_1),
    var(--grd_color_1_2)
  );
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.cat_share {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.cat_share span {
  display: inline-block;
  vertical-align: middle;
}
.cat_share span + span {
  margin-left: 8px;
}
.cat_share span:first-child {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}
.cat_share span i {
  font-size: 22px;
  background-color: var(-s-grd_color_1_1);
  background-image: linear-gradient(
    to right,
    var(--grd_color_1_1),
    var(--grd_color_1_2)
  );
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.cat_heading p {
  font-size: 30px;
}

.cust_select {
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.cust_select select {
  background: #ffffff
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAAjElEQVQokWMAAXPncEEGEgBMPbO5c3gaAwPDIhklnS1P7199T8gIc+dwJQYGhiMySjo/GKECqxgYGIwZGBhcT+5deQ9DB6rG3QwMDGdP7l0ZxogkgdcAdI0gMUY0BVgNwKYRQzM2A3BpxKoZzYB0BgaGmdg04tSMZEAoAwPDamwaCQJz5/BynIoYGBgATc8/rn+4QQQAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right 10px bottom 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  appearance: none;
  display: block;
  border-radius: 3px;
  border: none;
}

.pagination_block_inner span {
  display: inline-block;
  vertical-align: middle;
}
.pagination_block_inner span + span {
  margin-left: 5px;
}
.pagination_block_inner span a {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;

  padding: 5px;
}
.pagination_block_inner span a:hover {
  color: var(--color-lm);
}
span.paginp {
  background-image: linear-gradient(
    to right,
    var(--grd_color_1_1),
    var(--grd_color_1_2)
  );
  border-radius: 3px;
}

span.paginp a {
  color: var(--color-white);
  padding: 3px 10px;
  display: block;
  font-size: 22px;
}
span.paginp a:hover {
  color: var(--color-white);
}

.pagination_block {
  position: relative;
  text-align: right;
}
.pagination_block_inner {
  margin-top: 30px;
}

.page_filter_sec {
  border-bottom: 1px solid var(--color-lm);
  margin-bottom: 1rem;
}
.product_list_is {
  margin-bottom: 30px;
  /*border-bottom: 2px solid #E2E2E2;*/
  height: 100%;
}

.product_cat_block {
  padding-top: 20px;
}

.btm_pagination {
  text-align: right;
}

/*================product list======================*/

/*================product Details======================*/

.cat_details_heading p {
  font-size: 24px;
  margin-bottom: 0;
}
.star_hb i {
  display: inline-block;
  vertical-align: middle;
  color: var(--color-lm);
}
.product_display_image {
  margin: 20px 0;
}
.cart_table {
  margin: 40px 0;
}
.cart_table table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.cart_table table thead tr {
  background-image: linear-gradient(
    to right,
    var(--grd_color_2_1),
    var(--grd_color_2_2)
  );
}
.cart_table table thead tr th {
  padding: 8px 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
}
.cart_table table tbody tr td {
  padding: 20px 8px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid var(--color_lite_gr);
}
.cart_table table tbody tr td:last-child {
  text-align: right;
}
.cart_table table tbody tr td p {
  margin-bottom: 0px;
}
.table_price {
  font-weight: 900;
  background-color: var(--color-black);
  background-image: linear-gradient(
    to right,
    var(--grd_color_1_1),
    var(--grd_color_1_2)
  );
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.table_av_txt {
  font-weight: 700;
  color: var(--color_dp_gr);
}
.tbl_form {
  width: 100px;
}
.product_details {
  padding: 50px 0;
  position: relative;
}

.p_description {
}
.pgen_box + .pgen_box {
  margin-top: 40px;
}
.pd_heading_gen {
  font-size: 24px;
}
.gen_txt {
}

.rating_block {
  margin-top: 40px;
  position: relative;
}
.rating_number {
  background: var(--color_elite_gr);
  border: 1px solid var(--color_lite_gr);
  padding: 28px 0;
  border-radius: 5px;
  text-align: center;
}
.rating_number_h {
  color: var(--color_emlite_gr);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.rating_number_v {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0px;
}

.related_products {
  margin-top: 40px;
}
.related_products_heading {
  font-size: 32px;
}

.related_products.featured_products_cara .owl-nav {
  display: none;
}

/*================product Details======================*/

/*================range slider======================*/

.range-slider + .range-slider {
  /*margin: 60px 0 0 0%;*/
  margin-top: 17px;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #f2f2f2;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6855e4;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #6855e4;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #6855e4;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #6855e4;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #6855e4;
}
.range-slider__range:active::-moz-range-thumb {
  background: #6855e4;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #6855e4;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

/*================range slider======================*/

/*================Accordian======================*/

.acc {
}

.acc__card {
  margin-bottom: 0.2rem;
  position: relative;
}

.acc__title {
  background: var(--color_elite_gr);
  color: var(--color_emlite_gr);
  font-weight: 700;
  border: 1px solid var(--color_lite_gr);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  padding: 0.5em 1.5em;
  position: relative;
  text-align: left;
  font-size: 14px;
}
.acc__title span {
  color: var(--color-black);
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
}

/*.acc__title::after {
    position: absolute;
    right: 15px;
    content: "\f059";
    font-size: 22px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
    content: "\f059";
    font-family: 'Line Awesome Free';
    font-size: 22px;
    font-weight: 900;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: var(--color-lm);
}*/

.acc__panel {
  background: #fff;
  color: #212121;
  display: none;
  margin: 0;
  padding: 1em 2em;
  text-align: left;
}

.acc__mobile_heading {
  display: none;
}

/*======================check Box=============================*/

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0px;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: #cccccc;
  border-radius: 3px;
}

.styled-checkbox:hover + label:before {
  background: var(--color-lm);
}

.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  background: var(--color-lm);
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*======================check Box=============================*/

/*========================footer============*/

footer {
  background: var(--color-black);
  color: var(--color-lm);
  padding: 40px 0;
}
.footer-links h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-links ul {
  margin: 0;
  padding: 0;
}
.footer-links ul li {
  list-style: none;
}
.footer-links ul li + li {
  margin-top: 8px;
}
.footer-links ul li a {
  color: var(--color-lm);
}

.footer-links ul li i {
  padding-right: 5px;
  font-size: 16px;
  float: left;
  margin-top: 3px;
}
.footer-links ul li p {
  line-height: 20px;
  padding-left: 30px;
  margin-bottom: 1.5rem;
}

.newsletter {
  position: relative;
}
.newsletter_search {
  width: 100%;
  padding: 10px 136px 10px 30px;
  border-radius: 53px;
  border: 0;
  height: 61px;
  outline: 0;
}

.copyrsec {
  background: #424645
    url("https://certifiedcigarreviews.com/public/vendor/assets/images/certified-cigar-footer.svg")
    no-repeat center center;
  background-size: cover;
  color: var(--color-white);
  text-align: center;
  padding: 40px 0;
}

.social_sec_row {
}
.social_sec_row span {
  display: inline-block;
  vertical-align: middle;
}
.social_sec_row span a {
  /*color: var(--color-black);*/
  text-decoration: none;
}
.social_sec_row span a i {
  font-size: 25px;
  background-color: var(--color-lm);
  /*background-image: linear-gradient(to right, var(--grd_color_1_1), var(--grd_color_1_2));*/
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.mt20 {
  margin-top: 20px;
}

/*========================footer============*/

/*========================btn============*/

.btn_gen {
  position: relative;
  /*background: var(--base-blue);*/
  background-image: linear-gradient(
    to right,
    var(--grd_color_1_1),
    var(--grd_color_1_2)
  );
  color: var(--color-white);
  padding: 0.7rem 2rem;
  border: 0;
  outline: 0;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

.btn_gen:focus {
  border: 0;
  outline: none;
}
.btn_gen:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: transform 200ms ease-in;
}

.btn_gen_cart_y {
  position: relative;
  background: var(--color-lm);
  /*background-image: linear-gradient(to right, var(--grd_color_1_1), var(--grd_color_1_2));*/
  color: var(--color-white);
  padding: 0.4rem 0.85rem;
  border: 0;
  outline: 0;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
}

.btn_gen_cart_y:focus {
  border: 0;
  outline: none;
}
.btn_gen_cart_y:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: transform 200ms ease-in;
}

.btn_gen_cart {
  position: relative;
  /* background: var(--base-blue); */
  background-image: linear-gradient(
    to right,
    var(--grd_color_1_1),
    var(--grd_color_1_2)
  );
  color: var(--color-white);
  padding: 0.4rem 0.85rem;
  border: 0;
  outline: 0;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
}

.btn_gen_cart:focus {
  border: 0;
  outline: none;
}
.btn_gen_cart:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: transform 200ms ease-in;
}

.btn_gen_cart_alt {
  position: relative;
  /* background: var(--base-blue); */
  background-image: linear-gradient(
    to right,
    var(--grd_color_2_1),
    var(--grd_color_2_2)
  );
  color: var(--color-white);
  padding: 0.4rem 0.85rem;
  border: 0;
  outline: 0;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  font-size: 12px;
}

.btn_gen_cart_alt:focus {
  border: 0;
  outline: none;
}
.btn_gen_cart_alt:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: transform 200ms ease-in;
}

.btn_anim:after {
  transform: scaleX(0);
  transform-origin: right;
}
.btn_anim:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.user_btn {
  position: relative;
  /*background: var(--base-blue);*/
  background-image: linear-gradient(
    to right,
    var(--grd_color_1_1),
    var(--grd_color_1_2)
  );
  color: var(--color-white);
  padding: 0.5rem 0.75rem;
  border: 0;
  outline: 0;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

.user_btn:focus {
  border: 0;
  outline: none;
}
.user_btn:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: transform 200ms ease-in;
}

.btn_anim:after {
  transform: scaleX(0);
  transform-origin: right;
}
.btn_anim:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.addtcart {
  position: relative;
  /*background: var(--base-blue);*/
  background-image: linear-gradient(
    to right,
    var(--grd_color_1_1),
    var(--grd_color_1_2)
  );
  color: var(--color-white);
  padding: 0.5rem 0.75rem;
  border: 0;
  outline: 0;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

.addtcart:focus {
  border: 0;
  outline: none;
}
.addtcart:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: transform 200ms ease-in;
}

.btn_anim:after {
  transform: scaleX(0);
  transform-origin: right;
}
.btn_anim:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.btn_gen_lm {
  position: relative;
  background: var(--color-lm);
  color: var(--color-white);
  padding: 6px 14px;
  border: 0;
  outline: 0;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

.btn_gen_lm:focus {
  border: 0;
  outline: none;
}
.btn_gen_lm:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: transform 200ms ease-in;
}

.btn_anim:after {
  transform: scaleX(0);
  transform-origin: right;
}
.btn_anim:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.btn_footer {
  position: absolute;
  right: 8px;
  top: 9px;
  color: var(--color-white);
  background: var(--color-lm);
  /*background-image: linear-gradient(to right, var(--grd_color_1_1), var(--grd_color_1_2));*/
  padding: 10px 20px;
  border-radius: 50px;
  border: 0;
  outline: 0;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  margin-left: 1.5rem;
}
.btn_footer:hover {
  text-decoration: none;
  color: var(--color-white);
}
.btn_footer:focus {
  outline: 0;
}

.btn_footer:focus {
  border: 0;
  outline: none;
}
.btn_footer:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: transform 200ms ease-in;
}

.btn_anim:after {
  transform: scaleX(0);
  transform-origin: right;
}
.btn_anim:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

/*========================btn============*/

.mobile_nav_f {
  display: none;
}
.filter_close {
  display: none;
}
.short_close {
  display: none;
}

@media (max-width: 767px) {
  .menu_icon {
    position: absolute;
    top: -52px;
    right: 0px;
    width: 28px;
    height: 24px;
  }
  .menu_icon span {
    display: block;
    width: 100%;
    height: 3px;
    position: relative;
    top: 10px;
    background-color: var(--color-lm);
  }
  .menu_icon span:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: -7px;
    height: 3px;
    background-color: var(--color-lm);
  }
  .menu_icon span:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: -7px;
    height: 3px;
    background-color: var(--color-lm);
  }
  .nav_bar {
    display: none;
  }
  .openMenupanel .nav_bar {
    display: block;
  }

  .nav_ar {
    display: block;
  }
  .nav_bar {
    position: absolute;
    top: -6px;
    z-index: 999;
    background: var(--color-lm);
    width: 100%;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 0 0px 15px rgb(138 138 138 / 50%);
  }
  .nav_bar:after {
    bottom: 100%;
    left: 94%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: var(--color-lm);
    border-width: 10px;
    margin-left: -10px;
  }
  .nav_bar li + li {
    margin-left: 0rem;
    margin-top: 0.75rem;
  }
  .nav_bar li {
    display: block;
    border-bottom: 1px solid #ecc464;
    padding-bottom: 0.75rem;
  }
  .nav_bar li:last-child {
    display: block;
    border-bottom: 0px solid #ecc464;
    padding-bottom: 0rem;
  }
  .nav_bar li a {
    color: var(--color-white);
  }

  .site_fcl_inner {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .site_fcl .row .col-md-4:last-child .site_fcl_inner {
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 0px solid #ccc;
  }
  .site_fcl_inner span {
    display: block;
    vertical-align: middle;
  }
  .site_fcl_inner span:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cat_add_two {
    margin-top: 30px;
  }
  .featured_products_cara .owl-nav {
    display: none;
  }
  .featured_products_cara {
    margin-top: 30px;
  }

  .carousel-control-next {
    right: 26px;
  }
  .l_content_box {
    display: none;
  }

  .pannel_left {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 99999;
    margin-left: -15px;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 50px 25px;
    overflow: scroll;
  }

  .mobile_nav_f {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--color-lm);
    z-index: 999;
    width: 100%;
  }
  .mobile_nav_f ul {
    margin: 0px;
    padding: 0px;
    font-size: 0;
  }
  .mobile_nav_f ul li {
    list-style: none;
    display: inline-block;
    width: 50%;
    text-align: center;
  }
  .mobile_nav_f ul li + li {
    border-left: 1px solid #fff;
  }
  .mobile_nav_f ul li a {
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    color: #fff;
    padding: 15px;
    display: block;
  }

  .body_fixed {
    overflow: hidden;
  }

  a.filter_close {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 22px;
    color: var(--color-black);
    display: block;
  }

  a.short_close {
    position: absolute;
    top: -43px;
    right: 20px;
    font-size: 22px;
    color: var(--color-black);
    display: block;
  }
  .fb {
    display: none;
    position: fixed;
    background: var(--color-white);
    width: 100%;
    z-index: 9999;
    padding: 60px 25px 100px;
    margin-left: -15px;
    top: 0;
    height: 100%;
  }
  .pagination_block_inner {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .header_top {
    display: none;
  }

  .product_display_image img {
    width: 100%;
    height: auto;
  }
  .cart_table {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .cart_table table thead tr th {
    width: 150px;
  }
  .logo img {
    width: 60%;
    height: auto;
  }
  .logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .user_btn {
    display: none;
  }
  .logo_right_ar {
    top: -50px;
    transform: translateY(0);
  }

  .acc__mobile_heading {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--grd_color_1_1);
  }

  .acc__title span {
    display: none;
  }
  .rating_number {
    margin-bottom: 22px;
  }
  .nav_section {
    /*background-image: none;*/
    background: var(--color_lite_gr);
    position: relative;
  }
  .h_search_ar {
    position: absolute;
    left: -93px;
    top: -4px;
    width: 100%;
  }
  .h_search_ar input[type="text"] {
    width: 67%;
  }
}

/*-------------------  custom css sandip------------------------*/
.logo_right_ar .dropdown-toggle::after {
  border: 0;
}

.search_btn button:focus {
  outline: 0;
}
.row_level_top .row {
  align-items: flex-start;
}

.row_level_center {
  align-items: center !important;
}
/*-------------------  custom css sandip------------------------*/

/*Mrityunjoy Start*/
.row.row-top {
  align-items: flex-start;
}
.section_common_mini {
  padding: 20px 0;
  margin-bottom: 30px;
}
.frm_section_gen label {
  text-transform: uppercase;
  display: block;
  line-height: 16px;
  color: var(--color_emlite_gr);
}
.frm_detail_sh {
  font-weight: 700;
  margin-bottom: 0;
}
.iframe_content {
  display: block;
  /*background: rgba(255,255,255,1);*/
  /*padding: 25px;*/
  border-radius: 5px;

  /*background: #fc0;*/
  padding: 0 20px;
  /*background: rgba(255, 255, 255, 8.5);*/
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.page_heading_gen {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.page_heading_gen span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 22px;
  position: relative;
  display: inline-block;
}
.page_heading_gen span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 3px;
  background: var(--grd_color_2_2);
  display: inline-block;
}
.lf_ar_alt {
  padding-top: 27px;
  text-align: right;
  position: relative;
  padding-right: 30px;
  border-right: 1px solid var(--color_lite_gr);
  height: 100%;
}
p.login_heading {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: right;
}
.auth-content .login-form {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border: 0px solid #c7c7c7;
  flex-direction: column;
  max-width: 500px;
  min-width: 320px;
  padding: 0;
}
.contact_form {
  padding-top: 40px;
}
p.login_heading_r {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}
.padding-50-0 {
  padding: 50px 0;
}
/*Mrityunjoy End*/

/*------------menu-----------------------*/

.navbar-nav {
  flex-direction: initial;
}

@media screen and (max-width: 992px) {
  .navbar {
    align-items: inherit;
    flex-wrap: inherit;
  }
  .navbar-nav {
    display: initial;
  }
  /* .nav_section {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 99999;
    }*/
}

/* ============================= Sandip Ray ================================== */

/*----------------------- For search page ------------------------- */

.search-parent {
  font-size: 16px;
  font-weight: 700;
  color: var(--grd_color_1_1);
}
.page-general-padding {
  padding: 50px 0;
}

/*----------------------- For shopping-cart page ------------------------- */

.misc-controls {
  position: relative;
  padding: 15px 0;
}
.btn-controls {
  position: absolute;
  right: 0;
  top: 15px;
}
@media screen and (max-width: 992px) {
  .btn-controls {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/*------------------------------- For 404-page ------------------------- */

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 560px;
  width: 100%;
  padding-left: 160px;
  line-height: 1.1;
}

.notfound .notfound-404 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 140px;
  height: 140px;
  /*background-image: url('http://localhost/cohen/assets/img/emoji.png');
        background-image: url('../assets/img/emoji.png');
        background-size: cover;*/
}
.errpg {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
}
.notfound .notfound-404:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2.4);
  -ms-transform: scale(2.4);
  transform: scale(2.4);
  border-radius: 50%;
  background-color: #f2f5f8;
  z-index: -1;
}

.notfound h1 {
  font-family: "Nunito", sans-serif;
  font-size: 65px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #151723;
  text-transform: uppercase;
  z-index: 999;
  position: relative;
}

.notfound h2 {
  font-family: "Nunito", sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #151723;
}

.notfound p {
  font-family: "Nunito", sans-serif;
  color: #999fa5;
  font-weight: 400;
}

.notfound a {
  font-family: "Nunito", sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  color: #388dbc;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    width: 110px;
    height: 110px;
    left: 50%;
    transform: translateX(-50%);
  }
  .notfound {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 110px;
  }
  .errpg {
    width: 110px;
  }
}

.cigar_rating {
  margin-bottom: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.cigar_rating p {
  margin-bottom: 8px;
  font-size: 16px;
  flex-basis: 80px;
}

.cigar_rating_range {
  padding-left: 15px;
  padding-right: 15px;
  flex-basis: 100%;
  max-width: 382px;
}

.cigar_rating_range .progress {
  height: 10px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
  border-radius: 14px;
  border: 1px solid #e9e9e9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#efefef)
  );
}
.cigar_rating_range .progress-bar {
  height: 8px;
  border-radius: 14px;
}
.rating_green .cigar_rating_result {
  border: 1px solid #03cb78;
  width: 57px;
  height: 32px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
  border-radius: 19px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
}
.rating_green .progress-bar {
  background-image: linear-gradient(270deg, #03cb78 0, #0ea1b1 100%);
}

.rating_saffron .progress-bar {
  background-image: linear-gradient(270deg, #f2912e 0, #f1613e 100%);
}

.rating_saffron .cigar_rating_result {
  border: 1px solid #f2902d;
  width: 57px;
  height: 32px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
  border-radius: 19px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
}

.rating_purple .progress-bar {
  background-image: linear-gradient(to right, #7063e6 0, #c86dd7 100%);
}

.rating_purple .cigar_rating_result {
  border: 1px solid #c86ed8;
  width: 57px;
  height: 32px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
  border-radius: 19px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
}

.overall_rating .progress-bar {
  background-image: linear-gradient(to right, #d2e663 0, #d7a36d 100%);
}
.overall_rating .cigar_rating_result {
  border: 1px solid #d2e663;
  width: 57px;
  height: 32px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
  border-radius: 19px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
}

/* ============================= X--------X ================================== */
/*Wishlist icon on product image*/
.add-to-wishlist {
  position: absolute;
  top: 26px;
  right: 0px;
  /*z-index: 99;*/
}

.new_products {
  padding: 50px 0;
}

/*Menu*/
.login_menu {
  display: none;
}

@media (max-width: 991px) {
  .login_menu {
    display: block;
  }
}

.acc__title .slug-link {
  float: right;
}
.acc__title .slug-link i {
  font-size: 22px;
  color: #353434;
}

/*=======================product Details  new==============================*/

/*.prodoct_details_sections_n {
	display: flex;
	flex-direction: row;
	box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px -1px;
}*/

.prodoct_details_sections_n {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: rgb(0 0 0 / 16%) 0px 4px 12px -1px;
}

.prodoct_details_sections_n + .prodoct_details_sections_n {
  margin-top: 50px;
}
.prodoct_details_sections_n_left {
  width: 75%;
  border-right: 1px solid var(--color_lite_gr);
}
.prodoct_details_sections_n_right {
  width: 25%;
  padding: 15px;
}
.pdsnl_header_section {
  padding: 10px 15px;
  border-bottom: 1px solid var(--color_lite_gr);
}
.pdsnl_header_section > ul {
  padding: 0;
  margin: 0;
}
.pdsnl_header_section > ul > li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.pdsnl_header_section > ul > li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid var(--color_lite_gr);
}
.pdsnl_header_section > ul > li > a {
}
.pdsnl_header_section > ul > li > a sup a i {
  font-size: 14px;
}

.pdsnl_list_section {
  padding: 15px;
}
.pdsnl_list_section_row {
}
.pdsnl_list_section_row + .pdsnl_list_section_row {
  margin-top: 0.25rem;
}
.pdsnl_list {
  margin: 0;
  padding: 0;
}
.pdsnl_list > li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.pdsnl_list > li:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #5e63e2;
  display: inline-block;
  left: 0px;
  top: 10px;
}

.pdsnl_list_1 > li {
  font-size: 18px;
  font-weight: 700;
}
.pdsnl_list_2 > li {
  font-size: 16px;
  font-weight: 700;
}

.pdsnl_image_section {
  padding: 15px 15px 30px 15px;
}
.pdsnl_image_section img {
  max-width: 80%;
}

.pdsnl_rating_section {
  padding: 15px;
  background: #f1f1f1;
}
.pdsnl_rating_section {
  display: flex;
}
.pdsnl_rating_section > div:first-child {
  width: 75%;
}
.pdsnl_rating_section > div:last-child {
  width: 25%;
}

.pdsnl_rating_section_left_inner_row {
  font-size: 0px;
}
.pdsnl_rating_section_left_inner_row + .pdsnl_rating_section_left_inner_row {
  margin-top: 10px;
}
.pdsnl_rating_section_left_inner_row_1,
.pdsnl_rating_section_left_inner_row_2,
.pdsnl_rating_section_left_inner_row_3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.pdsnl_rating_section_left_inner_row_1 {
  width: 20%;
}
.pdsnl_rating_section_left_inner_row_1 > span {
  line-height: 0.5rem;
}
.pdsnl_rating_section_left_inner_row_2 {
  width: 60%;
  position: relative;
}
.pdsnl_rating_section_left_inner_row_3 {
  width: 20%;
  padding-left: 20px;
}
.pdsnl_rating_section_left_inner_row_3 > span {
  display: inline-block;
  padding: 3px 15px;
  text-align: center;
  font-weight: 700;
  background: #fff;
  border-radius: 100px;
  /*width: 80%;*/
  vertical-align: middle;
}

.pdsnl_rating_bcolor_1 {
  border: 1px solid #1bafb8;
}
.pdsnl_rating_bcolor_2 {
  border: 1px solid #d40a0a;
}
.pdsnl_rating_bcolor_3 {
  border: 1px solid #c86ed8;
}

.pdsnl_rating_section_progress {
  height: 10px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
  border-radius: 14px;
  border: 1px solid #e9e9e9;
  background-image: linear-gradient(180deg, #fff 0, #efefef 100%);
}
.blue_progress {
  border-radius: 14px;
  background-color: #7063e6 !important;
  background-image: linear-gradient(-78deg, #3edeca 0, #7e9ee8 100%) !important;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
}
.red_progress {
  border-radius: 14px;
  background-image: linear-gradient(270deg, #d40a0a 0, #f93f3f 100%) !important;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
}
.purple_progress {
  border-radius: 14px;
  background-image: linear-gradient(to right, #7063e6 0, #c86dd7 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
}

.pdsnl_rating_line {
  margin-top: 2px;
  position: absolute;
  width: 100%;
}
.pdsnl_rating_line ul {
  display: flex;
  justify-content: space-around;

  margin: 0;
  padding: 0;
}
.pdsnl_rating_line ul li {
  list-style: none;
  display: inline-block;
  width: 1px;
  height: 6px;
  border-radius: 1px;
  background-color: #b1b1b1;
}

.pdsnl_rating_section_right {
  display: flex;
  justify-content: center;
}
.pdsnl_overall_rating_section {
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.pdsnl_overall_rating_section_top > span {
  background: url("../images/tu_stamp.png") no-repeat;
  /*background: url("{{ asset('/themes/tuecom/assets/images/tu_stamp.png') }}") no-repeat;*/
  background-size: cover;
  color: var(--color-white);
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 900;
  text-shadow: 2px 0px 2px rgb(0 0 0 / 30%);
}

.pdsnl_overall_rating_section_bottom {
  font-size: 14px;
  margin-top: 10px;
}

p.pdsnl_cart_tbl_heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 6px;
}

.pdsnl_cart_tbl table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.pdsnl_cart_tbl table tbody tr {
}
.pdsnl_cart_tbl table tbody tr td {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
}
.pdsnl_cart_tbl table tbody tr:last-child td {
  border-bottom: 0px solid #e2e2e2;
}
.pdsnl_cart_tbl_sheading {
  font-size: 14px;
  font-weight: 700;
}
.pdsnl_cart_tbl_stext .table_price {
  font-weight: 700;
}

.pdsnl_cart_tbl_spinner .btn {
  line-height: 1;
  background: transparent;
  border-radius: 0;
  outline: none;
  color: #5e63e2;
  font-weight: 900;
  box-shadow: none;
  border: 0;
}
.pdsnl_cart_tbl_spinner .btn:focus,
.pdsnl_cart_tbl_spinner .btn:active {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.pdsnl_cart_tbl_spinner input {
  line-height: 1;
  height: calc(1em + 0.75rem + 2px);
}
.pdsnl_clear {
  clear: both;
}

.pdsnl_info_btn {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
.info_color_1 {
  color: rgb(3, 203, 120);
}
.info_color_2 {
  color: rgb(242, 144, 45);
}
.info_color_3 {
  color: rgb(200, 110, 216);
}

@media screen and (max-width: 991px) {
  .prodoct_details_sections_n {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .prodoct_details_sections_n_left {
    width: 100%;
    border-right: 1px solid var(--color_lite_gr);
  }
  .prodoct_details_sections_n_right {
    width: 100%;
    padding: 15px;
    display: flex;
  }
  .p_gal {
    width: 50%;
  }
  .pdsnl_cart_tbl {
    width: 50%;
    padding-left: 15px;
  }
  .pdsnl_clear {
    clear: none;
  }
  .pdsnl_rating_section_left_inner_row_1 {
    width: 100%;
    display: block;
  }
  .pdsnl_rating_section_left_inner_row_2 {
    width: 70%;
  }
  .pdsnl_rating_section_left_inner_row_3 {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .pdsnl_rating_section_left_inner_row_1 {
    width: 100%;
    display: block;
  }
  .pdsnl_rating_section_left_inner_row_2 {
    width: 70%;
  }
  .pdsnl_rating_section_left_inner_row_3 {
    width: 30%;
  }
  .pdsnl_rating_section {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .pdsnl_rating_section > div:first-child {
    width: 100%;
  }
  .pdsnl_rating_section > div:last-child {
    width: 100%;
    margin-top: 30px;
  }
  .pdsnl_overall_rating_section_bottom {
    font-size: 19px;
    font-weight: 700;
    margin-top: 0;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .pdsnl_overall_rating_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .pdsnl_overall_rating_section_top {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .prodoct_details_sections_n_right {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .p_gal {
    width: 100%;
  }
  .pdsnl_cart_tbl {
    width: 100%;
    padding-left: 0px;
  }
  .pdsnl_clear {
    clear: both;
  }
}

/*=======================product Details  new==============================*/

.cust-widget div.widget-item {
  width: 100%;
}

a {
  text-decoration: none !important;
}

.pdsnl_cart_tbl td {
  padding: 10px 0;
  vertical-align: middle;
  line-height: normal;
}

.pdsnl_cart_tbl .control-group {
  margin-bottom: 0;
}
