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

@view-transition {
    navigation: auto;
}

html {
  font-size: 14px;
}
body {
  font-family: "Open Sans", sans-serif;
}
a:hover {
  text-decoration: none;
}
a {
  color: #0084b4;
  font-family: "Open Sans", sans-serif;
}
.h1,
h1 {
  font-size: 1.75rem;
  font-family: "Open Sans", sans-serif;
}
.h2,
h2 {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
}
.h3,
h3 {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
}

.header_top {
  background: #3b3f43;
  width: 100%;
  transform: translateY(0) translateZ(0);
  transition: transform 0.15s linear 0.15s;
  transition: 0.5s;
}
.header_top .h_top_text {
  color: #f0f1f2;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.header_top .h_top_text p {
  margin: 0;
}
.h_top_links a {
  color: #f0f1f2;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  margin: 10px 0 10px 16px;
  background-color: transparent;
  box-shadow: 0 0 0 0 transparent;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease;
  border-radius: 1px;
  cursor: pointer;
}

.h_top_links a:hover {
  background-color: #292e32;
  box-shadow: 0 0 0 0.3em #292e32;
  transition: color 0s ease;
  text-decoration: none;
}
.main_header {
  background: #fff;
  position: relative;
  z-index: 4;
  transform: translateY(0) translateZ(0);
  transition: transform 0.15s linear 0.15s;
  transition: 0.5s;
}
.logo img {
  max-width: 150px;
}
.search_area .form-control {
    height: 45px;
    padding-left: 16px;
    background-color: #f4f5f6;
    border-radius: 5px;
    border: none;
}

.search_area {
  margin: 15px 0;
  position: relative;
  padding-right: 80px;
  width: 99%;
}
/*.search_area .search_icon {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 27px;
}*/
.search_area .form-control::placeholder {
  color: #c5c5c5;
  font-size: 16px;
  font-weight: 600;
}
.search_area .search_icon {
  position: absolute;
  top: 0;
  right: 80px;
  font-size: 22px;
  width: 50px;
  height: 45px;
  text-align: center;
  color: #000000;
  line-height: 45px;
  border-radius: 0 4px 4px 0px;
  cursor: pointer;
}
.cart_list_part {
  float: right;
  color: #fff;
  margin-left: 20px;
  padding-top: 0px;
  cursor: pointer;
}
.c_sub_title {
  color: #9aa2a9;
  font-size: 11px;
  transition: all 0.2s ease;
  display: none;
}
.c_title {
  color: #8d8f91;
  font-size: 15px;
  position: relative;
  padding-bottom: 10px;
  transition: all 0.2s ease;
}
.cart_list_part.active .cart_text .c_sub_title,
.cart_list_part:hover .cart_text .c_sub_title {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cart_list_part.active .cart_text .c_title,
.cart_list_part:hover .cart_text .c_title {
  transform: translateY(0px);
  transition: all 0.2s ease;
}
.cart_list_part.active .cart_text .c_title::after,
.cart_list_part:hover .cart_text .c_title::after {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease;
}

.cart_list_part .cart_text .c_title::after {
  background: #429c9e;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  transition: all 0.2s ease;
  display: none;
}
#mini_cart.cart_list_part .cart_text .c_title::after {
  background: #2bbc68;
}
.cart_text {
  float: none;
}

/* .cart_icon {
    width: 45px;
    margin: 0 auto;
    font-size: 25px;
    position: relative;
    background: #f4f5f6;
    padding: 3px 8px;
    text-align: center;
    border-radius: 8px;
} */

.cart_icon {
    margin: 0 auto;
    position: relative;
    text-align: center;
    border-radius: 8px;
    max-width: 45px;
}
.cart_icon img {
    margin: 0;
}
.cart_icon i {
  color: #000;
}
.cart_icon .total {
    background: #1cc0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 19px;
    text-align: center;
}


.pim_product .btn-bestellen{
  position: relative;
}

.atqatc_prdbtn .fa-envelope::before,
.pim_product #button-cart .fa-cart-shopping::before,
.cart_list_part .fa-shopping-cart::before,
.cart_list_part.btnenqcart .cart_icon i::before,
.cart_list_part.account_dropdown .cart_icon i::before{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.cart_list_part .fa-user-circle::before{
  background: url('../icons/bttn-account.png');
}
.atqatc_prdbtn .fa-envelope::before,
.cart_list_part .fa-envelope::before{
  background: url('../icons/bttn-offerte.png');
}

.pim_product #button-cart .fa-cart-shopping::before,
.cart_list_part .fa-shopping-cart::before{
  background: url('../icons/bttn-cart.png');
}

.price-per-liter .fa-box:before {
    content: url('../icons/icon-unitprice.png');
}


.atqatc_prdbtn .fa-envelope::before{
  filter: invert(1);
}

.atqatc_prdbtn{
  position: relative;
}





.main_menu_area {
  background: #1e2123;
  margin-top: 0;
  position: relative;
  z-index: 3;
  transform: translateY(0) translateZ(0);
  transition: transform 0.15s linear 0.15s;
  transition: 0.5s;
}

.main_menu .manu_indicator {
  bottom: -10px;
}
.main_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_menu > li {
  display: inline-block;
}
.main_menu > li.active {
  background: #2997a5;
}
.main_menu > li .manu_inside {
  position: relative;
}
.main_menu > li > .manu_inside > a {
  color: #fff;
  display: block;
  line-height: 32px;
  padding: 13px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  font-size: 14px;
  transition: all 0.15s;
  font-weight: 500;
  z-index: 5;
}
.cat_main_menu .fas.fa-bars {
  padding-right: 8px;
}
.main_menu > li:hover .manu_inside > a {
  transform: translateY(0px);
  transition: all 0.2s ease;
  text-decoration: none;
  color: #1cc0a0;
}
.main_menu > li > .manu_inside > a::after {
  background: #2997a5;
  bottom: 12px;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(14px);
  width: 100%;
  transition: all 0.15s ease;
  display: none;
}
.catego_menu.active {
  background: #1cc0a0;
  color: #fff !important;
}
.main_menu > li.active .manu_inside > a::after,
.main_menu > li:hover .manu_inside > a::after {
  opacity: 1;
  transform: translateY(12px);
  transition: all 0.2s ease;
}
.manu_indicator {
  position: absolute;
  bottom: -34px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 23px;
  opacity: 0;
  transition: all 0.2s ease;
  color: #fff;
}
.cart_list_part.active .manu_indicator {
  opacity: 1;
  transition: all 0.2s ease;
}
.main_menu li.active .manu_indicator {
  opacity: 1;
  transition: all 0.2s ease;
}
.pos_static {
  position: static;
}

/* Sliding Cart Panel */
.cart_container {
  background: #fff;
  padding: 0;
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 99999;
  width: 400px;
  height: 100vh;
  overflow: hidden;
  color: #000;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.cart_container.active {
  right: 0;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Prevent body scroll when cart is open */
body.cart_panel_open {
  overflow: hidden;
}

/* Cart Blackout Overlay */
.cart_blackout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease-out 0s, visibility 0s ease 0.35s;
  display: none;
  z-index: 99998;
}

.cart_blackout.is_visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease-out 0s, visibility 0s ease 0s;
  display: block;
}

/* Close button styling */
.cart_close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #6b7f89;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.cart_close_btn:hover {
  background: #f0f0f0;
  color: #000;
  transform: rotate(90deg);
}

/* Scrollable Content Area */
.pim_cart_content {
  flex: 1;
}


#pim_cart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}


.mini_cart_shipping {
    padding: 0 20px;
}

.mini_cart_shipping .list_badeg {
    background: #fa6721;
    text-align: center;
    border-radius: 5px;
}

.mini_cart_shipping .list_badeg span.badge.badge-warning {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Cart Panel Header */
.cart_panel_header {
    margin-bottom: 10px;
    padding: 20px;
}

.cart_panel_header h3 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    color: #989ba4;
}

/* Fixed Footer Area */
.cart_fixed_footer {
    background: #eaebed;
    padding: 20px;
    margin: 10px 20px;
    border-radius: 8px;
}


.mini_cart_total_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.mini_cart_total_text span.price-incl-tax {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.minicart_total {
    position: relative;
    padding-right: 35px;
}

.minicart_text {
    font-size: 18px;
    color: #8b8e96;
    line-height: 20px;
}

.pim_cart_list_area {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 250px);
}

.pim_cart_list_area .cart_list_single {
    width: 100%;
    margin: 0;
    padding: 4px 30px;
    transition: all 0.3s ease;
}


/* Cart Item Wrapper - Side by Side Layout */
.cart_item_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.cart_title {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.cart_title::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #d6d6d6;
}

.cart_title h3 {
  font-size: 17px;
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  background: #fff;
  position: relative;
}

/* Cart Content - Left Side */
.cart_content {
    display: flex;
    gap: 12px;
    flex: 1;
    min-width: 0;
    align-items: end;
}

.cart_img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dde6ed;
}

.cart_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart_info_text {
  flex: 1;
  min-width: 0;
}
.ct_title h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px 0;
  color: #333;
  line-height: 1.4;
}

.ct_title h4 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ct_title h4 .qa-pli-variation-attribute {
  font-weight: 400;
  font-size: 11px;
  color: #666;
  display: block;
  margin-top: 3px;
}

.ct_price {
  font-size: 13px;
  margin-bottom: 8px;
  color: #333;
}

.ct_price .price_label {
  color: #666;
  font-weight: 500;
}
/* Delete Link - Text Style */
.cart_delete_link {
  margin-top: 6px;
}

.cart_delete_link .delete_form {
  margin: 0;
  display: inline;
}

.btn_delete_text {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 12px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.btn_delete_text:hover {
  color: #a02622;
  text-decoration: underline;
}

.btn_delete_text i {
  margin-right: 4px;
  font-size: 11px;
}

/* Cart Action - Right Side */
.cart_action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

/* Quantity Controls */
.cart_quantity_controls {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.qty_btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #f8f9fa;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 13px;
}

.qty_btn:hover {
  background: #2bbc68;
  color: #fff;
}

.qty_btn:active {
  transform: scale(0.95);
}

.qty_input {
  width: 50px;
  height: 32px;
  border: none;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  background: #fff;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.qty_input::-webkit-outer-spin-button,
.qty_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty_input:focus {
  outline: none;
  background: #f8f9fa;
}

/* Cart Item Total */
.cart_item_total {
  text-align: right;
  font-size: 13px;
}

.cart_item_total .total_label {
  display: block;
  color: #666;
  font-size: 11px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.cart_item_total .total_price {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #2bbc68;
}
.text-line-through {
  text-decoration: line-through;
}
.text-red {
  color: #ff4d4d;
}
.text-bold {
  font-weight: 700;
}

/* Compact Cart Design */
.ct_price_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  gap: 10px;
}

.ct_price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.price_original {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  font-weight: 400;
}

.price_current {
  color: #2bbc68;
  font-size: 15px;
  font-weight: 700;
}

.cart_quantity_controls_compact {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}

.cart_quantity_controls_compact .qty_btn {
  width: 28px;
  height: 28px;
  border: none;
  background: #f8f9fa;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 12px;
}

.cart_quantity_controls_compact .qty_btn:hover {
  background: #2bbc68;
  color: #fff;
}

.cart_quantity_controls_compact .qty_input {
  width: 40px;
  height: 28px;
  border: none;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  background: #fff;
}

.ct_title {
  margin-bottom: 5px;
}

.ct_title a {
    font-size: 16px;
    font-weight: 600;
    color: #6b6b6b;
    text-decoration: none;
    width: 100%;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.ct_title a:hover {
  color: #2bbc68;
}

.ct_title .qa-pli-variation-attribute {
  font-weight: 400;
  font-size: 11px;
  color: #666;
  display: block;
  margin-top: 3px;
}

.cart_delete_link {
  margin-top: 8px;
}

.cart_delete_link .btn_delete_text {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 12px;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.cart_delete_link .btn_delete_text:hover {
  color: #c82333;
  text-decoration: underline;
}

.cart_delete_link .btn_delete_text i {
  margin-right: 4px;
}

/* Clear All Link */
.cart_clear_all {
  text-align: center;
  padding: 15px 0;
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
}

.cart_clear_all a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cart_clear_all a:hover {
  text-decoration: underline;
}
.cart_summery_area {
  padding: 0;
}
.cs_price_area {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.cs_price_single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.cs_price_single:last-child {
  border-bottom: none;
  font-size: 16px;
  font-weight: 700;
  padding-top: 12px;
}

.cs_pro_name {
  color: #666;
  font-weight: 500;
}

.cs_price_single:last-child .cs_pro_name {
  color: #333;
  font-weight: 700;
}

.cs_pro_price {
  font-weight: 700;
  color: #333;
}
.process_checkout {
  clear: both;
  text-align: center;
  margin-top: 15px;
}



.gradient-border {
  position: relative;
  background: #fff; /* your main content background */
  padding-bottom: 20px;
  border: none;
}

/* Create the gradient border effect */
.gradient-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px; /* adjust thickness */
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), transparent);
  border-top-left-radius: 8px;  /* optional rounding */
  border-top-right-radius: 8px;
}


.btn_checkout {
    display: block;
    width: 100%;
    padding: 15px;
    background: #2abc67;
    color: #fff;
    border-radius: 6px;
    font-size: 25px;
    font-weight: 700;
    /* text-transform: uppercase; */
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn_checkout:hover {
  background: #25a85a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(43, 188, 104, 0.3);
}

.bo_img {
  float: left;
  width: 75px;
  height: 75px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.bo_img img {
  width: 100%;
}
.bo_txt {
  width: calc(100% - 75px);
  float: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 700;
}
.bo_txt {
  font-size: 13px;
  font-weight: 700;
  min-height: 80px;
  cursor: pointer;
}
/* .compleetshop_video_embed div {
	padding-top: 17px;
} */
.bo_product_price .new_price {
  color: #ff4d4d;
}
.bo_product_price .old_price {
  font-weight: 400;
  text-decoration: line-through;
}
.bonus_offer_area {
  margin-top: 35px;
}
.active .sub_menu_area {
  display: block;
}
.sub_menu_area {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9;
}
.sub_menus {
  padding: 10px 0;
}
.cat_page_sub a,
.sub_menus a {
  color: #3b3b3b;
  padding: 1px 10px;
  display: block;
  transition: 0.4s;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
#slider_layout_3 .service-desc {
  color: #999;
}
.sub_cat_toggle span {
  float: right;
  opacity: 0;
  transition: 0.5s;
}
.sub_cat_toggle.active span,
.sub_cat_toggle:hover span {
  opacity: 1;
  transition: 0.5s;
}
.sub_menus a.active,
.cat_page_sub a:hover,
.sub_menus a:hover {
  /*background: #f0f1f2;
	transition: .4s;*/
  text-decoration: none;
  color: #3b3b3b;
}
.advanced_menu .sub_menus .sub_category .menu_part .single_row ul li {
  transition: 0.4s;
}
.cat_page_sub {
  margin-bottom: 25px;
}
.sub_sub_menu .sub_menus a:hover {
  background: #dcdcdc;
  color: #3b3b3b;
}
.sub_sub_m_area {
  background: #c0c1c2;
}
.sub_sub_menu {
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.sub_sub_menu.active {
  display: block;
  opacity: 1;
  transition: 0.5s;
}

.header_blackout.is_visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease-out 0s, visibility 0s ease 0s;
  display: block;
}
.header_blackout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in 0s, visibility 0s ease 0.15s;
  display: none;
  z-index: 2;
}

footer {
  position: relative;
  z-index: 9;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_menu ul li {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 8px 10px 0;
}
.footer_contact ul li a,
.footer_menu ul li a {
  font-size: 15px;
  color: #000;
  background-color: transparent;
  box-shadow: 0 0 0 0 transparent;
  display: inline;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease;
  border-radius: 1px;
  cursor: pointer;
}
.footer_contact ul li a:hover,
.footer_menu ul li a:hover {
  position: relative;
  background-color: #f0f1f2;
  box-shadow: 0 0 0 0.3em #f0f1f2;
  transition: all 0s;
}
.footer_contact ul li a {
  margin-left: 8px;
}
.footer_newsletter h3,
.footer_contact h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer_left_border {
  position: relative;
}
.footer_left_border::before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  width: 1px;
  height: 100%;
  border: 1px solid #f0f1f2;
}
div#my_product_cat.product_cat_view {
  /* padding: 0 60px; */
  margin-left: 60px;
  margin-right: 75px;
}
.pagination_custom_details_page .pagination {
  justify-content: center;
}

#my_product_cat.product_cat_view .product-layout {
  padding: 10px 10px !important;
}

#my_product_cat.product_cat_view .single_pro {
  flex: 0 0 20%;
  max-width: 20%;
}

.footer_newsletter p {
  font-size: 11px;
}
.footer_newsletter p {
  font-size: 11px;
}
.news_form {
  width: 100%;
  position: relative;
}
.news_form .fa-envelope-open {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.news_form input {
  width: 100%;
  padding: 20px 45px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.news_form button {
  border-radius: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d5d8da;
  /* border-color: #d5d8da; */
  color: #fff;
  border: 0;
  padding: 8px 15px;
}
.footer_bottom {
  background: #212121;
}
.fbt_icon {
  float: left;
}
.fbt_txt {
  color: #fff;
  line-height: 36px;
  margin-left: 10px;
  float: left;
  font-size: 11px;
  font-weight: 700;
}
.footer_great {
  text-align: right;
}
.footer_top {
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright_sc {
  color: #747474;
  float: left;
  font-size: 16px;
  display: block;
}
.payment_method_area img {
  margin: 0;
}
.section-padding.bottom-sc {
  padding: 15px 35px;
}

#content {
  min-height: 500px;
}
.main_content {
  display: block;
  overflow: hidden;
  background: #fff;
  min-height: 500px;
}
.main_content.home_content {
  padding-top: 20px;
}

.oc-banner7-container .flexslider {
  z-index: 1 !important;
}

.empty_cart_text {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #666;
}

.empty_cart_text i {
  font-size: 48px;
  color: #ccc;
  margin-bottom: 15px;
}

.empty_cart_area {
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

/*product listing*/

.mb-30 {
  margin-bottom: 30px;
}
.product-wrapper {
  border: 1px solid transparent;
  transition: 0.5s;
}
.product-wrapper:hover {
  border: 1px solid #b01e99;
  transition: 0.5s;
}
.product-img {
  padding: 0 15px;
  background: #fff;
}
.product-wrapper,
.product-img {
  position: relative;
}

.product-img a img {
  width: 100%;
}

.product-img > span {
  background-color: #666;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  left: 20px;
  letter-spacing: 1px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  width: 40px;
}
.product-content h4 {
  color: #383838;
  font-size: 18px;
  margin-bottom: 6px;
  min-height: 41px;
}
.product-content h4 a {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-action .btn span {
  font-weight: 600;
}
.product-content .price {
  color: #666;
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 3px;
}
.product-content .price .price-old {
  color: #999;
  text-decoration: line-through;
}

.product-wrapper:hover .product-content .price,
.product-wrapper:hover .product-content h4 a {
  color: #b01e99;
  transition: 0.5s;
}
#product .product-action {
  text-align: left;
}
#product .product-action button {
  color: #666666;
}
.list-unstyled li a {
  color: #666666;
}
#product .product-action button:hover,
.product-wrapper .product-action button:hover {
  border-color: #b01e99;
  color: #fff;
  background: #b01e99;
  transition: 0.5s;
}
.product_desc_area {
  padding: 30px 0;
}
.product_desc_area h2 {
  font-weight: 700;
}
.product_desc_area .nav-tabs .nav-link {
  color: #fff;
  background: #495057;
  padding: 14px 35px;
  border-color: #495057;
  margin-right: 5px;
}
.product_desc_area .tab-content {
  padding-top: 25px;
}

.product-content > span {
  color: #383838;
  font-size: 18px;
  font-weight: bold;
}
.product-content {
  padding: 13px;
  text-align: center;
}

.product-action {
  text-align: center;
  margin-bottom: 20px;
}
.single_pro .product-action {
  display: none;
}

.product-action button {
  border: 1px solid #ccc;
  color: #666666;
  transition: 0.5s;
}
.banner_area img {
  width: 100%;
}
.side_banner {
  margin-bottom: 15px;
}
.banner_area {
  margin: 40px 0;
}

.tab_area .module-title {
  text-align: right;
}

.module-title {
  text-align: center;
  margin: 8px 0 14px;
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 3px solid #b01e99;
  padding-bottom: 6px;
}
.module-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  top: 16px;
  display: none;
}

.module-title h2 {
  font-size: 27px;
  color: #000000;
  margin: 0;
  font-weight: 600;
  text-transform: none;
  position: relative;
  letter-spacing: 0;
  float: left;
  padding: 0 20px 0 20px;
  text-align: center;
}
.slider_category {
  display: none;
}
.tab-heading {
  display: inline-block;
  width: auto;
  margin: 3px 0 0;
  padding: 0 20px;
  list-style: none;
  text-align: right;
  position: relative;
}
.tab-heading.nav-pills > li {
  float: none;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  z-index: 1;
}

.tab-heading.nav-pills > li a {
  background: none;
  color: #303030 !important;
  margin: 0;
  font-size: 17px;
  text-transform: capitalize;
  padding: 0 0 2px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.tab-heading.nav-pills > li.active a {
  color: #b01e99 !important;
  font-weight: bold;
}
.tab-heading.nav-pills > li:first-child a {
  padding-left: 0;
  margin-left: 0;
}
.tab-heading.nav-pills > li:last-child {
  margin: 0;
}

.banners img {
  width: 100%;
}
.banners-effect-5 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-5 .banners > div a::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border: 70px solid rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.banners-effect-5 .banners > div a::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.5;
  border: 30px solid #fff;
  top: 0;
  left: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.5s ease-in-out;
}
.banners-effect-5 .banners > div a:hover::before {
  border: 0 solid rgba(255, 255, 255, 0.7);
}
.banners-effect-5 .banners > div a:hover::after {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0;
  transition-delay: 0.1s;
}

.col-lg-3.custom_col_5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.cat_area {
  display: block;
  overflow: hidden;
  background: #000;
}
.cat_single {
  float: left;
  width: 25%;
  position: relative;
  display: block;
  overflow: hidden;
}
.cat_single img {
  width: 100%;
}
.cat_single h2 {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  /*! box-shadow: 0 0 0 10px #000; */
  text-shadow: 0 6px 13px #000;
  margin: 0;
  padding: 30px 0;
  transition: 0.8s;
}

.cat_single:hover h2 {
  text-shadow: 0 6px 13px #fff;
  background: rgb(0, 0, 0, 0.8);
  transition: 0.8s;
}
.cat_single:hover img {
  transform: scale(1.3);
  transition: 0.8s;
}
.cat_single img {
  transition: 0.8s;
}

/*.sticky.hide_menu .sctoll_menu{
	opacity: 1;
	transition: .5s;
}*/
.sticky.hide_menu .sctoll_menu {
  opacity: 1;
  transition: 0.5s;
  background: #259fd2;
  right: 0px;
  height: 45px;
  top: 15px;
  overflow: hidden;
}
.sctoll_menu {
  position: absolute;
  top: 17px;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}
.sctoll_menu span span {
  width: 28px;
  height: 2px;
  background: #fff;
  margin: 8px 0;
  display: block;
  border-radius: 10px;
}
.sctoll_menu button {
  background: transparent;
  border: none;
}

#scroll_menu_button {
  color: #fff;
  padding-left: 40px;
  position: relative;
  line-height: 32px;
  padding: 4px 7px 5px 45px;
}
#scroll_menu_button:hover {
  background: #1cc0a0;
}
#scroll_menu_button > span {
  position: absolute;
  top: 2px;
  left: 7px;
}

#main_header {
  transition: 0.5s;
  position: relative;
  z-index: 9999;
}
#main_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: 0.5s;
}

.sticky.hide_menu .main_header,
.sticky.hide_menu .header_top {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  transform: translateY(-32px) translateZ(0);
}
.sticky.hide_menu .main_menu_area {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  transform: translateY(-90px) translateZ(0);
}

#main_header.sticky.hide_menu {
  height: 85px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  transform: translateX(-100%);
  width: 450px;
}
.mobile_menu_open .sidenav {
  transform: translateX(0%);
}

.mobile_menu_open #main_body {
  transition: transform 500ms ease;
  transform: translateX(450px);
}

.mobile_menu_open .mobile_menu_over_lay {
  position: fixed;
  background: rgb(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
}

.side_menu_header {
  display: block;
  overflow: hidden;
}
.sm_close {
  float: left;
}
.sm_home {
  float: right;
}
.side_menu_header a {
  padding: 11px 20px;
  display: block;
  overflow: hidden;
  font-size: 23px;
  color: #000;
}
.side_menu {
  min-height: 100vh;
  overflow: auto;
  height: 100vh;
}
.side_menu ul {
  list-style: none;
  margin-left: 18px;
  padding: 0;
}
.side_menu > ul > li {
  position: relative;
  padding-left: 25px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.side_menu > ul > li span {
  position: absolute;
  top: 0;
  left: 0;
}


.col.col-8.col-xl-6.col-xxl-6.search_part.header_search_part {
    width: 40%;
}

.col.col-3.col-xl-3.col-xxl-3.text-righ.align-self-center.pos_static.header_cart_part {
    width: 35%;
}

.kelpa_gallery .gal_img img {
    margin: 0;
}

.box .box-heading, 
.box-heading {
    border: medium none;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 12px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 27px;
}

.kelpa_gallery .half_screen .gal_img img {
    /*height: 280px;*/
    width: 100%;
}


.kelpa_gallery .single_gal.half_screen.green-bg .gal_text {
    background: #f6c20e none repeat scroll 0 0;
    color: #fff;
    height: 272px;
    text-align: center;
}

.kelpa_gallery .single_gal.half_screen.pink-bg .gal_text {
    background: #f6c20e none repeat scroll 0 0;
    color: #fff;
    height: 272px;
    text-align: center;
}

.kelpa_gallery .gal_text_table {
    display: table;
    height: 100%;
    width: 100%;
}

.kelpa_gallery .gal_text_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.kelpa_gallery #content h3 {
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.kelpa_gallery .gal_text p {
    color: #333333;
    font-family: open sans;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}



.category_list_cms {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
}

.category_list1 {

    margin-right: 28px;
}

.category_list_cms .box-head {

    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px;
}

.category_list1, .category_list2 {

    background: #f2f2f2 none repeat scroll 0 0;
    float: left;
    width: 49%;
	  padding:45px;
}

.category_img {
  float: left;
  width: 44%;
	padding:0px;
	transition: all 0.3s ease 0s;
}

.category_list_inner {
    float: left;
    width: 56%;
	  padding-left:25px
}

.category_list_cms .subcategory li {

    width: 100%;
	margin:0;
	list-style: outside none none;
	transition: all 0.3s ease 0s;
}

.category_list_cms .subcategory li a {

    color: #808080;
    display: block;
    line-height:13px;
   padding: 0 0 17px;
   border:none;
   position: relative;
}

.category_list_cms .subcategory li:last-child a {

    padding: 0;
}

.category_list_cms .subcategory li a:after

{

	content:"\f105";
	font-family:"fontawesome";
	font-size:14px;
	color:#808080;
	float:right;
	position: absolute;
    right: -20px;
    top: 0;
}

.category_list_cms .subcategory li:hover a::after , .category_list_cms .subcategory li:hover a {

    color: #c3a773;
}

.category_list_cms .subcategory {

    padding: 0;
	margin: 0;
}

.category_img .cat_image1, .category_img .cat_image2 {

    margin: 0;
}

.side_menu ul li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.side_menu ul li ul {
  margin-left: 15px;
  height: 0;
}
.side_menu ul li.active ul {
  height: auto;
}
.side_menu ul li ul li a {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
.side_menu ul li span {
  color: red;
  font-size: 18px;
  cursor: pointer;
}
.side_menu .active .fa-plus::before {
  content: "\f068";
}

.container_my {
  margin: auto;
  padding: 0;
  width: 100%;
}
.home_gallery_container {
  display: block;
  overflow: hidden;
}


.banner_content_item {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.item.big_banner {
    flex: 0 0 60%!important;
}

.banner_content_item .item {
    flex: 0 0 40%;
}


.item.big_banner img {
    height: 548px;
}


/*.single_gal {
  float: left;
  width: 20%;
}
.single_gal.img_full_width {
  float: left;
  overflow: hidden;
  position: relative;
  width: 60%;
}*/


.item.right_side_banner_fl {
    display: flex;
}

.single_v_slider .gal_text,
.img_full_width .gal_text {
  height: 248px;
  left: -1px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -2px;
  transform: rotate(318deg);
  width: 248px;
}
.single_v_slider .gal_text h2,
.img_full_width .gal_text h2 {
  background: rgb(0, 0, 0, 0.7) none repeat scroll 0 0;
  color: #fff;
  font-size: 17px;
  padding: 15px 14px;
  position: relative;
}
.single_gal.half_screen.green-bg .gal_text {
  background: #ab9867 none repeat scroll 0 0;
  color: #fff;
}
.single_gal.half_screen.pink-bg .gal_text {
  background: #000000 none repeat scroll 0 0;
  color: #fff;
}
.single_gal.half_screen.gary-bg .gal_text {
  background: #bdaa6f none repeat scroll 0 0;
  color: #fff;
}

.gal_text_table {
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gal_text_table_cell {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  padding: 10px;
}
.gal_image {
  overflow: hidden;
}
.gal_img img {
  width: 100%;
  /*opacity: 0;*/
}

.gal_img,
.gal_image {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.single_gal h2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.single_gal p {
  margin: 0 0 10px;
}
.gal_text {
  position: relative;
}

.policy-block {
  text-align: center;
  border: 0;
  margin: 4.5rem 0;
}
.policy-block .inner {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin: 0 -0.5rem;
  grid-row-gap: 1.5rem;
}
.policy-block .col {
  padding: 0 0.5rem;
  border-right: 1px solid #ebebeb;
}
.policy-block .col:last-child {
  border: 0;
}
.policy-block .box {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  margin: auto;
}
.policy-block .box .text {
  display: inline-block;
  vertical-align: top;
}
.policy-block .box h4 {
  font-size: 1.2rem;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
  margin-bottom: 1px;
  letter-spacing: -0.025em;
}
.policy-block .box p {
  margin: auto;
  line-height: 1.8rem;
  color: #a4a4a4;
  font-size: 1.1rem;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
.image-additional {
  max-width: 100px;
}
.image-additional img {
  width: 100%;
}

.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}

.product_page .breadcrumb_area {
  background: #f3f3f3;
}
.breadcrumb_area .breadcrumb {
  background: none;
  padding: 0;
}
.breadcrumb_area ul {
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
}
.breadcrumb_area ul li {
  color: #42474b;
  display: inline-block;
}
.breadcrumb_area ul li a {
  color: #1e2123;
  font-size: 13px;
  line-height: 45px;
  padding: 0 7px;
}
.breadcrumb_area ul li:not(:last-child)::after {
  content: " /";
  margin-right: 4px;
  font-size: 13px;
}

#accordion .card {
  margin-bottom: 10px;
}

#accordion .card-title {
  margin: 0;
  font-size: 20px;
}

#checkout-cart h2,
#checkout-cart h1 {
  font-size: 26px;
}

.pagination li.active span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #1cc0a0;
  border: 1px solid #1cc0a0;
}

.pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1cc0a0;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: 0.5s;
}
.pagination li a:hover {
  background: #1cc0a0;
  color: #fff;
  border-color: #1cc0a0;
}
.list-group-item {
  color: #000;
}

.side_menu > ul > li.div_wrap {
  overflow: visible;
}
.devider {
  position: relative;
  height: 1px;
}
.devider::before {
  position: absolute;
  top: 0;
  left: -45px;
  width: calc(100% + 45px);
  height: 1px;
  background: red;
  content: "";
  z-index: 999;
  opacity: 0.3;
}
.filter_search_btn {
  display: none;
}

#notification-normal div {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-top: 1rem;
}

#notification-normal div.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

#notification-normal div.warning {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.gal_image img {
  margin: 0;
}

.thumbnails img {
  max-width: 100%;
}
.mob_menu_icon {
  display: none;
}

.social_link {
  overflow: hidden;
  display: block;
}
.social_link img {
  margin: 0 0px 0 6px;
  width: 30px;
}
.sec_title {
  float: left;
  margin-right: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}
.owl-item {
  float: left;
}
.search-bar {
  overflow: hidden;
}
.slider-videoemb {
  display: block;
  overflow: hidden;
  clear: both;
}

.section-padding {
  padding: 40px 35px 37px;
}

footer {
  margin-top: 30px;
}
.footer_item i {
  font-size: 18px;
  color: #b2119b;
  float: left;
  margin-right: 10px;
  line-height: 36px;
}
.footer_item ul li {
  overflow: hidden;
  display: block;
  padding-bottom: 4px;
  font-weight: 500;
}

.footer_item:nth-child(1) ul li a {
  color: #000;
}
.footer_item ul li a {
  color: #676767;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}
.footer_item ul li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 4.3px;
  height: 4.6px;
  background-color: #afafaf;
  content: "";
  border-radius: 50px;
}
.footer_item ul li a.email {
  color: #3e3c3c;
  padding-left: 0;
  font-size: 15px;
}
.footer_item ul li a.email::before {
  content: none;
  color: #676767;
}
.footer_title {
  color: #575757;
  padding-bottom: 18px;
  font-size: 23px;
  font-weight: 600;
}
.btn.btn-danger.item-btn-ftr {
  background: #f5f5f5;
  border: none;
  color: #575757;
  font-weight: 600;
  letter-spacing: 0;
  margin-right: 1;
  margin: 0 0 8px 5px;
}
.footer_menu_section .col-md-2 {
  max-width: 15%;
  flex: 15%;
}
.footer_menu_section .col-md-2 {
  max-width: 15%;
  flex: 15%;
}
.footer_menu_section .col-md-3.col-lg-3.col-sm-6.wgt {
  max-width: 30%;
  flex: 30%;
}
.section-padding.ftr-menu {
  padding: 45px 35px 45px;
}

/*hobbio start*/

.video_gal_full_width {
  background-image: url("../image/hobbio_background.jpg");
  background-position: 0 0;
  background-repeat: repeat;
  display: block;
  overflow: hidden;
  margin-top: -20px;
  padding: 26px 0;
}
.deals-layout3 .so-deal .extraslider-inner .item .caption h4 {
  text-align: center;
}
.video_slider_area {
  width: 65%;
  float: left;
  padding-right: 15px;
}
.slider_category_area {
  width: 35%;
  float: left;
}
.single_v_slider {
  overflow: hidden;
}
.slider_category .sc_single {
  display: block;
  width: 28.5%;
  margin: 0 11px 15px;
  padding: 10px;
  text-align: center;
  float: left;
  background: #fff;
  border: 1px solid #111;
  max-height: 166px;
}
.video_slider_area .main-slider {
  max-height: 530px;
}
.slider_category .sc_single a,
.slider_category .sc_single a img {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slider_category .sc_single p {
  color: #575757;
  font-weight: 600;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.f_product_image {
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
.sticky.hide_menu .main_header,
.sticky.hide_menu .header_top {
  transform: translateY(0px) translateZ(0);
}

.sticky.hide_menu .main_header {
  box-shadow: 0px -6px 16px #111;
  padding: 3px 0;
}
.newslatteer-search.panel .news_form input {
  padding: 13px;
}
.newslatteer-search.panel .news_form button {
  border-radius: 0 3px 3px 0;
  right: 0;
  top: 0;
  transform: translateY(0%);
  background-color: #424242;
  color: #fff;
  font-size: 17px;
  padding: 12px 50px 11px 26px;
}
.newslatteer-search.panel .sec_title {
  padding: 12px 0;
}
.brand-carousel {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.owl-carousel.brand-items .owl-nav .owl2-prev,
.owl-carousel.brand-items .owl-nav .owl2-next {
  background-color: #fff;
  /*background-color: #d31a22;*/
  border: 1px solid #eaeaea;
  border-radius: 50%;
  width: 44px;
  line-height: 42px;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  margin-top: 0px;
  margin-top: -20px;
}
.owl-carousel.brand-items .owl-nav .owl2-prev i,
.owl-carousel.brand-items .owl-nav .owl2-next i {
  font-size: 22px;
  color: #aaa;
  line-height: 13px;
}
.owl-carousel.brand-items .owl-nav .owl2-next {
  left: auto;
  right: 0;
  /* padding: 14px 14px; */
}
.brand-carousel .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.slider-videoemb .video_thumb {
  position: relative;
}
.slider-videoemb .owl2-carousel .owl2-item img {
  transform-style: preserve-3d;
}
.slider-videoemb .v_play {
  position: absolute;
  bottom: 10%;
  right: 5%;
  background-color: #222f3e;
  color: #ff3c20;
  border: 1px solid #b2b2b2;
  padding: 5px 23px;
  font-size: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider-videoemb .video_title h3 {
  color: #232f3e;
  margin-top: 15px;
  font-size: 21px;
  font-weight: 700;
  /* font-family: sans-serif; */
  margin-top: 3px;
  margin-bottom: 27px;
  line-height: 29px;
  letter-spacing: -0.5px;
}
.slider-videoemb .video_thumb:hover .v_play {
  box-shadow: 0 0 9px 3px #ff3c20;
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider-videoemb .owl-nav.disabled {
  display: none;
}

.deals-layout3 .item-left {
  width: 50%;
  float: left;
  position: relative;
}

.deals-layout3 .item-right {
  overflow: hidden;
  width: 50%;
}
.deals-layout3 .label-product.label-product-sale {
  width: 50px;
  height: 50px;
  line-height: 46px;
  display: block;
}
.deals-layout3 .label-product.label-product-sale {
  border-radius: 100%;
  background-color: #fff;
  border: 5px solid #d31a22;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #111;
  text-align: center;
  line-height: 41px;
  padding: 0;
  display: block;
  z-index: 99;
  position: absolute;
  top: 0px;
  right: 16px;
}
.deals-layout3 .so-deal .extraslider-inner .item .caption {
  padding: 0;
  margin: -15px 0 auto;
}
.deals-layout3 .so-deal .extraslider-inner .item .caption h4 a {
  color: #515050;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center !important;
  font-family: "Open Sans", sans-serif;
}
.deals-layout3 .so-deal .extraslider-inner .item .caption .price .price-old {
  font-size: 16px;
  text-decoration: line-through;
}
.deals-layout3 .so-deal .extraslider-inner .item .caption .price .price-new,
.deals-layout3 .so-deal .extraslider-inner .item .caption .price span.price {
  font-size: 22px;
  font-weight: 600;
  color: #b01e99;
}
.deals-layout3 .desc {
  margin: 26px 0 10px;
  color: #151515;
  font-size: 15px;
  line-height: 26px;
  font-family: sans-serif;
  font-weight: 500;
}
.deals-layout3 .so-deal .extraslider-inner .item .caption .item-available b {
  color: #d31a22;
}
.deals-layout3 .so-deal .extraslider-inner .item .caption .item-available p {
  font-weight: 500;
}
.deals-layout3
  .so-deal
  .extraslider-inner
  .item
  .caption
  .available
  .color_width {
  background: #d31a22;
}
.deals-layout3 .so-deal .extraslider-inner .item .item-time-w {
  margin-top: 0;
}
.deals-layout3 .modtitle {
  text-align: left;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
  position: relative;
  border-bottom: 3px solid #b01e99;
  padding-bottom: 6px;
}
.deals-layout3 .modtitle span {
  font-size: 24px;
  color: #303030;
  margin: 0;
  font-weight: 600;
}
.deals-layout3 .viewall {
  float: right;
  font-size: 18px;
  color: #303030;
  margin-top: 3px;
  font-weight: 600;
  padding-right: 18px;
}
.deals-layout3 .so-deal .extraslider-inner .product-thumb {
  padding-left: 15px;
  padding-right: 15px;
}
.deals-layout3 .item-left .image img {
  width: 100%;
}
.deals-layout3 .item-left .image {
  padding: 20px 50px 20px 10px;
}
.owl-carousel.brand-items .owl-item img {
  margin: 0;
}
.owl-carousel.brand-items {
  padding: 19px 6px;
}
.product-layout .product-item-container {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.product-layout .left-block {
  width: 100px;
  float: left;
  position: relative;
}
.product-layout .product-image-container {
  overflow: hidden;
  position: relative;
}
.product-layout .right-block {
  margin-top: 19px;
  margin-left: 120px;
}
.product-layout .right-block .caption > h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 27px;
}
.product-layout .right-block .caption > h4 > a {
  color: #222;
  font-weight: 600;
}
.product-layout .right-block .caption .price span.price-new {
  color: #b01e99;
  font-size: 19px;
  font-weight: 700;
  margin-top: 13px;
  display: block;
}
.so-extraslider .extraslider-inner {
  border-bottom: 0;
  border-top: 0;
}
.account_dropdown .dropdown-menu a {
  display: block;
  line-height: 25px;
}
.account_dropdown .dropdown-menu {
  padding: 6px 15px;
}
.cat_main_menu i.fa-angle-down {
  color: #aae8dc;
}
.owl-carousel.brand-items .item {
  opacity: 0.4;
}
.owl-carousel.brand-items .item:hover {
  opacity: 1;
}
.video_slider_area .main-slider .slick-dots {
  bottom: -48px;
}
.video_slider_area .main-slider .slick-dots li button {
  /*border: 2px solid #fff;*/
  /*box-shadow: 0 0 5px #fff;*/
  color: #fff;
  background-color: #1cb496;
  opacity: 1;
}
.video_slider_area .main-slider .slick-dots li.slick-active button {
  background-color: #424242;
  border: 2px solid #fff;
  box-shadow: none;
}
.oc_new_product_tab .owl-carousel .owl-nav.disabled {
  display: none !important;
}
.main_header {
  padding-top: 0px;
  padding-bottom: 6px;
}
.logo img {
  max-width: 250px;
  max-height: 100px;
  margin: 0;
}
.sticky .logo img {
  max-height: 50px;
  margin: 0;
  padding: 0;
}
#home_vdo_slider .gal_text {
  height: 250px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 35px;
  transform: rotate(318deg);
  width: 330px;
  display: none;
  z-index: 9;
}
#home_vdo_slider .slick-active .gal_text {
  display: block;
}

#home_vdo_slider .gal_text h2 {
  font-size: 24px;
  line-height: 52px;
}
#home_vdo_slider .slick-dots li {
  width: 0;
  height: 0;
  border: none;
  margin: 0 12px;
}

.social_link a {
  font-size: 32px;
  color: #424242;
  line-height: 16px;
}

/*hobbio end*/

#slider_layout_1 .video_slider_area,
#slider_layout_2 .video_slider_area,
#slider_layout_3 .video_slider_area,
#slider_layout_6 .video_slider_area {
  width: 100%;
  float: none;
  padding-right: 0;
}

#slider_layout_1 a,
#slider_layout_1 img {
  margin: 0;
  padding: 0;
}
#slider_layout_1 p {
  margin: 0;
}

#slider_layout_2 .video_slider_area .main-slider {
  max-height: 538px;
}

#slider_layout_5 .video_slider_area {
  width: 100%;
  padding-right: 0;
}
#lsider_layout_4 .slick-slide {
  height: auto;
}

#slider_layout_3 .video_slider_area .main-slider {
  max-height: 450px;
}
#slider_layout_1 .video_slider_area .main-slider .slick-dots,
#slider_layout_2 .video_slider_area .main-slider .slick-dots,
#slider_layout_3 .video_slider_area .main-slider .slick-dots {
  bottom: -5px;
}

.topsellerpics p {
  overflow: hidden;
  position: relative;
  display: block;
}
.tableimage a {
  border: 0;
  background: linear-gradient(180deg, #ddba76 50%, #fff 0) no-repeat scroll 100%
    100%/100% 210% #fff;
  transition: all 0.3s ease-in-out;
}
.tableimage a:hover {
  background-position: 100% 0 !important;
  color: #fff !important;
}

.topsellerpics img,
.tablepics img {
  transition: transform 9s linear;
}

.topsellerpics img:hover,
.tablepics img:hover,
.toppics img:hover {
  transform: scale(1.05) rotate(0.1deg);
}

.allpics img:hover,
.topsellerpics img:hover,
.bspics img:hover,
.tablepics img:hover,
.lamppics img:hover,
.toppics img:hover {
  transform: scale(2) rotate(0.1deg);
}
.allpics img,
.topsellerpics img,
.bspics img,
.tablepics img,
.lamppics img,
.toppics img {
  transition: transform 9s linear;
}

.zoomeffect a,
.allpics p,
.topsellerpics p,
.bspics p,
.tablepics p,
.lamppics p,
.toppics p {
  overflow: hidden;
  position: relative;
  display: block;
}

.zoomeffect a:hover img,
.allpics:hover img,
.topsellerpics:hover img,
.bspics:hover img,
.tablepics:hover img,
.lamppics:hover img,
.toppics:hover img {
  animation: zoomeffect 3s ease-out 0s 1 normal both;
}

#ttcmsleftservices {
  float: left;
  width: 100%;
  padding: 8px;
}
#ttcmsleftservices .title_block {
  display: none;
}
#ttcmsleftservices .block_content {
  float: left;
  width: 100%;
  padding: 0 10px 18px;
}
#ttcmsleftservices .block_content > div {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding: 13px 0;
}
#ttcmsleftservices
  .block_content
  > div
  .ttcontent_inner
  .service
  .service-icon {
  width: 50px;
  min-width: 50px;
}

.common-home
  #ttcmsleftservices
  .block_content
  > div
  .ttcontent_inner
  .service
  .service-content {
  padding: 0px 0 0 15px;
  width: calc(100% - 62px);
}
#ttcmsleftservices
  .block_content
  > div
  .ttcontent_inner
  .service
  .service-content
  .service-title {
  font: 500 16px/24px "Poppins", Helvetica, sans-serif;
  color: #333333;
}
.ttshipping_img.service-icon img {
  margin: 0;
}

.ttshipping_img.service-icon img {
  margin: 0;
}

.ttcontent_inner .service {
  display: flex;
}

.ttcontent_inner .service-content {
  padding-left: 15px;
}

div#slider_layout_6 {
  /* margin-bottom: 30px; */
  overflow: hidden;
}
div#lsider_layout_6 img {
  margin: 0;
}
#lsider_layout_6 .slider_single img {
  min-height: auto !important;
}
#slider_layout_6 .video_slider_area .main-slider {
  max-height: 440px;
  margin-bottom: 0px !important;
}

#slider_layout_6 .video_slider_area .main-slider .slick-dots {
  bottom: 0px;
}

/* #lsider_layout_4 .slider_area {
	border-bottom: 10px solid #1cc0a0;
} */
#lsider_layout_4 .slider_area img {
  margin: 0;
}

#lsider_layout_4 .slider_single,
#lsider_layout_6 .slider_single {
  position: relative;
}
/*#lsider_layout_4 .slide_title, #lsider_layout_6 .slide_title {
    position: absolute;
    bottom: 0px;
    padding: 15px 16px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
}*/

#lsider_layout_4 .slide_title a,
#lsider_layout_6 .slide_title a {
  color: #fff;
}

/*#lsider_layout_4 .slide_title h2, #lsider_layout_6 .slide_title h2 {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'American Typewriter', sans-serif; 
    color: #fff;
    margin: 0;
}*/

.slide_title_rebone {
  height: 250px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 35px;
  transform: rotate(318deg);
  width: 360px;
  display: none;
  z-index: 9;
}
.slide_title_rebone h2 {
  background: #fff;
  color: #000;
  font-size: 24px;
  line-height: 52px;
}
.owl-item.active .slide_title_rebone {
  display: block;
}
.owl-carousel.home-sec .owl-nav button:focus {
  outline: none !important;
  border: none !important;
}

.owl-carousel.home-sec .owl-nav .owl-prev,
.owl-carousel.home-sec .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  /* width: 50px; */
  font-size: 50px;
  color: #fff;
}
.owl-carousel.home-sec .owl-nav .owl-next {
  left: auto;
  right: 25px;
}
.owl-carousel.home-sec .owl-item img {
  margin: 0px;
}

.cc_flex .banner-2.banner_flex {
  display: flex;
}
.cc_flex .banner-2 > div {
  padding: 0;
}
.cc_flex .banner-2 .col-img {
  overflow: hidden;
}
.cc_flex .col-img {
  text-align: center;
}
.cc_flex .banner-2 .col-img img {
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
  width: 100%;
  margin: 0;
}
/* .cc_flex .banner-2 .col-img:hover img {
    -webkit-transform: scale3d(1.2,1.2,1.2);
    -moz-transform: scale3d(1.2,1.2,1.2);
    -o-transform: scale3d(1.2,1.2,1.2);
    transform: scale3d(1.2,1.2,1.2);
} */

.loft_banner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1370px;
  padding-left: 100px;
  padding-right: 100px;
}
.loft_banner .o-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  clear: both;
}
.loft_banner .o-layout--custom > .o-layout__item--5 {
  width: 41.666667%;
  max-width: 41.666667%;
  flex: auto;
  padding: 0 15px;
}

.loft_banner .c-banners__right {
  margin-left: 16.666667%;
}
.loft_banner .c-banners__right {
  padding-top: 127px;
}

.loft_banner .c-banner {
  margin: 40px 0 0;
  padding-bottom: 40px;
}
.loft_banner .c-banner__image {
  display: block;
  position: relative;
}
.loft_banner .c-banner__image img {
  display: block;
  width: auto;
}
.loft_banner .c-banner__heading {
  padding: 31px 40px 0;
  margin: 0;
}
.loft_banner .c-banner__description {
  padding: 15px 40px 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
}

.loft_banner .c-btn {
  display: inline-block;
  border: 1px solid #262626;
  color: rgba(0, 0, 0, 0.85);
  padding: 15px 40px;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background: 0 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.loft_banner .c-btn::before {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: -10%;
  z-index: -1;
  background: #262626;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  content: "";
}

.loft_banner .c-banner__heading {
  padding: 31px 40px 0;
  margin: 0;
}

.loft_banner .c-banner__btn {
  margin: 21px 40px 0 !important;
}
.loft_banner .c-btn:hover {
  color: #fff;
}
.loft_banner .c-btn:hover::before {
  width: 120%;
}

.brand-carousel {
  margin: 30px 0;
}

.footer_title {
  position: relative;
}
.footer_toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.active .footer_toggle .fa-plus,
.footer_toggle .fa-minus {
  display: none;
}

.home_video_gallery_container .slick-dots {
  z-index: 2;
}

.side_menu > ul > li.new_products_link {
  background: #28c0a0;
  margin-right: 0;
  display: block;
  margin-left: -20px;
}

.side_menu ul li a.new_products_link {
  background: #28c0a0;
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 10px 0px;
  font-size: 18px;
}
.active .footer_toggle .fa-minus {
  display: block;
}
#slider_layout_3,
#slider_layout_2,
#slider_layout_4,
#slider_layout_6 {
  overflow: hidden;
  /* margin-bottom: 30px; */
}
#slider_layout_5 {
  overflow: hidden;
  margin-bottom: 0px;
}
#slider_layout_5 .video_slider_area .main-slider .slick-dots {
  bottom: 0;
}

.manfirstimage .owl-dots {
  display: none;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}

/* #slider_layout_1 .col-md-6.col-lg-6.manfirstimage {
	padding-right: 15px;
	padding-left: 15px;
}
#slider_layout_1 .col-md-6.col-lg-6 {
	padding-left: 10px;
	padding-right: 10px;
}
#slider_layout_1 .topsellerimages {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#slider_layout_1 .owl-carousel.home-sec .owl-item img {
    margin: 0px;
    min-height: 575px;
} */

#slider_layout_1 .video_slider_area .main-slider img {
  height: 575px;
}
/* #slider_layout_1 .video_slider_area .main-slider iframe.embed-player.slide-media {
    min-height: 690px;
} */

.pt-top {
  padding: 16px 0 10px;
}

.sub-col .owl-dots {
  display: none;
}

#slider_layout_1 {
  display: grid;
  grid-gap: 20px;
  width: 100%;
}

.sl_grid {
  display: block;
  overflow: hidden;
}

.sl_grid.grid_1 {
  grid-column: 1;
  width: 100%;
}
.sl_grid.grid_2 {
  grid-column: 2;
}

.releted_mod {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
}

.releted_mod .col_m2xx {
  grid-column: 1 / 3;
}

/* #slider_layout_1 .manfirstimage img{
	max-width: 707px;
} */

#side_menu_main_items img,
.main_menu a img {
  margin: 0;
  padding: 0;
  max-width: 30px;
  margin-right: 5px;
}

#home_vdo_slider {
  display: block;
  overflow: hidden;
}

.mb-20 {
  margin-bottom: 20px;
}

.video_slider_area .main-slider {
  margin-bottom: 0;
}

.common-home #main_header .main_header .container > .row {
  padding: 0;
}
.common-home .main_menu_area .pos_static {
  padding: 0 15px;
}

.compleet_shop_sub_banner,
#lsider_layout_4 .slide_title,
#lsider_layout_6 .slide_title {
  position: absolute;
  bottom: 0px;
  padding: 15px 16px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.banner_flex_img {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.compleet_shop_sub_banner h2,
#lsider_layout_4 .slide_title h2,
#lsider_layout_6 .slide_title h2 {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*font-family: 'American Typewriter', sans-serif;*/
  color: #fff;
  margin: 0;
}
.col_njtd.col-style.tableimage,
.col_iohh.col-style.lampimages,
.col_m2xx.col-style.topsellerimages {
  position: relative;
  z-index: 2;
}
.banner_flex_img {
  position: relative;
  z-index: 2;
}
.module.kin_banner2 .banner_flex_img .compleet_shop_sub_banner {
  /*width: 95%;*/
}
.grid-container .item {
  position: relative;
  z-index: 2;
}

/*bulk action start*/

.product-item-bulk-area {
  display: none;
}

.cat_tile_details_area {
  position: relative;
}

#my_product_cat .form-inline.bulk_form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  height: 38px;
  width: 40px;
  border-radius: 0;
  border: 1px solid #d6d6d6;
}

#my_product_cat .form-inline.bulk_form button.bulk_plus {
  right: 44px;
}
#my_product_cat .form-inline.bulk_form button.bulk_minus {
  right: 88px;
}
#my_product_cat .bulk_form .form-group {
  width: 100%;
}
#my_product_cat .bulk_form .input-group {
  width: 100%;
}

#my_product_cat .b_price,
#my_product_cat .b_article_number {
  display: none;
}

#my_product_cat.bulk_product .b_price,
#my_product_cat.bulk_product .b_article_number {
  display: block;
}
#my_product_cat.bulk_product .form-inline.bulk_form button {
  position: relative;
  top: unset;
  right: unset;
}
#my_product_cat.bulk_product .form-inline.bulk_form button.bulk_single_action {
  display: none;
}

#my_product_cat .products-list .product-grid .product-item-container {
  margin: 0;
}
#my_product_cat .product-item-bulk-area {
  margin-bottom: 30px;
}
#my_product_cat.bulk_product .product-item-bulk-area {
  margin-bottom: 0;
}

#my_product_cat.bulk_product .product-layout {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

#my_product_cat {
  position: relative;
}

#my_product_cat.bulk_product .product-item-bulk-area {
  display: block;
}

#my_product_cat.bulk_product .product-layout {
  width: 100%;
}
#my_product_cat.bulk_product .product-layout .right-block {
  display: none;
}
#my_product_cat.bulk_product .show_model {
  display: none;
}
#my_product_cat.bulk_product .product-thumb {
  float: left;
  width: 80px;
  margin: 0;
  padding: 10px;
  display: block;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
}

#my_product_cat.bulk_product .b_price .price .price-new {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

#my_product_cat.bulk_product .product-item-bulk-area {
  float: left;
  display: block;
  width: calc(100% - 80px);
}
#my_product_cat.bulk_product .b_article_number {
  float: left;
  width: 50%;
  padding: 20px 30px;
}
#my_product_cat.bulk_product .b_price {
  float: left;
  width: 30%;
  text-align: center;
  padding-top: 25px;
}
#my_product_cat.bulk_product .b_add_cart {
  float: left;
  width: 20%;
  text-align: right;
  padding: 17px 0;
}
#my_product_cat.bulk_product .b_add_cart .form-control {
  width: 50px !important;
  height: 45px;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 2px solid #797979;
  text-align: center;
  font-size: 22px;
  color: #5b5b5b;
  margin: 0 5px;
}
#my_product_cat.bulk_product .b_add_cart button {
  float: left;
  width: 45px;
  height: 45px;
  background: #ff3b1f;
  color: #fff;
  border: 2px solid #ff3b1f;
  font-size: 24px;
}
#my_product_cat.bulk_product .b_model {
  font-size: 16px;
  color: #e33455;
  margin-bottom: 6px;
}
#my_product_cat.bulk_product .b_name {
  font-size: 16px;
  color: #2d2d2d;
  margin-bottom: 0;
  font-weight: 600;
}

#my_product_cat .products-list > .product-layout:nth-of-type(2n + 1) {
  background-color: #f3f3f3;
}

.cat_bulk_toggle_area {
  position: relative;
}
.b_tog_btn_area {
  position: absolute;
  top: -50px;
  right: 0;
}
#my_product_cat .product-layout {
  transition: 0.4s;
}

#my_product_cat .product-layout.bulk_added {
  background: rgb(244, 98, 52, 0.4) !important;
  transition: 0.4s;
}

#bulk_action_reverse {
  padding-left: 50px;
  background: #797979;
  color: #fff;
}
#bulk_action {
  padding-right: 50px;
}
.b_tog_btn_area .btn {
  border-radius: 3px;
  margin-left: 5px;
  font-size: 22px;
  position: relative;
}
.b_tog_btn_area .btn:hover {
  background: #000 !important;
}

#bulk_action_reverse {
  display: none;
}
.active_bulk_action #bulk_action_reverse {
  display: inline-block;
}

#bulk_action.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

#my_product_cat
  .products-list
  .product-grid
  .product-item-container
  .right-block
  h4 {
  height: 65px;
}

/*new*/
#my_product_cat.bulk_product .caption {
  display: none;
}
#my_product_cat.bulk_product .product-layout .action {
  display: none;
}
#my_product_cat.bulk_product .product-layout .product-thumb {
  min-height: 100%;
}
#my_product_cat.bulk_product .product-layout.product-grid {
  text-align: left !important;
}
#my_product_cat.bulk_product .b_add_cart button {
  background: #2e2f2f;
  border: 2px solid #2e2f2f;
}
button#bulk_action {
  background: #2f2f2f;
  color: #fff;
}
#my_product_cat .product-layout {
  padding: 10px 10px !important;
}
#my_product_cat.bulk_product .row > .product-layout:nth-of-type(2n + 1) {
  background: #f2f2f2;
}

#my_product_cat.bulk_product .product-img {
  padding: 0 15px;
  background: #fff;
  float: left;
  width: 80px;
}
#my_product_cat.bulk_product .product-action,
#my_product_cat.bulk_product .product-content {
  display: none;
}
#my_product_cat.bulk_product .product-wrapper:hover {
  border: 1px solid transparent;
}
#my_product_cat.bulk_product .product-content .mb-30 {
  margin-bottom: 0;
}

#information-contact a.btn:visited,
#information-contact a.btn:focus {
  color: #fff;
}

.radio_select {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  text-align: center;
}
.radio_select .radio {
  cursor: pointer;
  padding: 5px;
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
}

.radio_select .radio label {
  margin: 0;
  cursor: pointer;
}

.radio_select input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio_select img.img-thumbnail {
  margin: 0;
  padding: 0;
  text-align: center;
}

.ex_info.out_of_stock {
  color: red;
}
.ex_info.in_stock {
  color: #33b027;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* full width layout start */
.full-width {
  margin: 0 !important;
  padding: 0;
}
.full-width > .container {
  width: 100% !important;
  max-width: none;
}

.module_wraper .container {
  padding-right: 15px;
  padding-left: 15px;
}

.main-row.full-width > .container,
.module_wraper.full-width .container {
  padding: 0;
}

.related_module .module_wraper .container {
  margin: 0 !important;
  padding: 0;
}

/* full width layout end */

/*Loft slider css start*/

#loft_44_slider.c-slider {
  height: 950px;
  position: relative;
}
#loft_44_slider .c-slider__item {
  height: 950px;
  position: relative;
}
#loft_44_slider .splide__list.owl-carousel {
  padding: 0;
  margin: 0;
}
#loft_44_slider .splide__arrows {
  display: none;
}

#loft_44_slider .o-wrapper {
  padding-left: 0;
  padding-right: 0;
  max-width: 1000px;
}

#loft_44_slider .splide__list.owl-carousel .owl-prev,
#loft_44_slider .splide__list.owl-carousel .owl-next {
  font-size: 39px;
  background: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 2.6%;
  transform: translateY(-50%);
  line-height: 54px;
  color: #000;
}
#loft_44_slider .splide__list.owl-carousel .owl-prev span,
#loft_44_slider .splide__list.owl-carousel .owl-next span {
  height: 63px;
}

#loft_44_slider .splide__list.owl-carousel .owl-next {
  left: auto;
  right: 2.6%;
}

.o-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1370px;
  padding-left: 100px;
  padding-right: 100px;
}
#loft_44_slider .c-slider__counter {
  text-shadow: 1px 1px 3px #fff;
}
#loft_44_slider .c-slider__counter {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  font-size: 30px;
  line-height: 1;
  z-index: 9;
}

#loft_44_slider .c-slider__text-right {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  border-radius: 36px;
}
#loft_44_slider .c-slider__text-right {
  position: absolute;
  bottom: 43px;
  right: 50px;
  text-transform: uppercase;
  z-index: 2;
}
section#loft_44_slider li {
  list-style: none;
}
#loft_44_slider .c-slider__my-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 60%;
  right: 0;
  transform: translateY(-40%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: unset;
}
#loft_44_slider .sld_text_right .c-slider__my-image {
  left: 0;
  right: unset;
}
#loft_44_slider .sld_text_right .c-slider__text {
  left: unset;
  top: 48.5%;
  right: 0;
  text-align: right;
}

#loft_44_slider .c-slider__text {
  width: 40%;
}
#loft_44_slider .c-slider__text {
  position: absolute;
  left: 0;
  top: 48.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#loft_44_slider .c-slider__heading {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 0 15px;
  margin: 0;
}
#loft_44_slider .c-slider__subheading {
  padding: 0 0 38px;
  margin: 0;
  font-size: 38px;
  font-weight: 600;
}

#loft_44_slider .c-slider__description {
  padding: 0;
  margin: 0;
  color: #000;
}
#loft_44_slider .c-slider__btn {
  margin-top: 60px;
  padding: 15px 70px 19px;
  font-size: 16px;
  display: inline-block;
}
#loft_44_slider .btn,
.c-btn--black {
  background: #262626;
  color: #fff !important;
}
#loft_44_slider .btn::before,
#loft_44_slider .c-btn::before {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: -10%;
  z-index: -1;
  background: #262626;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
#loft_44_slider .c-slider__btn .e-icons {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 3px 0 0 2px;
}
#loft_44_slider .splide__list.owl-carousel button:focus,
#loft_44_slider .splide__list.owl-carousel button:focus {
  outline: none;
}

h2.price_with_tax {
  font-size: 17px;
}

li.price_without_tax {
  font-size: 18px;
  font-weight: bold;
}

.list-group {
  margin-bottom: 20px;
}

#column-left a.list-group-item:hover {
  color: #fff;
}

.caption.mod_cat_thumb {
  background: black;
  color: #fff;
  text-align: center;
}
.caption.mod_cat_thumb a {
  margin: 0;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
.custom_listing_category img {
  margin: 0;
  width: 100%;
}

.box-category {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.box-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-category > ul > li {
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}
.box-category ul li a {
  line-height: 28px;
}
.box-category ul li .head a {
  font-size: 14px;
  line-height: 29px;
}
.box-category ul li .head .plus {
  display: none;
}
.box-category ul li .head .collapsed .plus {
  display: block;
}
.box-category ul li .head .collapsed .minus {
  display: none;
}
.box-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-category ul li ul li {
  border-top: 1px solid #e6e6e6;
  padding: 0 0 0 20px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

fieldset legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.form-horizontal fieldset .form-group {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal fieldset .control-label {
  padding-top: 0px;
  margin-bottom: 0;
  text-align: right;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  margin-right: 0;
  padding-right: 0;
}

.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.buttons.clearfix {
  margin-bottom: 50px;
}

.collapsed.list-group-item .fa-minus,
.list-group-item .fa-plus {
  display: none;
}

.list-group-item .fa-minus,
.collapsed.list-group-item .fa-plus {
  display: block;
}
.panel-footer {
  margin-bottom: 20px;
}

.ipt-image-wrapper .ipt-tag {
  position: absolute;
}

.lg-outer {
  z-index: 999999;
}
.lg-backdrop {
  z-index: 99999;
}
.st-btn.st-remove-label img {
  margin: 0;
}
.fancybox-overlay {
  z-index: 99999;
}

.fancybox-skin {
  height: 800px !important;
}

#mod_address .input-group.mb-3 {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

#mod_address .input-group-text {
  border-radius: 0px 0px 0px 0px;
}

#mod_address .input-group > .form-control,
#mod_address .input-group > .form-select {
  position: relative !important;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#product .pds a.preview img {
  margin: 1.4rem 6px 1rem;
  border: 1px solid rgb(206 212 218);
  box-shadow: 0 0 5px #cfcccc;
}
#shoppingcart .panel-default {
  border-color: rgb(221 221 221);
}
#shoppingcart .panel {
  margin-bottom: 20px;
  background-color: rgb(255 255 255);
  border: 1px solid rgb(221 221 221);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

#shoppingcart .panel-default > .panel-heading {
  color: #fff;
  background-color: #54404c;
  border-color: #54404c;
}

#shoppingcart .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid rgb(0 0 0 / 0%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#shoppingcart .panel-body {
  padding: 15px;
}
#shoppingcart .mini-cart-info .remove img {
  margin: 0.7rem 4px 1rem;
}
#product .pds a.preview.pds-current,
.pds a.pds-current {
  transform: scale(1.3);
}
button#scroll_menu_button:focus {
  outline: none;
}
.temp {
  max-width: 250px;
  max-height: 250px;
}

.ajax-filter .modal-dialog > .title .button-reset > span {
  filter: brightness(15.5);
}

.ajax-filter .modal-dialog > .title {
  color: rgb(255 255 255) !important;
  border-color: rgb(84 64 76);
  background-color: rgb(84 64 76) !important;
  font-family: "Open Sans", arial;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  padding: 12px 10px;
}

.ajax-filter.modal .button-close {
  top: 6px;
  right: 5px;
}

.selected-list .af-selected {
  padding: 1px 38px 7px 12px !important;
}

d_ajax_filter_selected .button-reset > p {
  margin-bottom: 0;
}

d_ajax_filter_selected .button-reset {
  background: #fff;
  position: absolute;
  right: 23px;
  top: 0;
  /*border: 1px solid #e7e1e1;*/
}

d_ajax_filter_selected .selected-list {
  padding: 48px 10px 13px;
  position: relative;
}

d_ajax_filter_selected .button-reset > span {
  margin-top: 7px;
}

.ajax-filter .modal-dialog {
  margin: 0;
  padding: 0;
}

.ajax-filter.modal .modal-dialog {
  max-width: unset;
  min-height: 100%;
  padding: 0 !important;
  background: #fff;
}

.ajax-filter.modal .button-close {
  width: 50px;
  height: 37px;
  background: transparent;
  color: red;
  z-index: 999;
}

.ajax-filter .af-body .af-container > .af-heading {
  padding: 5px 10px;
  min-height: 40px;
}
.ajax-filter .af-body .af-container > .af-heading > .title {
  font-size: 14px;
  font-weight: 500;
}
.ajax-filter .af-body .af-container > .af-heading > span {
  top: 15px;
  width: 14px;
}
.ajax-filter .af-body .af-container > .af-elements .af-wrapper {
  padding: 0px 15px 10px 25px !important;
}
/* .ajax-filter .af-body .selected-list {
    padding: 0px 10px 8px;
} */
.ajax-filter .af-body .selected-list .af-selected {
  font-size: 14px;
  line-height: 12px;
  height: 35px;
  margin-right: 9px;
  margin-bottom: 7px;
  padding: 2px 26px 7px 12px;
  color: rgb(255 255 255);
  background: rgb(84 64 76);
  border-color: rgb(84 64 76);
  background-color: rgb(84 64 76);
  margin-top: 10px;
}
.ajax-filter .af-body .selected-list .af-selected:after {
  top: 10px;
  right: -3px;
  content: "x";
  background-image: none;
  font-size: 16px;
}

.ajax-filter .modal-dialog > .title .button-reset > span {
  margin-top: 2px;
}
.ajax-filter .modal-dialog > .title .button-reset > p {
  margin: 0;
  padding: 0 !important;
  line-height: initial;
  color: white;
  margin-bottom: 0 !important;
}
.ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element {
  min-height: 15px;
  margin: 5px 0 5px;
}
.ajax-filter
  .af-body
  .af-container
  > .af-elements
  .af-wrapper
  .af-element
  label
  > input[type="checkbox"]
  + span {
  min-height: 15px;
  margin-top: 5px;
}

.productpage-images-block #sync1 .owl-item .item img {
  margin-top: 0;
}

/*product new design ======= 2/05/2023*/

.new_sc_product {
  margin-top: 40px;
}

/* .new_sc_product .thumbnails li a img {
    border-radius: 50%;
} */

/* .new_sc_product .thumbnails li a {
    width: 80%;
    margin: 0 auto;
} */

#pnHolder {
  position: absolute;
  top: -3px;
  right: 0;
}

.breadcrumb_area #pnHolder ul li::after {
  display: none;
}
.breadcrumb_area .container {
  position: relative;
}

.new_sc_product ul.thumbnails li {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.thumbnails.main_image {
  padding-left: 125px;
}
.new_sc_product .product-gallery.owl-carousel {
  transform: rotate(90deg);
  max-width: 421px;
  position: absolute;
  top: 180px;
  left: -160px;
}
.new_sc_product .product-gallery.owl-carousel .owl-item {
  width: 90px !important;
  height: 90px;
}
.new_sc_product .product-gallery.owl-carousel .item img {
  margin: 0 0;
  padding: 0px;
}

.new_sc_product .product-gallery.owl-carousel .item {
  /* transform: rotate(-90deg); */
  border: 1px solid #ddd;
}

.new_sc_product .product-gallery.owl-carousel .owl-nav .owl-prev,
.new_sc_product .product-gallery.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 10%;
  left: -24px;
}

.new_sc_product .product-gallery.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -24px;
}

.new_sc_product .product-gallery.owl-carousel .owl-nav .owl-prev,
.new_sc_product .product-gallery.owl-carousel .owl-nav .owl-next {
  font-size: 36px;
}
.new_sc_product h1.title_name_product {
  font-weight: 600;
  text-transform: capitalize;
}
.new_sc_product .list_badeg span {
  background: #fc6721;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
.new_sc_product li.prev_price span {
  font-size: 19px;
  color: #969696;
  font-weight: 600;
}

.new_sc_product .list_badeg {
  margin-bottom: 10px;
}
.new_sc_product li.price_without_tax strong {
  font-size: 32px;
  font-weight: 700;
}
.new_sc_product ul#product_price_sc li {
  line-height: 30px;
}
.new_sc_product li.inl_text_price {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.new_sc_product li.inl_text_price span {
  font-size: 18px;
  font-weight: 600;
}
.new_sc_product ul#product_price_sc li {
  color: #3f3f3f;
}
.new_sc_product .price_bottom_info_text p {
  font-size: 15px;
  font-weight: 700;
  color: rgb(0 133 0);
}

.new_sc_product .price_bottom_info_text p > img {
  margin: 0;
}

.new_sc_product .price_bottom_info_text {
  display: flex;
  gap: 25px;
}
.new_sc_product ul#product_price_sc {
  margin-bottom: 0;
}
.new_sc_product .price_bottom_info_text p:nth-child(2) {
  color: rgb(254 101 0);
}
.new_sc_product .product_wishlist_cart_area {
    display: flex;
    justify-content: start;
    gap: 5px;
}

.kelpa_gallery .gal_text_table_cell h3 {
    color: #000;
}

.new_sc_product .quantity_cart {
  display: flex;
  gap: 6px;
  background: #f3f3f3;
  padding: 6px;
  border-radius: 3px;
  flex: 0 0 80%;
}
.new_sc_product .product-action {
  margin-bottom: 0;
}
.new_sc_product .product-action.custom_product_btn img {
  margin: 0;
  width: 23px;
}
.new_sc_product .product-action.custom_product_btn button {
  background: rgb(243 243 243);
  border: none;
  padding: 10px 14px;
  margin: 0 3px;
  height: 54px;
}
.new_sc_product .product-action.custom_product_btn {
  flex: 0 0 35%;
}
.new_sc_product .product-action.cart_big button#button-cart {
  background: #1bb71f;
  color: #fff;
  border: none;
  box-shadow: inset 0 -2px 0 0 #149718;
  transition: 0.5s;
  width: 100%;
  /* padding: 9px 133px; */
}
.new_sc_product .product-action.cart_big button#button-cart:hover {
  background: #090;
  box-shadow: inset 0 -2px 0 0 #0d7811;
  transition: 0.5s;
}
.new_sc_product .quantity_cart input {
  width: auto;
  height: 42px;
  text-align: center;
  padding: 0 3px;
}
.new_sc_product .product-action.cart_big {
  width: 100%;
}
.new_sc_product .manufacture_cart_list ul li {
  color: #000;
  font-weight: 400;
}

.new_sc_product .manufacture_cart_list {
  display: flex;
  /* justify-content: space-between; */
  /* gap: 60px; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.new_sc_product .manufacture_cart_list .ex_info_block {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.new_sc_product .manufacture_cart_list .ex_info_block img {
  margin: 0;
  padding: 0;
}

.new_sc_product
  .manufacture_cart_list
  .ex_info_block:nth-child(even)
  .ex_title {
  min-width: 120px;
}

.new_sc_product .manufacture_cart_list .ex_info_block .ex_title {
  min-width: 55px;
}

.new_sc_product .list_product_item_info ul {
  padding-left: 5px;
  margin: 10px 0;
}

.new_sc_product .list_product_item_info ul li {
  color: #000;
  font-weight: 500;
  line-height: 23px;
  position: relative;
  z-index: 2;
  list-style: none;
  padding-left: 30px;
}

.new_sc_product .list_product_item_info ul li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 19px;
  height: 100%;
  content: "";
  background-image: url("../image/list_mark.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.recent_product_slider .product-action {
  display: none;
}

.new_sc_product .recent_product_slider #cat_porudcts_wrap .col-xl-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.new_sc_product .recent_product_slider #cat_porudcts_wrap .product-wrapper {
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.new_sc_product .recent_product_slider .owl-carousel .owl-nav .owl-next,
.new_sc_product .recent_product_slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 50px !important;
  transform: translateY(-50%);
}

.new_sc_product .recent_product_slider .owl-carousel .owl-nav button {
  outline: none;
}

.new_sc_product .recent_product_slider .owl-carousel .owl-nav .owl-prev {
  left: -20px;
}

.new_sc_product .recent_product_slider .owl-carousel .owl-nav .owl-next {
  right: -20px;
}

.new_sc_product .recent_product_slider {
  padding: 0 60px;
}

.new_sc_product svg.icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-top: -0.3rem;
}

.new_sc_product .product_ex_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 5px;
}

.new_sc_product button.btn.btn-primary.gray_bg {
  background: #f2f2f2;
  border: none;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 16px;
  padding: 8px 10px;
  box-shadow: 0px 2px 0px #d8d8d8;
  flex: 1;
}
.new_sc_product .recent_product_list_area h2 {
  color: rgb(63 63 63);
  font-weight: 700;
  padding-bottom: 20px;
}

.new_sc_product .recent_product_list_area {
  margin-top: 35px;
}
.new_sc_product .single_list_product {
  display: flex;
  gap: 25px;
  padding-left: 24px;
  margin-bottom: 5px;
}

.new_sc_product .single_list_product .details h4 {
  font-size: 15px;
  line-height: 21px;
  color: #000;
}

.new_sc_product .single_list_product .price span {
  list-style: none;
  display: inline-block;
  margin-right: 14px;
  color: #000;
  font-weight: 500;
  font-size: 17px;
}

.new_sc_product .single_list_product .price ul {
  padding-left: 0;
}
.new_sc_product .product_price_sc span.ex_price {
  text-decoration: line-through;
  text-underline-position: under;
}

.new_sc_product .product_price_sc span.price {
  font-size: 17px;
  padding-left: 10px;
  color: rgb(25 121 155);
  font-weight: 600;
}
.new_sc_product .single_list_product img {
  /* width: 39px; */
  margin: 0;
}
.new_sc_product .more_option_area {
  text-align: center;
  position: relative;
  z-index: 2;
}

.new_sc_product .more_option_area a {
  border: 1px solid #ddd;
  width: auto;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 0;
  background: #fff;
  color: #a2a2a2;
}
.new_sc_product button.btn.btn-primary.gray_bg img {
  margin: 0;
}

.ajax-filter.modal .button-close i {
  font-size: 14px;
  color: #54404c;
  background: #fff;
  padding: 7px 9px;
  border-radius: 50px;
  margin-right: 14px;
}

.new_sc_product button.btn.btn-primary.gray_bg.cheap_btn {
  padding: 8px 20px;
}

.new_sc_product .product_left_dscp_table table td img {
  margin: 0 8px 0 0;
}
.new_sc_product .product_left_dscp_table {
  margin-bottom: 25px;
}
.new_sc_product .recent_product_slider .product-content h4 a {
  color: rgb(78 76 76);
  font-size: 17px;
  font-weight: 600;
}
.new_sc_product .product-content .price span {
  color: #000;
}
.new_sc_product .recent_product_slider .product-wrapper.mb-30 {
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 30px;
}
.new_sc_product h3.product_slider_head {
  color: rgb(63 63 63);
  font-weight: 700;
  padding-bottom: 0;
  font-size: 25px;
  padding-top: 35px;
}

.new_sc_product .product_left_dscp_table table td {
  padding: 5px 12px;
  border: none;
  color: #000;
  font-weight: 500;
}
.new_sc_product
  .product_left_dscp_table
  .table-striped
  tbody
  tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.new_sc_product
  .product_left_dscp_table
  .table-striped
  tbody
  tr:nth-of-type(odd) {
  background-color: transparent;
}

.new_sc_product .more_option_area img {
  margin: 0;
  padding-right: 5px;
}

.new_sc_product .more_option_area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgb(221 221 221);
  content: "";
  z-index: -1;
  height: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.new_sc_product .more_option_area::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 50%;
  background: rgba(255, 255, 255);
}

.new_sc_product .recommended_product_title {
  color: rgb(63 63 63);
  font-weight: 700;
  padding-bottom: 0;
  font-size: 25px;
  padding-bottom: 25px;
  padding-top: 35px;
}
.new_sc_product .single_product_warper {
  text-align: center;
  overflow: hidden;
  border: 1px solid rgb(221 221 221);
  border-radius: 10px;
  padding: 30px;
  position: relative;
}

.new_sc_product .warper_details h3 {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 26px;
  max-height: 90px;
}

.new_sc_product .single_product_warper img {
  padding-bottom: 25px;
}

.checkbox_content {
}

.new_sc_product .checkbox_content {
  position: absolute;
  top: 14px;
  left: 32px;
}

.new_sc_product .price_warper span {
  /* display: block; */
  margin: 0 2px;
  color: #000;
  font-weight: 800;
  font-size: 16px;
}
.new_sc_product .price_warper span.line-through {
  /* padding-right: 10px; */
  text-decoration: line-through;
  padding-right: 10px;
  color: rgb(152 146 146);
}

.new_sc_product .product_wishlist_cart_area .custom_product_btn button svg {
  fill: #4c4c4c;
  font-size: 20px;
  width: 23px;
}

.new_sc_product
  .product_wishlist_cart_area
  .custom_product_btn
  button:hover
  svg {
  fill: #ffffff;
}

.new_sc_product .quantity_cart input {
  width: 40px;
  font-weight: bold;
}

.new_sc_product .show_more_less.show_more,
.new_sc_product .show_more_less.show_more.recent_pro {
  max-height: unset;
}

.new_sc_product .show_more_less.recent_pro {
  max-height: 500px;
}

.new_sc_product .show_more_less {
  max-height: 250px;
  display: block;
  overflow: hidden;
  position: relative;
}

.new_sc_product .show_more_less .more_option_area {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.new_sc_product .more_option_area .show_more,
.new_sc_product .show_more .more_option_area .show_less {
  display: none;
}

.new_sc_product .show_more .more_option_area .show_more {
  display: inline;
}

.new_sc_product .left_gallery_sc {
  position: relative;
}

.new_sc_product .tag_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  clear: both;
  margin-top: 15px;
}

.new_sc_product .single_tag a {
  border: 1px solid #dddddd;
  padding: 10px 20px;
  border-radius: 25px;
  display: block;
}

.new_sc_product .single_tag {
  margin-right: 10px;
  margin-bottom: 10px;
}

.modal_padding {
  padding: 40px;
}

.modal .modal-header {
    display: flex;
    background-color: #F5C130;
}


.atqatc_prdbtn i {
    margin: 0 10px;
}
.atqatcform_holder_div .table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

.modal_captcha .control-label {
  display: none;
}

.mgallery.mgallery-ext-ablum {
  margin-top: 50px;
}

#rollCalculator .modal_padding {
  background: #dbdbdb;
}

.calculator_box {
  display: none;
  width: 100%;
  background: #dedede;
  padding: 30px;
  border-radius: 5px;
}

.cal_input .form-control {
  height: 90px;
  font-size: 60px;
  text-align: center;
  color: green;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cal_result {
  text-align: center;
  background: green;
  color: white;
  padding: 15px;
  font-size: 60px;
  margin-top: 5px;
  border-radius: 5px;
}

#add-sample {
  background: #eee;
  border-radius: 4px;
  width: 100%;
  display: none;
  max-width: 400px;
  margin: 25px auto 10px;
}
.add-sample-content {
  padding: 15px 25px 15px 25px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.add-sample-content span {
  font-size: 40px;
  font-weight: 3;
  border: 1px solid #917766;
  padding: 4px 6px;
  float: left;
  margin-right: 0;
  color: #917766;
}

.add-sample-content h5 {
  padding-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #917766;
  text-align: center;
  margin: 0 0 6px 0;
  padding: 0px 0 0 0;
}

.add-sample-content #button-sample_cart {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 18px 6px;
  background: #b0b86b;
  border: none;
}

.show_send_message p {
  margin: 0;
}

#about-carousel {
  margin-right: 15px;
}
.product-slider ul,
.product-thumb ul {
  width: 100% !important;
}
.flex-viewport {
  min-height: auto;
}
#about-carousel {
  padding: 25px 0;
}
.product-thumb ul.flex-direction-nav {
  background: none repeat scroll 0 0 transparent;
  height: 0;
}
.product-slider ul,
.product-thumb ul {
  width: 100% !important;
}
.product-thumb ul li {
  display: inline-block;
  width: 100%;
}
#about-carousel.flexslider .slides > li {
  margin-bottom: 10px;
  border: 2px solid #d9d9d9;
}
#about-carousel.flexslider .slides > li.flex-active-slide {
  border-color: #000;
}
.flex-nav-prev {
  bottom: 25px;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
  display: block;
  font-size: 0;
}
.flex-direction-nav .flex-prev {
  top: 95%;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  right: 0 !important;
  margin: 0 auto;
  opacity: 1 !important;
  left: 0;
  position: absolute;
  text-align: center;
}
.flex-direction-nav .flex-nav-prev .flex-prev:before,
.flex-direction-nav .flex-nav-next .flex-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  color: #000;
  font-weight: 900;
}
.flex-direction-nav .flex-nav-next .flex-next:before {
  content: "\f077";
}
.flex-direction-nav .flex-nav-prev .flex-prev:before {
  content: "\f078";
}
.flex-direction-nav .flex-next {
  top: -15px;
}

.large-product img {
  margin: 0;
  padding: 0;
}

.product_page .mfp-bg {
  z-index: 100000;
}
.product_page .mfp-wrap {
  z-index: 100000;
}

.large-product {
  display: none !important;
}

.large-product.slider_loaded {
  display: flex !important;
}

.product_thums {
  min-width: 150px;
}

.product-wrapper.pb-30 {
  padding-bottom: 30px;
}

.product_cat_view .product-wrapper.pb-30 {
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  margin-right: 10px;
}

/* .show_more_less.show_more .more_option_area {
	bottom: -45px;
} */

/*End product new design ======= 2/05/2023*/

/* advanced menu start */

.sub_menu_area.advanced_menu {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.root_category {
  background: #f6f6f6;
  width: 223px;
  margin-left: -7px;
  padding-left: 0;
}

.advanced_menu .sub_menus {
  padding: 0;
}

.advanced_menu ul {
  padding: 0;
  list-style: none;
}

.sub_menus .root_category ul li.active a,
.sub_menus .root_category ul li a:hover {
  background: #5e4957;
  color: #fff;
}

.root_category::before {
  content: "";
  background: #f6f6f6;
  width: 100%;
  right: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.sub_category {
  flex: 1;
}

.menu_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.sub_category .adv_menu_style_2 .menu_part {
  padding: 0 10px;
}

.sub_category .single_row {
  flex: 1;
  padding: 0;
}

.sub_category h2 a {
  text-transform: unset;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}

.sub_category h2 {
  margin: 10px 0;
}

.sub_category a {
  text-transform: unset;
}

.sub_category .banner_part {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.sub_category .banner_part.row {
  gap: 0;
  padding: 20px 20px 20px 26px;
}
.banner_single.col-md-8,
.banner_single.col-md-4,
.banner_single.col-md-12 {
  padding: 0 10px;
}

.sub_category .banner_single {
  flex: 1;
  display: block;
}

.sub_category .banner_part .banner_single a {
  padding: 0;
}
.sub_category .banner_part .banner_single img {
  width: 100%;
  max-width: unset;
}

.sub_category .more_link {
  margin-top: 15px;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.sub_category .more_link a {
  text-transform: uppercase;
  color: #b7c177;
  font-weight: bold;
}

.sub_menus .single_row h2 a:hover,
.sub_menus .menu_tags_area a:hover,
.sub_menus .menu_thumb a:hover,
.sub_menus .banner_single a:hover {
  background-color: transparent;
}

.sub_menus .menu_thumb img,
.sub_menus .banner_single img {
  width: 100%;
  max-width: unset;
}

.sub_menus .menu_thumb {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}

.sub_menus .menu_thumb a {
  padding: 0;
}

.sub_menus .menu_thumb h2 {
  position: absolute;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px;
  z-index: 9;
}

.adv_menu_style_3 {
  margin-top: 20px;
}

.sub_category .adv_menu_style_3 .menu_part {
  flex-wrap: wrap;
  padding: 0 10px;
}
.sub_category .single_row {
  padding: 10px;
  flex: 0 0 20%;
  max-width: 20%;
}

.sub_menus .adv_menu_style_3 .menu_thumb {
  margin-top: 0;
  margin-bottom: 0;
}

.sub_menus .menu_tags {
  background: #9a8372;
  margin: 20px;
  padding: 5px 20px;
  display: flex;
}

.sub_menus .menu_tags_area {
  display: flex;
}

.sub_menus .menu_tags_area a {
  color: #fff;
  position: relative;
  padding: 1px 15px;
  line-height: 32px;
}

.sub_menus .menu_tags_area a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  right: 0;
  background: #baaaa0;
  top: 10%;
}

.sub_menus .menu_tags_area a:last-child::after {
  display: none;
}
.sub_menus .tag_title {
  font-size: 16px;
  font-weight: 700;
  padding: 1px 0;
}

.sub_menus .simple_menu ul {
  display: flex;
  flex-wrap: wrap;
}

.sub_menus .simple_menu ul li {
  flex: 0 0 20%;
}

.sub_menus .simple_menu {
  padding: 20px;
}

.sub_menus .menu_grid_item {
  width: 20%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
}
.sub_menus .menu_part_mosho.menu_grid {
  padding: 10px;
}

.mvm_adv_menu_area a.catego_menu.active::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1000%;
  height: 100%;
  background: #54404c;
  right: 100%;
}

div#my_product_cat.product_cat_view .product-content h4,
.new_sc_product
  .recent_product_slider
  #cat_porudcts_wrap
  .product-wrapper
  .product-content
  h4 {
  width: 196px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* advanced menu end */

.ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-show-all {
  border-width: 0 !important;
  border-color: unset !important;
  background-color: unset !important;
  color: #428bca !important;
  text-align: left !important;
  width: auto !important;
}

.loader {
  display: none;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.filter-option-heading:before {
  content: "+";
  color: #fff;
  font-size: 32px;
  right: 11px;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.6s ease;
  top: -6px;
}

.filter-option-heading.activeFilter:before {
  display: none;
}

.filter-option-heading.activeFilter:after {
  content: "-";
  color: #fff;
  font-size: 38px;
  transform: rotate(180deg);
  right: 15px;
  position: absolute;
  transition: all 0.6s ease;
  top: -7px;
}

.filter-option-content {
  display: none;
}

.attachment_body {
  width: 100%;
}

.attachment_body ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: stretch;
}

.attachment_body ul li {
  list-style: none;
  padding: 10px 18px 12px;
  background: #878787;
  line-height: 0;
  flex: 0 0 48%;
}

.attachment_body ul li a {
  color: #fff;
  border: none;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  line-height: 20px;
  dominant-baseline: text-after-edge;
  display: flex;
  align-items: center;
  gap: 6px;
}

i.fas.fa-file-pdf {
  font-size: 18px;
  margin-right: 5px;
}

.product_attachment {
  overflow: hidden;
  padding-top: 15px;
  background: #f2f2f2;
  padding: 13px;
  border-radius: 0 0 2px 2px;
  box-shadow: inset -1px -1px 5px #ddd;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}
.attachment_title img {
  margin: 0;
}

.attachment_title h3 {
  margin: 0;
  font-size: 15px;
}

.mob_menu_icon .mobile-nav-toggle {
  /*position: absolute;*/
  top: 50px;
  right: 16px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mob_menu_icon .bar1,
.bar2,
.bar3 {
  width: 33px;
  height: 4px;
  background-color: #333;
  margin: 7px 0;
  transition: 0.4s;
  display: block;
}
.mob_menu_icon .change .bar2 {
  opacity: 0;
}
.mob_menu_icon .change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
.mob_menu_icon .change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.custom_content_item ul.pd0 {
  padding-left: 0;
}

.custom_content_item .sub_category .single_row {
  flex: 0 0 100%;
  max-width: 100%;
}

.custom_content_item .sub_category .single_row ul {
  padding: 0;
}

.custom_content_item .sub_category .single_row ul li {
  list-style: none;
}

ul.main_menu_item_des li.list_menu a.list_main_item {
  color: #000;
  /*font-size: 15px;*/
  /*font-weight: 600;*/
  padding-left: 0;
}

span.icon_indicator i {
  font-size: 12px;
}

ul.main_menu_item_des li.list_menu {
  position: relative;
  border-bottom: none;
  padding: 4px 0;
}

nav.mobile_menu.custom_content_item {
  display: none;
}

.productpage-images-block a.prd-img-popup.zoom {
  position: unset !important;
}

.fancybox-container {
  z-index: 999999 !important;
}


/*product css*/

.bundle-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bundle-price {
    display: none;
}

.bundel_products {
    display: flex;
    width: calc(100% - 300px);
    background: #F6F6F6;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.popup-quickview .bundle-box, .popup-options .bundle-box {
    display: none;
}
.bundle-heading {
   background: #eee;
   color: #888;
   padding: 6px 10px;
   font-size: 17px;
}
.bundle-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bundle-main-product {
  display: inline-block;
}
.bundle-icon.bundel_plus_icon {
    position: absolute;
    top: 50%;
    left: -10px;
    font-size: 20px;
    color: #2DB8F3;
    width: 30px;
    height: 25px;
    display: block;
    overflow: hidden;
    transform: translatey(-50%);
}

.bundle-icon.bundel_plus_icon i {
    border: 3px solid #fff;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 18px;
}

.bundle-products {
  /** width: calc(100% - 410px); */
  display: inline-block;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}
.bundle-products-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.bundle-product {
  display: block;
  box-sizing: border-box;
  width: 300px;
  padding: 0px 10px 10px;
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
  border-radius: 5px;
}
.bundle-product:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.bundle-image{
    margin-top: 15px;
}
.bundle-image img {
    margin: 0;
    padding: 20px 10px;
}

.bundle-title {
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.bundle-price {
    font-size: 13px;
}
.bundle-price .bundle-new {
  font-weight: 600;
}
.bundle-price .bundle-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.bundle-equal {
  width: 60px;
}
.bundle-purchase {
   width: 100%;
   display: inline-block;
   position: relative;
   font-size: 15px;
   padding-top: 45px;
}
.bundle-items {
  margin-bottom: 20px;
}

.bundle-stock-out {
    color: #fff;
    background: #e25757;
    border-radius: 5px;
    padding: 0 10px;
}
div.bundle-option {
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    top: 0;
    right: 15px;
}
.bundle-original-total span {
   text-decoration: line-through;
}
label.bundle-label {
  margin: 0;
  padding: 0;
}

.bundle-checkbox-bg {
  display: inline-block;
  border: 3px solid rgba(0, 0, 0, 0.1);
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.bundle-checkbox-bg i.icon {
    opacity: 0.2;
    font-size: 24px;
    color: transparent;
    transition: opacity 0.3s 0.1s ease;
    -webkit-text-stroke: 3px rgba(0, 0, 0, 0.5);
    text-stroke: 3px rgba(0, 0, 0, 0.5);
    margin-top: 1px;
    margin-left: 1px;
}

.bundle-checkbox:checked + .bundle-checkbox-bg {
   background: #ff6700;
}

.bundle-checkbox:checked + .bundle-checkbox-bg i.icon {
    opacity: 1;
    color: white;
    -webkit-text-stroke: 0;
    text-stroke: 0;
}
.xbundle-loading {
  text-align: center;
  margin-top: 60px;
}
#tab-xbundle .bundle-heading {
    display: none;
}


.bundle-product.bundle_cart_area {
    width: 250px;
    margin-right: 0;
    padding: 10px;
}

.bundle-purchase {
    padding-top: 0;
    justify-content: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 100%;
}

.bundel_dis_percentage {
    font-size: 18px;
    color: #666;
    font-family: 'Roboto', sans-serif;
}

.bundel_price_info {
    text-align: left;
    font-weight: bold;
}

.bundle-original-total.bundle-cart {
    font-weight: 300;
}

.bundle-original-total.bundle-cart span {
    margin-left: 10px;
}

.bundle-total.bundle-cart {
    font-size: 36px;
    line-height: 45px;
    color:#666;
}

.bundle-add .btn-success {
    background: #1bb71f;
    color: #fff;
    border: none;
    box-shadow: inset 0 -2px 0 0 #149718;
    transition: 0.5s;
}

.bundel_price_info .flex {
    justify-content: end;
    gap: 5px;
}

.new_sc_product .bundel_price_info .price_bottom_info_text p {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.new_sc_product .bundel_price_info .price_bottom_info_text {
    gap: 0;
    display: block;
}

.bundle-product.bundle_cart_area:hover {
    box-shadow: none;
}


#mvm_notification p{
  margin: 0;
}

.mobile-nav-active #mvm_notification{
  display: none;
}



.bundle-product.bundle-main-product.pro_loop {
    padding: 15px 10px;
}

.bundle-product {
    margin-right: 15px;
    background: #fff;
}


.breadcrumb-item+.breadcrumb-item::before{
  display: none;
}

#alert {
  z-index: 999999999;
}
/*End product css*/



.custom_listing_category .product-thumb {
  position: relative;
}
.custom_listing_category .product-thumb .image img{
  border-radius: 8px;
}
.custom_listing_category .product-thumb .caption {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}


#product-manufacturer #content {
    background: #fff none repeat scroll 0 0;
    margin-top: 30px;
    padding: 30px;
    width: 80%;
    box-shadow: 0 0 10px #d3d3d3;
}

#product-manufacturer #content p {
    margin: 0 0 10px;
    color: #000;
}

#product-manufacturer #content p a {
    color: #333;
}

.manufacturer-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 5px;
}

.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-content a {
    color: #333;
}

#product-manufacturer #content h1 {
    padding-bottom: 15px;
}

.contact_area {
    box-shadow: 0 0 10px #d8d5d5;
    padding: 30px;
}

.contact_area .card {
    display: block;
    border: none;
}

.row.flex_dirction {
    flex-direction: column;
}

.contact_area .card .card-body {
    border: none;
}

.contact_area .card .card-body img {
    border: none;
    width: 100%;
    padding: 0;
    height: 200px;
    object-fit: cover;
}

.text-end.area_panel_method {
    margin: 22px 0;
}

.text-end.area_panel_method button {
    width: 100%;
}

.row.flex_dirction .col-sm-3 {
    margin: 12px 0;
    width: 100%;
}

.contact_panel_area {
    display: flex;
    justify-content: space-between;
    /* padding: 30px; */
    gap: 25px;
}

.contact_panel_area .card {
    flex: 0 0 48%;
    background: #f2f2f2;
}

.contact_panel_area #form-contact {
    flex: 0 0 50%;
    background: #f2f2f2;
    padding: 25px;
}



.contact_panel_area #form-contact .row {
    display: block;
    margin-bottom: 0!important;
}


.contact_panel_area #form-contact .row .col-sm-2, .contact_panel_area #form-contact .row .col-sm-10 {
    width: 100%;
}

.contact_panel_area #form-contact .row .col-sm-2.col-form-label {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}


.contact_panel_area .col-sm-3 strong .icon {
    background: url('../image/cms-sprite.png') no-repeat scroll -8px -232px transparent;
    padding: 5px 0 0 35px;
    height: 28px;
    /*margin: 10px 0 0;*/
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: 500;
}

.product_price_barcode_area {
    display: flex;
    justify-content: space-between;
}

.mobile_barcode_area.well {
    margin-bottom: 0px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.well {
    min-height: 20px;
    padding: 11px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.mobile_barcode_area.well img {
    margin: 0;
}


#quickcheckoutconfirm .col-sm-6 {
    padding: 0 10px;
}

#quickcheckoutconfirm #payment-new, 
#quickcheckoutconfirm #shipping-new {
    padding: 23px 0;
}

#quickcheckoutconfirm #payment-existing, 
#quickcheckoutconfirm #shipping-existing {
    margin: 14px 0;
}




.findit_products_module .item .product-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #f7f7f7;
}

.findit_products_module .item .product-layout .item-image img {
  margin: 0;
}

.findit_products_module .item .product-layout .item-image,
.findit_products_module .item .product-layout .item-info {
  width: 50%;
  flex: 0 0 50%;
}

.findit_products_module .item .product-layout .item-info {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px;
}




.findit_products_module .owl-carousel .owl-nav button.owl-prev,
.findit_products_module .owl-carousel .owl-nav button.owl-next {
  background-color: transparent;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 24px;
  text-align: center;
  float: left;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  font-size: 18px;
  color: #e9e9e9;
  transition: all 0.3s ease;
margin-left: 10px;
}

.findit_products_module .owl-carousel .owl-nav button:hover {
  border-color: #c3c3c3;
  color: #c3c3c3;
  transition: all 0.3s ease;
}

.findit_products_module .owl-carousel .owl-nav{
position: absolute;
top: -60px;
right: 0;
}



.banner_7{
  overflow: hidden;
}
.banner_7_70{
  width: 70%;
}
.banner_7_30{
  width: 30%;
}


.banner_7 .col_iohh.col-style.lampimages {
  margin-top: 25px;
}

.banner_7 img{
  margin: 0;
  padding: 0;
  width: 100%;
}



.sticky.hide_menu .header_cart_part{
  padding-bottom: 15px;
} 
.sticky.hide_menu .header_cart_part .cart_text{
  display: none;
} 



.pim_pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pim_pagination .pagination, .pim_pagination .pagination .page-item .page-link {
    background: transparent;
    color: #000;
    border: none;
    transition: all 0.5s ease;
    margin: 0 5px;
}


.pim_pagination .pagination .page-item .page-link:hover,
.pim_pagination .pagination .page-item.active .page-link{
  background-color: #fff;
  color: #38c42c;
  border-radius: 50%;
  transition: all 0.5s ease;
}

   


.pim_product .list_product_item_info.thumb ul li::before {
    top: 1px;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    color: #40b83b;
    background: none;
    font-size: 13px;
}

.pim_product .list_product_item_info.thumb ul li {
    line-height: 22px;
    padding-left: 20px;
    font-size: 12px;
}



 /* Small Devices */
@media only screen and (max-width: 768px) {
  .bundle-container {
     display: block;
     padding: 10px 5px 0px;
  }

  .bundel_products {
      width: 100%;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 20px;
  } 

  .bundle-icon.bundel_plus_icon {
      top: 0;
      left: 50%;
  }


  .bundle-main-product {
    float: left;
  }
  html[dir="rtl"] .bundle-main-product {
    float: right;
  }
  
  .bundle-title a {
    font-size: 100%;
  }
  .bundle-products {
    width: calc(100% - 155px);
  }
  .bundle-equal {
    display: none;
  }
  .bundle-purchase {
      width: 100%;
      display: block;
      font-size: 14px;
      padding-top: 0px;
      clear: both;
      background: #f7f7f7;
      padding: 15px;
      border: 1px solid #ccc;
      margin-bottom: 5px;
  }
  .bundle-checkbox-bg {
      width: 24px;
      height: 24px;
  }
  .bundle-checkbox-bg i.icon {
     font-size: 16px;
  }
  .bundle-add {
     bottom: 15px;
     right: 15px;
     width: auto;
  }
  html[dir="rtl"] .bundle-add {
      left: 10px;
      right: auto;
  }

  .bundle-products {
      width: 100%;
      overflow: unset;
  }
  .bundle-products-container {
      flex-wrap: wrap;
      gap: 3%;
  }
  .bundle-product {
      flex: 0 0 47%;
      margin-bottom: 3%;
      margin-right: 0;
  }

  .bundle-product.bundle-main-product.pro_loop {
      flex: 0 0 100%;
  }

  .bundle-product.bundle_cart_area {
      flex: 0 0 100%;
  }
  .bundle-icon{
      display: none;
  }

  .bundle-purchase .col-sm-6 {
      width: 50%;
  }

  .banner_7_70,
  .banner_7_30{
      width: 100%;
  }
  .banner_7 .row-style{
      display: flex;
      gap: 15px;
  }

  .banner_7 .col_iohh.col-style.lampimages {
      margin-top: 0px;
  }

}


@media only screen and (max-width: 767px) {

  .category_list_cms {
      display: block;
  }

  .kelpa_gallery .single_gal.img_full_width {
	    float: none;
	    width: 100%;
	}

  .item.big_banner img {
      height: auto;
  }

  .banner_content_item {
      display: block;
  }

  .item.right_side_banner_fl {
      display: block;
  }

	.kelpa_gallery .single_gal.img_full_width img {
	    width: 100%;
	}

	.kelpa_gallery .single_gal.half_screen {
	    width: 100%;
	}

	.kelpa_gallery .half_screen .gal_text {
	    height: 100px!important;
	}

	.category_list1, .category_list2 {
	    width: 100%;
	    padding: 30px;
	}

  .menu_part {
    column-count: 2;
    column-gap: 0px;
    display: block;
    padding: 77px 5px 0 5px;
  }

  .custom_content_item .sub_category .single_row.mob-thumbnail {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    /* margin-bottom: 10px; */
    break-inside: avoid;
    padding: 0 6px;
  }

  .compleet_shop_sub_banner h2,
  #lsider_layout_4 .slide_title h2,
  #lsider_layout_6 .slide_title h2 {
    word-wrap: break-word;
    color: #fff;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    text-align: left;
  }

  .custom_item_content .col-md-12.p0 {
    padding-left: 7px;
    padding-right: 7px;
  }

  #my_product_cat aside#column-left {
    order: 2;
  }

  .ajax-filter.modal .modal-dialog > .title {
    display: block;
  }
  .filter-option-content {
    display: block !important;
  }

  .filter-option-heading.activeFilter:after {
    display: none;
  }

  .title.filter-option-heading::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #54404c;
    content: "";
    z-index: -1;
    display: block;
    transform: none;
  }

  .title.filter-option-heading {
    position: relative;
    z-index: 2;
  }
  div#cat_pagination {
    margin: 16px 0;
  }

  #my_product_cat #content .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-6 {
    width: 50%;
  }

  .grid-container {
    grid-gap: 14px !important;
  }

  nav.mobile_menu.custom_content_item {
    display: block;
  }

  .cavas_mobile_content {
    text-align: left;
  }

  .cavas_mobile_content ul li {
    list-style: none;
  }

  .cavas_mobile_content ul {
    padding-left: 15px;
  }

  .cavas_mobile_content ul li a {
    color: #000;
    font-size: 19px;
    font-weight: 500;
  }

  .sub_category_cavas ul li {
    list-style: circle;
  }

  .sub_category_cavas ul {
    padding-left: 30px;
  }

  .sub_category_cavas ul li a {
    font-weight: 500;
    color: #000000;
  }

  i.back.fas.fa-chevron-left {
    /* padding-right: 15px; */
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
  }

  .sub_category_cavas ul li {
    list-style: none;
  }

  .sub_category_cavas ul {
    padding-left: 0;
  }

  .offCanvas_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    background: #fff;
    transition: 0.5s;
  }

  .single_row.mob-thumbnail .menu_thumb {
    /* position: relative; */
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .sub_category_cavas .menu_thumb h2 {
    position: absolute;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
  }

  .panel_sc .offCanvas_menu {
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }

  .offCanvas_menu .top-head h3 {
    font-weight: 600;
    background: #f6f6f6;
    padding: 19px 14px 17px;
    position: fixed;
    width: 100%;
    z-index: 99;
  }

  .sub_category .more_link {
    margin-top: 0;
    border-top: none;
  }

  .sub_category h2 {
    /*font-size: 14px;*/
  }
  .hidden_on_mobile {
    display: none !important;
  }

  .custom_content_item .main_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding: 0 23px;
    margin-bottom: 80px;
  }

  .custom_content_item .main_menu li {
    flex: 0 0 100%;
    border-bottom: 1px solid #ddd;
    /*padding: 4px 23px;*/
    position: relative;
    list-style: none;
  }

  .custom_content_item .main_menu li a {
    color: #000;
    font-weight: 600;
    width: 100%;
    display: block;
    font-size: 18px;
  }

  ul.main_menu_item_des li.list_menu a.list_main_item {
    width: 90%;
    display: block;
    font-weight: 400;
    font-size: 15px;
  }

  span.icon_indicator i {
    width: 20px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 18px;
  }

  .custom_content_item .main_menu li i {
    position: absolute;
    top: 12px;
    right: 0px;
  }

  .custom_content_item a.catego_menu {
    text-align: left;
  }

  .custom_content_item a.catego_menu i.fa-plus {
    position: absolute;
    top: 23px;
    right: 11px;
  }

  .custom_content_item a.catego_menu i.fa-bars {
    display: none;
  }

  .custom_content_item a.catego_menu i.fa-angle-down {
    display: none;
  }

  .desktop_mobile_nav_slide {
    position: fixed;
    top: 65px;
    right: 0;
    /* bottom: 0; */
    /* left: 0; */
    z-index: 99;
    overflow-y: auto;
    background: #fff;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 20px 0;
    width: 0;
    height: 100%;
    text-align: center;
  }
  .mobile-nav-active .desktop_mobile_nav_slide {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  #loft_44_slider .c-slider__item {
    height: 400px;
  }
  #loft_44_slider.c-slider {
    height: 400px;
  }
  .attachment_body ul li {
    width: 100%;
    flex: 0 0 100%;
  }
  .attachment_body ul {
    flex-wrap: wrap;
  }
  #loft_44_slider .image_as_background {
    /*background-size: 100%;*/
  }
  #loft_44_slider .c-slider__counter {
    left: 20px;
  }
  #loft_44_slider .c-slider__text {
    width: 60%;
  }
  #loft_44_slider .c-slider__my-image {
    width: 40%;
  }
  #loft_44_slider .c-slider__description {
    display: none;
  }
  #loft_44_slider .c-slider__btn {
    margin-top: 0;
    padding: 0 35px;
  }
  #loft_44_slider .c-slider__subheading {
    font-size: 25px;
  }
  #loft_44_slider .sld_text_right .c-slider__text {
    right: 20px;
  }
  #loft_44_slider .c-slider__text {
    left: 20px;
  }
  #loft_44_slider .c-slider__my-image {
    right: 18px;
  }
  #loft_44_slider .sld_text_right .c-slider__my-image {
    left: 20px;
  }
  #loft_44_slider .c-slider__text-right {
    padding: 5px 10px;
    font-size: 11px;
    right: 8px;
  }
  .more_explore_sc .col-sm-6.col-md-3 {
    max-width: 50%;
  }

  .new_sc_product .product_ex_btn {
    flex-wrap: wrap;
  }

  .new_sc_product .product_ex_btn button {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 10px;
  }
  .new_sc_product .manufacture_cart_list {
    flex-direction: column;
    gap: 0;
  }
  .new_sc_product .quantity_cart {
    flex: 0 0 calc(100% - 135px);
  }
  .new_sc_product .product-action.custom_product_btn {
    /*flex: 0 0 115px;*/
  }
  .manufacture_cart_list .manuf_title {
    width: 40%;
  }

  .new_sc_product .product-gallery.owl-carousel {
    transform: unset;
    max-width: unset;
    position: relative;
    top: 0;
    left: 0;
  }
  ul.thumbnails.main_image {
    padding-left: 0;
    width: auto;
  }
  .new_sc_product .thumbnails li a {
    width: auto;
    margin: 0 auto;
  }

  .new_sc_product .product-gallery.owl-carousel .owl-nav .owl-prev {
    left: -17px;
  }
  .new_sc_product .product-gallery.owl-carousel .owl-nav .owl-next {
    right: -17px;
  }
  #pnHolder {
    position: relative;
    top: 0;
    right: 0;
  }

  .single_row.mob-thumbnail img {
    height: 100%;
    object-fit: cover;
  }

  .compleet_shop_sub_banner,
  #lsider_layout_4 .slide_title,
  #lsider_layout_6 .slide_title {
    position: absolute;
    bottom: 0px;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
  }
}



/*Loft slider css end*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1464px;
  }

  .category_list1.box .category_img, .category_list2.box .category_img {
      margin-bottom: 20px;
  }

  .category_list_cms .subcategory li a {
    line-height: 23px;
  }

  .category_list1.box .category_img img, .category_list2.box .category_img img {
      width: 100%;
  }

}

@media only screen and (min-width: 1367px) and (max-width: 1464px) {


  .row.d-flex.align-items-center.for_mobile_icons {
	    justify-content: space-between;
	}

  .header_cart_part {
      flex: 0 0 30%;
      max-width: 30%;
  }

  .header_search_part {
      flex: 0 0 30%;
      max-width: 30%;
  }

}

@media only screen and (min-width: 100px) and (max-width: 500px) {


  .category_img,
  .category_list_inner {
    display: block;
    width: 100%;
    padding-left: 0px;
  }
  .category_list_cms .subcategory li {
      width: 95%;
  }
  

}


@media only screen and (min-width: 1201px) and (max-width: 1366px) {
  #slider_layout_2 .video_slider_area .main-slider {
    max-height: 435px;
  }

  .row.d-flex.align-items-center.for_mobile_icons {
	    justify-content: space-between;
	}

  .header_cart_part {
      flex: 0 0 35%;
      max-width: 32%;
  }

  .header_search_part {
      flex: 0 0 40%;
      max-width: 40%;
  }

  .attachment_body {
    padding: 12px;
  }

  .attachment_body ul li {
    padding: 10px 10px 12px;
  }

  .attachment_body ul li a {
    font-size: 12px;
  }

  i.fas.fa-file-pdf {
    font-size: 14px;
  }

  .product_attachment {
    padding: 6px;
    gap: 0;
  }

  .kelpa_gallery .half_screen .gal_img img {
    height: 272px;
  }

  .category_list1, .category_list2 {
      width: 48%;

  }

}

/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 1100px;
  }

  .category_list1.box .category_img, .category_list2.box .category_img {
      margin-bottom: 20px;
  }

  .category_list_cms .subcategory li a {
    line-height: 23px;
  }

  .category_list1.box .category_img img, .category_list2.box .category_img img {
      width: 100%;
  }

  .header_cart_part {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .single_gal.img_full_width {
      width: 100%;
  }

  .item.big_banner img {
      height: 380px;
  }

  .single_gal {
      width: 100%;
  }

  .kelpa_gallery .half_screen .gal_img img, 
  .kelpa_gallery .single_gal.half_screen.green-bg .gal_text, 
  .kelpa_gallery .single_gal.half_screen.pink-bg .gal_text {
      height: 190px!important;
      width: 100%!important;
  }

  .category_list1, .category_list2 {
      width: 48%;

  }

  #slider_layout_3 .col-md-9 {
    max-width: 100%;
    flex: 100%;
  }
  #slider_layout_3 .col-md-3 {
    max-width: 100%;
    flex: 100%;
  }
  #slider_layout_3 .video_slider_area .main-slider {
    max-height: 300px;
  }
  #ttcmsleftservices .block_content > div {
    width: 50%;
  }

  .attachment_body ul li {
    width: 100%;
  }
  .attachment_body ul {
    flex-wrap: wrap;
  }

  .attachment_body ul li {
    width: 100%;
    flex: 0 0 100%;
    padding: 10px 12px 12px;
  }

  .attachment_body ul li a {
    font-size: 13px;
  }

  .logo img {
    max-width: 100%;
  }
  .search_area {
    padding-right: 0;
    width: 80%;
  }
  .common-home #main_header .main_header .container > .row {
    padding: 0 1px;
  }


  .row.d-flex.align-items-center.for_mobile_icons {
	    justify-content: space-between;
	}

  .search_area .search_icon {
    right: 0;
  }
  .col.col-3.align-self-center.header_logo_part {
    max-width: 20%;
  }
  .col.col-8.col-xl-6.col-xxl-6.search_part.header_search_part {
    max-width: 50%;
  }
  .cart_list_part {
    margin-left: 12px;
  }
  .c_title {
    font-size: 13px;
  }
  #slider_layout_2 .video_slider_area .main-slider {
    max-height: 360px;
  }
  .cc_flex .banner-2.banner_flex {
  /*    display: block;*/
  display: flex;
  }
  .banner_flex_img {
    margin-bottom: 25px;
  }
  .module_wraper .col-md-9, 
	.module_wraper .col-md-3, 
	.module_wraper .col-md-8, 
	.module_wraper .col-md-4 {
	    max-width: 100%;
	    flex: 100%;
	}

  .text_slider_item_single .col-md-8,
  .text_slider_item_single .col-md-4,
  .newslatter-inside-area .col-md-5,
  .newslatter-inside-area .col-md-7 {
    max-width: 100%;
    flex: 100%;
  }
  .loft_banner {
    padding-left: 0;
    padding-right: 0;
  }
  .module.kin_banner2 .banner_flex_img .compleet_shop_sub_banner {
    width: 100%;
  }
  .tab_products .col-md-3 {
    max-width: 33%;
    flex: 33%;
  }
  #loft_44_slider .c-slider__item {
    max-width: 768px;
    margin: 0 auto;
  }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .module_wraper .col-md-9, 
	.module_wraper .col-md-3, 
	.module_wraper .col-md-8, 
	.module_wraper .col-md-4 {
	    max-width: 100%;
	    flex: 100%;
	}

   .item.big_banner img {
      height: auto;
  }

  .new_sc_product .quantity_cart {
      flex: 0 0 50%;
  }

  .new_sc_product .product-action.custom_product_btn {
      flex: 0 0 30%;
  }

  .new_sc_product .product_wishlist_cart_area .custom_product_btn button svg {
      font-size: 18px;
      width: 18px;
  }

  .new_sc_product .product-action.custom_product_btn button {
      padding: 5px 10px;
      margin: 0 2px;
  }

  .banner_content_item {
      display: block;
  }

  .item.right_side_banner_fl {
      display: block;
  }

  .kelpa_gallery .half_screen .gal_img img {
      height: 273px;
  }

  .kelpa_gallery .single_gal.img_full_width {
	    width: 100%;
	}

	.kelpa_gallery .single_gal {
	    float: left;
	    width: 50%;
	}

	.category_list1, .category_list2 {
	    width: 100%;
	    margin-bottom: 20px;
      padding: 18px;
	}


  .category_list1.box .category_img, .category_list2.box .category_img {
      margin-bottom: 20px;
  }

  .category_list_cms .subcategory li a {
    line-height: 23px;
  }

  .category_list1.box .category_img img, .category_list2.box .category_img img {
      width: 100%;
  }

  .desktop_mobile_nav_slide {
    position: fixed;
    top: 65px;
    right: 0;
    /* bottom: 0; */
    /* left: 0; */
    z-index: 99;
    overflow-y: auto;
    background: #fff;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 20px 0;
    width: 0;
    height: 100%;
    text-align: center;
  }

  .mobile-nav-active .desktop_mobile_nav_slide {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .custom_content_item .main_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding: 0 23px;
    margin-bottom: 80px;
  }

  .custom_content_item .main_menu li {
    flex: 0 0 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
    list-style: none;
  }

  .custom_content_item .main_menu li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    display: block;
  }

  .custom_content_item .main_menu li i {
    position: absolute;
    top: 12px;
    right: 0px;
  }

  ul.main_menu_item_des li.list_menu a.list_main_item {
    width: 90%;
    display: block;
  }

  .sub_category h2 {
    font-size: 14px;
  }

  .header_top {
    display: none;
  }

  .attachment_body ul li {
    width: 100%;
    flex: 0 0 100%;
    padding: 10px 12px 12px;
  }
  .attachment_body ul {
    flex-wrap: wrap;
  }
  .attachment_body ul li a {
    font-size: 13px;
  }
  .cart_text .c_title,
  .cart_text .c_sub_title {
    display: none;
  }
  .cart_list_part {
    margin-left: 0;
    padding-top: 6px;
  }
  .search_area {
    margin: 5px 9px;
    padding-right: 0;
  }

  .header_logo_part {
    max-width: 225px;
    flex: 0 0 225px;
    position: relative;
  }
  .header_cart_part {
    flex: 0 0 135px;
    max-width: 135px;
  }
  .header_search_part {
    flex: 0 0 calc(100% - 360px);
    max-width: calc(100% - 360px);
  }
  .mob_menu_icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .mob_menu_icon #mobile_menu_btn {
    background: transparent;
    border: none;
    padding: 0px 12px;
    transition: 0.5s;
  }
  #mobile_menu_btn:hover {
    background: #393e44;
    transition: 0.5s;
  }
  .mob_menu_icon #mobile_menu_btn span span {
    width: 26px;
    height: 2px;
    background: #fff;
    margin: 7px 0;
    display: block;
    border: 10px;
  }
  .logo {
    float: right;
  }
  .search_area .form-control {
    height: 44px;
    padding-left: 40px;
  }
  .search_area .search_icon {
    position: absolute;
    left: auto;
    font-size: 21px;
    right: 0;
    height: 43px;
  }
  /* .cart_icon {
    width: 32px;
    font-size: 20px;
  } */

  .main_menu_area {
    display: none;
  }
  .sticky.hide_menu .main_header {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    transform: translateY(0) translateZ(0);
  }
  .sctoll_menu {
    display: none;
  }
  .video_slider_area {
    width: 100%;
    padding-right: 0;
  }
  .slider_category .sc_single {
    width: 22%;
    max-height: 100%;
  }

  .slider_category_area {
    width: 100%;
    margin-top: 25px;
  }
  .slider_category .sc_single a img {
    width: 100%;
  }
  .tab_content.tab_ .col-md-3 {
    max-width: 33.3%;
    flex: 33.3%;
  }
  .tab_area_new .col-md-10 {
    max-width: 100%;
    flex: 100%;
  }
  .deals-layout3 .item-left,
  .deals-layout3 .item-right {
    width: 90%;
  }
  .deals-layout3 .so-deal .extraslider-inner .item .caption h4 {
    margin-top: 14px;
  }
  .deals-layout3 .so-deal .extraslider-inner .item .caption h4 {
    text-align: left !important;
  }
  .newslatteer_area .section-padding {
    padding: 40px 30px 37px;
  }
  .footer_menu_section .col-md-2 {
    max-width: 33%;
    flex: 33%;
    margin-bottom: 25px;
  }
  .footer_menu_section .col-md-3 {
    max-width: 34%;
    flex: 34%;
  }
  .footer_bottom .col-md-2 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 13px;
  }
  .footer_menu_section .col-md-3.col-lg-3.col-sm-6.wgt {
    max-width: 60%;
    flex: 60%;
  }
  .product-layout .left-block {
    width: 100%;
    float: none;
  }
  .product-layout .right-block {
    margin-top: 0px;
    margin-left: 20px;
  }
  .product-image-container img {
    width: 100%;
  }
  .sc_single:nth-child(9) {
    display: none;
  }
  .tab_area_new .col-md-2 {
    display: none !important;
  }
  .newslatter-inside-area .col-md-7 {
    max-width: 100%;
    flex: 100%;
    margin-top: 15px;
  }
  .sec_title {
    font-size: 18px;
  }
  .module-title h2 {
    font-size: 25px;
  }
  #cat_porudcts_wrap .col-md-3 {
    max-width: 33.3%;
    flex: 33.3%;
  }
  .cart_icon .total {
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    right: 2px;
    width: 16px;
  }
  #slider_layout_3 .col-md-9 {
    max-width: 100%;
    flex: 100%;
  }
  #slider_layout_3 .col-md-3 {
    max-width: 100%;
    flex: 100%;
  }
  #slider_layout_1 .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }

  /*.slick-slide iframe {
	    top: 0!important;
	    height: 465px!important;
	}*/
  #slider_layout_1 .video_slider_area .main-slider {
    max-height: 565px !important;
    overflow: hidden;
  }
  #slider_layout_2 .video_slider_area .main-slider {
    max-height: 275px;
    overflow: hidden;
  }
  #slider_layout_3 .video_slider_area .main-slider {
    max-height: 300px;
  }
  #ttcmsleftservices .block_content > div {
    width: 50%;
  }

  .logo img {
    max-width: 140px;
    max-height: 50px;
    margin: 0;
  }
  .header_logo_part {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .mob_menu_icon {
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
  }
  .mob_menu_icon #mobile_menu_btn {
    background: transparent;
    border: none;
    padding: 0px 12px;
    transition: 0.5s;
  }
  .mob_menu_icon #mobile_menu_btn span span {
    background: #000;
  }
  .logo {
    width: 65%;
  }
  .header_logo_part {
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
    margin-top: 6px;
    margin-bottom: 3px;
  }
  .header_search_part {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 5px;
    margin-top: 8px;
  }
  .header_cart_part {
    flex: 0 0 50%;
    max-width: 50%;
    position: absolute;
    top: 0;
    right: 7px;
  }
  .side_menu ul.d-md-none {
    display: block !important;
  }
  .main_header {
    padding-top: 10px;
  }
  .main_content.home_content {
    padding-top: 0;
  }
  #slider_layout_6 .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }
  #slider_layout_6 .slick-slide {
    height: 46vw;
  }
  #slider_layout_6 .video_slider_area .main-slider {
    margin-bottom: 17px !important;
  }
  div#lsider_layout_6 img {
    width: 100%;
  }
  #slider_layout_1 .slick-slide {
    height: 60vw;
  }
  .cc_flex .banner-2.banner_flex {
      display: flex;
  }
  .banner_flex_img {
    margin-bottom: 25px;
  }


  .text_slider_item_single .col-md-8,
  .text_slider_item_single .col-md-4,
  .newslatter-inside-area .col-md-5,
  .newslatter-inside-area .col-md-7 {
    max-width: 100%;
    flex: 100%;
  }
  .loft_banner {
    padding-left: 0;
    padding-right: 0;
  }
  #slider_layout_1 .manfirstimage img {
    max-width: 100%;
  }

  #my_product_cat.bulk_product .b_article_number {
    width: 60%;
  }
  #my_product_cat.bulk_product .b_price {
    width: 15%;
  }
  #my_product_cat.bulk_product .b_add_cart {
    width: 25%;
  }
  #loft_44_slider .c-slider__text {
    width: 60%;
  }
  #loft_44_slider .c-slider__my-image {
    width: 40%;
    margin: 0 20px;
  }

  #loft_44_slider .c-slider__text {
    padding: 0 20px;
  }


  #loft_44_slider .c-slider__item {
    height: 400px;
  }
  #loft_44_slider.c-slider {
    height: 400px;
  }
  #loft_44_slider .c-slider__counter {
    left: 20px;
  }

  ul.thumbnails.main_image {
    width: 100%;
  }


  .category_list_cms .subcategory li {
      width: 95%;
  }

  .category_list_cms {
    display: block;
  }

}





/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .category_list1.box .category_img, .category_list2.box .category_img {
        margin-bottom: 20px;
    }

    .category_list_cms .subcategory li a {
      line-height: 23px;
  }

  .category_list1.box .category_img img, .category_list2.box .category_img img {
      width: 100%;
  }

  .contact_panel_area {
      display: block;
  }

  .category_list_cms .subcategory li {
    width: 85%;
  }

  .sub_menus .menu_tags {
    display: block;
  }
  .sub_menus .menu_tags_area {
    display: block;
  }
  .sub_menus .menu_tags_area a::after {
    background: none;
  }
  .sub_menus .menu_tags_area a {
    padding: 0;
  }

  .sticky .logo img {
    max-height: 45px !important;
  }

  div#my_product_cat.product_cat_view {
    margin-left: 30px;
    margin-right: 20px;
  }
  #my_product_cat.product_cat_view .product-layout {
    padding: 8px 0px !important;
  }
  .header_top {
    display: none;
  }
  .cart_text .c_title,
  .cart_text .c_sub_title {
    display: none;
  }
  .cart_list_part {
    margin-left: 0;
    padding-top: 6px;
  }
  .search_area {
    margin: 8px 0;
    padding-right: 0;
  }

  .header_logo_part {
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
    margin-top: 6px;
    margin-bottom: 3px;
  }
  .logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  .logo img {
    max-width: 140px;
    max-height: 50px;
    margin: 0;
  }

  .header_cart_part {
    flex: 0 0 50%;
    max-width: 50%;
    position: absolute;
    top: 0;
    right: 0px;
    width: 50%!important;
  }

  .ftr_single_menu_sc iframe {
    width: 100%;
  }

  .header_search_part {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 15px;
    margin-top: 0;
  }
  .mob_menu_icon {
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
  }
  .mob_menu_icon #mobile_menu_btn {
    background: transparent;
    border: none;
    padding: 0px 12px;
    transition: 0.5s;
  }
  #mobile_menu_btn:hover {
    background: #393e44;
    transition: 0.5s;
  }
  .mob_menu_icon #mobile_menu_btn span span {
    width: 26px;
    height: 2px;
    background: #fff;
    margin: 7px 0;
    display: block;
    border: 10px;
  }
  .search_area .form-control {
    height: 44px;
    padding-left: 40px;
  }
  .search_area .search_icon {
    position: absolute;
    top: 3px;
    left: 8px;
    font-size: 21px;
  }
  .main_menu_area {
    display: none;
  }
  .sticky.hide_menu .main_header {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    transform: translateY(0) translateZ(0);
  }
  .sctoll_menu {
    display: none;
  }

  .sidenav {
    /* width: calc(100% - 90px); */
    width: 320px;
  }

  .mobile_menu_open #main_body {
    /* transform: translateX(calc(100% - 90px)); */
    transform: translateX(calc(320px));
  }

  .single_gal.img_full_width {
    width: 100%;
  }
  .single_gal {
    float: left;
    width: 100%;
  }
  .gal_image,
  .gal_text {
    float: left;
    width: 100%;
  }
  .banner_single {
    float: left;
    width: 50%;
  }
  .custom_content_item .banner_single {
    float: none;
    width: 100%;
  }
  .custom_content_item .main_menu a img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .policy-block .inner {
    grid-template-columns: unset;
  }
  .footer_great {
    text-align: center;
  }
  .footer_bottom {
    padding-top: 20px;
  }
  .single_pro {
    width: 50%;
    padding: 5px;
  }

  #product-product #my_product_cat .single_pro {
    width: 100%;
  }


  .product-content h4 {
    height: 46px;
    overflow: hidden;
  }
  .product-wrapper {
    border: 1px solid #424242;
  }
  .product-wrapper.mb-30 {
    margin-bottom: 0px;
  }
  .bonus_offer_area {
    display: none;
  }
  .hide_mob {
    display: none;
  }

  .cart_container {
    width: 90%;
    max-width: 400px;
    right: -100%;
  }
  
  .cart_container.active {
    right: 0;
  }
  
  .cart_item_wrapper {
    flex-direction: column;
  }
  
  .cart_content {
    width: 100%;
  }
  
  .cart_action {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #e0e0e0;
  }
  
  .cart_item_total {
    text-align: left;
  }
  
  .cart_scrollable_content {
    padding: 60px 15px 15px 15px;
  }
  
  .cart_fixed_footer {
    padding: 15px;
  }

  .footer_left_border {
    margin-top: 15px;
  }
  .filter_search_btn {
    position: fixed;
    bottom: 35px;
    right: 10px;
    z-index: 9;
    opacity: 0.95;
    display: block;
    left: 10px;
    text-align: center;
  }
  .filter_area {
    display: none;
  }
  .filter_area.active {
    display: block;
  }
  .filter_search_btn .fa-exchange-alt {
    transform: rotate(90deg);
  }
  .bf-responsive.bf-active.bf-layout-id-49 .bf-btn-reset,
  .bf-responsive.bf-active.bf-layout-id-49 .bf-btn-show {
    display: none;
  }
  .video_slider_area {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .slider_category_area {
    width: 100%;
  }
  .slider_category .sc_single {
    width: 47%;
    margin: 0 5px 15px;
  }
  .mob_menu_icon #mobile_menu_btn span span {
    background: #000;
  }
  .search_area .search_icon {
    top: 0px;
    right: 0;
    left: auto;
    height: 44px;
  }
  .main_header {
    padding-top: 11px;
  }
  .cart_list_part {
    padding-top: 22px;
    margin-right: 5px;
  }
  .logo {
    width: 65%;
  }
  .tab-heading {
    padding: 0 0;
    text-align: left;
    float: none;
  }
  .tab-heading.nav-pills > li {
    margin-right: 10px;
  }
  .tab-heading.nav-pills > li > a {
    font-size: 14px;
  }
  .tab-heading {
    margin: 8px 0 3px;
  }
  .f_product_image {
    margin-bottom: 33px !important;
  }
  .banner_area {
    margin: 0px 0 30px;
  }
  .deals-layout3 .item-left,
  .deals-layout3 .item-right {
    width: 100%;
  }
  .deals-layout3 .viewall {
    font-size: 13px;
    margin-top: 8px;
    padding-right: 5px;
  }
  .deals-layout3 .so-deal .extraslider-inner .product-thumb {
    padding-bottom: 15px;
  }
  .tab_area.tab_456 .single_pro {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tab_area.tab_456 .row {
    margin-right: -11px;
    margin-left: -11px;
  }
  .tab_area.tab_731 .tab-heading {
    margin: 0px 0 3px;
  }
  .tab_area .col-lg-12 {
    padding: 0;
  }
  .product-layout .left-block {
    width: 100%;
  }
  .product-layout .right-block {
    margin-left: 0;
  }
  .owl2-carousel .owl2-item img {
    width: 100%;
    padding: 5px;
  }
  .product-layout .right-block .caption > h4 {
    font-size: 13px;
    line-height: 22px;
    min-height: 250px;
  }
  .so-extraslider-ltr .so-extraslider .owl2-controls {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-bottom: 13px;
    transform: translateX(-50%);
  }
  .newslatteer_area .section-padding {
    padding: 33px 4px 28px;
  }
  .newslatteer-search.panel .sec_title {
    padding: 12px 0;
    float: none;
  }
  .sec_title {
    font-size: 15px;
  }
  .newslatteer-search.panel .news_form button {
    font-size: 15px;
    padding: 12px 13px 14px 16px;
  }
  .social_link img {
    width: 25px;
  }
  .social_media.panel {
    margin-bottom: 15px;
  }
  .section-padding.ftr-menu {
    padding: 45px 12px 45px;
  }
  /* .footer_menu_section .col-md-2 {
		max-width: 50%;
		flex: 50%;
	}
	.footer_menu_section .col-md-3.col-lg-3.col-sm-6.wgt {
		max-width: 100%;
		flex: 100%;
	}
	.footer_menu_section .col-md-3 {
		max-width: 50%;
		flex: 50%;
	} */
  .footer_title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .footer_item {
    margin-bottom: 25px;
  }
  .footer_item ul li a {
    font-size: 14px;
  }
  .copyright_sc {
    margin-bottom: 15px;
  }
  .footer_bottom {
    padding-top: 0;
    padding: 15px 0;
  }
  .owl-carousel.brand-items .owl-nav .owl2-prev,
  .owl-carousel.brand-items .owl-nav .owl2-next {
    width: 38px;
    font-size: 18px;
    left: -14px;
    height: 38px;
  }
  .owl-carousel.brand-items .owl-nav .owl2-next {
    left: auto;
    right: -12px;
  }
  .cart_icon {
    width: 33px;
    font-size: 20px;
    margin-right: 2px;
  }
  .cart_icon .total {
    background: #1cc0a0;
    font-size: 12px;
    height: 17px;
    line-height: 15px;
    right: -6px;
    top: -2px;
    width: 17px;
  }
  .atqatc_prdbtn .fa-envelope::before, .pim_product #button-cart .fa-cart-shopping::before, .cart_list_part .fa-shopping-cart::before, .cart_list_part.btnenqcart .cart_icon i::before, .cart_list_part.account_dropdown .cart_icon i::before {
      content: '';
      width: 25px;
      height: 25px;
      position: absolute;
      top: 6px;
      left: 4px;
  }

  .main_header > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .header_logo_part {
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .video_slider_area .main-slider {
    height: 58vw;
  }
  div#lsider_layout_6 img {
    width: 100%;
  }
  #slider_layout_6 .slick-slide img {
    width: 100%;
  }
  .slick-slide::before {
    height: 35vw !important;
  }
  #home_vdo_slider .gal_text {
    height: 164px;
    left: -54px;
    top: 9px;
    width: 284px;
  }
  #home_vdo_slider .gal_text h2 {
    font-size: 14px;
    line-height: 40px;
  }
  .video_gal_full_width {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .slider_category .sc_single {
    max-height: 200px;
  }
  .oc_new_product_tab .item.single_pro {
    width: 100%;
  }
  .oc_new_product_tab .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer_item ul li a.email {
    font-size: 14px;
  }
  .footer_item ul li {
    font-size: 12px;
    line-height: 24px;
  }
  .footer_item i {
    font-size: 15px;
    line-height: 29px;
  }
  .tab_area_new .col-md-2 {
    order: 2;
    padding: 0;
  }


  .bn_60a5e96e4e38a.cc_flex .banner-2 > div.banner_flex_img {
    padding-left: 3px;
    padding-right: 3px;
  }

  .footer_toggle {
    display: block;
  }
  .footer_title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .footer_information {
    margin-top: 20px;
  }

  .footer_menu_section .col-md-3,
  .footer_menu_section .col-md-2,
  .footer_menu_section .col-md-3.col-lg-3.col-sm-6.wgt {
    max-width: 100%;
    flex: 100%;
  }

  .footer_item {
    display: none;
    margin-bottom: 25px;
  }
  .active .footer_item {
    display: block;
  }

  /*layout costomize*/

  .loft_banner .c-banner {
    margin-top: 20px;
  }
  .loft_banner .o-layout--custom > .o-layout__item--5 {
    width: 100%;
    max-width: 100%;
  }
  .loft_banner .c-banners__right {
    margin-left: 0;
  }

  /*End layout costomize*/

  #slider_layout_1 .video_slider_area .main-slider {
    height: 70vw;
  }
  #slider_layout_2 .video_slider_area .main-slider {
    height: 30vw;
  }
  #slider_layout_5 .video_slider_area .main-slider {
    height: 34vw;
  }
  .cc_flex .banner-2.banner_flex {
/*    display: block;*/
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
  }

  .banner-2.banner_flex .banner_flex_img {
    
    flex: 0 0 45%;
  }

  .banner_flex_img {
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  .text_slider_item_single .col_fnf0.col-style {
    padding-top: 20px;
  }
  .owl-carousel.home-sec .owl-nav .owl-prev,
  .owl-carousel.home-sec .owl-nav .owl-next {
    top: 48%;
    font-size: 30px;
  }
  .slide_title_rebone h2 {
    font-size: 15px;
  }
  .slide_title_rebone {
    top: 0px;
    transform: rotate(325deg);
    width: 200px;
  }
  .slide_title_rebone h2 {
    font-size: 12px;
    line-height: 30px;
  }
  .cc_flex .kin_banner2 {
    margin: 0 0;
  }
  .loft_banner {
    padding-left: 0;
    padding-right: 0;
  }
  .loft_banner img {
    margin: 0;
    width: 100% !important;
  }
  .social_link a {
    font-size: 24px;
  }
  .section-padding.bottom-sc {
    padding: 15px 0px;
  }
  .payment_method_area img {
    width: 14%;
    float: left;
    margin: 0 3px;
  }
  .sl_grid.grid_1 {
    grid-column: 2;
    margin-bottom: 10px;
  }

  #slider_layout_1 {
    grid-gap: 0;
  }
  .releted_mod {
    grid-gap: 10px;
  }

  #my_product_cat.bulk_product .product-img {
    float: left;
    width: 150px;
    margin: 0;
    padding: 15px;
  }
  #my_product_cat.bulk_product .product-item-bulk-area {
    width: calc(100% - 150px);
    padding: 15px;
  }
  #my_product_cat.bulk_product .b_article_number {
    width: 75%;
    padding: 0;
  }
  #my_product_cat.bulk_product .b_price {
    width: 25%;
    text-align: right;
    padding-top: 0;
  }
  #my_product_cat.bulk_product .b_price .price .price-new {
    font-size: 20px;
  }
  #my_product_cat.bulk_product .b_add_cart {
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 0 0 0;
    clear: both;
  }
  #my_product_cat.bulk_product .b_add_cart .form-group {
    margin-bottom: 0;
  }

  .b_tog_btn_area .btn {
    font-size: 13px;
  }
  .b_tog_btn_area {
    position: absolute;
    top: -75px;
    right: -10px;
    z-index: 9;
  }

  #my_product_cat.bulk_product .product-wrapper {
    border: 1px solid transparent;
  }

  .o-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .loft_banner .o-layout--custom > .o-layout__item--5 {
    padding: 0;
  }

  .loft_banner .c-banner__btn {
    margin: 21px 0 0 !important;
  }
  .loft_banner .c-banner__description {
    padding: 15px 0 0;
  }
  .loft_banner .c-banner__heading {
    padding: 31px 0 0;
  }
  .banner_flex_img {
    margin-left: 0;
    margin-right: 0;
  }

  .form-horizontal fieldset .control-label {
    text-align: left;
  }

  .product_thums {
    min-width: 80px;
  }
  .large-product.slider_loaded {
    margin-bottom: 35px;
  }

  .new_sc_product .recent_product_slider #cat_porudcts_wrap.row {
    margin: 0;
  }
  .new_sc_product .recent_product_slider #cat_porudcts_wrap .col-xl-3 {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  .new_sc_product .recent_product_slider {
    padding: 0 15px;
  }

  #my_product_cat.product_cat_view .single_pro {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .new_sc_product .manufacture_cart_list .ex_info_block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    gap: 1px;
  }
  .new_sc_product
    .manufacture_cart_list
    .ex_info_block:nth-child(even)
    .ex_title,
  .new_sc_product .manufacture_cart_list .ex_info_block .ex_title {
    min-width: auto;
    padding-right: 15px;
  }

  div#my_product_cat.product_cat_view .product-content h4,
  .new_sc_product
    .recent_product_slider
    #cat_porudcts_wrap
    .product-wrapper
    .product-content
    h4 {
    width: auto;
  }

  .for_mobile_icons{
    position: relative;
  }

  .gal_img {
    display: flex;
    flex-direction: column;
  }

  .gal_image {
    order: 1;
  }
  .gal_text {
      order: 2;
  }

  .tab_area_new .col-md-2{
    display: none;
  }

  .pim_wall{
    display: none;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #my_product_cat.product_cat_view .product-layout {
    max-width: 25%;
  }
  div#my_product_cat.product_cat_view {
    margin-right: 10px;
  }

}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 845px) {
  .form-horizontal fieldset .control-label {
    text-align: left;
  }
  .col-sm-8,
  .col-sm-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media only screen and (max-width: 767px) {

  .contact_panel_area {
      display: block;
  }

  .product_price_barcode_area {
      flex-direction: column;
      gap: 15px;
      margin-bottom: 20px;
  }

  .well.well-sm.mobile_barcode_area .row {
      display: flex;
      flex-wrap: nowrap;
  }

  .well.well-sm.mobile_barcode_area .row .col-sm-8, .well.well-sm.mobile_barcode_area .row .col-sm-4 {
      flex: 0 0 50%;
      text-align: center;
  }

  .sticky .header_search_part {
    display: none;
  }

  .sticky .cart_list_part {
    padding-top: 10px;
  }


  .mini_cart_shipping .list_badeg span.badge.badge-warning{
    font-size: 15px;
  }


}



