/* 
Theme Name: SABINAWP Child
Theme URI: https://ramsthemes.com/sabina/
Description: An Elementor WordPress Theme designed for Psychologists and Therapists a nice and modern UI, easy and intuitive to use for professionals.
Author: RAMSTHEMES
Template: sabinawp
Version: 1.0
Text Domain: sabinawp-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, three-columns, four-columns, right-sidebar, featured-images, theme-options, threaded-comments, custom-logo, custom-colors, custom-menu, footer-widgets
*/

/*----------------- Changes here -------------------------------*/

/*--- Add extra styles to Theme ---*/

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    box-shadow: none !important;
	height: unset !important;
}

.swiper-slide-inner, .swiper-slide-bg, .swiper-slide, .swiper-slide-duplicate, .swiper-slide-next selector {
	border-radius: 10px !important
}

.woocommerce .quantity .qty {
    height: 100%;
    width: auto;
    max-width: 80px;
    height: 50px;
    margin: 0px;
}

.pp-woocommerce .pp-woo-products-summary-wrap .button {
    border-radius: 5px !important;
}

ul.wc-tabs li {
    border: 0 !important;
}

.wc-tabs {
    padding: 0 !important;
    border: 0 !important;
    background: unset !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #000;
    border-radius: 0;
}

.price ins {
    text-decoration: none;
	color: #E72F2F;
}

.checkout-thumb {
    display: inline-block;
	width: 80px;
	margin-right: 1em;
}

.woocommerce #review_form #respond .form-submit input { 
	background-color: #000; 
	color: #fff; 
	border-radius: 0;
	text-transform: uppercase;
}

.comment-form-rating {
    margin: 1em 0;
}

.comment-form-rating .stars a {
	color: #212529;
	font-size: 18px
}

.comment-reply-title {
	font-weight: bold;
	font-family: inherit;
}

.comment-form > .logged-in-as a {
	color: #a38970;
}

.comment-form > .form-submit .button {
	background-color: #a38970;
	border-radius: 3px;
}

.comment-form > .form-submit .button:hover {
	background-color: #87725e;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
}

.woocommerce .cart-collaterals .cross-sells ul.products {
	display: flex !important;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    text-align: center;
}

.single-product .woocommerce-message, .woocommerce-cart .woocommerce-message {
	background-color: #D4EDDA;
	border: 0;
	line-height: 2;
	border-radius: 5px;
}

.single-product .woocommerce-message a.button.wc-forward {
	background-color: #000;
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* CUSTOM CF7 STYLES
-------------------- */

.wpcf7 label {
    font-weight: bold;
}

/* SELECT
--------- */

select.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/arrowdown.svg');
    background-position-x: 95%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-color: #ededed;
}

.wpcf7-select {
    width: 100%;
    border: 1px solid #efefef;
    padding: 7px 40px;
    margin-top: 0.5rem;
    padding-left: 20px;
}

/* FIELDS
--------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wpcf7-quiz-label {
    display: block;
    margin-top: 0.5rem;
}

/* RADIO
-------- */

.wpcf7-list-item-label {
    margin-left: 0.5em;
    display: inline-block;
}

.wpcf7 input[type="radio"]:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.wpcf7 input[type="radio"]:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #1199FF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

/* CHECKBOX
----------- */

.wpcf7-list-item-label {
    margin-left: 0.75em;
    display: inline-block;
}

.wpcf7 input[type="checkbox"]:after {
    width: 22px;
    height: 22px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.wpcf7 input[type="checkbox"]:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: red;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

/* BUTTONS
---------- */

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #a38970;
    border: 1px solid #a38970;
    padding: .5rem 1rem;
    font-size: 1rem;
	font-weight: bold;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	cursor: pointer;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
    color: #c0ae9c;
}


.wpcf7 input[type=file] {
    color: #000;
    background-color: #ededed;
    border: 1px solid #efefef;
    padding: 7px 20px;
}

/* MESSAGES
----------- */

span.wpcf7-not-valid-tip {
    padding: 7px 20px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
    font-weight: bold;
    margin: 0;
    padding: 7px 20px;
}

div.wpcf7-mail-sent-ok {
    color: #398f14;
}

.wpcf7-mail-sent-ok:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-right: 4px;
}

.wpcf7-not-valid-tip:before,
.wpcf7-validation-errors:before,
.wpcf7-acceptance-missing:before {
    content: "\f06a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-right: 4px;
}


body {font-family: Open Sans!Important;}



.teQAzf {width: 100%!Important;}
.T2dutf,.xpWfed {display: none!Important;}


.teQAzf {
    margin: auto!Important;
    max-width: 100vw!Important;
    width: 100%!Important;
}