/*
* Theme Name: Client
* Style Sheet: Main
* Version: 1.0.1
*/
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
@font-face {
	font-family: 'PuppyBellies';
	src: url('/wp-content/themes/Clients/fonts/PuppyBellies.ttf');
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

#primary,
#main {
	padding: 0px;
	margin-bottom: 0;
	    padding-top: 115px;
}
.page-id-8, #main, #priamry{
	padding-top:0;
}
.boxed {
	max-width: 1220px;
}

.two-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	-moz-column-gap: 40px;
}

.featured-img {
	height: 500px;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1 {
font-family: 'Lobster', cursive;
	color: #7f4783;
	font-size: 55px;
	margin: 0;
	margin-top: 4rem;
}

h2 {
	font-family: 'PuppyBellies';
		color: #7f4783;
}

h3 {
	font-family: 'PuppyBellies';
}

h4 {}

h5 {}

h6 {}

p {
	color: #333;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #444;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#wrapper {
	margin: 0px auto;
	width: 100%;
	transition: transform 0.5s ease-in-out;
}

.container {
	max-width: 1220px;
}

/* header */

.header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
background: #824b88;
}

.header-border_1 {
	height: 10px;
    background: #86b7b5;
	width: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
}
.header-border_2 {
	height: 10px;
    background: #86b7b5;
	width: 100%;
	position: fixed;
	z-index: 99999;
 left:0;
}




/* logo */

.logo {}

.logo img {    width: 185px;
    position: absolute;
    z-index: 999999;
    top: 0;
    margin-left: 25px;}

.right ul {
	float: right;
}

.right i {
	font-size: 30px;
}

.left {}

.left a {
	font-size: 30px;
	font-weight: 700;
	padding-left: 1rem;
}

img {
	outline: none;
	max-width: 100%;
	object-fit: cover;
}

.copyright a {
	color: #fff;
}

.overlay {
	background: rgba(0, 0, 0, .5);
	height: 100%;
	width: 100%;
}

/* nav */

.navbar-brand {
	display: flex;
	width: 100%;
	text-transform: uppercase;
	padding: 0;
	margin: 0;

	z-index: 9999;
}

/* Highlighting an Active Link */

.current-menu-item>a {}

/* END - Highlighting an Active Link */


.logo h1 {
	display: none;
}

.navbar-nav li a {
	color: #fff !important;

	    font-size: 18px;
}

/*------------------------------------*\
    Menu Dropdown with Click
\*------------------------------------*/

/*
.dropdown-menu {
   position: relative;
}

.dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-menu li > a:after {
	content: "";
    border-right: 5px solid transparent;
    border-bottom: 9px solid #333;
    border-left: 5px solid transparent;
    transform: rotate(90deg);
    float: right;
    margin-top: 8px;
    padding-left: 0px;
    margin-right: -45px;
}
 .dropdown-menu li > a:only-child:after {
     content: "";
     display:none;
}
.dropdown-menu .sub-menu li > a:after {
    position: absolute;
     top:15px;
     transform:rotate(45deg);
 }

.dropdown-item{
	padding:0;
}

.dropdown-menu .dropdown-menu{
	    margin-left: 120px;
}
.dropdown-menu .dropdown-menu li{
	display:block;
}
*/

/*------------------------------------*\
    Menu Dropdown with Hover Effect
\*------------------------------------*/

.dropdown-menu {
	padding: 0;
	margin: 0;
}

.dropdown li a {
	padding: 5px;
}

.dropdown-menu .dropdown-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}

.dropdown-menu li:hover .dropdown-menu {
	visibility: visible;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
	margin-top: 0;
}

.navbar-nav .dropdown-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}

.navbar-nav .dropdown-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}

/* sidebar */

.sidebar {}

/* footer */

.footer {
	border-top: 10px solid #86b7b5;
	border-bottom: 10px solid #86b7b5;
	background: #e4c087 url(/wp-content/uploads/2020/01/Cup-Clip.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.footer h3 {
	color: #fff;
}

.footer p {
	color: #fff;
}

.footer a {
	color: #fff;
}

.copyright {
	background: #1a1a1a;
	line-height: 1;
	color: #fff;
	text-align: center;
}

.copyright p {
	margin: 0;
	color: #fff;
	margin-bottom: -5px;
	padding: 5px;
}

#text-2 h3 {
	text-align: right;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


.banner_home{
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	margin-top: -10px;
}

.banner_home img {
	width: 100%;
}

.banner_home p {
	color: #fff;
}

.about_section {
	border-top: 15px solid #86b7b5;
	border-bottom: 15px solid #86b7b5;
}


.parents {
	background: #814b88;
	border-bottom: 15px solid #86b7b5;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.parents img {
	margin: 0 auto;
	display: block;
	width: 350px;
	height: 350px;
	border-radius: 185px;
}

.parents h2 {
	color: #e4c087;
	padding-top: 1rem;
}

.portfolio img {
	border-radius: 0;
	padding: 10px;
}

.cta {
	background: url(/wp-content/uploads/2019/12/Contact-BG@2x-copy.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	    background-position: 100% 100%;
    height: 100%;
}

body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

.block-content ul li {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.ginput_container {
	margin: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin-bottom: 0;
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
}

.cta_form input[type=submit] {
	display: block;
	margin: 0 auto;
}

.cta_form input {
	border-radius: 12px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.cta_form input[type=text] {
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.cta_form input[type=email] {
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.cta_form textarea {
	border-radius: 12px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(0, 0, 0, 0.4);
}



#pages-2 ul{
	list-style:none;
}


.about_info img{
	width:100%;
	height:500px;
}

.gal_page{
	background:url(/wp-content/uploads/2019/12/BG-Grad@2x.png);
}

.parents_section,.parents_info{
	background:url(/wp-content/uploads/2019/12/BG-Grad@2x.png);
}

.parents_section h2,.parents_info h2{
	color:#fff;
}
.parents_section p,.parents_info p{
	color:#fff;
}

.thumbnails{
	height:250px;
	width:100%;
}
.parents_info img{
	margin: 0 auto;
	display: block;
	height: 450px;
	width: 300px;
 
}



.availability_banner{
	height:400px;
		-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.availability_banner h1{
	margin:0;
	    padding-top: 175px;
    font-size: 65px;
}


.availability img{
	    width: 100%;
    height: 265px;
    border-radius:150px;
}

.available_content{
	background:#86b7b5;
}
.portfolio_2 img{
	width:100%;
    height: 175px;
    padding: 10px;
}


.puppy_circles{
	position:relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height:60%;
    width: 90%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(66, 66, 66, 0.6);
    border-radius: 150px;
    margin: 0 auto;
}

.middle:hover {
  opacity: 1;
}

.middle p{
	    text-align: center;
    padding-top: 80px;
    color: #fff;
    font-size: 35px;
    transform: rotate(-45deg);
    font-weight: 700;
    padding-right: 90px;
}






.overlay{
	background: rgba(0,0,0,.5);
	width:100%;
	height:100%;
}



















/*------------------------------------*\
    BLOG
\*------------------------------------*/

.entries {
	padding: 20px 0px;
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 40px
}

.entries ul {}

.entries ul li {
	display: inline-block;
	line-height: 30px;
	color: black;
	margin: 0px 5px;
	cursor: pointer;
	float: left;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 5px;
}

.entries ul li:last-child {
	float: right;
}

.entries ul li:hover a {
	color: #c70506
}

.entry-title {
	color: #e7e8e9;
	width: 100%;
	line-height: 108px;
	margin-bottom: -108px;
	margin-top: 80px;
}

.blog-sec ul li.entry {
	width: 333px;
	float: left;
	margin-bottom: 40px;
	margin-right: 40px;
	box-shadow: 1px 1px 15px 1px #dad4d4;
}

.blog-sec ul li.entry:nth-child(3n+3) {
	float: right;
	margin-right: 0px;
}

.blog-sec ul li.entry img {
	width: 333px;
	height: 230px;
}

.blog-sec ul li.entry h4 {
	background: #205d9e;
	line-height: 22px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 14px 0px;
	margin-top: -4px;
	text-align: center;
	color: white
}

.blog-sec ul li.entry .date {
	background: white;
	padding: 14px;
}

.blog-sec ul li.entry p {
	color: black;
	text-align: left;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 20px;
	border-left: 4px solid #c70506;
	margin-left: 20px;
	padding-left: 15px;
	font-family: 'Montserrat', sans-serif;
}

.blog-sec ul li.entry strong {
	display: block;
}

.intro {
	background: url(/wp-content/uploads/2018/08/bg-pattern.png);
	height: 100%;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 50px;
	margin-top: 10rem;
}

.intro h1 {
	color: #fff;
	width: 70%;
	margin: 0 auto;
}

.intro h3 {
	color: #fff;
}

.intro p {
	color: #fff;
	width: 70%;
	margin: 0 auto;
}

.intro input[type=submit] {
	font-family: 'Old Standard TT';
	margin: 0 auto;
	display: block;
	color: #205d9e;
	border: 1px solid transparent;
	background: #fff;
	border-radius: 99px;
	font-size: 22px;
	font-size: 18px;
	padding: .25rem 2rem;
	line-height: 40px;
	letter-spacing: 1px;
}

.intro input[type=submit]:hover {
	border: 1px solid #fff;
	color: #fff;
	background: #205d9e;
}

.single-left .container {
	background: url(/wp-content/uploads/2018/08/website-bg.jpg);
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
	padding: 3rem;
	box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, .3);
	margin-bottom: 4rem;
}

.blog-pics img {
	height: 250px;
	width: 250px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
	margin-bottom: 3rem;
}

.main-blog-img {
	margin: 0 auto;
	display: block;
	width: 100% !important;
}

.single-left h1 {
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.main-blog-img img {
	margin: 0 auto;
	display: block;
	margin-top: 25px;
	margin-bottom: 2rem;
}

.single-left p {
	color: #205d9e;
}

/*------------------------------------*\
FLEXSLIDER
\*------------------------------------*/

.flexslider {
	border: none !important;
	margin-bottom: 0;
}
.flexslider .slides li{
	height:700px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-position: center !important;
}
.carousel .slides li {
	background-repeat: no-repeat !important;
	background-size: contain !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-position: center !important;
}
.flexslider .slides img {
    height: 100%;
}
.slider {
	position: relative;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
}

.flex-direction-nav .flex-next {
	text-align: -webkit-center;
}

.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
	display: block;
	/* I added this line */
}

.flex-direction-nav .flex-next {
	right: 30px !important;
	opacity: 1 !important;
	margin-left: 10px;
	width: 48px;
	height: 48px;
	font-size: 0;
	background: url(/wp-content/themes/Clients/img/right.png);
	margin-top: 145px;
}
.gal_page .flexslider .flex-direction-nav .flex-next {
	right: 30px !important;
	opacity: 1 !important;
	margin-left: 10px;
	width: 48px;
	height: 48px;
	font-size: 0;
	background: url(/wp-content/themes/Clients/img/right.png);
position: absolute;
    top: 10%;
}

.flex-direction-nav .flex-prev {
	left: 30px !important;
	opacity: 1 !important;
	margin-left: 10px;
	width: 48px;
	height: 48px;
	font-size: 0;
	background: url(/wp-content/themes/Clients/img/left.png);
	margin-top: 145px;
}
.gal_page .flexslider .flex-direction-nav .flex-prev {
	left: 30px !important;
	opacity: 1 !important;
	margin-left: 10px;
	width: 48px;
	height: 48px;
	font-size: 0;
	background: url(/wp-content/themes/Clients/img/left.png);
position: absolute;
    top: 10%;
}
.slide_image{
	width:100%;
	height:250px;
}
.carousel .flex-control-nav {
	display: none;
}

.flex-direction-nav .flex-next:before {
	display: none;
}

.flex-direction-nav .flex-prev:before {
	display: none;
}

.flex-nav-prev {
	font-size: 0;
}

/*Carousel Slider With Hover */

.carousel .slides li img {
	width: 350px;
	height: 350px;
	border-radius: 185px;
	margin: 0 auto;
	display: block;
}

.section_slides {
	position: relative;
	width: 100%;
}

.image {
	display: block;
	width: 400px;
	height: 100%;
}

.middle_slides {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(65, 34, 119, 0.5);
	margin-left: auto;
	margin-right: auto;
}

.section_slides:hover .image {
	opacity: 0.3;
}

.section_slides:hover .middle_slides {
	opacity: 1;
}

.image_2 {
	color: white;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.flex-control-thumbs img{
	width:100%;
	height:250px;
}
/*------------------------------------*\
	END STRUCTURE
\*------------------------------------*/

.entry-content:after {
	content: "";
	display: table;
	clear: both;
}

p,
ul,
ol,
address,
dl {
	margin-bottom: 1.5em;
}

ul>li {
	margin-bottom: 0.5em;
	padding: 0px;
	margin: 0px;
}

ul>li:last-child {
	margin-bottom: 0;
}

.h-list li {
	display: inline-block;
}

.text-centered {
	text-align: center;
}

.avatar {
	border-radius: 50%;
	margin-right: 5px;
}

caption {
	color: inherit;
}

figcaption {
	margin-bottom: 1.5em;
}

img {
	height: auto;
	vertical-align: middle;
	object-fit: cover;
}

iframe,
img {
	max-width: 100%;
}

.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

nav ul,
.widget ul {
	padding: 0;
}

nav ul li,
.widget ul li {
	list-style-type: none;
}

/*--------------------------------------------------------------

# Tables

--------------------------------------------------------------*/

th,
td,
thead {
	padding: 10px;
	text-align: center;
}

/*--------------------------------------------------------------

# Forms, Links and Buttons

--------------------------------------------------------------*/

a:hover,
li.current-menu-item a,
a.light:hover {
	color: red;
}

a:hover,
a:focus,
a:link,
a:visited,
li.current-menu-item a {
	text-decoration: none;
	outline: none;
}

.widget .button,
.widget input[type="submit"],
.widget input[type=button] {
	width: 100%;
	text-align: center;
}

.button-link {
	display: inline-block;
}

.button-link a,
button,
.button,
html input[type=button],
input[type=reset],
input[type=submit] {
	display: inline-block;
	width: auto;
	padding: 5px 16px;
	border: 1px solid #000;
	transition: color 200ms linear, border-color 200ms linear;
}

a.button {
	padding: 5px 16px;
}

.button-link a:hover,
button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	color: #444;
}

.btn:focus {
	border: 0px;
	outline: none;
}

.btn-primary {
	border: 0px;
	background: #814b88;
	color: #fff;
	margin: 0 auto;
	border-radius: 99px;
}

.btn-secondary {
	border: 0px;
	background: #e4c087;
	color: #333;
	margin: 0 auto;
	border-radius: 99px;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	border: 1px solid #1ebaf3;
	background: #424242;
	color: #ffffff;
	outline: none;
	border-radius: 99px;
	position: absolute;
	left: 29%;
	margin-top: 9px;
}

.footer .btn-default,
.footer .btn-default:hover,
.footer .btn-default:focus,
.footer .btn-default:active {
	border: 1px solid #1ebaf3;
	background: #424242;
	color: #ffffff;
	outline: none;
	border-radius: 99px;
	position: absolute;
	left: 75%;
	margin-top: 9px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="number"],
select,
textarea {
	background: #fff;
	color: #444444;
	border: 1px solid #e2e2e2;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
	background: #ffffff;
	color: #444444;
	border: 1px solid #1ebaf3;
}

textarea,
input {
	margin-bottom: 20px;
	padding: 10px;
}

input,
select {
	height: 2.8em;
}

input[type="checkbox"],
input[type="radio"] {
	height: auto;
}

textarea {
	resize: vertical;
}

textarea:focus,
input:focus {
	border: 1px solid rgba(30, 186, 243, 0.5);
}

textarea:focus,
input:focus,
button:focus,
select:focus,
a:focus {
	outline: none;
}

.form-control {
	border: 1px solid #1ebaf3;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#gform_wrapper_2 .gform_footer.top_label {
	display: none;
}

#text-3 h3 {
	text-align: left;
}

#input_2_1 {
	border: 1px solid #333;
	padding: 15px;
	width: 100%;
	position: relative;
	top: -30px;
	border-radius: 99px;
}

#field_2_1 {
	padding: 0;
}

#gform_fields_2 {
	display: flex;
}

.gform_title {
	display: none;
}

input[type=submit] {
	border: 0px;
	background: #424242;
	color: #fff;
	margin: 0 auto !important;
	border-radius: 99px;
	display: block !important;
}


/*------------------------------------*\
 WOOCOMMERCE
 \*------------------------------------*/
.woocommerce {
  width: 100%;
}

.woocommerce-MyAccount-content {
  background: #eee;
  padding: 1rem 1rem;
  height: 100%;
}

.woocommerce-MyAccount-navigation-link {
  border: 1px solid #eee;
  padding: 5px 10px;
}

.woocommerce-Price-amount.amount {
  float: none !important;
}

.woocommerce-Price-currencySymbol {
  float: none !important;
}

.single_add_to_cart_button {
  background: #858585 !important;
}

.woocommerce ul.products li.product .button {
  background: #858585 !important;
  color: #fff !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center !important;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
  padding: 1rem;
}

.woocommerce div.product form.cart .button {
  padding: 16px;
  background: #0d486f !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #0d486f !important;
}

.woocommerce-Tabs-panel h2 {
  font-size: 27px;
  letter-spacing: 1px;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.product h1 {
  margin-bottom: 1rem;
}

#woocommerce_layered_nav-2 h3 {
  margin-top: 2rem;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #0d486f;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background: #fff;
}

@media (min-width: 768px) {

  .col-1,
  .col-2 {
    width: 100% !important;
    max-width: 100% !important;
    display: inline;
  }

  #order_review {
    width: 100% !important;
    float: none !important;
  }

  .form-row {
    display: block;
  }

  .col-2 textarea {
    width: 400px;
  }

  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #0d486f !important;
    color: #fff !important;
    padding: 16px;
    border-radius: 0;
  }
}

@media (max-width: 768px) {

  .col-1,
  .col-2 {
    min-width: 300px;
  }

  #order_comments {
    min-width: 300px;
  }
}

#woocommerce_price_filter-2 h3 {
  margin-top: 2rem;
}

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}

.cart-contents:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f290" !important;
  font-size: 30px;
  color: #FF1493;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 15px;
  right: 1px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 1px;
}

