.it-main-menu nav ul li.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  font-weight: 400;
  transition: 0.3s;
  transform: translateY(0px);
  color: var(--it-common-white);
}

.it-header-main-menu nav ul li:hover.menu-item-has-children::after {
  color: var(--it-theme-1);
}

.it-main-menu nav ul li:hover.menu-item-has-children::after {
  transform: rotate(-180deg);
}

.it-footer-widget ul li a:hover,
.it-footer-widget ul li:hover::before {
  color: var(--it-theme-1);
}

.it-header-style-3 .it-main-menu > nav > ul > li.menu-item-has-children::after {
  color: var(--it-common-black);
}
.it-header-style-3
  .it-main-menu
  > nav
  > ul
  > li:hover.menu-item-has-children::after {
  color: var(--it-theme-2);
}

.it-header-style-6
  .it-main-menu
  > nav
  > ul
  > li:hover.menu-item-has-children::after {
  color: var(--it-theme-3);
}

.it-main-menu nav ul li.last_menu_item > .submenu {
  right: 0;
  left: auto;
}

.it-header-style-5 .it-main-menu nav ul li:hover.menu-item-has-children::after {
  color: var(--it-theme-1);
}

footer.footer_style_2 .it-footer-widget-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 3;
}

footer.footer_style_2 .it-footer-widget-item ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

footer.footer_style_2 .it-footer-widget-item ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 5px;
  height: 1.5px;
  border-radius: 10px;
  background-color: var(--it-common-white);
}

footer.footer_style_2 .it-footer-widget-item ul li a {
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #fff;
}

footer.footer_style_2 .it-footer-widget-item ul li a:hover {
  color: var(--it-theme-2);
}

.it-footer-style-5 .it-footer-widget ul li a:hover,
.it-footer-style-5 .it-footer-widget ul li:hover::before {
  color: var(--it-common-red);
}

.postbox__area p,
.postbox-area p {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #74747c;
}

.postbox__area blockquote {
  padding: 27px 40px;
  padding-bottom: 75px;
  padding-right: 80px;
  border-radius: 10px;
  background-color: var(--it-theme-1);
}

.postbox__area blockquote p {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1.6;
  display: inline-block;
  color: var(--it-common-white);
  font-family: var(--it-ff-heading);
  text-align: left;
}

.postbox-review-textarea textarea {
  border: 1px solid #ebf0e7;
  border-radius: 5px;
  height: 170px;
  padding: 20px 20px;
}

.postbox-comment-user .comment-reply-link {
  position: absolute;
  top: 14%;
  right: 6%;
}

.latest-comments ul li {
  list-style-type: none;
  margin-bottom: 40px;
  display: inline-block;
}

.latest-comments ul.children {
  margin-left: 100px;
}

h3.comment-reply-title {
  font-size: 22px;
}

.it-pagination ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
}
.it-pagination ul li a,
.it-pagination ul li span {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -0.01em;
  color: #00102f;
  height: 58px;
  width: 58px;
  line-height: 58px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--it-theme-1);
  transition: 0.3s;
}

.it-pagination ul li:hover a,
.it-pagination ul li span:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.it-pagination ul li span.page-numbers.current {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.it-sv-details__banner-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.it-sv-details__banner-list ul li {
  padding-top: 0 !important;
}

.single-post h3.it-breadcrumb-title {
  font-size: 34px;
}

.it-shop-text p.woocommerce-result-count {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -0.01em;
  color: #161b18;
}

.it-shop-select .nice-select.open .list {
  position: absolute;
}

.woocommerce ul.products li.product .price del {
  color: var(--it-theme-1);
  margin-left: 10px;
  margin-right: 24px;
  opacity: 1;
}

.it-shop-item .it-btn-theme.shop-btn {
  padding: 13px 30px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #fff;
  background-color: var(--it-common-black);
}

.it-shop-item .it-btn-theme:hover.shop-btn {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.it-shop-item a.added_to_cart.wc-forward {
  display: block;
  color: var(--it-theme-1);
  font-weight: 500;
  margin-top: 8px;
}

.woocommerce ul.products li.product .it-shop-item .onsale {
  display: none;
}

.it-shop-details__wrapper .flex-viewport {
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.it-shop-details__wrapper .woocommerce-product-gallery {
  width: auto !important;
}

.it-shop-details__wrapper ol.flex-control-nav.flex-control-thumbs li {
  border-radius: 5px;
  width: 120px !important;
  height: 120px;
  line-height: 120px;
  margin: 0 10px !important;
  transition: 0.3s;
  margin-bottom: 10px !important;
}

.it-shop-details__wrapper ol.flex-control-nav.flex-control-thumbs li img {
  border: 0.5px solid #dee4ff;
  border-radius: 5px;
}

.it-shop-details__wrapper
  ol.flex-control-nav.flex-control-thumbs
  li
  img.flex-active {
  border: 0.5px solid var(--it-theme-1);
}

.productdetails-tabs ul.tabs.wc-tabs {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: none;
  width: 100% !important;
}

.productdetails-tabs .woocommerce-tabs ul.tabs li {
  position: relative !important;
  display: inline-block !important;
  list-style: none;
  width: 33.33%;
  padding: 0 !important;
  border: none !important;
}

.productdetails-tabs .woocommerce-tabs ul.tabs li a {
  color: var(--it-common-black) !important;
  padding: 35px 20px !important;
  width: 100%;
  background-color: #dee4ff;
  text-align: center;
  transition: 0.3s;
  z-index: 9;
  font-weight: 700 !important;
  font-size: 23px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.productdetails-tabs .woocommerce-tabs ul.tabs li:first-child a {
  border-radius: 10px 0 0 0;
}
.productdetails-tabs .woocommerce-tabs ul.tabs li:last-child a {
  border-radius: 0 10px 0 0;
}
.productdetails-tabs .woocommerce-tabs ul.tabs li:not(:last-child) a {
  border-right: 1px solid #022e42;
}

.productdetails-tabs .woocommerce-tabs ul.tabs li.active a {
  background-color: var(--it-theme-1);
  border-right: 1px solid var(--it-theme-1);
  color: var(--it-common-white) !important;
}
.productdetails-tabs .woocommerce-tabs ul.tabs li::before,
.productdetails-tabs .woocommerce-tabs ul.tabs li::after,
.productdetails-tabs .woocommerce-tabs ul.tabs:after,
.productdetails-tabs .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
div#tab-additional_information h2,
div#tab-description h2,
div#tab-reviews h2 {
  margin: 25px 0;
}

.woocommerce span.onsale {
  display: none !important;
}
.it-product-details-nav-main-thumb img {
  max-width: 460px;
}

#add-to-cart-message {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.alert {
  padding: 10px 20px;
  background-color: #28a745; /* Success color */
  color: white;
  border-radius: 5px;
  font-size: 16px;
}

.it-shop-action-item-2 a.added_to_cart.wc-forward {
  display: none;
}

.it-shop-action-btn-2.product-added,
.it-shop-action-btn-2.added-to-wishlist,
.it-shop-action-btn-2.added-to-comparelist {
  background: var(--it-theme-1);
  color: #fff;
}
.it-shop-action-btn-2.product-added .it-shop-tooltip,
.it-shop-action-btn-2.added-to-wishlist .it-shop-tooltip,
.it-shop-action-btn-2.added-to-comparelist .it-shop-tooltip {
  background: var(--it-theme-1);
}
.it-shop-action-btn-2.product-added .it-shop-tooltip::before,
.it-shop-action-btn-2.added-to-wishlist .it-shop-tooltip::before,
.it-shop-action-btn-2.added-to-comparelist .it-shop-tooltip:before {
  border-left: 8px solid var(--it-theme-1);
}

.it-shop-action-blackStyle .it-shop-action-btn-2.product-added:hover,
.it-shop-action-btn-2.added-to-wishlist:hover,
.it-shop-action-btn-2.added-to-comparelist:hover {
  background-color: var(--it-theme-1);
}

.remove {
  padding: 10px 20px;
}

.remove button {
  position: relative;
}

.remove button:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  color: red;
  font-weight: 700;
  margin-right: 15px;
}

.it-shop-price span.price {
  display: inline-block !important;
}

.it-shop-price .star-rating {
  display: inline-block !important;
  float: none !important;
  margin-bottom: 0 !important;
  color: #ff9431;
}

.it-shop-area .it-shop-price {
  margin-top: 16px;
  margin-bottom: 7px;
}
.it-shop-area .it-shop-slider-wrap .it-shop-price {
  margin-bottom: 28px;
}

nav.woocommerce-pagination ul.page-numbers {
  border: none !important;
}

nav.woocommerce-pagination ul.page-numbers li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
  border: none !important;
}

nav.woocommerce-pagination ul.page-numbers li a,
nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -0.01em;
  color: #00102f;
  height: 58px;
  width: 58px;
  line-height: 33px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--it-theme-1);
  transition: 0.3s;
  background-color: #fff;
}

nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current,
nav.woocommerce-pagination ul.page-numbers li a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

button.it-product-details-action-sm-btn.it-shop-add-to-compare-btn.added-to-comparelist,
button.it-product-details-action-sm-btn.it-shop-add-to-wishlist-btn.added-to-wishlist {
  font-size: 14px;
}

.it-shop-details__area .it-shop-details__price {
  padding-bottom: 0;
}

.it-shop-details__price
  span.it-shop-ammount
  > span.woocommerce-Price-amount.amount {
  font-weight: 600;
  font-size: 18px;
  color: #076cec;
  display: inline-block;
}

.it-shop-details__ratting span {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #f59831;
}

.it-shop-details__icon
  span.it-tooltip-wishlist.it-shop-add-to-wishlist-btn.added-to-wishlist
  a,
.it-shop-details__icon
  span.it-tooltip-compare.it-shop-add-to-compare-btn.added-to-comparelist
  a {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.it-shop-details__ratting a.woocommerce-review-link,
.it-shop-details__ratting a.woocommerce-review-link span.count {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #00102f;
}

.it-shop-details__area ol.commentlist {
  padding-left: 0;
}
.it-shop-details__area ol.commentlist li img.avatar {
  width: 60px !important;
  border-radius: 50%;
}

.it-shop-details__area ol.commentlist li .comment-text {
  margin-left: 75px !important;
  border: none !important;
  padding-top: 0 !important;
}

.it-shop-details__area ol.commentlist li .comment-text .star-rating,
.it-shop-details__area ol.commentlist li .comment-text .star-rating::before {
  color: #ffdc60;
}

.it-shop-details__area
  ol.commentlist
  li
  .comment-text
  p.meta
  strong.woocommerce-review__author {
  color: var(--it-common-black);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
}

.it-shop-details__area
  ol.commentlist
  li
  .comment-text
  span.woocommerce-review__dash {
  display: none;
}

.it-shop-details__area
  ol.commentlist
  li
  .comment-text
  time.woocommerce-review__published-date,
.it-shop-details__area ol.commentlist li .comment-text .description p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
}

.it-shop-details__area ol.commentlist li {
  margin-bottom: 50px !important;
}

.it-shop-details__area div#review_form span#reply-title {
  font-size: 24px;
  color: var(--it-common-black);
  font-weight: 700;
  text-transform: capitalize;
  display: block !important;
  margin-bottom: 15px;
}

.it-shop-details__area div#review_form input {
  width: 100%;
  height: 50px;
  resize: none;
  outline: 0;
  border: 1px solid #e7e7e7;
  padding: 8px 20px;
  margin-bottom: 30px;
}
.it-shop-details__area div#review_form textarea#comment {
  height: auto !important;
  border: 1px solid #e7e7e7;
  outline: 0;
}
.it-shop-details__area div#review_form label {
  display: block;
}

.it-shop-details__area div#review_form p.comment-form-author {
  width: 49%;
  float: left;
}

.it-shop-details__area div#review_form p.comment-form-email {
  width: 49%;
  float: right;
}

.it-shop-details__area div#review_form p.comment-form-cookies-consent input {
  width: auto !important;
  height: auto !important;
}
.it-shop-details__area div#review_form p.comment-form-cookies-consent label {
  display: inline-block !important;
}
.it-shop-details__area div#review_form p.comment-form-cookies-consent {
  display: inline-block;
}
.it-shop-details__area div#review_form .nice-select {
  display: none;
}

.it-shop-details__area div#review_form p.form-submit input {
  display: inline-block !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: -0.01em !important;
  border-radius: 5px !important;
  padding: 20px 40px !important;
  text-align: center !important;
  color: var(--it-common-white) !important;
  background-color: var(--it-theme-1) !important;
  overflow: hidden !important;
  width: auto !important;
  line-height: 14px !important;
}

.it-shop-details__area div#review_form p.stars a::before {
  color: #ffdc60;
}

/* For Chrome, Safari, Edge, and Opera */
#custom-quantity-input::-webkit-outer-spin-button,
#custom-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
#custom-quantity-input[type="number"] {
  -moz-appearance: textfield;
}

td.actions .coupon button.button.it-btn-theme,
td.actions button.button.it-btn-theme,
form.checkout_coupon.woocommerce-form-coupon
  .form-row
  button.it-btn-theme.button,
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  border-radius: 5px;
  padding: 20px 40px;
  text-align: center;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  overflow: hidden;
}

table.shop_table_responsive.table.cart.woocommerce-cart-form__contents
  .quantity
  .qty {
  width: auto;
}
table.shop_table_responsive.table.cart.woocommerce-cart-form__contents
  .quantity
  .qty {
  width: auto;
  border: 0.5px solid #dcdcdc;
  padding-right: 0;
}

/* For Chrome, Edge, Safari */
.quantity input.qty[type="number"]::-webkit-outer-spin-button,
.quantity input.qty[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: auto;
  opacity: 1;
}

/* For Firefox */
.quantity input.qty[type="number"] {
  -moz-appearance: textfield;
}

/* Ensures the spin buttons are always visible */
.quantity input.qty[type="number"] {
  appearance: auto;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove {
  height: auto;
  width: auto;
  background: none !important;
  color: #000 !important;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
  width: 50px;
}

button#place_order {
  display: none;
}

button#place_order {
  width: 100%;
}

.woocommerce form .form-row span.woocommerce-input-wrapper input[type="text"],
.woocommerce
  form
  .form-row
  span.woocommerce-input-wrapper
  input[type="password"],
.woocommerce form .form-row span.woocommerce-input-wrapper input[type="email"],
span.woocommerce-input-wrapper textarea,
.woocommerce form .form-row span.woocommerce-input-wrapper input,
form.woocommerce-form.woocommerce-form-login.login .form-row input,
form.woocommerce-form.woocommerce-form-register.register .form-row input {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}
span.woocommerce-input-wrapper textarea {
  height: 120px !important;
  padding: 20px;
}

.checkbox-form .nice-select.country_to_state.country_select {
  display: none;
}

.checkbox-form select#billing_country,
.checkbox-form select#billing_state {
  display: block !important;
}

.checkbox-form .nice-select.state_select {
  display: none;
}

.woocommerce form .form-row label {
  margin-left: 0;
}

.woocommerce-additional-fields {
  margin-top: 30px;
}

.woocommerce table.shop_table {
  border: none !important;
  text-align: left !important;
  border-collapse: collapse !important;
}
.woocommerce-checkout-review-order tr th,
.woocommerce-checkout-review-order tr td {
  text-align: left;
}

.modal .woocommerce-product-rating .star-rating::before,
.modal .woocommerce-product-rating .star-rating {
  color: #ff9431;
}

.medito-page-content .medito-page-post .woocommerce .woocommerce-info,
.medito-page-content .medito-page-post .woocommerce .woocommerce-message {
  border-top-color: var(--it-theme-1);
}

.medito-page-content
  .medito-page-post
  .woocommerce
  .woocommerce-message::before {
  color: var(--it-theme-1);
}

form.woocommerce-form.woocommerce-form-login.login p.form-row input#rememberme {
  width: auto;
}

.shop-grid-view a {
  font-size: 29px;
  font-weight: 700;
  margin: 5px;
}
.shop-grid-view {
  margin-bottom: 10px;
  display: none;
}
.it-shop-sidebar ul li a:before {
  display: none;
}
.it-shop-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--it-common-black);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 3px;
  background-color: #ededed;
  border: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -7px;
  width: 5px;
  height: 17px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: var(--it-common-black);
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-weight: 400;
  font-size: 14px;
  padding: 10px 21px;
  background-color: #f5f5f5;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
  border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}

.woocommerce .widget_price_filter .price_slider_amount {
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  color: var(--it-common-black);
}

.it-shop-sidebar ul li span {
  position: absolute;
  right: 0;
}

.it-shop-sidebar ul li {
  position: relative;
}

.it-shop-sidebar ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #55585b;
  font-family: var(--it-ff-heading);
  width: 100%;
}

.it-shop-sidebar ul li:not(:last-child) {
  margin-bottom: 10px;
}

.it-shop-sidebar ul li:hover a,
.it-shop-sidebar ul li:hover span {
  color: var(--it-common-black);
}

.it-menu-mobile ul li.menu-item-has-children > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 25%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.it-menu-mobile ul li.menu-item-has-children > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}

.it-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--it-theme-1);
}

.it-menu-mobile
  ul
  li.menu-item-has-children
  > a
  .dropdown-toggle-btn.dropdown-opened
  i {
  transform: rotate(90deg);
}

.it-menu-mobile ul li.menu-item-has-children > a .dropdown-toggle-btn:hover,
.woocommerce-address-fields button.button,
.woocommerce-address-fields button.button:hover {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}

.it-menu-mobile ul li.menu-item-has-children > a .dropdown-toggle-btn:hover i {
  color: var(--it-common-white);
}

nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}

.postbox-details-wrapper p {
  font-size: 16px;
}

h3.rc__post-title {
  font-size: 18px;
  margin-top: 15px;
}

.rc__post-thumb img {
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  width: 80px;
}

.rc__meta span i {
  margin-right: 8px;
  color: var(--it-theme-1);
}
h3.rc__post-title:hover {
  color: var(--it-theme-1);
}
.rc__meta span {
  font-size: 14px;
}

.it-header-inner-style
  .it-header-main-menu
  > nav
  > ul
  > li.menu-item-has-children::after {
  color: var(--it-common-black);
}

.it-header-inner-style
  .it-header-main-menu
  > nav
  > ul
  > li:hover.menu-item-has-children::after {
  color: var(--it-theme-1);
}

.it-shop-sidebar .gallery-item {
  width: 50% !important;
  max-width: 50% !important;
}

.pageontent.blog-search-content .sidebar-search-box input {
  border: 1px solid #eaedff;
}

/* For Elementor Widget Css */

.it-hero-2-thumb-1 {
  z-index: 1;
}

.elementor-widget-container .it-hero-2-thumb-2 img,
.elementor-widget-container .it-hero-thumb-1 img,
.elementor-widget-container .it-hero-thumb-2 img,
.elementor-widget-container .it-hero-2-thumb-3 img {
  border-radius: 20px;
}

.elementor-widget-container .it-hero-4-thumb img {
  max-width: inherit;
  border-radius: 500px 500px 0 0;
}

.elementor-widget-container .it-hero-5-thumb img {
  max-width: inherit;
}

.it-service-3-name span {
  overflow: hidden;
}

.it-newsletter-input-wrap input {
  width: auto;
  overflow: hidden !important;
}

.it-team-2-author-box p {
  padding: 0 20px;
}

.elementor-widget-container .it-testimonial-2-bg img {
  height: 100%;
}

.elementor-widget-container .it-work-thumb img {
  border-radius: 50%;
  border: 1px dashed var(--it-theme-2);
}

.it-funfact-wrapper .it-funfact-item.border-style-1:last-child::after {
  display: none;
}
.it-team-details-area .it-team-details-thumb img {
  height: 600px;
  width: auto;
  object-fit: cover;
}

input,
textarea {
  border: 1px solid #f1f3fd;
}

.wpcf7 label {
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 700;
}

.it-sv-details__area blockquote {
  padding: 20px 40px;
  padding-right: 90px;
  border-left: 10px solid var(--it-theme-1);
  border-radius: 10px;
  background-color: #dee4ff;
}

.it-sv-details__area blockquote p {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  color: #021a42;
  line-height: 1.6;
  margin: 0;
}

.it-sv-details__area blockquote::before {
  display: none;
}

.it-portfolio-thumb img {
  height: 353px;
  width: 305px;
  object-fit: cover;
}

.it-contact-input-box input,
.it-contact-input-box textarea {
  background-color: #dee4ff;
  border: 1px solid transparent;
  padding-left: 25px;
  padding-right: 25px;
}

.elementor-widget-container
  button.wpcf7-form-control.wpcf7-submit.has-spinner.it-btn-theme.theme-bg.it-btn-theme {
  top: 30%;
}

.elementor-widget-container .it-hero-2-thumb-3 img {
  border-radius: 200px 200px 0 0;
}

.elementor-widget-container .it-choose-thumb img {
  border-radius: 130px 20px 20px 20px;
}

.elementor-widget-container .it-portfolio-thumb img {
  width: 100%;
}

.form-check input {
  top: 3px;
}

.form-check {
  padding-left: 0;
}

.form-check span.wpcf7-list-item.first.last {
  margin-left: 0;
}

.elementor-widget-container .it-hero-3-thumb > img {
  border-radius: 40px;
  max-width: inherit;
}

.it-about-2-icon-box.style-1:not(:last-child) {
  border-right: 1px dashed var(--it-common-green) !important;
}

@media (max-width: 767px) {
  .it-newsletter-input-wrap input {
    width: 100% !important;
  }

  .it-newsletter-input-wrap .wpcf7-spinner {
    display: block !important;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100% !important;
  }
}

.it-newsletter-area.it-newsletter-style-2
  .it-newsletter-input-wrap
  button.it-btn-theme {
  color: var(--it-theme-2);
}

.it-contact-area.it-contact-style-3 .it-btn-theme {
  background-color: var(--it-common-red);
}

.elementor-widget-container .it-team-2-thumb > img {
  border-radius: 42% 9% 52% 50%/81% 74% 31% 35%;
}

.it-newsletter-input-wrap form.wpcf7-form.init {
  display: flex;
}

.elementor-widget-container .it-hero-shape-2 img {
  max-width: inherit;
}

.elementor-widget-container .it-blog-date {
  padding: 8px 22px;
}

.elementor-widget-container .it-contact-from-wrap input,
.elementor-widget-container .it-contact-from-wrap textarea {
  background: white;
  border: 1px solid #dbdbdb;
}

.elementor-widget-container .it-contact-from-wrap input:focus,
.elementor-widget-container .it-contact-from-wrap textarea:focus {
  border: 1px solid var(--it-theme-1);
}

.elementor-widget-container .it-newsletter-2-bg img {
  height: 100%;
}

.elementor-widget-container .it-blog-date.text-center span {
  font-size: 18px;
}

.elementor-widget-container .it-choose-style-3 .it-choose-thumb img {
  border-radius: 10px;
}

.it-footer-area.it-footer-style-2.it-footer-style-6
  .it-footer-widget-item
  ul
  li
  a:hover {
  color: var(--it-theme-1);
}

.it-team-details-thumb {
  text-align: center;
  background: var(--it-theme-1);
}

@media (max-width: 767px) {
  .it-newsletter-input-wrap form.wpcf7-form.init {
    display: block;
  }
}

.elementor-widget-container
  .it-contact-style-3
  .it-contact-input-box
  input:focus,
.it-contact-style-3 .it-contact-input-box textarea:focus {
  border: 1px solid var(--it-common-red);
}

.it-header-style-4
  .it-main-menu
  > nav
  > ul
  > li:hover.menu-item-has-children::after {
  color: var(--it-common-red);
}

.it-footer-area.it-footer-style-2.it-footer-style-3.it-footer-style-4 input,
.it-footer-area.it-footer-style-2.it-footer-style-6 input {
  background: #fff;
}

.elementor-widget-container
  .it-contact-style-2
  .it-contact-input-box
  input:focus,
.it-contact-style-2 .it-contact-input-box textarea:focus {
  border: 1px solid var(--it-theme-2);
}

.it-footer-area.it-footer-style-2 .it-contact-input-box input {
  background-color: #fff;
}

.woocommerce-variation-add-to-cart.variations_button
  .it-shop-details__quantity-box.d-flex.align-items-center.mb-30 {
  display: none !important;
}

.woocommerce .quantity .qty {
  width: 170px;
  text-align: center;
  padding-right: 0;
  margin-right: 19px;
  border: 1px solid var(--it-theme-1);
}

table.variations th,
table.variations td {
  text-align: left;
}

.it-shop-details__quantity-wrap .nice-select {
  position: relative;
}

.it-shop-details__quantity-wrap .nice-select.open .list {
  position: absolute;
}

.it-shop-details__quantity-wrap button.single_add_to_cart_button.button,
.it-shop-details__quantity-wrap
  button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  border-radius: 5px;
  padding: 20px 40px;
  text-align: center;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  overflow: hidden;
}
.it-shop-details__area .it-shop-details__price p.price {
  color: var(--it-theme-1) !important;
  margin-right: 10px;
}

.woocommerce-variation-price span.it-shop-ammount {
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
  color: var(--it-theme-1) !important;
}
