/*
Theme Name: Dogcare Grooming Pro
Theme URI: https://www.titanthemes.net/products/dogcare-wordpress-theme
Author: Titanthemes
Author URI: https://www.titanthemes.net/
Description: 
Version: 0.0.1
Tested up to: 6.2.2
Requires at least: 5.9
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dogcare-grooming-pro
*/

/*header buy now bar start*/
.sticky {
  position: fixed;
  background-color: #000;
  width: 100%;
  max-width: unset;
  top: 40px;
  z-index: 999;
}

.header-coupon {
  color: #fff;
}
.buy-now a {
  background-color: #0693e3 !important;
  color: white !important;
  padding: 10px 20px;
  border-radius: 10px;
}
header ul li.has-child:hover ul {
  animation: rubberBand;
  animation-duration: 1s;
  --animate-delay: 0s;
}
header ul li:not(.has-child):hover span {
  color: #f69946 !important;
}
.header-coupon:hover {
  animation: none; /* Stop the blinking on hover */
}

.admin-bar .sticky {
  position: fixed;
  background-color: #000;
  width: 100%;
  max-width: unset;
  top: 72px;
  z-index: 999;
}
.mtsnb {
  z-index: 100000 !important;
}
.mtsnb-button-type a {
  background: #000;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 10px;
}
.header-coupoun {
  color: green;
}
.mtsnb-text {
  font-weight: bold;
}
/*header buy now bar end*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
  text-decoration-style: dashed;
}

a:active {
  text-decoration: none;
}

figure a {
  display: inline-block;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration-style: solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Oswald";
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}
h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-size: 20px;
  margin: 25px 0;
}
h5 {
  font-size: 18px;
  margin: 30px 0;
}
h6 {
  font-size: 16px;
  margin: 36px 0;
}

p {
  margin: 0 0 25px;
}

img {
  border: none;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  hyphens: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
small {
  font-size: smaller;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 15px;
}
ul {
  list-style-type: square;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
li > ul,
li > ol {
  margin: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  width: 270px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  min-height: 120px;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* Form fields styles. */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
  border: 1px solid #efefef;
  width: 100%;
  border-radius: 8px;
  padding: 13px;
  outline: none;
}

select {
  background: transparent;
  border: 1px solid #00b5e2;
  width: 100%;
  border-radius: 8px;
  padding: 13px;
  outline: none;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background-color: #5baaec;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 18px 50px;
  text-decoration: none;
  transition: all 0.2s;
}

/* Placeholder text color -- selectors need to be separate to work. */
::placeholder {
  color: #041f69;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #041f69;
}
::-ms-input-placeholder {
  color: #041f69;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

a:where(:not(.wp-element-button)):hover {
  color: red;
}
/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--outer);
  padding-bottom: var(--wp--custom--spacing--large);
  padding-right: var(--wp--custom--spacing--outer);
  padding-left: var(--wp--custom--spacing--outer);
}

.dogcare-grooming-pro-header .wp-block-cover,
.dogcare-grooming-pro-header .wp-block-cover-image,
.dogcare-grooming-pro-footer .wp-block-cover,
.dogcare-grooming-pro-footer .wp-block-cover-image,
.dogcare-grooming-pro-porduct-section,
.dogcare-grooming-pro-menu-section {
  align-items: inherit;
}
.dogcare-grooming-pro-footer-menu .wp-block-navigation li {
  padding-left: 20px;
  position: relative;
}
.dogcare-grooming-pro-footer-menu .wp-block-navigation li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  left: 0px;
  top: 50%;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
}
.dogcare-grooming-pro-header .wp-block-navigation__submenu-container {
  min-width: 215px !important;
  background: #5f1c00 !important;
}
.dogcare-grooming-pro-menu .wp-block-navigation li {
  padding: 17px 0px;
}
.dogcare-grooming-pro-menu .wp-block-navigation__submenu-container li {
  padding: inherit;
}
.dogcare-grooming-pro-menu .wp-block-group {
  padding: 0;
}
.wc-block-mini-cart__button:hover {
  background: transparent;
}

.dogcare-grooming-pro-menu {
  font-family: Oswald;
}
.dogcare-grooming-pro-header
  .wp-block-navigation
  li.current-menu-item
  .wp-block-navigation-item__label,
.dogcare-grooming-pro-header
  .wp-block-navigation
  li
  .wp-block-navigation-item__label:hover {
  color: #5baaec;
}
.dogcare-grooming-pro-footer-menu
  .wp-block-navigation
  li.current-menu-item
  .wp-block-navigation-item__label,
.dogcare-grooming-pro-footer-menu
  .wp-block-navigation
  li
  .wp-block-navigation-item__label:hover {
  color: #ff8502;
}
.dogcare-grooming-pro-footer-menu .wp-block-navigation li:hover:before,
.dogcare-grooming-pro-footer-menu
  .wp-block-navigation
  li.current-menu-item:before {
  background: #ff8502;
}

.dogcare-grooming-pro-ice-berg .wp-block-image {
  background: #5f1c00;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}
.dogcare-grooming-pro-ice-berg h3 {
  width: 50%;
  margin: 0 auto;
}
.dogcare-grooming-pro-ice-berg:hover .wp-block-image {
  background: #19375b;
}
.dogcare-grooming-pro-ice-berg:hover h3 {
  color: #19375b !important;
}
.dogcare-grooming-pro-better-box .wp-block-image {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  float: left;
}
.dogcare-grooming-pro-product-box .wc-block-components-product-image img {
  width: auto !important;
  margin: 0 auto;
  display: table;
}

.dogcare-grooming-pro-menu-section::before {
  content: "";
  width: 35%;
  height: 100%;
  background: #19375b;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}
.dogcare-grooming-pro-section .wp-block-columns {
  position: relative;
  overflow: hidden;
}
.dogcare-grooming-pro-discount-box {
  width: 230px !important;
  height: 230px;
  position: absolute;
  right: -60px;
  bottom: -50px;
}
.dogcare-grooming-pro-section-box .wp-block-column {
  z-index: 9;
}
.dogcare-grooming-pro-section .dogcare-grooming-pro-section-box::before {
  content: "";
  width: 99.5%;
  height: 99%;
  border: solid 2px #bd9655;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: dashed;
}
.dogcare-grooming-pro-inner-banner {
  position: relative;
  z-index: -1;
}

.dogcare-grooming-pro-section11-left {
  margin-right: 100px !important;
}
.dogcare-grooming-pro-section11 {
  position: relative;
}
.dogcare-grooming-pro-section11::before {
  content: "";
  width: 41.5%;
  position: absolute;
  height: 100%;
  background: #19375b;
  z-index: 0;
}
.dogcare-grooming-pro-section11 .wp-block-columns {
  position: relative;
  z-index: 0;
}

.dogcare-grooming-pro-section7-right .wp-block-image {
  position: absolute;
  right: 0;
}
.dogcare-grooming-pro-section7 {
  position: relative;
  overflow: hidden;
}
.dogcare-grooming-pro-section5-left {
  position: relative;
}
.dogcare-grooming-pro-section5-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #19375b;
  width: 45%;
  height: 100%;
  z-index: -1;
}
.dogcare-grooming-pro-header {
  position: absolute !important;
  width: 100%;
  z-index: 2;
}

/**woocommerce**/
.woocommerce div.product .product_title {
  display: none;
}
.entry-summary .price {
  padding-bottom: 15px !important;
}
.woocommerce div.product .quantity .qty {
  width: auto;
}
.cart {
  padding-bottom: 20px !important;
}
.woocommerce div.product div.images img {
  width: auto !important;
  margin: 0 auto;
}
.woocommerce-tabs .tabs.wc-tabs {
  margin: 0px !important;
  padding: 0px !important;
}
.woocommerce-tabs .tabs.wc-tabs:before {
  border: none !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 20px;
  padding: 40px !important;
  background-color: #f6f6f6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #222 !important;
  color: #fff !important;
  border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
  font-weight: 400 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  padding: 5px 30px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f69946 !important;
  position: relative;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #fff !important;
}
.related.products h2 {
  text-align: center;
}

.related.products li .price,
.products li .price {
  text-align: center;
}
.related.products .button,
.products .button {
  display: table;
  margin: 0 auto;
}
.related.products,
.products {
  text-align: center;
}
.related.products li,
.products li {
  float: none !important;
  display: inline-block;
  margin: 15px !important;
  padding: 35px 15px 0px !important;
  border-radius: 5px !important;
}
.related.products li img,
.products li img {
  width: auto !important;
  text-align: center;
  display: table !important;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}

.woocommerce div.product .related.products {
  padding: 40px !important;
  background-color: #f6f6f6;
}
.qty.text {
  width: auto !important;
}
.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
  max-width: 100%;
}
.woocommerce-page .button {
  padding: 10px 35px !important;
}
.woocommerce-Price-amount bdi {
  font-weight: 600;
}
.select2-container--default .select2-selection--single,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #222;
  border-radius: 0px;
}
body.home .dogcare-grooming-pro-menu li:nth-child(1) span {
  color: #5baaec;
}
body.home
  .dogcare-grooming-pro-menu
  li
  .wp-block-navigation__submenu-container
  li:nth-child(1)
  span {
  color: inherit;
}
body.home
  .dogcare-grooming-pro-menu
  li
  .wp-block-navigation__submenu-container
  li:nth-child(1)
  span:hover,
body.home
  .dogcare-grooming-pro-menu
  li
  .wp-block-navigation__submenu-container
  li
  span:hover,
.dogcare-grooming-pro-menu
  li
  .wp-block-navigation__submenu-container
  li
  span:hover {
  color: #5baaec;
}
.dogcare-grooming-pro-section10 .add_to_cart_button {
  border-radius: 100px;
  background-color: #19375b;
  padding: 12px 25px !important;
}
.added_to_cart.wc-forward {
  display: block;
}
.current-menu-item a {
  color: #5baaec;
}

@media (max-width: 1440px) {
  .dogcare-grooming-pro-section7-right .wp-block-image {
    position: relative;
    right: -114px;
  }
  .dogcare-grooming-pro-menu-section::before {
    width: 25%;
  }
}
@media (max-width: 1300px) {
  .dogcare-grooming-pro-section7-right .wp-block-image {
    right: -40px;
  }
}

@media (max-width: 1199pxheader) {
  .dogcare-grooming-pro-menu-section::before {
    display: none;
  }
  .dogcare-grooming-pro-header-top-bar {
    padding: 20px 15px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .woocommerce-page .button {
    padding: 10px 25px !important;
  }
  .related.products li,
  .products li {
    margin: 10px !important;
  }
}

@media (max-width: 1023px) {
  .dogcare-grooming-pro-banner-content h1 {
    font-size: 32px !important;
  }
  h3.has-text-color {
    font-size: 20px !important;
  }
  h5.has-text-color {
    font-size: 18px !important;
  }
  .has-text-align-right,
  has-text-align-left {
    text-align: center !important;
  }
  .dogcare-grooming-pro-header-top-bar-left {
    text-align: center;
    padding-bottom: 25px;
  }
  .dogcare-grooming-pro-header-top-bar-left .wp-block-image {
    display: table;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 10px !important;
    display: none;
  }
  .dogcare-grooming-pro-header-top-bar {
    padding-top: 20px !important;
    padding-bottom: 35px !important;
  }

  .dogcare-grooming-pro-banner-content {
    padding-top: 0px !important;
    text-align: center;
    padding-bottom: 40px;
  }
  .dogcare-grooming-pro-banner-content .wp-block-buttons {
    margin: 0 auto;
    display: table !important;
  }
  .dogcare-grooming-pro-header-top-bar-right .wp-block-woocommerce-mini-cart {
    display: table;
    margin: 0 auto !important;
    padding-top: 20px;
  }
  .dogcare-grooming-pro-section1 {
    padding: 40px 15px 0px !important;
  }
  .dogcare-grooming-pro-section1-left {
    text-align: center;
  }
  .dogcare-grooming-pro-section1-left .wp-block-button {
    display: table;
    margin: 0 auto;
  }
  .dogcare-grooming-pro-section1-right {
    padding-top: 40px;
  }
  .dogcare-grooming-pro-ice-berg {
    margin-bottom: 40px !important;
  }
  .dogcare-grooming-pro-ice-berg h3 {
    width: 100%;
  }
  .dogcare-grooming-pro-section1-left p {
    padding-top: 0px !important;
  }

  .dogcare-grooming-pro-section2 {
    padding: 60px 15px 40px !important;
  }
  .dogcare-grooming-pro-section2-right {
    text-align: center;
  }
  .dogcare-grooming-pro-section2-right .wp-block-image {
    margin: 0 auto;
    display: table;
    margin-bottom: 20px !important;
    margin-inline-start: auto !important;
    margin-inline-end: auto !important;
    float: none !important;
  }

  .dogcare-grooming-pro-section3 {
    padding: 40px 15px !important;
    text-align: center;
  }
  .dogcare-grooming-pro-section3-right {
    margin-top: 40px !important;
    padding: 30px !important;
    text-align: center !important;
  }
  .dogcare-grooming-pro-better-box .wp-block-image {
    float: none;
    margin-bottom: 15px !important;
  }
  .dogcare-grooming-pro-section3-left .wp-block-button {
    display: table;
    margin: 0 auto;
  }
  .dogcare-grooming-pro-discount-box {
    padding-top: 30px !important;
  }

  .dogcare-grooming-pro-section5-inner {
    padding: 40px 15px !important;
  }
  .dogcare-grooming-pro-porduct-section {
    padding: 40px 0px !important;
  }
  .dogcare-grooming-pro-menu-section::before {
    display: none;
  }
  .dogcare-grooming-pro-menu-section .wp-block-group {
    text-align: center;
  }
  .dogcare-grooming-pro-section5-right .wp-block-buttons {
    display: table;
    margin: 0 auto;
  }
  .dogcare-grooming-pro-section6 {
    padding: 40px 15px !important;
  }
  .dogcare-grooming-pro-section7-left {
    padding: 40px 15px !important;
  }
  .dogcare-grooming-pro-section7-left .wp-block-group,
  .dogcare-grooming-pro-section7-left h2.has-text-color,
  .dogcare-grooming-pro-section7-left .wp-block-columns {
    padding: 0px !important;
  }
  .dogcare-grooming-pro-section7-testimonial-box {
    padding: 30px !important;
  }
  .wp-block-group.dogcare-grooming-pro-section7-testimonial-box {
    padding: 30px !important;
  }
  .dogcare-grooming-pro-section7-left .wp-block-columns {
    margin-top: 40px !important;
  }
  .wp-block-group.dogcare-grooming-pro-section7-testimonial-box
    .wp-block-columns {
    margin-top: 0px !important;
  }
  .dogcare-grooming-pro-section7-right .wp-block-image {
    margin: 0px !important;
    right: 0px;
  }
  .dogcare-grooming-pro-section7-left h5,
  .dogcare-grooming-pro-section7-left h2 {
    text-align: center;
  }
  .dogcare-grooming-pro-section7-testimonial-box h4,
  .dogcare-grooming-pro-section7-testimonial-box p {
    text-align: center;
  }
  .dogcare-grooming-pro-section7-testimonial-box .wp-block-image {
    margin: 0 auto !important;
    float: none !important;
  }
  .dogcare-grooming-pro-section7-right .wp-block-image,
  .dogcare-grooming-pro-section7-right .wp-block-image img {
    width: 100% !important;
  }

  .dogcare-grooming-pro-section9 {
    padding: 40px 15px !important;
  }
  .dogcare-grooming-pro-section10 {
    padding: 40px 15px !important;
  }
  .dogcare-grooming-pro-section11 {
    padding: 0px !important;
  }
  .dogcare-grooming-pro-section11-left {
    padding: 0px !important;
    padding-bottom: 40px !important;
  }
  .dogcare-grooming-pro-section11-left h5,
  .dogcare-grooming-pro-section11-left h2 {
    text-align: center;
  }
  .dogcare-grooming-pro-section11-left .wp-block-buttons {
    display: table !important;
    margin: 0 auto !important;
  }
  .dogcare-grooming-pro-section11-right .wp-block-column {
    border: none;
  }
  .dogcare-grooming-pro-section11-left {
    margin-right: 0px !important;
  }
  .dogcare-grooming-pro-section11-left .wp-block-group {
    padding: 40px !important;
  }
  .dogcare-grooming-pro-section11::before {
    display: none;
  }
  .dogcare-grooming-pro-section11-right {
    padding: 0px 0px 40px 0px !important;
  }

  .dogcare-grooming-pro-section-box {
    padding: 80px 25px 200px !important;
  }
  .dogcare-grooming-pro-section-box h2 {
    font-size: 38px !important;
  }
  .dogcare-grooming-pro-section-box .wp-block-column {
    padding: 0px !important;
  }
  .dogcare-grooming-pro-footer-column {
    padding: 20px 15px !important;
  }
  .dogcare-grooming-pro-footer-box,
  .dogcare-grooming-pro-footer-menu {
    padding: 20px 0px;
  }
  .dogcare-grooming-pro-footer-copyright .wp-block-column {
    text-align: center;
  }
  .dogcare-grooming-pro-section11-right .wp-block-columns {
    border: none;
    margin: 0px !important;
  }

  .header-layout1 {
    padding: 20px 0px !important;
  }
  .dogcare-grooming-pro-404 .wp-block-search__inside-wrapper {
    width: 100% !important;
  }
  .dogcare-grooming-pro-404 {
    padding: 40px 15px !important;
  }

  .dogcare-grooming-pro-blog-area,
  .cctvblock-blog-right-side,
  .dogcare-grooming-pro-blog-left-side-page,
  .dogcare-grooming-pro-blog-no-sidebar,
  .dogcare-grooming-pro-archive-page {
    padding: 40px 15px !important;
  }
  .dogcare-grooming-pro-blog-content {
    padding-left: 0px !important;
    padding-top: 25px;
  }
  .dogcare-grooming-pro-blog-meta .wp-block-post-date,
  .dogcare-grooming-pro-blog-meta .wp-block-post-author,
  .dogcare-grooming-pro-blog-meta .wp-block-post-terms {
    width: 100% !important;
    padding: 0px !important;
  }
  .dogcare-grooming-pro-blog-left-side-area {
    padding-right: 0px !important;
  }
  .cctvblock-cctvblock-blog-right-side-page {
    padding-left: 0px !important;
  }
  .dogcare-grooming-pro-contact-lay1,
  .dogcare-grooming-pro-contact-lay2-box {
    padding: 40px 15px !important;
  }
  .dogcare-grooming-pro-contact-lay1 .wp-block-group {
    padding-right: 0px !important;
  }
  .dogcare-grooming-pro-contact-lay1 .dogcare-grooming-pro-contact-info {
    padding-top: 40px;
  }
  .dogcare-grooming-pro-contact-info-box {
    padding: 30px !important;
  }
  .dogcare-grooming-pro-service-single-lay {
    padding: 40px 15px 0px !important;
  }
  .dogcare-grooming-pro-service-menu {
    padding-right: 0px !important;
    padding-bottom: 40px;
  }
  .dogcare-grooming-pro-service-single-lay h2 {
    font-size: 24px !important;
  }
  .dogcare-grooming-pro-team-section1 {
    padding: 40px 15px !important;
  }
  .dogcare-grooming-pro-team-section1-right {
    padding-top: 40px;
  }
  .dogcare-grooming-pro-team-section1 .wp-block-columns {
    padding-bottom: 40px !important;
  }
  .dogcare-grooming-pro-team-section2 {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
  .dogcare-grooming-pro-team-section-box {
    margin-bottom: 30px !important;
    padding-right: 0px !important;
  }
  .dogcare-grooming-pro-archive-left {
    padding-right: 0px !important;
  }
  .dogcare-grooming-pro-inner-banner-title {
    font-size: 26px !important;
    margin: 0px !important;
  }
  .dogcare-grooming-pro-blog-single-area {
    padding: 40px 15px !important;
  }
  .dogcare-grooming-pro-blog-single-right-area {
    padding-left: 0px !important;
    padding-top: 40px;
  }
  .dogcare-grooming-pro-section9 .wp-block-buttons {
    margin-top: 30px !important;
  }
  .dogcare-grooming-pro-inner-banner .wp-block-cover {
    min-height: 220px !important;
  }
  .dogcare-grooming-pro-404 h1 {
    padding-bottom: 30px !important;
    font-size: 30px !important;
  }
  .related.products li,
  .products li {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .dogcare-grooming-pro-section5-menu-box .wp-block-column {
    text-align: center;
  }
  .dogcare-grooming-pro-section5-left::after {
    display: none;
  }
  .dogcare-grooming-pro-section5-left,
  .dogcare-grooming-pro-section5-right {
    padding: 0px !important;
  }
}

@media (min-width: 1024px) {
  .dogcare-grooming-pro-banner {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dogcare-grooming-pro-header-top-bar {
    padding: 20px 15px !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.dogcare-grooming-pro-header-top-bar-left,
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.dogcare-grooming-pro-header-top-bar-logo,
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.dogcare-grooming-pro-header-top-bar-right {
    flex-basis: auto !important;
    width: 33.33%;
    float: left;
    padding: 0px !important;
  }
  .dogcare-grooming-pro-ice-berg .wp-block-image {
    width: 140px;
    height: 140px;
  }
  .dogcare-grooming-pro-header-top-bar-right
    .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
    padding: 0px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.dogcare-grooming-pro-banner-content,
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.dogcare-grooming-pro-banner-image {
    flex-basis: auto !important;
    width: 50%;
    float: left;
    padding: 0px !important;
    text-align: left;
  }
  .dogcare-grooming-pro-banner-content .wp-block-buttons {
    margin: inherit;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.dogcare-grooming-pro-banner-content {
    padding-top: 40px !important;
  }
  .dogcare-grooming-pro-section1-right
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: auto !important;
  }
  .dogcare-grooming-pro-better-box {
    flex-basis: auto !important;
    width: 49% !important;
    display: inline-block;
    padding: 15px !important;
  }
  .dogcare-grooming-pro-section11-right .is-layout-flow.wp-block-column {
    flex-basis: auto !important;
    padding: 15px;
  }
  .dogcare-grooming-pro-section2-left .wp-block-image.alignleft.size-full,
  .dogcare-grooming-pro-section5-inner .wp-block-image.alignleft.size-full {
    float: none;
    text-align: center;
    width: 100%;
  }
  .dogcare-grooming-pro-section7-testimonial-box {
    width: 60%;
    margin: 0 auto;
  }
  .dogcare-grooming-pro-banner {
    padding-left: 60px !important;
  }
  .mtsnb .mtsnb-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 1000px;
    padding: 10px 40px;
    line-height: 1.4;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .dogcare-grooming-pro-section8-product-box ul li,
  .dogcare-grooming-pro-section4-product-box ul li,
  .dogcare-grooming-pro-section9 ul li {
    width: calc(50% - 0.9375em) !important;
  }
  .dogcare-grooming-pro-section-box {
    padding: 80px 100px 200px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  h3.has-text-color {
    font-size: 20px !important;
  }
  h5.has-text-color {
    font-size: 18px !important;
  }
  .dogcare-grooming-pro-blog-content h2 {
    font-size: 24px !important;
  }
  .dogcare-grooming-pro-ice-berg h3 {
    width: 100%;
  }
  .dogcare-grooming-pro-section7-left .wp-block-group {
    padding: 0px !important;
  }
  .dogcare-grooming-pro-section7-left .wp-block-columns {
    padding: 0px !important;
  }
  .dogcare-grooming-pro-section7-left h2 {
    padding: 0px !important;
  }
  .dogcare-grooming-pro-section1-left p {
    padding-top: 0px !important;
  }
  .dogcare-grooming-pro-section7-left {
    padding: 40px 15px 0px !important;
  }
  .wp-block-group .dogcare-grooming-pro-section7-testimonial-box {
    padding: 20px 25px !important;
    margin-top: 30px !important;
  }
  .wp-block-group .dogcare-grooming-pro-section7-testimonial-box p {
    font-size: 16px !important;
    padding-bottom: 10px !important;
  }
  .dogcare-grooming-pro-section-box {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .dogcare-grooming-pro-section8 h2 {
    font-size: 46px !important;
  }
  .dogcare-grooming-pro-banner-content h1 {
    font-size: 50px !important;
  }
  .dogcare-grooming-pro-header-top-bar-left .wp-block-image {
    margin: 0px !important;
  }
  .dogcare-grooming-pro-404 h3.has-text-color {
    font-size: 80px !important;
  }
  .dogcare-grooming-pro-section11-left {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .dogcare-grooming-pro-header-banner .wp-block-cover {
    padding-top: 300px !important;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .dogcare-grooming-pro-header .wp-block-navigation__submenu-container {
    right: -1px !important;
    left: auto !important;
  }
}

@media (max-width: 599px) {
  .dogcare-grooming-pro-menu {
    position: relative;
    right: 0px;
    top: -25px;
  }
  .dogcare-grooming-pro-menu .wp-block-navigation ul {
    display: block !important;
    width: 100%;
    text-align: right;
    min-width: 310px !important;
    padding-left: 5px !important;
  }
  .wp-block-navigation__submenu-container li {
    padding-right: 0px !important;
  }
  .dogcare-grooming-pro-menu .wp-block-navigation ul li {
    display: block !important;
    border-bottom: solid 1px #ccc;
    margin-bottom: 0px;
    padding: 15px 0px;
    padding-right: 25px;
  }
  .dogcare-grooming-pro-menu .wp-block-navigation__submenu-container {
    padding-right: 0px !important;
  }
  .dogcare-grooming-pro-menu .wp-block-navigation ul li a {
    line-height: normal !important;
  }
  .dogcare-grooming-pro-menu .wp-block-navigation__submenu-container li a {
    text-align: right;
    display: inherit !important;
  }
  .dogcare-grooming-pro-menu .wp-block-navigation__submenu-container {
    padding-top: 20px !important;
  }
  .dogcare-grooming-pro-menu .wp-block-navigation__submenu-container li {
    border: none !important;
  }
  .dogcare-grooming-pro-menu
    .wp-block-navigation__responsive-container-open:hover {
    background: none;
  }
  .dogcare-grooming-pro-menu
    .wp-block-navigation__responsive-container-open
    svg {
    width: 35px;
    height: 35px;
  }
  .dogcare-grooming-pro-menu .wp-block-navigation.items-justified-right {
    padding-top: 0px;
  }
  .dogcare-grooming-pro-menu .current-menu-item a,
  .dogcare-grooming-pro-menu li a:hover {
    color: #5baaec !important;
    background: none !important;
  }
  .dogcare-grooming-pro-menu .is-layout-constrained {
    padding: 5px !important;
  }
}

/* *-*-*-*-*-*-*-*-*-* New CSS	*-*-*-*-*-*-*-*-*-*-*-* */
body .wp-site-blocks {
  overflow: hidden;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
}
/* *-*-*-*-*-*-*-*-*- Slider Section *-*-*-*-*-*-*-*-*-*-*-* */
.cctv_slider_sec .slide-content {
  padding: 0 !important;
}
.cctv_slider_sec .wp-block-stackable-button .stk-button:hover {
  background-color: #f69946 !important;
}
.slider-main-para {
  width: 75%;
  margin: 0 auto;
}
.cctv_slider_sec .slider-small-title a,
.slider_right_col .gutentor-post-content .gutentor-button {
  background: #b9b9b94d !important;
}
section.cctv_slider_sec {
  position: relative;
  z-index: 1;
  margin-top: -90px !important;
}
.cctv_slider_sec button.eedee-gutenslider-nav {
  background-color: #ffffff !important;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.cctv_slider_sec button.eedee-gutenslider-nav:hover {
  background-color: #f69946 !important;
}
.cctv_slider_sec button.eedee-gutenslider-nav:hover svg path {
  fill: #fff !important;
}
.cctv_slider_sec .wp-block-cover {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.slider_row h1 strong {
  padding: 0px 10px;
  background-color: #f69946;
  font-weight: 600;
}
.cctv_slider_sec .eedee-gutenslider-prev {
  margin-left: 80px;
}
.cctv_slider_sec .eedee-gutenslider-next {
  margin-right: 80px;
}

/* *-*-*-*-*-*-*-*-*- Second Section *-*-*-*-*-*-*-*-*-*-*-* */
/* section.cctv_second_sec {
  position: relative;
  margin-top: -90px;
  z-index: 1;
} */

.cctv_service_sec .gutentor-post:hover h3 a {
  color: #f69946;
  transition: 0.8s ease-in-out;
}
/* .cctv_second_sec .wp-block-stackable-column:hover .gutentor-image-thumb img {
  animation: bounce;
  animation-duration: 1s;
  --animate-delay: 0s;
} */
/* .cctv_second_sec .wp-block-stackable-column:hover {
  box-shadow: 0px 3px 8px #f69946;
} */
/* .cctv_second_sec .wp-block-stackable-column .gutentor-image-thumb {
  overflow: visible !important;
} */
/* .cctv_second_sec .stk-block-carousel__slider {
  padding: 10px;
} */
/* .cctv_second_sec .stk-column {
  box-shadow: 0px 3px 8px #00000029;
} */
/* *-*-*-*-*-*-*-*-*- About Us Section *-*-*-*-*-*-*-*-*-*-*-* */
section.cctv_about_us_sec {
  margin: 5% auto;
}
.cctv_about_us_sec .about-left-image {
  position: absolute;
  z-index: 1;
  left: 35%;
}
.cctv_about_us_sec .gutentor-single-item-image-box .gutentor-image-thumb {
  width: 30px;
  height: 30px;
}
.list-indicator-image li {
  transition: 0.2s ease-in-out;
}
.list-indicator-image li:hover {
  transform: translateX(15px);
}

.cctv_about_us_sec .video_row {
  width: 180%;
  height: 110px;
  position: relative;
  left: -60%;
  top: 80%;
  z-index: 1;
}
.cctv_about_us_sec .video_row .gutentor-video-popup {
  height: auto;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: relative;
  left: -10%;
}
.cctv_about_us_sec .video_row .video_content h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cctv_about_us_sec .wp-block-cover__inner-container {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.about_right_col ul li {
  padding: 0;
}
.about_right_col ul li span {
  align-items: center;
}
.about_right_col ul {
  z-index: 1 !important;
}
.about_right_col .customer_row {
  width: fit-content;
  justify-content: center;
  margin: 30px 0px;
  box-shadow: 0px 0px 20px #0000003b;
  border-radius: 15px;
  transition: 0.4s ease-in-out;
}
.about_right_col .customer_row:hover {
  box-shadow: 0px 0px 20px #f69946;
}
.cctv_about_us_sec .video_title h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/* *-*-*-*-*-*-*-*- Services Section -*-*-*-*-*-*-*-*- */
.cctv_service_sec .gutentor-slick-arrows {
  margin-top: -85px !important;
}
.cctv_service_sec .slick-prev,
.cctv_project_sec .slick-prev,
.cctv_blog_sec .slick-prev {
  margin-right: 20px !important;
}
.cctv_service_sec .slick-arrow:hover,
.cctv_project_sec .slick-arrow:hover,
.cctv_blog_sec .slick-arrow:hover {
  background-color: #f69946 !important;
}
.service_icon.imgx {
  margin-bottom: 10px;
}
.cctv_service_sec .slick-arrow,
.cctv_project_sec .slick-arrow,
.cctv_blog_sec .slick-arrow {
  justify-content: center;
  display: flex !important;
  align-items: center;
  width: 50px !important;
  height: 50px !important;
  border-radius: 45px !important;
  padding: 20px;
  & i {
    font-size: 22px;
  }
}
.cctv_service_sec .grid-container {
  padding: 0 !important;
}
.cctv_service_sec .grid-container {
  max-width: 100%;
}
.cctv_service_sec .gutentor-post-desc {
  margin-bottom: 0px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cctv_service_sec article .gutentor-post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cctv_service_sec .gutentor-post-item {
  background-color: transparent !important;
}
/* Position image wrapper */
.cctv_service_sec .gutentor-post-item {
  position: relative;
  overflow: hidden;
}

/* Make image take full height */
.cctv_service_sec .gutentor-post-image-box.gutentor-image-thumb {
  min-height: 300px; /* Adjust based on your design */
  background-size: cover;
  background-position: center;
}

/* Overlay wrapper for text */
/* .cctv_service_sec .gutentor-post-item .gutentor-post-title */
.cctv_service_sec .gutentor-post-item .gutentor-post-button {
  position: absolute;
  z-index: 2;
  left: 10%;
  transform: translate(-50%);
  text-align: center;
  width: auto;
  color: #fff;
  top: 75%;
}

.cctv_service_sec .gutentor-post-item .gutentor-post-title {
  position: absolute;
  top: 85%;
  transform: translate(20%, 0%);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.cctv_service_sec .gutentor-post-item .gutentor-post-title a {
  color: #fff;
  text-decoration: none;
}

.cctv_service_sec .gutentor-post-item .gutentor-post-button {
  width: 50px;
  height: 50px;
  /* bottom: 20px; */
  transform: translate(0%);
  background-color: #f69946;
  color: #fff;
  border-radius: 45px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: -45deg;
}

.cctv_service_sec .gutentor-post-item .gutentor-post-button:hover {
  background-color: #bb98fd;
  border-radius: 45px;
}
.cctv_service_sec .gutentor-image-thumb img {
  height: 500px;
  border-radius: 30px;
  transition: transform 0.3s ease;
  object-fit: cover;
}
.cctv_service_sec .gutentor-image-thumb img:hover {
  transform: scale(1.05);
}
.cctv_service_sec .gutentor-post-item .gutentor-post-button i {
  font-size: 20px;
}
/* *-*-*-*-*-*-*-*- Counter Section -*-*-*-*-*-*-*-*- */
.cctv_counter_sec.wp-block-cover {
  margin: 5% auto;
}
.cctv_counter_sec .stk-block-carousel__slider {
  padding-bottom: 25px;
}

.cctv_counter_sec .wp-block-stackable-column::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "" !important;
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  border-radius: 50%;
}
.cctv_counter_sec .wp-block-stackable-column:hover::before {
  opacity: 0.5;
  -webkit-transform: translateY(5px);
  transform: translateY(10px);
  border-radius: 50%;
}
.cctv_counter_sec .wp-block-stackable-column:hover .wp-block-image img {
  animation: pulse 1s infinite;
}
.cctv_counter_sec .wp-block-stackable-column:hover {
  border-radius: 5px;
}

.cctv_counter_sec .wp-block-image {
  width: 30%;
  height: 80px;
}
.cctv_counter_sec .content {
  width: 70%;
}
/* *-*-*-*-*-*-*-*- Projects Section -*-*-*-*-*-*-*-*- */
.cctv_project_sec .woolentor-product-tab-area {
  position: relative;
  z-index: 1;
}
.cctv_project_sec span.onsale {
  display: none;
}
.cctv_project_sec .woolentor-product-tab-area .slide-item {
  background-color: #efefef;
  border-radius: 30px;
  padding: 20px;
}
.cctv_project_sec .product-item .product-inner .content .title a,
.cctv_project_sec .price {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cctv_project_sec .slick-track .gutentor-button {
  display: none;
}
.cctv_project_sec .gutentor-post:hover .gutentor-post-item {
  box-shadow: 4px 2px 10px #f69946 !important;
  border-radius: 3px;
  transition: 0.5s ease-in-out;
}
.cctv_project_sec .gutentor-slick-arrows {
  left: 0 !important;
  right: 0 !important;
  justify-content: center;
  bottom: -70px !important;
}
.cctv_project_sec .gutentor-post .gutentor-post-item {
  position: relative;
}
.cctv_project_sec .gutentor-post:hover .gutentor-post-image-box {
  background-color: #f69946;
  transition: 0.5s ease-in-out;
}
.cctv_project_sec .gutentor-post:hover .gutentor-image-thumb {
  opacity: 0.4;
}
.cctv_project_sec .gutentor-post:hover .gutentor-post-content {
  position: absolute;
  top: 53%;
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  background-color: transparent;
  padding: 0px 15px;
}
.cctv_project_sec .gutentor-post:hover .gutentor-post-title a,
.cctv_project_sec .gutentor-post:hover .gutentor-post-desc {
  color: #000;
}
.cctv_project_sec .gutentor-post:hover .gutentor-button {
  display: block;
  width: 40%;
  margin: 0 auto;
}
.cctv_project_sec .gutentor-post-content {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 0px 15px;
}
.cctv_project_sec .gutentor-post-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cctv_project_sec .gutentor-image-thumb img {
  width: 100%;
  height: 100%;
}
.cctv_project_sec .gutentor-post,
.cctv_project_sec .gutentor-post .gutentor-post-item {
  height: 420px;
}
.cctv_project_sec .gutentor-post-image-box,
.cctv_project_sec .gutentor-post-image-box .gutentor-image-thumb {
  height: 100%;
}
.cctv_project_sec .grid-container {
  position: relative;
}
.cctv_project_sec .gutentor-slick-arrows {
  position: absolute;
}
.cctv_project_sec .gutentor-post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/* *-*-*-*-*-*-*-*- Latest Section -*-*-*-*-*-*-*-*- */
.cctv_latest_sec.wp-block-cover {
  margin: 120px auto 5% auto;
}
.latest_left_col .wp-block-stackable-column:hover figure img {
  animation: rubberBand 1s infinite;
  filter: brightness(0);
}
.latest_left_col .wp-block-stackable-column:hover {
  border-radius: 10px;
  border-color: #f69946 !important;
  transition: 0.3s ease-in-out !important;
}
.cctv_latest_sec .wp-block-cover__inner-container {
  position: relative;
}
.cctv_latest_sec .cctv_home_contact_row {
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  height: 100%;
  margin: 0;
}
.cctv_latest_sec .cctv_home_contact_row .wp-block-cover {
  height: 100%;
}
.cctv_latest_sec .latest_right_col .wp-block-cover__inner-container {
  position: absolute;
  top: 100px;
  left: 0;
  padding: 10px;
}
.cctv_latest_sec .latest_right_col figure {
  margin: 0 auto;
}
.cctv_latest_sec .blank {
  visibility: hidden;
}
.cctv_latest_sec .wp-block-stackable-carousel figure {
  height: 70px;
  width: 70px;
  margin-bottom: 35px;
  margin-top: 30px;
}
.cctv_latest_sec .stk-block-carousel__slider .stk-block-heading__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
/* *-*-*-*-*-*-*-*- Team Section -*-*-*-*-*-*-*-*- */
.cctv_team_sec .grid-container .gutentor-post-content {
  border: 1px solid #000;
  border-top: 0px;
}
.cctv_team_sec .gutentor-slick-arrows {
  left: 0 !important;
  right: 0 !important;
  justify-content: center !important;
  bottom: -70px !important;
}
.cctv_team_sec .gutentor-image-thumb {
  height: 450px;
}
.cctv_team_sec .gutentor-image-thumb img {
  height: 100%;
  width: 100%;
}

.team-card:hover .team-cont {
  background-color: #f6994626;
}
.team-card:hover .team-cont .title {
  animation: tada infinite 1s;
}

.team-card .img {
  position: relative;
  z-index: 1;
}
#teams-section .team-card img {
  border-radius: 30px 30px 0px 0px;
}
#teams-section .owl-nav button:hover {
  background-color: #f69946;
}
#teams-section .owl-nav button i {
  font-size: 20px !important;
  color: #ffffff;
}
#teams-section .team-card img {
  height: auto;
}
.team-card .team-cont {
  border: 1px solid #c2c2c2;
  position: relative;
  bottom: 0;
  z-index: 0;
  padding: 25px 10px 25px 10px;
  border-top: 0;
  text-align: center;
  box-shadow: 0px 2px 6px #00000021;
  border-radius: 0px 0px 40px 40px;
}
.team-card .team-cont .title a {
  font-size: 30px;
  font-weight: 600;
  text-decoration: unset;
  font-family: "Archivo";
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
  &:hover {
    color: #f69946;
  }
}
.team-cont .designation {
  color: #000000;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
}
.team-card .team-cont .excerpt {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 24px;
  color: #000;
}
.team-card .social-side {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-top: 15px;
}
.team-card .social-side a i {
  color: #000;
  font-size: 20px;
  &:hover {
    color: #f69946;
  }
}
#teams-section .owl-nav {
  text-align: center;
  margin-top: 35px;
}
#products .owl-nav {
  text-align: center;
  margin-top: 35px;
}
#teams-section .owl-nav button {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #000;
  margin: 0px 8px;
  border-radius: 50px;
}

/* *-*-*-*-*-*-*-*- Testimonial Section -*-*-*-*-*-*-*-*- */
.cctv_testimonial_sec .stk-block-carousel__buttons {
  align-items: end;
  position: absolute;
  bottom: -95px;
  gap: 22px;
}
.cctv_testimonial_sec .wp-block-stackable-column:hover figure {
  animation: tada infinite 1s;
}
.cctv_testimonial_sec
  .wp-block-stackable-column:hover
  .wp-block-stackable-heading
  h4,
.cctv_testimonial_sec
  .wp-block-stackable-column:hover
  .wp-block-stackable-heading
  h5 {
  color: #000 !important;
  transition: 0.3s ease-in-out;
}
.cctv_testimonial_sec .testimonial_slider figure {
  width: 60px;
  height: 60px;
  border: 2px solid #f69946;
  border-radius: 50%;
}
.cctv_testimonial_sec .testimonial_slider figure img {
  width: 100%;
  height: 100%;
}
.cctv_testimonial_sec .testimonial_slider .stk-block-carousel__slider {
  padding-top: 40px;
}
.cctv_testimonial_sec .testimonial_slider .stk-block-column .stk-block-content,
.cctv_testimonial_sec .testimonial_slider .stk-column {
  position: relative;
}
.cctv_testimonial_sec .testimonial_slider .stk-block-content figure {
  position: absolute;
  top: -75px;
  left: 0;
}
.cctv_testimonial_sec .stk-block-carousel__buttons svg path {
  fill: #fff !important;
}
.cctv_testimonial_sec .wp-block-stackable-column {
  border-radius: 10px;
}
.cctv_testimonial_sec
  .testimonial_slider
  .stk-block-column
  .stk-block-content::after {
  content: "\f10d";
  position: absolute;
  top: -70px;
  right: 0;
  background-color: #180a32;
  width: 45px;
  height: 45px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.cctv_testimonial_sec.wp-block-cover {
  margin-top: 130px;
}
.cctv_testimonial_sec .stk-block-carousel__button:hover {
  background-color: #000000 !important;
}
.cctv_testimonial_sec .stk-block-carousel__button:hover path {
  color: #ffffff !important;
}
/* *-*-*-*-*-*-*-*- Brands Section -*-*-*-*-*-*-*-*- */
.cctv_brand_sec .stk-block-column figure {
  width: 160px;
  height: 100px;
  margin: 0 auto;
}
.cctv_brand_sec .stk-block-column figure img {
  width: 100%;
  height: 100%;
}
.cctv_brand_sec .stk-block-column figure img:hover {
  filter: brightness(0);
}
.cctv_brand_sec.wp-block-group {
  margin: 5% auto;
}
.cctv_brand_sec .wp-block-stackable-column:hover figure {
  animation: pulse 0.5s infinite;
}
/* *-*-*-*-*-*-*-*- Blog Section -*-*-*-*-*-*-*-*- */
.cctv_blog_sec .slick-track .posted-on {
  background: #bb98fd;
  padding: 10px;
  border-radius: 50px;
}
.cctv_blog_sec .gutentor-post-item .gutentor-post-desc {
  margin-bottom: 20px !important;
}
.cctv_blog_sec .slick-track .gutentor-entry-meta-primary {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
  z-index: 2;
}
.cctv_blog_sec .slick-track .gutentor-post-item {
  position: relative;
  border-radius: 30px;
  border: 1px solid #c2c2c2;
}
.cctv_blog_sec .slick-track .gutentor-post-item:hover {
  background-color: #f6994626;
}
.cctv_blog_sec .gutentor-entry-meta-secondary i {
  color: #f69946 !important;
  margin-right: 10px !important;
}
.cctv_blog_sec .gutentor-post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cctv_blog_sec .gutentor-slick-arrows {
  left: 0 !important;
  right: 0 !important;
  justify-content: center !important;
  bottom: -55px !important;
}
.cctv_blog_sec .gutentor-image-thumb {
  width: 100%;
  height: 300px;
}
.cctv_blog_sec .gutentor-image-thumb img {
  object-fit: cover;
  height: 100%;
  border-radius: 30px;
}
.cctv_blog_sec .gutentor-post-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cctv_blog_sec .gutentor-post-button {
  border-radius: 50px !important;
}
/* section.cctv_second_sec .wp-block-stackable-column {
  animation: zoomIn;
  animation-duration: 2s;
  --animate-delay: 0.9s;
} */

.cctv_counter_sec .container {
  animation: fadeInLeft;
  animation-duration: 3s;
  --animate-delay: 1s;
}
.spinner-loading-box {
  background: #f69946;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/* MULTI SPINNER */

.multi-spinner-container {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 30px auto;
  overflow: hidden;
}
div#mtsnb-86 {
  z-index: 1 !important;
}
.multi-spinner {
  position: absolute;
  width: calc(100% - 9.9px);
  height: calc(100% - 9.9px);
  border: 5px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
  animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
}

@media screen and (max-width: 1920px) and (min-width: 320px) {
  /* .physiotherapy-topbar-header-sec.animate__fadeInLeft,
  .cctv_project_sec.animate__fadeInLeft,
  .cctv_brand_sec.animate__fadeInLeft,
  .about_left_col.animate__fadeInLeft,
  .about-left-image.animate__fadeInLeft,
  .cctv_counter_sec.animate__fadeInLeft,
  .cctv_testimonial_sec.animate__fadeInLeft,
  .cctv_latest_sec.animate__fadeInLeft {
    animation: fadeInLeft;
    animation-duration: 5s;
    --animate-delay: 2s;
  }
  .cctv_slider_sec.animate__fadeInRight,
  .physiotherapy-contact-page.animate__fadeInRight,
  .cctv_blog_sec.animate__fadeInRight,
  .service-main-head.animate__fadeInRight,
  .cctv_team_sec.animate__fadeInRight,
  .cctv_footer_sec.animate__fadeInRight,
  .about_right_col.animate__fadeInRight,
  .service-main-para.animate__fadeInRight,
  .service-posts.animate__fadeInRight {
    animation: fadeInRight;
    animation-duration: 5s;
    --animate-delay: 2s;
  } */
  .cctv_about_us_sec .about_left_col.animate__slideInLeft,
  .cctv_about_us_sec .about-left-image.animate__slideInLeft {
    animation: slideInLeft;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .cctv_about_us_sec .about_right_col.animate__slideInRight {
    animation: slideInRight;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .testimonial_slider.animate__zoomIn {
    animation: zoomIn;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .client-main-head.animate__zoomInDown,
  .client-text-main.animate__zoomInDown {
    animation: zoomInDown;
    animation-duration: 2s;
    --animate-delay: 0s;
  }

  .cctv_service_sec .service-main-head.animate__slideInRight,
  .cctv_service_sec .service-main-para.animate__slideInRight {
    animation: slideInRight;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .cctv_service_sec .service-posts.animate__zoomInDown {
    animation: zoomInDown;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .cctv_counter_sec .counts-box.animate__zoomIn {
    animation: zoomIn;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .latest_left_col .animate__slideInLeft {
    animation: slideInLeft;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .lat-card.animate__zoomIn {
    animation: zoomIn;
    animation-duration: 2s;
    --animate-delay: 0s;
  }

  .team-main-head.animate__zoomInDown,
  .team-main-text.animate__zoomInDown {
    animation: zoomInDown;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
}

.page-template-404-page .wp-block-image.size-full.error_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.page-template-blog-page .gutentor-post,
.page-template-blog-left-sidebar .gutentor-post,
.page-template-blog-right-sidebar .gutentor-post {
  padding: 20px;
}
.page-template-blog-page .gutentor-image-thumb img,
.page-template-blog-left-sidebar .gutentor-image-thumb img,
.page-template-blog-right-sidebar .gutentor-image-thumb img {
  transition: transform 0.3s ease;
  width: 100%;
  border-radius: 20px;
}
.page-template-blog-page .gutentor-image-thumb img:hover,
.page-template-blog-left-sidebar .gutentor-image-thumb img:hover,
.page-template-blog-right-sidebar .gutentor-image-thumb img:hover {
  transform: scale(1.05);
}
.page-template-blog-page .gutentor-post-title a:hover,
.page-template-blog-left-sidebar .gutentor-post-title a:hover,
.page-template-blog-right-sidebar .gutentor-post-title a:hover {
  color: #f69946;
}
.page-template-blog-page .gutentor-post-button,
.page-template-blog-left-sidebar .gutentor-post-button,
.page-template-blog-right-sidebar .gutentor-post-button {
  background-color: #f69946;
  color: white;
  padding: 10px;
  border-radius: 6px;
}
.page-template-blog-page .gutentor-post-button:hover,
.page-template-blog-left-sidebar .gutentor-post-button:hover,
.page-template-blog-right-sidebar .gutentor-post-button:hover {
  background-color: #101114;
}
.page-template-blog-left-sidebar .search_sec,
.page-template-blog-left-sidebar .archive_sec,
.page-template-blog-left-sidebar .category_sec,
.page-template-blog-right-sidebar .search_sec,
.page-template-blog-right-sidebar .archive_sec,
.page-template-blog-right-sidebar .category_sec,
.page-template-page-left-sidebar .search_sec,
.page-template-page-left-sidebar .archive_sec,
.page-template-page-left-sidebar .category_sec,
.page-template-page-right-sidebar .search_sec,
.page-template-page-right-sidebar .archive_sec,
.page-template-page-right-sidebar .category_sec,
.page-template-blog-left-sidebar .calendar_sec,
.page-template-blog-left-sidebar .recent_posts_sec,
.page-template-blog-left-sidebar .meta_sec,
.page-template-blog-right-sidebar .calendar_sec,
.page-template-blog-right-sidebar .recent_posts_sec,
.page-template-blog-right-sidebar .meta_sec,
.page-template-page-left-sidebar .calendar_sec,
.page-template-page-left-sidebar .recent_posts_sec,
.page-template-page-left-sidebar .meta_sec,
.page-template-page-right-sidebar .calendar_sec,
.page-template-page-right-sidebar .recent_posts_sec,
.page-template-page-right-sidebar .meta_sec {
  background-color: #f69946 !important;
  color: white;
}
.page-template-blog-left-sidebar .archive_sec .wp-block-heading,
.page-template-blog-left-sidebar .archive_sec ul li a,
.page-template-blog-left-sidebar .category_sec .wp-block-heading,
.page-template-blog-left-sidebar .category_sec ul li a,
.page-template-blog-right-sidebar .archive_sec .wp-block-heading,
.page-template-blog-right-sidebar .archive_sec ul li a,
.page-template-blog-right-sidebar .category_sec .wp-block-heading,
.page-template-blog-right-sidebar .category_sec ul li a,
.page-template-page-left-sidebar .archive_sec .wp-block-heading,
.page-template-page-left-sidebar .archive_sec ul li a,
.page-template-page-left-sidebar .category_sec .wp-block-heading,
.page-template-page-left-sidebar .category_sec ul li a,
.page-template-page-right-sidebar .archive_sec .wp-block-heading,
.page-template-page-right-sidebar .archive_sec ul li a,
.page-template-page-right-sidebar .category_sec .wp-block-heading,
.page-template-page-right-sidebar .category_sec ul li a,
.page-template-page-left-sidebar .calendar_sec h4,
.page-template-page-left-sidebar #wp-calendar,
.page-template-page-left-sidebar #today a,
.page-template-page-left-sidebar #wp-calendar caption,
.page-template-page-left-sidebar .recent_posts_sec h4,
.page-template-page-left-sidebar .recent_posts_sec ul li a,
.page-template-page-left-sidebar .meta_sec h4,
.page-template-page-right-sidebar .calendar_sec h4,
.page-template-page-right-sidebar #wp-calendar,
.page-template-page-right-sidebar #today a,
.page-template-page-right-sidebar #wp-calendar caption,
.page-template-page-right-sidebar .recent_posts_sec h4,
.page-template-page-right-sidebar .recent_posts_sec ul li a,
.page-template-page-right-sidebar .meta_sec h4,
.page-template-blog-left-sidebar .calendar_sec h4,
.page-template-blog-left-sidebar #wp-calendar,
.page-template-blog-left-sidebar #today a,
.page-template-blog-left-sidebar #wp-calendar caption,
.page-template-blog-left-sidebar .recent_posts_sec h4,
.page-template-blog-left-sidebar .recent_posts_sec ul li a,
.page-template-blog-left-sidebar .meta_sec h4,
.page-template-blog-right-sidebar .calendar_sec h4,
.page-template-blog-right-sidebar #wp-calendar,
.page-template-blog-right-sidebar #today a,
.page-template-blog-right-sidebar #wp-calendar caption,
.page-template-blog-right-sidebar .recent_posts_sec h4,
.page-template-blog-right-sidebar .recent_posts_sec ul li a,
.page-template-blog-right-sidebar .meta_sec h4,
.page-template-page-left-sidebar .meta_sec ul li a,
.page-template-page-right-sidebar .meta_sec ul li a,
.page-template-blog-left-sidebar .meta_sec ul li a,
.page-template-blog-right-sidebar .meta_sec ul li a {
  color: white !important;
}
.page-template-page-left-sidebar #wp-calendar thead,
.page-template-page-left-sidebar #wp-calendar thead tr,
.page-template-page-left-sidebar #wp-calendar thead th,
.page-template-page-right-sidebar #wp-calendar thead,
.page-template-page-right-sidebar #wp-calendar thead tr,
.page-template-page-right-sidebar #wp-calendar thead th,
.page-template-blog-left-sidebar #wp-calendar thead,
.page-template-blog-left-sidebar #wp-calendar thead tr,
.page-template-blog-left-sidebar #wp-calendar thead th,
.page-template-blog-right-sidebar #wp-calendar thead,
.page-template-blog-right-sidebar #wp-calendar thead tr,
.page-template-blog-right-sidebar #wp-calendar thead th {
  border-color: white;
  background-color: transparent;
}
.page-template-page-left-sidebar .calendar_sec nav,
.page-template-page-right-sidebar .calendar_sec nav,
.page-template-blog-left-sidebar .calendar_sec nav,
.page-template-blog-right-sidebar .calendar_sec nav {
  display: none;
}
.page-template-page-left-sidebar .recent_posts_sec ul li,
.page-template-page-right-sidebar .recent_posts_sec ul li,
.page-template-blog-left-sidebar .recent_posts_sec ul li,
.page-template-blog-right-sidebar .recent_posts_sec ul li {
  margin: 10px;
}
.cctv_project_sec .stk-block-carousel__buttons {
  position: absolute;
  transform: translate(0, 30%);
  top: 10%;
}
.cctv_project_sec .stk-block-carousel__button__prev,
.cctv_project_sec .stk-block-carousel__button__next {
  width: 50px !important;
  height: 50px !important;
  background-color: black !important;
}
.cctv_project_sec .stk-block-carousel__button__prev svg,
.cctv_project_sec .stk-block-carousel__button__next svg {
  fill: white;
}
.cctv_project_sec .stk-block-carousel__button__prev:hover,
.cctv_project_sec .stk-block-carousel__button__next:hover {
  background-color: #f69946 !important;
}
.cctv_about_us_sec .about_left_col img,
.cctv_about_us_sec .about-left-image img,
.cctv_team_sec .team-card img,
.cctv_blog_sec .gutentor-image-thumb img {
  transition: transform 0.3s ease;
}
.cctv_about_us_sec .about_left_col img:hover,
.cctv_about_us_sec .about-left-image img:hover,
.cctv_team_sec .team-card img:hover,
.cctv_blog_sec .gutentor-image-thumb img:hover {
  transform: scale(1.05);
}
.cctv_project_sec .wl_single-product-item {
  transition: all 0.3s ease;
}

/* On hover: elevate and slightly scale the card */
.cctv_project_sec .wl_single-product-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px) scale(1.02);
}

.cctv_project_sec .wl_single-product-item .product-thumbnail,
.cctv_project_sec .wl_single-product-item .product-thumbnail .images,
.cctv_project_sec .wl_single-product-item {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cctv_project_sec .wl_single-product-item {
  background-color: #efefef !important;
  border-radius: 30px !important;
  overflow: hidden; /* Ensures child elements respect the border-radius */
}

.cctv_project_sec .wl_single-product-item .product-thumbnail .images,
.cctv_project_sec .wl_single-product-item .product-content {
  background-color: #efefef !important;
  border-radius: 0px !important; /* Or remove if you want smooth corners */
}
.cctv_project_sec .wl_single-product-item .product-content {
  margin-top: -140px !important;
}
/* Ensure parent has relative positioning */
.cctv_project_sec .wl_single-product-item {
  position: relative;
  overflow: hidden;
}

/* Style the icon container */
.cctv_project_sec .wl_single-product-item .action {
  position: absolute;
  left: 50%;
  bottom: 75px; /* Adjust depending on image height */
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 5;
}

/* Show icons on hover */
.cctv_project_sec .wl_single-product-item:hover .action {
  opacity: 1;
  visibility: visible;
}

/* Style each icon button */
.cctv_project_sec .wl_single-product-item .action a {
  background-color: #f69946 !important; /* default orange */
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s ease;
}

/* Optional: different color for second icon (wishlist/view/etc.) */
.cctv_project_sec .wl_single-product-item .action li:nth-child(2) a {
  background-color: #ba76f9 !important; /* purple for view */
}
.cctv_project_sec
  .wl_single-product-item
  .product-content
  .product-content-top {
  padding: 190px 20px 10px !important;
}
.cctv_project_sec .wl_single-product-item .product-content .action {
  background-color: transparent !important;
}
.cctv_project_sec
  .wl_single-product-item
  .product-content
  .product-content-top
  .title {
  text-align: center;
}
.cctv_project_sec
  .wl_single-product-item
  .product-content
  .product-content-top
  .title
  a {
  color: black;
}
.cctv_project_sec
  .wl_single-product-item
  .product-content
  .product-content-top
  .title
  a:hover {
  color: #f69946;
}
.page-template-service-page .cctv_service_sec,
.page-template-blog-page .cctv_blog_sec {
  margin-top: 20px;
}
.page-template-blog-page .gutentor-post {
  padding: 0;
}
.page-template-blog-page .cctv_blog_sec .slick-track .gutentor-post-item {
  position: relative;
  border-radius: 30px;
  border: 1px solid #c2c2c2;
}
.page-template-blog-page
  .cctv_blog_sec
  .slick-track
  .gutentor-entry-meta-primary {
  position: absolute;
  top: 0;
  right: 0;
  text-align: end;
  z-index: 2;
  margin: 15px 15px 0 0;
}
.page-template-blog-page .cctv_blog_sec .slick-track .posted-on {
  padding: 10px;
}
.page-template-blog-page .cctv_blog_sec .slick-track .posted-on i,
.page-template-blog-page .cctv_blog_sec .slick-track .posted-on a {
  color: white;
}
.page-template-blog-page
  .cctv_blog_sec
  .gutentor-post-item
  .gutentor-post-title,
.page-template-blog-page
  .cctv_blog_sec
  .gutentor-entry-meta.gutentor-entry-meta-secondary,
.page-template-blog-page .cctv_blog_sec .gutentor-post-desc {
  padding: 0 15px 0 15px;
}
.page-template-blog-page .cctv_blog_sec .gutentor-button.gutentor-post-button {
  padding: 13px 20px 13px 20px;
  margin: 15px;
}
a#tpbr_calltoaction {
  background-color: #f69946 !important;
}
li.navbar-buynow a .wp-block-navigation-item__label,
li.footer-buynow a .wp-block-navigation-item__label {
  background-color: black !important;
  color: #fff !important;
  padding: 10px;
  border-radius: 50px;
}
li.navbar-buynow a .wp-block-navigation-item__label:hover,
li.footer-buynow a .wp-block-navigation-item__label:hover {
  background-color: #f69946 !important;
  color: white !important;
}
.page-template-404-page .wp-block-image img {
  width: auto !important;
  height: auto !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 1;
}
.product-template-default .wp-element-button {
	background-color: #f69946 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: black !important;
}
.woocommerce .products .star-rating {
  margin: auto;
  color: yellow;
}
.woocommerce .price bdi {
  color: black;
}
.woocommerce ul.products li.product a:hover {
  color: black;
}
.dogcare-grooming-pro-archive-page .archive_row,
.dogcare-grooming-pro-blog-page .blog_row {
  gap: 20px;
}