/*
Theme Name: E Storefront Pro
Theme URI: https://www.misbahwp.com/products/estore-wordpress-theme
Description: E Storefront Pro WordPress theme will let you create the best online store as it has all the advance options available to customize your site. Our top premium theme comes with an advanced slider, featured products section, top brands, new arrivals, bestselling products, blog post, about us, category slider, and gender-specific product gallery sections, contact us, testimonials and so on. The theme is highly responsive and works speedily across all platforms and is compatible with every browser. Your traffic will improve undoubtedly and the enhanced user experience will see a bump in sales. It is SEO-ready too with the help of which your store will rank soon on all major search engines like Google. It is responsive enough to fit well in all devices screen sizes so you will not miss any buyers. Ecommerce Shop Pro WordPress theme has advance slider to create a stunning slider with multiple images upload option available. It is integrated with font awesome icon and 100+ font family options are available to select from.
Author:misbahwp
Author URI: https://www.misbahwp.com/
Version: 1.3
Requires PHP: 5.6
Tested up to: 6.8
Tags: blog, food-and-drink, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: e-storefront-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.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 !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

img {
  max-width: 100%;
}

.post-single a,
.page-single a,
.sidebar-area .textwidget a,
.comment-content a {
  text-decoration: none;
  color: #222222;
  text-transform: capitalize;
  font-weight: 500;
}

body {
  font-family: "Inter", sans-serif;
  color: #757575;
  margin: 0;
  background: #E7ECFD;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

a {
  color: #222222;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1ABA1A;
  text-decoration: none;
}

section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}

/* ===============================================
   HEADER BOX
   ============================================= */


/*404 Page*/
.page-404 h1 {
  font-size: 300px;
  color: #222222;
}

.page-404 h3 {
  font-size: 38px;
  color: #222222;
}

.page-404 hr {
  width: 10%;
  background: #9ae2e1;
  padding: 1px;
}

.page-404 p {
  margin-left: 30%;
  margin-right: 30%;
}

.page-404 .intro-button {
  text-align: center;
  display: inline-block;
  padding: 5px;
}

.page-404 .button {
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
}

.page-404 .intro-button:hover {
  background: #1ABA1A;
}

.page-404 .intro-button,
.page-404 .intro-button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-404 .intro-button::before,
.page-404 .intro-button::after {
  background: #222222;
  content: '';
  position: absolute;
  z-index: -1;
}

.page-404 .intro-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.page-404 .intro-button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: block;
  word-break: break-all;
}

.logo a {
  color: #222222;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  font-weight: 600;
}

.logo a:hover,
.logo a:focus {
  color: #222222;
}

.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}


/* ===============================================
   SOCIAL BOX
   ============================================= */

.social-links a {
  color: #fff;
  font-size: 18px;
}

.social-links a:hover {
  color: #1ABA1A;
  margin-bottom: 0;
}

/* ===============================================
   MENU BOX
   ============================================= */

#main-menu ul.children,
#main-menu ul.sub-menu {
  display: none;
}

#main-menu ul li:hover .sub-menu {
  display: block;
}

#main-menu {
  display: block;
  position: relative;
  margin: 0 auto;
}

#main-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

#main-menu ul li {
  position: relative;
  display: block;
  float: left;
  text-align: left;
  margin-left: 5px;
}

#main-menu ul li.current_page_item::after {
  content: '';
  background: #1ABA1A;
  height: 4px;
  position: absolute;
  bottom: -17px;
  width: 100%;
}

.category-search-sec {
  background-image: url(images/logo/menu-down-arrow.png);
  background-repeat: no-repeat;
  background-position: 86px 10px;
}

#main-menu ul li.menu-item-has-children {
  background-image: url(images/logo/menu-down-arrow.png);
  background-repeat: no-repeat;
  background-position: 58px 23px;
  background-size: 12px;
}

@media screen and (max-width:767px) {
  #main-menu ul li.menu-item-has-children {
    background-position: 270px 18px;
  }

  #main-menu ul li.current_page_item::after {
    display: none;
  }
}

#main-menu ul li.button a,
.footer-area li.button a {
  background: #1ABA1A;
  color: #ffffff;
  border-radius: 6px;
  line-height: 40px;
  display: inline-block;
  padding: 0 18px;
}

#main-menu ul li.button a:hover,
.footer-area li.button a:hover {
  background: #000000;
  color: #ffffff;
  border-radius: 6px;
}

.footer-area li.button a:hover {
  background: #7D8C9C
}

#main-menu ul li a {
  text-decoration: none;
  display: block;
  z-index: 1;
  padding: 5px 20px;
  margin: 0;
  font-weight: 600;
  -webkit-transition: color .1s linear, background-color .1s linear;
  -moz-transition: color .1s linear, background-color .1s linear;
  -o-transition: color .1s linear, background-color .1s linear;
  transition: color .1s linear, background-color .1s linear;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover>a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus>a,
#main-menu li:focus>a,
#main-menu ul li.current-menu-item>a,
#main-menu ul li.current_page_item>a,
#main-menu ul li.current-menu-parent>a,
#main-menu ul li.current_page_ancestor>a,
#main-menu ul li.current-menu-ancestor>a {
  color: #1ABA1A;
}

#main-menu ul.children,
#main-menu ul.sub-menu {
  position: absolute;
  overflow: hidden;
  top: 65px;
  left: 0;
  background: #fff;
  z-index: 10001;
  padding-left: 0;
  border-radius: 0;
  display: block;
  opacity: 0;
  top: 0;
  width: 0;
  visibility: hidden;
}

#main-menu ul li:hover .sub-menu {
  background: #fff;
  opacity: 1;
  visibility: visible;
  top: 99%;
  width: auto;
  -webkit-transition: all .5s, background, 2s .5s linear;
  transition: all .5s, background 2s .5s linear;
  padding: 0;
}

#main-menu ul.children li,
#main-menu ul.sub-menu li {
  display: block;
  position: relative;
  float: none;
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 0;
}

#main-menu li li:hover>ul,
#main-menu li li:focus>ul,
#main-menu li li.focus>ul {
  top: 0px;
  left: -100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 5px 15px;
  font-size: 14px;
  color: #222222;
  -webkit-transition:
    all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-menu ul.sub-menu li a:hover {
  color: #fff;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  content: '';
  position: absolute;
  -webkit-transition:
    inherit;
  transition:
    inherit;
  z-index: -1;
}

#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  top: 0;
  width: 0;
  height: 100%;
}

#main-menu ul.sub-menu li a:before {
  left: 0;
  border: 1px solid #1ABA1A;
  border-left: 0;
  border-right: 0;
}

#main-menu ul.sub-menu li a:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}

#main-menu ul.sub-menu li a:after {
  right: 0;
}

#main-menu ul.sub-menu li a:hover:after {
  background: #1ABA1A;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}

#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}

#main-menu li:hover>ul,
#main-menu li:focus>ul,
#main-menu li.focus>ul {
  opacity: 1;
  right: calc(100% - 213px);
}

.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
  background: #222222;
  color: #fff;
}

#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}



/* ===============================================
   HEADER SEARCH
   =============================================== */





p.cart-item-box {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #1ABA1A;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.header-search .open-search-form i:hover {
  color: #222222;
}

.header-search .search-form {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1001;
  visibility: hidden;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background: rgba(255, 255, 255, 0.98) none repeat;
  border: none !important;
}

.header-search .search-form.is-open {
  right: 0;
  height: 100vh;
  visibility: visible;
}

.header-search .search-form.is-open form {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}

.header-search .search-form a.close-search-form {
  top: 50px;
  position: absolute;
  margin-left: -13px;
  left: 50%;
}

.header-search .search-form i.searchform-close-button {
  font-size: 25px;
  color: #616161 !important;
  opacity: 0;
  -webkit-transition: transform .2s linear;
  -moz-transition: transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
}

.header-search .search-form.is-open i.searchform-close-button {
  opacity: 1;
}

.header-search .search-form.is-open i.searchform-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#site-navigation .sidenav a.closebtn,
.open-menu {
  display: none;
}


/* ===============================================
   POST BOX
   ============================================= */



h4.post-title {
  font-size: 22px;
  color: #222222;
  font-weight: 800;
}

.post-content p {
  color: #898d94;
}

.post-meta i {
  color: #1ABA1A;
}

.post-meta span {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #121d21;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
  max-width: 100%;
}

.post-content img,
.post-thumbnail img {
  max-height: 100%;
  height: auto;
}

.post-content:after {
  content: "";
  display: table;
  clear: both;
}

.latest-post .post-date {
  float: left;
}

.latest-post .post-meta a {
  color: #767c83;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}

.latest-post figure {
  margin: 0;
  padding: 0;
  background: #eee;
  overflow: hidden;
}

.latest-post figure:hover+span {
  opacity: 1;
}

.latest-post figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}

.latest-post:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.post-single .tags-bg a {
  padding: 10px 15px;
  background: #222222;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}

.post-single .tags-bg a:hover {
  background: #222222;
}

.post-single .blog_share_icon .fab {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #222222;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin: 0 10px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.post-single .blog_share_icon .fab:hover {
  transform: rotate(360deg);
  background: #1ABA1A;
}

.post-single {
  display: block;
}

label {
  display: block;
}

.latest-post h4 a {
  color: #222222;
  font-weight: 600;
}

.latest-post h4 a:hover {
  color: #1ABA1A;
}

.latest-post .post-content p {
  color: #908E8B;
  font-weight: 400;
}

.latest-post .owl-item .post-admin span img {
  width: auto;
  display: inline-block;
  border-radius: 50%;
}

.latest-post {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.08));
  border: 1px solid #1ABA1A;
  padding: 20px;
  background: #fff;
}

.latest-post .far.fa-calendar-alt,
.latest-post .fas.fa-bookmark {
  color: #717982;
}

.latest-post .icon-book {
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}

.latest-post figure {
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
  height: 300px;

}

.latest-post figure:hover+span {
  opacity: 1;
}

.latest-post figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.latest-post .post-item:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.latest-post .far.fa-calendar-alt {
  color: #1ABA1A;
}

.latest-post .far {
  color: #1ABA1A;
  font-size: 18px;
}

.latest-post .date-grp {
  background: #FFF1EC;
  padding: 7px 10px;
  border-radius: 30px;
  color: #1ABA1A;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input {
  width: 100%;
}

.comment-respond input#submit {
  background: #222222;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  margin: 15px 0;
}

.comment-respond input#submit:hover {
  background-color: #1ABA1A;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list {
  padding-left: 0;
}

.comment-list .comment {
  display: block;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}

.comment-content.card-block {
  padding: 15px;
}

.comment-reply a {
  background: #222222;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
}

.comment-reply a:hover {
  background: #1ABA1A;
  color: #f3f4f7;
  text-decoration: none;
}

.brand-name {
  margin-bottom: 0;
  margin-top: 10px;
}

#deals .brand-name {
  color: #fff;
}

ul.footer-cnt .dashicons {
  line-height: 28px;
}

#deals .head-text {
  margin-bottom: 60px;
}

.page-template-frontpage .woosc-btn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #222222;
  border: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.page-template-frontpage .product-image:hover .woosc-btn {
  opacity: 1;
}

.page-template-frontpage .woosc-btn::after {
  content: '\f362';
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  color: #fff;
  font-weight: 900;
}

.page-template-frontpage .woosc-btn.woosc-btn-added:before {
  display: none;
}

.woocommerce-shop .woosc-btn,
.related.products .woosc-btn {
  position: absolute;
  top: 65px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #222222;
  border: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-shop .woosc-btn::after,
.related.products .woosc-btn::after,
.summary.entry-summary .woosc-btn::after {
  content: '\f362';
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  color: #fff;
  font-weight: 900;
}

.woocommerce-shop .woosc-btn.woosc-btn-added:before,
.related.products .woosc-btn.woosc-btn-added:before,
.summary.entry-summary .woosc-btn.woosc-btn-added:before {
  display: none;
}

.summary.entry-summary .woosc-btn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #222222;
  border: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

  section.category-title h1 {
    text-align: center;
  }


  #mySidenav span {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }

  .logo {
    text-align: center;
  }

  .open-menu {
    display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
    margin-left: 0;
  }

  #main-menu>li>ul.children,
  #main-menu>li>ul.sub-menu {
    position: absolute;
    top: -100%;
    background: #fff;
  }

  #main-menu li.focus>ul.children,
  #main-menu li.focus>ul.sub-menu,
  #main-menu li:hover>ul.children,
  #main-menu li:hover>ul.sub-menu,
  #main-menu li:focus>ul.children,
  #main-menu li:focus>ul.sub-menu {
    width: 100%;
    top: 0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 10px 15px;
    display: initial;
    font-size: 18px;
  }

  #main-menu ul.children li a,
  #main-menu ul.sub-menu li a {
    /* padding: 0; */
    line-height: 2;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    border: solid #222222;
    right: 30px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    display: none;
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
  }

}


/* ===============================================
   Pagination
   ============================================= */

.pagination,
.e-storefront-pro-pagination {
  margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.e-storefront-pro-pagination a span,
.e-storefront-pro-pagination span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #222;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin: 0;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.e-storefront-pro-pagination span.current,
.e-storefront-pro-pagination span.current:hover,
.e-storefront-pro-pagination span.current:focus,
.e-storefront-pro-pagination a span:hover,
.e-storefront-pro-pagination a span:focus {
  background: #222222;
  color: #ffffff;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0
}

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

.commentlist li {
  margin: 0;
}

.commentlist li .comment-respond {
  margin-bottom: 25px;
}

.commentlist li:last-of-type .comment-respond {
  margin-bottom: 0px;
}

.comment-container {
  position: relative;
  margin: 0 0 25px 0;
  padding: 30px;
  background: #fff;
  border: solid 1px #f3f4f7 !important;
  z-index: 999
}

.comment-avatar img {
  float: left;
}

.comment-text {
  position: relative;
  margin-left: 110px;
  padding: 0 0 0 15px
}

.comment-container .comment-date {
  padding: 15px 0;
}

.comment-avatar {
  position: relative;
  width: 110px;
  float: left;
}

.comment-author .author {
  display: block;
  font-weight: bold;
}

.commentlist .children li {
  margin-left: 30px;
}

.comment-notes {
  font-size: 12px;
  margin: -25px 0 25px 0;
}

h3#reply-title,
h3.comments {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
}

h3#reply-title small,
.logged-in-as {
  font-size: 15px;
  margin: -25px 0 25px 0;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 10px 2%;
  background: #fff;
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid black;
  color: #222222;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.comment-form input[type=submit] {
  background: #222222;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  text-shadow: none;
  padding: 10px 15px;
  width: inherit;
  margin: 0;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  cursor: pointer;

}

.comment-form input[type=submit]:hover,
.comment-form input[type=submit]:focus {
  background-color: #248efa;
  text-decoration: none
}

.logged-in-as a {
  color: #222222;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
  display: block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img {
  width: 100%;
  height: auto;
}

.sidebar-area .sidebar-widget {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e9e7f4;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}

.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
  line-height: 1.9em;
  font-weight: normal;
}

.sidebar-area a {
  font-size: 16px;
  line-height: normal;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

.sidebar-area li a,
.sidebar-area li {
  font-size: 18px;
  font-weight: 500;
}

.sidebar-area li {
  padding-bottom: 15px;
  color: #222222;
}

.sidebar-area h4.title {
  padding: 10px 15px;
  border-bottom: solid 5px #1ABA1A;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  background: #000;
}

.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}

.sidebar-area .tagcloud a:hover {
  background: #222222;
  color: #fff;
}

.sidebar-area form {
  padding: 0;
}

.sidebar-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  background-color: #f3f4f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  float: unset;
}

.sidebar-area input[type="search"] {
  width: 69%;
  border: none;
  background: transparent;
}

#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
  background: #f3f4f7;
  color: #434343 !important;
}

#wp-calendar a:hover {
  border: none;
}

#wp-calendar {
  background: #fff;
  width: 100%;
}

#wp-calendar caption {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}

#wp-calendar th,
#wp-calendar td {
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  padding: 3px 6px;
}

#wp-calendar td a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  text-decoration: underline
}

#wp-calendar td#prev a,
#wp-calendar td#prev a {
  text-decoration: none;
  text-align: left;
}

#wp-calendar th {
  font-weight: bold
}

tr:nth-child(2n+2) {
  background-color: #f3f4f7;
}

.searchform label {
  display: block;
}

.searchform input[type=text] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: #fff;
  border: 0;
  outline: none;
  border-radius: 4px 0 0 4px;
  border: 1px solid #eee;
}

.searchform input[type=submit] {
  background: #1ABA1A;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  text-shadow: none;
  padding: 14px 0;
  width: 110px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  border-radius: 0 4px 4px 0;
}

.searchform input[type=submit]:hover,
.searchform input[type=submit]:focus {
  background-color: #1ABA1A;
  text-decoration: none
}

.searchform:after {
  content: "";
  display: table;
  clear: both;
}

.sidebar-area .post-thumbnail {
  width: 80px;
  height: 80px;
}

.sidebar-area .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;

}

.sidebar-area .post-title {
  font-size: 18px;
}

footer .sidebar-area {
  background: none;
  padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
  color: #7D8C9C;
  font-size: 14px;
}

footer a:hover {
  color: #1ABA1A;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  width: 96%;
  height: 100%
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.footer-area .woocommerce ul.cart_list li img,
.footer-area .woocommerce ul.product_list_widget li img {
  height: 70px;
}


/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #1ABA1A;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}

#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
}

#button_scroll.show {
  opacity: 1;
  visibility: visible;
}

#button_scroll .fas {
  color: #fff;
  padding: 8px;
  margin: 5px 0;
}

#button_scroll:hover {
  background: #000;
}

#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#button_scroll::before,
#button_scroll::after {
  background: #1ABA1A;
  content: '';
  position: absolute;
  z-index: -1;
}

#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

#button_scroll:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212121;
  z-index: 99999;
}

/** loader **/

.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #1ABA1A transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}

.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #02C3D7 transparent;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/

@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }

  100% {}
}

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

  100% {}
}

.lt {
  color: #fff;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}

a.close-search-form {
  display: none;
}

/*SRTICKY HEADER*/

.fix-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.admin-bar .fix-sticky {
  margin-top: 32px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.08));
}


/*Body*/


header#site-navigation {
  background: #FFF;
}

.header-menu .logo-image img {
  width: auto;
  height: 50px;
}

.top-header {
  background: #1ABA1A;
}

.header-menu .inner-sectrion {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.top-header .inner-sectrion .dashicons {
  color: #fff;
  margin-right: 5px;
}

.header-menu .inner-sectrion a:hover {
  color: #222222;
}

.top-header .inner-sectrion p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

.header-menu .contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 46px;
}

.header-menu .login-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-header {
  border-bottom: 1px solid #E3E3E3;
  padding: 4.4px 50px;
}

.top-header .logo {
  display: flex;
  justify-content: center;
}

.header-menu .fa-user {
  background: #F6F6F6;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.socail-link-grp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}

.socail-link-grp .social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
}

.socail-link-grp p {
  color: #fff;
}

.socail-link-grp .social-links a {
  font-size: 14px;
}

.login-box-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-right {
  display: flex;
  justify-content: right;
  align-items: center;
}

.wishlist-row a,
.cart-customlocation,
.notification-icon {
  background: #F6F6F6;
  padding: 0;
  border-radius: 8px;
  color: #807D7E;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: block;
  margin-right: 15px;
  position: relative;
}

.notification-icon {
  margin-right: 50px;
}

.notification-icon span {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #1ABA1A;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.login-box-div p {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: normal;
  font-size: 14px;
}

.login-box-div p:hover {
  color: #1ABA1A;
}

.login-box-div span {
  font-size: 12px;
  color: #666666 !important;
  pointer-events: none;
}

.login-text-div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-transform: capitalize;
}

.translet-div select.gt_selector.notranslate {
  border: 0;
  background: transparent;
  color: #fff;
  outline: 0;
  height: 36px;
  font-size: 14px;
}

.translet-div select.gt_selector.notranslate option {
  background: #84703E;
}

.header-translate {
  display: flex;
  border-left: solid 1px #ffffff42;
  padding-left: 30px;
}

.header-translate .wSelect-option-icon {
  color: #fff;
  background-image: none !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
  padding: 0;
}

.header-translate .wSelect-arrow {
  color: #fff;
  background-image: url(images/logo/down-arrow.png) !important;
  background-position: center;

}

.header-translate .gt_float_switcher .gt-selected,
.header-translate .gt_float_switcher {
  background: transparent;
  box-shadow: none;
}

.header-translate .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0;
}

.header-translate .gt_float_switcher img {
  display: none;
}

.header-translate .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-transform: capitalize;
}

.header-translate .wSelect-theme-classic.wSelect {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-left: 20px;
  margin-bottom: 0;
  min-width: none;
}

.header-translate .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  transform: none;
  background-size: 8px;
  height: 36px;
  background-position: center;
}

.translet-nav {
  margin-right: 27px;
}

.translet-nav .wSelect-theme-classic.wSelect {
  box-shadow: none;
  background-color: transparent;
  border: 0;
  color: #585858;
  margin-top: 17px;
}

.translet-nav .wSelect-arrow {
  background-image: url(images/logo/nav-down-arrow.png) !important;
  background-position: center;
}

.translet-nav .wSelect-option-icon {
  padding-left: 25px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  background-size: auto 14px;
}

/*SLIDER SECTION*/

#slider {
  position: relative;
  padding: 20px 0px 30px;

}

#slider h1 {
  color: #fff;
  -webkit-text-stroke: 1px #95BA73;
  font-size: 35px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0;
  margin-bottom: 21px;
}

#slider .slider-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  max-width: 186px;
  margin-bottom: 31px;
}

#slider .slider-counter {
  position: relative;
}

#slider .slider-counter .counter,
#slider .slider-counter .owl-nav {
  position: absolute;
  left: 80px;
  bottom: 75px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  z-index: 99;
}

#slider .slider-counter .owl-nav:after {
  content: '';
  background: #FFFFFF;
  width: 107px;
  height: 29px;
  border-radius: 20px;
  z-index: -1;
  position: absolute;
  left: -35px;
  bottom: 0;
}

#slider .owl-carousel .owl-nav button.owl-prev,
#slider .owl-carousel .owl-nav button.owl-next {
  position: relative;
  left: -25px;
  font-size: 24px;
  line-height: 29px;
  top: 2px;
  border: 0;
  outline: 0;
}

#slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -45px;
}

#slider .button {
  background: #1ABA1A;
  color: #fff;
  padding: 10px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  border-radius: 30px;

}

#slider .button:hover {
  background: #02C3D7;
  color: #fff;
}

#slider .slider-content {
  right: 0;
  left: 70px;
  max-width: 290px;
  top: 75px;
  bottom: auto;
  padding-top: 0;
}

#slider .slider-content img {
  width: 100%;
}

#slider .slider-card {
  position: relative;
  border-radius: 12px;
  margin-bottom: 16px;
}

#slider .crad-data {
  position: absolute;
  top: 20px;
  right: 0;
  left: 55%;
}

#slider .slider-card img {
  border-radius: 12px;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

#slider .crad-data h3 {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}

#slider .crad-data p {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 8px;
  color: #000;
  font-weight: 400;
}

#slider .btn-dark {
  font-size: 11px;
  font-weight: 500;
  line-height: 16.5px;
  padding: 8px 16px;
}

#slider .slider-card-bottom {
  position: relative;
  border-radius: 12px
}

#slider .slider-card-bottom img {
  border-radius: 12px;
  width: 100%;
}

#slider .bottom-card-data {
  position: absolute;
  left: 25px;
  right: 50%;
  top: 25px;
}

#slider .slider-card-bottom h3 {
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
}

#slider .slider-card-bottom h2 {
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}


#slider .slider-card-bottom h4 {
  font-size: 24px;
  line-height: 28px;
  color: #1ABA1A;
  font-weight: 400;
}

#slider .slider-card-bottom p {
  margin-top: 34px;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #999999;
}

.search-box-div {
  background: #1ABA1A;
  border-radius: 8px;
  padding: 20px 45px 20px 20px;
}

.woocommerce-product-search {
  display: flex;
  align-items: center;
}

.woocommerce-product-search .search-field {
  padding: 8px;
  width: 100%;
  border: 0;
  outline: none;
  box-shadow: none;
  font-size: 13px;
  background-image: url(images/slider/camera-icon.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.woocommerce-product-search button {
  padding: 7px 25px;
  background-color: #1ABA1A;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  font-size: 20px;
  margin-left: 20px;
}

.woocommerce-product-search button:hover {
  background-color: #000;
}

.category-search-sec {
  position: relative;
  padding-right: 10px;
}

.product-btn {
  border: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.product-cat {
  list-style: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 170px;
  right: 0;
  z-index: 999;
  text-align: left;
  font-size: 14px;
  border: none;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}

li.drp_dwn_menu {
  padding: 10px;
  background: #000;
  border-bottom: 1px solid #fff;
  width: 170px;
}

li.drp_dwn_menu:hover {
  background: #1ABA1A;
}

li.drp_dwn_menu a {
  color: #fff;
}

.product-btn:focus {
  outline: none;
}

.search-flex-grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 30px;
  padding: 5px 5px 5px 15px;
  width: 85%;
  margin: auto;
}

.search-from-div {
  width: 75%;
  border-left: 1px solid #D9D9D9;
  padding-left: 10px;
}

.link-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.link-div:hover {
  color: #000;
}

.grp-link-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.grp-link-sec .dashicons,
.grp-link-sec i {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.grp-link-sec i {
  font-size: 18px;
  height: 18px;
}

#slider .cat-link-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  margin-bottom: 12px;
}

#slider .cat-link-flex:hover p {
  color: #1ABA1A;
}

#slider .cat-link-flex:hover img {
  filter: sepia(100%) hue-rotate(90deg) saturate(300%);
}

.list-catg-div {
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px 10px;
}

#slider .list-catg-div h4 {
  color: #F1352B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 11px;
}

#slider .cat-link-flex p {
  color: #000;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;

}

.list-catg-div img {
  width: 12px;
  height: 16px;
}

/* Main css */

.page-template-frontpage h4 {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
}

p {
  line-height: 28px;
  font-size: 16px;
}

.btn-light {
  padding: 0 16px;
  text-align: left;
  transition: all .5s linear;
  display: inline-flex;
  justify-content: center;
  background: #fff;
  color: #333333;
  font-weight: 400;
  border-radius: 10px;
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
}

.btn-light:hover {
  background: #333333;
  color: #fff;
}

.btn-dark {
  padding: 10px 20px;
  text-align: left;
  transition: all .5s linear;
  display: inline-flex;
  justify-content: center;
  background: #333333;
  color: #fff;
  font-weight: 400;
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-dark:hover {
  background: #fff;
  color: #333333;
}

.button-new {
  padding: 10px 20px;
  text-align: left;
  transition: .3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  background: #1ABA1A;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  font-size: 16px;
}

.button-new:hover {
  background: #2AC8D1;
  color: #fff;
}

span.onsale {
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 10px;
  background: #222222;
  color: #fff;
}

.sec-padd {
  padding: 80px 0;
}


.sec-head-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-div {
  border-radius: 10px;
  background: #1ABA1A;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20.2px 32px;

  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;

}

.sec-head-flex h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

.sec-head-flex a {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-transform: capitalize;

}

.clr-flex-div {
  background: #1ABA1A;
  padding: 20px 36px 20px 20px;
  border-radius: 10px;
  margin: 0 -10px;
}

.clr-flex-div h2 {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.clr-flex-div a {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.clr-flex-div a i {
  margin-left: 8px;
}

#computer_accessories {
  margin-bottom: 40px;
}

.computer-accessories .clr-flex-div a {
  line-height: 32px;
}

.computer-accessories .clr-flex-div a:hover {
  color: #000;
}

.computer-accessories .clr-flex-div a i {
  margin-left: 11px;
}

.computer-accessories .sec-head-flex.clr-flex-div {
  padding-left: 30px;
}

.computer-accessories .left-side-clr-box {
  text-align: center;
  padding: 20px 4px;
}

.computer-accessories .left-side-clr-box img {
  width: 156px;
  margin: auto;
  margin-bottom: -20px;
}

.computer-accessories .left-side-clr-box h3 {
  margin-bottom: 8px;
  color: #fff;
}

.computer-accessories .summer-sale {
  background: #124261;
  margin-top: 24px;
  padding-top: 0;
}

.computer-accessories .summer-sale h4 {
  background: #FFFFFF1F;
  color: #fff;
  padding: 6px 12px;
  display: table;
  margin: 0 auto 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;

}

.computer-accessories .summer-sale h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
}

.computer-accessories .summer-sale h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 24px;
}

.computer-accessories .left-side-clr-box .btn-clr {
  background: #2DA5F3;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.012em;
  display: block;
  border-radius: 2px;
}

#computer_accessories .tab-product {
  padding-left: 8px;
  padding-right: 8px;
}

#computer_accessories .tab-product .discount-percentage {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 2px;
  left: 2px;
  top: 2px;
}


/*CATEGORY SECTION*/

#category_sec {
  margin-bottom: 42px;
}


#category_sec .box-clr-bg {
  background: #fff;
  border-radius: 10px;
  padding-right: 28px;
}

#category_sec .product-box {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}

#category_sec .img-div {
  height: 70px;
  margin: auto;
  margin-bottom: 10px;
}

#category_sec .img-div img {
  width: auto;
}

#category_sec .product-box .services_title {
  color: #000000;
  text-align: center;
  transition: .3s ease-in-out;
  cursor: pointer;
  font-weight: 500;
}

#category_sec .product-box:hover .services_title {
  color: #1ABA1A;
  text-align: center;
}

#category_sec .owl-nav {
  display: none;
}

#category_sec .owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 30px;

}

#category_sec .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #f5c9a7;
  margin: 0 5px;
}

#category_sec .owl-dots button.owl-dot.active {
  background-color: #1ABA1A;
  width: 14px;
  height: 14px;
}


/*Featured Products SECTION*/

.left-side-clr-box {
  background: #F3DE6D;
  border-radius: 10px;
}

.left-side-clr-box img {
  width: 100%;
}

.left-side-clr-box h4 {
  color: #BE4646 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

.left-side-clr-box h3 {
  color: #191C1F;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 12px;
}

.left-side-clr-box h5 {
  color: #475156;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

.data-div-padd {
  padding: 35px 20px 13px;
}

.left-side-clr-box .btn-clr {
  padding: 0 44px 0 32px;
  color: #fff;
  background: #FA8232;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all .5s linear;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;

}

.left-side-clr-box .btn-clr i {
  margin-left: 12px;
  font-size: 16px;
}

.left-side-clr-box .btn-clr:hover {
  background: #333333;
}

.left-side-clr-box1 .btn-clr1 {
  padding: 0 44px 0 32px;
  color: #fff;
  background: #2DA5F3;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: .3s ease-in-out;

  font-size: 16px;
  font-weight: 700;
  line-height: 56px;

}

.left-side-clr-box1 .btn-clr1 i {
  margin-left: 12px;
  font-size: 16px;
}

.left-side-clr-box1 .btn-clr1:hover {
  background: #333333;
}

.left-side-clr-box1 {
  background: #124261;
  border-radius: 10px;
}

.date-flex-div {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 39px;
  margin-top: 16px;
}

.date-flex-div p {
  margin-bottom: 0;
  color: #191C1F;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

}

.date-flex-div h6 {
  background: #fff;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191C1F;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

#featured_products {
  margin-bottom: 40px;
}

#featured_products .box {
  overflow: hidden;
  position: relative;
  background: #fff;
}

#featured_products .box img {
  width: auto;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 100%;
  max-width: 100%;
}

#featured_products .box img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#featured_products .box-content a.button:hover {
  background: #1ABA1A;
}

#featured_products .tinvwl_add_to_wishlist_button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191C1F;
  background: #fff;
  visibility: hidden;
}

#featured_products h3 a {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

#featured_products h3 a:hover {
  color: #1ABA1A;
}

#featured_products ins {
  text-decoration: none;
}

#featured_products del span.woocommerce-Price-amount.amount bdi {
  display: none;
}

#featured_products .img-box-div {
  height: 230px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#featured_products h6.price {
  font-weight: 600;
  color: #2DA5F3;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

#featured_products .box .box-content {
  text-align: center;
  font-size: 0;
  opacity: 0;
  /* transform: translateX(-50%); */
  z-index: 1;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

#featured_products .box:hover .box-content {
  opacity: 1;
}

#featured_products .box .box-content:before,
#featured_products .box .box-content:after {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transform: scale(0);
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0.2s;
}

#featured_products .tab-product {
  padding-left: 8px;
  padding-right: 8px;
}

#featured_products .box .box-content:after {
  border-left: none;
  border-top: none;
  transform-origin: bottom right;
}

#featured_products .box:hover .box-content a:before,
#featured_products .box:hover .box-content a:after {
  transform: scale(1);
}

#featured_products .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  width: 5.4em;
  font-family: star;
  color: #FA8232;
  margin: 0px 0px 10px;
}

#featured_products .star-rating::before {
  content: "\73\73\73\73\73";
  color: #e2e2e2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

#featured_products .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #FA8232
}

#featured_products .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

#featured_products .box .box-content a.button {
  background: transparent;
  font-size: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  line-height: 0;
  margin: 0 8px;
  border-radius: 70px;
}

#featured_products .box-content a.added_to_cart.wc-forward {
  position: relative;
  float: right;
  font-size: 0;
  margin-right: 8px;
}

#featured_products .tab-product:hover .tinvwl_add_to_wishlist_button {
  visibility: visible;
}

#featured_products a.added_to_cart.wc-forward:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  color: #fff;
  font-size: 16px;
  background: #222222;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
}

#featured_products .product-box:hover .title {
  transform: translateY(0);
}

#featured_products a.button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  color: #191C1F;
  font-size: 16px;
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.page-template-frontpage #featured_products .woosc-btn {
  color: #191C1F;
  background: #fff;
}

.page-template-frontpage #featured_products .woosc-btn::after {
  color: #191C1F;
}

.page-template-frontpage #featured_products .woosc-btn:hover,
#featured_products a.button:hover,
#featured_products a.button:hover:after,
#featured_products .tinvwl_add_to_wishlist_button:hover,
#featured_products a.added_to_cart.wc-forward:hover:after,
#clearance_product .box-content a.added_to_cart:hover.wc-forward::after {
  background: #FA8232 !important;
  color: #fff;
}

.page-template-frontpage #featured_products .woosc-btn:hover:after {
  color: #fff;
}

.product-main-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}


/* Deals Section */

#deals .no-bg-clr h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

#deals .no-bg-clr {
  background: #1ABA1A;
  padding: 20px;
  border-radius: 10px;

}

#deals .seller-bg-box {
  border-radius: 10px;
  padding: 50px;
}

#deals .box {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#deals .box figure.mz-figure img {
  max-width: 100% !important;
  max-height: 330px !important;
}

#deals .product-image-box-percentage {
  background: #F1352B;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  color: #fff;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 99;
}
@media screen and (min-width:1500px) {
  #deals .product-image-box-percentage {
    right: 70px;
  }
}

#deals .product-save {
  background: #1ABA1A;
  padding: 5px 15px;
  color: #fff;
  position: absolute;
  left: 70px;
  top: 0px;
  border-radius: 10px;
  display: flex;
  text-transform: uppercase;
  text-align: left;
  z-index: 9;
}

#deals .product-save span.amount {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
}

#deals .product-image-box-percentage .discount-percentage {
  position: relative;
  background: transparent;
  padding: 0 2px;
  top: 10px;
  margin-bottom: 5px;
}

#deals .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  width: 5.4em;
  margin-bottom: 10px;
  font-family: star;
  color: #1ABA1A;
}

#deals h3 {
  margin-bottom: 20px;
}

#deals h3 a {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
}

#deals h3 a:hover {
  color: #1ABA1A;
}

#deals ins span.woocommerce-Price-amount.amount {
  color: #F1352B;
  font-weight: 600;
  font-size: 22px;
  line-height: 26.4px;

}

#deals ins {
  text-decoration: none;
}

#deals del span.woocommerce-Price-amount.amount bdi {
  display: none;
}

#deals .product-details ul {
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}

#deals .product-details ul li {
  font-weight: 400;
  font-size: 12px;
  line-height: 21.6px;
  color: #000000;

}

.product-details-free {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.product-details-shipping h5,
.product-details-gift h6 {
  padding: 3px 11px;
  background: #1aba1a17;
  color: #1ABA1A;
  border-radius: 6px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.product-details-gift h6 {
  background: #f1352b0d;
  color: #F1352B;
}

#deals .img-box-div {
  height: 300px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#deals h6.price {
  color: #666666;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 15px;
}

#deals .box .box-content {
  color: #000000;
  background: #222222;
  text-align: center;
  font-size: 0;
  opacity: 0;
  /* transform: translateX(-50%); */
  position: absolute;
  bottom: 50%;
  right: 20px;
  z-index: 1;
  transition: all 0.3s ease-out;
}

#deals .box .box-content:hover {
  background: #1ABA1A;
}

#deals .box:hover .box-content {
  opacity: 1;
}

#deals .box .box-content:before,
#deals .box .box-content:after {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transform: scale(0);
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0.2s;
}

#deals .box .box-content:after {
  border-left: none;
  border-top: none;
  transform-origin: bottom right;
}

#deals .box:hover .box-content a:before,
#deals .box:hover .box-content a:after {
  transform: scale(1);
}

#deals .box-content a.added_to_cart.wc-forward {
  position: relative;
  float: right;
  font-size: 0;
}

#deals .tinvwl_add_to_wishlist_button {
  position: absolute;
  right: 20px;
  top: 55%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #222222;
  visibility: hidden;
}

#deals .tab-product:hover .tinvwl_add_to_wishlist_button {
  visibility: visible;
}

#deals a.added_to_cart.wc-forward:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  color: #fff;
  font-size: 16px;
  background: #222222;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 50px;
  bottom: 0;
  border-radius: 50%;
}

#deals a.added_to_cart.wc-forward:hover {
  background: #1ABA1A;
}

#deals .product-box:hover .title {
  transform: translateY(0);
}

#deals a.button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  color: #fff;
  font-size: 16px;
  background: #222222;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 50%;
  border-radius: 50%;
}

#deals .product-details {
  padding-right: 30px;
}

#deals .owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

#deals .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #f5c9a7;
  margin: 0 5px;
}

#deals .owl-dots button.owl-dot.active {
  background-color: #1ABA1A;
  width: 14px;
  height: 14px;
}

#deals button.owl-prev,
#deals button.owl-next {
  width: 40px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  background: rgba(237, 239, 246, 0.35);
  position: absolute;
  top: 50%;
  transition: .3s ease-in-out;
  z-index: 11;
  border-radius: 6px;
  color: #343A40;
}

#deals button.owl-prev:hover,
#deals button.owl-next:hover {
  background: #EDEFF6;
}

#deals button.owl-prev {
  left: -50px;
}

#deals button.owl-prev::after {
  content: '\f341';
  font-family: dashicons;
  position: absolute;
  font-size: 20px;

}

#deals button.owl-next {
  right: -50px;
}

#deals button.owl-next::after {
  content: '\f345';
  font-family: dashicons;
  position: absolute;
  font-size: 20px;

}

/* Our Collection Section */

#our_collections .container-bg-color {
  background: #ffff;
  padding: 40px;
  border-radius: 10px;
}

#our_collections .box-bg1,
.box-bg2 {
  background: #E0E0E0;
  border-radius: 10px;
}

#our_collections .img-box3 {
  padding-top: 100px;
}

#our_collections .img-box2 img {
  margin-bottom: -20px;
}

#our_collections .img-box2 {
  background: #E0E0E0;
  border-radius: 10px;
  padding-top: 20px;
}

#our_collections .box-bg3 {
  text-align: center;
}

#our_collections .box-bg3 h6 {
  color: #484848;
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.04em;
}

#our_collections h3 {
  color: #222222;
  color: transparent;
  -webkit-text-stroke: 1px #484848;
  font-family: "Poppins", sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 120px;
  letter-spacing: -0.055em;
}

#our_collections p {
  margin-bottom: 0;
  color: #484848;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;

}

#our_collections .button-our-collection {
  padding: 0 20px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  width: 198px;
  background: #000000;
  margin-bottom: 30px;
  transition: .3s ease-in-out;
  font-weight: 500;
  box-shadow: 0px 20px 35px 0px #00000026;
  transition: all .5s linear;
}

#our_collections .button-our-collection:hover {
  background: #1ABA1A;
}

#our_collections figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
}

#our_collections figure:hover+span {
  opacity: 1;
}

#our_collections figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: auto;
  border-radius: 10px;
}

#our_collections .collection-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* Best Seller */

#best_seller {
  margin: 15px 0 40px;
}

#best_seller .no-bg-clr {
  margin-bottom: 25px;
}

#best_seller .no-bg-clr h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
}


#best_seller .seller-bg-box {
  border-radius: 10px;
  padding: 30px 30px 60px;
}

#best_seller .box {
  overflow: hidden;
  position: relative;
}

#best_seller .box img {
  width: auto;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 100%;
  max-width: 100%;
  border-bottom: 1px solid #99999911
}

#best_seller .box img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#best_seller .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  width: 5.4em;
  margin-bottom: 10px;
  font-family: star;
  color: #1ABA1A;
}

#best_seller h3 {
  margin-bottom: 14px;
}

#best_seller h3 a {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  display: block;
}

#best_seller h3 a:hover {
  color: #1ABA1A;
}

#best_seller ins span.woocommerce-Price-amount.amount {
  color: #F1352B;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

#best_seller ins {
  text-decoration: none;
}

#best_seller del span.woocommerce-Price-amount.amount bdi {
  display: none;
}

#best_seller .img-box-div {
  height: 300px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#best_seller h6.price {
  font-weight: 800;
  color: #000000;
  font-size: 20px;
}

#best_seller h6.price del {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-decoration-line: line-through;
  color: #666666;
}

#best_seller .box .box-content {
  color: #000000;
  background: #222222;
  text-align: center;
  font-size: 0;
  opacity: 0;
  /* transform: translateX(-50%); */
  position: absolute;
  bottom: 50%;
  right: 20px;
  z-index: 1;
  transition: all 0.3s ease-out;
}

#best_seller .box .box-content:hover {
  background: #1ABA1A;
}

#best_seller .box:hover .box-content {
  opacity: 1;
}

#best_seller .box .box-content:before,
#best_seller .box .box-content:after {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transform: scale(0);
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0.2s;
}

#best_seller .box .box-content:after {
  border-left: none;
  border-top: none;
  transform-origin: bottom right;
}

#best_seller .box:hover .box-content a:before,
#best_seller .box:hover .box-content a:after {
  transform: scale(1);
}

#best_seller .box-content a.added_to_cart.wc-forward {
  position: relative;
  float: right;
  font-size: 0;
}

#best_seller .tinvwl_add_to_wishlist_button {
  position: absolute;
  right: 20px;
  top: 55%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #222222;
  visibility: hidden;
}

#best_seller .tab-product:hover .tinvwl_add_to_wishlist_button {
  visibility: visible;
}

#best_seller a.added_to_cart.wc-forward:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  color: #fff;
  font-size: 16px;
  background: #222222;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 50px;
  bottom: 0;
  border-radius: 50%;
}

#best_seller a.added_to_cart.wc-forward:hover {
  background: #1ABA1A;
}

#best_seller .product-box:hover .title {
  transform: translateY(0);
}

#best_seller a.button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  color: #fff;
  font-size: 16px;
  background: #222222;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 50%;
  border-radius: 50%;
}

#best_seller .product-details {
  padding-right: 30px;
}

#best_seller .product-details p {
  padding: 3px 11px;
  background: #1aba1a17;
  color: #1ABA1A;
  border-radius: 6px;
  margin-right: 79px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}

#best_seller .owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

#best_seller .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #f5c9a7;
  margin: 0 5px;
}

#best_seller .owl-dots button.owl-dot.active {
  background-color: #1ABA1A;
  width: 14px;
  height: 14px;
}

#best_seller button.owl-prev,
#best_seller button.owl-next {
  width: 40px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  background: rgba(237, 239, 246, 0.35);
  position: absolute;
  top: 34%;
  transition: .3s ease-in-out;
  z-index: 11;
  border-radius: 6px;
  color: #343A40;
}

#best_seller button.owl-prev:hover,
#best_seller button.owl-next:hover {
  background: #EDEFF6;
}

#best_seller button.owl-prev {
  left: -50px;
}

#best_seller button.owl-prev::after {
  content: '\f341';
  font-family: dashicons;
  position: absolute;
  font-size: 20px;

}

#best_seller button.owl-next {
  right: -50px;
}

#best_seller button.owl-next::after {
  content: '\f345';
  font-family: dashicons;
  position: absolute;
  font-size: 20px;

}

#best_seller h5.stock-status {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 20.4px;
  color: #000;
  text-transform: capitalize;
  background-image: url(images/best-seller/stock-symbol.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left center;
}

.best-seller-gallery {
  display: flex;
  margin-top: 5px;
}

#best_seller .best-seller-gallery img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 4px;
}

#best_seller .best-seller-gallery img:first-child {
  border: 1px solid #CCCCCC;
}

/* Brand section */

#brand_list .sec-head-flex h2 {
  margin-bottom: 35px;
  text-transform: uppercase;
}

#brand_list .brand-list-box {
  padding: 33px 30px;
  border-radius: 10px;
}


#brand_list .brand-list-card img {
  width: auto;
  border-radius: 10px;
  height: 230px;
}

#brand_list .brand-list-card h4 {
  font-size: 16px;
  line-height: 19.2px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  font-weight: 700;
  margin-bottom: 0;
}

#brand_list .brand-list-card .btn-border {
  border: 1px solid #1ABA1A;
  color: #1ABA1A;
  text-transform: uppercase;
  padding: 0 22px;
  line-height: 35px;
  font-size: 11px;
  border-radius: 10px;
  transition: .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .5s linear;
}

#brand_list .brand-list-card .btn-border:hover {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
}

#brand_list .owl-nav {
  position: absolute;
  right: 0;
  top: -60px;
  background: #EBEDF3;
  border-radius: 24px;
}


#brand_list .brand-list-card p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22.1px;
  margin: 0 0 12px;
}

#brand_list .owl-carousel .owl-nav button.owl-prev,
#brand_list .owl-carousel .owl-nav button.owl-next {
  width: 35px;
  font-size: 25px;
  border: 0;
  outline: none;
  padding: 0;
  line-height: 1;
}

/* Offer Section  */

#offer_sec {
  margin: 40px 0;
}

#offer_sec img {
  border-radius: 10px;
  width: 100%;
}

#offer_sec .img-long-card {
  position: relative;
}

#offer_sec .inner-data {
  position: absolute;
  top: 40px;
  right: 70px;
  width: 30%;
}

#offer_sec .inner-data h3 {
  color: #FFE400;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 9px;
}


#offer_sec .inner-data p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

#offer_sec .inner-data a {
  color: #fff;
  text-decoration: underline;
}

#offer_sec .inner-data a:hover {
  color: #000;
}


#offer_sec .inner-data-left {
  position: absolute;
  top: 35px;
  left: 30px;
}

#offer_sec .flex-div-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  column-gap: 50px;
}

.number-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  top: 115px;
  left: -10px;
  font-size: 14px;
}

#offer_sec .inner-data-left .form-control {
  border: 0;
  outline: none;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.067);
  color: #fff;
  border-radius: 5px;
}

#offer_sec .inner-data-left .form-control::placeholder {
  color: #999999;
}

#offer_sec .inner-data-left h3 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

#offer_sec .inner-data-left p {
  font-size: 12px;
  color: #CCCCCC;
  line-height: 20px;
}

#offer_sec .form-field {
  position: relative;
  width: 50%;
}

#offer_sec input.wpcf7-form-control.wpcf7-submit {
  position: absolute;
  right: 0;
  top: 7px;
  border: 0;
  background: transparent;
  color: #1BF11B;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
}

#offer_sec input.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
}


#offer_sec .wpcf7 form.failed .wpcf7-response-output,
#offer_sec .wpcf7 form.aborted .wpcf7-response-output {
  position: absolute;
  bottom: 12px;
  color: #fff;
  font-size: 12px;
  color: red;
}



/*Computer Accessories SECTION*/

#computer_accessories .left-side-clr-box {
  background: #F7E99E;
  border-radius: 10px;
}

#computer_accessories .left-side-clr-box h4 {
  color: #BE4646;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

#computer_accessories .left-side-clr-box h3 {
  color: #191C1F;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
}

#computer_accessories .left-side-clr-box h5 {
  color: #475156;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

#computer_accessories .data-div-padd {
  padding: 0 20px 13px;
}

#computer_accessories .left-side-clr-box .btn-clr {
  padding: 0 44px 0 32px;
  color: #fff;
  background: #FA8232;
  text-transform: uppercase;
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all .5s linear;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;

}

#computer_accessories .left-side-clr-box .btn-clr i {
  margin-left: 12px;
  font-size: 16px;
}

#computer_accessories .left-side-clr-box .btn-clr:hover {
  background: #333333;
}

#computer_accessories .left-side-clr-box1 .btn-clr1 {
  padding: 0 44px 0 32px;
  color: #fff;
  background: #2DA5F3;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all .5s linear;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;

}

#computer_accessories .left-side-clr-box1.summer-sale {
  padding: 40px 4px 27px;
}

#computer_accessories .left-side-clr-box1.summer-sale .btn-clr1 {
  display: block;
}

#computer_accessories .left-side-clr-box1 .btn-clr1 i {
  margin-left: 12px;
  font-size: 16px;
}

#computer_accessories .left-side-clr-box1 .btn-clr1:hover {
  background: #333333;
}

#computer_accessories .left-side-clr-box1 {
  background: #124261;
  border-radius: 10px;
}

#computer_accessories .date-flex-div {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 24px;
  margin-top: 16px;
}

#computer_accessories .date-flex-div p {
  margin-bottom: 0;
  color: #475156;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

}

#computer_accessories .date-flex-div h6 {
  background: #fff;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191C1F;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

#computer_accessories .box {
  overflow: hidden;
  position: relative;
  background: #fff;
}

#computer_accessories .box img {
  width: auto;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 100%;
  max-width: 100%;
}

#computer_accessories .box img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#computer_accessories .box-content a.button:hover {
  background: #1ABA1A;
}

#computer_accessories h3 a {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

#computer_accessories h3 a:hover {
  color: #1ABA1A;
}

#computer_accessories ins {
  text-decoration: none;
}

#computer_accessories del span.woocommerce-Price-amount.amount bdi {
  display: none;
}

#computer_accessories .img-box-div {
  height: 210px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#computer_accessories h6.price {
  font-weight: 600;
  color: #2DA5F3;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

#computer_accessories .box .box-content {
  color: #fff;
  background: #222222;
  text-align: center;
  font-size: 0;
  opacity: 0;
  /* transform: translateX(-50%); */
  position: absolute;
  bottom: 50%;
  right: 20px;
  z-index: 1;
  transition: all 0.3s ease-out;
}

#computer_accessories .box .box-content:hover {
  background: #1ABA1A;
}

#computer_accessories .box:hover .box-content {
  opacity: 1;
}

#computer_accessories .box .box-content:before,
#computer_accessories .box .box-content:after {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transform: scale(0);
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0.2s;
}

#computer_accessories .box .box-content:after {
  border-left: none;
  border-top: none;
  transform-origin: bottom right;
}

#computer_accessories .box:hover .box-content a:before,
#computer_accessories .box:hover .box-content a:after {
  transform: scale(1);
}

#computer_accessories .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  width: 5.4em;
  font-family: star;
  color: #FA8232;
  margin: 0px 0px 10px;
}

#computer_accessories .star-rating::before {
  content: "\73\73\73\73\73";
  color: #e2e2e2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

#computer_accessories .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #FA8232
}

#computer_accessories .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

#computer_accessories .box-content a.added_to_cart.wc-forward {
  position: relative;
  float: right;
  font-size: 0;
}

#computer_accessories .tinvwl_add_to_wishlist_button {
  position: absolute;
  right: 20px;
  top: 55%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #222222;
  visibility: hidden;
}

#computer_accessories .tab-product:hover .tinvwl_add_to_wishlist_button {
  visibility: visible;
}

#computer_accessories a.added_to_cart.wc-forward:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  color: #fff;
  font-size: 16px;
  background: #222222;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 50px;
  bottom: 0;
  border-radius: 50%;
}

#computer_accessories a.added_to_cart.wc-forward:hover {
  background: #1ABA1A;
}

#computer_accessories .product-box:hover .title {
  transform: translateY(0);
}

#computer_accessories a.button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  color: #fff;
  font-size: 16px;
  background: #222222;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 50%;
  border-radius: 50%;
}


.product-main-box {
  background: #fff;
  border-radius: 10px;
  padding: 13px;
}

/* Month Deals SECTION*/

#month_deals {
  margin-bottom: 66px;
}

.month-sec {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.month-sec h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36.31px;
  color: #000;
  margin-bottom: 12px;
}

.month-desc {
  max-width: 387px;
  color: #8A8A8A;
}

#month_deals .owl-carousel .owl-stage {
  display: flex;
}

/*#month_deals .owl-carousel.owl-drag .owl-item, #month_deals .owl-carousel.owl-drag .owl-item .img-div img, #month_deals .owl-carousel.owl-drag .owl-item .product-box {
  height: 100%;
}*/
#month_deals .owl-carousel.owl-drag .owl-item .product-box,
#month_deals .owl-carousel.owl-drag .owl-item .product-box .img-div,
#month_deals .owl-carousel.owl-drag .owl-item .product-box .img-div img {
  height: 100%;
}

#month_deals .button {
  box-shadow: 0px 20px 35px 0px #00000026;
  background: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
  display: table;
  padding: 0 70px;
  border-radius: 10px;
  transition: all .5s linear;
}

#month_deals .button:hover {
  background: #1ABA1A;
  color: #fff;
}

#counter-section-container {
  margin-top: 60px;
}

#counter-section-container h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  color: #484848;
  margin-bottom: 22px;
}

#counter-box-container {
  display: flex;
  justify-content: center;
}

#counter-box {
  margin-right: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #484848;
}

#counter-box span.counter {
  box-shadow: 0px 4px 14px 1px #00000029;
  font-family: 'digital_numbersregular';
  font-size: 32px;
  font-weight: 400;
  line-height: 76px;
  display: block;
  color: #484848;
  text-align: center;
  width: 76px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.countdowntimer2 .countdown2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.countdowntimer2 .timercolr {
  margin-right: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #484848;
}
.countdowntimer2 .days-text {
  box-shadow: 0px 4px 14px 1px #00000029;
  font-family: 'digital_numbersregular';
  font-size: 32px;
  font-weight: 400;
  line-height: 76px;
  display: block;
  color: #484848;
  text-align: center;
  width: 76px;
  border-radius: 10px;
  margin-bottom: 15px;
}

@font-face {
  font-family: 'digital_numbersregular';
  src: url('webfonts/digitalnumbers-regular-webfont.woff2') format('woff2'),
    url('webfonts/digitalnumbers-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.spring-sale {
  position: relative;
}

.spring-sale .counter,
.spring-sale .owl-nav {
  position: absolute;
  right: 110px;
  bottom: 60px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  z-index: 99;
  background-color: #EBEDF3;
}

.spring-sale .owl-nav {
  background-color: #EBEDF3;
  width: 107px;
  text-align: center;
  border-radius: 20px;
}

.spring-sale .counter {
  right: 150px;
  bottom: 62px;
}

.spring-sale .owl-carousel .owl-nav button.owl-prev,
.spring-sale .owl-carousel .owl-nav button.owl-next {
  position: relative;
  left: -14px;
  font-size: 24px;
  line-height: 32px;
  top: 2px;
  border: 0;
  outline: 0;
  background: #EBEDF3;
  width: 35px;
}

.spring-sale .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -12px;
  border-radius: 0 20px 20px 0;
}

.spring-sale .counter:after {
  background: #EBEDF3;
  width: 107px;
  height: 29px;
  border-radius: 20px;
  z-index: -1;
  position: absolute;
  left: -35px;
  bottom: 0;
}

.spring-sale .owl-carousel .owl-nav button.owl-prev {
  border-radius: 20px 0 0 20px;
}

/*.spring-sale .owl-item:nth-child(2n) .img-div::after , */
.spring-sale .owl-nav:after {
  content: '';
  position: absolute;
  right: -110px;
  width: 340px;
  height: 150px;
  background-color: #fff;
  bottom: -60px;
  z-index: -1;
}

.spring-sale-div {
  color: rgba(72, 72, 72, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 5px 28px 20px;
  position: absolute;
  bottom: 22px;
  border-radius: 10px;
  background: #fff;
  left: 22px;
  text-align: left;  
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.spring-sale-div hr {
  border: 1px solid rgba(72, 72, 72, 1);
  display: inline-block;
  width: 23px;
  opacity: 0.6;
  position: relative;
  top: 10px;
}
.spring-sale-div span {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  display: block;
  margin-top: 7px;
  text-transform: uppercase;
}

/* Instagram Section */

#instagram .owl-carousel .owl-item {
  display: flex;
  align-items: center;
  margin: 0 -1px;
}

#instagram .owl-carousel .owl-stage {
  display: flex;
}

#instagram .owl-carousel .owl-item img {
  width: auto;
  height: 100%;
  border: solid 6px #fff;
}

@media screen and (min-width:1600px) {
  #instagram {
    max-width: 1520px;
    margin: auto;
  }

  #instagram .owl-carousel .owl-item {
    margin: 0 -1px;
  }
}

#instagram h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.57px;
  color: #000000;
}

#instagram p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #8A8A8A;
  max-width: 34%;
  margin: auto;
  padding-top: 20px;
}

#instagram .img-box {
  margin: auto;
  position: relative;
}

#instagram .img-box img {
  width: 100%;

}

#instagram .insta-box {
  position: relative;
  padding: 45px 0;
  display: block;
}

#instagram .dashicons {
  position: absolute;
  top: 50%;
  font-size: 34px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  opacity: 0;
}

#instagram figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  object-fit: cover;
}

#instagram figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
}

#instagram figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

#instagram figure:hover .dashicons {
  opacity: 1;
}

/* Top Brands section */

#top_brands {
  background-color: #3C4242;
  padding: 62px 126px 68px;
  border-radius: 12px;
  margin: 78px 0px 40px;
}

#top_brands figure.img-box {
  background: #fff;
  padding: 15px 30px;
  border-radius: 20px;
  margin-bottom: 22px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top_brands figure.img-box img {
  max-height: 57px;
  width: auto;
  max-width: 100%;
}

#top_brands .col-md-3 {
  max-width: calc(100% / 5);
  padding-left: 12px;
  padding-right: 12px;
}

#top_brands .text-news {
  padding: 163px;
}

#top_brands h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.57px;
  color: #fff;
}

#top_brands h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: 0%;
  color: #FFFFFF99;
  margin-bottom: 47px;
}

#top_brands .sub-heading span {
  color: #FBD103;
}

/* Sale Ads */





/*Recently Viewed SECTION*/


#recently_viewed .viewed-section {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 0 22px;
  position: relative;
}

#recently_viewed .sec-flex {
  background: #1ABA1A;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: -21px;
  margin-left: -23px;
  margin-bottom: 30px;
}

#recently_viewed .sec-head-flex h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  margin-bottom: 0;
}

#recently_viewed h3.product-text {
  margin-bottom: 15px;
  line-height: 0;
}

#recently_viewed h3.product-text a {
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0%;
  color: #000000;
}

#recently_viewed .product-details h6 {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;

}

#recently_viewed .tab-product span.woocommerce-Price-amount.amount {
  color: #01A49E;
}

#recently_viewed .tab-product .col-md-6 {
  padding: 0;
}

#recently_viewed .viewed-section .sec-head-flex a {
  position: absolute;
  right: 28px;
  top: 25px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0;
}

/* Newsletter */

#newsletter .newsletter-bg {
  padding: 60px;
  border-radius: 40px;
}

#newsletter .newsletter-backg {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 641px;
  background-color: #fff;
}

#newsletter h2 {
  color: #484848;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 26px;
}

#newsletter .text-news {
  padding: 40px 126px 37px;
}

#newsletter .head-text {
  max-width: 500px;
  display: table;
  margin: auto;
  padding-top: 103px;
}

#newsletter .form-sec p {
  max-width: 500px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #8A8A8A;
  margin-bottom: 40px;
}

#newsletter h3 {
  color: #000;
  font-size: 17px;
}

#newsletter input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
  padding: 14px 20px;
  border: solid 1px #000;
  border-radius: 10px;
  background: #fff;
  outline: none;
  box-shadow: none;
  color: #8A8A8A;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  box-shadow: 0px 80px 80px 0px #0000001c;
}

#newsletter input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::placeholder {
  color: #757575;
}

#newsletter .newsletter-form input.wpcf7-form-control.wpcf7-submit {
  background: #000;
  outline: none;
  box-shadow: none;
  border: 0;
  padding: 14px 27px;
  border-radius: 10px;
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
  transition: all .5s linear;
}

#newsletter .newsletter-form input.wpcf7-form-control.wpcf7-submit:hover {
  background: #1ABA1A;
}

#newsletter .newsletter-div {
  position: relative;
  top: 60px;
}

#newsletter .wpcf7-spinner {
  display: none !important;
}

/*clearance Product SECTION*/

#clearance_product .no-bg-clr h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

#clearance_product .no-bg-clr {
  background: #1ABA1A;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#clearance_product .no-bg-clr a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

#clearance_product .no-bg-clr a i {
  margin-left: 11px;
}

#clearance_product .box {
  overflow: hidden;
  position: relative;
  background: #fff;
}

#clearance_product .box img {
  width: auto;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 100%;
  max-width: 100%;
}

#clearance_product .box img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#clearance_product .box-content a.button:hover {
  background: #1ABA1A;
}

#clearance_product .tinvwl_add_to_wishlist_button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191C1F;
  background: #fff;
  visibility: hidden;
}

#clearance_product h3 a {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

#clearance_product h3 a:hover {
  color: #1ABA1A;
}

#clearance_product ins {
  text-decoration: none;
}

#clearance_product del span.woocommerce-Price-amount.amount bdi {
  display: none;
}

#clearance_product .img-box-div {
  height: 230px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#clearance_product h6.price {
  font-weight: 600;
  color: #2DA5F3;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

#clearance_product .box .box-content {
  text-align: center;
  font-size: 0;
  opacity: 0;
  /* transform: translateX(-50%); */
  z-index: 1;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

#clearance_product .box:hover .box-content {
  opacity: 1;
}

#clearance_product .box .box-content:before,
#clearance_product .box .box-content:after {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transform: scale(0);
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0.2s;
}

#clearance_product .box .box-content:after {
  border-left: none;
  border-top: none;
  transform-origin: bottom right;
}

#clearance_product .box:hover .box-content a:before,
#clearance_product .box:hover .box-content a:after {
  transform: scale(1);
}

#clearance_product .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  width: 5.4em;
  font-family: star;
  color: #FA8232;
  margin: 0px 0px 10px;
}

#clearance_product .star-rating::before {
  content: "\73\73\73\73\73";
  color: #e2e2e2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

#clearance_product .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #FA8232
}

#clearance_product .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

#clearance_product .box .box-content a.button {
  background: transparent;
  font-size: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  line-height: 0;
  margin: 0 8px;
  border-radius: 70px;
}

#clearance_product .box-content a.added_to_cart.wc-forward {
  position: relative;
  float: right;
  font-size: 0;
  margin-right: 8px;
}

#clearance_product .tab-product:hover .tinvwl_add_to_wishlist_button {
  visibility: visible;
}

#clearance_product a.added_to_cart.wc-forward:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
  color: #fff;
  font-size: 16px;
  background: #222222;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
}

#clearance_product .product-box:hover .title {
  transform: translateY(0);
}

#clearance_product a.button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  color: #191C1F;
  font-size: 16px;
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.page-template-frontpage #clearance_product .woosc-btn {
  color: #191C1F;
  background: #fff;
}

.page-template-frontpage #clearance_product .woosc-btn::after {
  color: #191C1F;
}

.page-template-frontpage #clearance_product .woosc-btn:hover,
#clearance_product a.button:hover,
#clearance_product a.button:hover:after,
#clearance_product .tinvwl_add_to_wishlist_button:hover {
  background: #FA8232 !important;
  color: #fff;
}

.page-template-frontpage #clearance_product .woosc-btn:hover:after {
  color: #fff;
}

.product-main-box {
  background: #fff;
  border-radius: 10px;
  padding: 18px 10px;
}





/*Latest Blog SECTION*/

.home #latest_blog {
  padding: 30px 0;
}

#latest_blog h3 {
  color: #000;
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.6px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

#latest_blog .button-offer {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.2px;
  color: #84703E;
  font-family: Inter;
  padding-right: 32px;
  background-image: url(images/product-gallery/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px;
  margin-left: auto;
  display: table;
  position: relative;
  top: -50px;
  margin-right: 15px;
}

#latest_blog .button-offer:hover {
  color: #AE4C1B;
}


#latest_blog figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#latest_blog figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#latest_blog .blog-post-img {
  border-radius: 50px;
  overflow: hidden;
  margin-right: 10px;
}

#latest_blog .blog-post-img img {
  height: 20px;
  width: 20px;
}

#latest_blog .latest-box h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 0;
  max-width: 60px;
  overflow: hidden;
}

#latest_blog .post-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

#latest_blog .blog-post-admin-left {
  display: flex;
  align-items: center;
}

#latest_blog img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  object-fit: cover;
  height: 260px;
}

#latest_blog .blog-inner {
  background-color: #fff;
  padding: 34px 30px;
  border-radius: 10px;
}

#latest_blog .latest-box:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

#latest_blog figure:hover+span {
  opacity: 1;
}

.post-date-views {
  display: flex;
  text-transform: capitalize;
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
}

.post-date-views .post-user span {
  margin-right: 5px;
}

.post-date-views-user {
  margin-right: 5px;
}

.post-date-views .post-user {
  color: #1B1C1E;
}

#latest_blog .far {
  color: #1ABA1A;
}

#latest_blog .latest-box h4 {
  margin-bottom: 10px;
  line-height: 19.2px;

}

#latest_blog .latest-box h4 a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;

}

.latest-box .latest_content,
.latest-box .content_box {
  padding-top: 20px;
}

#latest_blog .post-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.99px;

}

#latest_blog .read_more {
  font-size: 11px;
  font-weight: 500;
  line-height: 16.5px;
  color: #1ABA1A;
  text-transform: uppercase;
  border: solid 1px #1ABA1A;
  padding: 10px 46px;
  border-radius: 10px;
  display: table;
  transition: all .5s linear;
}

#latest_blog .read_more:hover {
  color: #fff;
  background-color: #1ABA1A;

}

#latest_blog .content-post {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

#latest_blog .owl-carousel .owl-nav button {
  position: absolute;
  top: 30%;
  left: auto;
  right: 0;
  width: 43px;
  height: 40px;
  font-size: 25px;
  opacity: 0.37;
  outline: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
}

#latest_blog .owl-carousel .owl-nav button:hover {
  opacity: 1;
}

#latest_blog .owl-carousel .owl-nav button.owl-prev {
  right: auto;
  left: 0;
}




/* Blog section */

.latest-post .post-image-box {
  position: relative;
}

.latest-post .post-date {
  position: absolute;
  right: auto;
  background: #1ABA1A;
  padding: 10px 10px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.latest-post .latest_content {
  margin-top: 30px;
}

.latest-post .post-goto {
  color: #8C6239;
  font-weight: 300;
  font-size: 14px;
}

.latest-post .post-title a {
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-post .post-date p {
  margin-bottom: 0;
  font-weight: 600;
}

h2.wp-block-heading,
.wp-block-search__label {
  padding: 10px 10px;
  background: #000;
  color: #fff;
  border-bottom: 5px solid #1ABA1A;
  font-size: 24px;
}

.footer-area h2.wp-block-heading,
.footer-area .wp-block-search__label {
  padding: 0;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 24px;
  text-align: left;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 10px;
}

ol.wp-block-latest-comments {
  padding: 0;
}

ol.wp-block-latest-comments .footer {
  float: unset;
}

.footer1 .widget_block {
  display: none;
}

#banner .post-title {
  text-align: center;
}

/*Footer Section*/

.footer-area .footer-bg {
  padding: 95px 0 50px 0;
}

.footer-area .textwidget {
  list-style: none;
}

.footer-area .textwidget ul {
  padding: 0 10px;
}

.footer-area .textwidget ul li {
  margin: 0;
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
}

.footer-area h4.title {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 14px;
}

.footer-area .menu-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
}

.footer-area .social-links .fab {
  margin-left: 10px;
  margin-top: 10px;
  color: #2A2F2F;
  text-align: center;
  cursor: pointer;
  background: #F6F6F6;
  width: 37px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 17.09px;
  line-height: 28.48px;
}

.footer-area .fab:hover {
  color: #fff;
  background: #1ABA1A;
}

.footer-area .post-thumbnail img {
  max-width: 100px;
  height: 70px;
  float: right;
}

.footer-area .post-title {
  font-size: 16px;
  font-weight: 400;
}

.footer-area .post-meta a {
  font-weight: 400;
  color: #e6e6e6;
  font-size: 18px;
}

.footer-area .post-meta a:hover {
  color: #1ABA1A;
}

.footer-area ul {
  padding: 0px;
  line-height: 2;
  list-style: none;
  margin: 0;
}

.footer-area ul li {
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
}

.footer-area ul li::marker {
  color: #7D8C9C;
}

.footer-area ul.footer-cnt {
  padding-left: 0;
  list-style: none;
  max-width: 350px;
}

.footer-bottom {
  margin-top: 40px;
}

.footer-area .bottom-links img {
  width: auto;
  margin-right: 10px;
}

.footer-area .bottom-button img {
  margin-left: 20px;
}

.footer-area select {
  width: 100%;
  padding: 10px;
}

.footer-area bdi {
  color: #FFF;
}

.footer-area h3,
.footer-area h2 {
  font-size: 24px;
  color: #FFF;
}

.container.text-center.bottom-box.py-4 {
  border-top: solid 1px #484848;
  border-bottom: solid 1px #484848;
}

.copyright-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyrigt-links a {
  margin-left: 30px;
}

.copyright p {
  color: #ADB7BC;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
}

.copyright a {
  color: #ADB7BC;
}

.copyright a:hover {
  color: #1ABA1A;
}

a.buynowbtn {
  background: #1ABA1A;
  color: #fff !important;
  padding: 5px 10px !important;
}

.right-border {
  position: relative;
}

.right-border::after {
  content: '';
  background: #C1C0BE;
  width: 1px;
  height: 50px;
  position: absolute;
  right: -20px;
  top: -10px;

}

.footer-area input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
  border: 1px solid #C1C0BE;
  outline: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
  padding: 10px 20px;
}

.footer-area input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::placeholder {
  color: #C1C0BE;
}

.footer-area input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #222222;
  color: #1ABA1A;
  display: block;
  text-align: center;
  padding: 10px 20px;
  border: 0;
  box-shadow: none;
  margin-top: 15px;
  width: 100%;
  cursor: pointer;
}

.product-cat-name {
  margin-bottom: 0;
  margin-top: 10px;
}

.bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-button {
  display: flex;
  align-items: center;
}

.bottom-button h4 {
  margin-right: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 39.04px;
  text-align: left;
  color: #F6F6F6 !important;
}

.copyright {
  margin: 38px 0 0;
}

ul.footer-cnt>li:first-child>a {

  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #1ABA1A;
  flex-wrap: wrap;
  position: relative;
  padding-left: 30px;

}

ul.footer-cnt>li:first-child {
  margin-bottom: 30px !important;
}

ul.footer-cnt>li:first-child>a br {
  display: none;
}

ul.footer-cnt>li:first-child>a .footer-col-phone {
  display: flex;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 23.8px;
  color: #fff;
  width: 100%;
}

ul.footer-cnt>li:first-child>a .dashicons {
  line-height: 28px;
  width: 0;
  height: 0;
}

ul.footer-cnt li a .dashicons-phone:before {
  content: "\f525";
  margin-right: 10px;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: -3px;
  height: 30px;
  color: #fff;
}

ul.footer-cnt .dashicons {
  line-height: 28px;
  color: #fff;
  margin-right: 10px;
}

/*Contact Page*/

#contact .contact-title {
  font-size: 44px;
  color: #222222;
  font-weight: 700;
}

#contact h2 {
  font-size: 34px;
  line-height: 42px;
  color: #222222;
  font-weight: 500;
}

#contact hr {
  background: #222222;
  padding: 1px;
  width: 10%;
}

#contact p {
  color: #2b2b2b;
}

#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}

#contact input.wpcf7-form-control.wpcf7-text {
  padding: 10px 20px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  margin: 10px;
  outline: none;
  width: 46%;
}

#contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 94%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 0px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  outline: none;
}

#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  background: #222222;
  border: none;
}

#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #1ABA1A;
  color: #fff;
  font-weight: 500;
  border: none;
}

#contact span.wpcf7-spinner {
  display: block;
}

#contact embed {
  width: 100%;
  height: 500px;
}

#contact .dashicons {
  font-size: 50px;
  color: #222222;
  display: inline;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: inline-table;
}

#contact .services-box:hover .dashicons {
  transform: rotate(360deg);
  color: #1ABA1A
}

#contact h6 {
  color: #1ABA1A;
  font-size: 20px;
}

#contact .services-box {
  border: 2px solid #1ABA1A;
  height: 100%;
  padding: 20px 20px;

}

#contact .services-box p {
  margin-bottom: 0;
}

#recent_blog .btn-grp {
  margin-top: 30px;
}


#recent_blog .order-box2 figure {
  height: 340px;
}

#recent_blog .order-box2 figure img {
  width: 100%;
  object-fit: cover;
}


#deals .countdowntimer {
  background: #02C3D7;
  border-radius: 15px;
  padding: 15px 30px;
}

#deals .timercolr {
  margin-right: 5px;
  background: #EBEDF3;
  border-radius: 6px;
  text-align: center;
  padding: 11px 7px;
  width: 60px;
}

#deals .countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}

#deals .time-text {
  color: #666666;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;

}

#deals .days-text {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

#deals .countdown span {
  margin-bottom: 0;
  font-size: 14px;
}

.product-details-counter {
  display: flex;
  margin-top: 36px;
  border-bottom: 1px solid #DEE2E6;
  padding: 0 0 17px;
  margin-bottom: 21px;
}

.product-details-counter h5 {
  font-family: Inter;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  color: #000;
  max-width: 114px;
  text-transform: uppercase;
  margin-right: 20px;
}

#deals .skillbar {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: .6s linear;
  -moz-transition: .6s linear;
  -ms-transition: .6s linear;
  -o-transition: .6s linear;
  transition: .6s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  margin-top: 0 !important;
}

#deals .skillbar-title {
  position: relative;
  left: 0;
  top: 0;
  line-height: 24px;
  font-size: 100%;
}

#deals .skillbar-title>span:first-child {
  padding-right: 10px;
  color: #000;
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 13px;
  line-height: 22.1px;
}

#deals .skill-amount {
  margin-top: 0;
  display: block;
  color: #000000;
}

#deals .skill-amount span {
  color: #666666;
  font-weight: 400;
}

#deals .skill-bg {
  height: 8px;
  border-radius: 10px;
  background: #E2E4EB;
}

#deals .skillbar-bar {
  height: 8px;
  width: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  background: #1ABA1A;
}

/* Zoom Gallery Style */

#deals .preview {
  padding: 10px;
  border: 0;
  min-height: 1px;
}

#deals .preview {
  position: relative;
}


#deals .app-figure {
  margin: 0px auto;
  position: relative;
  text-align: center;
  display: flex;
}

#deals .selectors {
  display: flex;
  max-width: 60px;
  flex-wrap: wrap;
  margin: 0 30px;
}

#deals .selectors a {
  display: block;
  width: 100%;
  border: 0.2px solid #C8DBD9;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  max-height: 70px;

}

#deals .selectors .mz-thumb img {
  max-width: 45px;
  max-height: 60px;
}

#deals .app-code-sample input[type="radio"] {
  display: none;
}

#deals .app-code-sample label {
  display: inline-block;
  padding: 2px 12px;
  margin: 0;
  font-size: .8em;
  text-decoration: none;
  cursor: pointer;
  color: #666;
  border: 1px solid rgba(136, 136, 136, 0.5);
  background-color: transparent;
}

#deals .app-code-sample label:hover {
  color: #fff;
  background-color: rgb(253, 154, 30);
  border-color: rgb(253, 154, 30);
}

#deals .app-code-sample input[type="radio"]:checked+label {
  color: #fff;
  background-color: rgb(110, 110, 110) !important;
  border-color: rgba(110, 110, 110, 0.7) !important;
}

#deals .app-code-sample label:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right-color: transparent;
}

#deals .app-code-sample label:last-of-type {
  border-radius: 0 4px 4px 0;
  border-left-color: transparent;
}

#deals .app-code-sample .app-code-holder {
  padding: 0;
  position: relative;
  border: 1px solid #eee;
  border-radius: 0px;
  background-color: #fafafa;
  margin: 15px 0;
}

#deals .app-code-sample .app-code-holder>div {
  display: none;
}

#deals .app-code-sample .app-code-holder pre {
  text-align: left;
  white-space: pre-line;
  border: 0px solid #eee;
  border-radius: 0px;
  background-color: transparent;
  padding: 25px 50px 25px 25px;
  margin: 0;
  min-height: 25px;
}

#deals .app-code-sample input[type="radio"]:nth-of-type(1):checked~.app-code-holder>div:nth-of-type(1) {
  display: block;
}

#deals .app-code-sample input[type="radio"]:nth-of-type(2):checked~.app-code-holder>div:nth-of-type(2) {
  display: block;
}


#deals .copy-msg {
  font: normal 11px/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
  color: #2a4d14;
  border: 1px solid #2a4d14;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 200px;
  max-width: 70%;
  padding: 4px;
  margin: 0px auto;
  text-align: center;
}

#deals .copy-msg-failed {
  color: #b80c09;
  border-color: #b80c09;
  width: 430px;
}


#code-to-copy {
  position: absolute;
  width: 0;
  height: 0;
  top: -10000px;
}

#deals .lt-ie9-magic .app-code-sample {
  display: none;
}


@media screen and (max-width: 1240px) {
  .header-menu .contact-info {
    gap: 20px;
  }

  .grp-link-sec {
    gap: 10px;
  }

  .link-div {
    font-size: 12px;
  }

  .owl-carousel .owl-nav {
    display: none;
  }

  #offer_sec .inner-data {
    position: absolute;
    top: 20px;
    right: 0;
    width: 40%;
  }

  #offer_sec .flex-div-data {
    margin-top: -20px;
  }

  #offer_sec .inner-data-left p {
    margin-bottom: 0;
  }

  .spring-sale::after {
    width: 280px;
  }
}

@media (min-width: 0px) {
  #deals .preview {
    width: 100%;
    float: none;
  }
}


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

  #deals .app-code-sample {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #deals .mz-thumb img {
    max-width: 39px;
  }
}

@media (max-width: 991px) {

  .product-btn {
    font-size: 10px;
    display: flex;
    align-items: center;
  }

  .product-btn span {
    font-size: 16px;
    margin-right: 5px;
  }

  #slider .left-side-sec img {
    position: relative;
  }

  .copyright-box {
    display: block;
  }

  #instagram .owl-dots {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  #instagram .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #1ABA1A;
    margin: 0 5px;
  }

  #instagram .owl-dots button.owl-dot.active {
    background-color: #1ABA1A;
    width: 14px;
    height: 14px;
  }


  #latest-news .owl-dots {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }

  #latest-news .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #1ABA1A;
    margin: 0 5px;
  }

  #latest-news .owl-dots button.owl-dot.active {
    background-color: #1ABA1A;
    width: 14px;
    height: 14px;
  }

  #slider .owl-dots {
    display: block;
  }
}


@media (max-width: 767px) {

  
.countdowntimer2 .timercolr {
  margin-right: 10px;
  font-size: 14px;
  line-height: 19.2px;
  margin-bottom: 30px;
}
.countdowntimer2 .days-text {
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  border-radius: 10px;
  margin-bottom: 15px;
}
  .copyrigt-links a {
    font-size: 14px;
    margin-left: 10px;
  }

  .copyright p {
    font-size: 14px;
  }

  h1.post-title {
    font-size: 22px;
  }

  #contact .services-box {
    height: auto;
    margin-bottom: 20px;
  }

  .recent_box_same {
    height: auto;
  }
}

/*MEDIA QUERY 320 TO 720*/

@media only screen and (min-width: 320px) and (max-width: 720px) {


  .notification-icon {
    margin-right: 10px;
  }

  .header-menu .fa-user,
  .wishlist-row a,
  .cart-customlocation,
  .notification-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    font-size: 13px;
  }

  .notification-icon {
    margin-right: 10px;
  }

  .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 {
    display: flex !important;
    flex-wrap: wrap;
  }

  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    margin: 30px 0;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    padding-right: 0;
    width: 100%;
  }

  .login-text-div,
  .login-text-div p {
    font-size: 12px;
    line-height: 20px;
  }


  /* .admin-bar .fix-sticky{
   	margin-top: 0;
   } */
  #main-menu ul {
    display: block;
  }

  .menu-sec {
    order: 1;
  }

  .header-menu .inner-sectrion {
    display: block;
  }

  .product-btn span {
    font-size: 20px;
    margin-right: 10px;
  }

  .woocommerce-product-search .search-field {
    width: 100%;
    font-size: 12px;
    background-size: 13px;
    padding-right: 20px;
  }

  .woocommerce-product-search button {
    padding: 4px 7px;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 4px;
  }

  .search-flex-grp .product-btn {
    width: 74px;

  }

  .link-div {
    column-gap: 5px;
    font-size: 10px;
    margin-top: 10px;
  }

  .grp-link-sec {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
  }

  .grp-link-sec .dashicons,
  .grp-link-sec i,
  .grp-link-sec i {
    font-size: 14px;
    width: 20px;
    height: 15px;
  }

  #slider .slider-content {
    right: 0;
    left: 10px;
    max-width: 200px;
    top: 8px;
    padding-top: 0;
    text-align: left !important;
  }

  #slider .slider-counter .counter,
  #slider .slider-counter .owl-nav {
    left: 12px;
    bottom: 45px;
    font-size: 12px;
  }

  #slider .slider-counter {
    margin-top: 20px;
  }

  #slider .slider-card-bottom h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .sec-head-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    margin: 0;
  }

  #category_sec .box-clr-bg {
    padding: 0 0 20px;
  }

  #featured_products .tab-product {
    padding-left: 15px;
    padding-right: 15px;
  }

  #featured_products {
    margin-bottom: 0;
  }

  .date-flex-div h6 {
    font-size: 11px;
  }

  .left-side-clr-box {
    margin-bottom: 30px;
  }

  .head-div {
    border-radius: 10px;
    background: #1ABA1A;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21.6px;
  }

  #slider h1 {
    color: #fff;
    -webkit-text-stroke: 1px #95BA73;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-align: left;
  }

  #slider .slider-content p {
    font-size: 12px;
    line-height: 16px;
    max-width: 166px;
    margin-bottom: 10px;
    text-align: left;
  }

  .category-search-sec {
    position: relative;
    padding-right: 6px;
    background-size: 10px;
  }

  .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  #main-menu {
    top: 25px;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #222222;
    padding: 0 10px;
    color: #fff;
  }

  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }

  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #222222;
  }

  #main-menu ul.sub-menu li a:hover {
    color: #222222;
  }

  #main-menu ul.sub-menu li a:before {
    border: none;
  }

  .page-404 h1 {
    font-size: 100px;
  }

  .page-404 p {
    margin-left: 0;
    margin-right: 0;
  }

  #recent_blog .second_box figure {
    height: auto;
    margin-bottom: 20px;
  }

  .top-header {
    padding: 10px;
  }

  .fix-sticky {
    position: relative;
  }

  .header-menu .contact-info {
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 10px;
    gap: 0;
  }

  .top-header .inner-sectrion p {
    line-height: 1.7;
    font-size: 13px;
  }

  .header-translate {
    border-left: 0;
    padding-left: 0;
    justify-content: center;
    align-items: center;
  }

  .socail-link-grp {
    justify-content: center;
    margin-top: 15px;
  }

  .header-right {
    margin-top: 20px;
  }

  .search-box-div {
    padding: 10px;
  }

  .search-flex-grp {
    width: 100%;
    padding: 0;
  }

  .search-from-div {
    width: 100%;
    border-left: 0;
    padding-left: 8px;
  }

  #slider .img-div {
    width: 280px !important;
  }

  #slider .img-div {
    width: 180px !important;
    height: 180px !important;
  }

  #slider .product-sec::after {
    width: 240px !important;
    height: 240px !important;
  }

  #slider .price-text {
    width: 80px;
    height: 80px;
    left: 0 !important;
  }

  #slider .price-text h6 {
    font-size: 12px;
  }

  #slider .sec2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #slider .price-text h4 {
    font-size: 20px;
  }

  #slider .product-sec {
    width: 100%;
    height: 300px;

  }

  .btn-light {
    padding: 0 10px;
    font-size: 10px;
    line-height: 30px;
  }

  #our_collections figure img {
    width: 100%;
  }

  .owl-carousel .owl-nav {
    display: none;
  }

  .sec-padd {
    padding: 50px 0;
  }

  #computer_accessories h3 a {
    font-size: 14px;
  }

  h3.product-text {
    line-height: 18px;
    font-size: 14px;
  }

  #our_collections .collection-box {
    padding: 20px;
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
  }

  #our_collections h3 {
    font-size: 90px;
    max-width: 100%;
    line-height: 1.2;
  }

  #best_seller {
    margin: 10px 15px 30px;
  }

  #best_seller .seller-bg-box {
    border-radius: 10px;
    padding: 0;
  }

  #brand_list .brand-list-box {
    padding: 5px 15px 20px;
  }

  #offer_sec {
    margin: 30px 0 0;
  }

  #computer_accessories .tab-product {
    padding-left: 15px;
    padding-right: 15px;
  }

  .month-sec {
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  #counter-box span.counter {
    font-size: 18px;
    line-height: 44px;
    width: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  #counter-box {
    margin: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.2px;
  }

  #counter-box p {
    font-size: 14px;
    line-height: 1.2;
  }

  .spring-sale::after {
    display: none;
  }

  .spring-sale .counter,
  .spring-sale .owl-nav {
    right: 40px;
    bottom: -5px;
    font-size: 14px;
    line-height: 26px;
    display: none;
  }

  #month_deals {
    margin-bottom: 30px;
  }

  .spring-sale {
    position: relative;
    padding-bottom: 40px;
  }

  #instagram h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32.57px;
    margin-bottom: 0;
  }

  #instagram p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 80%;
    margin: auto;
    padding-top: 10px;
  }

  #instagram .owl-carousel .owl-item {
    display: flex;
    height: 42vh;
  }

  div#instagram {
    padding: 0 10px;
  }

  #top_brands {
    padding: 25px 20px;
    border-radius: 12px;
    margin: 10px 0 30px;
  }

  #top_brands h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32.57px;
  }

  #top_brands h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18.78px;
    margin-bottom: 30px;
  }

  #top_brands figure.img-box {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    height: 60px;
  }

  #top_brands .col-md-3 {
    max-width: calc(100% / 2);
    padding-left: 10px;
    padding-right: 10px;
  }

  .sale_ads-box img {
    max-width: 100%;
  }

  .sale_ads-box figure.img-box {
    margin-bottom: 0;
  }

  #recently_viewed .viewed-section {
    border-radius: 10px;
    padding: 11px;
    position: relative;
  }

  #recently_viewed .sec-head-flex {
    padding: 0;
  }

  #recently_viewed .sec-flex {
    padding: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  #recently_viewed .viewed-section .sec-head-flex a {
    right: 15px;
    top: 25px;
  }

  #recently_viewed .tab-product .col-md-6 {
    padding: 0 15px;
  }

  #recently_viewed .sec-head-flex h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 21.6px;
    margin-bottom: 0;
  }

  #offer_sec .img-long-card {
    position: relative;
    margin-bottom: 30px;
  }

  #offer_sec .inner-data {
    top: 30px;
    right: 7px;
    width: 45%;
  }

  #offer_sec .inner-data-left {
    top: 25px;
    left: 10px;
  }

  #offer_sec .flex-div-data {
    display: block;
    width: 60%;
    column-gap: 10px;
  }

  #offer_sec .inner-data-left h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  #offer_sec .inner-data-left p {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0;
  }

  #offer_sec .inner-data-left .number-form {
    margin-top: 10px !important;
  }

  #offer_sec .inner-data-left .form-control {
    padding: 5px 10px;
    line-height: 1;
    font-size: 12px;
  }

  #offer_sec input.wpcf7-form-control.wpcf7-submit {
    top: 6px;
    font-size: 10px;
  }

  #offer_sec .inner-data h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  #offer_sec .inner-data p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.6px;
  }

  #offer_sec img {
    height: 100px;
    object-fit: cover;
  }

  div#brand_list {
    padding: 5px 15px;
  }

  #best_seller .product-details {
    padding-right: 0;
  }

  #brand_list .sec-head-flex h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  #our_collections .box-bg1 h6,
  #our_collections .box-bg1 p,
  #new-arrival h3 a,
  #deals h3 a {
    font-size: 14px;
    line-height: 26px;
  }

  #our_collections .offer-value {
    justify-content: center;
  }

  #our_collections h4 {
    font-size: 30px;
  }

  #our_collections {
    padding-left: 15px;
    padding-right: 15px;
  }

  #our_collections .container-bg-color {
    padding: 15px 30px;
  }

  .col-lg-4.same-height {
    padding: 0;
  }

  #our_collections .collection-box {
    padding: 0;
    margin: 25px 0;
  }

  #our_collections .box-bg3 h6 {
    font-size: 50px;
    line-height: 50px;
  }

  #our_collections .img-box3 {
    padding: 20px;
  }

  #our_collections .box1 {
    order: 2;
  }

  #our_collections .box2 {
    order: 1;
  }

  #our_collections .box2 img {
    width: auto;
  }

  .page-template-frontpage h2 {
    font-size: 18px;
  }

  p.mt-3.latest-content {
    text-align: center;
  }

  .page-template-frontpage h4 {
    text-align: center;
  }

  #services .product-box {
    padding: 40px 15px;
  }

  #newsletter .newsletter-bg {
    padding: 30px 20px;
  }

  #newsletter h2 {
    font-size: 18px;
    margin-bottom: 0;
  }

  #newsletter .head-text {
    display: block;
    padding: 0;
  }

  #testimonial .testimonial-box {
    padding: 20px;
  }

  #recent_blog .same-width {
    padding: 0;
  }

  #newsletter .form-sec p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
  }

  #newsletter input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
    padding: 8px 10px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
  }

  #newsletter .newsletter-form input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
    font-size: 14px;
  }

  #featured_products ins span.woocommerce-Price-amount.amount {
    font-size: 16px;
  }

  #newsletter .form-sec p {
    margin-bottom: 10px;
  }

  #contact hr {
    width: 30%;
  }

  #contact .contact-form p {
    margin-left: 0;
    margin-right: 0;
  }

  #contact input.wpcf7-form-control.wpcf7-text,
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin: 15px 0;
  }

  #contact .wpcf7 .ajax-loader {
    display: block;
    left: 38%;
  }

  #comments textarea {
    width: 100%;
  }

  .woocommerce-page div.product div.summary {
    padding: 15px;
  }

  .post-single .blog_share_icon .fab {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 -1px;
  }

  .copyright img {
    margin: 10px 0;
  }

  .latest-post .post-title a {
    font-size: 16px;
  }

  .latest-post {
    padding: 10px;
  }


  p.post-content {
    text-align: center;
  }

  .footer-area h2.wp-block-heading,
  .footer-area .wp-block-search__label {
    text-align: center;
  }

  .order-box1 {
    order: 2;
  }

  .order-box2 {
    order: 1;
  }

  .footer-area h4.title {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  #deals h2::after {
    right: 0;
  }

  #deals .countdowntimer {
    margin-top: 20px;
  }

  .post-content p {
    text-align: center;
  }

  #deals {
    padding: 20px 0 0 !important;
  }

  #deals .seller-bg-box {
    padding: 20px 0 0;
  }

  #deals .app-figure {
    display: block;
  }

  #deals .selectors {
    display: flex;
    max-width: 100%;
    flex-wrap: nowrap;
    margin: 0 5px 20px;
  }

  .product-details-counter {
    display: block;
    margin-top: 10px;
    padding: 0 0 17px;
    margin-bottom: 21px;
  }

  .product-details-counter h5 {
    font-size: 12px;
    margin-bottom: 5px;
    max-width: 100%;
  }

  #deals .selectors a {
    margin: 0 5px;
  }

  #deals .product-details {
    padding: 16px;
  }

  #deals .no-bg-clr {
    margin-bottom: 20px;
  }

  #newsletter {
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  #deals .box figure.mz-figure img {
    height: auto;
  }

  #newsletter .newsletter-backg {
    background-size: 130% !important;
    height: 100%;
    background-image: none !important;
    background-position: -45px 0 !important;
  }

  #latest_blog .blog-inner {
    padding: 20px;
  }

  #latest_blog .content-post {
    text-align: center;
  }

  #latest_blog .read_more {
    margin: auto;
  }

  .footer-area .footer-bg {
    padding: 40px 0;
  }

  ul.footer-cnt>li:first-child>a {
    font-size: 18px;
    line-height: 32px;
  }

  .pyment-card {
    display: flex;
    margin-bottom: 15px;
  }

  #clearance_product .no-bg-clr h2 {
    margin-bottom: 10px;
  }

  #clearance_product .no-bg-clr {
    display: block;
  }

  .bottom-button h4 {
    margin-right: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 32.04px;
  }

  .bottom-box {
    display: block;
  }

  .bottom-button {
    flex-wrap: wrap;
  }

  .footer-area .bottom-button img {
    margin: 0 5px;
    height: 54px;
  }

  .bottom-button h4 {
    width: 100%;
    flex: 0 0 100%;
  }

  .footer-area .bottom-links img {
    margin-right: 8px;
    height: 28px;
  }

  #newsletter .text-news {
    padding: 15px;
  }

  .latest-post .latest_content {
    text-align: center;
  }

  #recent_blog .order-box2 figure {
    height: 100%;
  }
}

div#latest_blog .container {
  background: white;
  padding: 15px;
  border-radius: 5px;
}

/*MEDIA 721 TO 1023*/

@media only screen and (min-width: 721px) and (max-width: 1023px) {
  img {
    max-width: 100%;
  }

  .header-menu .services-inner {
    flex-wrap: wrap;
  }

  .header-menu .contact-info {
    justify-content: flex-start;
    gap: 0;
  }

  header#site-navigation .menu-header {
    padding: 15px 0 !important;
  }

  .header-right {
    display: flex;
    justify-content: right;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 35px;
  }

  .logo-image {
    width: 220px;
    position: relative;
    top: 30px;
  }

  
.countdowntimer2 .timercolr {
  margin-right: 10px;
  font-size: 14px;
  line-height: 19.2px;
  margin-bottom: 30px;
}
.countdowntimer2 .days-text {
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  border-radius: 10px;
  margin-bottom: 15px;
}

  .main-menu {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    justify-content: right;
    display: flex;
    margin: -50px 0 20px;
  }

  .top-header {
    padding: 10px;
  }

  #main-menu ul li a {
    padding: 0 20px;
  }

  #main-menu ul li.current_page_item::after {
    display: none;
  }

  #main-menu ul {
    justify-content: center
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 31%;
    margin-right: 15px;
  }

  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: left;
  }

  #main-menu {
    float: left;
    width: 100%;
  }

  .header-menu .logo a {
    font-size: 24px;
    line-height: 35px;
  }

  .main-menu ul li a {
    padding: 10px 12px;
    font-size: 12px;
    padding-left: 0;
  }

  .header-menu .logo-image img {
    width: auto;
  }

  .search-flex-grp {
    padding: 0 8px 0 5px;
    width: 100%;
    margin: 0;
  }

  .product-btn {
    width: 80px;
  }

  .category-search-sec {
    position: relative;
    padding-right: 0px;
    background-size: 8px;
    margin-right: 10px;
  }

  .woocommerce-product-search .search-field {
    font-size: 12px;
    padding: 8px 0;
    width: 75%;
  }

  .grp-link-sec .dashicons,
  .grp-link-sec i {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }

  .link-div {
    column-gap: 5px;
    font-size: 10.8px;
  }

  .search-box-div {
    padding: 15px;
  }

  .list-catg-div {
    margin-bottom: 30px;
    width: 100%;
  }

  #slider .row>.col-lg-3 {
    display: flex;
  }

  #slider .slider-card,
  #slider .slider-card-bottom {
    width: 100%;
    margin: 0 10px;
  }

  #slider .slider-card-bottom h2 {
    text-align: left;
  }

  #featured_products .row>.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  #our_collections .container-bg-color {
    margin: 15px;
    width: auto;
  }

  #our_collections .box-bg3 h6 {
    font-size: 40px;
    line-height: 50px;
  }

  #our_collections h3 {
    font-size: 50px;
    line-height: 50px;
  }

  #our_collections p {
    font-size: 16px;
    line-height: 25px;
  }

  #our_collections .button-our-collection {
    padding: 0 24px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    width: 147px;
  }

  #our_collections .img-box1 img,
  #our_collections .img-box2 img {
    height: 200px;
    object-fit: cover;
  }

  #featured_products .row>.col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 25px;
  }

  .product-main-box {
    height: 100%;
  }

  .img-div {
    text-align: center;
  }

  .left-side-clr-box img {
    width: auto;
  }

  .search-box-div .col-md-6.text-center {
    flex: 43%;
    max-width: 43%;
  }

  .search-box-div .col-md-6.align-self-center {
    flex: 57%;
    max-width: 57%;
    padding-left: 0;
  }

  .grp-link-sec {
    gap: 5px;
  }

  .woocommerce-product-search button {
    padding: 5px 12px;
    font-size: 12px;
    margin-left: 10px;
  }

  #slider h1 {
    font-size: 28px;
  }

  #slider p {
    font-size: 14px;
  }

  #slider .sec1 {
    max-width: 50%;
  }

  #slider .sec2 {
    margin-left: auto;
    margin-right: 0;
  }

  #slider .product-sec {
    height: 350px;
    width: 380px;
  }

  #slider .img-div {
    width: 210px !important;
  }

  #slider .product-sec::after {
    width: 260px !important;
    height: 260px !important;
  }

  #slider .price-text {
    width: 80px;
    height: 80px;
    left: 0 !important;
  }

  #slider .price-text h4 {
    font-size: 18px;
  }

  .page-template-frontpage h2 {
    font-size: 20px;
    text-align: center;
  }

  .page-template-frontpage h4 {
    font-size: 18px;
  }

  .date-flex-div {
    display: block;
    column-gap: 10px;
    margin-bottom: 20px;
    margin-top: 16px;
  }

  .date-flex-div p {
    margin-bottom: 20px;
  }

  #deals .seller-bg-box {
    border-radius: 10px;
    padding: 20px 0;
  }

  #deals .box figure.mz-figure img {
    height: auto;
  }

  #deals .selectors {
    margin: 0 10px;
  }

  .product-details-counter {
    display: block;
    margin-top: 20px;
    border-bottom: 1px solid #DEE2E6;
    padding: 0;
    margin-bottom: 21px;
  }

  .product-details-counter h5 {
    font-size: 12px;
    max-width: 100%;
    margin: 0 0 15px;
  }

  #our_collections .box-bg3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-translate {
    padding-left: 10px;
    margin-left: 20px;
    max-width: 20%;
    margin-right: 30px;
  }

  .header-translate .wSelect-option-icon {
    margin: 0;
  }

  .header-translate .wSelect-theme-classic.wSelect {
    margin-left: 10px;
  }

  .socail-link-grp p {
    width: 70px;
  }

  #our_collections .collection-box {
    padding: 20px;
  }

  #our_collections .same-height {
    display: block;
    margin-top: 20px;
  }

  #our_collections .img-box1 {
    order: 2;
  }

  #our_collections .box-side {
    order: 1;
    margin: 10px;
  }

  #our_collections .box-bg2,
  #our_collections .box-bg1 {
    margin-right: -15px;
  }

  #offer_sec .img-long-card {
    position: relative;
    margin-bottom: 30px;
  }

  #category_sec .box-clr-bg {
    padding-bottom: 30px;
  }

  #computer_accessories .row>.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .spring-sale::after {
    display: none;
  }

  .spring-sale .counter,
  .spring-sale .owl-nav {
    right: 40px;
    bottom: -45px;
    display: none;
  }

  #counter-box {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.2px;
  }

  .month-sec {
    padding: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .month-sec h2 {
    text-align: left !important;
  }

  #counter-box span.counter {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    width: 60px;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  #instagram p {
    max-width: 65%;
    padding-top: 0px;
  }

  #instagram .owl-carousel .owl-item {
    height: 50vh;
  }

  #top_brands {
    padding: 30px;
    margin: 30px 0 40px;
  }

  #top_brands figure.img-box {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 22px;
    height: 75px;
  }

  #newsletter .newsletter-backg {
    background-size: 120% !important;
    height: 450px;
    background-position: -80px -0 !important;
  }

  .footer-area .footer-bg {
    padding: 40px 0;
  }

  .footer-area .bottom-links img {
    width: auto;
    margin: 0 5px 10px;
    height: 35px;
  }

  .bottom-button h4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header-menu {
    overflow: hidden;
  }

  .bottom-button {
    flex-wrap: wrap;
  }

  .footer-area .bottom-button img {
    margin: 0 10px 0 0;
    height: 50px;
  }

  .bottom-links {
    width: 100%;
  }

  #newsletter .form-sec p {
    max-width: 430px;
    margin: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
  }

  #newsletter .head-text {
    padding-top: 0;
  }

  #computer_accessories .row>.col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .owl-carousel .owl-nav {
    display: none;
  }

  .sec-padd {
    padding: 70px 0;
  }

  #recent_blog .same-width {
    padding: 40px 15px;
  }

  .order-box1 {
    order: 2;
  }

  .order-box2 {
    order: 1;
  }

  #recent_blog .second_box figure {
    height: 200px;
    margin-bottom: 30px;
  }

  #recent_blog .btn-grp {
    margin-top: 0;
  }

  #newsletter h2 {
    font-size: 26px;
  }

  #deals h2::after {
    right: 0;
  }

  #deals .countdowntimer {
    margin-top: 20px;
  }

  #contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 30%;
  }

  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
    margin: 15px 0;
  }

  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 45%;
    margin: 10px 10px;
  }

  #contact input.wpcf7-form-control.wpcf7-text {
    width: 46%;
    margin: 20px 10px;
  }

  #contact .wpcf7 .ajax-loader {
    display: block;
  }

  .sidebar-area .post-title {
    font-size: 14px;
  }

  .woocommerce div.product div.images img {
    width: auto;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 50%;
  }

  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary {
    float: left;
    width: 50%;
  }

  .woocommerce button.button {
    margin: 0 10px;
    padding: 12px 20px;
  }

  p.cart-item-box {
    left: 85%;
    font-size: 11px;
    width: 17px;
    height: 17px;
  }

  .header-search .open-search-form i {
    font-size: 15px;
  }

  .latest-post .post-title a {
    font-size: 16px;
  }

  .latest-post {
    padding: 10px;
  }

  #best_seller {
    margin: 0 15px 30px;
  }

  div#brand_list {
    padding: 0 15px;
  }

  #recent_blog .order-box2 figure {
    height: 100%;
  }

  #offer_sec {
    margin: 40px 5px 10px;
  }

  #computer_accessories {
    margin: 0 5px 10px;
  }

}

/*MEDIA 1024 TO 1119*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .header-menu .logo-image img {
    width: 100%;
  }

  #main-menu ul li a {
    padding: 5px 15px;
    font-size: 15px;
  }


  .countdowntimer2 .timercolr {
    margin-right: 20px;
  }
  .left-side-clr-box .btn-clr {
    padding: 0 34px 0 22px;
    font-size: 14px;
  }

  p.cart-item-box {
    left: 85%;
  }

  .header-menu .contact-info {
    flex-wrap: wrap;
  }

  .page-template-frontpage h2 {
    font-size: 26px;
  }

  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
  }

  #slider h1 {
    font-size: 44px;
  }

  #slider {
    padding: 40px 20px !important;
  }

  #slider .sec1 {
    max-width: 50%;
  }

  #slider .sec2 {
    margin-left: auto;
    margin-right: 0;
  }

  #slider .product-sec {
    width: 460px;
    height: 520px;
  }

  #slider .img-div {
    width: 260px !important;
  }

  #slider .product-sec::after {
    width: 320px !important;
    height: 320px !important;
  }

  #our_collections figure img {
    width: 100%;
  }

  .owl-carousel .owl-nav {
    display: none;
  }

  #newsletter h2 {
    font-size: 24px;
  }

  #recent_blog .same-width {
    padding: 30px 20px;
    margin: auto;
  }

  .order-box1 {
    order: 2;
  }

  .order-box2 {
    order: 1;
  }

  #recent_blog .second_box figure {
    height: 200px;
    margin-bottom: 30px;
  }

  #deals {
    padding: 30px 20px !important;
  }

  #recent_blog .order-box2 figure {
    height: 100%;
  }

}


@media only screen and (min-width: 1024px) and (max-width: 1199px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }

  img {
    max-width: 100%;
  }

  .header-menu .services-inner {
    flex-wrap: wrap;
  }

  .header-menu .contact-info {
    justify-content: flex-start;
  }

  header#site-navigation .menu-header {
    padding: 15px 0 !important;
  }

  .header-right {
    display: flex;
    justify-content: right;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 35px;
  }

  .logo-image {
    width: 220px;
    position: relative;
    top: 30px;
  }

  .main-menu {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    justify-content: right;
    display: flex;
    margin: -50px 0 20px;
  }

  .top-header {
    padding: 10px;
  }

  #main-menu ul li a {
    padding: 0 20px;
  }

  #main-menu ul li.current_page_item::after {
    display: none;
  }

  #main-menu ul {
    justify-content: center
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 31%;
    margin-right: 15px;
  }

  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: left;
  }

  #main-menu {
    float: left;
    width: 100%;
  }

  .header-menu .logo a {
    font-size: 24px;
    line-height: 35px;
  }

  .main-menu ul li a {
    padding: 10px 12px;
    font-size: 12px;
    padding-left: 0;
  }

  .header-menu .logo-image img {
    width: auto;
  }

  .search-flex-grp {
    padding: 0 8px 0 5px;
    width: 100%;
    margin: 0;
  }

  .product-btn {
    width: 90px;
  }

  .category-search-sec {
    position: relative;
    background-size: 8px;
    margin-right: 10px;
  }

  .woocommerce-product-search .search-field {
    font-size: 12px;
    padding: 8px 0;
    width: 75%;
  }

  .grp-link-sec .dashicons,
  .grp-link-sec i {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }

  .link-div {
    column-gap: 10px;
    font-size: 13px;
  }

  #slider .slider-content {
    right: 0;
    left: 20px;
    top: 20px;
    padding-top: 0;
    text-align: left;
  }

  #slider .slider-counter .counter,
  #slider .slider-counter .owl-nav {
    left: 25px;
    bottom: 45px;
    font-size: 12px;
  }

  .search-box-div {
    padding: 15px;
  }

  .list-catg-div {
    margin-bottom: 30px;
    width: 100%;
  }


  #slider .slider-card,
  #slider .slider-card-bottom {
    width: 100%;
    margin: 0 0 20px;
  }

  #slider .bottom-card-data {
    left: 15px;
    right: 50%;
    top: 15px;
  }

  #slider .crad-data h3 {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
  }

  #slider .slider-card-bottom h2 {
    text-align: left;
    font-size: 13px;
  }

  #slider .slider-card-bottom h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  #slider .slider-card-bottom p {
    margin-top: 0;
  }

  #our_collections .container-bg-color {
    margin: 15px;
    width: auto;
  }

  #our_collections .box-bg3 h6 {
    font-size: 40px;
    line-height: 50px;
  }

  #our_collections h3 {
    font-size: 50px;
    line-height: 50px;
  }

  #our_collections p {
    font-size: 16px;
    line-height: 25px;
  }

  #our_collections .button-our-collection {
    padding: 0 24px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    width: 147px;
  }

  #offer_sec .inner-data {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 40%;
  }

  #offer_sec .flex-div-data {
    column-gap: 20px;
  }

  #offer_sec .inner-data-left {
    position: absolute;
    top: 10px;
    left: 20px;
  }

  .number-form.mt-3 {
    margin-top: 0 !important;
  }

  .product-main-box {
    height: 100%;
  }

  .img-div {
    text-align: center;
  }

  .left-side-clr-box img {
    width: auto;
  }

  .search-box-div .col-md-6.text-center {
    flex: 43%;
    max-width: 43%;
  }

  .search-box-div .col-md-6.align-self-center {
    flex: 57%;
    max-width: 57%;
    padding-left: 0;
  }

  .grp-link-sec {
    gap: 5px;
  }

  .woocommerce-product-search button {
    padding: 5px 12px;
    font-size: 12px;
    margin-left: 10px;
  }

  #slider h1 {
    font-size: 28px;
  }

  #slider p {
    font-size: 14px;
  }

  #slider .sec1 {
    max-width: 50%;
  }

  #slider .sec2 {
    margin-left: auto;
    margin-right: 0;
  }

  #slider .product-sec {
    height: 350px;
    width: 380px;
  }

  #slider .img-div {
    width: 210px !important;
  }

  #slider .product-sec::after {
    width: 260px !important;
    height: 260px !important;
  }

  #slider .price-text {
    width: 80px;
    height: 80px;
    left: 0 !important;
  }

  #slider .price-text h4 {
    font-size: 18px;
  }

  .page-template-frontpage h2 {
    font-size: 20px;
    text-align: center;
  }

  .page-template-frontpage h4 {
    font-size: 18px;
  }

  #computer_accessories .date-flex-div {
    display: block;
    column-gap: 10px;
    margin-bottom: 20px;
    margin-top: 16px;
  }

  #computer_accessories .date-flex-div p {
    margin-bottom: 20px;
  }

  #computer_accessories .left-side-clr-box .btn-clr,
  #computer_accessories .left-side-clr-box1 .btn-clr1 {
    padding: 0 24px 0 22px;
  }

  #latest_blog .post-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }

  #latest_blog .latest-box h5 {
    font-weight: 400;
    font-size: 12px;
  }

  #latest_blog .blog-post-img {
    margin-right: 5px;
  }

  #deals .seller-bg-box {
    border-radius: 10px;
    padding: 20px 0;
  }

  .computer-accessories .summer-sale h3 {
    font-size: 22px;
  }

  #deals .box figure.mz-figure img {
    height: auto;
  }

  #deals .selectors {
    margin: 0 10px;
  }

  .product-details-counter {
    display: block;
    margin-top: 20px;
    border-bottom: 1px solid #DEE2E6;
    padding: 0;
    margin-bottom: 21px;
  }

  .product-details-counter h5 {
    font-size: 12px;
    max-width: 100%;
    margin: 0 0 15px;
  }


  .header-translate {
    padding-left: 10px;
    margin-left: 20px;
    max-width: 20%;
    margin-right: 30px;
  }

  .header-translate .wSelect-option-icon {
    margin: 0;
  }

  .header-translate .wSelect-theme-classic.wSelect {
    margin-left: 10px;
  }

  .socail-link-grp p {
    width: 70px;
  }

  #our_collections .collection-box {
    padding: 20px;
  }

  #our_collections .same-height {
    display: block;
    margin-top: 20px;
  }

  #our_collections .img-box1 {
    order: 2;
  }

  #our_collections .box-side {
    order: 1;
    margin: 10px;
  }

  #our_collections .box-bg2,
  #our_collections .box-bg1 {
    margin-right: -15px;
  }

  #offer_sec .img-long-card {
    position: relative;
    margin-bottom: 30px;
  }

  #category_sec .box-clr-bg {
    padding-bottom: 30px;
  }

  #computer_accessories .left-side-clr-box h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .spring-sale::after {
    display: none;
  }

  .spring-sale .counter,
  .spring-sale .owl-nav {
    right: 40px;
    bottom: -60px;
  }

  #counter-box {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.2px;
  }

  .month-sec {
    padding: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .month-sec h2 {
    text-align: left !important;
  }

  #counter-box span.counter {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    width: 60px;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  #instagram p {
    max-width: 65%;
    padding-top: 0px;
  }

  #instagram .owl-carousel .owl-item {
    height: 50vh;
  }

  #top_brands {
    padding: 30px;
    margin: 30px 0 40px;
  }

  #top_brands figure.img-box {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 22px;
    height: 75px;
  }

  #newsletter .newsletter-backg {
    background-size: 120% !important;
    height: 450px;
    background-position: -80px -0 !important;
  }

  .footer-area .footer-bg {
    padding: 40px 0;
  }

  .footer-area .bottom-links img {
    width: auto;
    margin: 0 5px 10px;
    height: 35px;
  }

  .bottom-button h4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header-menu {
    overflow: hidden;
  }

  .bottom-button {
    flex-wrap: wrap;
  }

  .footer-area .bottom-button img {
    margin: 0 10px 0 0;
    height: 50px;
  }

  .bottom-links {
    width: 100%;
  }

  #newsletter .form-sec p {
    max-width: 430px;
    margin: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
  }

  #newsletter .head-text {
    padding-top: 0;
  }

  .owl-carousel .owl-nav {
    display: none;
  }

  .sec-padd {
    padding: 70px 0;
  }

  #recent_blog .same-width {
    padding: 40px 15px;
  }

  .order-box1 {
    order: 2;
  }

  .order-box2 {
    order: 1;
  }

  #recent_blog .second_box figure {
    height: 200px;
    margin-bottom: 30px;
  }

  #recent_blog .btn-grp {
    margin-top: 0;
  }

  #newsletter h2 {
    font-size: 26px;
  }

  #deals h2::after {
    right: 0;
  }

  #deals .countdowntimer {
    margin-top: 20px;
  }

  #contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 30%;
  }

  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
    margin: 15px 0;
  }

  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 45%;
    margin: 10px 10px;
  }

  #contact input.wpcf7-form-control.wpcf7-text {
    width: 46%;
    margin: 20px 10px;
  }

  #contact .wpcf7 .ajax-loader {
    display: block;
  }

  .sidebar-area .post-title {
    font-size: 14px;
  }

  .woocommerce div.product div.images img {
    width: auto;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 50%;
  }

  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary {
    float: left;
    width: 50%;
  }

  .woocommerce button.button {
    margin: 0 10px;
    padding: 12px 20px;
  }

  p.cart-item-box {
    left: 85%;
    font-size: 11px;
    width: 17px;
    height: 17px;
  }

  .header-search .open-search-form i {
    font-size: 15px;
  }

  .latest-post .post-title a {
    font-size: 16px;
  }

  .latest-post {
    padding: 10px;
  }

  #best_seller {
    margin: 0 15px 30px;
  }

  div#brand_list {
    padding: 0 15px;
  }

  #recent_blog .order-box2 figure {
    height: 100%;
  }

  #offer_sec {
    margin: 40px 5px 10px;
  }

  #computer_accessories {
    margin: 0 5px 10px;
  }

}

/*MEDIA 1200 TO 1440*/
@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  .woocommerce .quantity .qty {
    max-width: 150px;
  }

  #slider h1 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  #slider .slider-content {
    top: 35px;
  }

  #slider .sec1 {
    max-width: 50%;
  }

  #slider .slider-card-bottom p {
    margin-top: 10px;
  }

  #slider .slider-card-bottom h4 {
    font-size: 20px;
  }

  #slider .owl-carousel .owl-nav {
    display: block;
  }

  .date-flex-div {
    display: block;
  }

  .date-flex-div p {
    margin-bottom: 20px;
  }

  #deals .owl-carousel .owl-nav {
    display: block;
  }

  #slider .sec2 {
    margin-right: 150px;
  }

  #our_collections .box-bg3 img {
    width: 100%;
  }

  #deals {
    padding: 80px 50px !important;
  }

  #recent_blog .same-width {
    padding: 50px 80px 50px;
  }

}

@media (min-width: 1300px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1324px;
  }
}