/*!
 * Name : Sys Computers
 * Version: 1.0.0
 * Author: SYP Solutions Ltd
 * Author URL: https://sypsolutions.com.bd/
 * Github: https://github.com/sajeebdebnath
 * Sajeeb Debnath
 * Table of Contents:
    1. Home
        01. Header Section
        11. Footer Section
*/

/* ------------------------- Home Page Start --------------------- */
/* ------------------------- Header Section CSS Start --------------------- */
.common-home .header-area {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  left: 0;
}
.header-top-wrapper a {
  color: white;
}

.welcome-mgs-hotline {
  display: flex;
  gap: 30px;
}

.header-top-right .header-icon ul {
  display: flex;
  gap: 30px;
}

.header-top-right .header-icon ul li i {
  font-size: 20px;
}

.header-top-wrapper {
  background: var(--main);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: white;
  position: relative;
}
.on-sticky .header-bottom {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 999999999;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 24%);
  border-bottom: 2px solid var(--main)
}


.on-sticky .header-bottom-wrapper {
  border: 0;
}

.welcome-mgs-hotline {
  display: flex;
  gap: 30px;
}

.header-top-right .header-icon ul {
  display: flex;
  gap: 15px;
}

.header-top-right .header-icon ul li i {
  font-size: 16px;
}
.btn.btn-pcb {
  color: var(--main);
  background: white;
  border-radius: 5px;
  font-size: 13px;
}

.header-icon {
  display: flex;
  gap: 20px;
}
.header-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 2px solid var(--main);
  padding: 5px 20px;
  position: relative;
}

.header-bottom-wrapper .header-logo img {
  height: 60px;
}
.sticky-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  background: #081621;
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  width: 59px;
  height: 59px;
  box-shadow: 0 0 15px rgba(0,0,0,.1), -5px 5px 10px rgba(0,0,0,.1);
  border-radius: 4px;
}

.sticky-btn i {
  margin: 10px 0 5px;
  font-size: 18px;
}

.sticky-btn .label {
  opacity: 0.8;
}

.sticky-btn .counter {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  background: var(--main);
  line-height: 20px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.sticky-btn.cmpr-toggler {
  bottom: 90px;
}
.sticky-btn.cmpr-toggler a {
  color: white;
}
.main-nav .nav {
  position: relative;
}

.main-nav .nav .overlay {
  display: none;
}
.main-nav .nav:after {
  content: "";
  display: table;
  clear: both;
}

.main-nav .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav .nav ul li {
  display: inline-block;
  list-style: none;
  color: var(--lightWhite);
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 31px;
  background: none;
  text-align: left;
  line-height: 50px;
  height: 50px;
  position: relative;
}

.main-nav .nav ul li:last-child {
  margin-right: 0;
}

.main-nav .nav li a {
  color: var(--lightBlack);
  font-size: 13px;
  display: block;
  transition: 0.3s;
}

.main-nav .nav li a:hover {
  color: var(--main);
}

.nav .drop-down li.drop-open > a:before {
  content: "\f054";
  font-family: "FontAwesome";
  float: right;
  margin-right: 15px;
  font-size: 8px;
}

.nav .responsive-menu a.active {
  color: var(--main);
}

.main-nav .nav .drop-menu-1 {
  left: 0;
}
.main-nav .nav .drop-menu-1 li {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 40px;
  background: var(--lightWhite);
  text-align: left;
  margin: 0;
  height: auto;
  border-bottom: 1px solid var(--lightWhite);
  position: relative;
}

.main-nav .nav .drop-menu-1 li:nth-last-child(1) {
  border-bottom: none;
}

.main-nav .nav .drop-down a:hover {
  background: var(--main);
  color: var(--lightWhite);
}

.main-nav .nav .drop-menu-1 a {
  display: block;
  padding: 0 0 0 15px;
  color: var(--lightBlack);
}

.main-nav .nav .nav a:hover,
a:focus {
  color: var(--main);
  text-decoration: none;
}

.main-nav .nav .drop-menu-1 a :hover {
  background: var(--main);
}

.main-nav .nav ul ul {
  display: none;
  position: absolute;
  top: 50px;
  box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
  z-index: 99;
  background-color: white;
}

.drop-down.drop-menu-2 {
  left: 100%;
}
.main-nav .nav .drop-menu-2 {
  top: 0;
}

.main-nav .nav ul li:hover > ul {
  display: inherit;
}

.main-nav .nav ul ul li {
  width: 220px;
  float: none;
  display: list-item;
  position: relative;
}

.main-nav .nav .drop-menu-2 li {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f6f6f6;
}
.responsive-menu li.c-1:first-child .drop-menu-1 {
  overflow-x: unset;
  overflow-y: unset;
}
.responsive-menu li:nth-child(3) .drop-menu-1 {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.responsive-menu li .drop-menu-1 li .drop-menu-2 {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
/* Scroll Bar */
.responsive-menu ::-webkit-scrollbar {
  position: absolute;
  width: 0.5vw;
}
.responsive-menu ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #151414;
}
.responsive-menu ::-webkit-scrollbar-thumb:hover {
  background-color: var(--main);
}
.responsive-menu ::-webkit-scrollbar-track {
  background-color: gray;
}/* Scroll Bar */
.responsive-menu ::-webkit-scrollbar {
  position: absolute;
  width: 0.5vw;
}
.responsive-menu ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: gray;
}
.responsive-menu ::-webkit-scrollbar-thumb:hover {
  background-color: black;
}
.responsive-menu ::-webkit-scrollbar-track {
  background-color: lightgrey;
}
/* ------------------------- Header Section CSS End --------------------- */

/* ------------------------- Cart Section CSS Start --------------------- */
/*region mini-cart-item*/
.header-title {
  background: var(--main);
  display: flex;
  padding: 6px 7px 9px 7px;
}
.close-btn {
  cursor: pointer;
  color: var(--lightWhite);
  font-size: 20px;
  line-height: initial;
}
.mini-cart p {
  text-align: center;
  margin: 0 auto;
  color: var(--lightWhite);
  font-weight: 600;
}

.mini-cart {
  position: fixed;
  right: -360px;
  top: 0;
  background: #f3f3f3;
  height: 100%;
  width: 360px;
  z-index: 999999;
  max-width: 360px;
  transition: all 300ms ease;
  box-shadow: -3px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.mini-cart.open {
  right: 0;
}

.mini-cart .content {
  overflow-y: auto;
  height: 100%;
}

.item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  background: #f1fbff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  position: relative;
  border-radius: 10px;
}
.item-wrap:last-child {
  margin-bottom: 220px;
}
.item-wrap .item {
  width: 75%;
  position: relative;
  padding: 10px;
  font-size: 13px;
}

.item-wrap .image {
  float: left;
  margin-right: 5px;
  width: 20%;
}
.item-wrap .name {
  line-height: 18px;
  float: right;
  width: 75%;
}
.cart-price {
  margin-top: 10px;
}
.item-wrap .price {
  float: left;
  width: 42%;
  margin-top: 3px;
  font-weight: 500;
}
.item-wrap .price .symbol {
  margin-right: 3px;
}
.item-wrap .price .symbol {
  margin-right: 3px;
}
.quantity-wrapper {
  display: flex;
  float: right;
}
.quantity-btn span.add-down.value {
  border-radius: 50px 0 0 50px;
}

.quantity-btn .value {
  width: 26px;
  background: var(--main);
  display: inline-block;
  text-align: center;
  line-height: 25px;
  color: var(--lightWhite);
  font-size: 20px;
  padding-bottom: 0px;
  cursor: pointer;
}
.quantity-btn .quantity {
  width: 28px;
  border: none;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
  border-radius: 0;
  height: 26px;
}
.quantity-btn span.add-up.value {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
}
.amount-item {
  font-weight: 700;
  align-items: center;
  display: flex;
  border-left: 1px solid #151824;
  padding-left: 15px;
}
.item-cancel {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  color: #ff0000;
}
.mini-cart .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--main);
}
.promotion-code {
  padding: 7px 10px;
  background: #ffffff;
}
.promotion-code input {
  width: 75%;
  padding: 13px;
  font-weight: 700;
  background: #f3f3f3;
  border: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.promotion-code button {
  margin-left: -4px;
  width: calc(25% - 4px);
  background: var(--main);
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  color: var(--lightWhite);
  font-weight: 700;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  line-height: normal;
  height: 45.2px;
}
.mini-cart .total {
  background: var(--main);
  color: #fff;
  padding: 9px;
  border-bottom: 1px solid #fff;
}
.mini-cart .title {
  float: left;
  width: 50%;
}
.mini-cart .amount {
  text-align: right;
}
.mini-cart .checkout-btn button {
  background: var(--mainhover);
  width: 100%;
  padding: 12px;
  border: 0;
  color: var(--lightWhite);
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}
.promotion-code input:focus {
  outline-color: transparent;
}
/*end region*/
/* ------------------------- Cart Section CSS End --------------------- */

/* -------------------------Slider Section CSS Start --------------------- */
.single-slider-item {
  height: 560px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.slider-text .sub-text {
  font-size: 18px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-family: var(--fontFamily);
}

.slider-text h1 {
  font-size: 70px;
  font-weight: bold;
  color: white;
  margin: 10px 0;
}
.slider-text {
  text-align: center;
  margin-top: 50px;
}

a.btn-buy.hero {
  font-size: 16px;
  font-weight: 600;
  margin-top: 13px;
  display: inline-block;
}
.slider-area-wrapper.owl-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  left: -25%;
  width: 35px;
  height: 35px;
  background: #ffffff70;
  z-index: 99999;
  color: black;
  border-radius: 50%;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all;
}

.slider-area-wrapper.owl-carousel .owl-nav > button.owl-next {
  left: auto;
  right: -25%;
}

.slider-area-wrapper.owl-carousel:hover .owl-nav > button {
  left: 5%;
}
.slider-area-wrapper.owl-carousel:hover .owl-nav > button.owl-next {
  right: 5%;
  left: auto;
}

.slider-area-wrapper.owl-carousel {
  overflow: hidden;
}
/* -------------------------Slider Section CSS End --------------------- */

/* -------------------------Service Box Section CSS Start --------------------- */
.single-information-box .icon svg {
  width: 60px;
  height: 60px;
}

.information-box-wrapper {
  display: flex;
  background: white;
  transform: translateY(-50%);
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  box-shadow: 0 0 8px 0 #ddd;
  position: relative;
  z-index: 9;
  border: 2px solid var(--main);
}

.single-information-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 25px;
  border-right: solid 1px rgb(255 76 59 / 13%);
  cursor: pointer;
  width: 25%;
}
.single-information-box .text h5 {
  font-size: 18px;
  font-weight: 600;
}

.single-information-box .text p {
  opacity: 0.6;
  margin-top: -7px;
}

/* -------------------------Service Box Section CSS End --------------------- */

/* -------------------------Product Category Section CSS Start --------------------- */
.product-category-area {
  padding-top: 0;
}
.product-category-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.product-category-wrapper .single-category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 10px;
  gap: 10px;
  flex-direction: column;
}
.product-category-wrapper .single-category-item .category-text {
  order: 2;
}
.product-category-wrapper .single-category-item .category-img img {
  height: 40px;
}

.product-category-wrapper .single-category-item .category-text h5 {
  display: block;
  font-weight: 700;
  color: var(--lightBlack);
  font-size: 14px;
  transition: var(--transition);
  margin: 0;
}

.product-category-wrapper .single-category-item .category-text p {
  color: #999;
  font-size: 12px;
}
.product-category-wrapper .single-category-item:hover h5 {
  color: var(--main);
}
.product-category-wrapper .single-category-item .category-img img {
  transition: var(--transition);
}
.product-category-wrapper .single-category-item:hover img {
  transform: scale(1.1);
}

/* -------------------------Product Category Section CSS End --------------------- */

/* -------------------------Special Product Section CSS Start --------------------- */

.special-product-area {
  background-size: cover;
  padding: 100px 0;
  margin-top: 40px;
  background-attachment: fixed;
  background-color: #081621;
}

.single-special-product-item {
  background: white;
}

.special-product-text {
  padding: 0px 15px;
  background-color: var(--main);
}

.special-product-img img {
  width: 100%;
  height: 200px;
}

.special-product-text h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  color: var(--main);
  padding: 7px 15px;
  transform: translateY(-50%);
  z-index: 99;

}
.special-product-text h3::after {
  content : "";
  position : absolute;
  width : 100%;
  height : 100%;
  background : white;
  top: 0px;
  left : 0;
  box-shadow: 0 0 8px #0000004f;
  z-index: -1;
}

.special-product-wrapper.owl-carousel .owl-nav {
  display: block;
}

.special-product-wrapper.owl-carousel .owl-nav button {
  background: white;
  position: absolute;
  top: 50%;
  left: -18px;
  width: 35px;
  height: 35px;
  z-index: 99999;
  color: black;
  border-radius: 50%;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all;
  box-shadow: 0 0 5px 0 rgb(171 170 170 / 61%);
  transform: translateY(-50%);
}

.special-product-wrapper.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -18px;
}
/* -------------------------Special Product Section CSS End --------------------- */

/* -------------------------Special Categories Section CSS Start --------------------- */
.special-categories-area {
  background: #f5f7f9;
}

.special-category-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.single-special-category-item {
  background: white;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
}

.single-special-category-item .special-category-img {
  height: 300px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #8080801a;
}

.single-special-category-item .special-category-text {
  text-align: center;
  padding: 25px 0;
  border: 1px solid transparent;
  border-top-width: 0;
  transition: 0.3s all;
}
.single-special-category-item:hover .special-category-text {
  border-color: var(--main);
}

.single-special-category-item .special-category-text .title {
  text-transform: uppercase;
  color: #2d2a25;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 20px;
}

.btn-buy.special-category {
  background: transparent;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 13px;
  display: inline-block;
  margin-top: 10px;
}

.btn-buy.special-category:hover {
  background: var(--main);
  color: white;
  background-position: 100%;
}

/* -------------------------Special Categories Section CSS End --------------------- */

/* -------------------------Feature Product Section CSS Start --------------------- */
.feature-product-wraper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.single-product-item {
  background: #ffffff;
  position: relative;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
  text-align: center;
  border: 1px solid transparent;
}

 .single-product-item .product_image {
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid rgba(55, 73, 187, 0.03);
  transition: 0.5s all;
}
.product-text {
  padding: 15px;
}
 .single-product-item:hover {
  border-color: var(--main);
}

 .single-product-item .product-item-info h4 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-product-item .price-info .special-price.price {
  font-weight: 600;
  font-size: 16px;
}

 .single-product-item .price-info .regular-price {
  text-decoration: line-through;
  font-size: 12px;
  margin-left: 5px;
  opacity: 0.8;
  text-decoration-color: #80808091;
}
.product-buy-info .btn-buy {
  display: inline-block;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 12px;
}
.single-product-item .btn-buy.link {
  padding-bottom: 10px;
  display: block;
  text-align: center;
}
.feature-area {
  background-color: #f5f7f9;
}
 .single-product-item .product_image a::before,
.feature-product-wraper .single-product-item .product_image a::after {
  border-color: var(--main);
}
 .single-product-item:hover .product_image img {
  transform: scale(1.1);
}

.single-product-item .product_image img {
  overflow: hidden;
  transition: var(--transition);
  height: 250px;
  width: 100%;
}
.single-product-item:hover .product-item-info a {
  color: var(--main);
}
.feature-unique-sidebar {
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  padding: 20px 30px;
}

.feature-unique-sidebar .title {
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.feature-unique-sidebar .title:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 20%;
  background: var(--main);
  bottom: 0;
  left: 0;
}

.feature-unique-sidebar p {
  font-size: 0.8125rem;
  color: #999;
  font-weight: 400;
  margin-top: 25px;
}
/* -------------------------Feature Product Section CSS End --------------------- */

/* -------------------------Service Section CSS End --------------------- */

/*region footer-area*/
.footer-area {
  background: #081621;
  padding: 50px 0;
  overflow: hidden;
}
.social-links li {
  display: inline-block;
  margin: 0px 10px 0px 0;
}
.social-links li a {
  height: 30px;
  width: 30px;
  background: var(--lightWhite);
  display: block;
  text-align: center;
  line-height: 29px;
  color: var(--lightBlack);
  transition: 0.3s;
  border-radius: 50%;
}
.social-links ul {
  text-align: center;
}
.social-links li:hover a {
  background: #1877f2;
  color: var(--lightWhite);
  cursor: pointer;
}
.social-links li:hover a.twitter {
  background-color: #1da1f2;
}
.social-links li:hover a.instagram {
  background-color: #e4405f;
}

.footer-widget.quick-links {
  padding-right: 0px;
  padding-left: 90px;
}
.footer-widget.quick-links ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.footer-widget.quick-links li {
  margin-bottom: 7px;
  width: 45%;
  font-size: 13px;
}

.footer-widget .widget-info li a {
  color: var(--lightWhite);
}
.footer-widget h4 {
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: var(--lightWhite);
}
.footer-widget a {
  color: #666;
}
.footer-widget a:hover {
  color: var(--main);
}

.footer-widget p {
  color: #666;
  font-size: 13px;
}

.footer-widget .widget-info p {
  text-align: left;
}
.phone-call.info {
  margin: 15px 0;
}
.footer-widget .widget-info p a {
  color: #666;
}

.footer-area .information p i {
  display: inline-block;
  padding-top: 10px;
}

.widget-info .info .icon {
  flex: 0 0 24px;
  width: 24px;
  font-size: 13px;
  text-align: center;
  margin-right: 24px;
  color: var(--lightWhite);
}
.widget-info .info {
  display: flex;
}

.widget-info .info .icon a {
  height: 30px;
  width: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  color: var(--lightBlack);
  margin-right: 10px;
  display: inline-block;
  transition: 0.3s;
}
.widget-info .info .icon a:hover {
  background: var(--main);
  color: #fff;
}
.all-contact-info div p {
  line-height: 1.4;
}
.ending-footer {
  background: #fff;
  padding: 15px 0;
}

.footer-btm-widget span {
  font-size: 13px;
  margin-right: 15px;
  color: #777;
}

.footer-btm-widget img {
  margin-right: 30px;
}

.footer-btm-widget p {
  font-size: 13px;
  color: var(--lightWhite);
}

.footer-widget .newsletter-area {
  margin-top: 55px;
}
.footer-widget.newsletter {
  padding-right: 0;
}
.newsletter-area .form-subscribe {
  max-width: 200px;
  margin: auto;
}

.form-subscribe .form-control {
  background-color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  border: none;
  border-radius: 0;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 10px;
  font-weight: 500;
}
.form-subscribe .form-control.focus,
.form-subscribe .form-control:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.form-subscribe .btn {
  border-radius: 0;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  background: var(--main);
  border-color: var(--main);
  height: 38px;
  line-height: 36px;
  font-size: 10px;
  font-weight: 600;
  padding: 0 10px;
}
.footer-bottom-copyright {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #ffffff;
}
.footer-bottom-copyright p a {
  color: #0097d7;
}
.footer-bottom-copyright p {
  margin-bottom: 0;
}

/*endrgion*/

.footer-block h4 {
  color: var(--lightWhite);
  font-size: 18px;
  margin-bottom: 5px !important;
}
.footer-block a > img {
  height: 40px;
}
.footer-area hr {
  color: var(--lightWhite);
  margin-top: 20px;
}
.ending-footer {
  background: #000;
}
.banner-type.mobile img.mobile-banner {
  display: none;
}

@media (max-width: 991px) {
  #nav-toggler {
    width: 20px;
    height: 25px;
    display: inline-block;
    background: rgba(255, 255, 255, 0);
    z-index: 1;
    position: absolute;
    margin: 0 6px 0 10px;
    top: 50%;
    right: auto;
    left: 10px;
    margin-top: -20px;
  }

  #nav-toggler span:after,
  #nav-toggler span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
  }

  #nav-toggler span:after {
    top: 7px;
  }

  #nav-toggler span {
    position: relative;
    display: block;
  }

  #nav-toggler span,
  #nav-toggler span:after,
  #nav-toggler span:before {
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  /* on activation */
  #nav-toggler.close span {
    background-color: transparent;
  }
  #nav-toggler.close span:before {
    transform: rotate(45deg) translate(6px, 5px);
  }
  #nav-toggler.close span:after {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  .main-nav {
    position: absolute;
    left: 0;
    top: 2px;
  }

  .main-nav .nav.open .overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 125px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .main-nav .nav ul li {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    height: auto;
  }

  .main-nav .nav .drop-menu-2 li {
    position: relative;
    left: 0;
    top: 0;
  }

  .main-nav .nav li a {
    margin-left: 20px;
    color: var(--lightBlack);
    line-height: 40px;
    font-size: 11px;
  }

  .main-nav .nav .drop-menu-1 li a {
    margin-left: 25px;
    color: var(--lightBlack);
  }

  .main-nav .nav .drop-menu-2 li a {
    margin-left: 50px;
  }

  .main-nav .nav .toggle + a {
    display: none;
  }

  .main-nav .nav {
    visibility: hidden;
  }
  .nav .drop-down li.drop-open > a:before {
    display: none;
  }

  .main-nav .nav .drop-menu-1 li {
    display: block;
    background-color: #f1f5f9;
    border-bottom: none;
    line-height: 40px;
    color: var(--lightBlack);
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    padding: 0;
  }
  .main-nav .nav .drop-down a:hover {
    background: none;
    color: inherit;
  }
  .main-nav .nav .drop-menu-2 li {
    display: block;
    line-height: 30px;
    color: var(--lightBlack);
    font-size: 12px;
    text-decoration: none;
    border: none;
    font-weight: 600;
    padding: 0;
  }

  .main-nav .nav ul ul {
    box-shadow: none;
  }

  .main-nav .nav .drop-menu-2 li a.active {
    color: var(--main);
  }

  .main-nav .nav .drop-menu-2 li:hover {
    color: var(--main);
  }

  .main-nav .nav.open {
    visibility: visible;
  }

  .main-nav .nav .responsive-menu {
    width: 300px;
    position: fixed;
    left: -300px;
    top: 125px;
    height: calc(100vh - 105px);
    overflow: auto;
    background: var(--lightWhite);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99999;
  }

  .main-nav .nav.open .responsive-menu {
    left: 0;
  }
  .main-nav .nav:before {
    display: none;
  }

  .main-nav .nav ul li {
    display: block;
    width: 100%;
  }

  .main-nav .nav ul li > ul {
    display: none !important;
  }

  .main-nav .nav ul li.open > ul {
    display: block !important;
    width: 300px;
  }

  .main-nav .nav .drop-menu-1 a {
    display: block;
  }

  .main-nav .nav li a:hover {
    background: none;
  }

  .main-nav .nav ul ul {
    float: none;
    position: static;
    color: var(--lightWhite);
  }

  /* Fisrt Tier Dropdown*/
  .main-nav .nav ul ul li {
    display: block;
    width: 100%;
  }
  .main-nav .nav ul ul ul li {
    position: static;
  }

  .main-nav .nav li.drop-open > a:after {
    content: " +";
    float: right;
    margin-right: 20px;
    font-size: 15px;
  }

  .main-nav .nav li.open > a:after {
    content: "-";
    font-size: 30px;
  }

  .drop-menu-1 li a:only-child:after {
    content: " ";
  }
  .responsive-menu > li:last-child {
    margin-bottom: 100px !important;
  }
}

.search-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.search-box.search-active {
  top: 80px;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  box-shadow: 0 0 8px 0 #ff4c3b4a;
}
.seacrh-inner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.seacrh-inner-box input[type="search"] {
  width: 100%;
  border: 1px solid transparent;
  padding: 15px 30px 15px 50px;
  height: auto;
  box-shadow: none;
}
.seacrh-inner-box button {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
}
.seacrh-inner-box input:focus,
.seacrh-inner-box button:focus {
  outline: 0;
  box-shadow: none;
}
.single-product-item .price-info {
  margin: 10px 0;
}
.sticky-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--main);
  z-index: 999;
  box-shadow: 0 -4px 4px rgb(0 0 0 / 20%), 0 -1px 0 rgb(255 255 255 / 20%);
  flex: 1 1 auto;
  width: 100%;
  padding: 10px 0;
}
.sticky-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky-footer ul li {
  flex: 0 0 20%;
  max-width: 20%;
}
.sticky-footer ul li a {
  text-align: center;
}
.sticky-footer ul li a i,
.sticky-footer ul li a span {
  display: block;
}
.sticky-footer ul li a i {
  font-size: 18px;
  color: #fff;
}
.sticky-footer ul li a span {
  font-size: 10px;
  font-weight: 500;
  color: white;
  margin-top: 3px;
}
.sticky-footer ul li.home-icon a.th-ib-items {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -100%);
  padding: 5px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 53%);
}

.sticky-footer ul li.home-icon a > .home-icon-wrapper {
  border: 1px solid red;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sticky-footer ul li.home-icon a > .home-icon-wrapper img {
  height: 20px;
  margin-top: 8px;
}
.footer-radius-circle {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 8px 22px;
}
.query-block {
  max-width: 300px;
  margin: auto;
  margin-bottom: 20px;
}

.query-block-wrapper {
  display: flex;
  align-items: center;
  color: white;
  gap: 20px;
}

.query-block-wrapper .query-text h3 {
  color: var(--main);
  font-size: 18px;
}

.query-block-wrapper .query-icon {
  font-size: 18px;
  padding-right: 20px;
  border-right: 1px solid #333;
}

.query-block-wrapper .query-text {
  text-align: left;
}

.query-block-wrapper .query-text p {
  opacity: 0.7;
}
.footer-radius-circle:hover {
  border-color: var(--main);
}
.footer-widget.quick-links a > i {
  padding-right: 10px;
  font-size: 12px;
}
.search-icon-mobile {
  display: none;
}
.single-information-box:hover .text h5 {
  color: var(--main);
}

.single-information-box:hover .text p {
  opacity: 1;
}
.social-links.mobile {
  display: none;
}


/* -------------------------Other CSS Start --------------------- */
section.delivery-section {
  margin-top: -30px;
  margin-bottom: 25px;
}

section.delivery-section marquee {
  box-shadow: 0 0 8px #dededef5;
  background: #fff;
  line-height: 20px;
  padding: 12px 0px;
  color: var(--main);
}


/*region breadcrumb*/
.breadcrumb {
  padding: 5px 15px;
  border-radius: 4px;
  margin-top: 15px;
  border: 1px solid #f2792073;
}

.common-home {
  padding: 0;
  background: none;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  line-height: 20px;
}

.breadcrumb li a {
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

.breadcrumb li:last-child a {
  color: #808080;
}

.breadcrumb li i {
  font-size: 16px;
}

.page-heading {
  text-align: right;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  padding: 5px 15px;
  border-radius: 4px;
}

.breadcrumb li + li:before {
  padding: 0 6px;
  color: #808080;
  font: normal normal normal 10px/20px FontAwesome;
  content: "\f054";
  margin: 0 5px;
}

/*endregion*/
.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
}

/*region filter css*/
.noUi-horizontal {
  width: 94% !important;
}

.filters {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0.5px 0.866px 10px 0px rgb(0 0 0 / 12%);
  border: 1px solid #f2792073;
}

.range-label.from {
  margin-top: 20px;
}

.filter-group .toggler {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 18px;
}

.filter-group.show .items {
  display: block;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.filter-group.show .items {
  display: none;
}

input#range-to {
  margin-right: 7px;
}

.panel .range-label input {
  float: left;
  width: 48%;
  outline: 0;
  padding: 3px;
  padding-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  line-height: 24px;
}

.panel .filters .filter-group,
.panel .filters .price-filter {
  margin-bottom: 0px;
  padding: 10px 20px;
  display: table;
  width: 100%;
}

.panel .filters .price-filter .noUi-horizontal {
  margin: 20px 0 10px;
}

.filters > div:not(:last-child) {
  border-bottom: 1px solid #f2792073;
}

.filter-group .toggler:before {
  content: ">";
}

.filter-group.show .toggler:before {
  content: "<";
}

.panel .filters .filter-group label.filter {
  display: inline-block;
  width: 100%;
  font-weight: 400;
}

.panel .filters .filter-group label.filter input {
  float: left;
  margin: 7px 10px 0 0;
}

.panel .filters .filter-group .label h3,
.panel .filters .price-filter .label h3 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  position: relative;
  cursor: pointer;
}

.panel .filters .filter-group .items {
  margin-top: 10px;
}

.panel .filters .noUi-base {
  border: none;
  box-shadow: none;
}

.panel .filters .noUi-connects {
  background: #f1f1f1;
}

.panel .filters .noUi-connect {
  background: var(--main);
  background: -moz-linear-gradient(left, var(--main) 0%, #f71500 100%);
  background: -webkit-linear-gradient(left, var(--main) 0%, #f71500 100%);
  background: linear-gradient(to right, var(--main) 0%, #f71500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main)', endColorstr='#f71500',GradientType=1 );
}

/*endregion*/
/*region Popup*/
.popup {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.popup-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 90%;
  border-radius: 3px;
  text-align: center;
}

.popup-inner h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.popup-inner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.popup-close {
  width: 34px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 25px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  border: solid 4px var(--main);
  background: var(--main);
  cursor: pointer;
  color: white;
}

.popup-close:after,
.popup-close:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #f00;
  text-decoration: none;
  border-color: #ff4e19;
}

.popup-close:hover:after,
.popup-close:hover:before {
  background: #fff;
}
/*endregion*/

.f-out {
  visibility: hidden !important;
  transition: visibility 0s linear 500ms, opacity 500ms;
  opacity: 0;
}
.f-in {
  transition: visibility 0s linear 500ms, opacity 500ms;
  visibility: visible !important;
  opacity: 1;
}

/* region popup */
.lb-body img {
  max-width: 100%;
}
.popup-inner .lb-footer {
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.popup-inner .lb-footer .title {
  float: left;
}

.popup-inner .lb-footer .counter {
  text-align: right;
}

.popup .button {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: none;
  left: 20px;
  line-height: 0;
  opacity: 0.9;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}

.popup .button.prev {
  border-right: 30px solid #3f3f3f;
  z-index: 99;
}

.popup .button.next {
  border-left: 30px solid #3f3f3f;
  right: 20px;
  left: auto;
}

.popup .button:after {
  content: "";
  position: absolute;
  top: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.popup .button.prev:after {
  right: -27px;
  border-right: 22px solid #fff;
}

.popup .button.next:after {
  left: -27px;
  border-left: 22px solid #fff;
}

.popup span.button i {
  line-height: 0;
}

@media (max-width: 480px) {
  .popup .button {
    transform: scale(0.65);
  }
  .popup-inner .lb-footer .counter {
    text-align: inherit;
  }
  .popup-close {
    top: -5px;
    right: 5px;
  }
}
/*endregion */

body .popup.f-in .popup-inner {
  max-width: 380px;
}
body .popup.f-in .cart-info {
  margin: 10px 0px;
}

body .popup.f-in .cart-info {
  flex: 0 0 180px;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  position: relative;
  z-index: 10;
}

body .popup.f-in .cart-info span.cart-qty {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

body .popup.f-in .cart-info > span {
  margin: 0 5px;
  display: inline-block;
  color: #888;
  display: flex;
  justify-content: space-between;
}

body .popup.f-in .cart-info > span > span {
  font-weight: bold;
  color: #111;
  font-size: 15px;
}

body .popup.f-in .cart-info span span {
  font-weight: bold;
}

body .popup.f-in .btn-wrapper a button {
  margin: 7.5px 0px;
  border-radius: 4px;
}

body .popup.f-in .btn-wrapper a button.btn {
  background: var(--main);
  color: var(--lightWhite);
  width: calc(50% - 10px);
  padding: 8px 0;
  margin: 10px 5px 0;
}

body .input-group > .form-control {
  width: inherit;
  height: 37px;
  border:1px solid #ff4c3b87;
}
.main_content {
  padding: 30px;
  margin-bottom: 30px;
  background-color: white;
  border:1px solid #f2792073;
}
body .popup.f-in .btn-wrapper a button.btn:hover {
  background: black;
  color: white;
}
.popup-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 90%;
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}

.loader.popup-inner {
  padding: 0px;
}
.loader,
.loader::before,
.loader::after {
  border-radius: 10px;
}
.popup-inner .title {
  font-weight: 500;
}
.popup-inner .counter {
  font-size: 13px;
  opacity: 0.5;
}

.popup-close .lb-body {
  min-height: 500px;
}
.additional-btn.buttons_added input[type="button"] {
  display: none;
}

.product-image-holder .main-img {
  padding: 0px 50px 0px 50px;
  width: 100%;
}
.quick-overview .view-more {
  color: var(--main);
}
.cart.body .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.delivery ul li {
  list-style: circle;
  margin-left: 25px;
  margin-bottom: 15px;
}

.delivery h3 {
  color: black;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.delivery h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: var(--main);
}


/*============================================
* 1.11 Feature Blog
*=============================================*/
.ft-single-blog {
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e9e0e0;
}

.ft-single-blog:hover {
  border: 1px solid var(--lightBlack);
}

.blg-thumb {
  display: block;
  overflow: hidden;
}

.blg-thumb a {
  display: inline-block;
  width: 100%;
}

.blg-thumb a img {
  max-width: 100%;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  margin-top: -5px;
}

.ft-single-blog:hover .blg-thumb a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blg-meta {
  text-align: left;
  position: relative;
  z-index: 5;
  margin: 15px 20px;
}

.blg-meta span {
  border-radius: 23px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-block;
}

.blg-content {
  padding: 0px 20px 30px 20px;
}


.blg-content-details {
  height: auto;
}

.blg-content-details h2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--lightBlack);
  margin: 23px 0px 16px !important;
}

.blg-content h2 a {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  letter-spacing: 0;
  color: var(--lightBlack);
  margin: 10px 0px 16px;
  line-height: 24px;
  font-weight: 600;
}

.blg-content h2 a:hover {
  color: var(--lightBlack);
}

.blg-content p {
  font-size: 16px;
  font-weight: 300;
  color: #515151;
  letter-spacing: 0;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blg-content a.readmore_btn {
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  display: inline-block;
  background: transparent;
  color: var(--main);
  padding: 0;
}


.owl-carousel.owl-news-events img {
  height: 500px;
}

/*============================================
* END Feature Blog
*=============================================*/

.contact-area .tab-area .nav-tabs {
  border: none;
  margin: auto;
  display: flex;
  justify-content: center;
}


.tab-area button {
  box-shadow: 0px 1px 4px rgb(0 0 0 / 30%);
  line-height: 24px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border: none;
}
.tab-area {
  margin-bottom: 30px;
}

.tab-area button.nav-link.active {
  background: var(--main);
  color: white;
  border: none;
}
.tab-area .nav-link:focus, .tab-area .nav-link:hover {
  color: var(--main);
}
.tab-content-area {
  background-color: white;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #f2792073;
}
.contact-wrapper .contact-title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
}

.contact-content {
  margin-bottom: 25px;
}

.contact_form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f2792073;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 15px;
}

.contact_form .buttons .btn-basic-sm {
  background: var(--main);
  color: white;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.contact-content p > i {
  padding-right: 10px;
  color: var(--main);
}
.contact_form .text-danger {
  margin-bottom: 15px;
  margin-top: -5px;
  font-size: 12px;
}

.contact-wrapper .contact-content p {
  margin-bottom: 10px;
}
.pull-right {
  float: right;
}
.login-image-wrapper {
  height: 100%;
  background-size: cover;
  background-position: center;
  height: 390px;
  border-radius:10px 0px 0px 10px ;
}
.customer_login.body .main_content {
  padding: 0;
  border-radius: 10px;
}
.login-form-wrapper .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.login-form-wrapper .form-group label {
  margin-bottom: 5px;
  opacity: 0.9;
}

.login-form-wrapper .form-group input {
  padding-left: 15px;
  font-size: 14px;
  border: 1px solid #ff4c3b52;
}

.login-form-wrapper .form-group {
  margin-bottom: 15px;
}

.login-form-wrapper .forget-password,
.login-form-wrapper .register-link a {
  display: block;
  color: var(--main);
  font-weight: 600;
  margin-bottom: 15px;
}

.login-form-wrapper .register-link a {
  text-align: initial;
  display: initial;
}

.login-form-wrapper .register-link p {
  opacity: 0.9;
  margin-top: 20px;
  text-align: center;
}

.login-form-wrapper .form-group.submit input {
  background: var(--main);
  border: none;
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.login-form-wrapper {
  padding: 0 30px 0px 10px;
}
.information-offer .clearfix {
  display: none;
}
.offer-page .offer-content img {
  width: 100%;
}
.ft-single-blog.article-thumb {
  margin-bottom: 20px;
}
.blg-content h2 {
  height: 60px;
}
.blog-left {
  border: 1px solid #ff4c3b87;
  margin-bottom: 30px;
}

.blog-left img.main-img {
  width: 100%;
}
.blog-details {
  padding: 30px;
  font-size: 16px;
}

.blog-details .article-title h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.article-description p {
  text-align: justify;
}
.blog-details .meta span.date {
  font-size: 20px;
  font-weight: 500;
}

.blog-details .share-on .share-ico {
  height: 30px;
  width: 30px;
  background: var(--main);
  text-align: center;
  line-height: 29px;
  color: var(--lightWhite);
  transition: 0.3s;
  display: inline-block;
  margin-left: 7px;
}

.blog-details .share-on {
  margin-top: 15px;
}
.blog-details .share-on, .blog-details .meta {
  text-align: right;
}
.sticky-offer {
  position: fixed;
  bottom: 50%;
  right: 0px;
  z-index: 99999;
}

.sticky-offer .offer-item {
  background-color: var(--main)!important;
  height: 50px !important;
  width: 50px !important;
  text-align: center !important;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%), -5px 5px 10px rgb(0 0 0 / 10%) !important;
  cursor: pointer;
  color: white;
  border: 2px solid transparent;
  transition: 0.3s all;
}

.sticky-offer .offer-item i {
  font-size: 16px;
  margin-top: 6px;
}
.sticky-offer .offer-item .cart-name {
  font-size: 12px;
}

.sticky-offer .offer-item:hover {
  border-color: var(--main);
  background: white !important;
  color: var(--main);
}
/* --------------------------Other CSS End --------------------- */

.header-search-bar.desktop .search-box {
  width: 480px;
  border-radius: 5px;
}

.header-search-bar.desktop .search-box input[type="text"] {
  border: 1px solid white;
  background: white;
  padding: 10px 10px;
  padding-left: 25px;
  color: black;
  border-radius: 5px;
  width: 100%;
}
.header-search-bar.desktop .search-box .seacrh-inner-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-search-bar.desktop .seacrh-inner-box button {
  position: absolute;
  right: 15px;
  left: auto;
  top: 50%;
  font-size: 15px;
  color: var(--main);
}
.header-search-bar ::placeholder {
  color: var(--main);
}
#search .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0 !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 480px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  max-height: 365px;
  overflow: auto;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  border-left: 0;
  width: calc(100% - 10px);
}

#search .dropdown-menu .search-item {
  border-bottom: 1px solid #e1e4e7;
}

#search .dropdown-menu .search-item a {
  display: inline-block;
  width: 100%;
  padding: 15px;
  white-space: normal;
}

#search .dropdown-menu .search-item .image {
  float: left;
  width: 60px;
  background: #fafafa;
}

#search .dropdown-menu .search-item .name {
  margin-left: 70px;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 5px;
  color: #2b2828;
}

#search .dropdown-menu .search-item .price {
  font-size: 14px;
  margin-left: 70px;
  font-weight: 600;
  color: #222;
}
#search .dropdown-menu .search-item .image img {
  max-width: 60px;
}

.header-top-right .header-icon ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 55px;
}
.header-top-right .header-icon ul li a > span {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}
.main-nav .nav ul li:last-child:hover > ul, .main-nav .nav ul li:nth-child(8):hover > ul{
  left: auto;
  right: 0;
}
.main-nav .nav ul li:last-child:hover .drop-menu-2,.main-nav .nav ul li:nth-child(9):hover .drop-menu-2,.main-nav .nav ul li:nth-child(8):hover .drop-menu-2,.main-nav .nav ul li:nth-child(7):hover .drop-menu-2 {
  left: inherit;
  right: 100%;
}
.product-details-regular-price {
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  display: inline-block;
}
/*------------------------Company Overview & MD Message Page CSS Start-----------------*/
.about-company-details .info-wrap {
  margin-bottom: 25px;
}

.about-company-details .info-wrap h3,
.about-company-details .info-wrap h4 {
  margin-bottom: 10px;
  color: var(--main);
}

.about-company-details .info-wrap p {
  text-align: justify;
  margin: 5px 0;
}

.company-branch-list h4 {
  margin-bottom: 10px;
  color: var(--main);
}

.company-partner-list ul {
  display: flex;
  gap: 20px;
}
.company-partner-list ul li img {
  width: 100%;
}
.single-branch-item h6 {
  font-weight: 600;
}

.company-branch-list {
  margin: 20px 0;
}
.branch-wrapper-list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-branch-item {
  width: 25%;
}
@media (max-width: 776px) {
  .branch-wrapper-list {
    justify-content: center;
    align-items: flex-start;
  }
  .single-branch-item {
    width: 100%;
  }
  .company-partner-list ul li img {
    height: 70px;
  }
}


.md-info img {
  width: 75%;
  border: 3px solid var(--main);
  border-radius: 5px;
  padding: 5px;
}
.md-info .md-info-inner {
  margin-top: 15px;
}
.md-info .md-info-inner h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--main);
}
.md-info .md-info-inner p {
  font-size: 14px;
}
.md-info .md-info-inner .md-contact {
  margin-top: 8px !important;
}
.md-info .md-info-inner .md-contact p {
  display: flex;
  font-size: 12px;
  margin-bottom: 5px !important;
  gap: 8px;
  align-items: center;
}
.md-info .md-info-inner .md-contact p i {
  padding: 5px;
  background: var(--main);
  color: white;
  border-radius: 3px;
}
.message-md-inner .md-message-title {
  color: var(--main);
  font-weight: 600;
}

.message-md-inner .greetings {
  font-weight: 600;
}

@media (max-width: 480px) {
  .md-info {
    text-align: center;
    margin: 25px 0;
  }
  .message-md-inner p {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
  }
  .md-info img {
    width: 50%;
  }
  .md-info .md-info-inner h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px !important;
  }
  .md-info .md-info-inner p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
  .md-info .md-info-inner .md-contact p {
    font-size: 14px;
    line-height: 27px;
    justify-content: center;
  }
  .message-md-inner .md-message-title {
    font-size: 18px;
  }
}

/*------------------------MD Message Page CSS End-----------------*/


/*------------------------Team Page CSS Start-----------------*/

.team-item-list-wrapper .single-team-list-item .team-photo img {
  width: 180px;
  border-radius: 50%;
  height: 180px;
  border: 2px solid var(--main);
  border-bottom-width: 0;
  padding: 15px;
  background: white;
}

.team-item-list-wrapper .single-team-list-item .team-info {
  background: white;
  padding: 10px;
  border-radius: 5px;
  padding-top: 35px;
  margin-top: -35px;
  border: 2px solid var(--main);
  padding-bottom: 25px;
}
.team-info h4 {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.team-info p {
  letter-spacing: 2px;
}

.single-team-list-item {
  margin-bottom: 20px;
  text-align: center;
}
.team-item-list-wrapper .single-team-list-item .team-info p {
  font-size: 14px;
  color: #7a7a7a;
  height: 35px;
  margin: 5px 0px 10px 0;
}

.single-team-list-item .contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}

.single-team-list-item .contact-info a {
  color: #7a7a7a;
}
/*------------------------Team Page CSS End-----------------*/
/*------------------------Clients Page CSS Start-----------------*/
.happy-clients-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
  margin-top: -30px;
}
.single-client-item {
  overflow: hidden;
  border: 1px solid var(--main);
  border-radius: 0.25rem;
}
.happy-clients-list .single-client-item img {
  border-radius: 0.25rem;
  box-shadow: 0 .3rem 1rem
  rgba(0,0,0,.1)!important;
  height: 110px;
  object-fit: contain;
  transition: var(--transition);

}
.single-client-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 776px) {
  .team-item-list-wrapper .single-team-list-item .team-info p {
    height: auto;
  }
  .happy-clients-list {
    grid-template-columns: repeat(3, 1fr);
    gap : 20px;
  }

  .happy-clients-list .single-client-item img {
    height: 75px;
  }

  .happy-clients-list .banner-type {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .happy-clients-list {
    grid-template-columns: repeat(2, 1fr);
    gap : 20px;
  }
}
/*------------------------Clients Page CSS End-----------------*/


/*------------------------Award Page CSS Start-----------------*/
.awards_section .awards_section_inner .awards_sec {
}
.awards_section .awards_section_inner .awards_sec .card {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  border: 0;
  border-radius: 0;
}
.awards_section .awards_section_inner .awards_sec .card .image {
  background: var(--main) url(catalog/view/theme/sys-computers/image/awards/ovarlay.png);
  background-size: cover;
  text-align: center;
  border-bottom: 5px solid var(--main);
}
.awards_section .awards_section_inner .awards_sec .card .image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.awards_section .awards_section_inner .awards_sec .card .card-body {
  padding: 0;
}
.awards_section .awards_section_inner .awards_sec .card .card-body hr {
  color: var(--main);
  margin: 0 30px;
}
.awards_section .awards_section_inner .awards_sec .card .card-body .title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--main);
  text-transform: capitalize;
  padding: 10px 30px;
  padding-bottom: 25px;
  height: 80px;
}
.awards_section .awards_section_inner .awards_sec .card .card-body .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
}
.awards_section .awards_section_inner .awards_sec .card .card-body .info .date,
.awards_section
.awards_section_inner
.awards_sec
.card
.card-body
.info
.trophy {
  font-size: 12px;
  color: var(--main);
}
.awards_section
.awards_section_inner
.awards_sec
.card
.card-body
.info
.date
i,
.awards_section
.awards_section_inner
.awards_sec
.card
.card-body
.info
.trophy
i {
  width: 12px;
  height: 12px;
}
.awards_section
.awards_section_inner
.awards_sec
.card
.card-body
.info
.date
span,
.awards_section
.awards_section_inner
.awards_sec
.card
.card-body
.info
.trophy
span {
  margin-left: 3px;
}
.awards_section .awards_section_inner .awards_sec .card .card-body .descp {
  font-size: 15px;
  padding: 0 30px 20px;
  text-align: justify;
}

@media (max-width: 776px) {
  .awards_section .awards_section_inner {
    padding: 0 0 40px;
  }
  .awards_section .awards_section_inner .awards_sec .card .image img {
    width: 100%;
    height: 180px;
  }
  .awards_section .awards_section_inner .awards_sec .card .card-body .info {
    padding: 10px 20px;
  }
  .awards_section .awards_section_inner .awards_sec .card .card-body hr {
    margin: 0 20px;
  }
  .awards_section .awards_section_inner .awards_sec .card .card-body .title {
    font-size: 16px;
    padding: 10px 20px;
    height: auto;
  }
  .awards_section .awards_section_inner .awards_sec .card .card-body .descp {
    font-size: 14px;
    padding: 0 20px 20px;
  }
}

/*------------------------Award Page CSS End-----------------*/

.back-to-top {
  display: inline-block;
  background-color: var(--main);
  color: white !important;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.back-to-top:hover {
  cursor: pointer;
  background-color: black;
  color: var(--main);

}
.back-to-top:active {
  background-color: black;
  color: var(--main);
  border: 2px solid white;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 776px){
  .back-to-top {
    width: 35px;
    height: 35px;
    bottom: 90px;
    line-height: 35px;
    font-size: 16px;
  }
  .sticky-btn {width: 50px;height: 50px;font-size: 8px;bottom: 160px;}

  .sticky-btn i {
    font-size: 16px;
    margin: 10px 0 5px;
  }

  .sticky-btn.cmpr-toggler {
    bottom: 225px;
  }
}
