/*
Theme Name: Appliances Store
Theme URI: https://www.themespride.com/products/free-appliances-wordpress-theme
Author: ThemesPride
Author URI: https://www.themespride.com/
Description: The Appliances Store WordPress Theme is a modern, feature-rich, and versatile solution tailored for businesses in the home and commercial appliances industry. It’s perfect for home appliance stores, appliance repair parts outlets, and service providers aiming to deliver an outstanding shopping experience. This theme is designed to meet diverse requirements, from selling smart kitchen appliances, appliance packages, and floor care appliances to providing appliance installation and maintenance services. Its intuitive and user-friendly layout ensures a smooth browsing experience for customers exploring appliance promotions, comparing top appliance brands, or seeking appliance buying guides. The theme's fully responsive design and optimized code ensure fast loading times and seamless functionality on any device, from desktops to smartphones. Customizable banners, product galleries, and interactive CTAs allow you to highlight appliance packages, energy star appliances, or high-end kitchen remodel appliances effectively. Social media integration helps amplify your reach and engagement, while its SEO-friendly structure enhances visibility in search results. With options to promote appliance financing plans, warranty services, and appliance return policies, this theme supports your business at every stage of the customer journey. Whether you’re a home appliance outlet, a supplier of commercial refrigeration, or an appliance service provider, the Appliances Store WordPress Theme offers the tools to build a professional, polished, and visually appealing online presence.
Version: 0.3
Tested up to: 6.7
Requires PHP: 5.6
Requires at least: 5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appliances-store
Tags: wide-blocks, block-styles, one-column, two-columns, right-sidebar, left-sidebar, three-columns, four-columns, grid-layout, custom-colors, custom-header, custom-background, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, featured-image-header, full-width-template, rtl-language-support, translation-ready, sticky-post, theme-options, post-formats, threaded-comments, flexible-header, blog, e-commerce, portfolio

Appliances Store WordPress Theme, Copyright 2025 ThemesPride
Appliances Store is distributed under the terms of the GNU GPL

*/

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
:root {
    --color-primary1: #3F5FFF;
    --color-primary2: #FF0000;
    --color-primary3: #000;
    --font-awesome:'FontAwesome';
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  font-size:15px;
  overflow-x: hidden;
  color: #676767;
  font-family: "Inter", serif;
}
body.custom-background{
  background-color: #fff !important;
}
h1,h2,h3,h4,h5,h6{
  color: #151515;
  font-family: "Inter", serif;
}
p{
  font-size: 15px;
  letter-spacing: 1px;
}
a{
  text-decoration:none;
  color: var(--color-primary1);
}
a:hover{
  text-decoration:none;
}
input[type="search"] {
  padding: 10px;
  border: 1px solid #ebebeb;
  font-size: 15px;
}
button[type="submit"] {
  padding: 11px;
  background: var(--color-primary1);
  cursor: pointer;
  color: #fff;
  border: 1px solid var(--color-primary1);
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
textarea{
  width: 100%;
}
#theme-sidebar .textwidget a,
#footer .textwidget a,
.comment-body a,
.entry-content a,
.entry-summary a,
#main-content p a{
  text-decoration: underline;
  color: var(--color-primary1);
}

a.page-numbers{
  color: #fff;
}

/*--------------------------------------------------------------
Accessibility CSS
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
  Pre Loader
--------------------------------------------------------------*/

.loader{
  background: #fff;
  z-index: 99999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
}
.center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 5px solid #151515;
  border-radius: 50%;
}
.center1{
  width: 200px;
  height: 200px;
  border-left-color: var(--color-primary1);
  border-top-color: var(--color-primary1);
  animation: animateCenter1 2s infinite linear;
}
.center2{
  width: 100px;
  height: 100px;
  border-left-color: var(--color-primary1);
  border-top-color: var(--color-primary1);
  animation: animateCenter2 2s infinite linear;
}
.ring{
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: bottom;
  transform: translateX(-50%);
  width: 4px;
  height: 50%;
  background: transparent;
}
.center1 .ring{
  transform: translateX(-50%) rotate(45deg);
}
.center2 .ring{
  transform: translateX(-50%) rotate(-135deg);
}
.ring::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.center1 .ring::before {
  background: var(--color-primary1);
}
.center2 .ring::before{
  background: var(--color-primary1);
}
@keyframes animateCenter1{
  0%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes animateCenter2{
  0%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(-360deg);
  }
}

/*-------------- Sliding Bar ---------------*/
.offcanvas-div button {
  background-color: transparent;
  color: #000;
  border: none;
}
.offcanvas-div button i{
  font-size: 30px;
}
.offcanvas-div .btn-close i{
  color: #fff;
}
.offcanvas-div {
    justify-content: end;
}
.offcanvas-div .logo h1, .offcanvas-div .logo p.site-title{
  font-family: "Lato", serif;
  font-size: 30px;
}
.offcanvas-div .logo h1 a, .offcanvas-div .logo p a{
  color: #000;
}
.offcanvas-div .logo p.site-description{
  font-size: 13px;
  color: #000;
}
.offcanvas-div .search_inner{
  justify-content: center;
  margin-top: 16px;
}
.offcanvas-div .offcanvas-header .btn-close {
  padding: 5px 12px;
  opacity: 1;
  height: auto;
  width: auto;
  margin-top: 30px;
}
.btn-close:hover{
  color: #fff !important;
}
.offcanvas-div .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 1rem 1rem;
  margin-right: 24px;
  margin-top: 10px;
}
.offcanvas-div .offcanvas-body img {
  border-radius: 50%;
}
.offcanvas-div .offcanvas-body {
  flex-grow: 1;
  text-align: center;
}
.offcanvas-body h1 a, .offcanvas-body p {
  color: #000 !important;
}
.offcanvas-div .offcanvas-header .btn-close{
  background-color: #000 !important;
}
.social-media a{
  color: #000;
  padding: 0px 10px;
}
.social-media a:hover{
  color: var(--color-primary1);
}
.social-media {
    margin-top: 25px;
}
.search_inner form.search-form{
    padding: 10px;
    border-bottom: 2px solid #000;
    width: 50%;
    display: inline-flex;
}
.search_inner{
    display: flex;
    justify-content: end;
}
.search_inner [type="submit"] {
  padding: 5px 12px;
  background: url(assets/images/search.png) no-repeat scroll 0 4px;
  font-size: 13px;
  text-align: center;
  float: right;
  text-indent: -9999px;
  border: none;
}
.search_inner input.search-field {
  border: none;
  padding: 4px 0;
  background: transparent;
  width: 100%;
}

/*--------------------------------------------------------------
Header Details
--------------------------------------------------------------*/
.logo p.site-title, .logo h1{
  font-size: 30px;
  font-weight: 800;
}
.logo p.site-title a, .logo h1 a{
  color: #000;
  text-transform: uppercase;
  font-size: 28px;
}
.logo p.site-title a:hover, .logo h1 a:hover{
  color: var(--color-primary1);
}
.logo p.site-description{
  font-size: 13px;
  color: #000;
}
.currency-box .wSelect-theme-classic.wSelect{
  margin-bottom: 0;
}
.currency-box form select, .gtranslate_wrapper select{
  background: transparent;
  border: none;
  color: #fff;
  font-size: 12px;
}
.headerbox-main{
  background-color: var(--color-primary1);
}
/*.headerbox{
  background: linear-gradient(to right, #3F5FFF 70%, #000 70% 90%, #3F5FFF 90% 100%);
}*/
.headerbox .flex-row {
    flex-direction: row !important;
    display: flex;
    justify-content: space-between;
}
.headerbox .menu-left{
  width: 73%;
}
.headerbox .menu-center{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerbox .menu-right{
  width: 7%;
}
.innermenuboxupper{
  width: 80%;
}
.headerbox .about-contact{
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
  align-self: center;
}
.headerbox .main-abt-contact-box{
  display: flex;
  justify-content: left;
  align-content: center;
}
.headerbox .about-call-icon, #about .about-contact-text{
  align-self: center;
}
.headerbox .about-call-icon i{
  font-size: 18px;
  padding: 16px;
  background-color: var(--color-primary1);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
}
.headerbox .call-text{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.headerbox .call-simplep a{
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.headerbox .call-simplep a:hover{
  color: var(--color-primary1);
}
.header-btn a{
  color: #fff;
}
span.header-btn.sec {
  padding-left: 3em;
  padding-right: 20px;
  width: 20%;
}
/*cart css*/
.header-details {
    display: flex;
    justify-content: end;
    align-items: center;
}
.header-details i {
    font-size: 20px;
    color: #fff;
}
.header-details i:hover{
  color: var(--color-primary2);
}
.header-details p {
    font-size: 15px;
}
.product-cart.text-center.position-relative{
  display: flex;
  align-items: center;
}
.product-cart a{
  position: relative;
}
.product-cart .cart-count {
  bottom: auto;
    position: absolute;
    top: -15px;
    right: -10px;
    left: auto;
    background-color: #ff5b5b;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    font-weight: 600;
}
.menu-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*main category top*/
.searching-area button.search-submit{
    right: 20%;
}
#searchForm input[type="text"]:not(.adminbar-input), .search-cat-box, .searchbtn{
    border-radius: 0;
}
.main-searh-col{
    border: none;
}
.category-dropdown{
    width: 80%;
}
.category-dropdown li{
    padding:10px 0;
}
.searchbtn {
    padding:5px;
}
.searchbtn:hover{
  background-color: #000;
}
#searchForm input[type="text"]:not(.adminbar-input){
    line-height: 20px;
    font-size: 13px;
}
button.category-btn.btn.btn-secondary, #searchForm input[type="text"]:not(.adminbar-input), .search-cat-box, .searchbtn{
    text-align: center;
}
.cat-box .category-button, .cat-box i{
  font-size: 16px;
}
.cat-box .category-button {
  background: none;
  border: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  color: #000;
}
.category-dropdown::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.category-dropdown::-webkit-scrollbar{
  width: 12px;
  background-color: #F5F5F5;
}
.category-dropdown::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #78B85D;
}
.category-btn {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}
.category-btn:hover{
    background-color: #fff;
    color: #000;
}
.category-btn i {
  font-size: 12px;
}
.category-dropdown {
  position: absolute;
  background: #fff;
  width: 15%;
  z-index: 9999;
  list-style: none;
  box-shadow: 0 0 5px 0px #eee;
  height: 385px;
  overflow-y: scroll;
  text-align: left;
}
.category-dropdown li {
  border-bottom: solid 2px #f5f2f2;
  padding: 16px 0;
}
.category-dropdown li a{
  color: #000;
  font-size: 14px;
  padding-left: 20px;
  text-transform: capitalize;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.category-dropdown li a:hover{
  color: #78B85D;
}
.search-text{
    color: #000;
}
.search-cat-box {
  background-color: #fff; 
  border: 1px solid #787878; 
  border-radius: 15px; 
}
#searchForm input[type="text"]:not(.adminbar-input){
  border: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 10px;
  text-align: left;
  margin: 0;
}
.main-cat-text{
  border-right: 1px solid #78B85D;
}
.form-select{
  border:none;
}
.searchbtn{
  background-color: #78B85D;
  padding: 8px 20px 8px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.searchbtn:hover{
  background-color:#000;
}
.searchbtn i{
  color: #fff;
  padding: 0;
}
.search-text::placeholder {
  color: #ccc; 
  font-weight: 400;
  font-size: 16px;
}
button.category-btn.btn.btn-secondary {
  background: none;
  border: none;
  color: #000;
  font-size: 15px;
  padding: 8px 0;
}

/*--------------------------------------------------------------
Menu bar
--------------------------------------------------------------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.25);
  background: #fff;
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.main-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li{
  position: relative;
  display: inline-block;
}
.main-navigation li:last-child a{
  border-right: none;
}
.main-navigation a{
  display: block;
  color: #fff;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  position: relative;
  z-index: 99;
}
.main-navigation a:hover{
  color: var(--color-primary2);
}
.main-navigation ul ul{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100% ;
  background: var(--color-primary2);
  min-width: 215px;
  z-index: 9999;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  color: #fff;
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none !important;
}
.main-navigation ul ul li:last-child{
  border-bottom: 0;
}
.main-navigation ul li:hover > ul{
  opacity: 1;
}
.main-navigation li.menu-item-has-children:hover > ul, .main-navigation li.menu-item-has-children:focus > ul, .main-navigation li.menu-item-has-children.focus > ul{
  opacity: 1;
}
.main-navigation .menu > ul > li.highlight{
  background-color: var(--color-primary1);
}
.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}
.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}
.main-navigation ul ul li:hover > a{
  color: #fff;
}
.main-navigation ul.sub-menu li.page_item_has_children a:after, .main-navigation ul.sub-menu li.menu-item-has-children a:after{
  color: #fff;
  right: 10px;
  font-size: 12px;
}
.toggle-nav, a.closebtn{
  display: none;
}
.main-navigation .sub-menu {
  list-style: none;
  padding-left: 0;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
  width: 200px !important;
}
.main-navigation .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-navigation .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-navigation .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-navigation .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-navigation .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu  {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
}
ul.sub-menu ul.sub-menu{ 
  left: 202px !important
}

/*block widget for footer*/
#footer .wp-block-details summary{
  color: #fff;
}
#footer .widget.widget_block.widget_text a{
  text-decoration: underline;
}
#footer .wp-calendar-table th{
  background-color: var(--color-primary1);
  color: #fff;
  border-color: var(--color-primary1);
}
#footer .tagcloud a, #footer p.wp-block-tag-cloud a{
  text-decoration: none;
}
/*block widget for sidebar*/
#secondary .wp-calendar-table th, #theme-sidebar .wp-calendar-table th{
  background-color: var(--color-primary1);
  color: #fff;
  border-color: var(--color-primary1);
}
#secondary .widget.widget_block.widget_text p a,
#theme-sidebar .widget.widget_block.widget_text p a{
  text-decoration: underline;
}
#secondary li a,#secondary .widget.widget_block.widget_tag_cloud a, #theme-sidebar li a,
#theme-sidebar .widget.widget_block.widget_tag_cloud a{
  text-decoration: none;
}
#theme-sidebar li.recentcomments a:before {
    content: none;
}
/*--------------------------------------------------------------
Post Pages
--------------------------------------------------------------*/

.page-box {
  margin: 0 0 4em 0px;
  padding: 45px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 2px #aaa;
  border-bottom: 3px solid var(--color-primary1);
}
.page-box:hover{
  box-shadow: 0 0 20px #cfcfcf;
}
#category-post .entry-video, #category-post .entry-audio{
  padding-bottom: 7px;
}
.box-image{
  position: relative;
  z-index: 99;
}
.box-image img,
.box-content img {
  width: 100%;
  height: auto;
}
.external-div {
  position: relative;
  text-align: center;
  margin-top: 0;
  height: 350px;
  margin-bottom: 0;
  background: #000;
}
.external-div .box-image img{
  object-fit: cover;
  position: absolute;
  height: 350px;
  width: 100%;
  left: 0;
  right: 0;
  background-size:cover;
}
.box-text{
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
  left: 30%;
  z-index: 99;
  text-align: center;
}
.box-text h2{
    color: #fff;
    text-transform:uppercase;
    letter-spacing: 3px;
}
.box-info i {
  margin-right: 5px;
  color: var(--color-primary1);
  font-size: 14px;
}
.box-info {
  padding: 5px 0;
}
.content-area .box-info a {
  margin-right: 10px;
  color: #001837;
  font-size: 15px;
}
.content-area .box-info a:hover{
  color: var(--color-primary1);
}
.page-box p {
  color: #8f8787;
  font-size: 15px;
  margin: 15px 0;
}
.page-box h4 a:hover{
  color: var(--color-primary1);
}
.page-box h4 a {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
}
.page-box h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
 
}
.page-box a,.nav-links a {
  text-decoration: none;
}
.page-box .readmore-btn a {
  display: inline-block;
  padding: 11px 36px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  background-color: var(--color-primary1);
  color: #fff;
  text-transform: capitalize;
}
.page-box .readmore-btn a:hover{
  background-color:#000;
  color: #fff;
}
/*--------------------------------------------------------------
SLIDER
--------------------------------------------------------------*/
#main-slider {
  margin: 15px 0;
}
#slider {
  max-width: 100%;
  position: relative;
  z-index: 9;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2e6ff;
  padding: 20px;
  height: 380px;
  border-radius: 20px;
}
.slider-img-col img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.slider-img-col{
  display: flex;
  justify-content: center;
  align-items: center;
}
#slide .slider-content-col{
  display: flex;
  justify-content: start;
  align-items: center;
}
#slider .carousel-caption {
  position: static;
  text-align: left;
  padding-left: 2em;
}
#slider .inner_carousel h1{
  font-size: 35px;
  font-weight: normal;
  text-transform: capitalize;
  font-weight: 800;
}
#slider .inner_carousel h1 a{
  color: #000;
}
#slider .inner_carousel h1 a:hover{
  color: var(--color-primary1);
}
#slider p.slide-content{
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  font-weight: 400;
}
#slider p.slidetop-text{
  font-size: 19px;
  color: var(--color-primary2);
  font-weight: 600;
  display: inline-block;
}
/*timer css*/
p#timer {
  display: inline-block;
  color: var(--color-primary2);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 3px;
}
.slider-content-col {
  overflow-wrap: anywhere;
}
/*product sale*/
#main-slider .banner-1 .top-discount{
  border-radius: 50%;
  position: absolute;
  top: 65%;
  left: 7%;
  background: var(--color-primary2);
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-slider .banner-1 .top-discount .offer-text {
  padding-left: 5px;
  font-size: 15px;
}
#main-slider .banner-1 .top-discount .discount-value {
  padding-left: 0;
  font-size: 32px;
}
#main-slider .banner-1 .top-discount .off-text {
  font-size: 15px;
    padding-left: 30px;
}
#main-slider .banner-1 .discount-text {
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
#main-slider .product-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#main-slider .product-content.first{
  position: absolute;
  top: 50%;
  right: 8%;
  left: 35%;
  bottom: auto;
  transform: translateY(-50%);
}
#main-slider .banner-1 .product-content{
  position: absolute;
  top: 25%;
  right: 40%;
  left: 7%;
  bottom: auto;
  transform: translateY(-50%);
}
#main-slider .banner-1 h2{
  font-size: 28px;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 700;
}
#main-slider .toppro-content{
  font-size: 17px;
  color: #fff;
}
#main-slider .banner-1 .product-btn a:hover{
  background: var(--color-primary1);
  color: #fff;
}
#main-slider .banner-1 .product-btn a{
  background: #000;
  color: #fff;
   display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 9px 20px;
  font-size: 14px;
  border-radius: 5px;
  text-transform: uppercase;
}
#main-slider .banner-1 .product-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 380px;
  border-radius: 20px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.5));
}
/*Our product sale section*/
#main-banner-sec .product-img{
  position: relative;
  z-index: 99;
}
#main-banner-sec .banner-1 .top-discount{
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left:5%;
  background: var(--color-primary2);
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-banner-sec .banner-1 .top-discount .offer-text {
  padding-left: 5px;
  font-size: 15px;
}
#main-banner-sec .banner-1 .top-discount .discount-value {
  padding-left: 0;
  font-size: 32px;
}
#main-banner-sec .banner-1 .top-discount .off-text {
  font-size: 15px;
    padding-left: 30px;
}
#main-banner-sec .banner-1 .discount-text {
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
#main-banner-sec .product-img img{
  height: 320px;
  object-fit: cover;
  border-radius:20px;
  width: 100% !important;
}
#main-banner-sec .product-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 320px;
  border-radius: 20px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.8));
}
#main-banner-sec .banner-third .product-img::before {
  background: linear-gradient(to left, rgba(63, 95, 255, 0.1), rgba(63, 95, 255, 0.8));
}
#main-banner-sec .banner-1.banner-third h2{
  color: #fff;
}
#main-banner-sec .product-content{
  position: absolute;
  top: 10%;
  right: 36%;
  left: 5%;
  bottom: auto;
}
#main-banner-sec .banner-1 h2{
  font-size: 28px;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 700;
}
#main-banner-sec .toppro-content{
  font-size: 17px;
  color: #fff;
}
#main-banner-sec .banner-1 .product-btn a:hover{
  background: var(--color-primary1);
  color: #fff;
}
#main-banner-sec .banner-1 .product-btn a{
  background: #000;
  color: #fff;
   display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 10px 28px;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
}
/*product categories*/
#Product-section{
  margin: 5em 0 7em;
}
.product-box {
  position: relative;
  overflow: hidden;
}
.slider-product .product-box {
  width: 100%;
  /* height: 600px; */
  padding: 20px;
  border-radius: 20px;
  object-fit: cover;
  background: #e2e7ff;
}
.product-box-img img {
    width: 100%;
    height: 550px;
    object-fit: contain;
}
.product-box .product-box-content h3 a {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.product-price {
    margin: 0;
    font-size: 18px;
}
.add_to_cart_button {
  font-weight: bold;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 20px;
}
.add_to_cart_button:hover {
    color: var(--color-primary1);
}
.product-rating {
    display: flex;
    align-self: center;
}
.product-rating .star-rating {
    margin-right: 5px; 
}
.product-rating .review-count {
  font-size: 15px;
  color: #9a9797;
}
#product-section .star-rating:before {
  content: "\73\73\73\73\73";
  color: #ffb703;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
#product-section .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
#product-section .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
#product-section .star-rating {
  color: #f8be1f;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  letter-spacing: 10px;
  line-height: 1;
  font-size: 1em;
  width: 8.4em;
  font-family: star;
  font-size: 14px;
  margin-bottom: 14px;
}


/*products section */
#projects-sec h2{
  font-size: 33px;
  font-weight: 700;
  text-transform: capitalize;
}
#projects-sec .product-image img, #projects-sec .box img{
  width: 100%;
  height: 300px;
  object-fit: contain;
}
#projects-sec .box{
  width: 100%;
  /* height: 350px; */
  object-fit: cover;
  border-radius: 15px;
  background: #d9d9d9;
  padding: 15px;
}

#projects-sec .star-rating{
  letter-spacing: 3px;
    width: 6.4em;
    font-size: 15px;
}
.product-box .sale-tag {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: var(--color-primary2);
  color: #fff;
  padding: 5px 11px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
}
.product-price{
  font-size: 18px;
  font-weight: 600;
}
/*star*/
.product-rating {
    display: flex;
    align-self: center;
}
.product-rating .star-rating {
    margin-right: 5px; 
}
.product-rating .review-count {
  font-size: 15px;
  color: #9a9797;
}
.star-rating:before {
  content: "\53\53\53\53\53";
  color: #000;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span{
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.star-rating {
  color: #f8be1f;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  letter-spacing: 5px;
  line-height: 1;
  font-size: 1em;
  width: 6.4em;
  font-family: star;
  font-size: 18px;
}
span.rating-count{
  color: #000;
}
.main-tab-col {
    height: 100%;
}
.tab-wrapper {
    display: flex;
    justify-content: center; /* Center the tabs */
    margin-bottom: 10px;
}
.tab {
    display: flex;
    gap: 10px; /* Space between tabs */
}

.tablinks {
    background-color:none;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex: 1; /* Make all tabs equal width */
    text-align: center;
}

.tablinks:hover,
.tablinks.active {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}
#projects-sec .tablinks{
  color: #000;
  font-size: 16px;
  padding: 10px;
  margin: 8px;
  width: 100%;
  border-radius: 10px;
  background-color: #e2e6ff;
  width: 185px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border:none;
}
#projects-sec .tab button.active, #projects-sec .tablinks:hover{
  background-color: var(--color-primary1);
  color: #fff;
}
#projects-sec .tablinks:hover i{
  color: #fff;
}
#projects-sec .icon-main i{
  font-size: 50px;
  color: #000;
  margin-bottom: 10px;
}
#projects-sec h3 a{
  color: #1B1C1E;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
}
#projects-sec h3 a:hover{
  color: var(--color-primary1);
}
.product-price {
    font-size: 21px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
}
.tax-inclusion{
  font-size: 15px;
  color: #999;
}
.product-price del{
  color: #403d3d;
  font-size: 18px;
  font-weight: 600;
}
.product-price ins{
  color: var(--color-primary1);
  font-size: 25px;
  padding-right: 8px;
  font-weight: 600;
}
/* Sale tag on image hover */
/* .product-image {
  position: relative;
} */
 
.prod-box .sale-tag {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: var(--color-primary2);
  color: #fff;
  padding: 5px 11px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  display: none;
}
.product-image:hover .sale-tag {
  display: block;
}
.main-product-content .add_to_cart_button{
  font-size: 17px;
}
.main-product-content .product-price del{
  font-size: 16px;
}
.main-product-content .add-cart-btn {
    display: inline-grid;
}
.main-product-content .product-price ins{
  font-size: 22px;
}
.tab-products{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/*product nav*/
.owl-carousel .owl-nav{
  display: block !important;
}
.tabcontent{
  position: relative;
}
.tabcontent .owl-carousel .owl-nav button.owl-prev,
.tabcontent .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  font-size: 30px;
  color: var(--color-primary1);
  top:100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabcontent .owl-prev:hover,
.tabcontent .owl-next:hover{
    color:#000;
}
.tabcontent .owl-prev {
  right: 3%;
  left: auto;
}
.tabcontent .owl-next {
  right: 0;
  left: auto;
}
/*tab nav*/
.prod-box{
  position: relative;
  z-index: 999;
}
.main-tab-col .tab-carousel .owl-nav button.owl-prev,
.main-tab-col .tab-carousel .owl-nav button.owl-next{
 position: absolute;
  font-size: 37px;
  color: var(--color-primary1);
  width: 39px;
  height: 39px;
  top: -32% !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px;
}
.main-tab-col .tab-carousel .owl-nav button.owl-prev:hover,
.main-tab-col .tab-carousel .owl-nav button.owl-next:hover{
    color:#000;
}
.main-tab-col .tab-carousel .owl-nav button.owl-prev {
  right: 5%;
  left: auto;
}
.main-tab-col .tab-carousel .owl-nav button.owl-next {
  right: 0;
  left: auto;
}
/*--------------------------------------------------------------
WOOCOMMERCE CSS
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  padding:15px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
  background: #151515;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul{
  border:none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
  padding: 10px;
}
.woocommerce ul.products li.product .button,
a.checkout-button.button.alt.wc-forward {
  margin-top: 1em;
  font-size: 14px;
}
.woocommerce  .star-rating {
  margin: 0 auto 10px !important;
}
.woocommerce ul.products li.product .onsale,.woocommerce span.onsale{
  background: var(--color-primary1);
  padding: 0;
  top: 25px !important;
  right: 25px !important;
}
.woocommerce span.onsale{
  left: 25px;
  right: auto !important;
}
.products li {
  border: solid 1px #ddd;
  padding: 10px !important;
  text-align: center;
}
a.added_to_cart.wc-forward{
   padding: 15px;
   background: none;
   color: var(--color-primary1);
}
h2.woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: #151515;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 10px !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #151515;
  font-size: 15px
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  color: #151515;
  font-size: 15px
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,.wc-block-cart__submit-container a,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  display: inline-block;
  padding: 12px 36px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  background-color: var(--color-primary1);
  color: #fff !important;
  text-transform: capitalize;
  border:none;
}
.wc-block-components-product-badge{
  background-color: var(--color-primary1);
  font-weight: 500;
  padding: 8px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px !important;
  color: #fff !important;
  display: inline-block;
  border-radius: 10px;
  border:none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: 50%;
}
.wc-block-cart__submit-container a:hover,.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #000;
  color: #fff !important;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 9px;
  border-radius: 0;
  border: solid 2px #151515;
  color: #151515;
}
.col-1,.col-2 {
  max-width: 100%;
}
.woocommerce .singlepage-main p a{
  text-decoration: underline;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 0 0 #151515;
  font-weight: bold;
  background-color: var(--color-primary1);
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
  text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul li:hover{
  background-color: #000;
  color: #fff;
}
span.woocommerce-input-wrapper,
.woocommerce label,span.password-input {
 width: 100%;
}
.woocommerce .woocommerce-ordering select {
  padding: 5px;
  font-size: 12px;
}
span.posted_in {
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 22%;
  display: inline-block;
  margin: 5px;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
  border: none !important;
}
.woocommerce #review_form #respond,.wc-block-checkout__form {
  padding: 20px;
  }
  .is-large.wc-block-cart .wc-block-cart-items td:after ,.is-large.wc-block-cart .wc-block-cart-items:after {
    border-color: transparent;
}
.wc-block-cart .wc-block-cart-items th,.wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title{
    padding: 10px !important;
}
.wc-block-cart table.wc-block-cart-items{
    margin: 0 !important;
}
.wc-block-checkout__form,.wc-block-cart-items__row,.wc-block-cart-items__header,.wp-block-woocommerce-checkout-order-summary-block,.wp-block-woocommerce-cart-order-summary-block,.is-large.wc-block-cart .wc-block-cart-items{
    border: 1px solid #ebebeb;
}
.wc-block-components-totals-wrapper:after,.wc-block-components-order-summary-item:after{
    border-color: #ebebeb;
    opacity: 1 !important;
}
.wc-block-cart__submit-container a{
    margin-top: 15px;
}
.wc-block-checkout__actions_row a{
    color: #151515;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{
  background: transparent;
  box-shadow: none;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{  
  box-shadow: none;
}
.wp-block-woocommerce-checkout,.wp-block-woocommerce-cart{
  color: #151515;
}
.wp-block-woocommerce-cart.alignwide, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    margin-right: auto !important;
    margin-left: auto !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0% !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price{
  font-size: 10px !important;
}
/*--------------------------------------------------------------
Posts Numbers
--------------------------------------------------------------*/
.page-numbers {
  background: var(--color-primary1);
  color: #fff;
  padding: 7px;
  font-weight: bold;
}
.prev.page-numbers,
.next.page-numbers {
  font-size: 15px;
  background: var(--color-primary1);
}
.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  background-color: #000;
  color: #fff;
}
.page-links {
  font-size: 14px;
  font-weight: 800;
  padding: 2em 0 3em;
}
.page-links .page-number {
  color: #1c1c1c;
  display: inline-block;
  padding: 0.5em 1em;
}
.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #151515;
}
.related-post-block .page-box{
  padding: 10px;
}
/* Post Navigation */
.post-navigation {
  font-weight: 500;
  margin: 3em 0;
}
.nav-subtitle {
  background: transparent;
  color: #1c1c1c;
  display: block;
  font-size: 11px;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.nav-title {
  color: #000;
  font-size: 15px;
}
span.meta-nav {
  color: #fff;
  background: var(--color-primary1);
  padding: 5px;
}
.nav-previous {
  float: right;
}
p.cart-value.simplep{
  color: #fff;
}
/*--------------------------------------------------------------
 404 page
--------------------------------------------------------------*/
.error-404.not-found h1{
  font-size: 60px;
  font-weight: 900;
}
.error-404.not-found p{
  font-size: 17px;
}
.error404 .page-content {
  padding-bottom: 4em;
}
.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em;
}
.error-404 input[type="search"] {
  border: solid 1px #1c1c1c;
  padding: 10px;
}
.error-404 [type="submit"] {
  padding: 10px;
  background: var(--color-primary1);
  border: solid 1px var(--color-primary1);
  cursor: pointer;
  font-weight: 500;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

#theme-sidebar section {
  margin: 0 0 2em 20px;
  border-bottom: 3px solid var(--color-primary1);
  padding: 30px 35px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 2px #aaa;
  border-bottom: 3px solid var(--color-primary1);
}
#theme-sidebar section:hover {
    box-shadow: 0 0 20px #cfcfcf;
}
#theme-sidebar ul li a{
  position: relative;
  z-index: 99;
}
#theme-sidebar ul li a::before {
    color: var(--color-primary1);
    content: "\f192";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    left: -25px;
    position: absolute;
    top: 0;
    margin-left: 2px;
}
#theme-sidebar a,#theme-sidebar .wp-block-latest-comments__comment-author, #theme-sidebar .wp-block-latest-comments__comment-link {
  color: #001837;
  font-size: 16px;
}
#theme-sidebar .wp-block-search .wp-block-search__label,#theme-sidebar h3, #theme-sidebar h1.wp-block-heading, #theme-sidebar h2.wp-block-heading, #theme-sidebar h3.wp-block-heading,#theme-sidebar h4.wp-block-heading, #theme-sidebar h5.wp-block-heading, #theme-sidebar h6.wp-block-heading {
  border-bottom: 1px solid #ebebeb;
  font-size: 23px;
  color: #000;
  padding-bottom: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #f1f1f1;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
#theme-sidebar .wp-block-search .wp-block-search__label:before,#theme-sidebar h3:before, #theme-sidebar h1.wp-block-heading:before, #theme-sidebar h2.wp-block-heading:before, #theme-sidebar h3.wp-block-heading:before,#theme-sidebar h4.wp-block-heading:before, #theme-sidebar h5.wp-block-heading:before, #theme-sidebar h6.wp-block-heading:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background: var(--color-primary1);
  width: 77px;
  height: 3px;
  bottom: -3px;
  border-radius: 0;
}
#theme-sidebar ul,#footer ul {
  list-style: none;
  padding: 0;
}
#theme-sidebar li:last-child {
  border: none;
}
#theme-sidebar li {
  color: #001837;
  line-height: 20px;
  padding: 10px 5px;
  margin-left: 10px;
  font-size: 16px;
  margin-top: 10px;
}
#theme-sidebar ul li a{
  margin-bottom: 10px;
}
#theme-sidebar a:hover {
  color: var(--color-primary1);
}
#footer .wp-block-latest-comments article,
#theme-sidebar .wp-block-latest-comments article {
    margin-bottom: 0em;
}
#footer .wp-block-latest-comments__comment-meta,
#theme-sidebar .wp-block-latest-comments__comment-meta {
    margin-bottom: 0px;
}
#footer ol.wp-block-latest-comments,
#theme-sidebar ol.wp-block-latest-comments{
  padding-inline-start: 0px;
}
#theme-sidebar .textwidget img{
  width: 100%;
  height: auto;
}
#theme-sidebar select {
  padding: 10px;
  border: solid 1px #ebebeb;
  background: transparent;
  font-size: 14px;
  width: 100%;
  color: #001837;
}
#theme-sidebar .tagcloud a, #sidebar p.wp-block-tag-cloud a ,.post_tag a, #theme-sidebar .widget_tag_cloud a {
  border: 1px solid #cecece;
  color: #001837;
  line-height: 20px;
  padding: 7px 13px;
  font-size: 15px !important;
  display: inline-block;
  margin: 3px;
}
#theme-sidebar .tagcloud a:hover,#sidebar p.wp-block-tag-cloud a:hover, .post_tag a:hover,#theme-sidebar .widget_tag_cloud a:hover{
  background-color:var(--color-primary1);
  color: #fff;
  border-color: var(--color-primary1);
}

#theme-sidebar .tagcloud {
  margin-top: 15px;
}
#theme-sidebar input[type="search"],
#footer input[type="search"] {
  padding: 10px;
  width: 100%;
  border: 1px solid #ebebeb;
  font-size: 15px;
}
#footer .wp-block-search__inside-wrapper,
#theme-sidebar .wp-block-search__inside-wrapper{
  display: block;
}
#footer .wp-block-search__button,
#theme-sidebar .wp-block-search__button{
  margin-left: 0px;
}
#theme-sidebar button[type="submit"],
#footer button[type="submit"] {
  padding: 8px;
  width: 100%;
  margin-top: 10px;
  background: var(--color-primary1);
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
#theme-sidebar table#wp-calendar {
  border: solid 1px #ebebeb;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
#footer.wp-block-calendar,
#theme-sidebar.wp-block-calendar{
  text-align: left;
}
#theme-sidebar th,#theme-sidebar td {
  border-right: solid 1px #ebebeb;
  padding: 10px 0;
}
#theme-sidebar tr {
  border-bottom: solid 1px #ebebeb;
}
.woocommerce #tp_content {
  margin-top: 30px;
}
#theme-sidebar .textwidget img {
  width: 100%;
  height: auto;
}
#theme-sidebar  .p {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
}
#footer .wp-block-media-text__media img, #theme-sidebar .wp-block-media-text__media img{
padding-top: 15px;
}
#footer .wp-block-media-text,
#theme-sidebar .wp-block-media-text {
  box-sizing: border-box;
  direction: ltr;
  display: inline;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments p a, .woocommerce-MyAccount-content p a, .content-area figure a, .content-area .right-sidebar p a, .content-area table a,
.content-area dd a, .box-content p a, .content-area li a, .wp-block-heading a{
  text-decoration: underline;
}
#comments #respond,.related-post-block{
  border: 1px solid #ebebeb;
  padding: 20px;
}
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}
.comments-title {
  font-size: 20px;
  margin-bottom: 1.5em;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li:before {
  display: none;
}
.comment-body {
  margin-left: 65px;
}
.comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  margin-bottom: 1.5em;
}
.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.comment-metadata a {
  color: #767676;
}
.comment-metadata a.comment-edit-link {
  color: #151515;
  margin-left: 1em;
}
.comment-body {
  color: #000;
  font-size: 14px;
  margin-bottom: 4em;
}
.comment-reply-link {
  font-weight: 800;
  position: relative;
}
.comment-reply-link .icon {
  color: #151515;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #000;
  padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-style: italic;
}
.comments-pagination {
  margin: 2em 0 3em;
}
.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
}
#comments input[type="submit"] {
  display: inline-block;
  padding: 11px 36px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  background-color: var(--color-primary1);
  color: #fff;
  text-transform: capitalize;
  border:none;
}
#comments input[type="submit"]:hover{
  background-color: #000;
  color: #fff;
}
input[type="text"],
input[type="email"],
input[type="phno"],
input[type="password"],input#url,
textarea{
  border:1px solid #c8c8c8;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 23px 0;
  height:auto;
}

/*--------------------------------------------------------------
Commen CSS
--------------------------------------------------------------*/

#primary {
  padding: 3% 0;
}
.sticky .page-box h4{
  background: url(assets/images/pin.png) no-repeat scroll 0 0px;
  padding-left: 40px;
}
#gallery-1 img {
  border: 2px solid #151515 !important;
}
#gallery-1 .gallery-item {
  width: 30% !important;
  margin: 4px;
}
iframe,
.entry-audio audio{
  width: 100%;
}
.entry-video {
    width: 100%;
}
.entry-audio {
    width: 100%;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#footer {
  background: #151515;
  letter-spacing: 1px;
  clear: both;
}
#footer section{
  margin-bottom: 28px;
}
#footer .site-info p{
  font-size: 17px;
  font-weight: 600;
  color: #fff !important;
}
#footer h2,#footer h3,#footer h1.wp-block-heading, #footer h2.wp-block-heading, #footer h3.wp-block-heading,#footer h4.wp-block-heading, #footer h5.wp-block-heading, #footer h6.wp-block-heading {
  font-size: 30px;
  padding: 10px 0;
  color: #fff;
  border-bottom: dashed 1px #fff;
  margin-bottom: 10px;
}
#footer .wp-block-latest-comments__comment-date, #footer .wp-block-search .wp-block-search__label,#footer p,#footer li a,#footer .wp-block-latest-comments__comment-author, #footer .wp-block-latest-comments__comment-link {
  color: #fff;
}
#footer li a:hover{
    color: var(--color-primary1);
}
#footer li {
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
}
#footer table#wp-calendar {
  border: dashed 1px #fff;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
#footer th,#footer td {
  border-right: dashed 1px #fff;
  padding: 5px 0;
  color: #fff;
}
#footer tr {
  border-bottom: dashed 1px #fff;
  color: #fff;
}
#footer select {
  padding: 5px;
  width: 100%;
}
#footer .widget_rss img{
  width: auto;
}
#footer .widget_rss li{
  border-bottom: solid 2px #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#footer .textwidget {
  color: #8f8787;
}
#footer .tagcloud a,#footer p.wp-block-tag-cloud a {
  border: 1px dashed #fff;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 12px !important;
  display: inline-block;
  margin-bottom: 5px;
}
#footer .tagcloud a:hover,#footer p.wp-block-tag-cloud a:hover{
  border: 1px dashed var(--color-primary1);
  color: var(--color-primary1);
}
.site-info {
  background: var(--color-primary1);
  padding: 15px 0;
}
.site-info p,.site-info a{
  margin-bottom: 0;
  text-align: center;
  color: #fff ;
}
.site-info a:hover{
  color: #000!important;
}
/*--------------------------------------------------------------
Scroll Top
--------------------------------------------------------------*/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  z-index: 9999;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/*--------------------------------------------------------------
## Sticky
--------------------------------------------------------------*/

.stick_head {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #fff;
}
.menubar.login-user.stick_head {
    margin-top: 32px;
}

/*--------------------------------------------------------------
WordPress Core
--------------------------------------------------------------*/
.alignwide {
 margin-left : -80px;
 margin-right : -10px;
}
.alignfull {
 margin-left: -48px;
 width: calc(100% + 64px) !important;
 max-width: 100vw;
 
}
.alignfull img {
  width: 100vw;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1000px){
  .slider-img-col img {
    height: 200px !important;
  }
  .tabcontent .owl-prev{
    right: 6%;
  }
  .product-box-img img, .product-box-img:before{
    height: 500px;
  }
  #projects-sec .product-image:before, #projects-sec .product-image img, #projects-sec .box img{
    height: 290px;
  }
  .main-product-content{
    bottom: 20px;
  }
  .star-rating, #projects-sec .star-rating{
    width: 6.4em;
    font-size: 10px;
    letter-spacing: 3px;
  }
  span.rating-count{
    font-size: 10px;
  }
  .product-box .product-box-content h3 a, #projects-sec h3 a{
    font-size: 19px;
  }
  .product-price ins, .main-product-content .product-price ins{
    font-size: 15px;
  }
  .product-price del, .main-product-content .product-price del{
    font-size: 10px;
  }
  .add_to_cart_button, .main-product-content .add_to_cart_button{
    font-size: 12px;
  }
  #projects-sec .tablinks{
    width: 135px;
    height: 120px;
    margin: 0;
  }
  #projects-sec .icon-main i{
    font-size: 31px;
  }
  #slider, #main-slider .product-img img, #main-slider .banner-1 .product-img::before{
    height: 300px;
  }
  .main-tab-col .tab-carousel .owl-nav button.owl-prev, .main-tab-col .tab-carousel .owl-nav button.owl-next{
    top: -47% !important;
  }
  #slider .carousel-caption{
    padding-left: 5px;
  }
  #slider p.slidetop-text{
    font-size: 13px;
  }
  #slider .inner_carousel h1{
    line-height: 1;
  }
  #slider p.slide-content{
    display: none;
  }
  button.category-btn.btn.btn-secondary, .search-text::placeholder{
    font-size: 10px;
  }
  .category-btn i{
    font-size: 8px;
  }
  #searchForm input[type="text"]:not(.adminbar-input){
    padding: 8px 10px;
  }
  .innermenuboxupper{
    width: 20%;
  }
  span.header-btn.sec{
    width: 80%;
  }
  .headerbox .menu-left{
    width: 45%;
  }
  .headerbox .menu-left{
    width: 40%;
  }
  .headerbox .menu-right{
    width: 15%;
  }
  .headerbox .call-simplep a{
    font-size: 15px;
  }
  .headerbox .call-text{
    font-size: 10px;
  }
  .header-details i{
    font-size: 17px;
  }
  .headerbox .about-call-icon i{
    padding: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px){
  .slider-img-col img {
    height: 280px;
    object-fit: cover;
  }
  #main-banner-sec .product-img img, #main-banner-sec .product-img::before{
    height: 280px;
  }
  #main-banner-sec .product-content{
    right: 30%;
  }
  #main-slider .banner-1 h2, #main-banner-sec .banner-1 h2, #main-banner-sec .banner-1.banner-third h2{
    font-size: 20px;
  }
  #main-slider .banner-1 .product-btn a, #main-banner-sec .banner-1 .product-btn a{
    padding: 7px 12px;
    font-size: 11px;
  }
   p#timer{
    font-size: 18px;
    letter-spacing: 2px;
  }
  #main-slider .banner-1 .product-content{
    top: 30%;
  }
  #main-slider .banner-1 .top-discount, #main-banner-sec .banner-1 .top-discount{
    width: 80px;
    height: 80px;
  }
  #main-slider .banner-1 .top-discount .discount-value,
  #main-banner-sec .banner-1 .top-discount .discount-value {
    padding-left: 5px;
    font-size: 24px;
  }
  #main-slider .banner-1 .top-discount .offer-text,
  #main-slider .banner-1 .top-discount .off-text,
  #main-banner-sec .banner-1 .top-discount .offer-text,
  #main-banner-sec .banner-1 .top-discount .off-text{
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px){
  .logo p.site-title, .logo h1{
    line-height: 1;
  }
  .logo p.site-description{
    font-size: 10px;
  }
  .logo p.site-title a, .logo h1 a{
    font-size: 23px;
  }
  .nav-previous{
   padding: 15px;
   text-align: center;
    float: none; 
  } 
  #footer{
  text-align: center;
  }
  .nav-next{
    text-align: center;
  }
  .nav ul li a{
   font-size: 15px;
  }
  #about h3 a{
    text-align: center;
  }
  .box-text{
    top: 50%;
    left: 5%;
    right: 5%;
  }
  .nav-links {
    padding-bottom: 21px;
  }
  #slider .inner_carousel h1 a{
    font-size: 23px;
  }
  .menubar{
    background: #000;
  }
  .main-navigation ul ul{
    background-color: transparent;
  }
  .main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li{
    border-bottom: none;
  }
   .main-navigation .sub-menu {
    width: 100% !important;
  }
  .main-navigation .sub-menu li {
    opacity: 1 !important;
    display: block !important;
  }
  .main-navigation .sub-menu{
    opacity: 1;
  }
  .toggle-nav {
    display: none;
    cursor: pointer;
    margin: 0 auto;
    z-index: 999999;
    text-align: right;
  }
  .toggle-nav button {
    font-size: 26px;
    color: #fff;
    background: #000;
    border: none;
    padding: 10px 12px;
    display: inline-block;
    margin: 10px 0;
    border-radius: 5px;
  }
  .toggle-nav i{
    display: block;
  }
  .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    visibility: hidden;
    background-color: #151515;
    transition: 0.5s width ease-in-out;
    padding-top: 60px;
    box-shadow: 2px 2px 10px 0px #2d2d2d;
    overflow-y: scroll;
  }
  .sidenav.open{
    visibility: visible;
  }
  .sidenav a {
    text-decoration: none;
    color: #818181;
    display: block;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    display: block;
    color: #ffffff;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span{
    font-size:30px;
    cursor:pointer;
    text-align: right;
  }
  .toggle-nav{
    display: block;
    text-align: center;
  }
  .innermenubox {
    position: static;
  }
  .main-navigation a{
    color: #444;
  }
  .main-navigation .menu{
    float: none;
    text-align: center;
  }
  .main-navigation ul ul li,
  #masthead.scrolled .main-navigation ul ul li{
    display: block;
  }
  .main-navigation .menu > ul > li.highlight{
    background: transparent !important;
  }
  .menu > ul > li:hover:before,
  .menu > ul > li.current_page_item:before,
  .menu > ul > li.current-menu-item:before{
    display: none;
  }
  .sf-arrows .sf-with-ul:after{
    border-top-color: #000;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .menubar .nav ul{
    width:100%;
    margin-top:0;
  }
  .menubar .nav ul li,
  .menubar.scrolled .main-navigation li{
    border-top:1px #303030 solid;
    display:block;
    text-align:left;
    float:none;
    width: 100%;
  }
  .nav ul li a{
    padding: 10px;
    display: block;
    color: #ffffff;
    text-align: center;
  }
  .nav ul li a:hover{
    color:#fff !important;
  }
  .nav ul li ul,
  .nav ul li ul ul{
    opacity: 1;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
  padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .main-navigation li{
    padding: 0;
  }
  .scrolled{
    position: static;
  }
  #category-post img{
    padding-bottom: 10px;
  }
  .main-navigation li.page_item_has_children:after,
  .main-navigation li.menu-item-has-children:after{
    display: none;
  }
  .main-navigation li{
    display: block;
  }
  .main-navigation li:last-child a{
    text-align: center;
  }
}
@media screen and (max-width: 767px){
  .owl-carousel .owl-nav{
    display: none !important;
  }
  #projects-sec h2{
    font-size: 25px;
  }
  .tab-box {
    width: 100% !important;
    display: flex;
  }
  .main-product-content{
    bottom: 20px;
  }
  .star-rating, #projects-sec .star-rating{
    width: 6.4em;
    font-size: 10px;
    letter-spacing: 3px;
  }
  span.rating-count{
    font-size: 10px;
  }
  .product-box .product-box-content h3 a, #projects-sec h3 a{
    font-size: 19px;
  }
  .product-price ins, .main-product-content .product-price ins{
    font-size: 16px;
  }
  .product-price del, .main-product-content .product-price del{
    font-size: 11px;
  }
  .add_to_cart_button, .main-product-content .add_to_cart_button{
    font-size: 13px;
  }
  .product-box-img:before, .product-box-img img, #projects-sec .product-image:before,
  #projects-sec .product-image img, #projects-sec .box img{
    height: 300px;
  }
  #slider .carousel-caption{
    padding-left: 1em;
  }
  .innermenuboxupper {
    position: static;
    width: 20%
  }
  span.header-btn.sec{
    width: 80%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }
  .headerbox .menu-center{
    padding: 10px;
    margin-bottom: 15px;
    background-color: #000;
  }
  .search-text::placeholder{
    font-size: 12px;
  }
  .headerbox{
    background:none !important;
  }
  .main-cat-text{
    border-right: none;
    border-bottom: 1px solid #787878;
  }
  #searchForm input[type="text"]:not(.adminbar-input){
    text-align: center;
    padding: 10px;
  }
  .headerbox .flex-row{
    flex-direction: column !important;
  }
  .headerbox .main-abt-contact-box, .header-details, .menu-box{
    justify-content: center;
    margin-bottom: 10px;
  }
  #slider p.slidetop-text{
    font-size: 12px;
  }
  p#timer {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}
  #slider .inner_carousel h1{
    font-size: 23px;
  }
  #slider{
    height: 450px;
    margin-bottom: 20px;
  }
  #slider p.slide-content{
    display: none;
  }
  .logo {
    text-align: center;
  }
  .headerbox .menu-right,.headerbox .menu-center, .headerbox .menu-left{
    width: 100%;
  }
  .langauge-box{
    flex-direction: column;
  }
  .full .page-box{
    margin: 30px 10px;
  }
  #footer li a{
    text-align: center;
    color: #fff;
  }
  .nav-links {
    padding-bottom: 21px;
  }
  .page-numbers{
    font-size: 10px;
  }
  a.next.page-numbers{
    font-size: 10px;
  } 
  .headerbox i:after{
    content: none;
  }
  .menubar.login-user.stick_head {
    position: unset;
    margin-top: 0px;
  }
  .search-box i{
    border: none;
  }
  .serach_outer{
    top: auto;
  }
  #slider .carousel-control-prev-icon,
  #slider .carousel-control-next-icon{
    padding: 8px 15px;
  }
  #slider .more-btn i{
    padding: 12px;
    font-size: 13px;
  }
  #slider .more-btn a{
    font-size: 15px;
    padding-left: 9px;
  }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product{
    width: 100%;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering{
    float: none;
  }
  
  #slider p.content-slider{
    display: none;
  }
}
@media screen and (min-width:1001px) and (max-width:1024px){
  .tabcontent .owl-prev{
    right: 6%;
  }
  .product-box-img img, .product-box-img:before{
    height: 500px;
  }
  #projects-sec .product-image:before, #projects-sec .product-image img, #projects-sec .box img{
    height: 290px;
  }
  .main-product-content{
    bottom: 20px;
  }
  .product-price ins{
    padding-right: 3px;
  }
  .star-rating, #projects-sec .star-rating{
    width: 6.4em;
    font-size: 10px;
    letter-spacing: 3px;
  }
  span.rating-count{
    font-size: 10px;
  }
  .product-box .product-box-content h3 a, #projects-sec h3 a{
    font-size: 19px;
  }
  .product-price ins, .main-product-content .product-price ins{
    font-size: 14px;
  }
  .product-price del, .main-product-content .product-price del{
    font-size: 9px;
  }
  .add_to_cart_button, .main-product-content .add_to_cart_button{
    font-size: 10px;
  }
  #projects-sec .tablinks{
    width: 135px;
    height: 120px;
    margin: 0;
  }
  #projects-sec .icon-main i{
    font-size: 31px;
  }
  #slider, #main-slider .product-img img, #main-slider .banner-1 .product-img::before{
    height: 300px;
  }
  .main-tab-col .tab-carousel .owl-nav button.owl-prev, .main-tab-col .tab-carousel .owl-nav button.owl-next{
    top: -47% !important;
  }
  #slider .carousel-caption{
    padding-left: 5px;
  }
  #slider .carousel-caption{
    padding-left: 5px;
  }
  #slider p.slidetop-text{
    font-size: 13px;
  }
  #slider .inner_carousel h1, #main-slider .banner-1 h2{
    line-height: 1.2;
    font-size: 23px;
  }
  #main-slider .banner-1 .product-btn a{
    padding: 7px 17px;
    font-size: 12px;
  }
  #slider p.slide-content{
    font-size: 10px;
  }
  button.category-btn.btn.btn-secondary, .search-text::placeholder{
    font-size: 11px;
  }
  .main-navigation a{
    font-size: 12px;
  }
  .logo h1, .logo p.site-title{
    font-size: 23px;
  }
  .innermenuboxupper{
    width: 79%;
  }
  span.header-btn.sec{
    padding-left: 10px;
    width: 21%;
  }
  .header-btn a{
    font-size: 10px;
  }
  .headerbox .menu-left{
    width: 69%;
  }
  .headerbox .menu-center{
    width: 23%;
  }
  .headerbox .menu-right{
    width: 8%;
  }
  .headerbox .call-simplep a{
    font-size: 13px;
  }
  .headerbox .call-text{
    font-size: 10px;
  }
  .header-details i{
    font-size: 14px;
  }
  .headerbox .about-call-icon i{
    padding: 12px;
    font-size: 14px;
  }
}
@media screen and (min-width:1200px) and (max-width:1450px){
    button.category-btn.btn.btn-secondary, .search-text::placeholder{
      font-size: 12px;
    }
    #slider p.slidetop-text{
      font-size: 13px;
    }
    #slider .inner_carousel h1{
      font-size: 45px;
    }
    #slider .inner_carousel h1{
    width: 460px;
    }
    #slider .owl-nav{
    top: 77%;
    }
    #slider .owl-nav button.owl-next{
    left: 19%;
    }
    .main-product-content .add_to_cart_button{
      font-size: 14px;
    }
    .main-product-content .product-price ins{
      font-size: 18px;
    }
    .main-product-content .product-price del{
      font-size: 12px;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1336px) {
  .headerbox .about-call-icon i {
    font-size: 14px;
    padding: 12px;
  }
  .headerbox .call-simplep a {
    font-size: 16px !important;
  }
  .header-btn a {
    font-size: 12px !important;
  }
  #projects-sec .tablinks {
    width: 160px;
    height: 160px;
  }
}

@media screen and (min-width:1450px) and (max-width:1650px){
  button.category-btn.btn.btn-secondary{
    font-size: 12px;
  }
}
@media screen and (max-width:1200px){
    .wc-block-components-totals-wrapper,.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        padding: 16px 10px !important;
    }
    .wc-block-cart table.wc-block-cart-items{
        margin: 0 0 2em !important  ;
    }
}
@media screen and (min-width:1700px) and (max-width:1900px){
  .container{
    max-width: 1520px;
  }
}
@media screen and (min-width:1920px) {
  .container{
    max-width: 1620px;
  }
}