/*------------------------------------------------------------------
[Table of contents]
 *doctent-widget-slider 
 *color customizer
 *elementor section bg color
 *Sidebar and Content Area
 *Services Details
 *download
 *widget ads
 *Project Details
 *Team Details
 *Blog
 *Page Title
 *Header
 *site navigation mobile
 *Footer
 *Form
 *Newsletter
 *Search Form
 *404 Page
 *Elementor Special
 *Custom
 *social icon
 *Scroll To Top.
 *Contact us
 *button
 *Accordion Style
 *Accordion Style dark
 *Cursor
 *animation
-------------------------------------------------------------------*/


/*--------------------------------------------------------------
# doctent-widget-slider 
--------------------------------------------------------------*/
.skincolor{
  color: var(--tcr-tertiary-color);
}


/*--------------------------------------------------------------
# color customizer
--------------------------------------------------------------*/
:root {
  --tcr-white-color: #fff; 
  --tcr-body-color: #666666;
}

.elementor-widget-text-editor{
  font-family: var(--tcr-ch-title-ff) !important; 
}

/*--------------------------------------------------------------
# elementor section bg color
--------------------------------------------------------------*/
.elementor-section.tcr-bg-color-primary{
  background: var(--tcr-primary-color);
}

.elementor-section.tcr-bg-color-secondary {
  background-color: var(--tcr-secondary-color);
}

.elementor-section.tcr-bg-color-light {
  background-color: var(--tcr-light-color);
}

.elementor-section.tcr-bg-color-white {
  background-color: var(--tcr-white-color);
}  

.elementor-section.tcr-bg-color-tertiary {
  background-color: var(--tcr-tertiary-color);
}  



/*--------------------------------------------------------------
# elementor column bg color
--------------------------------------------------------------*/
.elementor-column.elementor-top-column.tcr-bg-color-primary>.elementor-widget-wrap {
  background: var(--tcr-primary-color);
}

.elementor-column.elementor-top-column.tcr-bg-color-secondary>.elementor-widget-wrap {
  background-color: var(--tcr-secondary-color);
}

.elementor-column.elementor-top-column.tcr-bg-color-light>.elementor-widget-wrap {
  background-color: var(--tcr-light-color);
}

.elementor-column.elementor-top-column.tcr-bg-color-white>.elementor-widget-wrap {
  background-color: var(--tcr-white-color);
}
.elementor-column.elementor-top-column.tcr-bg-color-tertiary>.elementor-widget-wrap  {
  background-color: var(--tcr-tertiary-color);
}

/*--------------------------------------------------------------
# inner column bg color
--------------------------------------------------------------*/

.elementor-column.elementor-inner-column.tcr-bg-color-primary>.elementor-widget-wrap {
  background: var(--tcr-primary-color);
}

.elementor-column.elementor-inner-column.tcr-bg-color-secondary>.elementor-widget-wrap {
  background-color: var(--tcr-secondary-color);
}

.elementor-column.elementor-inner-column.tcr-bg-color-light>.elementor-widget-wrap {
  background-color: var(--tcr-light-color);
}

.elementor-column.elementor-inner-column.tcr-bg-color-white>.elementor-widget-wrap {
  background-color: var(--tcr-white-color);
}
.elementor-column.elementor-inner-column.tcr-bg-color-tertiary>.elementor-widget-wrap  {
  background-color: var(--tcr-tertiary-color);
}


/*--------------------------------------------------------------
# Sidebar and Content Area
--------------------------------------------------------------*/
/* sidebar-padding */
.left-sidebar .content-area{
  padding-left: 60px;
}
.right-sidebar .content-area{
  padding-right: 60px;
}


/*Home page css*/
#page.site {
  overflow: hidden;
}

.tcr-vertical-text-left.elementor-widget,
.tcr-vertical-text-right.elementor-widget {
  position: initial;
}

.tcr-vertical-text-left .elementor-heading-title h3 {
  color: var(--tcr-white-color);
}

.tcr-service1-expand {
  position: relative;
}

.tcr-service1-expand::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: var(--tcr-white-color);
  z-index: 9;
}

.tcr-vertical-text-left h3 {
  position: absolute;
  content: '';
  top: 0;
  color: var(--tcr-white-color) !important;
  font-size: 15px;
  bottom: 20px;
  left: -39px;
  height: 100%;
  padding: 0px 12px 0px 13px;
  justify-content: center;
  letter-spacing: 1px;
}

.tcr-vertical-text-right h3 {
  position: absolute;
  content: '';
  top: 0;
  color: var(--tcr-white-color) !important;
  bottom: 20px;
  right: -58px;
  padding: 0px 18px 0px 18px;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
}

.tcr-vertical-text-right h2.elementor-heading-title {
  right: 0;
  padding: 0px 15px 0px 15px;
}

.tcr-vertical-text-right h2.elementor-heading-title:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: var(--tcr-white-color);
  top: 0;
  right: 0;
}

.tcr-vertical-text-right h2.elementor-heading-title:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: -8px;
}

.tcr-history h2.elementor-section:last-child:before {
  height: 100%;
}

.tcr-service-link .elementor-text-editor p {
  margin-bottom: 0px;
}

.tcr-service-link .elementor-text-editor {
  font-family: var(--tcr-global-font-family);
  font-size: 15px;
  font-weight: 600;
  color: #2b2b2d;
  text-align: center;
  padding: 16px 0px 13px 0px;
}

.tcr-service-img img {
  width: 100%;
}

.tcr-custom-expand {
  position: relative;
}

.tcr-custom-expand::before {
  position: absolute;
  content: "";
  top: 0;
  right: -200px;
  background: var(--tcr-white-color);
  width: 200px;
  height: 100%;
}

.elementor-heading-title span {
  color: var(--tcr-primary-color);
}

.tcr-list-item .elementor-icon-list-items li {
  margin-bottom: 13px;
}

.tcr-list-item .elementor-icon-list-items i {
  font-size: 23px !important;
}

.tcr-last-infobox .infobox-style-2 .tcr-infobox-icon::before,
.tcr-last-infobox .infobox-style-2 .tcr-infobox-icon::after,
.tcr-last-infobox .infobox-style-2 .tcr-infobox-content {
  border: none;
}

.sidebar .widget {
  border: 1px solid #f2f2f2;
  padding-bottom: 30px;
  border-radius: 10px;
}

.sidebar .widget.side-banner {
  padding: 0;
}

.sidebar .widget h2,
.widget-area.sidebar .wp-block-search .wp-block-search__label {
  position: relative;
  padding: 20px 20px 20px 60px; 
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  margin-bottom: 30px;
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
}

.widget-area.sidebar .wp-block-search .wp-block-search__label:before,
.sidebar .widget .wp-block-group h2:before,
.sidebar .widget h2.widget-title:before {
  position: absolute;
  content: "//";
  top: 21px;
  left: 30px; 
  color: var(--tcr-white-color);
  font-weight: 700;
}

.widget-area.sidebar .wp-block-search .wp-block-search__label,
.sidebar .widget .wp-block-group h2,
.sidebar .widget h2.widget-title span {
  position: relative;
}

.single-service .sidebar .widget_recent_services h2.widget-title span::before {
  height: 0;
  width: 0;
}

.single-service .sidebar .widget_recent_services h2.widget-title:before {
  margin-bottom: 0px;
}

.wp-block-search .wp-block-search__label {
  color: var(--tcr-secondary-color);
  font-family: var(--tcr-ch-title-ff);
}

.sidebar .widget.tcr-service-header {
  padding-top: 0;
}

.sidebar .widget.tcr-service-header h2.widget-title {
  padding: 15px;
}

.site-content .widget-area.col-lg-4 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.content-area.col-lg-8 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.single-team .content-area,
.single-project .content-area,
.content-area.col-lg-8  {
  padding-bottom: 100px;
}

.single-post .content-area.col-lg-8 {
  padding-bottom: 100px;
}

.single-team .content-area,
.single-project .content-area,
.page-template-full-width .content-area {
  flex: 0 0 100%;
  max-width: 100%;
}

.site-main {
  padding-top: 100px;
}

.page-template-full-width .site-main {
  padding-top: 0;
}

.site-content .sidebar {
  position: relative;
  margin-top: 100px;
  padding-bottom: 40px;
}

.single-team .post-thumbnail:before {
  content: none;
}

/*--------------------------------------------------------------
# Services Details
-------------------------------------------------------------*/
.single.single-service .site-content .content-area .post-thumbnail img {
  margin-bottom: 40px;
}

.widget_recent_services {
  padding: 0;
}

.widget_recent_services h2 {
  margin: 0;
  text-align: center;
  padding: 20px 0; 
}

.widget_recent_services ul li {
  margin-bottom: 7px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2; 
}

.widget_recent_services ul li:last-child {
  border: none;
  margin-bottom: 0;
} 
.widget_recent_services ul li:last-child a{
  padding-bottom: 0px;
}
.widget_recent_services ul li a[aria-current="page"]:after,
.widget_recent_services ul li a:hover:after {
  width: 100%;
}

.widget_recent_services ul li a {
  display: block;
  font-size: 17px;
  line-height: 17px;
  padding:17px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: var(--tcr-secondary-color);
  font-family: var(--tcr-ch-title-ff);

}
.widget_recent_services ul li a:hover{
  color: var(--tcr-primary-color);
}
 
.widget_recent_services ul li a[aria-current="page"] { 
  color: var(--tcr-primary-color); 
}

/*--------------------------------------------------------------
 # download
--------------------------------------------------------------*/
.widget .download {
  align-items: center;
  background: var(--tcr-white-color);
  display: inline-flex;
  width: 100%;
  margin: 10px 30px;
}

.widget .download.first {
  margin-top: 30px;
}

.widget .download .download-title {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  font-family: var(--tcr-body-ff);
}

.widget .download .download-title a {
  font-size: 16px;
  line-height: 26px;
  font-weight:500;
  color: var(--tcr-secondary-color);
}

.widget .download .download-title a:hover{
  color: var(--tcr-primary-color);
}
.widget .download .download-icon {
  font-size: 20px;
  line-height: 20px;
  color: var(--tcr-primary-color);
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.widget .download .download-size { 
  line-height: 12px;
  font-size: 12px;
  font-weight: 500;
  background: var(--tcr-secondary-color);
  text-transform: var(--tcr-ch-title-ff);
  color: var(--tcr-white-color);
  padding: 5px 8px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: 50px;
}

/*--------------------------------------------------------------
                      widget ads
--------------------------------------------------------------*/
.sidebar .widget.tcr-ads {
  padding: 0;
  background: var(--tcr-primary-color);
}

.tcr-sidebar-banner {
  padding: 60px 20px 35px 20px;
  position: relative;
  text-align: center;
  background-image: url(https://themecrafter.com/doctent/wp-content/uploads/2023/02/services-img03.png);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tcr-sidebar-banner::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -30px;
  width: 100%;
  height: 30px;
  background-color: var(--tcr-primary-color);
}

.tcr-sidebar-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: var(--tcr-secondary-color);
  opacity: 0.8;
}

.tcr-sidebar-banner .tcr-sidebar-content {
  position: relative;
  z-index: 9;
  display: inline-grid;
  justify-items: center;
}

.tcr-sidebar-banner .tcr-sidebar-icon i {
  font-size: 60px;
  color: var(--tcr-white-color); 
}

.tcr-sidebar-banner .tcr-sidebar-title {
  color: var(--tcr-white-color);
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  border-bottom: 1px solid;
  border-color: rgb(255, 255, 255, 30%);
  margin : 20px 0px;
  padding-bottom: 20px;  
}

.tcr-sidebar-banner p {
  color: var(--tcr-white-color);
}

.tcr-sidebar-banner a {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  color: var(--tcr-white-color);
}

.tcr-sidebar-banner .tcr-sidebar-call {
  font-size: 25px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

.tcr-sidebar-banner .tcr-sidebar-mail {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 8px 0 40px 0;
  letter-spacing: 1px;
}

.tcr-sidebar-banner .tcr-sidebar-call {
  font-family:var(--tcr-ch-title-ff);
}

.tcr-sidebar-banner .tcr-sidebar-call:hover,
.tcr-sidebar-banner .tcr-sidebar-mail:hover {
  color: var(--tcr-primary-color);
}

.tcr-sidebar-banner .tcr-sidebar-button {
  padding: 20px 22px;
  font-weight:600;
  font-family: var(--tcr-ch-title-ff);
  text-transform: capitalize;
  font-size: 17px;
  line-height: 16px;
  border-radius:8px;
  background-color: var(--tcr-primary-color);
  letter-spacing: 1px;
}
.tcr-sidebar-banner .tcr-sidebar-button:hover{
  background-color: var(--tcr-white-color);
  color:var(--tcr-secondary-color);
}
/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.tcr-project-thumbnail .post-thumbnail {
  position: relative;
}

.tcr-project-thumbnail .tcr-project-title {
  margin-bottom: 0px;
}

.tcr-project-thumbnail .tcr-project-title span {
  display: none;
}

.tcr-project-thumbnail .tcr-project-title span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  margin-top: 4px;
  padding: 20px 40px;
  -webkit-clip-path: polygon(15% 0, 0 0, 0 35%);
  clip-path: polygon(15% 0, 0 0, 0 35%);
  overflow: visible;
  z-index: 1;
}

.tcr-project-details .tcr-project-details-box {
  position: relative;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0px;
}
 
.tcr-project-details .tcr-project-details-box div:last-child{
  margin-right: inherit;
}
.tcr-project-details-box .tcr-project-detail { 
  float: left;
  border-right: 1px solid #f2f2f2;
  margin-right: 40px;
  padding-right: 40px;
}  
 
.tcr-project-details-box .tcr-project-detail:last-child {
  border: inherit;
}

.tcr-project-detail .tcr-project-detail-icon {
  font-size: 50px;
  color: var(--tcr-primary-color);
  margin-right: 20px; 
}

.tcr-project-detail .tcr-project-detail-value {
  font-size:16px;
  line-height: 24px;
  font-weight: 500;   
  position: relative;
  text-transform: capitalize;
}

.tcr-project-details .tcr-project-detail:last-child {
  border-bottom: none;
  padding: 0;
}

.tcr-project-detail-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom:3px;
  color: var(--tcr-secondary-color);
  font-family: var(--tcr-ch-title-ff);
}

.tcr-project-detail .tcr-project-detail-title span {
  margin-right: 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: var(--tcr-white-color);
  display: inline-block;
  text-align: center;
}

.tcr-project-details-container .tcr-project-detail-des {
  margin-bottom: 3px;
  display: inline-block;
}

.tcr-project-details-container .tcr-project-detail-des p {
  margin-bottom: 0;
}

.tcr-project-process .elementor-column:last-child .tcr-infobox-icon::after {
  border: none;
}

.tcr-project-content h3 {
  font-size: 30px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.tcr-teammember-details .tcr-team-title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
  color:var(--tcr-secondary-color);
}

.tcr-teammember-details .tcr-teammember-des {
  margin-bottom: 30px;
}

.tcr-teammember-details .tcr-teammember-designation {
  color:var(--tcr-secondary-color);
  text-transform: uppercase;
  margin: 5px 0 10px 0;
  font-family: var(--tcr-ch-subtitle-ff);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.tcr-teammember-details .tcr-teammember-detail {
  display: flex;
  align-items: center;
}

.tcr-teammember-detail {
  margin: 10px 0;
}

.tcr-teammember-details .tcr-teammember-detail-title {
  font-size: 20px;
  line-height: 28px;
  color:var(--tcr-secondary-color);
  font-weight: 500;
  margin-right: 10px;
  font-family: var(--tcr-ch-title-ff);
}

.tcr-teammember-details .social-links-lable {
  font-size: 20px;
  line-height: 24px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
  color: var(--tcr-secondary-color);
}

.tcr-teammember-details .tcr-teammember-detail-value {
  font-family: var(--tcr-ch-subtitle-ff);
}

.tcr-teammember-details .tcr-teammember-link-profiles-container {
  margin-top: 50px;
}

.tcr-teammember-details ul {
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 15px;
}

.tcr-teammember-details ul li {
  list-style-type: none;
  margin-right: 15px;
  color: var(--tcr-secondary-color);
}
.tcr-teammember-details ul li a{
  background:var(--tcr-tertiary-color);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size:18px;
}
.tcr-teammember-details ul li a:hover{
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
}
.tcr-teammember-details ul li i {
 line-height: 0px;
}

.tcr-teammember-details-container .post-thumbnail {
  padding-left:100px;

}

/* gallery */

.gallery-size-thumbnail .gallery-item {
  padding: 5px;
}

.gallery-size-thumbnail .gallery-icon {
  overflow: hidden;
}

.widget_tcr_recent_entries .tcr-show-image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: 20px;
}

.widget_tcr_recent_entries .tcr-show-content a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  width: 100%;
}

.widget_tcr_recent_entries .tcr-show-rating {
  margin-right: 20px;
}

.widget_tcr_recent_entries .tcr-show-comment,
.widget_tcr_recent_entries .tcr-show-rating {
  opacity: 0.9;
}

.widget_tcr_recent_entries .tcr-show-rating i {
  color: #ffb300;
  margin-right: 10px;
}

.widget_tcr_recent_entries .tcr-show-comment i {
  color: var(--tcr-primary-color);
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.post.sticky .tcr-blog-classic-inner {
   border: 5px solid var(--tcr-primary-color);
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
}

.post.sticky .tcr-blog-classic-inner:after {
  content: "\f08d";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  position: absolute;
  color: var(--tcr-white-color);
  opacity: 1;
  right: -36px;
  top: -34px;
  padding: 0;
  width: 100px;
  line-height: 100px;
  height: 100px;
  text-align: center;
  font-weight: 900;
  border-radius: 0;
  padding-right: 32px;
  padding-top: 18px;
  background: var(--tcr-primary-color);
  border-radius: 25px;
}

.tcr-blog-classic {
  margin-bottom: 30px;
}

.blog .tcr-blog-classic {
  margin-bottom:50px;
}

.tcr-blog-classic .entry-title {
  margin-bottom:10px;
  word-break: break-word;
  font-weight: 600;
  font-size: 28px;
  line-height:38px;
  font-family: var(--tcr-ch-title-ff);
}

.tcr-blog-classic .tsb-single-list li {
  padding-bottom: 10px;
}

.tcr-blog-classic-inner:not(.single-post) {
  position: relative;
}

.without-image .tcr-blog-classic-inner,
.single-post .tcr-blog-classic-inner {
  position: relative;
}

.single-post .tcr-blog-classic .tcr-blog-classic-inner .entry-content .wp-block-columns {
  margin-bottom: 0px;
}

.archive.tag .tcr-blog-classic-inner,
.archive.category .tcr-blog-classic-inner {
  border: none;
  position: relative;
}

.tcr-blog-classic .entry-meta-footer {
  display: block;
  text-align: left;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700; 
  font-family: var(--tcr-ch-title-ff); 
}
 

.tcr-blog-classic .entry-meta-footer span {
  display: inline-block;
  margin: 5px 25px 5px 0;
  font-family: var(--tcr-ch-title-ff); 
  color: var(--tcr-secondary-color);
  font-weight:600; 
  text-transform: uppercase;
}

.tcr-blog-classic .entry-meta-footer span i {
  font-size: 17px;
  line-height: 17px;
}

.tcr-blog-classic .entry-meta-footer span a:hover {
  color: var(--tcr-primary-color);
}

.tcr-blog-classic .entry-meta-footer span:last-child {
  margin-right: inherit;
}

.tcr-blog-classic .entry-meta-footer span.meta-comment a span {
  margin-right: 0 !important;
}

 
.single-post .tag-gallery .tcr-blog-classic-inner span.author.vcard {
  top: -85px;
}

.tcr-blog-classic-inner span.author.vcard {
  font-weight: 700;
  padding: 10px 15px;
  font-size: 13px;
  background-color: var(--tcr-primary-color);
  position: absolute;
  color: var(--tcr-white-color);
  top: -90px;
  left: 10px;
  border-radius: 8px;
  display: grid;
  text-align: center;
}
.tcr-blog-classic-inner span.author.vcard i{
  font-size: 25px !important;
}
.tcr-blog-classic-inner span.author.vcard a,
.tcr-blog-classic-inner span.author.vcard i {
  color: var(--tcr-white-color);
  font-size: 15px;
  margin-top: 5px;
  text-transform: capitalize;
}

.tcr-blog-classic footer.entry-footer {
  border-top: 1px solid var(--tcr-light-color);
  padding-top: 20px;
  margin-bottom: 0;
}

.single .tcr-blog-classic footer.entry-footer {
  border-top: none;
  border-bottom: 1px solid var(--tcr-light-color);
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px !important;
}

.single .tcr-blog-classic-inner .entry-header footer.entry-footer {
  display: block;
}

.without-image .tcr-blog-classic-inner span.author.vcard {
  display: none;
}

.tcr-blog-classic .entry-meta-container>span>i {
  margin-right: 5px;
  color:var(--tcr-primary-color);
}

.tcr-blog-classic .entry-meta-container>span:last-child {
  border: none;
}

.tcr-blog-classic .social-icon-share {
  margin-left: auto;
  position: relative;
  align-items: center;
}

.tcr-blog-classic a.social-share-button {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.tcr-blog-classic ul.social-share-icons {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.left-column {
  padding: 0;
}

.tcr-blog-classic .post-thumbnail {
  position: relative;
  display: inline-block;
 
}
.tcr-blog-classic .post-thumbnail img{
  border-radius:10px;
  width: 100%;
}

.single .tcr-blog-classic .post-thumbnail {
  display: block;
}

.single .post-thumbnail img {
  width: 100%;
  border-radius: 10px;
}

.tcr-blog-classic .entry-meta-container .entry-meta {
  margin-right: 12px;
  position: relative;
  padding-left: 0;
  word-break: break-word;
}

.tcr-blog-classic .entry-meta-container {
  position: relative;
  padding: 20px 0px;
}

.tcr-blog-classic .entry-meta-container .entry-meta:first-child {
  padding-left: 0;
}

blockquote .blockquote-icone  {
 margin-bottom: 20px;
  font-size: 65px;
  text-align: center; 
  opacity: 1;
  color: var(--tcr-primary-color);
}

.wp-block-pullquote blockquote {
  padding: 50px 50px 30px 90px;
}

.single-blockquote-content {
  margin-bottom: 25px;
  margin-left: 15px;
}

.tcr-blog-classic .entry-content .tcr-post-single-area {
  align-items: center;
  margin: 40px 0;
}

.tcr-blog-classic .entry-content .tcr-post-single-area h4 {
  margin-bottom: 5px;
}

.tcr-blog-classic .entry-content .tcr-post-single-area img {
  width: 100%;
}

.tcr-blog-classic .entry-content .tcr-post-single-area .tcr-list-wrapper ul {
  margin-top: -10px;
}

.archive-description {
  margin-bottom: 30px;
}

body.blog .site-main article:last-of-type .tcr-blog-classic {
  margin-bottom: 0;
}

.tcr-blog-classic-inner .wp-block-button__link {
  color: var(--tcr-white-color) !important;
}

.tcr-blog-classic-inner .wp-block-button__link:hover {
  background-color: var(--tcr-primary-color);
}

.tcr-blog-classic-inner .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--tcr-secondary-color) !important;
  border: 2px solid var(--tcr-secondary-color);
}

.tcr-blog-classic-inner .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border: 2px solid var(--tcr-primary-color);
  color: var(--tcr-primary-color) !important;
  background-color: transparent;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.tcr-blog-classic .tcr-single-bottom-area {
  font-size: 14px;
  padding-top: 30px;
  width: 100%;
  align-items: center;
  margin-top: 30px;
  align-items: center;
  border-top: 1px solid #f2f2f2;
}

.tcr-blog-classic .tcr-single-meta-bottom .tags-links a {
  display: inline-block;
  font-size: 15px !important;
  padding: 5px 20px;
  line-height: 25px;
  margin: 5px;
  box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 6%);
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 8px;
  color:var(--tcr-secondary-color);
}
 
.tcr-blog-classic .tcr-single-meta-bottom .tags-links a:hover {
  color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color);
}

.tcr-blog-classic span.tags-links-lable {
  font-size: 20px;
  line-height: 30px;
  color: var(--tcr-secondary-color);
  margin-right: 15px;
  font-weight: 500;
  font-family: var(--tcr-ch-title-ff);
  text-transform: capitalize;
}

.tcr-blog-classic ul.social-share-icons a.icon-link {
  display: block;
  text-align: center;
  line-height: 47px;
  width: 45px;
  height: 45px;
  margin-right: 10px; 
   color:var(--tcr-secondary-color)  ;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: var(--tcr-light-color);
  border-radius: 100%;
  box-shadow: 0px 6px 14px 0px rgb(0 0 0 / 6%);
  font-size: 15px;
}

.tcr-blog-classic ul.social-share-icons a.icon-link:hover  {
  background-color: var(--tcr-primary-color) !important;
  color: var(--tcr-white-color);
}

.tcr-blog-classic-inner .gallery .gallery-item {
  padding: 0 10px;
}

.tcr-blog-classic-inner .gallery .gallery-item:first-child {
  padding-left: 0;
}

.tcr-blog-classic-inner .gallery .gallery-item:last-child {
  padding-right: 0;
}

.tcr-blog-classic-inner .gallery {
  margin-bottom: 30px;
}

.widget_block ul li a {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-secondary-color);
  position: relative;
}
.widget_block ul li.wc-block-product-categories-list-item a::before{
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--tcr-primary-color);
}
.widget_block ul li.wc-block-product-categories-list-item a{
  padding-left: 20px;
}
/*=== Comment List ===*/
.comments-area {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}

.children,
.comment-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .comment-body {
  margin-bottom: 30px;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid var(--tcr-light-color);
  padding: 20px;
  background-color: var(--tcr-light-color);
  border: 1px solid #f2f2f2;
 border-radius:10px;
}

.comment-list .children {
  padding-left: 40px;
  position: relative;
}

.comment-list .reply {
  position: absolute;
  overflow: hidden;
  top: 20px;
  right: 20px;
}

.comment-list a.comment-reply-link {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
  padding: 5px 13px;
 border-radius: 5px;
}

.comment-list a.comment-reply-link:hover {
  background-color: var(--tcr-secondary-color);
}

.comment-list .comment-avatar {
  min-width: 100px;
  margin-right: 25px;
}

.comment-list .comment-avatar img.avatar {
  width: 100px;
  border-radius: 10px;
}

.comment-list .comment-content {
  padding-right: 20px;
}

.comment-list .comment-content .comment-avatar {
  position: absolute;
  top: 20px;
  left: 30px;
}

.comment-list .comment-body .comment-meta {
  margin: 0px 0 10px 0;
}

.comment-list .comment-content .comment-meta .comment-date {
  display: block;
}

.comment-list span.comment-author {
  color: var(--tcr-secondary-color);
  font-size: 25px;
  display: inline-block;
  margin-bottom: 0px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 500;
}

.comment-list .comment-date a {
  font-weight: 500;
  font-size:14px;
  color: var(--tcr-primary-color);
}

.comments-area .comment-list li.pingback .comment-body,
.comments-area .comment-list li.trackback .comment-body {
  background: transparent;
}

/* trackback pingback */
.comments-area .comment-list li.trackback a,
.comments-area .comment-list li.pingback a {
  font-weight: 700;
}

.comments-area .comment-list .edit-link {
  padding-left: 20px;
  margin-top: 5px;
  display: inline-block;
}

.comments-area .comment-list .edit-link a {
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  background-color: var(--tcr-light-color);
}

.comments-area .comment-list li.pingback,
.comments-area .comment-list li.trackback {
  margin-bottom: 20px;
}

.comments-area .comment-list li.pingback .comment-body,
.comments-area .comment-list li.trackback .comment-body {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}

.comments-area .comment-list li.pingback .comment-body:before,
.comments-area .comment-list li.trackback .comment-body:before {
  display: none
}

.comments-area .comment-list li.pingback a,
.comments-area .comment-list li.trackback a {
  color: var(--tcr-secondary-color);
}

.comments-area .comment-list li.pingback a:hover,
.comments-area .comment-list li.trackback a:hover,
.comments-area .comment-list .edit-link a.comment-edit-link:hover {
  color: var(--tcr-primary-color);
}

/*=== Classic Leave a Reply ===*/
.comment-respond .comment-form {
  padding: 30px;
  background-color: var(--tcr-white-color);
  border: 1px solid #eee;
  border-radius: 10px;
}

.comment-respond .comment-form .tcr-comment-form-input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-respond .comment-form-url,
.comment-respond .comment-form-comment {
  width: 100%;
}

.comment-respond p.comment-form-email,
.comment-respond p.comment-form-author {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.comment-respond p.comment-form-author {
  margin-right: 4%;
}

.comments-area .comments-title,
.comment-respond .comment-reply-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
  color: var(--tcr-secondary-color);
}

.comments-area .comment-form .comment-form-cookies-consent {
  display: flex;
} 
.comments-area .comment-form .comment-form-cookies-consent label {
  margin-left: 10px;
  margin-bottom: 0px;
}

.comment-respond {
  margin-bottom: 30px;
}

.content-area.col-md-12 .comment-respond {
  margin-bottom: 0;
}

.content-area.col-md-12 .comment-list .comment .comment-respond {
  margin-bottom: 50px;
}

.comment-respond .comment-form p.form-submit {
  margin: 0;
}

.comment-respond .comment-reply-title small {
  margin-left: 15px;
}

/*=== Post Author Box ===*/
.post-author-box {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 45px 45px 25px 48px;
  background-color: var(--tcr-white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-author-box .post-author-image {
  height: 140px;
  width: 140px;
  display: block;
  overflow: hidden;
  margin-right: 35px;
  background-color: var(--tcr-white-color);
}

.post-author-box .post-author-image .alignnone {
  margin: 0;
  width: 140px;
  height: 140px;
}

.post-author-box .post-author-details {
  -webkit-flex-shrink: 160;
  -moz-flex-shrink: 160;
  -ms-flex-negative: 160;
  flex-shrink: 160;
}

.post-author-box .author-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}

/*=== Related-posts===*/
.related-posts {
  display: none;
}

.related-posts.blog-style-1 .tcr-post-slide {
  border: 1px solid var(--tcr-light-color);
  box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 4%);
}

.related-posts.blog-style-1 .tcr-post-thumbnail-wrapper {
  position: relative;
}

.related-posts.blog-style-1 .tcr-post-thumbnail-wrapper .tcr-post-image-container img {
  width: 100%;
}

.related-posts.blog-style-1 .tcr-post-thumbnail-wrapper .post-meta-item {
  position: absolute;
  bottom: 0;
  padding: 12px 16px;
  left: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  color: var(--tcr-white-color);
  background: var(--tcr-primary-color);
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-title-inner {
  padding: 20px 30px 30px 30px;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-title-inner .tcr-post-meta {
  border-bottom: 1px solid var(--tcr-light-color);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-meta .tcr-post-meta-inner .post-meta-item:last-child {
  margin-right: 0;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-meta .tcr-post-meta-inner .post-meta-item i {
  color: var(--tcr-primary-color);
  margin-right: 7px;
  font-size: 17px;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-meta-inner .post-meta-item {
  font-weight: 600;
  margin-right: 20px;
  font-size: 13px;
  color: var(--tcr-secondary-color);
  text-transform: uppercase;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-meta-inner .post-meta-item a:hover {
  color: var(--tcr-primary-color);
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-title h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-title h3 a:hover {
  color: var(--tcr-primary-color);
}

.related-posts.blog-style-1 .tcr-post-slide .tcr-post-title p {
  margin-bottom: 0;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.tcr-page-title {
  position: relative;
}
.tcr-page-title-layer{
  padding: 120px 0 120px 0;
}
.tcr-page-title.header-layout-1 .tcr-page-title-layer{
  padding: 280px 0 120px 0; 
}
.tcr-page-title {
  position: relative;
}
.tcr-page-title::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--tcr-secondary-color);
  opacity: 0.8;
}

.tcr-page-title.title-align-center {
  text-align: center;
}

.tcr-page-title.title-align-left {
  text-align: left;
}

.tcr-page-title.title-align-right {
  text-align: right;
}

.tcr-page-title .page-title {
  font-size: 45px;
  line-height: 55px; 
  font-weight: 600;
  color: var(--tcr-white-color);
}

.tcr-page-title .page-breadcrumbs { 
  padding: 15px 0;
}

.tcr-page-title.title-color-dark {
  color: var(--tcr-secondary-color);
}

.tcr-page-title.title-color-light {
  color: var(--tcr-white-color);
}

.tcr-page-title .breadcrumb {
  background-color: inherit;
  padding: 0;
  display: inline;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.4; 
  color: var(--tcr-white-color);
}

.page-breadcrumbs .breadcrumb a {
  margin-right: 45px;
  color: var(--tcr-white-color);
}

.page-breadcrumbs .breadcrumb a:hover {
  color: var(--tcr-primary-color);
}

.page-breadcrumbs .breadcrumb .current {
  margin-right: 30px;
  color: var(--tcr-primary-color);
}

.page-breadcrumbs .breadcrumb span.current:last-child {
  margin-right: 0;
}
 
.tcr-page-title .breadcrumb span {
  position: relative;
}
.tcr-page-title .breadcrumb span.search-fore-result {
  margin-right: 45px;
}
.tcr-page-title .breadcrumb span:before {
  position: absolute;
  top: 4px;
  left: -31px;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  color: var(--tcr-white-color);
}
 

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.site-header-container {
  position: relative;
  z-index: 9999;
}

.tcr-sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--tcr-white-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
 
}

.site-header .sticky-site-logo,
.site-header .site-logo {
  height: 100px;
  display: table;
  vertical-align: middle;
  text-align: center;
}

.site-header .site-logo img,
.site-header .sticky-site-logo img {
  width: 130px;
}

.header-layout-1 .site-header .tcr-sticky-header .site-logo,
.header-layout-1 .site-header .sticky-site-logo,
.header-layout-3 .site-header .tcr-sticky-header .site-logo,
.header-layout-3 .site-header .sticky-site-logo,
.site-header .tcr-sticky-header .site-logo,
.site-header .sticky-site-logo {
  display: none;
}

.site-header .tcr-sticky-header .sticky-site-logo {
  display: table;
}

.site-header .sticky-site-logo a,
.site-header .site-logo a {
  display: table-cell;
  vertical-align: middle;
}

.site-header .contact-list {
  padding-left: 15px;
}

.site-header .contact-list .contact-value {
  display: block; 
}

.site-header .contact-list .contact-value a {
  color: var(--tcr-body-color);
  font-family: var(--tcr-ch-subtitle-ff);
  font-size: 14px;
  font-weight: 500;
}

.site-header .contact-list .contact-label {
  color: var(--tcr-secondary-color);
  font-size: 18px;
  line-height: 28px;
  font-weight:700;
  font-family: var(--tcr-ch-subtitle-ff);
}

.site-header .header-right-side {
  margin-left: auto;
  display: flex;
  align-items: center;
}

a.tcr-header-button {
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  border-radius: 6px;
}

.tcr-header-button:hover {
  background-color: var(--tcr-secondary-color);
  color: var(--tcr-white-color);
}

/* Nav */
.site-header-bottom.tcr-bg-color-secondary {
  background: var(--tcr-secondary-color);
}

.header-layout-1 .site-header .tcr-header-button a,
.site-header .header-right-side .site-header .main-navigation div>ul>li,
.site-header-bottom {
  height: 50px;
  line-height: 50px !important;
}

.site-header .main-navigation {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}

.site-header .main-navigation div>ul>li>a {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  font-weight: 500;
  font-style: normal;
  padding: 30px 17px;
  margin: 0;
  font-family: var(--tcr-ch-subtitle-ff);
  color: var(--tcr-secondary-color);
  text-transform: uppercase;
}

.site-header .main-navigation div>ul ul li.current-menu-item>a,
.site-header .main-navigation div>ul>li.current_page_item>a,
.site-header .main-navigation div>ul>li.current-menu-parent>a {
  color: var(--tcr-primary-color);
}

.site-header .main-navigation div>ul>li:hover>a,
.site-header .main-navigation div>ul>li.current-menu-parent>a {
  color: var(--tcr-primary-color);
}

.site-header .main-navigation>div>ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.site-header .main-navigation div>ul>li {
  position: relative;
  display: inline-block;
}

.site-header .main-navigation div>ul ul li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.site-header a.search-icon {
  margin-right: 30px;
  font-size: 20px;
} 

.site-header a.search-icon.search-popup-modal {
  display: block;
  color: var(--tcr-secondary-color);
}



/*=== Header 1 ===*/

 .header-layout-1 .site-header{
  position: absolute;
  width: 100%; 
}  
 .header-layout-1 .header-stickable-wrap .container{
  background-color: var(--tcr-white-color);
  border-radius: 0px 0px 15px 15px;
  padding: 0px 30px;
 }

.header-layout-1 .tcr-header-info {
  margin: inherit !important;
}

.header-layout-1 .site-header .site-logo {
  position: relative;
  z-index: 9;
  height: inherit;
}

.header-layout-1 .site-header .contact-info i {
  font-size: 25px;
  color: var(--tcr-primary-color);
  margin-right: 5px;
}

.header-layout-1 .header-topbar-content {
  align-items: center;
}
.header-layout-1 .tcr-topbar-wrapper .header-topbar{
  background-color: var(--tcr-white-color);
 border-bottom: 1px solid #dce5e7;
 padding: 0px 30px;
}

.header-layout-1 .header-topbar-left ul.header-contact li  {
  list-style-type: none;
  margin-right: 5px;
  color: var(--tcr-secondary-color);
  font-family: var(--tcr-ch-subtitle-ff);
  font-weight:500;
  font-size: 15px;
  line-height: 15px;
  align-items: center;
  border-left: 1px solid #dce5e7;
  padding: 0px 20px; 
}
.header-layout-1 .header-topbar-left ul.header-contact li:first-child{
  border: inherit;
  padding-left: 0px ;
}
.header-layout-1 .header-topbar-left ul.header-contact li i {
  font-size: 18px;
  margin-right: 10px;
  color: var(--tcr-primary-color);
}
.header-layout-1 .social-info-wrapper  { 
  padding: 12px 0px 12px 20px;
}
.header-layout-1 .social-info-wrapper ul{ 
  border-left: 1px solid #dce5e7; 
  padding-left: 20px;
}
.header-layout-1 .header-topbar-right .search-wrapper a {
  color: var(--tcr-white-color);
  padding: 10px 0;
  font-size: 15px;
}
 
.header-layout-1 .social-info-wrapper ul li a:hover{
  color: var(--tcr-primary-color);
  background-color: inherit;
}
.header-layout-1 .site-header a.search-icon{
  margin-right: 10px;
  margin-left: 10px;
}
.header-layout-1 .social-info-wrapper ul li{
  margin-right: 20px;
}
.header-layout-1 .social-info-wrapper ul li:last-child{
  margin-right: 0px;
}
.header-layout-1 .social-info-wrapper ul li a{
    display: inline-block;
    font-size: 15px;
    text-align: center; 
    color: var(--tcr-secondary-color);
    width: initial;
    height: inherit;
    background: none;
    line-height: 0;
}  
.header-layout-1 .header-topbar-left ul.header-contact{
  display: flex;
  margin: 0;
  padding: 0;
}
.header-layout-1 .header-topbar-right{
  display: flex;
}
.header-layout-1 .header-topbar-left ul.header-contact li{
  display: flex;
}
.header-layout-1 .header-topbar-left ul.header-contact li a{
  text-transform: lowercase;
}
.header-layout-1 .header-topbar-left ul.header-contact li p{
  margin-bottom: 0px;
  color: var(--tcr-body-color);
} 

/*=== Header 2 ===*/
.header-layout-2 .tcr-topbar-wrapper{
  background-color: var(--tcr-white-color);
  border-bottom:1px solid #f3f3f3;
}
.header-layout-2 .header-stickable-wrap {
  background-color: var(--tcr-white-color);
}
  
.header-layout-2 .tcr-header-info {
  margin-right: 60px; 
}
.header-layout-2 .social-info-wrapper{
  margin-right: 30px;
}
.header-layout-2 .social-info-wrapper ul{
  border-left:1px solid #f3f3f3;
}
.header-layout-2 .social-info-wrapper ul li{
  border-right:1px solid #f3f3f3;
  padding: 0px 12px;
  margin: 0;
}
.header-layout-2 .social-info-wrapper ul li a{
  width: inherit;
  height: inherit;
  background: none;
  font-size: 16px;
  line-height: 0px;
  padding: 20px 0px;
}
.header-layout-2 .social-info-wrapper ul li a:hover{
 color: var(--tcr-primary-color);
 background-color: inherit;
} 
 
.header-layout-2 .header-contact{
  display: flex;
  padding: 0;
  margin: 0;
}
.header-layout-2 .header-contact li{
  list-style-type: none;
  margin-right: 15px;
  font-family: var(--tcr-ch-subtitle-ff);
  font-weight:600;
  font-size:15px;
  line-height:15px;
  text-transform: capitalize;
  color: var(--tcr-secondary-color);
  padding: 20px 0px;
  display: flex;
}
.header-layout-2 .header-contact li a{
  text-transform: lowercase;
  font-size: 16px;
}
.header-layout-2 .header-contact li p{
  margin-bottom: 0px;
  color: var(--tcr-body-color);
  margin-left: 4px;
}
.header-layout-2 .header-contact  li i{
  color: var(--tcr-primary-color);
  font-size: 18px;
  margin-right: 10px; 
}
.header-layout-2 .header-topbar-left{
  display: flex;
  align-items: center;
}
.header-layout-2 a.search-icon.search-popup-modal{
  padding: 9px 0px;
}
.header-layout-2 a.search-icon.search-popup-modal i{
  font-size: 16px;
  background:var(--tcr-tertiary-color);
  text-align: center; 
   width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 100%;
}
.header-layout-2 .header-nav-left-side{
  background-color: var(--tcr-primary-color);
  position: relative;
}  
.header-layout-2 .menu-top-menu-container ul.menu{
  margin: 38px 40px;  
} 
.header-layout-2 .site-header .main-navigation div>ul>li>a{
  padding: 0px;
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  color: var(--tcr-white-color);
}
.header-layout-2 .header-stickable .header-nav-left-side::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 500%;
  background-color: var(--tcr-primary-color);
}

.header-layout-2 a.tcr-header-button{
  background-color: var(--tcr-secondary-color);
  position: relative;
}
.header-layout-2 a.tcr-header-button:hover{
  background-color: var(--tcr-white-color);
  color: var(--tcr-secondary-color);
}

.header-layout-2 .site-header .main-navigation div>ul>li>ul,
.header-layout-2 .site-header .main-navigation div>ul>li>ul ul{
  top: 20px
}

.header-layout-2 .site-header a.search-icon{
  margin-right: 0px;
}


/*=== Header 3 ===*/
.header-layout-3 .site-header .header-right-side {
  margin: inherit;
}  
   
.header-layout-3 .social-info-wrapper ul li  {
  margin-right: 20px;
} 
.header-layout-3 .social-info-wrapper ul li:last-child{
  margin-right: 0px;
} 
.header-layout-3 .social-info-wrapper ul li a {
    display: inline-block;
    font-size: 17px;
    text-align: center; 
    color: var(--tcr-secondary-color);
    width: initial;
    height: inherit;
    background: none;
    line-height: 0;
}  
.header-layout-3 .social-info-wrapper ul li a:hover{
  background-color: inherit;
  color: var(--tcr-primary-color);
} 
.header-layout-3 .tcr-topbar-wrapper {
  background-color: var(--tcr-secondary-color); 
}  
.header-layout-3 .header-topbar-left ul.header-contact {
  display: flex;
  margin: 0;
  padding: 0;
}
.header-layout-3 .header-topbar-left ul.header-contact li {
    list-style-type: none;
    margin-right: 20px;
    padding-left: 20px;
    color: var(--tcr-white-color);
    font-family: var(--tcr-ch-subtitle-ff);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    align-items: center;
    text-transform: uppercase;
    border-left: 1px solid rgb(255 255 255 / 0.2%);
     padding: 12px 20px;
} 
.header-layout-3 .header-topbar-left ul.header-contact li a {
  color: var(--tcr-white-color);
}
.header-layout-3 .header-topbar-left ul.header-contact li i {
  font-size: 18px;
  margin-right: 10px;
    color: var(--tcr-primary-color);
}
.header-layout-3 .header-topbar-right {
  display: flex;
}
.header-layout-3 .social-info-wrapper {
  border-left: 1px solid rgb(255 255 255 / 0.2%);
  border-right: 1px solid rgb(255 255 255 / 0.2%);
  padding: 10px 20px;
}
.header-layout-3 .header-topbar-right .search-wrapper a {
  color: var(--tcr-secondary-color);
  padding: 12px 0;
  font-size: 15px;
}
.header-layout-3 .header-topbar-left ul.header-contact li {
  display: flex;
}
.header-layout-3 .header-topbar-content {
  align-items: center;
}
.header-layout-3 .header-stickable-wrap a.search-icon {
  display: none;
}
.header-layout-3 .site-header a.search-icon {
  font-size: 16px;
} 

@media (min-width: 1200px) {

  .site-header .main-navigation div>ul>li>ul,
  .site-header .main-navigation div>ul>li>ul ul {
    top:85px;
    width: 250px;
    padding: 0px;
    background: var(--tcr-white-color);
    border-radius: 10px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
    border-top: 3px solid var(--tcr-primary-color);
  }

  .site-header .main-navigation div>ul>li.menu-item-has-children:hover:before {
    opacity: 1;
  }

  .site-header .main-navigation div>ul>li>ul ul {
    left: 100% !important;
    top: -3px;
  }

  .site-header .main-navigation div>ul ul {
    text-align: left;
    position: absolute;
    display: block;
    line-height: 14px;
    margin: 0;
    list-style: none;
    left: 0;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    background-clip: padding-box;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
  }

  .site-header .main-navigation div>ul ul a {
    margin: 0;
    display: block;
    padding: 10px 20px;
    position: relative;
    font-size: 15px;
    line-height: 22px;;
    font-weight:500;
    font-family: var(--tcr-ch-subtitle-ff); 
    border-bottom: 1px solid #f3f3f3;
    text-transform: uppercase;
  }

  .site-header .main-navigation div>ul ul li:last-child a {
    border-bottom: inherit;
  }

  .site-header .main-navigation div>ul ul a:before {
    position: absolute;
    content: '';
    left: 18px;
    top: 24px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
  }

  .site-header .main-navigation div>ul ul a:hover {
    color:var(--tcr-primary-color);
  }

  .site-header .main-navigation div>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

 
  .site-header .main-navigation div>ul li:nth-last-child(-n+1)>ul>li>ul,
  .site-header .main-navigation div>ul li:nth-last-child(-n+2)>ul>li>ul,
  .site-header .main-navigation div>ul li:nth-last-child(-n+3)>ul>li>ul,
  .site-header .main-navigation div>ul li:nth-last-child(-n+4)>ul>li>ul {
    left: auto;
    right: 100%;
  }

}


/* -------------------------------------- * 
          site navigation mobile
* ---------------------------------------*/
#site-navigation-mobile {
  display: none;
  margin-left: auto;
}

#site-navigation-mobile .slicknav_menu {
  background: 0 0;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 20px !important;
}

#site-navigation-mobile .slicknav_menu .slicknav_btn {
  margin: 0;
  width: auto;
  height: 42px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background-color: var(--tcr-white-color);
  padding: 10px; 
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
  z-index: 999;
}

#site-navigation-mobile .slicknav_menu .slicknav_icon {
  width: 22px;
  height: 17px;
  margin: 0;
}

#site-navigation-mobile .slicknav_menu .slicknav_icon .slicknav_icon-bar {
  width: 100%;
  height: 2px;
  background: var(--tcr-secondary-color);
  box-shadow: none;
}

#site-navigation-mobile .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: 0;
}

#site-navigation-mobile .slicknav_nav {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
  background: var(--tcr-white-color);
  width: 100%;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .1)
}

#site-navigation-mobile .slicknav_nav {
  padding: 10px 0;
  margin: 0;
  max-height: 350px;
  overflow: auto;
  width: 280px;
}

#site-navigation-mobile .slicknav_nav ul {
  margin: 0px;
}

#site-navigation-mobile .slicknav_nav li {
  margin: 0 30px;
}

#site-navigation-mobile .slicknav_nav li .slicknav_arrow {
  float: right;
  font-size: 1em;
  display: block;
  padding: 0 10px;
  background: var(--tcr-white-color);
   color: var(--tcr-secondary-color);

}

.header-type-header_builder #site-navigation-mobile .slicknav_nav li .slicknav_arrow {
  padding: 0 10px 0 20px;
  margin: 0;
}

#site-navigation-mobile .slicknav_nav li>a {
  background: 0 0;
  color: var(--tcr-secondary-color); 
  line-height: 26px;
  border-bottom: 1px solid var(--tcr-light-color);
  padding: 10px 0;
  margin: 0;
  font-weight: 600;
}

#site-navigation-mobile .slicknav_nav li:last-child>a {
  border-bottom: none;
}

#site-navigation-mobile .slicknav_nav li>a a {
  color: var(--tcr-secondary-color);
}
#site-navigation-mobile .slicknav_nav a:hover{
  background-color: inherit;
}
#site-navigation-mobile .slicknav_nav li.current-menu-item>a,
#site-navigation-mobile .slicknav_nav li.slicknav_open>a,
#site-navigation-mobile .slicknav_nav li.slicknav_open>a a {
  color: var(--tcr-primary-color);
}

#site-navigation-mobile .slicknav_nav li .sub-menu li {
  margin: 0;
}

#site-navigation-mobile .slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.slicknav_btn .slicknav_icon {
  width: 30px;
  height: 17px;
  position: relative;
  margin: 20px auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--tcr-primary-color);
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.slicknav_btn .slicknav_icon span:nth-child(1) {
  top: 1px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.slicknav_btn .slicknav_icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.slicknav_btn .slicknav_icon span:nth-child(3) {
  top: 15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 3px;
}

.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
}

@media (max-width: 1200px) {

  /* Header */
  #site-navigation-mobile {
    display: block;
  }

  .tcr-topbar-wrapper,
  .header-layout-3 .site-header .header-right-side,
  .header-layout-3 .header-menu-area,
  .header-layout-1 .header-right-side,
  .header-layout-2 .main-navigation,
  .header-layout-3 .main-navigation,
  .header-layout-2 .header-right-side {
    display: none !important;
  }

  .header-layout-2 .site-header .site-logo {
        height: 30px;
  }

  .header-layout-1 .site-header .main-navigation {
    display: none;
  }

  body .header-layout-2 .tcr-topbar-wrapper {
    display: none;
  }

  .header-layout-2 .header-overlay {
    position: relative;
    background: var(--tcr-white-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }
}

@media (max-width: 767px) {
  .header-layout-3 .site-header-top {
    margin: 0 20px !important;
  }

  body .site-header .sticky-site-logo,
  body .site-header .site-logo {
    margin-right: 0;
  }
}

.elementor-widget-container .elementor-icon-list-icon span i {
  width: 23px;
  height: 23px;
  background: var(--tcr-primary-color);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer .footer-logo img{
  width: 190px;
}
footer .footer-topbar .container .row{
  align-items: center;
}
footer .widget{
  margin-bottom: 20px;
}
footer .widget ul{
  padding: 0;
}
footer .footer-topbar .container{
  border-bottom: 1px solid rgba(225, 225, 225, 0.1);
  padding: 30px 20px;
} 

 
footer .footer-topbar .contact-info .contact-info-inner {
  padding: 25px 0;
  margin-bottom: 0;
  justify-content: space-between;
}

footer .footer-topbar .contact-info .contact-info-inner li {
  align-items: center;
  border-right: 1px solid #f2f2f2;
  margin-left: 28px;
}

footer .footer-topbar .contact-info .contact-info-inner li:last-child {
  border: inherit;
}

footer .footer-topbar .contact-info .contact-info-inner li i {
  color: var(--tcr-primary-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 21px;
  border-radius: 100px;
  background: var(--tcr-white-color);
  margin: 0px 15px
}

footer .footer-topbar .contact-info-inner .footer-contact-list .footer-contact-label {
  font-size: 17px;
  font-weight: 600;
  color: var(--tcr-secondary-color);
  display: flex;
  margin-bottom: 3px;
}

footer .footer-topbar .contact-info-inner .footer-contact-list .footer-contact-value {
  font-size: 14px;
}

footer .footer-topbar .contact-info-inner .footer-contact-list {
  margin-right: 53px;
}

footer .tcr-footer-widgets-wrapper {
  margin-bottom: 30px;
  padding-top: 80px;
}

footer .tcr-footer-widgets-wrapper .tcr-footer .widget .widget-title {
  font-size: 27px;
  line-height: 37px;
  color: var(--tcr-white-color);
  font-weight: 500;
  margin-bottom: 20px;
  font-family: var(--tcr-ch-title-ff);
}

footer .tcr-footer-widgets-wrapper .tcr-footer .widget .textwidget {
  color: var(--tcr-white-color);
}

footer .tcr-footer-widgets-wrapper ul.menu li a {
  color: var(--tcr-white-color);
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  position: relative;
}

footer .tcr-footer-widgets-wrapper ul.menu li a::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--tcr-white-color);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

footer .tcr-footer-widgets-wrapper ul.menu li a:hover::before {
  width: 100%;
  background-color: var(--tcr-primary-color);
}

footer .tcr-footer-widgets-wrapper ul.menu li a:hover {
  color: var(--tcr-primary-color);
}

footer .tcr-footer-widgets-wrapper ul.menu li {
  padding-bottom: 15px;  
}

footer .tcr-copyright {
  background-color: #0d2354;
}
footer .tcr-copyright .footer-bottombar { 
    text-align: center;
    padding: 20px 0px;
    font-family: var(--tcr-ch-subtitle-ff);
}
footer .tcr-copyright .footer-copyright-bottom {
  color: var(--tcr-white-color);
}

footer .tcr-copyright .footer-copyright-bottom a {
  color: var(--tcr-white-color);
}


footer .tcr-copyright .footer-copyright-bottom a:hover {
  color: var(--tcr-primary-color);
}

footer .tcr-copyright .footer-bottombar .footer-menu {
  display: inline-block;
  padding: 0;
  margin: 20px 0;
}

footer .tcr-copyright .footer-bottombar .footer-menu li {
  list-style-type: none;
  float: left;
}

footer .tcr-copyright .footer-bottombar .footer-menu li:last-child {
  position: relative;
  margin-left: 35px;
}

footer .tcr-copyright .footer-bottombar .footer-menu li:last-child:before {
  position: absolute;
  content: "";
  top: 11px;
  left: -20px;
  width: 7px;
  height: 7px;
  background-color: var(--tcr-primary-color);
  border-radius: 50px;
}

footer .tcr-copyright .footer-bottombar .footer-menu li a {
  color: var(--tcr-white-color);
}

footer .tcr-copyright .footer-bottombar .footer-menu li a:hover {
  color: var(--tcr-primary-color);
}

footer .widget-odd ul li .tcr-post-content a {
  color: var(--tcr-white-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 3px;
} 
footer .widget-odd ul li .tcr-post-content a:hover {
  color: var(--tcr-primary-color);
} 
footer .widget-odd ul li .tcr-post-content span {
  color: var(--tcr-primary-color);
}
footer .social-info-wrapper ul.social-info li a{
  background:var(--tcr-white-color);
  color:var(--tcr-secondary-color) ;
}
footer .social-info-wrapper ul.social-info li a:hover{
  background: var(--tcr-primary-color);
  color: var(--tcr-white-color); 
} 


footer .custom-html-widget .phone-contact i{
  font-size: 50px;
  line-height: 60px;
  color: var(--tcr-primary-color);
}
footer .custom-html-widget .phone-contact .contact-info-text  { 
 display: grid;
 font-size: 22px;
 font-weight: 600; 
 margin-left: 20px;
 font-family: var(--tcr-ch-title-ff);
}
footer .custom-html-widget .phone-contact .contact-info-text span{
  color: var(--tcr-white-color);
  font-size: 16px;
  line-height: 27px;
  font-family: var(--tcr-ch-subtitle-ff);
  font-weight: 400;
  margin-top: 7px; 
}
footer .custom-html-widget .contact-item {
  margin-bottom: 20px;
} 
 
 
footer .custom-html-widget .contact-item{
  display: grid;
}
footer .custom-html-widget .contact-item .contact {
  font-size: 22px;
  line-height: 30px; 
  color: var(--tcr-white-color);
  font-family: var(--tcr-ch-title-ff);
  font-weight:500;
}

footer .custom-html-widget .contact-item .contact-list .contact-value {
  display: grid;
}

footer .custom-html-widget .contact-item .contact-list .contact-value a:hover {
  color: var(--tcr-primary-color);
}

footer .custom-html-widget .contact-item .contact-list a,
footer .custom-html-widget .contact-item .contact-list span {
  color: var(--tcr-white-color);
  font-size: 17px;
  line-height: 27px;
  font-family: var(--tcr-ch-subtitle-ff);
  font-weight: 500; 
}

footer .tcr-footer .widget.widget_media_image {
  text-align: center;
}

footer .tcr-footer .widget.widget_media_image img {
  width: 40% !important;
  text-align: center;
  margin: 20px 0 25px 0;
}

footer .menu-footer-menu-container {
  text-align: center;
}

footer .menu-footer-menu-container ul {
  display: inline-block;
} 
footer .social-info-wrapper ul {
  display: inline-flex;
  padding: 0;
}

footer .container .tcr-footer .col-lg-4 {
  border-right: 1px solid rgb(255 255 255 / 10%);
}

footer .container .tcr-footer .col-xl-4:last-child {
  border: none;
  padding-left: 60px;
}

footer .widget_recent_services h2{
  padding: 0;
  text-align: left;
}

footer .widget_recent_services ul li{
  margin: 0;
  background-color: inherit;
  border-bottom: inherit;
  padding-bottom: 15px;
  display: flex;
}
footer .widget_recent_services ul li img{
  width: 60px;
  border-radius: 5px;
  margin-right: 12px;
}
footer .widget_recent_services ul li a{
  color: var(--tcr-white-color);
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}
footer .widget_recent_services ul li a{
  padding: 0;
}
footer .widget_recent_services ul li span{
  color: var(--tcr-primary-color);
}
footer .widget_recent_services ul li a[aria-current="page"]{
  color: var(--tcr-white-color);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/ 
.tcr-form.contact-form input[type=submit] {
  width: 100%;
}

.tcr-form.contact-form .input-group {
  margin-bottom: 20px;
}

/*=== Form Input Outline ===*/
.tcr-form.appointment-form h3 {
  font-size: 32px;
  line-height: 42px;
  color: var(--tcr-white-color);
  text-align: center;
}

.tcr-form.appointment-form input[type=submit] {
  min-width: 100%;
}

.tcr-form.appointment-form input[type=submit]:hover {
  background: var(--tcr-white-color);
  color: var(--tcr-secondary-color);
}

.tcr-form.appointment-form .p-hide p {
  margin: 0;
}
.wpcf7-form .contact-form{
  display: flex;
  align-items: center;
  background-color: var(--tcr-primary-color);
  padding:20px 50px;
  position: relative;
  border-radius: 10px;
  background-image: url(https://themecrafter.com/doctent/wp-content/uploads/2023/03/pettern-01.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto; 
}

.wpcf7-form .contact-form::before{
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-bottom: 40px solid var(--tcr-white-color);
  border-left: 40px solid transparent;
}
 
.wpcf7-form .contact-title .title{
  font-size: 34px;
  line-height: 40px;
  font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  color: var(--tcr-white-color);
  margin-bottom: 10px;
}
.wpcf7-form .contact-title .text{
  color: var(--tcr-white-color);
}
.wpcf7-form .input-group {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.wpcf7-form .contact-cover .input-group select,
.wpcf7-form .contact-cover .input-group input::placeholder,
.wpcf7-form .contact-cover .input-group textarea::placeholder{
  color: var(--tcr-white-color) !important;
  font-family: var(--tcr-body-ff);
  opacity: 1;
}
.wpcf7-form .contact-cover .input-group select,
.wpcf7-form .contact-cover .input-group input{
  border-bottom:1px solid rgb(255 255 255 / 30%) !important;
  border-radius: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  padding-left: 0 !important;
  margin: 0;
  color: var(--tcr-white-color);
  background: var(--tcr-primary-color);
}
.wpcf7-form .contact-cover .input-group textarea{
  height:60px ; 
  border-radius: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid rgb(255 255 255 / 30%) !important;
  padding-left: 0px !important;
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
  padding-top: 20px;
}

.wpcf7-form .input-group select option{
  color: var(--tcr-secondary-color);
  background-color: var(--tcr-white-color);
}

.wpcf7-form .input-group .ajax-loader {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 9;
}
.wpcf7-form  p{
  margin: 0;
} 
.wpcf7-form h3{
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 43px;
  font-weight: 600;
  text-transform: capitalize;
}

.wpcf7-form .contact-cover{
  width: 76%;  
  margin: 0px 50px;
} 
.wpcf7-form .from-button{
  margin-top: 40px;
  position: relative;
}
.wpcf7-form .from-button .input-button{
  text-align: right;
}
.wpcf7-form .from-button input{
  padding: 0;
  width: 115px;
  height: 115px;
  line-height: 120px;
  background-color: var(--tcr-secondary-color);
  border-radius: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.wpcf7-form .from-button input:hover{
  background-color: var(--tcr-white-color);
  color: var(--tcr-primary-color);
}

 

/* tab-from */
.wpcf7-form .tab-form{
  border-radius: 0px 30px 30px 30px;
} 
/*=== contact-form ===*/
.doctent-form.contact-form input[type=submit] {
  width: 100%;
}

.doctent-form.contact-form .input-group input[type="number"],
.doctent-form.contact-form .input-group input[type="text"],
.doctent-form.contact-form .input-group input[type="email"],
.doctent-form.contact-form .input-group input[type="password"],
.doctent-form.contact-form .input-group input[type="tel"],
.doctent-form.contact-form .input-group input[type="url"],
.doctent-form.contact-form .input-group input[type="search"],
.doctent-form.contact-form .input-group select,
.doctent-form.contact-form .input-group textarea {
  background-color: var(--tcr-light-color);
}

/*=== Team Form ===*/
.doctent-form.contact-form .input-group,
.tcr-team-form-1 .input-group {
  margin-bottom: 25px;
}

.tcr-contact-info .infobox-style-3 i:after {
  background: var(--tcr-white-color);
  z-index: 9;
  top: 0;
} 
.tcr-team-form .input-group input::placeholder{
  color:var(--tcr-body-color);
}
.tcr-team-form .input-button{
  margin-top: 0px;
}

/* Appointment */

.appointment-form .input-group{
  margin-bottom: 30px;
}
.appointment-form .input-group  input,
.appointment-form .input-group  textarea {
  background-color:rgb(255 255 255 / 10%);
  border: inherit;
} 
.appointment-form .input-group  input::placeholder,
.appointment-form .input-group  textarea::placeholder{
  color: var(--tcr-white-color);
  font-weight:400;
}
.appointment-form .input-button input{
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
}
.appointment-form .input-button input[type=submit]:hover{
  background-color: var(--tcr-tertiary-color);
  color: var(--tcr-secondary-color);
}
 
/* contact-form-2 */
 form .contact-form-2{
     box-shadow: 0px 10px 25px 4px rgb(0 0 0 / 5%);
    padding: 60px;
    border-radius: 15px; 
    background-color: var(--tcr-white-color);
 }

/*--------------------------------------------------------------
#  Newsletter
--------------------------------------------------------------*/
  
.doctent-footer-newslatter{
  display: flex;
  align-items: center; 
}
.doctent-footer-newslatter .newslatter-title{
  color: var(--tcr-white-color);
  text-align: left;
  line-height: 45px;
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
  .doctent-footer-newslatter input{
  background-color: rgb(255 255 255 / 10%);
  border: inherit;
}
.doctent-footer-newslatter .footer-from{
  width: 100%;
  position: relative;
}
  .doctent-footer-newslatter input::placeholder{
  color: var(--tcr-white-color);
  font-weight: 400;
}
  .doctent-footer-newslatter button{
  position: absolute;
    padding: 0;
    background: inherit;
    top:10px;
    right:10px;
}
  .doctent-footer-newslatter button:focus{
  outline: inherit;
}
  .doctent-footer-newslatter button i{
    font-size: 24px;
    margin: 10px 10px 0 0;
    text-align: center;
      -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
  .doctent-footer-newslatter button:hover i{
   color: var(--tcr-primary-color);
  }
/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
.tcr-searchform {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tcr-searchform  input{
  background-color: var(--tcr-white-color);
}

button.tcr-search-button {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  background-color: inherit;
  outline: none;
  color: var(--tcr-secondary-color);
}

button.tcr-search-button:hover {
  color: var(--tcr-primary-color);
}

.mfp-inline-holder .mfp-content {
  position: static;
}

.mfp-close {
  top: 40px;
  right: 40px;
  opacity: 1;
}

.mfp-content button.mfp-arrow,
.mfp-content button.mfp-close {
  position: absolute;
  background-color: var(--tcr-primary-color);
  border: none;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  font-size: 23px;
  color: var(--tcr-white-color);
  font-weight: 600;
  letter-spacing: 0;
  outline: none;
  opacity: inherit;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 20px;
  right: 20px;
  z-index: 999;
  padding: 0;
  border-radius:5px;
}

body .button.mfp-close {
  color: var(--tcr-white-color);
}

.mfp-bg {
  z-index: 99999;
  opacity: 0.9;
}

.mfp-wrap {
  z-index: 99999;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
section.error-404 {
  padding: 100px 0px 100px 0px;
  text-align: center;
}

section.error-404 h1.page-title {
  font-size: 250px;
  line-height: 250px;
}

section.error-404 .search-form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  border: none;
    display:flex;
}

body.error404 .site-content.container {
  max-width: 100%;
  padding: 0;
}
section.error-404  label{ 
  margin-right: 20px;
  width: 100%;
}
section.error-404 .search-form input[type="search"] {
  background: var(--tcr-light-color);
  border: none;
  height: 62px;
  padding-right: 150px;
  padding-left: 25px;
  color: var(--tcr-secondary-color); 
} 
section.error-404 a.fof-back-buttton {
  color: var(--tcr-white-color);
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 30px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 22px;
  background-color: var(--tcr-secondary-color);
  display: inline-block;
  border-radius: 6px;
} 
section.error-404 a.fof-back-buttton:hover {
  background-color: var(--tcr-primary-color);
} 
section.error-404 .page-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--tcr-secondary-color);
    margin-bottom: 35px; 
    margin-top: 70px;
    line-height: 28px;
} 
.error404 .site-header .contact-list .contact-value a {
  color: var(--tcr-global-color);
}

.error404 .header-layout-3 .site-header {
  border-bottom: 1px solid var(--tcr-light-color);
}


/*--------------------------------------------------------------
# Elementor Special
--------------------------------------------------------------*/
body .elementor-widget-heading .elementor-heading-title {
  color: var(--tcr-global-color);
}

.elementor-top-section.tcr-bg-color-primary,
.elementor-top-section.tcr-bg-color-secondary,
.elementor-top-section.tcr-bg-color-light,
.elementor-top-section.tcr-bg-color-white {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tcr-bg-color-white.elementor-column>.elementor-column-wrap,
.elementor-section.tcr-bg-color-white {
  background-color: var(--tcr-white-color);
}

.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title {
  color: var(--tcr-secondary-color);
}

.tcr-right-expand.elementor-top-section.tcr-bg-color-white:after,
.tcr-left-expand.elementor-top-section.tcr-bg-color-white:after,
.tcr-right-expand.tcr-bg-color-white .elementor-widget-wrap:after,
.tcr-left-expand.tcr-bg-color-white .elementor-widget-wrap:after {
  background: var(--tcr-white-color);
}
/* 
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title {
  font-family: "Paytone One",Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
} */

.tcr-right-expand.elementor-top-section>.elementor-container:after,
.tcr-right-expand.elementor-top-column>.elementor-widget-wrap:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block !important;
  z-index: -1;
}

.tcr-left-expand.elementor-top-section>.elementor-container:after,
.tcr-left-expand.elementor-top-column>.elementor-widget-wrap:after {
  position: absolute;
  content: ' ';
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: block !important;
  z-index: -1;
}

.tcr-service-expand>.elementor-widget-wrap {
  display: block !important;
}

.tcr-service-expand>.elementor-widget-wrap>.elementor-element {
  width: 1640px;
  margin-left: auto;
  margin-right: 0;
}
.tcr-left-expand.about-expand .elementor-widget-wrap  {
  width: 660px;
  margin-left: auto !important;
  margin-right: 0 !important;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.overflow-hidden {
  overflow: hidden;
}

.tcr-form-bg-color:after {
  content: '';
  position: absolute;
  width: 25%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media(max-width:1024px) {
  .overflow-hidden-tab {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .overflow-hidden-mobile {
    overflow: hidden;
  }
}

.doctent-vertical-text h2.elementor-heading-title {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: left bottom 0;
  margin-bottom: 0;
  bottom: 140px;
  left: -118px;
  font-size: 135px !important;
  line-height: 135px !important;
  font-weight: 700;
  color: var(--tcr-white-color);
}

.about-left-expand.tcr-left-expand .elementor-widget-wrap {
  width: 550px;
  margin-left: auto;
  margin-right: 0px;
}

.about-right-expand.tcr-right-expand .elementor-widget-wrap {
  width: 570px;
  margin-right: auto;
  margin-left: 0px;
}

.testimonial-right-expand.tcr-right-expand .elementor-widget-wrap {
  width: 810px;
  margin-right: auto;
  margin-left: 0px;
}

.about-border .elementor-widget-wrap::after {
  position: absolute;
  content: "";
  left: -40px;
  top: 0;
  width: 20px;
  height: 70%;
  background-color: var(--tcr-primary-color);
}

.pettern-bottom:after,
.pettern-top:before {
  height: 61px;
  top: 0;
  z-index: 2;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background: url(../images/pettern-top.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pettern-bottom:after {
  top: inherit;
  bottom: 0;
  background: url(../images/pettern-bottom.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tcr-blog-classic .tcr-blog-classic-inner .entry-content ul:last-child,
.tcr-blog-classic .tcr-blog-classic-inner .entry-content table:last-child,
.tcr-blog-classic .tcr-blog-classic-inner .entry-content p:last-child {
  margin-bottom: 0;

}

.tcr-blog-classic .tcr-blog-classic-inner .entry-content .wp-block-column p {
  padding: 0 0 25px 0;
}

/* blockquote-counter */
 div.blockquote-counter{
  text-align: center;
  background:var(--tcr-primary-color);
  border-radius: 100%;
  width: 170px;
  height: 170px;
  line-height: 170px;
  border: 10px solid var(--tcr-white-color);
 }
 div.blockquote-counter h1,
 div.blockquote-counter .text{
 color: var(--tcr-white-color);
 }
 div.blockquote-counter h1{
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  padding-top: 23px;
  margin-bottom: 4px;
 }
 div.blockquote-counter .text{
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
 }
/*-------------------------------------------------------------
# social icon
--------------------------------------------------------------*/ 
 .social-info-wrapper ul {
  display: flex;
  padding: 0;
  margin: 0;
}
 .social-info-wrapper ul li {
  list-style-type: none;
  margin-right: 15px;
}
 .social-info-wrapper ul li a{
  display: inline-block;
  font-size:14px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  color: var(--tcr-secondary-color);
  background-color:#f7f7f7;
}
 .social-info-wrapper ul li a:hover {
  color: var(--tcr-white-color);
  background-color:var(--tcr-primary-color);
}

/*--------------------------------------------------------------
# Scroll To Top.
--------------------------------------------------------------*/
#scroll-to-top.active a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#scroll-to-top a {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
}

#scroll-to-top a {
  position: fixed;
  z-index: 20;
  right: -1px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transform: translateX(130%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  -moz-border-radius: 5px 0 0 5px; 
  border-radius: 6px;
}

#scroll-to-top a:hover i {
  -webkit-animation: scroll_up_anim 1.5s infinite;
  -moz-animation: scroll_up_anim 1.5s infinite;
  -o-animation: scroll_up_anim 1.5s infinite;
  animation: scroll_up_anim 1.5s infinite
}

@-webkit-keyframes scroll_up_anim {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
  }

  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

@-moz-keyframes scroll_up_anim {
  0% {
    -moz-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  50% {
    -moz-transform: translateY(3px);
    transform: translateY(3px)
  }

  100% {
    -moz-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

@-o-keyframes scroll_up_anim {
  0% {
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  50% {
    -o-transform: translateY(3px);
    transform: translateY(3px)
  }

  100% {
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

@keyframes scroll_up_anim {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  50% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px)
  }

  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

.tcr-animation1 {
  animation-name: flykite;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes flykite {
  0% {
    transform: translate(20px, -10px);
  }

  50% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(20px, -10px);
  }
}

.tcr-animation2 {
  animation-name: zoominout;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes zoominout {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.8, 0.8);
  }

  100% {
    transform: scale(1, 1);
  }
}

.item-bounce {
  animation-name: fadebounce;
  animation-duration: 8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes fadebounce {
  0% {
    transform: translateY(0);
    opacity: 1
  }

  50% {
    transform: translateY(20px);
    opacity: 1
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.about-img-rotate .elementor-widget-container img {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/*--------------------------------------------------------------
# Contact us
--------------------------------------------------------------*/
.tcr-contact-details .infobox-style-8 .tcr-infobox-content .tcr-infobox-title {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 20px;
  color: var(--tcr-secondary-color) !important;
}

.tcr-contact-details .infobox-style-8 .tcr-infobox-wrapper .tcr-infobox-text {
  font-size: 16px;
}

.tcr-contact-details .tcr-infobox-content .tcr-infobox-text {
  color: var(--tcr-secondary-color) !important;
}

.tcr-contact-details .infobox-style-8 .tcr-infobox-wrapper .tcr-infobox-icon img {
  width: 55px;
  max-width: inherit;
}

.tcr-contact-details .tcr-vertical-text-left h3 {
  left: 0;
  letter-spacing: 7px;
}

.tcr-contact-details .infobox-style-8 .tcr-infobox-wrapper {
  margin: 0 20px 0 100px;
  padding: 40px 0;
  border-bottom: 1px solid var(--tcr-light-color);
}

.tcr-contact-details .elementor-widget-wrap .elementor-element:last-child .tcr-infobox-wrapper {
  border-bottom: none;
}

.tcr-contact-details .infobox-style-8 .tcr-infobox-wrapper .tcr-infobox-icon {
  margin-top: 0px;
}

.contact-box {
  box-shadow: inset 0px -8px 0px 0px rgb(0 0 0 / 10%);
}

.contact-social .social-info-wrapper ul li a {
  font-size: 22px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
} 

/*--------------------------------------------------------------
# Accordion Style
--------------------------------------------------------------*/
.elementor-accordion{
  text-align: inherit !important;
}
.elementor-accordion .elementor-accordion-title {
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 30px;
  font-family: var(--tcr-ch-title-ff) !important;
  color: var(--tcr-secondary-color) !important;
  text-transform: capitalize;
  display: flex;
}
.elementor-accordion .elementor-accordion-title span{
  color: var(--tcr-primary-color);
  margin-right: 4px;
} 
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  position: relative;
  overflow: hidden;
  padding: 20px 60px 20px 30px !important;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content,
.elementor-accordion .elementor-accordion-item p {
  font-family: var(--tcr-ch-subtitle-ff);
  margin: 0;
  padding: 0px 30px 25px 30px;
  color: var(--tcr-white-color);
}

.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  font-size: 14px;
  color: var(--tcr-primary-color);
  position: absolute;
  top: 28px;
  right: 30px;
  font-weight: 400 !important;
  text-align: center;
} 
.elementor-accordion .elementor-accordion-item { 
box-shadow: 0px 0px 25px 4px rgb(0 0 0 / 5%);
background-color: var(--tcr-white-color);
 margin-bottom: 20px;
 border-radius: 8px;  
 border: none !important;  
 -webkit-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
.elementor-accordion .elementor-accordion-item:last-child{
  border: none !important;
} 
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  overflow: visible;
} 
.elementor-accordion .elementor-tab-content {
  border: none !important; 
} 
.elementor-accordion .elementor-tab-title {
  padding: 30px 0 !important;

}
.elementor-accordion .elementor-accordion-item:hover{
  background-color: var(--tcr-secondary-color);

}
.elementor-accordion  .elementor-accordion-item:hover .elementor-accordion-title{
  color: var(--tcr-white-color) !important;
}
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active,
.elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active{
  background-color: var(--tcr-secondary-color);
}
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
  border-radius:8px 8px 0px 0px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active{
  border-radius: 0px 0px 8px 8px;
  padding-top: 0px; 
}
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title{
  color: var(--tcr-white-color) !important;
}
 
/*--------------------------------------------------------------
# Accordion Style dark
--------------------------------------------------------------*/
.tcr-bg-color-secondary .elementor-accordion {
  border-color: var(--tcr-white-color);
}

.tcr-bg-color-secondary .elementor-accordion .elementor-accordion-title,
.tcr-bg-color-secondary .elementor-accordion .elementor-accordion-item .elementor-tab-content,
.tcr-bg-color-secondary .elementor-accordion .elementor-accordion-item p,
.tcr-bg-color-secondary .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  color: var(--tcr-white-color) !important;
}

.tcr-bg-color-secondary .elementor-accordion .elementor-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.tcr-bg-color-secondary .elementor-accordion  .elementor-accordion-title span {
  color: var(--tcr-white-color);
}


/*--------------------------------------------------------------
# Cursor
--------------------------------------------------------------*/
.dynamicCursor {
  background: var(--tcr-primary-color) !important;
  width: 5px !important;
  height: 5px !important;
}



/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.tcr-animation1{
  animation-name: flykite;
  animation-duration: 8s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes flykite {
  0% {
    transform: translate(20px, -10px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(20px, -10px);
  }
}


.tcr-animation2 {
  animation-name: zoominout;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes zoominout {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}

.item-bounce {
  animation-name: fadebounce;
  animation-duration: 8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes fadebounce {
  0% {
    transform: translateY(0);
    opacity: 1
  }
  50% {
    transform: translateY(20px);
    opacity: 1
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
} 

.tcr-animation3{
  animation: mymove 50s infinite;
}

@keyframes mymove {
  50% {transform: rotate(180deg);}
}





















/*---------------------------------------------------------------------------------------------------------------

         woocommerce css 

---------------------------------------------------------------------------------------------------------------*/
.woocommerce-checkout .entry-title,
.woocommerce .entry-title,
.woocommerce-cart .entry-title,
.woocommerce-account .entry-header .entry-title,
.woocommerce .cart_totals h2, 
.woocommerce-checkout #order_review_heading{
  font-size: 40px;
  line-height: 50px; 
  margin-bottom: 10px;
}
.woocommerce-account .entry-header .entry-title{
  margin-bottom: 30px;
}
.woocommerce-page .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main {
  padding-bottom: 100px;
}
.woocommerce.products-layout-grid ul{
  width: 100%;
}
.woocommerce.products-layout-grid ul.products li.product{
	margin: inherit;
	width: inherit;
	padding:0 15px;
	margin-bottom: 50px;
 }
 .products-layout-slider .owl-carousel .owl-item li.product{
  width: inherit;
  margin-bottom: 30px;
 }
 .woocommerce.products-layout-grid a .onsale {
    left: 32px !important;
}



.product .tcr-blog-classic footer,
 .product .tcr-blog-classic{
  border: none;
 }
 .product .tcr-blog-classic .tcr-head-wrap{
  display: none;
 } 
.woocommerce .woocommerce-result-count{
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
} 
.woocommerce ul.products li.product a img{
  margin-bottom: 0;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size: 24px !important;
  font-weight: 600;
  line-height: 28px !important; 
  margin: 22px 0 5px 0 !important;
  padding: 0 !important;
  color:var(--tcr-secondary-color);
  text-transform: capitalize;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: inline-block;
}
.woocommerce ul.products li.product .button{
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: var(--tcr-white-color);
    margin-top: 0;
    border-radius: 5px;
    min-height: 12px;
    min-width: 60px;
    padding: 11px 18px;
    text-transform: uppercase;
    background-color: var(--tcr-primary-color);
} 
.woocommerce ul.products li.product .button:hover{
  background-color: var(--tcr-secondary-color);
}
.woocommerce a.button.loading::after {
	top:12px;
	right: 3px;
}
.woocommerce a.button.added::before {
	top: 50px;
} 
.woocommerce .type-product .added_to_cart{
  font-weight: 600;
  padding: 9PX 14px;
  font-size: 11px;
  line-height: 15px;
  color: var(--tcr-white-color);
  margin-top: 18px;
  position: absolute;
  top: 115px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  border-radius: 4px;
  background-color: var(--tcr-secondary-color);
} 
.woocommerce ul.products li.product .price{ 
  font-family: var(--tcr-ch-title-ff);
  font-size: 18px;
  line-height: 26px;
 margin: 5px 0 18px 0;
}
.woocommerce ul.products li.product .price bdi {
  font-size: 16px;
  color:var(--tcr-secondary-color);
  font-weight:500;
}
 .woocommerce.products-layout-slider ul.products li.product{
  position: relative;
  text-align: center;
  margin: inherit;
  width: inherit;
  padding: 0 15px;
  margin-bottom: 30px;
}
.woocommerce ul.products li.product .onsale{
  top: 20px;
  left: 20px;
  right: inherit;
  padding: 5px 10px;
  min-width: inherit;
  min-height: inherit;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 4px;
  font-weight: 600; 
  background-color: #EA993D;
}
.woocommerce .tcr-swiper-slider a .onsale,
.woocommerce.products-layout-grid a .onsale {
    left: 32px !important;
}
.woocommerce ul.products li.product .price  del{ 
  margin-right: 6px;
}
.woocommerce ul.products li.product .price ins{
  text-decoration: inherit;
  font-size: 18PX;
  font-weight: 600;
} 
article.type-product .tcr-blog-classic-inner{
  background-color: inherit;
} 
  .woocommerce .type-product span.onsale{
  left: 15px; 
  top: 15px;
  padding: 6px 10px;
  min-width: inherit;
  min-height: inherit;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius:4px;
  font-weight: 500;
  background-color: var(--tcr-primary-color);
}  
.woocommerce .single-product .type-product .entry-summary .price{
      font-family: var(--tcr-ch-title-ff);
  font-size: 27px;
  line-height: 36px;
  color:var(--tcr-secondary-color);
  font-weight: 600;
}
.woocommerce .single-product .type-product .entry-summary .price  del bdi{
  font-size: 21px;
  color:var(--tcr-secondary-color);
  text-decoration: line-through;
}
.woocommerce div.product p.price del{
  text-decoration: none;
}
 
.woocommerce .single-product .type-product .entry-summary .price  ins{
  text-decoration: inherit;
  color:var(--tcr-secondary-color);
      font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
} 

/* table */
 
.woocommerce div.product form.cart .variations tr{
  border: none;
}
.woocommerce div.product form.cart .variations label{
      font-family: var(--tcr-ch-title-ff);
  font-weight: 600;
  font-size: 19px;
  color:var(--tcr-secondary-color);
}
.woocommerce div.product form.cart .variations th{
  vertical-align: inherit;
  background-color: inherit !important;
  border-right: none !important;
}
.woocommerce div.product form.cart .variations select{
  margin-bottom: 10px;
  max-width: 75%;
      border: 1px solid #F2F2F2;
}
.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation{
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .reset_variations{
  font-size: 15px;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 30px;
}
.woocommerce .quantity .qty{
  width: 56px;
  height: 37px;
  padding: 0 8px;
 border-color: #F2F2F2;
 border-radius: 6px;
}
/* group table */
.woocommerce div.product form.cart .group_table td{
  vertical-align: inherit; 
}
.woocommerce div.product form.cart .group_table td label{
  margin-bottom: 0px;
}
.woocommerce div.product form.cart .group_table td label a{
  font-family: var(--tcr-ch-title-ff);
  font-size: 18px;
  font-weight: 600;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price bdi{
 font-family: var(--tcr-ch-title-ff);
  font-size: 16px;
  color:var(--tcr-secondary-color);
}
.woocommerce div.product form.cart .group_table td del bdi{
  text-decoration: line-through;
  display: inline-block;
}
.woocommerce div.product form.cart .group_table td ins bdi{
  font-size: 19px !important;
  color:var(--tcr-secondary-color) !important;
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
}
.woocommerce div.product form.cart .group_table tr{
  border: none;
} 
.woocommerce .single-product .type-product .entry-summary .stock.in-stock{ 
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.woocommerce .single-product .type-product .entry-summary .cart button.button {
  padding: 11px 17px !important;
  font-size: 13px; 
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--tcr-primary-color);
}
.woocommerce div.product form.cart{
  margin-top: 15px;
}
.woocommerce .single-product .type-product .entry-summary .cart button.button:hover{
  background-color: var(--tcr-secondary-color);
}
.woocommerce .single-product .type-product .flex-viewport{
  border-radius: 0px;
} 
.woocommerce .single-product .type-product .woocommerce-product-gallery__image {
  border-radius: 10px;
  border: 1px solid #f2f2f2; 
}
.woocommerce div.product div.images{
  margin-bottom: 50px;
}
.woocommerce div.product div.images .flex-control-thumbs{
  margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs img{
  border-radius: 5px; 
}
.woocommerce div.product div.images .flex-control-thumbs li{
  margin-right: 5px;
  margin-bottom: 5px;
  width: 70px;
} 
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
  border:2px solid var(--tcr-secondary-color);
  border-radius: 5px;
}
.woocommerce .single-product .type-product .entry-summary .product_meta{
  display:inline-grid;
  margin-top: 20px;
}
.woocommerce .single-product .type-product .entry-summary .product_meta span {
  font-weight:600;
  margin-bottom: 7px;
  font-size: 18px;
  margin-right: 7px;
  color:var(--tcr-secondary-color); 
}
.woocommerce .single-product .type-product .entry-summary .product_meta span a,
.woocommerce .single-product .type-product .entry-summary .product_meta  span .sku{ 
  font-weight: 500;
} 
.woocommerce .single-product .type-product .entry-summary .product_meta  span.posted_in a{
  font-weight: 400; 
} 
.woocommerce .single-product .type-product .related.products h2{
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 20px;
}
.woocommerce .single-product .type-product .woocommerce-tabs ul.tabs li{
  background-color: inherit;
  font-size: 18px;
  font-weight: 700;
  border-radius:  5px 5px 0px 0px ;
  margin-right: 7px;
  padding: 0 30px;
} 
.woocommerce .single-product .type-product .woocommerce-tabs ul.tabs li a{
  font-weight: 600;
  color:var(--tcr-secondary-color);  
}   
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  color: var(--tcr-primary-color);
}
.woocommerce div.product .woocommerce-tabs .panel{
  border-top: inherit !important;
  border: 1px solid #F2F2F2;
  padding: 30px; 
  border-radius: 0px 7px 7px 7px;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
  font-size: 27px;
  line-height: 37px;
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs .panel h6{
  font-weight: 400; 
  font-size: 17px;
  line-height: 23px;
}  
.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding-left: 5px;
  margin-bottom: 0;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  padding: 10px 10px 10px 20px;
  border-color: #F2F2F2;
}
.woocommerce table.shop_attributes tr,
.woocommerce table.shop_attributes tr {
  border-color: #F2F2F2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  border-color: #F2F2F2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
  box-shadow: none;
  border-color: #F2F2F2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
  border-radius:inherit;
  box-shadow: none;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  border-radius: 0;
  box-shadow: none;
  border-color: #F2F2F2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
  border-color: #F2F2F2;
  left: -5px;
} 
.woocommerce #respond input#submit{
  position: relative;
  border: none;
  cursor: pointer;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  outline: none;
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  border-radius: 6px;
}
.woocommerce #respond input#submit:hover{
  color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color);
}
.comment-respond .comment-form p.logged-in-as{
  color: var(--tcr-secondary-color);
}
  

/*------------------ cart --------------------*/


.woocommerce .return-to-shop a{
  font-weight: 600;
      font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 0px;
  text-transform: uppercase;
  border-radius:5px;
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
}
.woocommerce .return-to-shop a:hover{
  color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color);
}

.woocommerce .woocommerce-cart-form table tbody td,
.woocommerce .woocommerce-cart-form table th{
  border-right: none;
  border-color: #F2F2F2;
} 
.woocommerce  table tbody td .amount bdi{
  font-weight: 500;
}
.woocommerce table.shop_table{
  margin-bottom: 60px;
  border-radius:7px;
  border-color: #F2F2F2;
}
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td{
  padding: 10px 12px;
  border-color: #F2F2F2;
  background-color: inherit !important;
} 
.woocommerce table.shop_table tbody th,
 .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th {
    border-color: #F2F2F2;
  }
  .woocommerce table tbody tr{
    border-color: #F2F2F2;
  }
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td:last-child{
  border-right: none;
} 
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td strong{
  font-weight: 600;
  font-size: 18px; 
} 
.woocommerce a.remove {
  font-size: 23px;
  line-height: 27px;
  width: 27px;
  height: 27px;
  font-weight: 500;
  margin-left: 30px;
} 
.woocommerce-page #content table.cart td.actions  {
  padding: 30px 30px 30px 30px;
}
.woocommerce .woocommerce-cart-form table th{
  border-right: none !important;
} 
.woocommerce .woocommerce-cart-form table tbody td.product-name a{
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;  
}
.woocommerce td.product-name dl.variation{
  font-size: 14px;
}
.woocommerce td.product-name dl.variation dt{
  color:var(--tcr-secondary-color);
  font-weight: 600;
}
.woocommerce-cart table.cart img{
  width: 45px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}
.woocommerce table.cart td.actions .input-text{
  width: 240px !important;
  height:54px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  margin-right: 12px;
  padding: 0 12px;
  border-color: #F2F2F2;
  height: 55px;
}
.woocommerce .cart .button{
  color: var(--tcr-white-color) !important;
  background-color: var(--tcr-primary-color);
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  border-radius: 6px;
}
.woocommerce .cart .button:hover{
  color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color) !important;
}
.woocommerce .cart .coupon .button{
  color: var(--tcr-white-color);
}
.woocommerce .cart button:focus{
  outline: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  border-radius: 6px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  background-color: var(--tcr-secondary-color);
}
.woocommerce-cart .cart-collaterals .cart_totals tr td{
  line-height: 30px !important;
  border-color: #F2F2F2;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td strong bdi{
  font-size: 19px;
  font-weight: 600;
  color:var(--tcr-secondary-color);
}
.woocommerce-cart .woocommerce-shipping-calculator button  {
    font-weight: 600;
        font-family: var(--tcr-ch-title-ff);
    padding: 15px 25px;
    font-size: 13px;
    line-height: 13px;
    border-radius: 6px;
    text-transform: uppercase;
    color: var(--tcr-white-color);
    background-color: var(--tcr-secondary-color);
}
.woocommerce-cart .woocommerce-shipping-calculator button:hover{
  color: var(--tcr-white-color);
  background-color: var(--tcr-primary-color);
}
.woocommerce-cart .woocommerce-shipping-calculator button:focus{
  outline: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button{
  font-size: 16px; 
} 
.woocommerce-cart .cart-collaterals .cart_totals tr th{ 
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  border-color: #F2F2F2;
  padding-left: 30px;
} 
.select2-container--default .select2-selection--single{
  border: none;
  border: 1px solid #F2F2F2;
  height: 60px;
  border-radius: 8px;
}  
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 20px;
  right: 10px;
}
 .select2-container .select2-selection--single .select2-selection__rendered{
  padding-right: 70px;
  padding-left: 18px;
  color: #757575;
  line-height: 60px;
  text-align: left; 
  font-weight: 500;
}  

/*--------- error---------- */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
  padding: 30px 55px;
  border-radius:0px 0px 10px 10px;
  line-height: 22px;
} 
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button{
  color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color);
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button{
  border-radius: 6px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  padding: 11px 15px;
  background-color: var(--tcr-primary-color);
}

 
.woocommerce-error::before { 
  top: 30px;
}
.woocommerce-error li{
  margin-bottom: 0;
  line-height: 30px;
}
 
.woocommerce-message::before{
  top: 30px;
}


/*------------info---------- */
 
 
.woocommerce-info::before{
    top: 30px;
}
.woocommerce form.checkout_coupon button.button{
  padding: 0px 30px;
  display: inline-block;
  color: var(--tcr-white-color);
  line-height: normal; 
  font-weight: 700;
  height: 50px;
  line-height: 50px; 
  border-radius: 6px;
  font-size: 14px;
  background-color: var(--tcr-secondary-color);
}
.woocommerce form.checkout_coupon button.button:hover{
  background-color: var(--tcr-primary-color);
}
.woocommerce form.checkout_coupon button.button:focus{
  outline: inherit;
}
 .woocommerce form.checkout_coupon p{
  color: var(--tcr-secondary-color);
 }
 .woocommerce form.checkout_coupon p input{
  height: 50px;
 
 }

/*--------- woocommerce-form------------*/
.woocommerce .col-1, .col-2 {
  max-width: none;
}
.woocommerce form .form-row{
  margin: 0 0 15px;
  display: grid;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text,
 .woocommerce form .form-row.woocommerce-validated select{
  border-color: inherit;
 } 
.woocommerce form .form-row.place-order{
  margin: 0;
}
.woocommerce form .form-row label {
  font-size: 16px;
  text-transform: capitalize;  
  margin-bottom: 0px;
}
.woocommerce .woocommerce-checkout-review-order  table.shop_table thead th{ 
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding:10px 30px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table thead th:last-child{
 border: none;
}
.woocommerce .woocommerce-checkout-review-order  tfoot th,
.woocommerce .woocommerce-checkout-review-order  table.shop_table td{
  padding: 13px 30px;
} 
.woocommerce .woocommerce-checkout-review-order tfoot th{ 
  font-size: 18px !important;
}
.woocommerce table.shop_table tfoot td{
  color:var(--tcr-secondary-color);
  font-weight: 600;
}
.woocommerce .woocommerce-checkout-review-order td ul li label{
      font-family: var(--tcr-ch-title-ff);
  font-size: 18px;
  text-transform: capitalize;
} 
.woocommerce .col2-set, .woocommerce-page .col2-set{
  margin-bottom: 50px;
} 
.woocommerce form.checkout_coupon{
  margin-bottom: 50px;
  border-color: #F2F2F2;
  border-radius: 10px;
}

/*---------woocommerce NoticeGroup---------------*/


.woocommerce-NoticeGroup ul{
  margin-bottom: 70px;
}
.woocommerce-NoticeGroup ul li{
 margin-bottom: 5px;
 line-height: 20px;
}
 
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info{
  margin-bottom: 50px; 
  padding: 30px 55px; 
  background-color: var(--tcr-tertiary-color);
} 
/*---------woocommerce payment------------*/

.woocommerce-checkout #payment{
  background: inherit;
} 
.woocommerce-checkout #payment ul.payment_methods {
  border: inherit;
  padding: 0;
}
.woocommerce-checkout-payment .form-row button{
  font-weight: 600;
      font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px;
  font-size: 13px;
  line-height: 13px; 
  text-transform: uppercase;
  border-radius:6px;
}
.woocommerce-checkout-payment .form-row button{
  outline: none;
} 
.woocommerce form .form-row textarea{
  height: 130px;
}
.woocommerce-checkout #payment div.form-row{
  padding: 0;
  margin-top: 20px;
} 

/* pagination */

.woocommerce nav.woocommerce-pagination ul{
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
      border: 1px solid #F2F2F2;
  border-radius: 7px;
  margin-right: 3px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
  color:var(--tcr-white-color) ; 
  background-color: var(--tcr-primary-color);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a{
  min-width: 50px;
  min-height: 40px;
  line-height: 30px;
  font-weight: 500; 
}
 
/*------------- Account ------------------*/

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{
  line-height: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content{
  width: 77%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
} 
.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style-type: none;
  border-right: 1px solid #eeeeee;
  padding: 15px 20px;
  border-radius: 7px 0px 0px 7px; 
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
 background-color: var(--tcr-primary-color); 
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
    color: var(--tcr-white-color);
} 
.woocommerce-account .woocommerce-MyAccount-navigation li a{
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  color:var(--tcr-secondary-color);
  margin-top: 0; 
  text-transform: uppercase;
}  
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
  color: var(--tcr-primary-color);
}
.woocommerce-page .woocommerce-info .button{
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 12px;
  padding: 15px 20px;
  color: var(--tcr-white-color);
  text-align: center;
  background-color: var(--tcr-primary-color);
}
.woocommerce-page .woocommerce-info .button:hover{
  background-color: var(--tcr-secondary-color);
}
.woocommerce-account .woocommerce-MyAccount-content fieldset{
  margin-top: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend{
  font-family: var(--tcr-ch-title-ff);
    font-weight: 700;
    line-height: 56px;
    font-size: 46px;
    color:var(--tcr-secondary-color);     
}
.woocommerce-account .woocommerce-MyAccount-content p button:hover,
.woocommerce-page .woocommerce-info .button:hover{
  color: var(--tcr-white-color);
} 
.woocommerce-account .woocommerce-MyAccount-content p button {
  background-color: var(--tcr-primary-color);
  color: var(--tcr-white-color);
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  border-radius: 6px;
}
.woocommerce-account .woocommerce-MyAccount-content p button:hover{
  background-color: var(--tcr-secondary-color);
}
.woocommerce-account .woocommerce-MyAccount-content p button:focus,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus{
  outline: inherit;
}

.woocommerce form.login{
  border-color: #eeeeee;
  border-radius: 12px;
}
.woocommerce form.lost_reset_password  button.button:focus{
 outline: none; 
}
.woocommerce form.lost_reset_password button.button:disabled{
  padding: 0px 30px;
}
.woocommerce form.lost_reset_password  button.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  display: inline-block;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 24px;
  color: var(--tcr-white-color);
  border-radius: 4px;
  padding: 15px 40px;
  background-color: var(--tcr-primary-color);
   
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{
  color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color);
}

.woocommerce-account .addresses .title .edit{
   font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    border-radius: 4px; 
    color: var(--tcr-white-color);
    margin-top: 0;
    padding: 10px 18px;
}
.woocommerce-MyAccount-content a.button{
    color: var(--tcr-white-color);
    font-weight: 500;
    padding: 15px;
    border-radius: 7px;
    background-color: var(--tcr-primary-color);
}
.woocommerce-MyAccount-content a.button:hover{
  color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color);
}

.woocommerce #payment #place_order,
 .woocommerce-page #payment #place_order{
background-color: var(--tcr-primary-color);
    padding: 20px 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    border-radius: 6px;
} 
.woocommerce #payment #place_order:hover,
 .woocommerce-page #payment #place_order:hover{
  background-color: var(--tcr-secondary-color);
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order:focus{
  outline: inherit;
}
#add_payment_method #payment{
  background-color: var(--tcr-white-color);
}
#add_payment_method #payment div.payment_box{
  border-radius: 10px;
}
#add_payment_method #payment ul.payment_methods{
  border-bottom: 1px solid #eeeeee;
}
#add_payment_method #payment div.payment_box::before{ 
    border: 1em solid #f6f6f6;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
/*---------------------------------------------------------------------------------------------------------------

# wordpress

----------------------------------------------------------------------------------------------------------------*/

/* pages */

.elementor-widget-wp-widget-pages .elementor-widget-container ul {
	padding: 0;
	margin: 0;
}

.elementor-widget-wp-widget-pages .elementor-widget-container ul li {
	list-style-type: none;
	margin: 10px 0;
}

.elementor-widget-wp-widget-pages .elementor-widget-container ul li a { 
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}


/* calendar */

.elementor-widget-wp-widget-calendar table th {
	padding: 12px; 
}

.elementor-widget-wp-widget-calendar table td {
	padding: 6px 10px;
}

.elementor-widget-wp-widget-calendar .wp-calendar-table {
	margin-bottom: 10px;
}


/* search */

.elementor-widget-wp-widget-search form {
	border: none;
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.elementor-widget-wp-widget-search form label{
  border: none;
}
.elementor-widget-wp-widget-search input.search-submit { 
  right: 0;
  border: none;
  outline: none;
  height: 58px;
  color:var(--tcr-white-color);
  z-index: 1;
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 6px;
  text-transform: uppercase;
}


/* categories */
.elementor-widget-wp-widget-woocommerce_product_categories ul {
	margin: 0;
	padding: 0;
} 
.elementor-widget-wp-widget-woocommerce_product_categories ul li {
  position: relative;
  margin: 15px 0 10px;
  padding: 0;
  list-style-type: none;
} 
.woocommerce.widget_product_categories .product-categories li {
  padding-bottom: 0;
  position: relative;
  margin: 15px 0 10px;
  padding: 0;
  border-bottom: 1px solid #edecec;
  padding-bottom: 10px;
  }   
.woocommerce.widget_product_categories .product-categories li .children li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

.elementor-widget-wp-widget-woocommerce_product_categories ul li span {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 900; 
  color: var(--tcr-primary-color);
}

.elementor-widget-wp-widget-woocommerce_product_categories ul li a {
	font-size: 16px;
	line-height: 20px; 
	font-weight: 700;
} 
.elementor-widget-wp-widget-woocommerce_product_categories ul li ul{
  padding-left: 20px;
}
.elementor-widget-wp-widget-woocommerce_product_categories .select2-container--default .select2-selection--single{
  height: 55px;
}
.elementor-widget-wp-widget-woocommerce_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 13px;
  right: 8px;
}
.elementor-widget-wp-widget-woocommerce_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered{ 
  line-height: 55px;
}



/* widget Categories */

.elementor-widget-wp-widget-categories ul {
	margin: 0;
	padding: 0;
}

.elementor-widget-wp-widget-categories ul li {
	list-style-type: none;
	margin: 12px 0;
}

.elementor-widget-wp-widget-categories ul li a {
	font-size: 15px;
	line-height: 20px; 
	font-weight: 700;
}
/* Newsletter */
.elementor-widget-wp-widget-mc4wp_form_widget .newslatter-title {
  color: var(--tcr-secondary-color);
}
.elementor-widget-wp-widget-mc4wp_form_widget input{
  border: 1px solid #f2f2f2;
  background-color: var(--tcr-white-color);
}
.elementor-widget-wp-widget-mc4wp_form_widget button i{
  color: var(--tcr-primary-color) !important;
}
.elementor-widget-wp-widget-mc4wp_form_widget button:hover i{
 color: var(--tcr-secondary-color) !important;
}

/* Archives */
.elementor-widget-wp-widget-archives ul {
	padding: 0;
	margin: 0;
}

.elementor-widget-wp-widget-archives li {
	padding-bottom: 0;
	position: relative;
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}

.elementor-widget-wp-widget-archives li a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-size: 16px;
	line-height: 20px; 
	font-weight:600;
}

.elementor-widget-wp-widget-archives li a::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  font-size: 5px;
  color: inherit;
  padding-right: 8px;
  position: relative;
  top: -2px;
  font-weight: bold;
}

.elementor-widget-wp-widget-archives li span {
	position: absolute;
	right: 0;
	top: -1px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 2px;
	color: var(--tcr-white-color);
	text-align: center;
	display: block;
	font-size: 11px;
	font-weight: 700;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: 100px;
}

/* categories */

.elementor-widget-wp-widget-recent-posts ul {
	padding: 0;
	margin: 0;
}

.elementor-widget-wp-widget-recent-posts ul li {
	margin: 15px 0;
	list-style-type: none;
  display: grid;
}

.elementor-widget-wp-widget-recent-posts ul li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

/* recent-posts */
.elementor-widget-wp-widget-doctent-recent-posts .elementor-widget-container ul{
  padding: 0px;
}
.elementor-widget-wp-widget-doctent-recent-posts .elementor-widget-container li{
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.elementor-widget-wp-widget-doctent-recent-posts .tcr-post-content{
  display: grid;
}
.elementor-widget-wp-widget-doctent-recent-posts .tcr-post-content a{
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}
.elementor-widget-wp-widget-doctent-recent-posts .tcr-post-image{
  width: 70px;
  margin-right: 15px;
}
.elementor-widget-wp-widget-doctent-recent-posts img{
  border-radius: 8px !important;
}

/* Recent Comments */
.elementor-widget-wp-widget-recent-comments ul {
	margin: 0;
	padding: 0;
}

.elementor-widget-wp-widget-recent-comments li {
	list-style-type: none;
	margin: 15px 0;
}
.elementor-widget-wp-widget-recent-comments li a{
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

/* nav_menu */

.elementor-widget-wp-widget-nav_menu ul {
	margin: 0;
	padding: 0;
}

.elementor-widget-wp-widget-nav_menu ul li {
	list-style-type: none;
	margin-bottom: 7px;
}

.elementor-widget-wp-widget-nav_menu ul li a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}

/* Recent services */
.elementor-widget-wp-widget-recent-services ul {
	margin: 0;
	padding: 0;
}

.elementor-widget-wp-widget-recent-services ul li {
  list-style-type: none;
  margin: 15px 0px;
  display: flex;
  align-items: center;
}
.elementor-widget-wp-widget-recent-services ul li span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.elementor-widget-wp-widget-recent-services ul li .tcr-post-image img{
  border-radius: 4px;
  width: 60px;
  margin-right: 15px;
}
.elementor-widget-wp-widget-recent-services ul li a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
 
/* Recent Posts */

.elementor-widget-wp-widget-calens-recent-posts .elementor-widget-container ul {
	padding: 0;
	margin: 0;
}

.elementor-widget-wp-widget-calens-recent-posts .elementor-widget-container ul li {
  list-style-type: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.elementor-widget-wp-widget-calens-recent-posts .elementor-widget-container ul li img{
  border-radius: 4px;
  width: 60px;
  margin-right: 15px;
}

.elementor-widget-wp-widget-calens-recent-posts .elementor-widget-container ul li a {
  font-size: 16px;
  line-height: 20px;
  display: block; 
  z-index: 1;
  font-weight: 700;
}
.elementor-widget-wp-widget-calens-recent-posts .elementor-widget-container ul li span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

/* tag_cloud */
.elementor-widget-wp-widget-tag_cloud .tagcloud {
  display: grid;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a {
	display: inline-block;
	font-size: 15px !important;
	padding: 10px 20px;
	margin-bottom: 8px;
	margin-right: 5px;  
	border-radius: 4px;
	line-height: 20px; 
	font-weight: 700;
  position: relative; 
  border: 1px solid #f2f2f2;
} 
.elementor-widget-wp-widget-tag_cloud .tagcloud a span{
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  border-radius: 0 4px 4px 0;
  color: var(--tcr-white-color);
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 100%;
  line-height: 40px;
  background-color: var(--tcr-primary-color);
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a:hover {
	box-shadow: inherit;
}


/* widget_cart */

.elementor-widget-wp-widget-woocommerce_widget_cart ul {
	padding: 0;
	margin: 0;
}

.elementor-widget-wp-widget-woocommerce_widget_cart ul li {
	margin-bottom: 15px;
	list-style-type: none;
  position: relative;
}
.elementor-widget-wp-widget-woocommerce_widget_cart ul li .quantity{
  position: absolute;
  top:38px;
  left: 110px;
}
.elementor-widget-wp-widget-woocommerce_widget_cart ul li .variation {
  display: none;
}
.elementor-widget-wp-widget-woocommerce_widget_cart ul a.remove {
  font-size: 25px;
  font-weight: 500; 
  color: red; 
} 
.elementor-widget-wp-widget-woocommerce_widget_cart ul a img {
	width: 60px;
	border-radius: 7px;
	margin: 0 20px 0 15px;
}
.elementor-widget-wp-widget-woocommerce_widget_cart ul a  { 
  font-weight: 700;
  font-size: 17px;
}
.elementor-widget-wp-widget-woocommerce_widget_cart .woocommerce-mini-cart__total {
	font-size: 18px;
	font-weight: 500;
	color:var(--tcr-secondary-color); 
	margin-top: 20px;
}

.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a {
	margin-right: 10px;
	border-radius: 5px;
	padding: 10px 14px;
}

.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a:hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a {
	color: var(--tcr-white-color);
	font-weight: 600; 
}

/* products */
.elementor-widget-wp-widget-woocommerce_products ul {
	margin: 0;
	padding: 0;

}

.elementor-widget-wp-widget-woocommerce_products ul li {
	margin-bottom: 15px;
	list-style-type: none;
}

.elementor-widget-wp-widget-woocommerce_products li ins {
	margin-left: 7px;
}

.elementor-widget-wp-widget-woocommerce_products img {
	width: 49px;
	border-radius: 7px !important;
	margin-right: 12px;
	float: right;
	margin-left: 7px;
}

.elementor-widget-wp-widget-woocommerce_products li .woocommerce-Price-amount {
	font-size: 14px;
	font-weight: 500;
}
.elementor-widget-wp-widget-woocommerce_products li .woocommerce-Price-amount  bdi{
  text-decoration: none;
}
.elementor-widget-wp-widget-woocommerce_products ul li a {
  font-size: 17px;
  font-weight:600;
  margin-right: 10px;
  display: block;
  color: #222d35;
}


/* product_search */

.elementor-widget-wp-widget-woocommerce_product_search input{
  margin-bottom: 20px;
}
.elementor-widget-wp-widget-woocommerce_product_search button {
  right: 0;
  border: none;
  outline: none;
  height: 58px;
  color:var(--tcr-white-color);
  z-index: 1;
  font-weight: 600;
      font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px;
  font-size: 13px;
  line-height: 13px;
  border-radius: 6px;
  text-transform: uppercase;
	 
}

.elementor-widget-wp-widget-woocommerce_product_search button:focus {
	outline: inherit;
}

/* top_rated_products */

.elementor-widget-wp-widget-woocommerce_top_rated_products ul {
	padding: 0;
	margin: 0;
}

.elementor-widget-wp-widget-woocommerce_top_rated_products ul li {
	margin-bottom: 12px;
	list-style-type: none;
}

.elementor-widget-wp-widget-woocommerce_top_rated_products ul li a {
  font-size: 17px;
  font-weight:600;
  margin-right: 10px;
  display: block;
  color:var(--tcr-secondary-color);
}

.elementor-widget-wp-widget-woocommerce_top_rated_products ul img {
	width:49px;
	border-radius: 7px !important;
	margin-right: 15px;
	float: right;
}

.elementor-widget-wp-widget-woocommerce_top_rated_products ins {
	margin-left: 7px;
	font-weight: 700;
}

.elementor-widget-wp-widget-woocommerce_top_rated_products .woocommerce-Price-amount {
	font-size: 14px;
	font-weight: 500;
}

/* image */

.elementor-widget-wp-widget-media_gallery img {
	width: 100%;
}

/* Meta */

.elementor-widget-wp-widget-meta .elementor-widget-container ul {
	padding: 0;
	margin: 0;
}

.elementor-widget-wp-widget-meta .elementor-widget-container ul li {
	list-style-type: none;
	margin: 15px 0;
}

.elementor-widget-wp-widget-meta .elementor-widget-container ul li a { 
	font-weight: 600;
	font-size: 18px;
	line-height: 29px;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	margin-left: 10px;
}


/*------------ sidebar------------ */ 

 
.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total.total,
.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons{
  padding: 0 30px;
}
.shop-right-sidebar .widget-area.sidebar {
	padding-right: 50px;
}

.shop-left-sidebar .widget-area.sidebar {
	padding-left: 50px;
}

 

/* price filter */ 
 .woocommerce.widget_price_filter form{
  padding: 20px 30px 0px 30px;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    border: 2px solid var(--tcr-secondary-color);
    background: var(--tcr-white-color);
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle:hover{
	border-color: var(--tcr-white-color);
	background-color:var(--tcr-secondary-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
  background-color: var(--tcr-primary-color);
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
	margin-bottom: 25px;
  background: var(--tcr-white-color);
  border: 1px solid;
}

.woocommerce.widget_price_filter .price_slider_amount .button {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
	line-height: 13px;
	border-radius: 5px; 
	color: var(--tcr-white-color);
	margin-top: 0;
	padding: 10px 20px;
  background-color:var(--tcr-secondary-color);
} 
.woocommerce.widget_price_filter .price_slider_amount .button:hover{
  background-color: var(--tcr-primary-color);
}
.woocommerce.widget_price_filter .price_slider_amount .button:focus {
	outline: inherit;
} 
.woocommerce.widget_price_filter .price_slider_amount {
	font-size: 17px;
	font-weight: 500;
	color:var(--tcr-secondary-color);
	font-family: var(--tcr-ch-title-ff);
} 
.woocommerce.widget_shopping_cart .buttons a {
  color: var(--tcr-white-color);
  font-weight: 600;
  border-radius: 6px;
  background-color: var(--tcr-primary-color);
}  
.woocommerce.widget_shopping_cart .buttons a:hover{
  background-color: var(--tcr-secondary-color);
}
 .widget_shopping_cart_content .woocommerce-mini-cart__total.total{
  padding-top: 20px !important;
  margin-bottom: 20px;
 }
 .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons{
  margin-bottom: 0px;
 }



/* widget_shopping_cart */ 
.woocommerce .widget_shopping_cart_content ul.product_list_widget {
  margin-bottom: 20px; 
} 
.woocommerce .widget_shopping_cart_content ul.product_list_widget li {
  margin-bottom: 10px;
  padding-left: 35px !important;
}  
 .woocommerce ul.product_list_widget li img  { 
  width:50px; 
  border-radius: 7px;
  border: 1px solid #f2f2f2;
}
.woocommerce ul.product_list_widget{
  padding: 0 30px;
}

/* rated products */ 
.woocommerce.widget_top_rated_products ul li {
	margin-bottom: 10px;
}

.woocommerce.widget_top_rated_products ul li span.product-title {
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
}

.woocommerce.widget_top_rated_products ul li a {
	margin-bottom: 4px;
}

.woocommerce.widget_top_rated_products ul li del {
	margin-right: 5px;
}

.woocommerce.widget_top_rated_products ul li .woocommerce-Price-amount {
	font-size: 15px;
}

.woocommerce.widget_top_rated_products ul li ins {
	text-decoration: inherit;
}

.woocommerce.widget_top_rated_products ul li img {
	width: 50px;
	border-radius: 5px;
  border: 1px solid #f2f2f2;
}

/* layered nav filters  */ 
.woocommerce .widget_layered_nav_filters .chosen a {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.woocommerce .widget_layered_nav_filters ul li a::before{
  color: red;
}


/* search */ 
.woocommerce.widget_product_search .woocommerce-product-search {
	display: flex;
}

.woocommerce.widget_product_search .woocommerce-product-search input {
	height: 60px;
	margin-right: 10px;
}

.woocommerce.widget_product_search .woocommerce-product-search button {
  right: 0;
  border: none;
  outline: none;
  height: 58px;
  color:var(--tcr-white-color);
  z-index: 1;
  font-weight: 600;
      font-family: var(--tcr-ch-title-ff);
  padding: 20px 25px;
  font-size: 13px;
  line-height: 13px;
  border-radius: 6px;
  text-transform: uppercase;
}
.woocommerce.widget_product_search .woocommerce-product-search {
  padding: 0px 30px;
}

/* categories */
.woocommerce.widget_product_categories .select2-container .select2-selection--single {
	margin: 0; 
	height: 55px;
}

.woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 55px;
	padding-left: 15px;
}

.woocommerce.widget_product_categories .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 10px 12px;
}

.woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 15Px;
	right: 4px;
}


/* layered-nav */ 
.woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown button {
	right: 0;
	padding: 0 20px;
	border: none;
	outline: none;
	height: 58px;
	line-height: 58px;
	color:var(--tcr-white-color);
	font-size: 16px;
	z-index: 1;
	border-radius: 4px;
	 
	width: 100%;
}


.woocommerce.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin: 5px 10px 0 10px;
	border-radius: 4px;
	font-size: 13px;
	color: var(--tcr-white-color);
	border: none;
	padding-left: 10px;
}

.select2-container--default .select2-selection--multiple,
.woocommerce .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #eeeeee !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: var(--tcr-white-color) !important;
}

.select2-container--default .select2-selection--multiple {
	border-radius: 7px !important;
	border: none !important;
	background: #f8f8f8 !important;
}
.woocommerce .widget_layered_nav.woocommerce-widget-layered-nav ul li{
	position: relative;
    margin: 15px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edecec;
}

.woocommerce.widget_product_categories .product-categories li:last-child,
.woocommerce .widget_layered_nav.woocommerce-widget-layered-nav ul li:last-child{
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
.woocommerce .woocommerce-widget-layered-nav-list{
  padding: 0px 30px;
}


.woocommerce .widget_layered_nav.woocommerce-widget-layered-nav ul li span {
    position: absolute;
    right: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    line-height: 23px;
    border-radius: 2px;
    color: var(--tcr-white-color);
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight:600;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 100px;
    background-color: var(--tcr-primary-color); 
}

/* widget_products */ 
.woocommerce.widget_products ul li {
	margin-bottom: 10px;
}

.woocommerce.widget_products ul li span.product-title {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}

.woocommerce.widget_products ul li a {
	margin-bottom: 5px;
}

.woocommerce.widget_products ul li del {
	margin-right: 5px;
}

.woocommerce.widget_products ul li .woocommerce-Price-amount {
	font-size: 15px;
}

.woocommerce.widget_products ul li img {
	width: 50px;
	border-radius: 5px;
  border: 1px solid #f2f2f2;
}


/* viewed */ 
.woocommerce.widget_recently_viewed_products ul li {
	margin-bottom: 10px;
} 
.woocommerce.widget_recently_viewed_products ul li span.product-title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
} 
.woocommerce.widget_recently_viewed_products ul li a {
	margin-bottom: 5px;
} 
.woocommerce.widget_recently_viewed_products ul li del {
	margin-right: 5px;
} 
.woocommerce.widget_recently_viewed_products ul li .woocommerce-Price-amount {
	font-size: 14px;
} 
.woocommerce.widget_recently_viewed_products ul li a {
	margin-bottom: 6px;
} 
.woocommerce.widget_recently_viewed_products ul li ins {
	text-decoration: inherit;
} 
.woocommerce.widget_products ul li ins {
	text-decoration: inherit;
} 
.woocommerce.widget_recently_viewed_products ul li img {
	width: 50px;
	border-radius: 5px;
}


/* tag */ 
.woocommerce.widget_product_tag_cloud .tagcloud a {
	display: inline-block;
	font-size: 15px !important;
	padding: 10px 20px;
	margin-bottom: 8px;
	margin-right: 5px;
	color: var(--tcr-white-color);
	 
	border-radius: 4px;
	line-height: 20px;
	font-family: var(--tcr-ch-title-ff);
	font-weight: 700;
}

.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
	box-shadow: inherit;
}

/*  blog type-product  */


.type-product .tcr-blog-classic .post-thumbnail:before {
	content: none;
}

.type-product .tcr-blog-classic .post-thumbnail {
	margin-right: 20px;
}

.type-product .tcr-blog-classic .post-thumbnail img {
	border-radius: 10px;
  border: 1px solid #f2f2f2;
}

/* title */
.widget_block .wc-blocks-filter-wrapper h3{
    font-size: 27px;
    line-height: 37px;
    padding: 20px 30px 0px 30px;
}

/* widget_block */

.widget.widget_block .wc-block-featured-product .wc-block-featured-product__price ins  {
	text-decoration: inherit;
	font-weight: 500;
}
.widget.widget_block .wp-block-button .wp-block-button__link{
  border-radius: 5px;
  color: var(--tcr-white-color);
  padding: 8px 9px;
  font-size: 11px; 
  background-color: var(--tcr-primary-color);
}
.widget.widget_block .wp-block-button .wp-block-button__link:hover{
  background-color: var(--tcr-secondary-color);
}
.widget.widget_block  .wc-block-featured-category{
	border-radius:8px;
}
.widget.widget_block .wc-block-featured-category .wp-block-button__link{
  font-size: 16px;
  padding: 15px 25px; 
}
.widget.widget_block .wc-block-featured-category.has-background-dim .background-dim__overlay:before{
	background-image: url(http://localhost/parezy/wp-content/uploads/2020/10/service-02.jpg);
}

/* block-search */

.woocommerce .wp-block-search__label{
  font-size: 27px;
  line-height: 37px;
  margin-bottom: 20px;
}
 .woocommerce  .wp-block-search input[type="search"]{
  padding-right: 0px;
 }
 .woocommerce  .wp-block-search {
  margin-bottom: 0px;
}


/* best-sellers */ 
.wc-block-grid.has-3-columns .wc-block-grid__product{
	max-width: 50%;
	flex: inherit;
	position: relative;
}
.wc-block-grid__products .wc-block-grid__product-image img{
	border-radius: 10px;
}

.wc-block-grid__product-onsale { 
    color: var(--tcr-white-color);
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    padding: 0px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase; 
    top: 6px;
    left: 9px; 
    border-radius: 5px;
    border: none;
    background-color: var(--tcr-primary-color);
}
.wc-block-featured-product{
	border-radius: 20px;
}
.wc-block-grid__product .wc-block-grid__product-title{
	font-size: 18px;
    line-height: 22px;
}
.wc-block-grid__product .wc-block-grid__product-price{
	color:var(--tcr-secondary-color);
	font-weight: 500;
}
.wc-block-grid__products .wc-block-grid__product-price  ins {
	text-decoration: inherit;
}
.wc-block-grid__products .wc-block-grid__product-price  ins .woocommerce-Price-amount{
	color:var(--tcr-secondary-color);
	font-weight: 500;
}

/* categories list */ 
.widget_block .wc-block-product-categories .wc-block-product-categories-list-item{
	padding-bottom: 0;
    position: relative;
    margin: 15px 0 10px;
    padding: 0;
    border-bottom: 1px solid #edecec;
    padding-bottom: 10px;
	position: relative;
}
.widget_block .wc-block-product-categories .wc-block-product-categories-list-item:last-child{
  border: none;
}
  .widget_block .wc-block-product-categories .wc-block-product-categories-list-item   .wc-block-product-categories-list-item-count {
    position: absolute;
    right: 0;
    top: -1px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    color: var(--tcr-white-color);
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 100px;
}  

 /* mini-cart */

 .widget_block  .wp-block-woocommerce-mini-cart .wc-block-mini-cart__button {
	color: var(--tcr-white-color); 
    padding: 10px 15px;
	border-radius: 5px;
 }
 .widget_block .wp-block-woocommerce-mini-cart .wc-block-mini-cart__button:hover{
   opacity: 1;
 }
 .widget_block .wp-block-woocommerce-mini-cart .wc-block-mini-cart__button:focus{
	outline: none;
 }
 .widget_block .wp-block-woocommerce-mini-cart .wc-block-mini-cart__button .wc-block-mini-cart__amount{
	font-weight: 600;
 }
 .widget_block .wp-block-woocommerce-mini-cart .wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge {
	font-size: 11px;
 }

 /* checkbox-list */ 
 .widget_block .wc-block-components-checkbox label{
	margin-bottom: 0;
	align-items: center;
 }
 
 .wc-block-components-checkbox .wc-block-components-checkbox__mark{
	fill: var(--tcr-secondary-color);
    height: 13px;
    margin-left: 3px;
    margin-top: 0px; 
    width: 12px;
 }
 
 .widget_block .wp-block-woocommerce-filter-wrapper .wc-block-checkbox-list li{
    padding-bottom: 0;
    position: relative;
    margin: 15px 0 10px;
    padding: 0;
    border-bottom: 1px solid #edecec;
    padding-bottom: 10px;
 }
 .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{
	border-radius: 100%;
    font-size: 12px;
    border-color:var(--tcr-secondary-color);
 }
 .widget_block .wp-block-woocommerce-filter-wrapper  .wc-block-components-checkbox  .wc-block-components-checkbox__label{
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color:var(--tcr-secondary-color);
 }
 .widget_block  .wc-block-components-checkbox .wc-block-components-checkbox__label span.wc-filter-element-label-list-count{
    position: absolute;
    right: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    line-height: 26px;
    color: var(--tcr-white-color);
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 100px; 
 }
 .wc-filter-element-label-list-count:before,
 .wc-filter-element-label-list-count::after{
	content: none;
 }

 .wc-blocks-filter-wrapper .wc-block-components-filter-reset-button{
  padding: 10px 15px;
  border-radius: 5px; 
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  color: var(--tcr-white-color);
 }
 .wc-blocks-filter-wrapper .wc-block-components-filter-reset-button:focus{
	outline: inherit;
 }

 /* price-filter */
 .wc-block-components-price-slider__range-input-wrapper{
	margin: 0px 2px;
 }

 .wc-block-components-price-slider__range-input-wrapper:before{
	height: 10px;
    border-radius: 70px;
	opacity: 1;
  background-color: var(--tcr-white-color);
  border:1px solid ; 
 }
 .wc-block-components-price-slider__range-input-progress{
	height: 10px;
 }
 .widget_block .wp-block-woocommerce-price-filter .wc-block-price-filter__controls{
	margin: 20px 0;
 }
 .widget_block .wp-block-woocommerce-price-filter .wc-block-price-filter__controls input{
    color: var(--tcr-white-color);
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px !important;
    border: none;
    height: 35px;
 }
 .wc-block-components-price-slider__range-input{
	top: 2px;
 }

 
 /* active-filters */

.widget_block  .wp-block-woocommerce-active-filters .wc-block-active-filters__list-item-type{
    font-size: 14px;
    font-weight: 600;  
    letter-spacing: 0.5px;
}
.wc-block-active-filters .wc-block-active-filters__list-item-name{
	font-size: 20px;
    line-height: 40px;
    font-weight:600; 
	color:var(--tcr-secondary-color);  
}
.wc-block-active-filters .wc-block-active-filters__list li{
	margin-top: 0  !important;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove{
  width: 25px;
  height: 25px;
  line-height: 32px;
  fill: red;
  background: none;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus{
	outline: none;
}  
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover{
	background-color: red;
}  
 .wc-block-active-filters .wc-block-active-filters__clear-all{
	padding: 10px 15px;
    border-radius: 5px; 
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    color: var(--tcr-white-color);
 }
 .wc-block-active-filters .wc-block-active-filters__clear-all:hover{
	color: var(--tcr-white-color);
 }
 .wc-block-active-filters .wc-block-active-filters__clear-all:focus{
	outline: inherit;
 }

 /* mini-cart template-part */

 .wp-block-woocommerce-mini-cart-contents h2.wc-block-mini-cart__title{
	margin: 50px 16px 0;
	font-size: 30px;
	line-height: 40px;
}
.wc-block-components-drawer .components-modal__header .components-button{
	margin: 0;
	line-height: 0;
	border-radius: 5px;
	color: var(--tcr-white-color);	
    padding: 15px;
} 
.wc-block-components-drawer .components-modal__header .components-button:focus{
	outline: inherit;
}
 .wc-block-mini-cart__template-part .wc-block-cart-items.wc-block-mini-cart-items tbody tr.wc-block-cart-items__row{
	margin: 20px 0; 
	padding: 20px;
	border-radius: 10px;
 } 
 .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
	border-radius: 10px;
 } 
 .wc-block-mini-cart__template-part .wc-block-cart-items.wc-block-mini-cart-items tbody tr td .wc-block-components-product-name{
	font-size: 20px;
    line-height: 30px;
 }
 .wc-block-mini-cart__template-part .wc-block-cart-items.wc-block-mini-cart-items tbody tr td  .wc-block-components-product-price__value.is-discounted{
	color:var(--tcr-secondary-color);
	text-decoration: none;
	font-weight: 600;
 }
 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
	color:var(--tcr-secondary-color);
	font-weight: 600;
 }
 .wc-block-mini-cart__template-part .wc-block-cart-items.wc-block-mini-cart-items tbody tr td .wc-block-components-product-badge{
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500; 
  padding: 1px 11px;
  margin-top: 10px;
} 

 .wc-block-mini-cart__template-part .wc-block-cart-items.wc-block-mini-cart-items tbody tr td .wc-block-components-product-metadata{
	margin-bottom: 20px;
 }
.wc-block-mini-cart__template-part .wc-block-cart-items.wc-block-mini-cart-items tbody tr td{
	padding-bottom: 0 !important;
	margin: 0;
}
.wc-block-mini-cart__template-part .wc-block-cart-items.wc-block-mini-cart-items tbody tr td .wc-block-cart-item__quantity{
	padding: 0;
	display: flex;
	align-items: center;
}
.wc-block-mini-cart-items .wc-block-components-quantity-selector{
    width: 100%;
    margin-right: 15px;
	margin-bottom: 0;
}
.wc-block-mini-cart-items .wc-block-components-quantity-selector input,
.wc-block-mini-cart-items .wc-block-components-quantity-selector button{
   height:36px;
}

.wc-block-mini-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
	font-size: 20px;
	font-weight: 700;
}
.wc-block-mini-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus{
    border-radius: 6px 0 0 6px !IMPORTANT;
	border-right: 1px solid #edecec;
}
.wc-block-mini-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus{
    border-radius: 0px 6px 6px 0px !IMPORTANT;
	border-left: 1px solid #edecec;
} 
.wc-block-mini-cart-items .wc-block-components-quantity-selector:after {
    border: 1px solid #ececec ;
    border-radius: 7px;
}

.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity  button.wc-block-cart-item__remove-link{
	padding: 10px 14px;
    border-radius: 5px;
    color: var(--tcr-white-color);
    text-decoration: inherit;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
     
}
.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:focus{
	outline: none;
}

.wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-footer-block .wc-block-components-totals-item__label{
  color:var(--tcr-secondary-color);
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
}
.wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-footer-block .wc-block-components-totals-item__value{
	color:var(--tcr-secondary-color);
	font-size: 22px;
  font-weight: 600;
}
.wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-footer-block .wc-block-mini-cart__footer-actions .components-button {
  font-weight: 600;
  font-family: var(--tcr-ch-title-ff);
  padding: 20px 40px;
  font-size: 19px;
    border-radius: 6px;
	color: var(--tcr-white-color);
	box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%) !important;
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-footer-block .wc-block-mini-cart__footer-actions .components-button:focus{
	outline: inherit;
}
.wp-block-woocommerce-mini-cart-contents  .wc-block-mini-cart__footer{
	border-color:  #edecec;
} 
 





/*----------woocommerce-order----------*/

.woocommerce .woocommerce-order ul {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.woocommerce ul.order_details li {
	font-size: 13px;
	line-height: 15px;
}

.woocommerce ul.order_details li strong {
	font-size: 20px;
	font-family: var(--tcr-ch-title-ff);
	line-height: 30px;
	font-weight: 600;
	color:var(--tcr-secondary-color);

}

.woocommerce .woocommerce-order-details {
	margin-top: 40px;
}

.woocommerce .woocommerce-order-details td .woocommerce-Price-amount.amount {
	color:var(--tcr-secondary-color);
	font-weight: 700;
}

.woocommerce table.shop_table th { 
	font-size: 20px; 
	font-weight: 600 !important; 
}

.woocommerce .woocommerce-order table.shop_table td,
.woocommerce .woocommerce-order table.shop_table th {
	padding: 13px 30px;
}

.woocommerce .woocommerce-customer-details {
	margin-top: 40px;
}

.woocommerce .col2-set .col-1,
.woocommerce  .col2-set .col-2 {
	padding: 0;
}

.woocommerce .woocommerce-customer-details address {
	font-family: var(--tcr-ch-title-ff);
	line-height: 32px;
	font-size: 17px;
	color:var(--tcr-secondary-color);
	font-weight: 500;
	border: 1px solid #eeeeee;
	padding: 20px;
}

.woocommerce .paypal-button-row {
	width: 100px;
}

.buttons-container .paypal-button-container .paypal-button-row .paypal-button .paypal-button-label-container {
	margin-bottom: 20px;
}
.woocommerce-checkout #payment div.payment_box{
    padding: 30px;
    border-radius: 12px;
    background-color: var(--tcr-tertiary-color);
    } 
  .woocommerce .wc-stripe-elements-field{
    padding:20px;
    border-radius: 7px;
    border: none;
    }
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f8f8f8;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -13px;
}
.payment_box.payment_method_stripe fieldset .form-row.woocommerce-validated{
	display: flex;
}
 
/* elementor-widget-wp-widget-akismet_widget */ 
.elementor-widget-wp-widget-akismet_widget .a-stats strong{
  font-size: 16px;
  line-height: 20px;  
  font-weight: 700;
  -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}  

/* --------header cart --------------- */  
 .tcr-mini-cart-wrapper { 
	position: relative;
}
  header .cart-items .widget_shopping_cart_content{
  padding: 30px 0px;
 }
 header .cart-items .widget_shopping_cart_content .woocommerce-mini-cart__empty-message{
  padding: 0px 30px;
 }
.header-layout-1 .tcr-mini-cart-wrapper{
  margin-top: 8px;
  margin-right: 10px;
}
.header-layout-3 .tcr-mini-cart-wrapper,
.header-layout-2 .tcr-mini-cart-wrapper{
  margin-top: 6px;
  margin-right: 50px;
} 

 .tcr-mini-cart-wrapper .cart-link {
	position: relative; 
}  
.header-layout-2 .tcr-mini-cart-wrapper .cart-link{
  color: var(--tcr-white-color);
}
.header-layout-2 .site-header ul.social-info{
  margin-right: 30px;
}
.header-layout-3 .tcr-mini-cart-wrapper .cart-link,
.header-layout-1 .tcr-mini-cart-wrapper .cart-link{
 color: var(--tcr-secondary-color); 
}
.header-layout-3 .tcr-mini-cart-wrapper .tcr-cart-count,
.header-layout-1 .tcr-mini-cart-wrapper .tcr-cart-count{
  background-color: var(--tcr-primary-color);
}
 .tcr-mini-cart-wrapper .tcr-cart-count { 
	border-radius: 100px;
	display: inline-block; 
	text-align: center;
	font-size: 11px;
	position: absolute;
	top: -13px;
	right: -14px;
	font-weight: 600;
	color: var(--tcr-white-color);  
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: var(--tcr-secondary-color);
} 
.header-layout-1 .tcr-mini-cart-wrapper:hover .cart-items{
	top: 40px;
}
.header-layout-2 .tcr-mini-cart-wrapper:hover .cart-items{
	top: 45px;
}
.header-layout-1 .tcr-mini-cart-wrapper .cart-items{
	top: 60px;
} 
.tcr-mini-cart-wrapper .cart-items {
	position: absolute;
    top: 40px;
    right: -50px; 
    width: 330px;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--tcr-white-color);
    box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 8%);
    visibility: hidden;
    z-index: 9999;
}

.tcr-mini-cart-wrapper:hover .cart-items {
	opacity: 1;
	top: 25px;
	visibility: visible;
	overflow-y: auto;
}
 header .cart-items .widget,
.tcr-mini-cart-wrapper:hover .cart-items .widget {
  margin-bottom: 0px;
}
.tcr-mini-cart-wrapper .cart-items li {
  padding: 0;
  margin: 0;
  margin-bottom: 5px !important;
  display: block;
  position: relative;
}

.tcr-mini-cart-wrapper .cart-items li .quantity {
  font-size: 13px; 
  margin-top: 8px;
}
.header-layout-3 .tcr-mini-cart-wrapper .cart-items li .quantity{
  top: 29px;
}
.tcr-mini-cart-wrapper .cart-items .widget_shopping_cart_content ul {
	margin-bottom: 10px;
  display: block;
}

.site-header .woocommerce ul.cart_list li img {
	float: left;
	margin-right: 25px;
	width: 55px;
	border-radius: 7px;
  border: 1px solid #f2f2f2;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	margin: 0;
	font-size: 27px;
	line-height: 26px;
	width: 25px;
	height: 25px;
	font-weight: 400;
	margin-top: 18px;
}

.woocommerce.widget_shopping_cart .cart_list li a {
	font-weight:600;
	font-size: 16px;
	line-height: 25px;
	color: var(--tcr-secondary-color);
}
.woocommerce.widget_shopping_cart .cart_list li a span.quantity{
  font-size: 14px; 
} 
.woocommerce.widget_shopping_cart .total strong {
	color: var(--tcr-secondary-color);
}

.cart-items .woocommerce-mini-cart__total.total {
    margin: 20px 0 10px 0;
    padding-top: 15px;
    border-top: 1px solid #f0efec;
} 
.cart-items .woocommerce-mini-cart__total .woocommerce-Price-amount.amount {
	color: var(--tcr-secondary-color);
	font-weight:600;
}  
.cart-items .woocommerce-mini-cart__buttons {
	margin: 0;
} 
.cart-items .woocommerce.widget_shopping_cart .buttons a:hover,
.cart-items .woocommerce.widget_shopping_cart .buttons a {
	color: var(--tcr-white-color);
  background-color: var(--tcr-secondary-color);
} 
.cart-items .woocommerce.widget_shopping_cart .buttons a {
  margin-right: 10px;
  margin-bottom: 0;
  border-radius: 5px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600; 
  background-color: var(--tcr-primary-color);
}


 .paypal-button.paypal-button-shape-pill{
  border-radius: 0px !important;
} 