/*
Theme Name: Vehicle Detailing Pro
Theme URI: 
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License
License URI:license.txt
Text Domain: vehicle-detailing-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Vehicle Detailing Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2020.
Vehicle Detailing Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
/* latin */

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


:root {
--Orange:#2139c4;
--grey:#282828;
--black: #000;
--white: #fff;
--theme-font :"Poppins", sans-serif;
}


@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Play Bold'), local('Play-Bold'), url(assets/webfonts/6ae84K2oVqwItm4TCpAy2g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ----------- ABeeZee --------- */
/* latin */
@font-face {
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('ABeeZee Regular'), local('ABeeZee-Regular'), url(assets/webfonts/esDR31xSG-6AGleN2tWkkA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ----------- Kaushan Script --------- */
/* latin */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Kaushan Script'), local('KaushanScript-Regular'), url(assets/webfonts/vm8vdRfvXFLG3OLnsO15WYS5DG74wNI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:var(--grey);
  position:relative;
  font-size: 15px;
  color: #fff;
  font-family: 'Play';
  font-weight: 300;
  overflow-x: hidden;
}
body.modal-open{
  overflow: scroll !important;
}
body{
  padding-right: 0 !important;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
  padding:10px 0;
  letter-spacing: 1px;
  font-family:"Play";
  color:#fff;
  font-weight: 700;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:15px;
  font-weight:300;
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none;
  /* color:#222222; */
}
a:hover{
  text-decoration:none;
  /* color:#666; */
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{
  margin:0 0 0 15px;
  padding:0;
}
ul li, ol li{
  font-size: 14px;
}
:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 100%;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"],
textarea{
  border:1px solid #424648;
  font-size:16px;
  padding:10px 18px;
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
  color: var(--white);
}
section{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  background: #2139c4;
  color: #fff;
}
input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 80px;
}
.bounce, .flash, .pulse, .shake, .swing, .tada, .wobble, .bounceIn, .bounceInDown, .bounceInLeft, .bounceInRight, .bounceInUp, .bounceOut, .bounceOutDown, .bounceOutLeft, .bounceOutRight, .bounceOutUp, .fadeIn, .fadeInDown, .fadeInDownBig, .fadeInLeft, .fadeInLeftBig, .fadeInRight, .fadeInRightBig, .fadeInUp, .fadeInUpBig, .fadeOut, .fadeOutDown, .fadeOutDownBig, .fadeOutLeft, .fadeOutLeftBig, .fadeOutRight, .fadeOutRightBig, .fadeOutUp, .fadeOutUpBig, .flip, .flipInX, .flipInY, .flipOutX, .flipOutY, .lightSpeedIn, .lightSpeedOut, .rotateIn, .rotateInDownLeft, .rotateInDownRight, .rotateInUpLeft, .rotateInUpRight, .rotateOut, .rotateOutDownLeft, .rotateOutDownRight, .rotateOutUpLeft, .rotateOutUpRight, .slideInDown, .slideInLeft, .slideInRight, .slideOutLeft, .slideOutRight, .slideOutUp, .rollIn, .rollOut, .zoomIn, .zoomInDown, .zoomInLeft, .zoomInRight, .zoomInUp, .slideInUp{
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible!important;
}
iframe{
  width: 100%;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.bypostauthor{
  margin:0;
  padding:0;
}
.hovereffect a {
  border: 1px solid #333;
  padding: 10px;
  color: #333333;
  font-weight: bold;
}
.carousel-inner{
  margin: 0;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,
img.alignleft{
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
  padding:5px;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
a.small-button{
  background:#3890cb;
  padding:5px 30px;
  border-radius:3px;
  color:#fff;
  display:table;
  margin:0 auto;
}
a.small-button:hover{
  color:#fff;
  background:#0c5f96;
}
table, td, th {
  border: 1px solid black;
}
/* ==========================================================================
   Calendar Widget Style
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
    border: 1px solid #fff;
    color: #000000;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
    color: #7f8391;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #7f8391;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody #today{
   background-color: #bbb;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #7f8391;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}
/*-------------------------Topbar-----------------------------*/
#topbar {
  background: transparent linear-gradient(90deg, #30BEEF 0%, #C91585 100%);
}
#topbar span.socialico-title {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0px;
  color: #7d8086;
  font-weight: 700;
  font-family: "Play";
}
#topbar .vwsmp_front {
  display: inline-block;
}
#topbar .vwsmp_front a{
  background: transparent;
  margin:0;
  color: #5a5b5f;
}
#topbar .vwsmp_front a i{
  font-size: 15px;
}
.order-track-hover .woocommerce{
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 3;
  padding: 10px 23px;
  width: 392px;
  box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}
.order-track-hover:hover .woocommerce {
  display: block;
}
#topbar p{
  font: 400 14px / 17px ABeeZee;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 0;
}
#topbar .social_icon i{
  color: #fff;
}
.social_icon img{
    transition: transform 0.4s ease;
}
.social_icon:hover img {
  transform: scale(1.3); 
}
#topbar .woocommerce p{
  color: #000;
}
#topbar i{
  font-size: 18px;
  color: #fff;
}
/* ==========================================================================
   Spinner Style
   ========================================================================== */
.spinner-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--orange);
  cursor: pointer;
  z-index: 9999;
}
.spinner-loading-box .lds-roller{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateY(-50%);
}
.spinner-loading-box .lds-roller div {
  position: absolute;
  border: 0px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.spinner-loading-box .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.spinner-loading-box .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.spinner-loading-box .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.spinner-loading-box .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.spinner-loading-box .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.spinner-loading-box .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.spinner-loading-box .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.spinner-loading-box .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.spinner-loading-box .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.spinner-loading-box .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.spinner-loading-box .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.spinner-loading-box .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.spinner-loading-box .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.spinner-loading-box .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.spinner-loading-box .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.spinner-loading-box .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.spinner-loading-box .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
   Header Style
   ========================================================================== */
#sticky-onoff{
  display: none;
}
.main-header-box #sticky-onoff{
  display: none;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999999;
}
.sticky .search-icon i{
   color: #9a9da4;
}
#vw-sticky-menu.sticky {
  margin-top: 0;
  padding: 10px 20px
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
.menubar.sticky{
    margin: 0;
    background: #000;
    padding: 10px 0;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
.menubar ul{
  list-style-type: none;
}
.site-header .header-logo a{
  font-size: 22px;
  color: #fdb819;
  font-family: "Play";
  font-weight: 900;
}
.site-header .header-logo h1{
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 30px;
}
.site-header .header-logo p{
  font-size: 14px;
  letter-spacing: 0px;
  /* color: #fff; */
  font-family: "Play";
  font-weight: 600;
  margin-bottom: 0;
}
.site-header .header-wrapper .row{
  align-items: center;
}
#header .header-phone i{
  width: 35px;
  height: 35px;
  background-color: #fdb819;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  padding: 5px 9px;
  position: relative;
}
#header .header-phone i:after{
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 12px solid #fdb819;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: rotate(31deg);
}
#header .header-phone p{
  font-size: 21px;
  color: #232732;
  font-family: "Play";
  font-weight: 400;
  margin-bottom: 0;
}
#header .header-phone span{
  font-size: 14px;
  letter-spacing: 0px;
  color: #21b8cd;
  font-family: "Montserrat";
  font-weight: 500;
}
#header .header-wrapper{
  padding: 10px 0;
}

.site-header {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
}



/* ==========================================================================
   Scroll Top Style
   ========================================================================== */
#return-to-top {
    background-color: var(--orange);
    width: 50px;
    height: 50px;
    display: flex !important;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s 
linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s 
ease;
    z-index: 5;
    border-radius: 50%;
    padding: 14px 0px;
    position: fixed;
    right: 10px;
    margin: auto;
    bottom: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#return-to-top i {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top.left{
   left: 10px;
   right: auto;
}
#return-to-top.center{
   left: 50%;
   right: 50%;
}
#return-to-top.right{
   left: auto;
   right: 1%;
}
/* ==========================================================================
   Section Menu Bar
   ========================================================================== */

.hamburger {
  padding-left: 10px
}

.side-navigation {
  padding: 0;
  margin: 0;
  text-align: left
}
.side-navigation>li {
  list-style: none;
  margin-bottom: 10px
}
.close-sidebar {
  font-size: 35px;
  padding-right: 8px;
  color: fff;
  text-align: right
}
.headerbar {
  display: none;
  font-size: 30px;
  text-align: right;
  font-weight:900;
  color:#000;
}
amp-sidebar#sidebar1 {
  display: none
}
.i-amphtml-sidebar-mask {
  position: static!important
}
.side-navigation ul {
    display: flex;
    gap: 17px;
    justify-content: end;
    margin: 0;
}
.side-navigation li {
  display: inline-block;
  margin: 0;
  position: relative;
    padding: 15px 20px 15px 15px;

}
.side-navigation a {
    text-decoration: none;

    white-space: nowrap;
    display: block;
    font: 400 15px / 19px Play;
    letter-spacing: 0px;
    color: #fff !important;
}
.side-navigation li:first-child{
  border-left: none;
}
.side-navigation li.current_page_item a {
   border-bottom: 2px solid #fff;
    display: inline-block;
    color: #ffffff;
}
.side-navigation li.current-menu-item{
     position: relative;
         z-index: 1;
         background: var(--orange);
         border: 1px solid #fff;
}
.primary-menu>li.current-menu-item::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -59px;
    width: 60px;
    height: 100%;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: #2139c4;
    z-index: -1;
}
.primary-menu>li.current-menu-item::before{
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: -62px;
    width: 61px;
    height: 52px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: #fff;
    z-index: -1;
} 
.side-navigation li.current-menu-item:not(.home)::before {
    bottom: -1px;
    right: 0;
    left: -61px;
      width: 61px;
    height: 51px;
}
.side-navigation ul li a:active {
  color: #082b45
}
.side-navigation ul li a:hover {
  color: #fff;
  text-decoration: underline
}
.side-navigation ul ul {
  display: none;
  position: absolute;
    right: 0;
  top: 85%;
  background: #2139c4;
  min-width: 215px;
  z-index: 9999;
  padding-left: 0;
}
.side-navigation ul ul ul {
  left: 31%;
  top: 41px;
}
.side-navigation ul ul a {
  color: #fff !important;
  padding: 10px 17px 10px 25px;
}
.side-navigation ul li.menu-item-has-children a:before{
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
    right: 0px;
  position: absolute;
  top: 16px;
  font-size: 10px;
  font-weight: 900;
  transition: all .5s ease 0s;
}
.side-navigation ul.sub-menu li a:hover:before {
  color: #fff;
  padding-left: 20px;
}
.side-navigation ul.sub-menu li a:before{
  content: unset !important;
}
.main-header .side-navigation ul.sub-menu li a:hover{
  color: #000 !important;
}
.side-navigation ul ul a:hover {
  color: #fff;
  /* padding-left: 35px */
}
.side-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none!important;
  padding: 0
}
.nav-menu ul ul li:last-child {
  border-bottom: 0
}
.side-navigation ul li:hover>ul {
  display: block
}
.nav-menu a:hover {
  color: #121212
}
.nav-menu .menu>ul>li.highlight {
  background-color: #006ccc
}
.nav-menu .menu>ul>li.highlight:hover {
  background: 0 0
}
.main-menu-navigation {
  margin: 30px 0 0
}
.toggle-menu,
a.closebtn {
  display: none
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous{
  width: 100%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: right;
  width: auto;
}
#header-menu i.fas.fa-search {
    color: #8e9299;
    cursor:pointer;
}
.side-navigation .sub-menu li a{
    color: #fff;
    text-align: left;
}
/* ----------- Background Attachment ------------ */
.section_bg_scroll{
  background-attachment: scroll;
}
.section_bg_fixed{
  background-attachment: fixed;
}
/*----------------------  index ---------------------------*/
.post-section {
  padding: 20px 0;
}
.postwrapper-box{
  border: 2px solid #eeeeee;
}
.cat-box {
  background: url(images/cat-icon.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0 30px 0;
}
.date-box {
  background: url(images/date.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
}
/* ==========================================================================
   Section Headings
   ========================================================================== */
section h2{
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #242424;
  font-family: "Play";
  font-weight: 800;
  margin-bottom: 0;
  padding-top: 0;
}
section h3 {
  font-size: 28px;
  letter-spacing: 2px;
  color: #fff;
  font-family: "Play";
  font-weight: 500;
  padding: 0;
}
section h4{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
section h5{
  color:#fff;
  font-weight:bold;
  margin:0 0 10px 0;
  padding:0;
}
.innerbox{
  background-size:100% 100%;
}
#about {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
/*--------------------- Section Heading------------------------*/
.section-heading{
  text-align: center;
}
.section-heading h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-heading p {
  margin: 0;
  padding: 10px 0;
}
.head_white{
  color: #ffffff;
}
.head_black{
  color: #000000;
}
/* ==========================================================================
   Shortcode Style
   ========================================================================== */
.testimonial-shortcode .testimonials-contents {
  margin-bottom: 20px;
  background-color: #1b1c1e;
  padding: 20px;
}
.testimonial-shortcode .testimonials-contents .client-image{
  display: flex;
  align-items: center;
}
.testimonial-shortcode .testimonials-contents img{
  border-radius: 50px;
}
.testimonial-shortcode .testimonials-contents .client-image i{
  color: #fdb819;
  font-size: 2rem;
}
.testimonial-shortcode .testimonials-contents a.client-title{
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 35px;
  color: #fdb819;
  font-weight: 700;
  font-family: "Play";
  display: block;
  margin: 5px 0;
}
.testimonial-shortcode .testimonials-contents span.client-desig{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 400;
  font-family: "ABeeZee";
  display: block;
}
/* ==========================================================================
   Single Pages Style
   ========================================================================== */
.single-page-content p{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9a9da4;
  font-family: "ABeeZee";
  font-weight: 500;
  padding-top: 20px;
}
.comment-body p{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9a9da4;
  font-family: "ABeeZee";
  font-weight: 500;
}
.content_page p{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "ABeeZee";
  font-weight: 500;
}
/* ------------------Single Post ----------------- */
#single_post .postbox .postbox-content {
  position: static;
}
#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px #ffffff;
}
.posttitle a{
  font-size: 22px;
  color: #000;
  font-family: "Play";
  font-weight: 900;
  padding-top: 5px;
}
.posttitle a:hover{
  color: #fdb819;
}
.page-header h1{
  color: #fff;
  font-family: "ABeeZee";
  font-weight: 600;
}
.entry-title{
  color: #fff;
  font-family: "ABeeZee";
  font-weight: 600;
  text-align: center;
      text-transform: capitalize;
}
.single-post-content table td{
  text-align: center;
}
.single-post-content .wp-audio-shortcode{
  margin-bottom: 50px;
}
.author_links a{
  color: #111;
  font-family: "ABeeZee";
  font-weight: 600;
}
/*------------------ Contact Page -----------------*/
/* .contact-page-details{
  padding-bottom: 30px;
} */
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  border:none;
  background-color: #282828;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  /* border: 1px solid var(--orange); */
}
/* .contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 75px;
  margin: 10px 12px 13px 0;
  height: auto;
  border:1px none;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
} */
.contact-box .wpcf7 input[type="text"]::placeholder{
  font-family: 'Muli', sans-serif;
}
.contact-box .wpcf7 input[type="email"]::placeholder{
  font-family: 'Muli', sans-serif;
}
.contact-box .wpcf7 textarea::placeholder{
  font-family: 'Muli', sans-serif;
}
.contact-box .contac_form input[type="submit"]{
  border-radius: 2px;
  font-family: 'Muli', sans-serif;
  padding: 12px 20px;
  display: block;
  /* margin: 15px auto 0 auto; */
  /* margin:0  auto; */
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.contact-color-bg form textarea{
  margin-right: 10px;
  /* border-radius: 5px; */
  padding-left: 20px;
  padding-top: 23px;
  font-size: 16px;
  /* border: 1px solid var(--orange); */
}
.contact-box .google-map{
  margin-bottom: 30px !important;
}
.contact-box .contact-head{
  text-align: center;
  padding-bottom: 30px;
}
.contact-box .contact-head p{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #6e6e6e;
  font-family: "ABeeZee";
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
}
.contact-box .contact-head h2{
  font-size: 32px;
  color: #222222;
  font-family: "Play";
  font-weight: normal;
  padding-bottom: 10px;
  font-weight: 600;
}
.contact-box .contact-details-box{
  align-items: center;
}
.contact-box .contact-details-box span{
  font-size: 18px;
  letter-spacing: 0px;
  color: #404042;
  font-family: "Play";
  font-weight: 900;
}
.contact-box .contact-details-box p{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9f9fa0;
  font-family: "ABeeZee";
  font-weight: 400;
  margin-bottom: 0px;
}
.contact-box .contact-details-box i{
  font-size: 25px;
  color: #fdb819;
}

/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
.main_title {
  margin-top: 20px;
}
.main_title h1{
  padding: 0;
  margin-bottom: 22px;
  font-size: 36px;
  color: #000;
  font-family:"ABeeZee";
  font-weight: bold;
  letter-spacing: 2px;
  font-weight: 600;
}

/* ----------newly added contact page------ */
.contact-box{
  margin-bottom: 4%;
  margin-top: 4%;
}
.contact-color-bg{
     background: #1A1A1A;
  box-shadow: 0 3px 6px #00000029;
  padding: 25px 41px 0px 23px;
}
.contact-box .contactpage-details{
  /* background: transparent linear-gradient(90deg, #32BDEE 0%, #C81786 100%); */
  /* padding: 22px 22px 3px 22px;
  margin-right: 12px; */
}
.contact-box .info-title{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.contact-box .info-para{
  color: #fff;
}
.contactpage-icon i, .contactpage-icon a{
  color: #fff;
}
.contactpage-icon i{
  margin-right: 11px;
  font-size: 17px;
}
.contactpage-icon a{
  font-size: 16px;
}
.contac_form textarea.wpcf7-form-control.wpcf7-textarea{
  height: 140px;
}
 .contact-box .text-center{
   padding-bottom: 0!important;
 }
/* -----------page right sidebar----------- */

/* ----------typography------ */
 #typography-sec{
   margin-top: 4%;
}
#typography-sec #sidebar .widget{
  margin-top: 17px;
}
 /* ----------404 not found------ */
   .heading-found{
   font-size: 42px;
   color: var(--white);
 }
 .page-content .text-404{
   font-size: 17px;
 }
 /* .page-content a{
   font-size: 19px;
   letter-spacing: 1px;
   line-height: 30px;
   color: #1b1b1b;
   font-weight: 700;
   font-family: "Play";
   text-align: center;
   background-color: #fdb819;
   border-radius: 50px;
   padding: 11px 30px;
   margin-top: 3%;
   border:2px solid #fdb819;
 }
.page-content a:before{
 background-color: black;
 border-color: #fdb819;
}
.page-content a:hover{
 color: #fff;
} */
.page-content a:hover{
  color: #fff;
}


/* ------blog right sidebar */
#blog-right-sidebar .middle-align{
  margin-top: 5%;
}
.our-blogs-image{
  height: 100%;
  position: relative;
}
.our-blogs-image::after{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.our-blogs-contents:hover .our-blogs-image::after{
  opacity: 0.5;
}
.our-blogs-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog-left-sidebar img, #blog-right-sidebar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-post-box .post-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

 /* --------------about Us page-------- */
 #about-us-upper .upper-head{
   font: 800 32px/40px "Play";
    letter-spacing: 1px;
    color: var(--white);
    margin-bottom: 0;
    padding-top: 0;
 }
  #about-us-upper .upper-para{
    font: 400 14px/24px "ABeeZee";
    margin-top: 14px;
  }
  #about-us-upper .upper-icon i{
    color: var(--orange);
    font-size: 21px;
    margin-right: 15px;
  }
    #about-us-upper .upper-icon-right{
    list-style: none;
  }
    #about-us-upper .icon-head{
    font-size: 16px;
    line-height: 2;
    font-family: ABeeZee;
  }
 
#about-us-upper a:hover, .main-goals a:hover{
  color: #fff;
}
 #about-us-upper .about-right-content{
   padding: 10px 13px 10px 34px;
 }
 #about-us-upper .upper-icon{
  margin-left: 0;
  padding: 0;
 }
 #about_page .section-head {
   text-align: center;
 }
 #about_page .we-do-head{
   font: 800 30px/30px "Play";
 }
  #about_page .expertise{
   width: 50%;
   margin: 0 auto;
}
  /* #about_page .main-goals{
  background-color: #f7f7f7;
  padding: 36px 14px 39px 14px;
  background-clip: content-box;
} */
 #about_page .our-goals{
    padding: 23px 17px 31px 20px;
    border: 1px solid var(--orange);
}
.us-upper-img{
  height: 435px;
}
.us-upper-img img{
  height: 100%;
object-fit: cover;
}
/*---------------- Custom Footer ----------------------*/
.footer_form .section-heading {
  text-align: center;
}
.footer_form {
  padding: 0 40px 40px;
}
.footer_form .section-heading h3 {
  color: #ffffff;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 11px;
  border: none;
  font-weight: bold;
}
.footer_form .section-heading p{
  color: #ffffff;
}
.footer_form input[type="text"], .footer_form  input[type="tel"], .footer_form  input[type="email"], .footer_form  input[type="phno"], .footer_form  input[type="password"], .footer_form  textarea {
  border: 1px solid #ffffff;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: transparent;
  color: #ffffff;
  font-style: italic;
}
.footer_form  textarea {
  height: 120px;
}
.footer_form input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: #1e202c;
}
.footer_form input::-webkit-input-placeholder, .footer_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.footer_form input::-moz-placeholder, .footer_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.footer_form input:-ms-input-placeholder, .footer_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.footer_form input:-moz-placeholder, .footer_form textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

/* ==========================================================================
   Search Bar Style
   ========================================================================== */
.serach_outer {
  position: fixed;
  width: 100%;
  height:0;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: #121212;
  opacity: 0.9;
}
.serach_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.closepop {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 17px;
  padding: 4px 0 0 0;
  color: #fff;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid #fff;
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid #fff;
  color: #fff;
  border-top:none;
  border-left: none;
  border-right: none;
}
.search_popup input.search-field::placeholder{
  font-size: 17px;
  color:#fff;
}
.search_popup .search-submit {
  color: #fff;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border:none;
}
/* ==========================================================================
   Section Footer
   ========================================================================== */
#footer{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position:relative;
  color:#777777;
  text-align:left;
  background-color: #282828;
  padding: 50px 0;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer-social .socialbox a {
  border-right: none;
}
.footer-social .socialbox a i {
  color: #ffffff;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form{
  border: none;
  background: transparent;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid #fff;
  margin: 20px 2px;
}
#footer form.search-form input[type="search"]{
  width: 100%;
  margin-bottom: 0px;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  color: #7f8391;
  font-size: 13px !important;
}
.main_sociobox {
  padding: 20px 0;
}
.footer_hide{
  display:none;
}
#footer h3 {
  position: relative;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Play";
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
  position: relative;
  border-bottom: 1px solid #525151;
}
#footer ul li:before{
  content: '\f054';
  font-family:'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: 13px;
  color: #878585;
  padding-right: 15px;
}
#footer .widget_recent_entries ul li:before{
  content: "";
  padding: 0;
  display: unset;
}
#footer ul li a {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Play";
}
#footer ul li a:hover{
  color: var(--orange);
}
#footer .about_me table{
  margin-bottom: 0;
}
#footer .about_me table p {
  line-height: 26px;
  padding-left: 8px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #7d8086;
  font-weight: 400;
  font-family: "ABeeZee";
}
.widget_recent_entries img {
  width: 100px;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 20px !important;
}
#footer .textwidget input[type="email"]::placeholder{
  font-size: 15px;
  letter-spacing: 0px;
  color: #8f8f8f;
  font-family: "Play";
  font-weight: 400;
}
#footer .textwidget input[type="email"] {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 8px 15px;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 35px;
  color: #8f8f8f;
  font-weight: 400;
  font-family: "Play";
}
#footer .textwidget input[type="submit"] {
  font-size: 18px;
  letter-spacing: 0px;
  color: #f6efed;
  font-weight: 400;
  font-family: "Anton";
  text-align: center;
  background-color: #fdb819;
  border-radius: 50px;
  padding: 15px 30px;
  margin-top: 20px;
}
#footer .about_me i{
  font-size: 16px;
  color:#2139c4;
  padding-top: 10px;
  margin-bottom: 8px;
  text-align: right;
  font-weight: 600!important;
  font-family: 'Font Awesome 5 Free';
}
#footer .widget td {
  padding-top: 0px !important;
  /* padding-bottom: 0; */
}
#footer .widget .message{
  margin-top: 9%;
}
.footer-details .widget_media_image{
      margin-bottom: 30px;
}
#footer .widget p {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  font-family: "ABeeZee";

}
#footer .post-content a {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Anton";
}
#footer .widget_recent_entries .recent-post-box{
  align-items: center;
}
#footer .widget_nav_menu ul{
  margin-left: 0;
}
#footer .recent-post-box .post-thumb{
  padding: 0;
}
#footer .widget ul{
    margin-left: 0;
    padding-left: 0;
}
#footer .widget_media_gallery #gallery-1 img{
  border:none;
}
#footer #gallery-1 .gallery-item{
  margin:0;
}
#gallery-1 .gallery-item{
    margin: 3px !important;
        width: 30% !important;
}
#footer .custom-social-icons i{
  color: #fff;
}
/* #footer .custom-social-icons{
  padding-top: 30px;
} */
#footer .custom-social-icons a{
  /* margin-bottom: 5px; */
  display: inline-block;
  margin-right: 0;
  width: 100%;
  /* height: 40px; */
  /* padding: 10px 12px; */
  /* margin-right: 8px; */
  border-radius: 0%;
  color: #fff;
  border-bottom: 1px solid #525151;
  color: #7d8086 !important;
  font-size: 15px;
  font-family: ABeeZee;
}
#footer .custom-social-icons a:hover,#footer .custom-social-icons a:hover i {
  color: var(--orange)!important;
}
#footer .contact-text a:hover{
    color: var(--orange);
}
#footer #recent-posts-3 li{
  border-bottom:none;
}
#footer .recent-post-box p{
  line-height: 11px;
}
#footer .widget_products ins{
  text-decoration: none;
}
#footer .about_me aside table{
    border-bottom: 1px solid #525151;
  margin: 10px 0;
}
#footer .about_me aside table td{
  padding-right: 0;
}
#footer h1,
#footer h2,
#footer h4,
#footer h5,
#footer h6{
  color: #fff;
  font-family: "Play";
  font-weight: 800;
}
/* ==========================================================================
   Section Copyright
   ========================================================================== */
.copyright{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.copyright .copyright-outer{
  background-color: #1A1A1A;
  margin-top: 30px;
  align-items: center;
  padding: 0px 10px;
      background-size: cover;
}
.copyright p {
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: start;
  font-size: 15px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Play";
}
.copyright .paymentimg {
  padding: 20px 0;
  text-align: center;
}
#footer .contact-text a, #footer .contact-text{
  color: #fff;
}
.footer-payment-img{
      display: flex;
    justify-content: end;
    gap: 10px;
}
/* --------- Social Icon Widget ------- */
.social_widget a {
  color: #8e929f;
  padding: 7px 7px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 11px;
  width: 20px;
  text-align: center;
  line-height: 46px;
  color: #7d8086 !important;
}
/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/* --------- Blog Page ------- */
.postbox-content .post-text{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #9a9da4;
  font-family: "ABeeZee";
  font-weight: 500;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: block;
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
   -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  padding: 20px;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
 margin-left: 8px !important;
 font-size: 18px;
 border-bottom: 1px solid #ffffff;
 padding-bottom: 2px;
}
.widget_recent_entries li {
  padding: 10px 0;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px;
  font-weight:bold;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
}
#single_post .metabox .entry-date{
  margin:0 13px 0 0;
  color: var(--white);
  font-family: "play";

}
.metabox .entry-author{
  /* padding: 0 0 0 20px; */
  margin:0 20px 0 0;
  font-family: "ABeeZee";
}
.single-inner-content .metabox .entry-author a{
  font-family: "play";
   color: var(--white);
}
#single_post .single-inner-content .metabox .entry-comments{
  padding: 0 0 0 20px;
  font-family: "play";
  color: var(--white);
}

#single_post .content_page p{
  color: var(--white);
}
.logged-in-as a{
  color: var(--orange);
}
.logged-in-as a:hover{
  color: var(--orange);
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.post-featured img {
  width: 100%;
}
.authordetails{
  padding: 30px 0;
}
.authordetails .author_links{
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.authordetails .b-content {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "ABeeZee";
  font-weight: 500;
  font-style: italic;
}
h2#reply-title{
  font-family: "ABeeZee";
  color: var(--white);
}
.authordetails ul {
  list-style-type: none;
  margin-left: 18%;
  margin-top: 10px;
  position: relative;
}
.authordetails ul li {
  display: inline;
}
.authordetails ul li a i {
  background-color: #000;
  padding:15px 15px 9px 15px;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.authordetails img{
  border-radius: 50%;
}
#comments input[type="submit"]{
  background-color: #000 !important;
  color: #fff !important;
  font-family: "ABeeZee";
}
/* -------blog inner search----- */
.wp-block-search__inside-wrapper{
  display: block;
}
label.wp-block-search__label{
  display: none;
}
button.wp-block-search__button.wp-element-button{
  width: 100%;
  background-color: var(--orange);
  padding: 10px;
  margin-left: 0;
  font-weight: 600;
  color: #fff;
}
.wp-block-group__inner-container h2{
  font-size: 32px;
      font-weight: 700;
      color: var(--white);
}
/* --------- Inner Pages --------- */
.more_info a {
  background: #333;
  color: #ffffff;
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: #ffffff;
  color: #333333;
}
/* ----------------------- POST---------------------- */
/* a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: #fdb819;
  color: #000;
  border: 1px solid #fdb819;
} */
.woocommerce nav.woocommerce-pagination ul{
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
  border-right: 0 !important;
}
a.page-numbers{
    padding: 10px !important;
    color: #fff;
    border: 1px solid var(--orange);
}
a.page-numbers:hover{
  background: var(--orange);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--orange);
  color: #fff;
  padding: 11px !important;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
  background: #d3da36;
  color: #fff;
}
.blog-icon i.fa-google-plus {
  padding: 12px 10px 12px 11px
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
    opacity: 1;
    padding: 10px 25px;
    backdrop-filter: blur(47px) saturate(230%);
    -webkit-backdrop-filter: blur(17px) saturate(180%);
    background-color: rgb(44 39 39 / 65%);
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.bradcrumbs a{
  color:#fff;
  /* padding:5px 15px; */
  margin-right:5px;
  /* text-transform: uppercase; */
}
.bradcrumbs a:hover{
  color: var(--orange);
}
.tm-titlebar-inner-wrapper{
      padding-top: 60px;
}
/* .bradcrumbs span{
  background:#dddddd;
  color:#000;
  padding:5px 15px;
} */
/*------------------ Comments BOX ------------------*/
#comments ul{
  list-style-type: none;
}
#comments ol{
  list-style-type: none;
}
#comments .reply{
  float: none !important;
  margin-bottom: 30px;
}
#comments .reply a{
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--white);
  font-family: "PT Sans";
  font-weight: 700;
}
#comments .commentmetadata a{
  font-size: 18px;
  padding-top: 8px;
  display: inline-block;
}
#comments h2.comments-title{
  padding-bottom: 20px !important;
  color: var(--white);
}
/* ----------- Background Attachment ------------ */
.section_bg_scroll{
  background-attachment: scroll;
}
.section_bg_fixed{
  background-attachment: fixed;
}
/* ---------- Button Animation ---------- */
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 50px;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -3px;
  right: -3px;
  bottom: -2px;
  background: transparent;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 50px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
  border-radius: 50px;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 50px;
}
/* ==========================================================================
   Section Slider
   ========================================================================== */
   
  .slider-heading{
    font-family: Play;
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 75px;
    text-transform: capitalize;
    position: absolute;
    background: #2139c4;
    /* clip-path: polygon(0px 0px, 823px 0px, 823px 243.443px, 411.5px 243.443px, 205.75px 243.443px, 102.875px 243.443px, 0px 342px, 0px 0px); */
    left: 0px;
    height: 250px;
    color: #fff;
    display: flex;
    width: 750px;
    top: 18%;
    padding-left: 15%;
    padding-top: 40px;
    padding-right: 10px;
  }
    .slider-heading::after{
     content: '';
    position: absolute;
    /* inset: 0; */
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: var(--orange);
    width: 60px;
    height: 70px;
    left: 0;
    bottom: -69px;
    }
  .slider-btm{
     position: absolute;
    margin-top: 35px;
    width: 19%;
    margin-left: -47px;
  }
  .slider-btm p{
    font-size: 25px;
    letter-spacing: 0;
    color: #ffffff;
    font-weight: 400;
    font-family: "Kaushan Script";
    line-height: 40px;
    margin-bottom: 50px;
  }

  #slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    bottom: 45px;
    left: 0;
    right: 0;
    width: min-content;
    z-index: 1;
    position: absolute;
    bottom: 5%;
    margin: 0 auto;
    gap: 10px;
  }

  #slider .owl-dot {
      width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: var(--white);
    cursor: pointer;
    border-radius: 0;
  }
  #slider .owl-dot.active {
      background: var(--orange);
 
  }
  .dots-wrap{
    background: var(--grey);
    position: absolute;
    bottom: 0;
    width: 809px;
    height: 395px;
    /* clip-path: polygon(0px 0px, 578.105px 0px, 809px 200px, 0px 200px, 0px 0px); */
    clip-path: polygon(0 66%, 75% 66%, 100% 100%, 0% 100%);
  }

  .slider-social-icon{
    position: absolute;
    bottom: 5%;
    margin-left: -40px;
  }
  .header-wrap{
   padding: 20px 0;
  }
  .header-wrap{
  position: relative;
  }
  .header-wrap::after{
    content: '';
    position: absolute;
    padding: 20px 0;
    clip-path: polygon(1105px 121px, 146.912px 121px, 0px 0px, 1104px 0px, 1112px 115px);
    background: #282828;
    top: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    width: 60%;
    z-index: -1;
  }
   .banner-bg {
    background-size: 100% 100%;
      background-repeat: no-repeat;
      height: 100%;
  }
  .banner-content-wrap{
    max-width: 80%;
    margin: 0 auto;
  }

#dealof-week .dot div {
  display: none;
}
#dealof-week .product-img{
  width: 285px;
  height: 165px;
  margin: 0 auto;
}
#dealof-week .product-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-deal .numbers {
  font: normal normal bold 18px / 21px Play;
  letter-spacing: 0px;
  color: #303030;
  padding: 7px;
}
.slider-deal p .numbers{
  border-style: solid;
  border-width: 2px;
  border-image: linear-gradient(90deg, #30BEEF 0%, #C91585 100%) 1;
}

#slider .product-price del{
  display: none;
}
#slider ins bdi{
  font: normal normal bold 18px / 20px Poppins;
  letter-spacing: 0px;
  color: #C50000;
  margin-bottom: 0;
  text-align: center;
}
#slider ins {
  text-decoration: none;
}
.slider-deal-bttm{
  background: transparent linear-gradient(90deg, #32BDEE 0%, #C81786 100%);
  padding: 30px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.slider-deal-bttm h4{
  color: #FFFFFF;
    font: normal normal bold 22px / 26px Play;
    letter-spacing: 0px;
}
.slider-deal-bttm p{
  font: normal normal normal 12px / 14px ABeeZee;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 0;
}
.banner-content-wrap p{
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 22px;
  font-family: 'Play';
}
.banner-content-wrap .slider-baner-weight{
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.banner-two-content-wrap h3{
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 700;
}
.banner-two-per p{
  font: normal normal bold 12px / 14px Play;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 5px;
}
.banner-two-content-wrap a{
  margin: 0 auto;
}
.banner-two-per{
  background: transparent linear-gradient(90deg, #32BDEE 0%, #C81786 100%);
  width: max-content;
  margin: 0 auto;
  padding: 10px 20px;
}
.theme-btn{
    display: inline-block;
    width: max-content;
    padding: 10px 35px;
    font-weight: 500;
    color: #2139c4;
    border-radius: 50px;
    position: relative;
    border: 1px solid #2139c4;
    background: #1A1A1A;
    font-family: "ABeeZee";
}

.theme-btn:hover{
  background:#2139c4;
  color: #fff;
}

.theme-btn:hover::before{
  opacity: 1;
}
.theme-btn:hover{
  /* background: transparent;
  color: #fff;
  border-image: linear-gradient(90deg, #30BEEF 0%, #C91585 100%) 1;
  border-style: solid;
  border-width: 4px; */
  /* background:#C91585;
  color: #fff; */
}
.slider-deal .progress-bar{
  background: transparent linear-gradient(90deg, #32BDEE 0%, #C81786 100%) 0% 0% no-repeat padding-box;
  position: relative;
  border-radius: 10px 0 0 10px;

}
.slider-deal .progress{
  height: 5px;
  border-radius: 10px
}
.progress,.progress-bar{
  overflow: visible !important;
}
.progress-bar::after{
  content: '';
  position: absolute;
  top: -6px;
  right: -14px;
  bottom: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #C31D8A;
  border-radius: 50%;

}

.dis-meta{
  font: 500 14px / 18px ABeeZee;
  color: #000;
}
.sold-dis {
  color: #C50000;
}
.product-title  a{
  color: #1B1B1B;
  letter-spacing: 0;
  font-weight: 600;
}
.slider-deal-bttm-img{
  height: 100%;
  width: 170px;
  object-fit: cover;
}

#slider{
      border-bottom: 1px solid #2139c4;
}
/* ==========================================================================
   Section Our Features
   ========================================================================== */
#our-features .our-features-head{
  padding-bottom: 30px;
  text-align: center;
}
#our-features .our-features-content p {
text-align: left;
    margin: 0;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Play";
}
#our-features .our-features-content span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 18px;
    font-weight: 400;
    font-family: "ABeeZee";
    text-align: center;
}
#our-features #feature-loop{
  display: none;
}
.our-features-content:hover img{
    animation: flipInX 3s infinite;
}
/* #our-features .owl-carousel  .feature-left img{
      width: 70px !important;
} */
/* ==========================================================================
   Section Banner
   ========================================================================== */
#banner{
  padding: 0;
}
#banner .banner-content1 .banner-box-one,#banner .banner-box-one{
  padding: 50px 35px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
      z-index: 1;
}
#banner  .banner-box-one::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: linear-gradient(90deg, #1A1A1A 0%, #1A1A1A 45.05%, rgba(26, 26, 26, 0) 99.88%);
z-index: -1;
}
.banner-box-head{
  color: #fff;
}

#banner .banner-box-one h2 {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Play";
      padding-bottom: 0;
}
#banner .banner-box-one p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Kaushan Script";
}

/* #banner .banner-box-one a:before,#discovernow .discoverhoverbox a:before {
    background-color: #1b1b1b;
    border-color: #fdb819;
} */
.dot div{
  font-size: 4px;
}
#banner .banner-box-one a{
  font-family: "ABeeZee";
}

 h3.sec-title{
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-family: "Play";
    letter-spacing: 0px;
    position: relative;
}
/* ==========================================================================
   Section Popular Parts
   ========================================================================== */
#popular-parts{
  position: relative;
}
#popular-parts .popular-parts-head h3 {
  margin-bottom: 3%;

}
#popular-parts .owl-nav {
  position: absolute;
  top: -22%;
  right: 0%;
  width: 5%;
  display: flex;
}
#popular-parts .popular-parts-head h3:after {
  content: "";
  position: absolute;
  top: 30px;
    background-color: #525151;
  width: 43%;
  height: 1px;
  margin-left: 5%;
}
#popular-parts .arrivals-content {
    border: 1px solid #525151;
}
#popular-parts span.onsale {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #7d8086;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
  background-color: #efefef;
  padding: 7px 16px;
  border-radius: 50px;
}
#popular-parts .product-content h5{
  margin-top: 5%;
}
#popular-parts .product-content h5 a {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  font-family: "Play";
  width: 69%;
  display: inline-block;
}
#popular-parts del span.woocommerce-Price-amount.amount {
    font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  text-decoration: line-through;
  color: #525151;
  font-weight: 400;
  font-family: "Play";
}
#popular-parts ins{
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    font-family: "Play";
    text-decoration: none;
    margin-left: 20px;
}
#popular-parts .popular-rating {
  margin-top: 2%;
  margin-bottom: 9%;
}
.wishlist_table .product-add-to-cart a {
  line-height: 25px;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart ,#popular-parts a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,#new-arrivals .new-arrivals-box  a.add_to_cart_button.ajax_add_to_cart,
#dealof-week .product-content a.product_type_simple ,.product-add-to-cart a,
#productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button,#featured-prod .featured-prod-text a.add_to_cart_button.ajax_add_to_cart,
a.added_to_cart.wc-forward{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 40px;
  color: var(--orange);
  font-weight: 400;
  font-family: "ABeeZee";
  text-align: center;
  text-transform: capitalize;
    padding: 10px 35px;
  position: relative;
  border: 1px solid #2139c4;
  border-radius: 40px;
      background: #1A1A1A;
}
#productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button{
padding: 20px 13px;
    background: transparent;
}

#popular-parts a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added, #new-arrivals a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added,
 #dealof-week a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added, #featured-prod a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added{
  display: none;
}
.wishlist_table .product-add-to-cart a:hover,
#popular-parts .arrivals-content:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.new-arrivals-box:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart ,
.arrivals-content:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.sale-produt-content:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.top-product-content:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.featured-prod-box:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.related .product:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.featured-prod-box:hover  a.added_to_cart.wc-forward,.new-arrivals-box:hover a.added_to_cart.wc-forward,
.arrivals-content:hover  a.added_to_cart.wc-forward,.sale-produt-content:hover a.added_to_cart.wc-forward,
.sale-produt-content:hover  a.added_to_cart.wc-forward,.top-product-content:hover a.added_to_cart.wc-forward,
.top-product-content:hover  a.added_to_cart.wc-forward,.featured-prod-box:hover a.added_to_cart.wc-forward,
.related .product:hover  a.added_to_cart.wc-forward,.woocommerce ul.products li:hover a.added_to_cart.wc-forward{
  background: #2139c4 !important;
  color: var(--white) !important;
  border-radius: 50px;
}
.productsalebanner-box a.added_to_cart.wc-forward {
  display: flex;
  font-size: 14px;
  height: 75px;

  align-items: center;
}
#popular-parts .star-rating{
  margin:0;
}
#popular-loop{
  display: none;
}
#popular-parts .star-rating{
  color: #7d8086;
}
.product-sale-tag{
    background: #1A1A1A;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    font-family: 'Play';
    padding: 10px 20px;
}


/* ==========================================================================
   Section Auto Parts
   ========================================================================== */
#auto-parts{
  position: relative;
  padding-top: 0;
}
#auto-parts .auto-parts-head h3 {
  margin-bottom: 3%;
}
#auto-parts .owl-nav {
  position: absolute;
  top: -37%;
  right: 0%;
  width: 5%;
  display: flex
}
#auto-parts .auto-parts-head h3:after {
  content: "";
  position: absolute;
  top: 30px;
  background-color: #525151;
  width: 40%;
  height: 1px;
  margin-left: 5%;
}
#partners-loop{
  display: none;
}
.owl-carousel .owl-nav i:hover{
  color: var(--orange);
}
/* ==========================================================================
   Serial Discover Now
   ========================================================================== */
#discovernow .container-fluid,#discovernow{
  padding:0;
}
#discovernow .discovernowbox{
  position: relative;
}
#discovernow .discovernowbox::after{
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#discovernow .discovernowbox:hover .discoverhoverbox{
    border: 8px solid var(--orange);
    /* padding: 35% 5px 25px 5px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#discovernow .discoverhoverbox {
  position: absolute;
  padding: 92% 5px 25px 5px;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#discovernow .discoverhoverbox h3 a{
  font-size: 22px;
  line-height: 37px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
  letter-spacing: 0;
}
#discovernow .discoverhoverbox .button-one a{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--white);
    font-weight: 700;
    font-family: "ABeeZee";
    text-align: center;
    background-color: var(--orange);
    padding: 15px 20px;
    border-radius: 50px;
    opacity: 0;
}
#discovernow .discovernowbox:hover .discoverhoverbox .button-one a{
  opacity: 1;
}
#discover-loop{
  display: none;
}
.discovernowbox:hover h3{
  position: relative;
  top: -50px;
}
.discovernowbox img{
    height: 390px;
    object-fit: cover;
}
/* ==========================================================================
   Section New Arrivals
   ========================================================================== */
#new-arrivals{
  position: relative;
}
#new-arrivals .new-arrivals-head h3 {
  margin-bottom: 3%;
  position: relative;
}
#new-arrivals .owl-nav {
  position: absolute;
  top: -14%;
  right: 0%;
  width: 5%;
  display: flex;
}
#new-arrivals .new-arrivals-head h3:after {
  content: "";
  position: absolute;
  top: 30px;
  background-color: #525151;
  width: 62%;
  height: 1px;
  margin-left: 5%;
}
#new-arrivals .new-arrivals-box {
    position: relative;
    background: #1A1A1A;
}
#new-arrivals .new-arrivals-box span.onsale {
  position: absolute;
  background-color: #efefef;
  padding: 6px 20px;
  margin-top: 9%;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #7d8086;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
  text-transform: uppercase;
}
#new-arrivals .new-arrivals-box .arrivals-text {
  text-align: center;
  padding: 25px 0;
}
#new-arrivals .new-arrivals-box .arrivals-text h5 a {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
}
#new-arrivals .new-arrivals-box del {
  /* font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  text-decoration: line-through;
  color: #7d8086;
  font-weight: 700;
  font-family: "Play";
  text-align: center; */
  display: none;
}
#new-arrivals .new-arrivals-box ins {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
    color: #fff;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
  text-decoration: none;
  margin-left: 2%;
}
#new-arrivals .new-arrivals-box .new-arrivals-rating {
  margin: 8px 0 18px 0;
}
#arrivals-loop{
  display: none;
}

/* ==========================================================================
   Section Deal of week
   ========================================================================== */

#dealof-week{
  position: relative;
}
#dealof-week .dealof-parts-head h3 {
  color: #ffffff;
}
#dealof-week .owl-nav {
  position: absolute;
  top: -14%;
  right: 0%;
  width: 5%;
  display: flex;
}
/* #dealof-week .owl-nav i:hover{
  color: #f7b719;
} */
#dealof-week .dealof-parts-head h3:after {
  content: "";
  position: absolute;
  top: 30px;
  background-color: #333537;
  width: 55%;
  height: 1px;
  margin-left: 5%;
}
#dealof-week .arrivals-content {
  background-color: #1A1A1A;
}
#dealof-week .product-content {
  padding: 40px 12px;
}
#dealof-week .product-content h5 a {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-family: "Play";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#dealof-week .product-content del {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  text-decoration: line-through;
  color: #7d8086;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
}
#dealof-week .product-content ins {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
  text-decoration: none;
  margin-left: 2%;
}

#dealof-week .product-content .popular-rating {
  margin: 8px 0 8px 0;
}
#dealof-week .product-content .popular-rating .star-rating{
  margin: 0;
}

#dealof-week .product-content .countdowntimer .numbers{
  display: inline-block;
  width: 60px;
  height: 70px;
  border:1px solid #525151;
  margin-top: 15px;
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
  padding: 15px 5px;
}
#dealof-week .product-content .countdowntimer .numbers span{
  font-size: 14px;
  letter-spacing: 1px;
  color: #7d8086;
  font-family: "Play";
  font-weight: 400;
}
#dealof-loop{
  display: none;
}
#dealof-week .star-rating{
  color: #7d8086;
}

/* ==========================================================================
   Section sale banner products
   ========================================================================== */

#productsalebanner {
  position: relative;
}
#productsalebanner .sale-produt h3,#productsalebanner .top-product h3{
  /* font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Play";
  letter-spacing: 0px;
  margin-bottom: 5%;
  position: relative;
  color: #1b1b1b; */
}
#productsalebanner .sale-produt h3:after,#productsalebanner .top-product h3:after{
  content: "";
  position: absolute;
    top: 25px;
  background-color: #eeeeef;
  width: 26%;
  height: 1px;
  margin-left: 5%;
}
#productsalebanner .sale-produt-content,#productsalebanner .top-product-content{
  border-bottom: 1px solid #eeeeef;
  padding: 16px 0;
}
#productsalebanner .sale-produt-content:last-child,#productsalebanner .top-product-content:last-child{
  border-bottom:none;
}
#productsalebanner .sale-produt-content .post-img-wrapp,#productsalebanner .top-product-content .post-img-wrapp{
  border-radius: 50%;
}
#productsalebanner .sale-produt-content h5 a,#productsalebanner .top-product-content h5 a{
    font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  font-family: "Play";
}
#productsalebanner .sale-produt-content .star-rating,#productsalebanner .top-product-content .star-rating{
  margin: 0 0 10px 0;
}
#productsalebanner .sale-produt-content del,#productsalebanner .top-psale-produt-contentroduct-content del{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  text-decoration: line-through;
  color: #7d8086;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
}
#productsalebanner .sale-produt-content ins,#productsalebanner .top-product-content ins{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
  text-decoration: none;
  margin-left: 6%;
}
#productsalebanner .sale-produt-content .sale-produtcart,#productsalebanner .top-product-content .top-productcart {
    display: flex;
    align-items: center;
}
.productsalebanner-box .top-productcart, .productsalebanner-box .sale-produtcart{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.productsalebanner-box a.added_to_cart.wc-forward{
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 0;
    font-size: 0;
    position: relative;
    padding: 20px 25px;
    /* font-size: 14px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.productsalebanner-box a.added_to_cart.wc-forward::after{
    content: '\f06e';
    font-family: 'Font Awesome 5 Free';
    right: 0px;
    position: absolute;
    top: 16px;
    font-size: 10px;
    font-weight: 900;
    color:var(--orange);
    font-size: 25px;
    left: 0;
}
.productsalebanner-box a.added_to_cart.wc-forward:hover::after{
  color: #fff;
}
.productsalebanner-box a.added_to_cart.wc-forward::before{
  background: unset;
}

.sale-produt-content:hover a.added_to_cart.wc-forward::after{
  color: #fff;
}
/* #productsalebanner .sale-produt-content a.add_to_cart_button,#productsalebanner .top-product-content a.add_to_cart_button{
  padding: 20px 12px;
  border-style: solid;
  border-width: 4px;
  border-image: linear-gradient(90deg, #30BEEF 0%, #C91585 100%) 1;
  border-radius: 10px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  cursor: pointer;
} */
/* #productsalebanner .sale-produt-content:hover a.add_to_cart_button,#productsalebanner .top-product-content:hover a.add_to_cart_button{
  background-color: #f7b719;
} */
#productsalebanner .salebanner{
  position: relative;
  z-index: 1;
}
#productsalebanner .salebanner::after{
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
#productsalebanner .salebanner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #ffffff;
  margin: 22px;
  text-align: center;
  padding: 30px 15px;
  z-index: 1;
}
#productsalebanner .salebanner-content p{
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Play";
}
#productsalebanner .salebanner-content span{
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
  display: block;
  padding-bottom: 3.2em;
}
#productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button{
  color: black;
}

/* ==========================================================================
   Section Featured products
   ========================================================================== */
#featured-prod{
  position: relative;
}
#featured-prod .featured-prod-head h3 {
  position: relative;
}
#featured-prod .owl-nav {
  position: absolute;
  top: -14%;
  right: 0%;
  width: 5%;
  /* display:block!important; */
}
#featured-prod .featured-prod-head h3:after {
  content: "";
  position: absolute;
  top: 30px;
  background-color: #eeeeef;
  width: 62%;
  height: 1px;
  margin-left: 5%;
}
#featured-prod .featured-prod-box {
  border: 1px solid #525151;
  position: relative;
  margin: 15px 0;
  text-align: center;
  font-weight: 600;
}
#featured-prod .featured-prod-text{
  padding: 20px 0;
  background: #1A1A1A;
}
#featured-prod .featured-prod-text h5 a{
    font-size: 22px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  font-family: "Play";
}
#featured-prod .featured-prod-text del{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 28px;
    text-decoration: line-through;
    color: #7d8086;
    font-weight: 700;
    font-family: "Play";
}
#featured-prod .featured-prod-text ins{
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    font-family: "Play";
    text-decoration: none;
    margin-left: 2%;
}
#featured-prod .featured-prod-text a.add_to_cart_button.ajax_add_to_cart{
  color: var(--orange);
}
#featured-prod .featured-prod-text .featured-prod-rating {
  margin: 8px 0 18px 0;
}


/* ==========================================================================
   Section Ready To help
   ========================================================================== */
#readytohelp{
  position: relative;
  padding: 0;
  margin-top: 6%;
}
#readytohelp::after{
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: -1;

}
#readytohelp .readytohelp-image {
  position: absolute;
  bottom: 0;
  height: 110%;
  right: 10%;
}
#readytohelp .readytohelp-image img{
  height: 100%;
}
#readytohelp .readytohelp-head {
  background-color: #fff;
  padding: 3% 5%;
  margin: 0 10%;
  text-align: center;
}
#readytohelp .readytohelp-head h3{
  font-size: 40px;
  line-height: 52px;
  color: #000000;
  font-weight: 700;
  font-family: "Play";
}
#readytohelp span{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #7d8086;
  font-weight: 700;
  font-family: "Play";
}
#readytohelp .readytohelp-shortcode{
  margin-top: 2%;
}
#readytohelp .readytohelp-shortcode input,#readytohelp .readytohelp-shortcode textarea{
  margin-top: 5%;
  border: 1px solid #e1e1e6;
  border-radius: 50px;
  padding: 10px 28px;
  color: #000;
}
#readytohelp .readytohelp-shortcode textarea{
  padding: 5px 25px;
    height: 125px;
  border-radius: 25px;
  overflow: hidden;
}
#readytohelp .readytohelp-shortcode input::placeholder,#readytohelp .readytohelp-shortcode textarea::placeholder{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 52px;
  color: #66686d;
  font-weight: 400;
  font-family: "Play";
}
#readytohelp .readytohelp-shortcode input[type="submit"] {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
  display: inline-block;
  width: 100%;
  border: none !important;
}
#readytohelp .readytohelp-shortcode p{
  margin:0;
}
#readytohelp .readytohelp-head h5{
  padding: 46% 0;
}
#readytohelp .wpcf7 form .wpcf7-response-output{
  color: #000;
}
#readytohelp  .wpcf7-spinner{
      top: 40px;
       left: unset;
      margin: 0 5px;
}
/* ==========================================================================
   Section Testimonials
   ========================================================================== */
#testimonials{
  position: relative;
}
#testimonials .testimonials-head h3 {
  font-size: 36px;
    line-height: 45px;
  font-weight: 700;
  font-family: "Play";
  letter-spacing: 0px;
  margin-bottom: 3%;
  position: relative;
  color: #ffffff;
}
#testimonials .owl-nav {
  position: absolute;
  top: -16%;
  right: 0%;
  width: 5%;
  display: flex;
}

#testimonials .testimonials-head h3:after {
  content: "";
  position: absolute;
  top: 30px;
  background-color: #333537;
  width: 55%;
  height: 1px;
  margin-left: 5%;
}
#testimonials #testimonials-loop{
  display: none;
}
#testimonials .testimonials-image{
  display: flex;
  align-items: center;
}
#testimonials .testimonials-wrqpper img{
  border-radius: 50%;
  width: 100px;
  /* height: 100px; */
  object-fit: contain;
}
#testimonials .testimonials-wrqpper .client-image i {
  background: transparent linear-gradient(90deg, #30BEEF 0%, #C91585 100%);
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 3rem;
  
}
#testimonials .testimonials-wrqpper p{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  font-family: "ABeeZee";
  margin: 10px 0;
}
#testimonials .testimonials-wrqpper a.client-title{
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 35px;
  color: #2139c4;
  font-weight: 700;
  font-family: "Play";
  display: block;
}
#testimonials .testimonials-wrqpper span{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #525151;
  font-weight: 400;
  font-family: "ABeeZee";
  display: block;
}
#testimonials .social-profiles{
  margin: 20px 0;
}
#testimonials .social-profiles a {
  color: #fff;
  padding: 20px 20px 20px 0px;
}
#testimonials .social-profiles i:hover{
  color: #2139c4;
}
#testimonials .owl-carousel .owl-dots .active{
  width: 22px;
  border-radius: 50px;
  height: 13px;
  color: #2139c4;
}
#glt-translate-trigger{
  display: none;
}


.woocommerce-message{
  border-top-color: var(--orange);
}
.woocommerce-message{
  background: var(--black);
  color: #fff;
}
a.button.wc-forward{
  background: #2139c4;
  color: #fff;
}
/* ==========================================================================
   Section Our Blogs
   ========================================================================== */
#our-blogs{
  position: relative;
}
#our-blogs .our-blogs-head h3 {
  position: relative;
}
#our-blogs .owl-nav {
  position: absolute;
  top: -12%;
  right: 2%;
  width: 5%;
  display: flex;
}
#our-blogs .owl-nav i{
  color: #fff;
}
#our-blogs .owl-nav i:hover{
  color: var(--orange);
}
#our-blogs .our-blogs-head h3:after {
  content: "";
  position: absolute;
  top: 30px;
  background-color: #eeeeef;
  width: 62%;
  height: 1px;
  margin-left: 5%;
}
 .our-blogs-contents {
  background-color: #1A1A1A;
  margin: 7px;
}
.blog-content{
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding-right: 10px;
}
.blog-content .theme-btn{
      font-family: 'ABeeZee';
}
 a.blogs-title {
  font-size: 23px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  font-family: "Play";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
a.blogs-title:hover{
  color: var(--orange);
}
.blogs-meta span, .blogs-meta a{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 28px;
  margin-right: 5px;
  font-weight: 400;
  font-family: "Play";
  color: #525151;
  text-transform: capitalize;
}
.blogs-meta span:hover, .blogs-meta a:hover{
  color: var(--orange);
}
 .blog-content p{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: "ABeeZee";
}
 .blog-content a.read-more{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 25px;
  color: #1b1b1b;
  font-weight: 700;
  font-family: "Play";
  text-align: center;
  border: 2px solid #fdb819;
  border-radius: 50px;
  padding: 12px 25px;
  width: max-content;
}
 .blog-content:hover a.read-more{
  background-color:#fdb819;
}
#our-blogs #blogs-loop {
  display: none;
}
/* ==========================================================================
   Section Newsletter
   ========================================================================== */
#Newsletter {
  background-color: #1A1A1A;
}
#Newsletter p{
  margin: 0;
      width: 100%;
}
#Newsletter .Newsletter-head h3{
  font-size: 38px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Play";
  position: relative;
  margin: 0;
}
#Newsletter .Newsletter-head h3:after {
  content: "";
  position: absolute;
  top: 30px;
  background-color: #fff;
  width: 42%;
  height: 1px;
  margin-left: 5%;
}
#Newsletter input.wpcf7-email{
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 37px;
  color: #626262;
  font-weight: 500;
  font-family: "ABeeZee";
  border-radius: 50px;
  width: 100%;
  margin-right: 16px;
    padding: 5px 25px;
}
#Newsletter input.wpcf7-submit {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 47px;
    color: #fff;
    font-weight: 700;
    font-family: "Play";
    text-align: center;
    padding: 0px 30px;
    border-radius: 50px;
    text-transform: uppercase;
}
#Newsletter h5{
  color: #fff;
}
.news-form-main{
    display: flex;
    gap: 10px;
      
}
.news-form-main .wpcf7-form-control-wrap{
      width: 100%;
}
.news-btn{
  position: relative;
}
#Newsletter .wpcf7-spinner{
      position: absolute;
    top: 8px;
    left: 160px;
}
/* ==========================================================================
   Error Message Style
   ========================================================================== */
.posttype-err-msg{
  text-align: center;
}
.woo-smg{
  text-align: center;
}
/* ==========================================================================
   Sidebar Style
   ========================================================================== */
#sidebar td#prev a {
 color: #6c6c6c;
}
#sidebar caption {
 font-weight: bold;
 color: #6c6c6c;
 font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#sidebar td {
 padding: 7px;
 color: #6c6c6c;
}
#sidebar th {
 text-align: center;
 padding: 5px;
 color: #6c6c6c;
}
#sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: #6c6c6c;
 background: transparent;
}
#sidebar form{
 text-align: center;
}
#sidebar h3 {
  font-size: 24px;
  color: var(--white);
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 11px;
  border-bottom: 1px solid #e7e7e7;
  font-family: "Play";
}
#sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 margin-bottom: 10px;
 color:#6c6c6c;
 border: solid 1px #e1e1e1;
 width: 100%;
}
#sidebar label{
 margin-bottom: 0;
 width: 100%;
}
#sidebar input[type="submit"]{
  background-color :var(--orange);
 color:#fff;
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
 font-weight: bold;
}
#sidebar input[type="submit"]:hover{
  background: var(--black)
}
#sidebar .widget {
 padding: 20px;
 margin-bottom: 25px;
 -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  border:1px double #fff;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#sidebar ul li{
 font-weight: 600;
  color: #767676;
  font-family: Poppins,sans-serif;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#sidebar ul li:last-child{
  border:none;
}
#sidebar ul li a {
  font-weight: 600;
  color: #fff;
  font-family: Poppins,sans-serif;
  font-size: 16px;
}
.wp-block-latest-comments a{
    color: #fff;
}
#sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:#fff;
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#sidebar .tagcloud a:hover{
 background:#111;
 color: #fff;
}
.imma-product-wrap{
  display: flex;
  gap: 10px;
}
.imma-prodimage img{
      width: 100px;
    height: 100px;
    object-fit: cover;
}
.iepa-pro-productlist-wrap .woocommerce-loop-product__title{
  font-size: 15px;
}
/* span.credit_link a {
  color: #fff;
} */

.related-product h2{
 font-size: 40px;
 margin-bottom: 30px;
}
span.credit_link a{
  color: var(--orange);
}
.single-post-content p{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 29px;
  color: #a1a5ab;
  font-family: "ABeeZee";
  font-weight: 500;
  margin-top: 4%;
}
.middle-content p{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "ABeeZee";
  font-weight: 500;
}
.content_boxes .share_icon{
  margin-top: 20px;
}
.content_boxes iframe{
  max-width: 100%;
}
/* ==========================================================================
   Page Style
   ========================================================================== */
.title-box{
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}
.shrtcod-pg{
  border:1px solid #bbb;
}
.shrt_socio i{
  border: 1px solid #bbb;
  padding: 10px;
  margin-right: 10px;
}
/* ==========================================================================
   Contact Widget Style
   ========================================================================== */
.contact_us_icon i {
  color: #fdb819;
  margin: 10px 0;
  font-size: 24px;
}
.widget_recent_entries li a {
  font-size: 14px;
}
.widget_recent_entries span.post-date {
  width: 100%;
  float: left;
  margin-bottom: 11px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #aca9a9;
  font-family: "ABeeZee";
}
/* ==========================================================================
   Pagination Style
   ========================================================================== */
.post-navigation .post-title{
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #fff;
  font-family: "Play";
  font-weight: 600;
}
#search-page-nav{
  margin: auto;
}

#yith-wcwl-message{
 color: #000; 
 padding:10px 20px;
}

/* ==========================================================================
   Blog Pagination Style
   ========================================================================== */
.postbox{
  border: 1px solid #6c6c6c;
}
.archive .navigation{
margin-top: 20px;
}
.navigation {
  font-size:14px;
  font-weight:bold;
  margin:30px 0;
  display: flex;
  justify-content: center;

}
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
  font-weight: 600;
  font-family: "ABeeZee";
}
.page-numbers.dots{
  color:#fff;
}
.navigation a:hover{
  color: #000;
}
.navigation span.meta-nav {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #fff;
  font-family: "ABeeZee";
  font-weight: 500;
  margin-bottom: 0;
}
.navigation .current{
  background: var(--orange);
  color: #fff;
  padding: 11px !important;
}
.pro-feature-head{
  color: var(--white);
}
/* -------- Single Page Pagination ---------- */
#testimonial-single .social-profiles i {
  padding: 10px;
  margin: 10px 0;
  color: #7D8086;
}
#testimonial-single .social-profiles i:hover{
  color: #fdb819;
}
#testimonial-single i.fab.fa-instagram.align-middle{
  font-weight: 600;
  margin-bottom: 13px;
}
.single-page-nav .navigation{
  margin-left: 0;
  margin: 45px 0;
      display: block;
}
.single-page-nav .navigation a{
  float: none;
  margin-bottom: 0;
  padding-left: 0;
}
.single-page-nav .navigation span{
  padding-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.single-page-nav .navigation  .nav-next {
    float: right;
}
.single-page-nav .navigation  .nav-next a{
  padding: 0;
}
.single-product .added_to_cart.wc-forward{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-family: "ABeeZee";
  text-align: center;
  text-transform: capitalize;
  padding: 10px 35px;
  position: relative;
  border: 1px solid #2139c4;
  border-radius: 40px;
  background: #1A1A1A;
      top: 15px;
}
/* ==========================================================================
   Category Style
   ========================================================================== */
.alt-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories li{
  display: inline-block;
}
ul.post-categories li:after{
  content: ' ,';
}
ul.post-categories li:last-child:after{
  content: '';
}
ul.post-categories a {
  color: #fff;
  border: 1px solid #fff;;
  padding: 10px 18px;
  font-weight: 600;
}
.single-inner-content h1{
  color: var(--white);
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
  padding:10px 0px;
}
.post_tag .meta-sep{
  font-weight: bold;
}
.post_tag a:after{
  content: ", ";
  display: inline-block;
}
.post_tag a:last-child:after{
  content: "";
}
/* ==========================================================================
   Share Icon Style
   ========================================================================== */
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #7d8086;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
/* .share_icon i.fab.fa-facebook-f{
  background-color: #3c5a99;
} */
/* .share_icon i.fab.fa-linkedin-in{
  background-color: #007bb5;
} */
/* .share_icon i.fab.fa-google-plus-g{
  background-color: #da4835;
} */
/* .share_icon i.fab.fa-twitter{
  background-color: #55acee;
} */
.share_icon a{
  padding-bottom: 5px;
  display: inline-block;
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.menubar.scrolled li.search-box {
    display: block !important;
}
/* ==========================================================================
   Owl Carousel Style
   ========================================================================== */

#testimonials .owl-carousel .owl-dots{
  text-align: right;
  padding-top: 30px;
}
.owl-carousel .owl-dots button{
     width: 12px;
    height: 12px;
    background-color: transparent;
    margin: 0 7px;
    outline: none;
    border: 1px solid #FFFFFF !important;
    border-radius: 50%;
}
.owl-carousel .owl-dots .active{
  border: none !important;
  background: #2139c4;
}
#testimonials .owl-carousel .owl-dots .active{
  position: relative;
    top: 2px;
}
/* #auto-parts .owl-carousel .owl-item img,#our-features  .owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
} */
#our-blogs .owl-carousel .owl-item img{
  margin: 0;
}
#our_partners img{
  width: auto !important;
}
button.owl-next, button.owl-prev {
  background: #1e202c;
}
button.owl-prev {
  border: none;
  padding: 10px 20px;
  outline: none;
  margin-right: 10px;
}
button.owl-next {
  border: none;
  padding: 10px 20px;
  outline: none;
  margin-left: 10px;
}
button.owl-next i, button.owl-prev i{
  color: #ffffff;
}
.owl-carousel .owl-nav i{
  color: #fff;
  font-size: 25px;
}
.owl-carousel .owl-nav button:focus{
  outline: none;
}
/* ==========================================================================
   Woocommerce Style
   ========================================================================== */
.woocommerce-notices-wrapper{
  margin-top: 16px;
}
.woocommerce .summary h1 {
    font-size: 28px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.woocommerce .quantity input{
  padding: 5px 0px;
}
.woocommerce button.button.alt, .woocommerce #respond input#submit,  .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: var(--orange);
  border-radius: 0;
  padding: 10px 14px;
  color: #ffffff;
  text-transform:uppercase;
  border: none;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
  background:transparent;
  line-height: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
  color: #fff;
}
#single-product-page .woocommerce div.product p.price{
  color: #000 !important;
}
#contentwoocom {
  padding: 20px 15px;
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
.woocommerce ul.products li.product .price{
  text-align: center;
  font-size: 18px;
}


a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added{
  display: none;
}
li.product {
  border: 1px solid #525151;
  padding-bottom: 17px;
}
.woocommerce ul.products li.product .onsale{
  right: unset;
  left: 0;
}
.woocommerce span.onsale{
  background-color: #EFEFEF;
  min-width: 7.236em;
  border-radius: 0 20px 20px 0;
  margin-top: 12px !important;
  color: #7D8086;
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2{
    max-width: 100%;
}
input#password, input#reg_password {
    padding: 10px;
}
.woocommerce div.product form.cart .variations select{
  background-color: #ffffff;
  
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%;
}
.woocommerce a.added_to_cart{
  display: inline;
}
.woocommerce h1,.woocommerce h3{
  font-family: "Play";
  text-align: center;
}
.woocommerce h2{
  text-align: left;
      color: #fff;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: 53%;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
  list-style-type: none;
}

.woocommerce-MyAccount-navigation li{
  background-color: #C91585;
  margin-bottom: 11px;
  padding: 6px 10px 6px 10px;
  color: #fff;
  border: 1px solid transparent
}
.woocommerce-MyAccount-navigation li:hover{
  border: 1px solid #C91585;
}
.login-head{
  text-align: center;
  margin: 15px 0 15px 0;
      color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content{
  width: 66%;
}
.middle-content a{
  color:var(--white);
}
.woocommerce form.login{
  width: 35%;
  margin: 0 auto;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #1f1e1e;
  font-family: "ABeeZee";
}
.woocommerce .woocommerce-MyAccount-navigation .is-active a{
  color: #fff;
}

.woocommerce form .form-row.woocommerce-invalid label{
  color:#8fa3aa;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background: #111111;
  color:#fff;
}
.woocommerce .form-row{
  display: unset;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
  width: 100%;
}
.woocommerce #order_review table th{
  text-align: left;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  padding: 20px;
}
.woocommerce div.product div.images img{
  width: 100%;
}
/* .single-product.woocommerce div.product div.images img{
  width: auto;
} */
.woocommerce-Tabs-panel p{
  font: normal normal normal 14px/30px Raleway;
  letter-spacing: 0.5px;
    color: #fff;
}
.woocommerce-products-header__title{
  letter-spacing: 0px;
  color: #252525;
  font-family: "Play";
  font-weight: 800;
}
.woocommerce .shop-page ul.products li.product .star-rating{
  margin: 10px auto 15px auto;
}
.woocommerce ul.products li.product .price ins{
  text-decoration: none;
  color: var(--white);
    margin-left: 5px;
}
.archive ul.products li.product .price del{
    color: #7d8086;
        font-size: 15px;
}
.woocommerce .shop-page ul.products li.product{
  text-align: center;
  padding-bottom: 20px;
}
.woocommerce-account .woocommerce .form-row{
  display: block
}
.woocommerce .woocommerce-breadcrumb{
  margin-top: 30px;
}
.woocommerce-loop-product__title{
  color: #333;
  font-weight: bold;
  font-weight: 700;
  font-family: "Play";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
}
.woocommerce ul.products li.product .star-rating{
   color: #fec806;
   margin: 0 auto;
   display: block;
   float: none;
   overflow: hidden;
   position: relative;
   height: 1.7em;
   line-height: 1;
   font-size: 1em;
   font-family: star;
}

.star-rating{
  color: #f6d718;
  margin: 0 auto;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
#footer_box .widget_products .star-rating{
  margin: 0 !important;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}

.shop-cont ul.products li.product a img {
    height: 235px;
    object-fit: cover;
}


/* ------Card Page------------ */
.wc-block-components-sidebar-layout .wc-block-components-main, .wp-block-woocommerce-cart-totals-block, .wp-block-woocommerce-checkout-totals-block{
  border: 1px solid #DEDEDE;
border-radius: 8px;
padding: 10px !important;
}
.wc-block-components-sidebar{
  height: max-content;
}
.wc-block-cart-item__image{
  width: 30%;
}
.wc-block-components-product-name{
  font: 600 18px / 20px 'Play' !important;
letter-spacing: 0px;
color: var(--white);
}
.wc-block-cart-items  thead th, .wc-block-cart__totals-title{
  font: 800 20px / 20px 'Play' !important;
  color: var(--white);
}
.woocommerce-cart  .is-large.wc-block-cart .wc-block-cart-items td{
        vertical-align: middle !important;
}
.woocommerce-cart  .wc-block-cart-item__image{

        vertical-align: middle !important;
}
.wc-block-cart table.wc-block-cart-items{
  margin-bottom: 0 !important;
}
.is-large.wc-block-cart .wc-block-cart-items td{
  border-top:none !important;
}
.is-large.wc-block-cart .wc-block-cart-items{
  border-bottom: none !important
}
.wc-block-components-sale-badge{
      padding: 5px !important;
          border: 1px solid var(--brown)!important;
}
.wc-block-cart-item__total .wc-block-components-product-price__value{
  font: normal normal bold 24px / 23px 'Play';
    letter-spacing: 0px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
  box-shadow: unset !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
  width: 62%  !important;;
margin-right: 35px !important;
}
.wc-block-cart__submit-container a, .wc-block-components-checkout-place-order-button {
  background: var(--orange);
  border-color: var(--orange);
  border-radius: 4px;
  padding: 10px 30px;
  font: 500 14px / 19px 'Play'!important;
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: all 0.5s;
      border: none;
}
.wc-block-cart-item__image {
    width: 30%;
}
.wc-block-components-totals-coupon a{
      color: #000;
    }
.wc-block-components-totals-coupon__button{
  background: var(--brown);
  border-color: var(--brown);
  border-radius: 4px;
  padding: 7px 29px;
  font: 500 14px / 19px 'Play';
  letter-spacing: 0px;
  color: #FFFFFF;
  border: none;
}
.wc-block-cart-item__image img{
  height: 240px;
  width: 200px;
  object-fit: cover;
}

/* single product page */

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 75%;
    float: right;
}
.single-product ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
/* width: 70%; */
  float: none;
}
.pro-feature-head {
    color: var(--white);
    letter-spacing: 0;
}
/* .woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 20px;
} */
.shop .woocommerce span.onsale{
    display: none !important;
  }
.after-quantity-content i{
    font-size: 16px;
    border: 1px solid #2139c4 ;
    padding: 10px;
    color: #2139c4 ;
    border-radius: 50%;
    margin-right: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.after-quantity-content i.fa-dollar-sign {
    padding: 12px 16px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  display: none;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist{
  display: none;
}
.summary.entry-summary form .yith-wcwl-add-to-wishlist {
    display: block;
    margin-top: 0;
}
.single-pro-btn svg.yith-wcwl-icon-svg {
    color: var(--white) !important;
}
.woocommerce-page div.product div.summary {
  width: 55%;
  /* padding-left: 35px; */
}
.woocommerce div.product div.images{
      width: 45%;
      margin-bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
/* --------------contact us page---------- */

.contact-shortcode textarea
,.contact-shortcode input[type=text],.contact-shortcode input[type=password],.contact-shortcode input[type=datetime],
.contact-shortcode input[type=datetime-local], input[type=date],.contact-shortcode input[type=month],
.contact-shortcode input[type=time],.contact-shortcode input[type=week],.contact-shortcode input[type=number],
.contact-shortcode input[type=email],.contact-shortcode input[type=url],.contact-shortcode input[type=search],
.contact-shortcode input[type=tel],.contact-shortcode input[type=color],.contact-shortcode .uneditable-input{
  border: none;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 25px;
  box-shadow: 0 0 57px 0 rgb(0 0 0 / 11%);
}
.contact-shortcode textarea::placeholder,.contact-shortcode input[type=text]::placeholder,
.contact-shortcode input[type=email]::placeholder,
.contact-shortcode input[type=tel]::placeholder{
  font: 300 16px/30px var(--Kanit-font);
  letter-spacing: 0.81px;
  color: #383838;
}
.contact-shortcode input[type=submit]{
  letter-spacing: 1.13px;
  color: black;
  font: bold 17px/34px lato;
}
.contact-shortcode textarea{
  height: 210px;
  padding: 10px 108px;
}
.contact-form-heading h4,#contact .section-title h4{
  font: bold 30px/40px Signika;
  letter-spacing: 2.25px;
  color: #000;
}
#contact .feature-block-title{
  font: 400 20px/23px Signika;
  letter-spacing: 1.35px;
  color: var(--black-color);
}
#contact .inner-box i{
  color: #E5E164;
  font-size: 25px;
}
#contact .feature-block-text a{
  font: 200 16px/30px lato;
  letter-spacing: 0.81px;
  color: var(--black-color);
}
#contact .inner-box{
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 57px 0 rgb(0 0 0 / 11%);
}


.qib-button-wrapper .quantity input.input-text.qty.text{
  background: transparent !important;
  color: #fff !important;
}
.qib-button-wrapper button.qib-button{
    color: #fff !important;
}
/* wishlist */

/* ==========================================================================
   Unit Testing Style
   ========================================================================== */
.outer_dpage table{
  text-align: center;
}
.outer_dpage table th{
  text-align: center;
}
#wpadminbar{
  position: fixed;
}
/* --------single blog page----- */
#single_post .single-post-content p:nth-child(3){
  font-size: 23px;
  font-weight: 600;
}
 .bradcrumbs .fa-long-arrow-alt-right{
  padding-right: 14px;
}
#single_post .single-inner-content{
    background-color: #1A1A1A;
    transform: translateY(-5%);
     padding: 5% 10% 2% 10%;
    width: 80%;
    margin: 0 auto;
}
#single_post .single-page-metaimage img{
  width: 100%;
}
#single_post .inner-head{
  font: 600 31px/42px play;
  letter-spacing: 1px;
}
#single_post .single-page-metaimage{
  margin-top: 6%;
}
#single_post .single-info{
  margin-top: 6%;
}
#single_post hr:not([size]){
  height: 1px;
}
#single_post .content_page p{
  /* letter-spacing: 1px; */
  line-height: 29px;
  font:400 17px/26px "ABeeZee";
  padding-left: 0;
}
.bradcrumbs a:nth-child(1) .fa{
  padding-left: 20px;
}

#single_post .share_icon i:hover{
    color: #fdb819;
}
#single_post{
  max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
/* ----------shop page--------- */
.shop-cont ul.products.columns-4{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:10px;
}
.related  ul.products.columns-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.related  ul li{
  padding: 20px !important;
}
.woocommerce ul.products li{
  width: 100%!important;
  text-align: center;
}
ul.products.columns-4::before{
  display: none;
}
.archive-shop{
  background-repeat: round;
}
.shop-page{
    padding: 40px 0;
}
.woocommerce .woocommerce-breadcrumb a{
  color: #fff!important;
  padding: 5px 15px;
  margin-right: 5px;
}
.woocommerce .woocommerce-breadcrumb{
  color: #fff;
  font-weight: 600;
}

/* --------blog with no sidebar-------- */
#full-width-blog .post_pic_inner img{
  width: 100%;
}
.login-text a{
  color: #7d8086;
}
#blog-left-sidebar .post-meta-box, #blog-right-sidebar .post-meta-box{
  font-size: 12px;
}
#full-width-blog{
  margin-top: 4%;
}

/* -----------single product page----- */
.single-top{
  margin-top: 10%;
}
 .woocommerce div.product .product_title{
  color: var(--white);
  text-align: left;
  font-family: 'Play';
  margin-bottom: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  top: 0%;
}
/* --------single feature product page---------- */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 20px;
    text-align: center;
    font-family: 'Play';
    color: #fff;
}
/* ----------login page----- */
.outer_dpage .woocommerce h2{
  text-align: center;
}

/* --------header underline hover effect-------- */

.side-navigation ul li.current-menu-item a:before {
  /* content: "";
  display: block;
  position: absolute;
  background: transparent linear-gradient(90deg, #32BDEE 0%, #C81786 100%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: -15px;
  top: 19px; */
}

/* ---------shop------- */
.shop-banner-image h1.woocommerce-products-header__title.page-title{
    color: #fff;
    font-family: "ABeeZee";
    font-weight: 600;
    text-transform: capitalize;
        font-size: 35px;
}

#featured-prod .star-rating{
  display: none;
}
#new-arrivals .star-rating{
  display: none;
}
#single_post{
  margin-top: 4%;
}
/* ------single product------- */
.single-top .products a.added_to_cart.wc-forward{
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #1b1b1b;
    font-weight: 700;
    font-family: "Play";
    text-align: center;
    border: 2px solid #fdb819;
    background: #fdb819;
    padding: 8px 35px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 15px;
    color: #000;
    padding: 14px 21px;
    margin-bottom: 20px;
  }
  /* --------search side bar---- */
  #vw-sidebar .wp-block-search__input{
    width: 100%;
    margin-bottom: 7%;
        padding: 10px;
  }
  #vw-sidebar .wp-block-latest-posts__post-title,#vw-sidebar .post-content a{
    color: #fff;
  }
  #vw-sidebar ul li{
    font-weight: 600;
    color: #343434;
    font-size: 15px;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    list-style: none;
  }
  .search-result .post_pic_inner img{
    width: 100%;
  }
    #vw-sidebar .widget{
    padding: 20px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%);
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%);
    border: 1px double #fff;
  }


.vw_gallery_front li{
  position: relative;
      margin-bottom: 20px;
}
/* ==========================================================================
   Media Style
   ========================================================================== */
@media screen and (min-width: 1200px) and (max-width:1600px){
      .wishlist_table.mobile{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .side-navigation li.current-menu-item:not(.home)::after{
      left: -36px;
      width: 37px;
    }
    .side-navigation li.current-menu-item:not(.home)::before{
      left: -38px;
      width: 38px;
      height: 51px;
    }
  .slider-heading{
    font-family: Play;
    font-weight: 700;
    font-style: Bold;
    font-size: 33px;
    line-height: 75px;
    text-transform: capitalize;
    position: absolute;
    background: #2139c4;
    left: 0px;
    height: 190px;
    color: #fff;
    display: flex;
    width: 580px;
    top: 18%;
    padding-left: 5%;
    padding-top: 21px;
    padding-right: 10px
  }
  .slider-btm p{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .slider-btm{
        width: 30%;
        margin-left: -50px;
  }
  .nav-row{
   justify-content: end;
  }
  .side-navigation ul{
    gap: 10px;
  }
  .dots-wrap{
    bottom: -1px;
    width: 810px;
    height: 394px;
    margin-left: -2px;
  }
}
@media screen and (max-width:576px) {
.dots-wrap {
    bottom: -2px;
    width: 276px;
    height: 140px;
}
.product-search-info form input {
    padding: 12px 10px;
}
 .product-search-info form input{
        width:100%;
  }
  .post-navigation .post-title{
        font-size: 11px;
  }
	span.bradcrumbs{
    font-size: 14px;
    padding: 0;
  }
	.woocommerce-cart table.cart td.actions button.button{
		padding:10px 0;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text{
		width:48%;
	}

  section h3:after,#our-blogs .our-blogs-head h3:after{
    content: none !important;
  }
  #topbar, .logo-text h2{
    text-align: center;
  }
  .header-logo{
    text-align: center;
  }
  .product-search-info form button{
        right: 25px;
        top: 12px;
  }
  .cat_toggle i{
    padding: 0;
    font-size: 14px;
  }
  .cart-box-count span.cart-value{
    right:-5px;
    font-size: 14px;
  }
  .call-title{
    text-align: center;
  }

  #slider .carousel-prev-button{
    left: 14px;
  }
  #slider .carousel-next-button{
    right: 14px;
  }
  #slider ol.carousel-indicators,#slider .slider-box p{
    display: none;
  }
  #slider .slider-box{
    max-width: 84%;
  }
  #slider .slider-box span{
    line-height: 10px;
    font-size: 12px;
  }
  #slider .slider-box h1{
    font-size: 12px;
    line-height: 11px;
    margin-bottom: 0;
  }
  #slider .slider-button-1{
    padding: 3px 17px;
    font-size: 12px;
    line-height: 32px;
  }
  #slider .slider-button-1{
    margin-right: 0;
  }
  #slider .carousel-prev-button,#slider .carousel-next-button{
    width: 30px;
    height: 30px;
  }
  #slider .slide_nav i{
    font-size: 12px;
    padding: 9px 11px;
  }
  #our-features,#our-features .our-features-content p,#our-blogs,#Newsletter,#featured-prod .featured-prod-head h3,#popular-parts,#auto-parts,#discovernow,#new-arrivals,#dealof-week,#productsalebanner,#testimonials{
    text-align: center;
  }
  #banner .banner-box-one h2{
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    padding-bottom: 0;
  }
  #banner .theme-btn{
    padding: 8px 23px;
    font-size: 14px;
  }
  #banner .banner-box-one p{
    text-align: center;
    margin-bottom: 0;
  }
  #popular-parts .owl-nav,#our-blogs .owl-nav,#auto-parts .owl-nav,#new-arrivals .owl-nav,#dealof-week .owl-nav,#testimonials .owl-nav{
    position: unset;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  #popular-parts .popular-parts-head h3,#auto-parts .auto-parts-head h3,#readytohelp .readytohelp-head h3,#Newsletter .Newsletter-head h3,#dealof-week .dealof-parts-head h3,#featured-prod .featured-prod-head h3{
    font-size: 22px;
  }
  #popular-parts .product-content h5 a,#dealof-week .product-content h5 a{
    font-size: 16px;
    line-height: 20px;
  }
  #popular-parts .star-rating,#dealof-week .product-content .popular-rating .star-rating,#productsalebanner .sale-produt-content .star-rating, #productsalebanner .top-product-content .star-rating{
    margin: 0 auto;
  }
  #new-arrivals .new-arrivals-box span.onsale{
    left: 0;
  }
  #dealof-week .product-content{
    padding:20px;
  }
   /* #productsalebanner .top-product-content .top-productcart{
    display: block;
    margin-top: 6%;
  } */
  #productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button{
    padding: 12px 30px;
  }
  #productsalebanner .salebanner-content span{
    padding-bottom: 2.2em;
  }
  #readytohelp .readytohelp-image{
    position: unset;
  }
  #testimonials .testimonials-wrqpper .client-image i{
    font-size: 2rem;
    margin-top: 7%;
  }
  #Newsletter input.wpcf7-email{
    font-size: 14px;
    line-height: 37px;
    width: 100%;
    margin-right: 0;
    padding: 4px 25px;
  }
  #Newsletter input.wpcf7-submit{
     padding: 0px 10px;
         font-size: 12px;
  }
  #Newsletter .wpcf7-spinner{
    left: 80px;
  }
  .copyright p{
    font-size: 12px;
    line-height: 25px;
  }
  .copyright .paymentimg{
    padding: 0;
  }
   p.contact-text{
    color: #fff!important;
  }
  .phone-text a{
    color:#ffffff!important;
  }
  #our-blogs .blogs-meta{
    margin: 5px 0;
  }
  #readytohelp .readytohelp-head{
    margin: 0;
  }
  #readytohelp span{
    font-size: 13px;
    line-height: 25px;
  }
  #readytohelp .readytohelp-shortcode input, #readytohelp .readytohelp-shortcode textarea{
    /* margin-top: 2%; */
    padding: 9px 16px;
  }
  #readytohelp .readytohelp-shortcode input[type="submit"]{
    line-height: 32px;
    font-size: 17px;
    margin-bottom: 11px;
  }
  #footer .about_me aside table{
    text-align: center;
  }
  .footer2 .custom-social-icons{
      text-align: center;
  }
  .menu-quick-menu-container{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: center;
  }
  #topbar .social-icon{
    display: inline-flex;
  }
  #banner .banner-content1 a, #banner .banner-content2 a{
    width: 100%;
  }
  #productsalebanner .top-product,#productsalebanner .salebanner{
    margin-top: 6%;
  }
  #discovernow .owl-dots{
    margin-top: 15px;
  }
  #productsalebanner .sale-produt-content, #productsalebanner .top-product-content{
    padding: 15px 0 31px;
  }
  #testimonials .owl-carousel .owl-dots{
    text-align: center;
  }
  #testimonials .owl-nav{
    display: none;
  }
  #testimonials .owl-carousel .owl-dots{
    padding-top: 0;
    margin-bottom: 18px;
  }
  .wpcf7-spinner{
    width:0;
    margin: 0;
  }
  #footer h3, #footer .widget .message{
    text-align: center;
  }
  #readytohelp .readytohelp-shortcode p{
    margin: 0 12px 0 12px;
  }
  #productsalebanner .salebanner-content{
    margin: 0;
  }
  #readytohelp span{
    font-size: 17px;
  }
  .owl-carousel .owl-item img{
    width: auto!important;
    margin: 0 auto;
  }
  #Newsletter{
    padding: 25px 0 25px!important;
  }
  .bradcrumbs{
    padding: 10px 13px;
  }
  .entry-title{
    font-size: 25px;
  }
  #page-right .bradcrumbs{
    padding: 10px 2px;
  }
  .banner-image{
    background-position: top;
    background-size: auto!important;
  }
  .side-navigation li{
    border-left: none;
  }
  #single_post{
    margin-top: 6%;
  }
  .contact-color-bg{
    padding: 25px 24px 0px 23px;
  }
  .contact-box .contactpage-details{
    margin-right: 0;
  }
  .contact-box .info-title{
    font-size: 19px;
  }
  .contactpage-icon a{
    font-size: 14px;
  }
  #about-us-upper .upper-head{
    font-size: 23px;
    text-align: center;
  }
  #about-us-upper a{
    display: block;
  }
  #inner-error .not-found-img{
    margin-top: 7%;
  }
  #inner-error .page-content{
    padding: 6% 12% 11% 11%;
    text-align: center;
  }
  .bradcrumbs{
    padding: 10px 2px 10px 2px;
  }
  #single_post .single-inner-content{
    transform: translateY(0);
    padding: 5% 5% 0 5%;
  }
  #single_post .font-weight-bold{
    text-align: center;
  }
  #single_post .right-social{
    padding:0;
    margin: 22px 0 -9px 0px;
    text-align: center;
  }
  .comment-form-cookies-consent label{
    display: unset;
  }
  #single_post{
    margin-right: 0;
  }
  #single_post .inner-head{
    text-align: center;
  }
  .metabox .entry-comments{
    padding: 0;
  }
  #single_post .metabox {
    text-align: center;
  }
  #single_post .admin-cont ,#single_post .date-cont{
    margin-bottom: 10px;
    padding: 0;
  }
    #single_post .single-post-content{
    text-align: justify;
  }
  .single-post span.bradcrumbs{
    font-size: 14px;
    padding: 0;
  }
  #single_post .content_page p{
    text-align: center;
  }
  #comments .comment-reply-title, #full-width-blog .posttitle{
   text-align: center;
 }

 ul.post-categories li{
   padding:10px;
 }
 .post_ctg span{
   float: none;
 }
 #testimonial-single{
   text-align: center;
 }
 #testimonial-single .single-testi-main{
  text-align: center;
 }
 /* .topbar-socio, .cat_toggle{
   display:none;
 } */
 .woocommerce form.login{
   width: 90%;
   margin-bottom: 15px;
 }
 .woocommerce-MyAccount-navigation li{
   text-align: center;
 }
 .woocommerce-account .woocommerce-MyAccount-content{
   width: 100%;
   text-align: center;
 }
 .woocommerce .woocommerce-MyAccount-navigation ul{
   margin-left: 0;
 }
 /* .productsalebanner-box a.added_to_cart.wc-forward{
   margin-left: 10px;
 } */
 #featured-prod .featured-prod-text a.add_to_cart_button.ajax_add_to_cart,#new-arrivals .new-arrivals-box a.add_to_cart_button.ajax_add_to_cart,#dealof-week .product-content a.add_to_cart_button.ajax_add_to_cart{
   margin-right: 10px;
 }

 .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
   float: none;
 }
 #about-us-upper .icon-head{
   font-size: 14px;
 }
#topbar .topbar-sell,#about-us-upper .upper-head{
  text-align: center;
}
.gtranslate_wrapper .gt_selector{
  width: 80px;
}
#topbar .topbar-sell select, #google_language_translator select.goog-te-combo{
  font-size: 14px;
}
#topbar .topbar-sell span.cuurency-text{
  border:none;
}
.topbar-sell span{
  margin-bottom: 10px;
}
#topbar .topbar-sell .gt_selector{
      width: 75px;
}
 .contact-box .contac_form input[type="submit"]{
   margin: 0 auto;
 }

 .menu-item.menu-item-has-children .sub-menu li a{
   padding-left: 20px;
 }
 #header-box .search-cat{
   display: none;
 }
 .product-search-info form button i{
   padding: 0;
 }
 #single_post .metabox .entry-date{
    margin: 0;
 }
 #single_post .single-inner-content .metabox .entry-comments{
   padding: 0;
 }
 #single_post .comment-cont{
   text-align: end;
 }
 .woocommerce div.product .product_title, .woocommerce div.product div.summary,.woocommerce div.product .woocommerce-tabs ul.tabs,#tab-description h2{
   text-align: center;
 }
 #tab-description p{
   text-align: justify;
   text-align: center;
 }
 .woocommerce-Reviews-title{
   text-align: center !important;
 }
  div#reviews,#blog-left-sidebar .widget_block,#blog-left-sidebar .postbox-content,#blog-right-sidebar .widget_block{
   text-align: center;
  }
 .single-top .wp-block-group__inner-container h2,.single-top .widget_block,.single-top #tab-reviews,.single-top #comments .woocommerce-Reviews-title,.single-top .related h2,#vw-sidebar .widget,#single_post .postbox .postbox-content{
   text-align: center;
 }
 .qib-button-wrapper .quantity input.input-text.qty.text, .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity{
    height: 28px !important;
    font-size: 14px !important;
 }

 .qib-button-wrapper div.quantity.wqpmb_quantity {
       height: 30px;
 }
 body .qib-button.qib-button-wrapper {
     float: none !important;
      justify-content: end !important;
 }
 #single-product-page {
    padding: 10% 0 !important;
  }
  .single-page-nav .navigation span, .navigation a{
   padding: 0
 }
 .single-page-nav .navigation a{
    display: inline;
    padding: 0;
    margin-right: 0;
 }
  .pro-feature-head {
  padding: 0px 0 10px 0;
  margin-bottom: 0;
  font-size: 14px;
  }
  table.single-product-details{
    max-width: 100% !important;
  }
  .woocommerce div.product form.cart .button{
    float: none;
  }
 .summary.entry-summary .qib-button.qib-button-wrapper{
   display: flex;
  float: left !important;
  }
  .single-product button.single_add_to_cart_button.button{
        padding: 13px 28px !important;
  }
  .yith-wcwl-add-to-wishlist{
    width: 70% !important;
    left: 12%;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 22%;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
  }

  .woocommerce table.shop_table th, .woocommerce table.shop_table td{
    padding: 9px 5px;
  }
}

@media screen and (min-width: 320px) and (max-width:500px){
  .cart-box-count span.cart-value{
    right: -5px;
  }
  .cat_toggle i{
    padding: 0;
    font-size: 14px;
  }

}


@media screen and (min-width: 391px) and (max-width:425px){
  .cart-box-count span.cart-value{
    right: 14px;
  }
}

@media screen and (min-width: 426px) and (max-width:480px){
  #topbar .topbar-sell span{
    margin-left: 3px;
  }
  #topbar .login-text a{
    padding-left: 8px;
  }
  #banner .banner-box-one{
    background-repeat: round;
  }
  .site-header .header-wrapper .row{
    margin-top: 5%;
  }
  #single_post img{
    width: 100%;
  }
  #single_post{
    margin-top: 6%;
  }
  .single-post span.bradcrumbs{
    font-size: 18px;
  }
   #comments .comment-reply-title{
    text-align: center;
  }
  #popular-parts a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, #featured-prod .featured-prod-text a.add_to_cart_button.ajax_add_to_cart,#new-arrivals .new-arrivals-box a.add_to_cart_button.ajax_add_to_cart{
    margin-right: 10px;
  }
  .cart-box-count span.cart-value{
    right: 18px;
    font-size: 14px;
  }
  #cart_animate{
    width: 403px;
  }
}

@media screen and (min-width: 481px) and (max-width:576px){
  #header-box .search-cat{
    display: inline-block;
  }
  .cat_toggle i{
    padding: 0 6px 0 6px;
  }
  #cart_animate{
    width: 408px;
  }
  .cart-box-count span.cart-value{
    right: 33px;
  }

}
@media screen and (min-width: 576px) and (max-width:767px){
  .slider-right-img{
    height: 290px;
  }
  .wishlist-items-wrapper{
        grid-template-columns: 1fr 1fr;
  }
  #featured-prod .featured-prod-text h5 a {
      font-size: 20px;
  }
  .the_timer .numbers{
        font-size: 19px !important;
  }
   ul.products.columns-4{
   display: grid;
   grid-template-columns: repeat(2,1fr) !important;
 }
  .slider-heading{
    font-size: 20px;
    line-height: 29px;
    left: 0px;
    height: 75px;
    width: 290px;
    top: 30%;
    padding-left: 6%;
    padding-top: 4px;
    padding-right: 10px;
  }
  .slider-btm{
        width: 30%;
    margin-left: 58px;

  }
  .slider-btm p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 15px;
    line-height: 20px;
   margin-bottom: 5px;
  }
  .header-wrap {
      padding: 5px 0;
  }
  .three-dots{
    bottom: 2%;
    gap: 13px
  }
  .slider-heading::after{
    width: 30px;
    height: 45px;
    bottom: -43px;
  }
  .dots-wrap {
  bottom: -2px;
  width: 220px;
        height: 130px;
  }
  #slider .theme-btn{
    padding: 10px 10px;
    font-size: 14px;
  }
  #slider .owl-dots{
    gap: 1px;
    bottom: 5%;
  }
  #slider .owl-dot {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 577px) and (max-width:767px){
  section h3:after,#our-blogs .our-blogs-head h3:after{
    content: none !important;
  }
  .cat_toggle{
    font-size: 14px;
  }
  .site-header .header-wrapper .row {
  padding-top: 20px;
  }
  #topbar{
    text-align: center;
  }
  #topbar .topbar-sell {
    padding: 20px 5px;
    text-align: center;
  }
  .cat_toggle i{
    padding-right: 4px;
  }
  .header-logo{
    text-align: center;
  }
  #slider{
    padding:0 !important;
  }
  #slider ol.carousel-indicators,#slider .slider-box p{
    display: none;
  }
  #slider .slider-box{
    max-width: 85%;
  }
  #slider .slider-box span{
    line-height: 10px;
    font-size: 12px;
  }
  #slider .slider-box h1{
    font-size: 20px;
    line-height: 20px;
  }
  #slider .slider-button-1{
    padding: 3px 20px;
    font-size: 12px;
    line-height: 29px;
  }
  #slider .carousel-prev-button,#slider .carousel-next-button{
    width: 30px;
    height: 30px;
  }
  #slider .slide_nav i{
    font-size: 12px;
    padding: 9px 11px;
  }
  .summary.entry-summary,.pro-attribute-col ,#header .call-title,#our-features,#our-features .our-features-content p,#our-blogs,#Newsletter,#featured-prod .featured-prod-head h3,#popular-parts,#auto-parts,#discovernow,#new-arrivals,#dealof-week,#productsalebanner,#testimonials, .woocommerce div.product .product_title{
    text-align: center;
  }
 .woocommerce div.product form.cart .button{
    float: none !important;
  }
  table.single-product-details{
    max-width: 60% !important;
    margin: 0 auto;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 82% !important;
}
    #banner .banner-content1 .banner-box-one{
    padding: 23px;
  }
  #banner .banner-box-one h2{
    font-size: 20px;
    line-height: 32px;
  }
  #popular-parts .owl-nav,#our-blogs .owl-nav,#auto-parts .owl-nav,#new-arrivals .owl-nav,#dealof-week .owl-nav,#testimonials .owl-nav{
    position: unset;
    width: 100%;
  }
  #popular-parts .popular-parts-head h3,#auto-parts .auto-parts-head h3,#readytohelp .readytohelp-head h3,#Newsletter .Newsletter-head h3,#dealof-week .dealof-parts-head h3,#featured-prod .featured-prod-head h3{
    font-size: 22px;
  }
  #popular-parts .product-content h5 a,#dealof-week .product-content h5 a{
    font-size: 16px;
    line-height: 20px;
  }
  #popular-parts .star-rating,#dealof-week .product-content .popular-rating .star-rating,#productsalebanner .sale-produt-content .star-rating, #productsalebanner .top-product-content .star-rating{
    margin: 0 auto;
  }
  #new-arrivals .new-arrivals-box span.onsale{
    left: 0;
  }
  #dealof-week .product-content .countdowntimer .numbers{
    font-size: 16px;
    width: 45px;
  }
  #dealof-week .product-content .countdowntimer .numbers span{
    font-size: 10px;
  }
  #dealof-week .product-content{
    padding:20px;
  }
   /* #productsalebanner .top-product-content .top-productcart{
    display: block;
    margin-top: 6%;
  } */
  #productsalebanner .sale-produt h3, #productsalebanner .top-product h3{
    margin: 1% 0;
  }
  #productsalebanner .salebanner-content span{
    padding-bottom: 2.2em;
  }
  #readytohelp .readytohelp-image{
    position: unset;
  }
  #testimonials .testimonials-wrqpper .client-image i{
    font-size: 2rem;
  }
  #Newsletter input.wpcf7-email{
    font-size: 14px;
    line-height: 37px;
    width: 100%;
    margin-right: 0;
    padding: 4px 25px;
  }
  #Newsletter input.wpcf7-submit{
    line-height: 40px;
    margin-top: 10px;
  }
  .copyright p{
    font-size: 12px;
    line-height: 25px;
  }
  .copyright .paymentimg{
    padding: 0;
  }
  #our-blogs .blogs-meta{
    margin: 5px 0;
  }
  #readytohelp .readytohelp-head{
    margin: 0;
  }
  #readytohelp span{
    font-size: 13px;
    line-height: 25px;
  }
  #readytohelp .readytohelp-shortcode input, #readytohelp .readytohelp-shortcode textarea{
    margin-top: 2%;
    padding: 7px 28px;
  }
  .productsalebanner-box a.added_to_cart.wc-forward{
    margin-top: 8px;
  }
  ul.products.columns-4{
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
  }
  #about-us-upper .icon-head{
    font-size: 16px;
  }
  .cart-box-count span.cart-value{
    right: 29px;
  }
  body .qib-button.qib-button-wrapper {
      float: none !important;
       justify-content: end !important;
  }
  .qib-button-wrapper .quantity input.input-text.qty.text, .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity{
     height: 28px !important;
     font-size: 14px !important;
  }
  .summary.entry-summary .qib-button.qib-button-wrapper{
  display: flex;
  float: left !important;
  }
  .yith-wcwl-add-to-wishlist{
        width: 80% !important;
  }
  #single-product-page {
    padding: 9% 0 ;
  }
  .single-product ol.flex-control-nav.flex-control-thumbs{
    display:flex;
    justify-content: center;
  }
  .single-product div.product .woocommerce-product-gallery .flex-viewport{
    margin: auto;
    float: none;
  }
  #footer h3{
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width:991px) {
  .productsalebanner-box a.added_to_cart.wc-forward{

    padding: 10px 18px;
  }
  .productsalebanner-box a.added_to_cart.wc-forward::after{
     font-size: 20px; 
  }
  .wishlist_table.mobile{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
    .wp-block-group__inner-container h2 {
    font-size: 24px;
  }
    .slider-right-img{
    height: 375px;
  }
    .wc-block-cart-items__row{
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 15px;
  }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{
        width: 100% !important;
  }
  .outer_dpage .wc-block-components-sidebar-layout .wc-block-components-main{
    width: 100% !important;
    margin-bottom: 20px !important;
  }
    .client-image svg{
    width: 35px;

    }
  .arrivals-content .product-content{
        padding: 20px 0;
  }
  #popular-parts ins {
    font-size: 15px;
  }
  .slider-btm{
      width: 30%;
      margin-left: 58px;
      margin-top: 20px;
  }
  .slider-btm p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .slider-heading{
    font-size: 20px;
    line-height: 36px;
    left: 0px;
    height: 96px;
    color: #fff;
    width: 360px;
    top: 25%;
    padding-left: 5%;
    padding-top: 10px;
    padding-right: 10px;
  }
  .slider-social-icon{
    bottom: 3%;
    margin-left: 60px;
  }
  .dots-wrap{
    bottom: -2px;
    width: 290px;
    height: 140px;
  }
  #new-arrivals .owl-nav{
         top: -15%;
  }
  #banner .banner-content1 .banner-box-one, #banner .banner-box-one{
    padding: 20px 25px;
  }
  #banner .banner-box-one p {
        font-size: 14px;
  }
  #popular-parts a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, #new-arrivals .new-arrivals-box a.add_to_cart_button.ajax_add_to_cart, #dealof-week .product-content a.add_to_cart_button.ajax_add_to_cart, #productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button, #featured-prod .featured-prod-text a.add_to_cart_button.ajax_add_to_cart{
    font-size: 12px;
  }
  .slider-row{
    gap: 20px 0;
  }
  .blog-content .theme-btn{
    padding: 9px 15px;
    font-size: 14px;
  }
  .banner-content-wrap h1{
    font-size: 25px;
  }
  .banner-content-wrap p{
    font-size: 14px;
    line-height: 20px;
  }
  .banner-content-wrap{
    padding: 25px 0;
  }
  .banner-two-content-wrap h3{
    line-height: 20px;
    font-size: 20px;
  }
	.woocommerce-cart table.cart td.actions .coupon .input-text{
		width:51%;
	}
  .product-search-info form input {
    width: 95%;
  }
  .product-search-info form button{
    right: 30px;
  }

  #slider .slider-box{
    max-width: 56%;
  }
  #slider .slider-box h1{
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 32px;
    margin: 0;
  }
  #slider ol.carousel-indicators{
    right: 31%;
    bottom: 14px;
  }
  #slider .slider-box p{
    font-size: 13px;
  }
  #our-features .our-features-content p,#banner .banner-box-one h2{
        font-size: 16px;
        line-height: 22px;
  }
  #our-features .our-features-content span{
    font-size: 14px;
    line-height: 20px;
  }
  #banner .banner-content1 .banner-box-one{
    padding: 22px;
  }

  section h3:after,#our-blogs .our-blogs-head h3:after{
    content: none !important;
  }
  #popular-parts .owl-nav,#our-blogs .owl-nav,#auto-parts .owl-nav,#new-arrivals .owl-nav,#dealof-week .owl-nav,#testimonials .owl-nav{
    width: 10%;
  }
  #popular-parts .owl-nav{
    top: -20%;
  }
  #popular-parts .product-content h5 a{
    font-size: 15px;
    line-height: 20px;
  }
  #popular-parts a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    padding: 10px 22px;
  }
  #discovernow .discoverhoverbox h3{
    font-size: 15px;
  }
  #discovernow .discoverhoverbox a{
    font-size: 13px;
    padding: 0px 8px;
  }
  #dealof-week .owl-nav{
    top:-21%;
  }
  #dealof-week .product-content{
    padding: 12px;
  }
  #dealof-week .product-content h5 a{
         font-size: 16px;
  }
  #dealof-week .product-content .countdowntimer .numbers{
    font-size: 16px;
    width: 43px;
  }
  #dealof-week .product-content .countdowntimer .numbers span{
        font-size: 9px;
  }
  #productsalebanner .sale-produt h3, #productsalebanner .top-product h3{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0%;
  }
  #productsalebanner .sale-produt-content h5, #productsalebanner .top-product-content h5{
    margin-bottom: 5px;
  }
  #productsalebanner .sale-produt-content h5 a, #productsalebanner .top-product-content h5 a{
    font-size: 12px;
    line-height: 15px;
  }
  #productsalebanner .salebanner-content p,#productsalebanner .sale-produt-content del, #productsalebanner .top-product-content del,#productsalebanner .sale-produt-content ins, #productsalebanner .top-product-content ins{
    font-size: 12px;
  }
  #productsalebanner .sale-produt-content .star-rating, #productsalebanner .top-product-content .star-rating {
    margin: 0 0 3px 0;
  }
  #productsalebanner .sale-produt-content, #productsalebanner .top-product-content{
    padding: 5px 0;
  }
  #productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button{
    padding: 12px 5px;
  }
  #productsalebanner .salebanner-content span{
    font-size: 30px;
    padding-bottom: 1.2em;
  }
  #productsalebanner .salebanner-content a {
    font-size: 12px;
    padding: 14px 12px;
  }
  #testimonials .testimonials-wrqpper .client-image i{
    font-size: 2rem;
  }
  #testimonials .testimonials-wrqpper p {
    font-size: 13px;
    line-height: 23px;
    margin: 0px 0;
  }
  #testimonials .testimonials-wrqpper a.client-title {
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 27px;
  }
  #testimonials .social-profiles {
    margin: 5px 0;
  }
  #featured-prod .featured-prod-text h5 a{
    font-size: 15px;
  }
  #readytohelp{
    padding: 0 !important;
  }
  #readytohelp .readytohelp-head,#our-blogs .blogs-meta{
    margin: 0;
  }
  #readytohelp span{
    font-size: 13px;
    line-height: 25px;
  }
  #readytohelp .readytohelp-shortcode input, #readytohelp .readytohelp-shortcode textarea{
    margin-top: 2%;
    padding: 7px 19px;
  }
  #our-blogs .owl-nav{
    top:-11%;
  }
  #our-blogs a.blogs-title{
    font-size: 20px;
    line-height: 26px;
  }
  #our-blogs .blogs-meta span, #our-blogs .blogs-meta a{
    font-size: 12px;
    margin-right: 0;
  }
  #our-blogs .blog-content p{
    font-size: 12px;
    line-height: 20px;
    margin:0;
  }
  #our-blogs .blog-content a.read-more{
    font-size: 12px;
    line-height: 48px;
    padding: 6px 16px;
  }
#Newsletter .wpcf7-spinner{
      left: 122px;
          margin: 0 5px;
}
  #Newsletter input.wpcf7-submit{
    padding: 1px 19px;
    font-size: 14px;
  }
  #Newsletter input.wpcf7-email{
    font-size: 14px;
  }
  .copyright p{
    line-height: 25px;
  }
  #topbar .social-icon{
    display: inline-flex;
  }
  #topbar span.socialico-title{
    font-size: 14px;
  }
  #topbar .social-icon i{
    padding: 0 0px 0 9px;
  }
  #topbar .topbar-sell select, #google_language_translator select.goog-te-combo, #topbar .social-icon i,#topbar .topbar-sell span{
    font-size: 13px;
  }
  .call-title .phone-text{
    font-size: 14px;
  }
   #header-box .call-title{
    padding: 0 2px;
  }
  .product-search-info form button i{
    padding: 0;
  }
  #slider .slider-button-1{
    font-size: 13px;
    padding:1px 38px;
  }
  .feature-left{
    padding: 12px;
  }
  #discovernow .owl-dots{
    text-align: center;
    padding: 12px;
  }
  #testimonials .owl-carousel .owl-dots{
    text-align: right;
    padding: 12px 0 12px 0;
  }
  #readytohelp .readytohelp-shortcode p{
    margin: 0 12px 5px 12px;
  }
  #about_page .product-head{
font-size: 20px;
        margin-bottom: 10px !important;
  }
  #about-us-upper .icon-head{
    font-size: 16px;
  }
  #inner-error .page-content{
    padding: 14% 6% 10% 6%;
  }
  #single_post .single-inner-content{
    transform: translateY(-3%);
  }
   #single_post .comment-form-cookies-consent label{
    display: unset;
  }
  .woocommerce form.login{
    width: 50%;
    margin-bottom: 15px;
  }
  .woocommerce-MyAccount-navigation li{
    text-align: center;
  }
  .woocommerce-account .woocommerce-MyAccount-content{
    text-align: center;
    width: 100%;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul{
    margin-left: 0;
  }
  #popular-parts .popular-parts-head h3,#auto-parts .auto-parts-head h3,#new-arrivals .new-arrivals-head h3,#dealof-week .dealof-parts-head h3,#testimonials .testimonials-head h3,#featured-prod .featured-prod-head h3,#readytohelp .readytohelp-head h3,#our-blogs .our-blogs-head h3,#Newsletter .Newsletter-head h3{
          font-size: 25px;
  }
  .cart-box-count span.cart-value{
    font-size: 15px;
    right:-31px;
  }
  #popular-parts a.added_to_cart.wc-forward{
    padding:12px 30px;
  }
  #featured-prod .featured-prod-text a.add_to_cart_button.ajax_add_to_cart{
    padding: 12px 16px;
  }
  #featured-prod a.added_to_cart.wc-forward{
    padding: 11px 22px;
  }
  .menu-item.menu-item-has-children .sub-menu li a{
    padding-left: 20px;
  }
 
  .entry-summary .product_title {
    font-size: 23px!important;
  }
  ul.products.columns-4{
    display: grid;
    grid-template-columns: repeat(2,1fr)!important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 16px;
  }
  #vw-sidebar .wp-block-search__input{
    margin-bottom: 3%;
  }
  #vw-sidebar #recent-posts-3{
    margin-top: 15px;
  }
  .woocommerce .quantity .qty{
    width: 2.631em !important;
        font-size: 14px !important;
  }
  .qib-button-wrapper button.qib-button{
    padding: 6px 6px 8px !important;
    width: 29px !important;
  }
  .after-quantity-content i {
    font-size: 13px !important;
  }
  .pro-feature-head{
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
      float: left;
      width: 48%;
  }
  .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none;
  }
 .woocommerce-cart-form .qib-button.qib-button-wrapper {
    float: none !important;
    justify-content: end !important;
  }
  #footer h3{
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  #popular-parts .product-content h5 a{
    width:100%
  }
  .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 60% !important;
  }
}
@media screen and (max-width: 1199px) and (min-width:1024px){
  .primary-menu>li.current-menu-item::before{
    left: -38px;
    width: 37px;
    height: 52px;
  }
  .header-wrap::after{
        clip-path: polygon(1105px 125px, 147.912px 170px, 0px 0px, 1104px 0px, 1112px 115px);
  }
  .tm-titlebar-inner-wrapper {
    padding-top: 75px;
}
  .side-navigation li.current-menu-item::after{
        left: -36px;
width: 37px;
  }
  .side-navigation li.current-menu-item:not(.home)::before{
    left: -38px;
    width: 38px;
    height: 49px;
  }
   #dealof-week .product-content .countdowntimer .numbers{
    padding: 15px 4px;
   }
  .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, #popular-parts a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, #new-arrivals .new-arrivals-box a.add_to_cart_button.ajax_add_to_cart, #dealof-week .product-content a.product_type_simple, .product-add-to-cart a, #productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button, #featured-prod .featured-prod-text a.add_to_cart_button.ajax_add_to_cart, a.added_to_cart.wc-forward{
        padding: 10px 25px;
  }
  #popular-parts ins {
    font-size: 17px;
  }
  .slider-heading {
    font-size: 25px;
    line-height: 45px;
    height: 130px;
    color: #fff;
    display: flex;
    width: 455px;
    top: 20%;
    padding-left: 6%;
    padding-top: 20px;
    padding-right: 10px
  }
  .three-dots .dot {
    width: 13px;
    height: 13px;
  }
  .slider-btm p {
    font-size: 17px;
        margin-bottom: 10px;

  }
  .dots-wrap{
  height: 85px;
  clip-path: polygon(0px 0px, 578.105px 0px, 809px 200px, 0px 200px, 0px 0px);
      margin-left: -1px;

  }
  .nav-row{
      justify-content: flex-end;
  }
  .side-navigation li{
    padding: 15px 12px 15px 13px;
  }
  .side-navigation ul{
    gap: 10px;
  }
  .side-navigation a{
    font: 600 14px / 17px Play;
  }
  .side-navigation ul{
    padding: 0;
  }

  .slider-deal .numbers {
    font: normal normal bold 14px / 16px Play;
  }
  .slider-btm{
    margin-top: 14px;
    width: 31%;
    margin-left: -42px;
  }
}
@media screen and (max-width: 1024px) and (min-width:992px){
    .wishlist_table.mobile{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .slider-btm p{
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 15px;
    }
 .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, #popular-parts a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, #new-arrivals .new-arrivals-box a.add_to_cart_button.ajax_add_to_cart, #dealof-week .product-content a.product_type_simple, .product-add-to-cart a, #productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button, #featured-prod .featured-prod-text a.add_to_cart_button.ajax_add_to_cart, a.added_to_cart.wc-forward{
      padding: 10px 25px;
    }
    .slider-right-img{
    height: 525px;
    object-fit: cover;
    }
    .slider-btm{
      width: 30%;
      margin-top: 25px;
      margin-left: -35px;
    }
    .slider-heading{
      width: 470px;
      top: 20%;
      padding-left: 5%;
      padding-top: 25px;
      height: 165px;
      font-size: 30px;
      line-height: 55px;
  }
  #Newsletter .wpcf7-spinner{
        margin: 0 6px;
            left: 126px;
  }
  .woocommerce-page div.product div.summary{
    padding-left: 35px;
  }
  .slider-deal .numbers {
    font: normal normal bold 14px / 16px Play;
  }
  .slider-deal .product-img, #dealof-week .product-img{
    height: 100%;
    width: 100%;
  }
  .slider-deal-bttm{
    padding: 15px 10px;
    flex-direction: column;
    gap: 10px;
  }
  .banner-two-content-wrap h3{
    font-size: 26px;
  }
  .banner-content-wrap h1{
    font-size: 30px;
  }
  #slider .slider-box{
    max-width: 56%;
  }
  #slider .slider-box h1{
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 32px;
    margin: 0;
  }
  #slider ol.carousel-indicators{
    right: 30%;
    bottom: 35px;
  }
  #our-features .our-features-content p,#banner .banner-box-one h2{
    font-size: 18px;
  }
  #our-features .our-features-content span{
    font-size: 14px;
    line-height: 20px;
  }
  #banner .banner-content1 .banner-box-one{
    padding: 22px;
  }

  section h3:after,#our-blogs .our-blogs-head h3:after{
    content: none !important;
  }
  #popular-parts .owl-nav,#our-blogs .owl-nav,#auto-parts .owl-nav,#new-arrivals .owl-nav,#dealof-week .owl-nav,#testimonials .owl-nav{
    width: 10%;
  }
  #popular-parts .owl-nav{
    top: -20%;
  }
  #popular-parts .product-content h5 a{
    font-size: 18px;
  }
  #popular-parts a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    padding: 10px 22px;
  }
  #discovernow .discoverhoverbox h3{
    font-size: 15px;
  }
  #discovernow .discoverhoverbox a{
    font-size: 13px;
    padding: 0px 8px;
  }
  #dealof-week .owl-nav{
    top:-14%;
  }
  #dealof-week .product-content{
    padding: 12px;
  }
  #dealof-week .product-content h5 a{
    font-size: 17px;
  }
  #dealof-week .product-content .countdowntimer .numbers{
    font-size: 16px;
    width: 43px;
        padding: 15px 4px;
  }
  #dealof-week .product-content .countdowntimer .numbers span{
    font-size: 10px;
  }
  #productsalebanner .sale-produt h3, #productsalebanner .top-product h3{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0%;
  }
  #productsalebanner .sale-produt-content h5, #productsalebanner .top-product-content h5{
    margin-bottom: 5px;
  }
  #productsalebanner .sale-produt-content h5 a, #productsalebanner .top-product-content h5 a{
    font-size: 17px;
    line-height: 15px;
  }
  #productsalebanner .salebanner-content p,#productsalebanner .sale-produt-content del, #productsalebanner .top-product-content del,#productsalebanner .sale-produt-content ins, #productsalebanner .top-product-content ins{
    font-size: 12px;
  }
  #productsalebanner .sale-produt-content .star-rating, #productsalebanner .top-product-content .star-rating {
    margin: 0 0 3px 0;
  }
  #productsalebanner .sale-produt-content, #productsalebanner .top-product-content{
    padding: 15px 0;
  }
  #productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button{
    padding: 12px 5px;
  }
  #productsalebanner .salebanner-content span{
    font-size: 30px;
    padding-bottom: 1.2em;
  }
  #productsalebanner .salebanner-content a {
    font-size: 12px;
    padding: 14px 12px;
  }
  #testimonials .testimonials-wrqpper .client-image i{
    font-size: 2rem;
  }
  #testimonials .testimonials-wrqpper p {
    font-size: 13px;
    line-height: 23px;
    margin: 0px 0;
  }
  #testimonials .testimonials-wrqpper a.client-title {
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 27px;
  }
  #testimonials .social-profiles {
    margin: 5px 0;
  }
  #featured-prod .featured-prod-text h5 a{
    font-size: 15px;
  }
  #readytohelp{
    padding: 0 !important;
  }
  #readytohelp .readytohelp-head,#our-blogs .blogs-meta{
    margin: 0;
  }
  #our-blogs .owl-nav{
    top:-12%;
  }
  #Newsletter input.wpcf7-submit{
    padding: 1px 15px;
  }
  #topbar .topbar-sell span{
    margin-left: 0;
  }
  .call-title .phone-text{
    font-size: 16px;
  }
  .product-search-info form input{
    width:100%;
  }
  #banner .banner-box-one{
    padding: 30px;
  }
  #testimonials .owl-carousel .owl-dots{
    text-align: right;
  }
  #our-blogs a.blogs-title{
    font-size: 19px;
  }
  #footer .contact-text a{
    font-size: 13px;
  }
  #about-us-upper .upper-para{
    font-size: 12px;
    margin-top: 6px;
  }
  #about-us-upper .icon-head{
      font-size: 16px;
  }
  #single_post .single-inner-content{
    transform: translateY(-8%);
  }
  .side-navigation .sub-menu li a{
    font-size: 14px;
    /* text-align: center; */
  }
  .side-navigation .sub-menu li a:before{
    content: "\f078";
    font-family:  'Font Awesome 5 Free';
    font-weight: 900;
  }
  /* .side-navigation ul li.menu-item-has-children a:before{
    right:57%;
    color: black;
  } */
  .close-sidebar{
    font-size: 30px;
    padding-right: 12px;
  }
  .sub-menu ul li ul li a:before{
    content: "\00BB \00a0";
  }
  .blog-with-no-sidebar a:before{
    content: "\f324";
    font-weight:600;
    font-family: fon
  }
  .woocommerce form.login{
    width: 45%;
    margin-bottom: 15px;
  }
  .cart-box-count span.cart-value{
    font-size: 14px;
    right: -19px;
  }
  #popular-parts a.added_to_cart.wc-forward{
    padding: 12px 31px;
  }
  .nav ul li ul li a{
    padding-left: 20px!important;
  }
  .wp-block-group__inner-container h2{
    font-size: 28px;
  }
  .menu-item.menu-item-has-children .sub-menu li a{
    padding-left: 20px;
  }

  /* .side-navigation .sub-menu li::before{
    content: "\00BB \00a0";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    transform: translateY(-50%);
    top: 50%;
    color: black;
    font-size: 11px;
  } */
  #single_post{
    margin-top: 0;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size: 17px;
  }
  .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
font-size: 16px;
  }
  .woocommerce .quantity .qty{
    width: 2.900em !important;
        font-size: 14px !important;
  }
  .qib-button-wrapper button.qib-button{
    padding: 6px 6px 8px !important;
    width: 41px !important;
  }
}

@media screen and (max-width: 1023px){
  .side-navigation ul{
    display: block;
  }
  .hamburger i{
    font-size: 20px;
      color: #fff;
  }
  /* .side-navigation .sub-menu li::before{
    content: "\00BB \00a0";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    transform: translateY(-50%);
    top: 50%;
    color: #fff !important;
    font-size: 22px;
  } */
  .headerbar {
    display: block;
    margin: 0;
  }
  .hamburger {
    padding: 10px;
    line-height: 0;
  
  }
  .main-header .side-navigation {
    display: none;
  }
  .side-navigation,
  .side-navigation li {
    padding: 0;
    display: block
  }
  .side-navigation ul li a {
    padding: 10px;
    display: block;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    background: 0 0!important;
    text-align: left
  }
  .side-navigation li.current-menu-item::before,.side-navigation li.current-menu-item::after{
    content: unset;
  }
  amp-sidebar#sidebar1 {
    background: var(--grey);
    width: 250px
  }
  #sidebar1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: .5s
  }
  .side-navigation ul li ul, .side-navigation ul li ul ul {
    display: block !important;
  }
  .side-navigation ul ul {
    background: transparent !important;
  }
  .side-navigation ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .side-navigation ul ul li {
    background: transparent !important;
  }
  .side-navigation ul ul li{
    display: block;
    padding-left: 7px;
  }
  .side-navigation ul.sub-menu li a:before{
    content: none;
  }
  .side-navigation li.current_page_item a{
    display: block;
    border-bottom: 1px solid black;
  }
}

@media screen and (max-width: 1201px) and (min-width: 1025px) {
    .wishlist_table.mobile{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
      .single-product div.product .woocommerce-product-gallery .flex-viewport {
        width: 100%;
    }
    .woocommerce-page div.product div.summary {
        width: 53%;
    }
    .woocommerce div.product div.images {
        flex-direction: column !important;
        gap: 10px;
    }
    .single-product ol.flex-control-nav.flex-control-thumbs{
      flex-direction:row ;
    }
  .header_support a, .header_support span{
    font: normal normal normal 11px / 14px ABeeZee;
  }
  #slider .slider-box{
    padding: 10px;
  }
  #slider .slider-box h1{
    font-size: 35px;
    line-height: 27px;
  }
  #our-features .our-features-content span{
    font-size: 14px;
  }
  #popular-parts .popular-parts-head h3:after,#auto-parts .auto-parts-head h3:after{
    width: 30%;
  }
  #popular-parts .owl-nav,#our-blogs .owl-nav,#auto-parts .owl-nav,#new-arrivals .owl-nav,#dealof-week .owl-nav,#testimonials .owl-nav{
    width: 7%;
  }
  #popular-parts .product-content h5 a{
    font-size: 18px;
  }
  #discovernow .discoverhoverbox a{
    padding: 2px 10px;
  }
  #dealof-week .product-content .countdowntimer .numbers{
    font-size: 16px;
    width: 43px;
  }
  #dealof-week .product-content .countdowntimer .numbers span{
    font-size: 10px;
  }
  #productsalebanner .sale-produt h3, #productsalebanner .top-product h3{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0%;
  }
  #productsalebanner .sale-produt-content h5, #productsalebanner .top-product-content h5{
    margin-bottom: 5px;
  }
  #productsalebanner .sale-produt-content h5 a, #productsalebanner .top-product-content h5 a{
    font-size: 17px;
    line-height: 15px;
  }
  #productsalebanner .salebanner-content p,#productsalebanner .sale-produt-content del, #productsalebanner .top-product-content del,#productsalebanner .sale-produt-content ins, #productsalebanner .top-product-content ins{
    font-size: 12px;
  }
  #productsalebanner .sale-produt-content .star-rating, #productsalebanner .top-product-content .star-rating {
    margin: 0 0 3px 0;
  }
  #productsalebanner .sale-produt-content, #productsalebanner .top-product-content{
    padding: 15px 0;
  }
  #productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button{
    padding: 12px 5px;
  }
  #productsalebanner .salebanner-content span{
    font-size: 30px;
    padding-bottom: 1.2em;
  }
  #productsalebanner .salebanner-content a {
    font-size: 12px;
    padding: 14px 12px;
  }
  #readytohelp .readytohelp-head{
    margin:0;
  }
  #our-blogs .blogs-meta {
    margin: 5px 0;
  }
  #our-blogs .blogs-meta {
    margin: 5px 0;
  }
  #Newsletter input.wpcf7-email{
    width: 70%;
  }
  /* .copyright p{
    line-height: 29px;
  } */
  #topbar .topbar-sell span{
    margin-left: 0;
  }
  .call-title .phone-text{
    font-size: 16px;
  }
  .product-search-info form input{
      width: 100%;
  }
  #testimonials .owl-carousel .owl-dots{
    text-align: center;
  }
  #our-blogs .owl-nav{
    top: -20%;
  }
  #our-blogs a.blogs-title{
    font-size: 21px;
  }
  #footer .contact-text{
    font-size: 13px;
  }
  #about-us-upper a{
    margin-top: 1%;
  }
  #about-us-upper .icon-head{
        font-size: 15px;
  }
  #about-us-upper .upper-para{
    margin-top: 11px;
    font-size: 12px;
  }
  #single_post .single-inner-content{
    transform: translateY(-10%);
  }
  .woocommerce form.login{
    width: 45%;
    margin-bottom: 15px;
  }
  .cart-box-count span.cart-value{
    font-size: 14px;
    right: -19px;
  }
  .wp-block-group__inner-container h2{
    font-size: 28px;
  }
  #single_post{
    margin-top: 0;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 20px;
  }
  .woocommerce .quantity .qty{
    width: 2.900em !important;
        font-size: 14px !important;
  }
  .qib-button-wrapper button.qib-button{
    padding: 6px 6px 8px !important;
    width: 41px !important;
  }

}

@media screen and (max-width: 1367px) and (min-width: 1201px){
  .header_support a, .header_support span{
    font: normal normal normal 11px / 14px ABeeZee;
  }
  .slider-deal .product-img, #dealof-week .product-img{
    height: 100%;
    width: 100%;
  }
  #testimonials .owl-carousel .owl-dots{
    text-align: right;
    padding-top: 0;
  }
  #slider .slider-box h1{
    font-size: 58px;
  }
  .woocommerce form.login{
    width: 45%;
    margin-bottom: 15px;
  }
  .wp-block-group__inner-container h2{
    font-size: 28px;
  }
  #single_post{
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px){
  .woocommerce div.product div.images{
    flex-direction: column !important;
    gap: 10px;
  }
  .single-product div.product .woocommerce-product-gallery .flex-viewport{
    width: 100%;
  }
  .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
          padding: 10px 20px;
  }
  .single-product ol.flex-control-nav.flex-control-thumbs{
  width: 100%;
  flex-direction: row;
}
}
@media screen and (max-width: 1920px){
.feature-box img{
  width: 100%;
}
#discovernow .owl-carousel .owl-item img{
  width: 100%!important;
}
/* .contact-color-bg form textarea{
  margin: 0!important;
} */
}

@media screen and (max-width: 1920px) and (min-width: 1400px){
  #slider .carousel-prev-button, #slider .carousel-next-button{
    width: 52px;
    height: 52px;
  }
  #slider .slide_nav i{
    padding: 17px 19px;
  }
  .woocommerce form.login{
    width: 41%;
    margin-bottom: 30px;
  }
  .cart-box-count span.cart-value{
    font-size: 14px;
    padding: 0px -17px 0px 4px;
  }

  .wp-block-group__inner-container h2{
    font-size: 28px;
  }
  .contact-color-bg form textarea{
    margin-right: 0;
  }
  input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea{
    width: 100%;
  }
  .contac_form div{
    width: 100%;
  }
  .contact-color-bg{
    padding: 20px;
  }
  #single_post{
    margin-top: 0;
  }
}

/* ------------- Mozilla Style -------------- */

@-moz-document url-prefix() {

  .main-navigation ul{
    text-align: left;
  }
  .main-navigation a{
    font-size: 18px;
  }
}

.star-rating{
  color: #fbe018;
  margin: 0 auto;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 14px;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  margin-top: 3%;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
 color: #FDB819;
}
.single-product .summary.entry-summary{
      position: relative;
}
.woocommerce div.product form.cart{
  margin-bottom: 0;
}
.summary.entry-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0 !important;
}
.pro-feature-head{
  font-weight: 700;
}
.single-product button.single_add_to_cart_button.button{
  /* margin-inline-start: 4rem; */
background: #2139c4;
  padding: 15px 40px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.yith-wcwl-add-to-wishlist-button__label{
  display: none;
}
.yith-add-to-wishlist-button-block {
display: none;
}
.single-pro-btn  .yith-add-to-wishlist-button-block{
  display: block;
}
.yith-wcwl-add-to-wishlist-button {
  border: 1px solid #2139c4;
  padding: 5px;
  border-radius: 50%;
}
.yith-wcwl-add-to-wishlist-button  svg{
  color: #2139c4 !important;
  padding: 3px !important;
}
.single-pro-btn svg.yith-wcwl-icon-svg {
border: 2px solid #2139c4;
    border-radius: 20px;
    padding: 6px;
    color: var(--white) !important;
    margin-right: 0 !important;
    width: 40px !important;
}
.single-pro-btn .yith-wcwl-wishlistaddedbrowse a {
    position: absolute;
    left: 7px;
    font-size: 5px;
    width: 20px;
    text-align: center;
    top: 7px;
    opacity: 0;
}
.tagged_as a,.tagged_as a:hover{
  color: var(--orange);
}

/* .yith-wcwl-add-to-wishlist {
  margin-top: -72px;
  position: absolute;
  width: 17%;
} */
i.yith-wcwl-icon {
  font-size: 20px;
  border: 1px solid #2139c4;
  padding: 12px;
  color: #2139c4;
  border-radius: 50%;
  margin-right: 0;
  font-weight: 100;
  font-family: 'FontAwesome';
}
#yith-wcwl-popup-message {
  padding: 0;
}

.single-product .yith-wcwl-add-button .add_to_wishlist {
  position: relative;
}

.single-product .yith-wcwl-add-button .add_to_wishlist span {
opacity: 0;
}

.single-product .yith-wcwl-wishlistaddedbrowse {
  position: relative;
}



.single-product .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.single-product .yith-wcwl-wishlistaddedbrowse span, .single-product .yith-wcwl-wishlistexistsbrowse span{
  font-size: 0;
}
.woocommerce-wishlist .wishlist-title.wishlist-title-with-form h2, .woocommerce-wishlist h1.login-head, .yith_wcwl_wishlist_footer .yith-wcwl-share{
  display: none;
}
.yith-wcwl-wishlistaddedbrowse i {
        font-weight: 700;
}
.wishlist_table .product-add-to-cart a{
background: transparent;
    color: var(--orange);
}
.product-name a{
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
}
.wishlist_table .product-add-to-cart a:hover{
  color: #FDB819;
}
.single-product .yith-wcwl-wishlistexistsbrowse a {
  width: 150px;
  position: absolute;
  top: 46px;
  left: 0;
  font-size: 15px;
  color: #FDB819;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li{
  background: transparent;
  margin: 0 -1px;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  color: #fff;
  background: var(--orange) !important;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
      padding: 4rem 0 0 1em;
}
table.single-product-details{
  border: 2px solid #D5D5D5;
max-width: 50%;
}
.woocommerce #review_form #respond textarea{
      color: #fff;
}
/* .single-product-details{
  position: absolute;
top: 35rem;
  border: 2px solid #D5D5D5;
} */
.single-product-details  td,.single-product-details th{
    border: none;
  }
.single-product-details th, .single-product-details tr {
border-bottom: 2px solid #D5D5D5;
}
.single-product-details .single-pro-head{
  font: normal normal bold 14px/19px Play;
  color: #000;
  padding: 5px 15px;
}
.single-product-details td{
  font: normal normal 300 14px/19px Roboto;
color: #000;
}
.pro-quantity{
  color: var(--white);
  font-weight: 600;
  border-top:1px solid #d1d1d1;
padding-top: 15px;
margin-bottom: 0;
}
#single-product-page{
      padding: 4% 0;
}
#single-product-page > .woocommerce span.onsale{
display: none;
}
body .qib-button.qib-button-wrapper .minus.qib-button, body .qib-button.qib-button-wrapper .plus.qib-button{
  background: transparent !important;
}
.product-more-desc{
  font-size: 12px;
  font-weight: 500;
}
.after-quantity-content p{
  font-size: 14px;
    margin-bottom: 5px;
}
table.single-product-details{
    table-layout: unset;
    position: relative;
    top: 35px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  font-family: 'Play';
  font-weight: 600;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  padding:18px !important;

}
.woocommerce div.product div.images .flex-control-thumbs li{
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    margin: 0;
    margin-right: 10px;
    position: unset;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 4rem 0 0;
    margin-bottom: 0;
}
.woocommerce-product-details__short-description P{
  font-family: 'Roboto';
  font-size: 14px;
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel{
  border: 1px solid #d5d5d5;
padding: 25px;
}
.summary.entry-summary .price{
  margin-bottom: 0;
}
.single-product .woocommerce div.product p.price bdi{
  color: #000;
}
.woocommerce span.onsale{
display: none;
}
.wpcf7-spinner{
 position: absolute;
top: 20px;
left: 24%;
}
.wpcf7 form .wpcf7-response-output{
  margin: 10px 0;
}

/* -*-*-*-*-*-* */
#featured-prod .featured-prod-box img{
  width: 100%;
  height: 100%;
}

.side-navigation li.header_bn{
	background: #FDB819;
}
.side-navigation li.header_bn a{
	color: #fff !important;
}
.side-navigation li.header_bn a:before{
	display: none;
}
.side-navigation li.header_bn:hover a{
	color: #000 !important;
}
#footer_box a.footer_bn{
	background: #FDB819;
	padding: 10px 15px;
	margin-top: 14px !important;
	color: #fff;
	font-weight: 600;
}
#footer_box a.footer_bn:hover{
	color: #000;
}
#sbi_mod_error{
	margin-bottom: 20px;
}
#discovernow .discoverhoverbox{
	padding: unset;
	bottom: 0;
	top: unset;

}
#discovernow .discovernowbox:hover .discoverhoverbox{
	height:100%;
}
a.added{
	display: none !important;
}

@media (max-width: 1199px) and (min-width: 768px){

	.woocommerce div.product div.images .flex-control-thumbs li {
    margin-bottom: 10px;
}
/* .woocommerce div.product div.images img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
} */

.single-product div.product .woocommerce-product-gallery .flex-viewport{
  float: unset;
}
.blog-single #comments{
  width: 80% !important; 
}
}
@media screen and (max-width: 767px){
  .copyright .copyright-outer{
      padding: 10px 0;
}
.copyright p{
  text-align: center;
}
.footer-payment-img{
  justify-content: center;
}
  #our-features .owl-carousel .owl-item img{
            width: auto !important;
        margin: 0 auto;
  }
    #single-product-page .single-pro-btn{
        gap: 20px !important;
  }
   .wishlist_table.mobile{
    display: grid !important;
    grid-template-columns: 1fr 1fr ;
  }
  .wishlist_table.mobile{
    padding-left: 0 !important;
  }
  .wp-block-group__inner-container h2 {
    font-size: 24px;
  }
  #footer{
    text-align: center;
  }
  h3.sec-title {
    font-size: 24px;
  }
  .wc-block-components-sidebar-layout .wc-block-components-main{
    width: 100% !important;
  }
  .related-product h2 {
    font-size: 30px;
    text-align: center;
  }

  .blog-single #comments{
    width: 100% !important; 
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 20px;
  }
  .woocommerce .woocommerce-product-rating{
    display: flex !important;
    justify-content: center !important;
  }
  #about_page .expertise{
    width:100%;
  }
  #about-us-upper .upper-para{
    text-align: center;
  }
  #popular-parts a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, #new-arrivals .new-arrivals-box a.add_to_cart_button.ajax_add_to_cart, #dealof-week .product-content a.add_to_cart_button.ajax_add_to_cart, #productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button, #featured-prod .featured-prod-text a.add_to_cart_button.ajax_add_to_cart{
    font-size: 12px;
  }
  #readytohelp{
    padding: 50px 0;
  }
  #readytohelp .readytohelp-image{
    height: 100%;
    text-align: center;

  }
  .after-quantity-content i{
    margin-bottom: 10px;
  }
  .woocommerce-page div.product div.summary,.woocommerce div.product div.images{
    width: 100%;
  }
  .woocommerce-page div.product div.summary{
    margin-top: 10px;
  }
  .single-product ol.flex-control-nav.flex-control-thumbs{
    flex-direction: row;
  }
  .quanity-wish{
        flex-direction: column;
  }
 .banner-row{
  gap: 10px 0;
 }

  body .qib-button-wrapper{
    width: 100%;
  }
  .single-pro-btn {
    justify-content: center;
  }
  #slider .theme-btn,.banner-content-wrap p,#banner .theme-btn{
    margin: 0 auto;
  }
  .topbar-row,  .site-header .header-wrapper .row,.slider-row{
    gap: 10px;
  }
  .banner-content-wrap{
    padding: 10% 0;
  }
  .banner-two-per{
    margin-top: 10px;
  }
  .banner-content-wrap h1{
    font-size: 26px;
  }
  .banner-content-wrap p{
    font-size: 14px;
  }
  .banner-two-content-wrap h3{
    font-size: 22px;
  }
  #our-features .our-features-content p{
    font-size: 18px;
  }
  #our-features .our-features-content span{
    font-size: 14px;
    line-height: 14px;
  }
  .slider-social-icon{
    display: none !important;
  }
}
@media screen and (max-width: 575px){

  .productsalebanner-box a.added_to_cart.wc-forward{
  padding: 20px 20px;
  }
  .productsalebanner-box a.added_to_cart.wc-forward::after{
    font-size: 20px;
  }
  .wishlist_table.mobile{
      display: grid;
      grid-template-columns: 1fr;
  }
    .wc-block-components-sidebar-layout .wc-block-components-main{
      margin-bottom: 20px !important;
    }
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
        margin: 0 auto 20px !important;
  }
  .wc-block-cart-items__row{
        display: flex !important;
    flex-direction: column !important;
  }
  .wc-block-cart-item__total {
    justify-content: center !important;
  }
  .wc-block-components-quantity-selector{
   margin: 0 auto !important;
  }
  .wc-block-cart-item__image{
        width: 100%;
            padding-right:0 !important;
  }
  .wc-block-cart-item__wrap{
    text-align: center !important;
  }
  #productsalebanner .sale-produt-content a.add_to_cart_button, #productsalebanner .top-product-content a.add_to_cart_button {
  padding: 12px 7px;
  }
  .client-image svg{
        width: 50px;
  }
  #productsalebanner .sale-produt-content h5 a, #productsalebanner .top-product-content h5 a{
  font-size: 16px;
  line-height: 22px;
  }
  #productsalebanner h3.sec-title{
    font-size: 27px;
    line-height: 37px;
  }
  #popular-parts .product-content{
        padding: 10px 0;
  }
  #single_post .single-inner-content{
    width: 100%;
    text-align: center;
  }
  .us-upper-img{
    height: 100%;
  }
  #about_page .our-goals{
margin-bottom: 20px;
  }
  ul.products.columns-4{
   display: grid;
   grid-template-columns: repeat(1,1fr) !important;
  }
  .after-quantity-content i{
    margin: 0 auto 10px;
  }
  .after-quantity-content p{
        margin-bottom: 25px;
  }
  .slider-social-icon{
    bottom: 5%;
    gap: 10px;
    margin-bottom: 20px;
    position: unset;
    margin-left: unset;
  }
  .slider-btm{
    position: unset;
    margin-top: 0px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  #slider .owl-dots{
    bottom: 2%;
    margin: 0 auto;
    gap: 5px;
  }
  .three-dots{
    bottom: 1%;
  }

  .three-dots .dot {
    width: 13px;
    height: 13px;
  }
  .slider-btm p{
      font-size: 18px;
      text-align: center;
      margin-bottom: 20px;
  }
  .slider-heading{
        position: relative;
    height: 110px;
    color: #fff;
    display: flex;
    width: 100%;
    top: 22%;
    padding-left: 15%;
    padding-top: 17px;
    padding-right: 10px;
    margin-top: 87px;
    font-size: 22px;
    line-height: 35px;
            text-align: center;
  }
  .slider-heading::after {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: var(--orange);
    width: 40px;
    height: 55px;
    left: 0;
    bottom: -54px;
}
  .order-track-hover .woocommerce{
    width: 290px;
  }
  #about-us-upper .upper-icon-right{
    display: flex;
  }
  .theme-btn{
    margin: 0 auto;
  }
  #our-blogs .owl-carousel .owl-item img{
    width: 100% !important;
  }
  #banner  .banner-box-one{
    background-position: top;
    background-size: 100% 100%;
  }
  .banner-box-btm{
    padding: 30px 25px !important;
  }
  .banner-box-top{
    padding: 10px 25px !important
  }
  .banner-bg{
    background-size: cover;
  }
  .banner-content-wrap h1{
    font-size: 20px;
  }
  .banner-two-content-wrap h3{
    font-size: 20px;
  }
  .banner-content-wrap p{
    font-size: 13px;
    line-height: 18px;
  }
  #slider .theme-btn{
    font-size: 12px;
  }
  .banner-content-wrap {
    padding: 20px 0;
  }
}

.wc-block-cart-item__wrap{
  text-align: left;
}
.wc-block-components-product-name{
  font-size: 22px !important;
  letter-spacing: 0px;
  line-height: 30px !important;
  color: #fff !important;
  font-weight: 700;
  font-family: "Play";
}

.wc-block-components-totals-coupon__button,.wc-block-cart__submit-button,.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
  background: var(--orange);
border: none;
border-radius: 6px;
font: normal normal 600 15px / 15px Play;
letter-spacing: 0px;
color: #FFFFFF !important;
}
#sb_instagram .sbi_photo_wrap::before{
  content: '';
  position: absolute;
  background: transparent linear-gradient(90deg, #32BDEE 0%, #C81786 100%) 0% 0% no-repeat padding-box;
  inset: 0;
  z-index: 1;
  opacity:0;
}

#sb_instagram .sbi_photo_wrap::after{
  content: "\f16d";
  font-family: 'Font Awesome 5 Brands';
  position: absolute;
  font-size: 25px;
  font-weight: 200;
  transition: all .5s ease 0s;
  color: #fff;
  inset: 0;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  z-index: 2;
}
.wc-block-components-title.wc-block-components-title{
  color: var(--white);
}
#sb_instagram .sbi_photo_wrap:hover::after{
  opacity: 1;
}
#sb_instagram .sbi_photo_wrap:hover::before{
  opacity:0.5;
}


.blog-single #comments {
  width: 50%;
  margin-top: 10px;
  margin: 0 auto;
}
.blog-single #respond {
background: #282828;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 20px;
}

#single-product-page .woocommerce-product-rating{
  margin-bottom: 0;
}

.feature-box{
  position: relative;
}
.feature-box::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    inset: 0px;
    background: var(--black);
}



.sale-produt-content:hover svg path{
      fill: #fff;
}


/* 
#gallery-1 img{
  border: none !important;
  border-radius: 3px;
  width: 83px;
  height: 68px;
  object-fit: cover;
} */
.gallery-item{
  position: relative;
}
.gallery-item::before{
  content: url(assets/images/instagram.png);
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.6);
  opacity: 0;
  z-index: 1;
}
.gallery-item::after{
    content: "";
    inset: 0;
    position: absolute;
    background-color: #2139c4;
    opacity: 0;
}
.gallery-item:hover::before{
  opacity:1;
}
.gallery-item:hover::after{
  opacity: 0.8;
}




.woocommerce p.stars a{
  color: #FDB819;
}


.vw_gallery_front{
  padding-left: 0;
}
#gallery{
  overflow: hidden ;
}

.post-img-wrapp{
  position: relative;
  overflow: hidden;
}
.post-img-wrapp::after{
  content: '';
  position: absolute;
  background: var(--orange);
  opacity: 0.3;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  border-radius: 0;
}
.featured-prod-box:hover .post-img-wrapp::after,.arrivals-content:hover .post-img-wrapp::after,.new-arrivals-content:hover .post-img-wrapp::after,
.arrivals-content:hover .post-img-wrapp::after,.top-product-content:hover .post-img-wrapp::after,.sale-produt-content:hover .post-img-wrapp::after{
    -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/* wishlist page */
table.wishlist_table tr, .wishlist_table.mobile{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.wishlist-items-wrapper{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
/* table.wishlist_table tr{
  width: 23%;
} */
table.wishlist_table tr, .wishlist_table.mobile li{
    padding: 10px;
    box-shadow: 0px 0px 12px 0px #00000040;
    border-radius: 20px;
       background: #1A1A1A;
        margin: 10px;
        position: relative;
}
 table.shop_table.wishlist_table thead{
  display: none;
}
.woocommerce table.shop_table,.woocommerce table.shop_table td{
  border:none;
}
.wishlist-items-wrapper  .product-rating{
  display: none
}
.wishlist-items-wrapper  .product-thumbnail a{
      display: inline !important  ;
}
.shop_table .product-remove{
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 1;
}
.wishlist-items-wrapper .product-name  a{
  font: normal normal 600 22px / 26px var(--theme-font);
  color: #fff;
}
#empty-cart-page{
  display: flex;
flex-direction: column;
gap: 10px;
}
#empty-cart-page a{
  background: var(--purple);
  color: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  font: 500 14px / 24px var(--theme-font);
  letter-spacing: 0px;
  color: #FFFFFF;
  width: max-content;
  margin: 0 auto;
}
#empty-cart-page i{
  color: var(--purple);
font-size: 35px;
border: 2px solid var(--purple);
padding: 10px;
border-radius: 10px;
width: max-content;
margin: 0 auto;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail{
  display: block;
  max-width: 100%;
  margin-right: unset;
}
.wishlist_table.mobile .additional-info,.wishlist_table.mobile .item-details-table .label{
  display: none;
}
.wishlist_table.mobile li .item-wrapper, .wishlist_table.mobile li .item-wrapper .item-details{
  width: calc(100% - 0px);

}
.wishlist_table.mobile .product-remove i{
    background: var(--purple);
    color: white !important;
    border-radius: 8px;
    margin: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .wishlist_table.mobile #yith-wcwl-row-94 {
   position: relative;
 }
.product-thumbnail{
  position: relative;
}
 table.wishlist_table tr:hover .product-thumbnail:after, .wishlist_table.mobile #yith-wcwl-row-94:hover .product-thumbnail:after{
     display: block;
 }
.item-details-table{
  text-align: center;
display: inline;
}
.wishlist-items-wrapper .product-price ins span{
     font-size: 18px;
    color: var(--white);
    font-weight: 600;
}
.wishlist-items-wrapper .product-price del span {
    font-size: 14px;
}
.product-stock-status{
      font-size: 14px;
}
.wishlist-items-wrapper td{
  background:transparent !important;
}
.product-remove div{
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-left: -7px;
    margin-top: -20px;
}
.woocommerce-message{
      margin-top: 20px;
}
.product-name {
  text-align: center !important;
}