/*
Theme Name: Classic Fashion Blog
Theme URI: https://www.theclassictemplates.com/products/free-fashion-blogger-wordpress-theme
Author: classictemplate
Author URI: https://www.theclassictemplates.com/
Description: The Classic Fashion Blog Theme is a stylish, responsive, and feature-rich solution designed for fashion bloggers, stylists, influencers, and lifestyle creators who want to share their personal style, fashion trends, and outfit inspirations with elegance. Perfect for fashion journals, street style blogs, beauty tutorials, and designer lookbooks, this theme offers a clean, modern, and visually captivating layout that highlights images, videos, and written content beautifully. Built with lightweight, SEO-optimized, and fast-loading code, it ensures smooth performance and better visibility across search engines. The theme includes customizable sections for featured posts, trending articles, and seasonal fashion highlights, allowing you to curate content effortlessly. Integrated plugins like WooCommerce enable fashion bloggers to set up affiliate shops or sell clothing, accessories, and beauty products directly, while Contact Form 7 supports collaboration and brand partnership inquiries. Social media integration enhances audience engagement, and personalization options for fonts, colors, and layouts allow you to align your blog’s look with your brand identity. Whether you’re covering fashion weeks, sharing daily outfit inspiration, or posting beauty reviews, the Classic Fashion Blog Theme provides a professional, interactive, and visually stunning platform to express your creativity and grow your influence in the fashion industry.
Version: 0.3.5
Tested up to: 6.8
Requires PHP: 5.6
Requires at least: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: classic-fashion-blog
Tags: blog, photography, e-commerce, one-column, two-columns, three-columns, four-columns, grid-layout, left-sidebar, right-sidebar, custom-logo, post-formats, featured-images, full-width-template, custom-colors, editor-style, flexible-header, footer-widgets, wide-blocks, custom-header, translation-ready, custom-background, custom-menu, sticky-post, threaded-comments, rtl-language-support, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Classic Fashion Blog WordPress Theme has been created by classictemplate (theclassictemplates.com), 2024.
Classic Fashion Blog WordPress Theme is released under the terms of GNU GPL
*/

*{
  margin:0;
  padding:0;
  outline:none;
}
:root {
  --first-theme-color: #F7C59F;
  --second-theme-color: #192030;
}
body{
  margin:0;
  padding:0;
  font-size:15px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  background-color: #ffffff;
}
img{
  border:none;
  margin:0;
  padding:0;
  height:auto;
  max-width:100%;
}
a{
  color:#000000;
  text-decoration:none;
  word-wrap: break-word;
  cursor: pointer;
}
a:hover{
  color:#000000;
  text-decoration:none;
}
ol,ul{
  margin:0;
  padding:0;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.aligncenter{
  margin:0;
  padding:0;
  max-width:100% !important;
}
.sticky{
  background: #ededed;
}
.entry-content ol li,
.entry-content ul li{
  margin-left:15px;
}
.entry-content a, .contentsecwrap a{
  text-decoration: underline;
}
ul li ul,
ul li ul li ul,
ol li ol, ol li ol li ol{
  margin-left:10px;
}
h1,h2,h3,h4,h5,h6{
  color:#000000;
  word-wrap: break-word;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Playfair Display SC", serif;
}
#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5,#sidebar h6{
  color: #111;
}
h1{
  font-size:32px;
}
h2{
  font-size:30px;
}
h3{
  font-size:24px;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}
h6{
  font-size:14px;
}
:hover{
  transition-duration: 0.5s;
}
.clear{
  clear:both;
}
.alignnone{
  width:100% !important;
}
img.alignleft, .alignleft{
  float:left;
  margin:0 15px 0 0;
  padding:5px;
  border:1px solid #cccccc;
}
img.alignright, .alignright{
  float:right;
  margin:0 0 0 15px;
  padding:5px;
  border:1px solid #cccccc;
}
.left{
  float:left;
}
.right{
  float:right;
}
#comment-nav-above .nav-previous,
#comment-nav-below .nav-previous{
  float:none !important;
  margin:10px 0;
}
h2#reply-title {
  padding-top: 20px;
}
ol.comment-list li{
  list-style:none;
  margin-bottom:5px;
}
.comment-content p {
  color: #292D32;
}
p{
  color:#292D32;
}
.woocommerce nav.woocommerce-pagination ul, .single-product.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li a:hover{
  background-color: var(--second-theme-color);
  color: #ffffff;
  padding: 10px 12px;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
  background-color: var(--second-theme-color);
  color: #ffffff;
  padding: 10px 12px;
}
.woocommerce-page p{
  color: #292D32;
}
.woocommerce-shop .mainhead{
  margin-bottom: 30px;
}
.single-product .product_meta{
  margin-top: 20px;
}
.single-product .woocommerce-product-gallery__wrapper img{
  height: 500px !important;
  width: 500px !important;
}
.boxlayout{
  width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  box-shadow: 0 -8px 8px #8e8e8e;
}
.single-post .comment-respond .comment-form-cookies-consent{
  display: flex;
}
.single-post .comment-respond .comment-form-cookies-consent label{
  margin-left: 10px;
}

/* Wishlist */
.wishlist_table.mobile{
  padding-left: 0;
}
.wishlist_table.mobile table{
  width: auto;
}
.wishlist_table.mobile li{
  padding: 15px;
  border: 1px solid #000000;
}
.cart.wishlist_table .additional-info-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
  display: grid;
  grid-template-columns: 2fr 50%;
  gap: 10px;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, 
.wishlist_table.modern_grid li .item-details table.item-details-table td.label{
  font-size: 16px !important;
  font-weight: 500;
}
.wishlist_table.mobile li .item-details table.item-details-table td,.additional-info .value{
  font-size: 14px !important;
  padding: 6px !important;
  font-family: "Jost", sans-serif;
}

/*post formate*/
.format-gallery .wp-block-gallery, .format-video figure{
  margin-bottom: 15px;
}
/* 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. */
}
a:focus,input[type='submit']:focus,input[type='search']:focus,textarea:focus,input[type='name']:focus,input[type='email']:focus,.toggle-nav button:focus,a.close-button:focus,#commentform input#email:focus, #commentform input#url:focus,#commentform input#author:focus, #commentform textarea:focus, #commentform input#eazycfc_captcha:focus, .serach_inner button[type="submit"]:focus, .serach_inner input[type="submit"]:focus{
	outline: -webkit-focus-ring-color auto 1px;
}
.main-nav ul.sub-menu li a:focus, .main-nav ul ul a:focus, .serach_inner input[type="submit"]:focus{
  border:2px solid var(--second-theme-color);
  outline: none;
}
.main-nav a:focus, .search-box button:focus, .search-outer button.search-close:focus{
  border:2px solid #fff;
  outline: none;
}
input:focus{
  border:2px solid #000000;
}
.textwidget p a,.entry-content p a,.entry-summary a{
  text-decoration: underline !important;
}
.comment-content p a, .description p a {
  text-decoration: underline !important;
}
.single-post .entry-content p{
  color: #292D32;
}
/* = wide block css
-------------------------------------- */
.single-post .alignfull, .single-post .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/*block css*/
.site-main .alignfull, .site-main .alignwide{
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
.site-main .alignfull img{
  width: 100% !important
}
.site-main .alignnone, .site-main .aligncenter{
  width: auto !important;
}
.site-main .alignleft{
  margin-right: 10px;
}
.postsec-list .wp-block-button a:hover,
.postsec-list .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover{
  background-color: #000000 !important;
  color: #fff !important;
}
.postsec-list .wp-block-button.is-style-squared a, .site-main .wp-block-button.is-style-squared a{
  border-radius: 0px !important;
}
.postsec-list .wp-block-button__link, .site-main .wp-block-button__link{
  background: var(--second-theme-color);
  color:#111 !important;
  border-radius: 30px;
  font-weight: 500 !important;
}
.postsec-list .wp-block-button.is-style-outline a{
  background:none;
  border:1px solid var(--second-theme-color);
  color: #fff !important;
}
.site-main .wp-block-button.is-style-outline a{
  background-color: var(--second-theme-color);
  color: #fff !important;
}
.site-main img.alignleft, .site-main .alignleft, .site-main img.alignright, .site-main .alignright,
.postsec-list img.alignleft, .postsec-list .alignleft, .postsec-list img.alignright, .postsec-list .alignright{
  border:none;
}
.tags a {
  text-decoration: none!important;
  font-weight: 400;
  color: #ffffff !important;
  background: var(--second-theme-color);
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
  text-shadow: none;
  line-height: 3.5;
  padding: 8px;
  margin: 5px;
  border-radius: 5px;
  font-size: 15px;
}
.entry-content .tags a:hover, .site-main .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover{
  background-color: var(--first-theme-color);
  color: var(--second-theme-color);
}
/*-----------------Search pop up----------------*/
.serach_inner{
  background: var(--second-theme-color);
  max-height: 150px;
  display: flex;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0px 12px #c0bebe;
  transition: 1s height ease-in-out;
}
.search-close {
  position: absolute;
  top: 0;
  font-size: 40px;
  z-index: 9999;
  right: 50%;
  color: #fff;
  background: none;
  border:none;
  cursor: pointer;
  transition: 0.5s height ease-in-out;
}
.serach_inner form.search-form, .serach_inner form.woocommerce-product-search {
  width: calc(100% - 30px);
  color: #fff;
  border: none;
  border-bottom: 1px solid #eae6e6;
  position: absolute;
  bottom: 20px;
  display: flex;
  padding: 0;
  border-radius: 0;
  background: #ffffff;
  max-width: 1200px;
  text-align: left;
}
.serach_inner form.search-form label {
  width: 95%;
}
.serach_inner input.search-field {
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #112b38;
  max-height: 1200px;
  border: 0;
  width: 100%;
}
.serach_inner input.search-submit {
  padding: 8px 35px;
  margin: 5px 0;
  font-size: 20px;
}
.search-box button{
  background: transparent;
  border: 0;
}
.search-outer {
  background: rgb(0 0 0 / 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  visibility: hidden;
  text-align: center;
  height: 100%;
  transition: 1s height ease-in-out;
  z-index: 999;
}
body.search-focus .search-outer{
  visibility: visible;
  transition: 1s height ease-in-out;
}
body.admin-bar .serach_inner{
  margin-top: 32px;
}
body.admin-bar .search-close{
  top:50px;
}
button.search-submit {
 border: 0;
 background: transparent;
}
input.search-field {
 border: 1px solid #000000;
 padding: 4px 0;
 background: transparent;
 width: 95%;
}
.search-box button {
  background: none;
  border:none;
}
.serach_inner button[type="submit"], .serach_inner input[type="submit"]{
  text-indent: -9999px;
  z-index: 1;
  background: url(images/search.png) no-repeat 6px #222120;
  margin: 0;
  background-size: 16px;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.modal-content{
  background: transparent;
  border: 0;
}
.modal-dialog{
  pointer-events: all;
}
.modal-body{
  padding: 0;
}
#myModal, .modal-open {
  padding: 0 !important;
}
.modal-open{
  overflow-y: scroll;
}
body.admin-bar .serach_inner{
  margin-top: 32px;
}
body.admin-bar .closepop{
  top:30px;
}
/*scroll to top*/
#button{
  background: var(--first-theme-color);
  color: #ffffff;
  cursor: pointer;
  width: fit-content;
  padding: 5px;
  padding-top: 22px;
  height: 60px;
  aspect-ratio: 1;
  text-align: center;
  position: fixed;
  border-radius: 50%;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  -moz-border-radius: 0;
  font-size: 15px;
  display: none;
}
.scroll-btn:hover{
    background: var(--second-theme-color)!important;
}
a.wc-block-components-checkout-return-to-cart-button:hover,.wc-block-components-checkout-place-order-button:hover{
  background: var(--first-theme-color) !important;
}
/* = pre loader css
-------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/*logo*/
.menu-drawer .logo{
  text-align: left !important;
}
.logo{
  text-align: center;
}
h1.site-title, p.site-title{
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 600;
}
p.site-title a, h1.site-title a {
  color: #ffffff;
  font-size: 30px;
  text-transform: capitalize;
}
.page-template-template-home-page p.site-title a, .page-template-template-home-page h1.site-title a{
  color: #ffffff;
}
p.site-title{
  line-height: 1.3;
}
.page-template-template-home-page .search-box i:hover, .page-template-template-home-page h1.site-title a:hover{
  color: var(--second-theme-color);
}
.logo span.site-description{
  font-size: 13px;
  font-weight: 500;
  color:#ffffff;
}
.page-template-template-home-page .logo span.site-description{
  color: #ffffff;
}

/* Header */
.header-sidebar {
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  background: var(--second-theme-color);
  z-index: 999;
  transition: 0.5s width ease-in-out;
  box-shadow: -3px 0px 10px 0px #666;
}
.header-sidebar.show {
  visibility: visible;
  width: 400px;
  transition: 0.5s width ease-in-out;
}
.header-sidebar .close-pop {
  text-align: right;
  font-size: 25px;
  padding: 10px 0;
  transition: 0.2s all ease-in-out;
  margin-top: 30px;
}
.header-sidebar .sidebar-text{
  color: #ffffff;
}
.header-sidebar .social-icons i{
  background-color: #ffffff;
  color: var(--second-theme-color);
  font-size: 15px;
  height: 34px;
  width: 34px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-sidebar .social-icons i:hover{
  background-color: var(--first-theme-color);
}
#sidebar-pop i{
  color: #ffffff;
  margin-left: 10px;
  font-size: 15px;
}
.close-pop i{
  color: #ffffff;
  font-size: 20px;
}
.menu-sec{
  border: 1px solid;
  border-color: var(--first-theme-color);
}
.menu-sec .product-account i{
  color: var(--first-theme-color);
  font-size: 15px;
}
.main-navigation{
  background-color: #faf8f4;
  padding: 10px 0;
}
#mySidenav {
  display: inline;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: inline-flex;
  position: relative;
  align-items: center;
}
.main-menu li:last-child {
  border-right: none;
}
.main-nav a {
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 15px;
}
.page-template-template-home-page .main-nav a{
  color: #ffffff;
}
.main-nav .main-menu{
  text-align: left;
}
.main-nav .sub-menu a{
  color:#111 !important;
}
.main-nav li ul li.current_page_item li a{
  color: #111 !important;
}
.main-nav li ul li.current_page_item a{
  color:#fff !important;
}
.main-nav ul ul li.current_page_item a{
  color: #000000 !important;
} 
.main-nav li.current_page_item a{
  color: #ffffff;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 600;
}
.main-nav li.current_page_item:after{
  content: '';
  background-color: var(--first-theme-color);
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.page-template-template-home-page li.main-nav .current_page_item{
  color:#111;
  background-color:var(--second-theme-color);
}
.page-template-template-home-page .main-nav .sub-menu .current_page_item a{
  background:none;
}
.main-nav ul.sub-menu .current_page_item a::before,
.main-nav ul.sub-menu .current-menu-item a::before,
.main-nav ul ul .menu-item a:before{
  content: none;
}
.main-nav ul ul .menu-item-has-children > a::after{
  margin-top: 2px;
}
.main-nav .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900; 
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  margin-left: 3px;
  margin-top: 3px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
}
.main-nav .menu-item-has-children.current-menu-parent > a::after,
.main-nav .menu-item-has-children.current-menu-ancestor > a::after,
.main-nav .menu-item-has-children.current_page_parent > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.main-nav ul.sub-menu li a:hover {
  color: var(--second-theme-color);
}
.main-nav ul ul {
  position: absolute;
  background: #fff;
  min-width: 250px;
  z-index: 9999;
  top: 98%;
  line-height: 30px;
  opacity: 0;
}
.main-nav ul ul ul {
  left: 100%;
  top: 0%;
}
.main-nav ul ul a {
  color: #1f1f1f;
  border: none;
  padding: 10px;
  margin-bottom: 0;
  margin-top: 5px;
}
.main-nav ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
  border-bottom: solid 1px #f1f1f1;
}
.main-nav ul.sub-menu li a:hover{
  background-color: var(--first-theme-color);
}
.main-nav li ul {
  border-top: 3px solid var(--first-theme-color);
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
.main-nav .menu > ul > li.highlight {
  background-color: #006ccc;
}
.main-nav .menu > ul > li.highlight:hover {
  background: transparent;
}
.main-nav .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-nav .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-nav .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  opacity: 1;
}
.main-nav ul li:hover > ul {
  opacity: 1;
}
.main-nav li.menu-item-has-children:hover > ul,
.main-nav li.menu-item-has-children:focus > ul,
.main-nav li.menu-item-has-children.focus > ul {
  opacity: 1;
}
.main-nav .sub-menu {
  opacity: 0;
  left: -9999px;
  z-index: 99999;
  width: 200px !important;
}
.main-nav ul.sub-menu li a {
  background: #ffffff !important;
  color: #000 !important;
}
ul.sub-menu ul.sub-menu {
  left: 200px !important;
}
.main-nav .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-nav .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-nav .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: -9999px;
}
.toggle-nav,
a.close-button {
  display: none;
}
/*page css*/
.page-header {
  margin-bottom: 20px;
}
.page-header h1{
  color: #111;
  margin-bottom: 10px;
  font-size: 35px;
  word-wrap: break-word;
}
.page-header span, .page-header span a {
  font-size: 18px;
  word-wrap: break-word;
  display: inline;
  margin-bottom: 10px;
}

/*---------Sticky Header---------*/
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
body.page-template-template-home-page.admin-bar .header-fixed, body.admin-bar .header-fixed {
  margin-top: 20px !important;
  background-image: none;
  padding-top: 10px;
}

/* Banner */
#banner-cat .bannerbox h1 a, #banner-cat .bannerbox .banner-content,  #banner-cat .trending-blog h3 a,  #banner-cat .trending-blog p, #banner-cat .bannerbox .banner-smalltitle{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical
}
#banner-cat .bannerbox{
  position: absolute;
  width: 38%;
  bottom: 35%;
  z-index: 2;
}
.page-template-template-home-page .mainhead, #banner-cat{
  background-image: linear-gradient(to right, var(--second-theme-color) 86%, #F5F5F5 14%);
}
.mainhead{
  background-color: var(--second-theme-color);
  padding-bottom: 15px;
}
#banner-cat{
  position: relative;
  height: 470px;
  margin-top: -1px;
}
#banner-cat .bannerbox .banner-smalltitle{
  font-family: "Playfair Display SC", serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  -webkit-line-clamp: 1;
}
#banner-cat .bannerbox .banner-smalltitle:after{
  content: '';
  background-color: var(--first-theme-color);
  height: 3px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
}
#banner-cat .bannerbox h1 a{
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  -webkit-line-clamp: 2;
  text-transform: capitalize;
}
#banner-cat .bannerbox .banner-content{
  color: #ffffff;
  font-size: 14px;
  -webkit-line-clamp: 3;
}
#banner-cat .bannerbox .bannerbtn a:hover, #banner-cat .bannerbox .banner-smalltitle:after{
  background-color: var(--first-theme-color);
}
#banner-cat .bannerbox .bannerbtn a:hover i{
  background-color: #ffffff;
  color: var(--second-theme-color);
}
#banner-cat .bannerbox .bannerbtn a{
  background-color: #ffffff;
  color: var(--second-theme-color);
  border-radius: 4px;
  padding: 11px 6px 11px 10px;
  font-size: 14px;
  font-weight: 600;
}
#banner-cat .bannerbox .bannerbtn a i{
  background-color: var(--second-theme-color);
  border-radius: 4px;
  color: var(--first-theme-color);
  height: 32px;
  width: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#banner-cat .banner-side-main {
  position: absolute;
  bottom: 10%;
  left: 1%;
  width: auto;
  max-width: 560px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border: 1px solid;
  border-color: var(--first-theme-color);
  background-color: var(--second-theme-color);
  z-index: 2;
  padding: 15px;
  box-sizing: border-box;
  height: 100%;
}
#banner-cat .banner-side {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  max-height: 100%;
  transform: rotate(180deg);
}
#banner-cat .banner-alpha{
  font-family: "Playfair Display SC", serif;
  font-size: 395px;
  font-weight: 400;
  color: #2F3648;
  line-height: 0.8;
  position: absolute;
  bottom: 41px;
  z-index: 1;
}
#banner-cat .image-bg1{
  content: '';
  background-color: var(--first-theme-color);
  height: 60px;
  width: 60px;
  border-radius: 50px;
  position: absolute;
  right: -4%;
  top: -17%;
}
#banner-cat .image-bg2{
  content: '';
  background-color: var(--first-theme-color);
  height: 60px;
  width: 60px;
  border-radius: 50px;
  position: absolute;
  left: 15%;
  bottom: 20%;
}
#banner-cat .banner-right-img img{
  position: absolute;
  bottom: 0;
  right: 7%;
  z-index: 1;
  height: 400px;
  width: auto;
}
#banner-cat .banner-right-img .imagebox:after{
  content: '';
  background-color: var(--first-theme-color);
  height: 390px;
  width: 170px;
  border-radius: 85px;
  position: absolute;
  right: 8%;
  bottom: 20px;
}
#banner-cat .banner-right-img .imagebox:before{
  content: '';
  background-color: var(--first-theme-color);
  height: 180px;
  width: 170px;
  border-radius: 85px 85px 0 0;
  position: absolute;
  right: 20%;
  bottom: 0;
}

/* Banner Posts */
#banner-cat .trending-blog{
  background: #FFFFFF80;
  backdrop-filter: blur(24.799999237060547px);
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
#banner-cat .trending-blog h3 a{
  font-family: "Poppins", sans-serif;
  color: var(--second-theme-color);
  font-size: 14px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  line-height: 18px;
}
#banner-cat .trending-blog p{
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  -webkit-line-clamp: 2;
}
#banner-cat .trending-blog .post-categories{
  color: var(--second-theme-color);
  font-size: 12px;
  font-weight: 600;
}
#banner-cat .trending-blog img{
  border-radius: 5px;
  height: 100px;
  width: 100%;
  object-fit: contain;
}
#banner-cat .trending-blog .service-btn i{
  transform: rotate(-45deg);
}
#banner-cat .trending-blog a.service-btn {
  background-color: var(--second-theme-color);
  color: #F5F5F5;
  font-size: 12px;
  height: 26px;
  width: 26px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner-cat .banner-posts{
  position: absolute;
  bottom: 0;
  width: 38%;
}

/* Products Section */
#product-section .product-title1{
  background: linear-gradient(90deg, var(--first-theme-color) 0%, rgba(255, 255, 255, 0) 100%); 
  padding: 4px;
}
#product-section .product-text{
  color: var(--second-theme-color);
  font-size: 14px;
  font-weight: 600;
}
#product-section .product-title{
  color: var(--second-theme-color);
  font-size: 28px;
  font-weight: 400;
  display: inline-block;
  line-height: 50px;
}
#product-section .product-content img{
  border-radius: 5px;
  height: 400px;
}
#product-section .product-image{
  position: relative;
}
#product-section .product-image .image-overlay{
  content: '';
  background: var(--second-theme-color)78;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 5px;
}
#product-section .product-image .price{
  font-family: "Playfair Display SC", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#product-section .product-image .price .sale-price .amount{
  color: #ffffff;
  font-size: 38px;
  font-weight: 400;
}
#product-section .box-content .product-heading{
  font-family: "Poppins", sans-serif;
  color: var(--second-theme-color);
  font-size: 18px;
  font-weight: 600;
}
#product-section .box-content .product-btn{
  color: var(--second-theme-color);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 4px 0;
}
#product-section .box-content .product-btn:after{
  content: '';
  background-color: var(--second-theme-color);
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#product-section .box-content .checkout-button:hover{
  background-color: var(--first-theme-color);
  color: var(--second-theme-color);
}
#product-section .box-content .checkout-button:hover span{
  background-color: var(--second-theme-color);
}
#product-section .box-content .checkout-button:hover i{
  color: #ffffff;
}
#product-section .box-content .checkout-button{
  background-color: var(--second-theme-color);
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 6px 12px 10px;
}
#product-section .box-content .checkout-button span{
  background-color: #ffffff;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#product-section .box-content .checkout-button i{
  color: var(--second-theme-color);
  font-size: 16px;
  transform: rotate(-45deg);
}
#product-section .product-content .yith-wcwl-add-button .add_to_wishlist i{
  display: none;
}
#product-section .product-content .added_to_cart{
  position: absolute;
}
#product-section .product-content .yith-add-to-wishlist-button-block{
  position: relative;
}
#product-section .product-content .yith-add-to-wishlist-button-block a{
  position: absolute;
  top: 0;
}
#product-section .product-content .yith-wcwl-wishlistaddedbrowse .feedback{
  display: none;
}
#product-section .product-content .add_to_cart_button,
#product-section .product-content .added_to_cart,
#product-section .product-content .yith-wcwl-add-button .add_to_wishlist,
#product-section .product-content .yith-add-to-wishlist-button-block .feedback,
#product-section .product-content .yith-add-to-wishlist-button-block a,
#product-section .product-content .yith-wcwl-wishlistaddedbrowse a{
  text-indent: -9999px;
  border-radius: 30px;
  width: 40px;
  height: 30px;
  display: flex;
}
#product-section .product-content .added_to_cart{
  background: url(./images/product-cart.png) no-repeat scroll 8px;
}
#product-section .product-content .add_to_cart_button{
  background: url(./images/product-cart.png) no-repeat scroll 8px;
  position: relative;
}

/*#product-section .product-content .yith-add-to-wishlist-button-block a, #product-section .product-content .yith-wcwl-add-button .add_to_wishlist, #product-section .yith-wcwl-wishlistaddedbrowse a, #product-section .product-content .yith-add-to-wishlist-button-block .feedback, #product-section .product-content .yith-wcwl-wishlistaddedbrowse{
  background: url(./images/heart.png) no-repeat scroll 8px;
}*/
#product-section .wishlist-main .wishlist_view i{
  color: #ffffff;
  font-size: 20px;
}
#product-section .product-content .wishlist-main{
  display: none;
}
#product-section .product-content:hover .wishlist-main{
  background-color: var(--first-theme-color);
  border-radius: 0 5px 5px 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 85px;
}
#product-section .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon{
  color: var(--second-theme-color);
}
#product-section .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor{
  gap: 0;
}
#product-section .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img{
  width: 26px;
}


/* star*/
#product-section .ratings {
  display: flex;
  align-items: center;
  justify-content: flex-end; 
}
#product-section .star-rating {
  font-size: 13px;
  color: #FF993C;
  margin-right: 5px;
}
#product-section .numeric-rating {
  font-size: 16px;
  color: #FF993C;
}
#product-section .no-reviews {
  font-size: 14px;
  color: #777;
}
#product-section .numeric-rating{
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 400;
}

/* = Page lay out css
-------------------------------------- */
.postsec-list input.search-field,
.postsec-list input.search-submit {
  padding: 11px 10px;
}
.postsec-list .search-form input.search-submit, #sidebar form .wp-block-search__button{
  background-color: var(--second-theme-color);
  color: #ffffff;
  border: 2px solid var(--second-theme-color);
  font-weight: 600;
  border-radius: 4px;
}
.postsec-list .search-form input.search-submit:hover, #sidebar form .wp-block-search__button:hover{
  background-color: var(--first-theme-color);
  border-color: var(--first-theme-color);
  color: var(--second-theme-color);
}
.contentsecwrap{
  padding:35px 0;
  clear: both;
}
.contentsecwrap p{
  margin-bottom:20px;
}
.type-page .entry-content p {
  color: #292D32;
}
#sidebar aside.widget{
  padding: 20px;
  border-radius: 5px;
}
.listarticle{
  border-radius: 5px;
}
.listarticle h2 a{
  color: #000000;
  font-size: 30px;
  text-decoration: none;
  word-wrap: break-word;
}
.listarticle h2 a:hover{
  color: var(--second-theme-color);
}
.single_title{
  margin-bottom: 15px;
  font-size: 20px;
}
.post-thumb{
  margin:15px 0;
}
.nav-links .page-numbers{
  background-color: var(--second-theme-color);
  color: #ffffff !important;
  padding:10px 15px;
  text-decoration: none;
}
span.page-numbers.current, .nav-links .page-numbers:hover{
  background-color: var(--second-theme-color);
  color: #ffffff;
}

/* label css
---------------------------------------------- */
label{
  margin-bottom: 0;
}
#footer .product_list_widget .product-title{
  font-size: 15px;
}
#footer .product_list_widget del, 
#footer .product_list_widget ins{
  margin-top: 45px;
}
#footer .search-form label, #sidebar .search-form label{
  width: 100%;
}
aside.widget ul, .entry-summary li{
  list-style:none;
}
.listarticle .alignfull, .listarticle .alignwide{
  margin-left: 0;
  margin-right: 0;
}
#recentcomments li{
  background-image:none !important;
}
#recentcomments li a{
  padding-left:0px !important;
}
.textwidget select,table{
  width:100%;
}
nav.navigation.pagination {
    margin: 30px auto;
}
/*--------------------------------------------------------------
## Sidebar Style 
--------------------------------------------------------------*/
#sidebar input[type="text"],
#sidebar input[type="search"],
#footer input[type="search"]{
  border: solid 2px var(--second-theme-color);
  padding: 10px;
  width: 100%;
}
#footer input[type="search"]{
  color: #ffffff;
}
#sidebar input.search-submit,
#footer input.search-submit,
form.woocommerce-product-search button {
  padding: 10px;
  width: 100%;
  border:none;
  background: var(--second-theme-color);
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
input.search-submit{
  background-color: var(--second-theme-color);
  color: #ffffff;
  border:none;
  padding: 10px 20px !important;
}
.widget-area .widget::after,
.widget-area .widget::before {
  clear: both;
  content: "";
  display: table;
}
#sidebar .widget-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
}
 .entry-title h2:before{
 content: "\f185";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
}
#sidebar ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}
#sidebar ul ul {
    border-bottom:none;
    padding-bottom: 0;
}
#sidebar ul li {
  padding: 5px;
  padding-left: 30px;
  padding-top: 5px;
  position: relative;
  color: #000000;
}
#sidebar ul li::before {
  color: var(--second-theme-color);
  content: "\f192";
  display: inline-block;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 7px;
  left: 0;
  position: absolute;
  top: 6px;
  margin-left: 2px;
}
#sidebar .widget a,
#sidebar .widget a:visited {
  color: #000000;
  text-decoration: none;
}
#sidebar .widget a:hover,
#sidebar .widget a:active {
  color: var(--second-theme-color);
}
#sidebar .widget {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 4px #cfcfcf;
  border-bottom: 3px solid var(--second-theme-color);
  margin-bottom: 30px;
}
#sidebar .widget:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
#sidebar .widget_nav_menu ul li{
  padding: 3px 15px 5px 13px;
}
#sidebar .widget_nav_menu ul li a{ 
  line-height: 2.5;
}
/*Clearing floats css*/
.page-links {
  float: unset !important;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  margin:20px auto;
}
.page-links a, .page-links span{
  padding: 10px 15px;
  background-color: var(--second-theme-color);
  color: #ffffff;
  text-decoration: none;
}
.page-links .post-page-numbers.current, .page-links a:hover{
  background-color: #000000;
  color:#fff;
}
/*calendar widget*/
.widget_calendar {
    text-align: center;
}
.widget_calendar caption {
    background: var(--second-theme-color) none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
}
.widget_calendar .pad {
    background: #eeeeee none repeat scroll 0 0;
}
.widget_calendar #today a{
  color: #ffffff;
}
.widget_calendar #today {
    background: var(--second-theme-color) none repeat scroll 0 0;
    color: #ffffff;
}
.widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #001837;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
}
.widget .tagcloud a:hover {
    border: 1px solid var(--second-theme-color);
    color: var(--second-theme-color);
}
.widget_categories li > a,
.widget_archive li > a {
    display: inline-block;
    min-width: 85%;
}
.search-form .search-submit:focus {
    box-shadow: inherit;
    outline: none;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
td, th {
  border: 1px solid #ddd;
  padding: 5px;
  color:#252525;
}
#footer td, #footer th{
  color: #fff;
}
select {
  width: 100%;
  padding: 5px;
}
#footer .tagcloud a {
  border: solid 1px #fff;
  font-size: 12px !important;
  margin: 2px 0;
  display: inline-block;
  color: #fff !important;
  padding: 5px;
  font-weight: 500;
}
#footer .tagcloud a:hover{
  border-color: #ffffff !important;
}
.tagcloud a:hover{
  background-color: var(--second-theme-color);
  border-color: var(--second-theme-color);
  color: #ffffff !important;
}
/*footer*/
#footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#footer ul li {
  font-size: 15px;
  padding: 3px 15px 3px 13px;
  position: relative;
  color: #fff;
}
#footer ul li::before {
  color: #fff;
  content: "\f105";
  display: inline-block;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 3px;
}
#footer a .footer-widget-area {
  float: left;
  padding: 0 25px;
  width: 25%;
}
#footer a,
#footer p {
  color:#fff;
}
#footer h6, #sidebar .widget-title {
  color:var(--second-theme-color);
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.postsec-list article.hentry {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 4px #cfcfcf;
    padding: 30px;
    position: relative;
    border-radius: 12px;
    margin-bottom: 30px;
}
.postsec-list article.hentry:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
/* = Footer css
------------------------------------------- */
#footer input.search-submit, #footer form.woocommerce-product-search button{
  background: var(--first-theme-color);
  color: var(--second-theme-color);
}
#footer input[type="search"]{
  border: solid 2px #ffffff;
}
#footer{
  background-color: var(--second-theme-color);
  color: #ffffff;
}
#footer h1, #footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {
  color: #fff;
  text-align: left;
}
.ftr-4-box{
  width:100%;
  float:left;
  margin:0 4% 2% 0;
  box-sizing:border-box;
  padding:20px 20px 20px 0px;
}
.widget-column-4 {
  margin-right:0px !important;
}
.ftr-4-box h5{
  font-size:25px;
  color:var(--second-theme-color);
  margin-bottom: 20px;
  border-bottom:2px solid #ffffff;
  padding-bottom: 10px;
}
.ftr-4-box h5 span{
  font-weight:300;
  color: #3dd4e5;
}
.ftr-4-box ul{
  margin:0;
  padding:0;
  list-style:inside disc;
}
.ftr-4-box ul li {
  display:block;
  padding:6px 0;
  border-bottom:1px solid #ffffff;
}
.ftr-4-box ul li a,.ftr-4-box a.readmore span {
  color:#ffffff;
}
.ftr-4-box p{
  margin-bottom:15px;
}
.copywrap {
  font-size: 18px;
  padding: 14px 10px !important;
  background-color: var(--second-theme-color);
  border-top: 2px solid #ffffff;
}
.copywrap p, .copywrap p a{
  color:#ffffff !important;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
#footer .copywrap a:hover{
  color:#000000;
}
.entry-content .tags a{
  color:#fff !important;
}
.copywrap .copywrap-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.copywrap .copywrap-info.center-content {
  justify-content: center;
  text-align: center;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price del{
  margin-right: 6px;
  display: inline-flex;
}
/* Mobile Portrait View */
@media screen and (max-width: 1000px){
  .menu-sec{
    padding: 6px 0;
  }
  .main-nav li ul li.current_page_item li a {
    color: #ffffff !important;
  }
  p.site-title a, h1.site-title a{
    font-size: 23px;
  }
  .main-nav ul ul, .main-nav .sub-menu{
    opacity: 1;
    width: auto;
  }
  .page-template-template-home-page .main-nav .current_page_item a{
    color: #ffffff !important;
  }
  .main-nav .current_page_item a::before{
    content: none;
  }
  .logo span.site-description{
    font-size: 12px;
  }
  .main-nav ul ul li{
    margin-bottom: 0;
  }
  .page-template-template-home-page .main-nav a,.main-nav ul.sub-menu li a{
    color: #fff !important;
    text-align: center;
    background-color: transparent !important;
  }
  .page-template-template-home-page .sidenav .main-nav{
    background-color: #0000;
  }
  .main-nav ul{
    text-align: left;
  }
  .main-nav ul.sub-menu li a:focus, .main-nav ul ul a:focus,.main-nav a:focus{
    border:2px solid #fff;
    outline: none;
  }
  .main-nav li ul{
    border:none;
    box-shadow: none;
    border-top: none !important;
  }
  .main-nav .sub-menu li{
    border-bottom: none;
  }
  .toggle-nav button {
    font-weight: 400;
    border: none;
    font-size: 13px;
    padding: 10px 25px;
    color: #000000;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
  }
  .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999; 
    left: 0;
    top: -110%;
    overflow-x: hidden; 
    transition: 0.5s top ease-in-out;
    overflow-y: scroll;
    background: #000;
    visibility: hidden; 
    opacity: 0.9;
  }
  .main-nav ul li a:hover{
    color: #fff;
  }
  .main-nav li {
    padding: 0 15px;
    display: block;
    border-bottom: none;
    border-right: none;
    height: auto;
  }
  body.show-main-menu .sidenav{
    visibility: visible;top: 0;transition: 0.5s top ease-in-out;
  }
  .sidenav .close-button {
    margin-bottom:30px !important;
    font-size: 36px; 
    display: block !important;
    color: #fff; 
    padding: 10px !important;
    text-align: center;
    margin-top: 25px;
  }
  .sidenav #site-navigation {
    width: 100%; 
    margin-top: 45px;
  }
  .toggle-nav span{
    font-size:30px; cursor:pointer; text-align: right;
  }
  .main-nav ul ul li,.menubar .nav ul li{
    display: block;
    text-align: center !important;
  }
  .toggle-nav{
    display: block;
    text-align: center !important;
  }
  .main-nav ul li a{
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    float: none;
    margin: 5px 0;
    border-right: none; 
    text-align: center;
  }
  .main-nav .menu-item-has-children > a::after{
    margin-top: 0;
  }
  .main-nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .main-nav ul.sub-menu a:hover{
    color:#000000;
  }
  .main-nav ul ul{
    position: static; width: 100%; background: transparent;border-top-width: 0px; border-bottom-width: 0px;box-shadow: none; }
  .main-nav ul ul a{
    border-bottom: none; 
  }
  .main-nav ul ul li.current_page_item a {
    color: #ffffff !important;
  }
  #mySidenav {
    text-align: left; display: inline;
  }
  .main-menu {
    padding: 0em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-nav ul.sub-menu>li>a:before {
    content: unset;
  }
  .main-nav ul.sub-menu>li>a:hover:before{
    opacity: 0;left: 0px;width: 0px;
  }
  .page-template-template-home-page .main-nav .current_page_item a, .main-nav .current_page_item a, .main-nav .current_page_item a:hover{
    background:none;
  }
  .header .woo-icon{
    justify-content: space-around !important;
  }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6{
    text-align: center;
  }
}
@media screen and (max-width: 575px){
  #banner-cat .trending-blog{
    text-align: center;
  }
  #banner-cat .trending-blog img{
    width: 100px;
    margin-bottom: 15px !important;
  }
  #banner-cat .trending-blog a.service-btn, #banner-cat .trending-blog img{
    margin: 0 auto;
  }
  #banner-cat{
    height: 900px !important;
  }
  #banner-cat .banner-side{
    bottom: 36% !important;
  }
  #banner-cat .banner-side-main{
    bottom: 37% !important;
  }
}
@media screen and (max-width: 400px){
  #banner-cat .banner-right-img .imagebox:after{
    right: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  #banner-cat .image-bg1, #banner-cat .image-bg2, #banner-cat .banner-alpha{
    display: none;
  }
  .page-template-template-home-page .mainhead, #banner-cat{
    background-color: var(--second-theme-color);
    background-image: none;
  }
  #banner-cat{
    height: 800px;
  }
  #banner-cat .bannerbox{
    text-align: center;
  }
  #banner-cat .bannerbox, #banner-cat .banner-posts{
    position: static;
    width: 100%;
  }
  #banner-cat .banner-right-img img{
    height: 280px;
    right: 50%;
    transform: translateX(50%);
  }
  #banner-cat .banner-right-img .imagebox:after{
    height: 270px;
    width: 120px;
    right: 26%;
  }
  #banner-cat .banner-right-img .imagebox:before{
    right: 55%;
    width: 120px;
  }
  #banner-cat .bannerbox h1 a{
    font-size: 25px;
  }
  #banner-cat .trending-blog{
    margin-bottom: 15px !important;
  }
  #banner-cat .bannerbox .banner-content{
    font-size: 12px;
  }
  #banner-cat .banner-side{
    bottom: 40%;
    left: 50%;
    transform: rotate(0deg) translateX(-50%);
    max-width: 90%;
  }
  #banner-cat .banner-side-main{
    max-width: -webkit-fill-available;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 41%;
  }
  #banner-cat .banner-side{
    transform: rotate(0deg);
    writing-mode: unset;
  }
  #footer .footer-widget{
    text-align: center;
  }
  #footer ul li{
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
  .single-product .woocommerce-product-gallery__wrapper img{
    width: 100% !important;
    height: auto !important;
  }
  .woocommerce ul.products li{
    width: 100% !important;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    width: 100%;
  }
  .ftr-4-box{
    width: 100%;
  }
  .boxlayout{
    width: 270px;
  }
  .admin-bar .page-template-template-home-page .header.sticky-head, .admin-bar .sticky-head{
    top:0;
  }
  .logo, .toggle-nav {
   text-align: center !important;
  }
  .page-template-template-home-page .product-cart .cart-count{
    background-color: var(--second-theme-color);
    color: #ffffff;
  }
  ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
    grid-template-columns: 100%;
  }
  .sidenav .close-button{
    margin-bottom: 20px !important; 
  }
  .admin-bar .page-template-template-home-page .header.main.sticky-head, .admin-bar .main.sticky-head{
    top: 0;
  }
  tr.wc-block-cart-items__row {
    gap: 0.4em;
  }
  td.wc-block-cart-item__total{
    padding-left: 0px !important;
  }
  li.wc-block-grid__product{
    max-width:100% !important;
    float:none;
  }
  .page-template-template-home-page.admin-bar .sidenav{
    margin-top: 44px;
  }
  .header.main.sticky-head{
    position: static;
    box-shadow:none;
  }
  .header.main.sticky-head{
    position: static;
    transform: none;
  }
  #sidebar{
    margin-top: 30px;
  }
  .copywrap .copywrap-info{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .copywrap .copywrap-info p,
  .copywrap .footer-social {
    flex: 1 1 100%; 
    justify-content: center;
    align-items: center;
  }
  .copywrap .footer-social{
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  body.page-template-template-home-page.admin-bar .header-fixed, body.admin-bar .header-fixed {
      margin-top: 0px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 782px) {
  body.page-template-template-home-page.admin-bar .header-fixed, body.admin-bar .header-fixed {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sidebar .wp-block-search__inside-wrapper{
    flex-wrap: wrap;
  }
  #sidebar form .wp-block-search__button{
      width: 100%;
      margin-left: 0 !important;
      border-radius: 0 !important;
      margin-top: 5px;
      padding: 10px;
  }
  #banner-cat .banner-alpha{
    display: none;
  }
  #banner-cat{
    height: 535px;
  }
  #banner-cat .bannerbox{
    bottom: 45%;
  }
  #banner-cat .banner-posts{
    bottom: 15%;
  }
  .page-template-template-home-page .mainhead, #banner-cat{
    background-color: var(--second-theme-color);
    background-image: none;
  }
  #banner-cat .banner-right-img .imagebox:after{
    right: 5%;
    width: 120px;
  }
  #banner-cat .banner-right-img img{
    right: 0;
    height: 340px;
  }
  #banner-cat .bannerbox, #banner-cat .banner-posts{
    width: 50%;
  }
  #banner-cat .bannerbox h1 a{
    font-size: 28px;
  }
  #banner-cat .banner-side-main{
    max-width: 400px;
    height: auto;
    left: 5%;
  }
  #banner-cat .banner-side{
    transform: rotate(0deg);
    writing-mode: unset;
  }
  .woocommerce-page div.product div.images, .single-product .woocommerce div.product div.images{
    width: 48% !important;
    float: left !important;
  }
  .woocommerce-page div.product div.summary, .woocommerce div.product div.summary{
    width: 48% !important;
    float: right !important;
  }
  ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
    grid-template-columns: 100%;
  }
  .single-product .woocommerce-product-gallery__wrapper img{
    width: 100% !important;
    height: auto !important;
  }
  .is-sticky-on.mobile.sticky-head{
    top: 40px;
  }
  .admin-bar .page-template-template-home-page .header.sticky-head, .admin-bar .sticky-head{
    top: 47px;
  }
  .admin-bar .page-template-template-home-page .header.main.sticky-head, .admin-bar .main.sticky-head{
    top:42px;
  }
  .boxlayout{
    width: 650px;
  }
  .ftr-4-box{
    width: 40%;
    display: inline-grid;
    float: none;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
  li.wc-block-grid__product{
    max-width: 48% !important;
    float: left;
    clear: both;
    margin: 0 1% 2.992em;
    flex: 1 0 48% !important;
  }
  .page-template-template-home-page .header .toggle-nav button{
    background: var(--second-theme-color);
    color: #ffffff;
  }
  .woocommerce ul.products li.product {
    width: 48% !important;
    margin: 0 6px 2.992em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-sec{
    width: 85%;
    margin: 0 auto;
  }
  .page-template-template-home-page .mainhead, #banner-cat {
    background-image: linear-gradient(to right, var(--second-theme-color) 90%, #F5F5F5 10%);
  }
  #banner-cat .bannerbox h1 a{
    font-size: 30px;
  }
  #banner-cat .banner-right-img img{
    right: 0;
    height: 340px;
  }
  #banner-cat .banner-right-img .imagebox:after{
    right: 2%;
  }
  #banner-cat .bannerbox, #banner-cat .banner-posts{
    left: 11%;
  }
  #banner-cat .banner-posts{
    width: 50%;
  }
  #footer input[type="search"]{
    font-size: 12px;
  }
  ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
    grid-template-columns: 100%;
  }
  .main-nav a, .main-nav .menu-item-has-children > a::after{
    font-size: 12px;
  }
  .main-nav .menu-item-has-children > a::after{
    margin-top: 2px;
  }
  .admin-bar .page-template-template-home-page .header.sticky-head, .admin-bar .sticky-head{
    top: 32px;
  }
  .admin-bar .page-template-template-home-page .header.main.sticky-head, .admin-bar .main.sticky-head{
    top: 30px;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
  .menu-sec{
    width: 85%;
    margin: 0 auto;
  }
  .page-template-template-home-page .mainhead, #banner-cat {
    background-image: linear-gradient(to right, var(--second-theme-color) 90%, #F5F5F5 10%);
  }
  #banner-cat .bannerbox h1 a{
    font-size: 35px;
  }
  #banner-cat .banner-right-img img{
    right: 0;
  }
  #banner-cat .banner-right-img .imagebox:after{
    right: 2%;
  }
  #banner-cat .bannerbox, #banner-cat .banner-posts{
    left: 11%;
  }
  #banner-cat .banner-posts{
    width: 50%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px){
  .menu-sec{
    width: 87%;
    margin: 0 auto;
  }
  .page-template-template-home-page .mainhead, #banner-cat {
    background-image: linear-gradient(to right, var(--second-theme-color) 90%, #F5F5F5 10%);
  }
  #banner-cat .banner-right-img img{
    right: 0;
  }
  #banner-cat .banner-right-img .imagebox:after{
    right: 2%;
  }
  #banner-cat .bannerbox, #banner-cat .banner-posts{
    left: 11%;
  }
  #banner-cat .banner-posts{
    width: 50%;
  }
  #banner-cat .banner-right-img .imagebox:before{
    right: 16%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px){
  .menu-sec{
    width: 100%;
    margin: 0 auto;
  }
  .page-template-template-home-page .mainhead, #banner-cat {
    background-image: linear-gradient(to right, var(--second-theme-color) 90%, #F5F5F5 10%);
  }
  #banner-cat .banner-right-img img{
    right: 4%;
  }
}
@media screen and (min-width: 1400px){
  .single-product.woocommerce-page div.product div.summary{
    width: 52%;
  }
}