/*************** Import Css **************/

@import "common.css";
@import "fonts.css";

html,
body {
    overflow-x: hidden;
}

.loader-area {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader-area img {
    width: 100px;
}

a {
    color: #ffffff;
}

a:hover {
    color: #9D9B9B;
}

.byline {
    margin-left: 5px;
}

/********************* Header Css ******************/
.blank-div {
    height: 50px;
}

.header-area {
    padding: 15px 0px;
    /*margin-top:40px;*/
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    /*background:#000;*/
    z-index: 9;
}

.header-area.fixed_header {
    position: fixed;
    left: 0px;
    width: 100%;
    background: #000;
    z-index: 99;
    -webkit-box-shadow: 10px 10px 13px 0px rgba(72, 19, 46, 0.57);
    -moz-box-shadow: 10px 10px 13px 0px rgba(72, 19, 46, 0.57);
    box-shadow: 10px 10px 13px 0px rgba(72, 19, 46, 0.57);
    padding: 15px 0px;
    top: 0px;
    margin-top: 0px;
}

/*.header-area.fixed_header.stky{
	position:fixed;
	top:0px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/
.header-content-wrapper {
    /*margin-left:-160px;
	margin-right:-160px;*/
    padding: 0px 75px;
}

.menu-area ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.menu-area ul li:not(:first-child) {
    margin-left: 60px;
}

.menu-area ul li a {
    font-family: 'Extatica Med';
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
    /*color:#9D9B9B;*/
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu-area ul li a:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-decoration: underline;
}

.menu-area ul li.active a {
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-decoration: underline;
}

.cart-icon {
    margin-left: 50px;
    white-space: nowrap;
}

/*************** Banner Area ***************/
.banner-area {
    padding: 220px 0px;
    position: relative;
    min-height: 1000px;
    background-size: 100% 100%;
}

.banner-area .container {
    position: relative;
    z-index: 2;
}

.banner-content-wrapper h2 {
    font-family: 'Acronym light';
    font-size: 25px;
    line-height: 33px;
    color: #878787;
    margin-bottom: 60px;
}

/*.banner-area:after{
	content:url('../images/Image 1.png');
	position:absolute;
	z-index:0;
	top:52%;
	transform:translateY(-48%);
	left:calc(100% - 718px);
}*/
/*.banner-area:after{
	content:url('../images/banner-right-gradient.gif');
	position:absolute;
	z-index:1;
	top:52%;
	transform:translateY(-48%);
	left:calc(100% - 718px);
	pointer-events:none;
}*/
.banner-curve-image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    top: auto;
    pointer-events: none;
}

.banner-curve-image img {
    width: 100%;
    height: auto;
}

/*.float {
	-webkit-transform: translatey(0px);
	transform: translatey(0px);
	-webkit-animation: float 3s ease-in-out alternate infinite;
	animation: float 3s ease-in-out alternate infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-30px);
            transform: translatey(-30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}-*/
/*********** What we do area ******************/
.what-we-do-area {
    padding: 120px 0px;
    position: relative;
}

.what-we-do-top-content {
    position: relative;
    z-index: 1;
}

.what-we-do-area:after {
    content: url('../images/Image 2.png');
    position: absolute;
    z-index: 0;
    top: 70%;
    transform: translateY(-45%);
    right: calc(100% - 628px);
    mix-blend-mode: screen;
    pointer-events: none;
}

.how-we-do-top-left-content h2,
.what-do-top-content-left h2 {
    text-transform: capitalize;
    background-image: url('../images/Group 231.jpg');
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 0px -4px;
}

.what-we-do-block-area .swiper-slide {
    display: table;
}

.each-block {
    background: -moz-linear-gradient(-45deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 0.53) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 0.53) 100%);
    background: linear-gradient(135deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 0.53) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#121212', endColorstr='#87121212', GradientType=1);
    padding: 15px 15px;
    position: relative;
    height: 300px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
/*    display: table-cell;*/
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.each-block:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.each-block:hover:after,
.each-block:focus:after{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.each-block h3 {
    font-family: 'Acronym Bold';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.each-block a {
    position: absolute;
    bottom: 40px;
    left: 35px;
    z-index: 1;
}

.block-icon {
    min-height: 82px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding-top: 50px;
}

/* START :: FOR SERVICE PAGE */
.cream-hover:after {
    background: #f1d1ac;
    background: -webkit-linear-gradient(top left, #f1d1ac, #f1d1ac);
    background: -moz-linear-gradient(top left, #f1d1ac, #f1d1ac);
    background: linear-gradient(to bottom right, #f1d1ac, #f1d1ac);
}

.yellow-hover:after {
    background: #fed97e;
    background: -webkit-linear-gradient(top left, #fed97e, #fed97e);
    background: -moz-linear-gradient(top left, #fed97e, #fed97e);
    background: linear-gradient(to bottom right, #fed97e, #fed97e);
}

.blue-hover:after {
    background: #84afe1;
    background: -webkit-linear-gradient(top left, #84afe1, #84afe1);
    background: -moz-linear-gradient(top left, #84afe1, #84afe1);
    background: linear-gradient(to bottom right, #84afe1, #84afe1);
}

.violet-hover:after {
    background: #c988aa;
    background: -webkit-linear-gradient(top left, #c988aa, #c988aa);
    background: -moz-linear-gradient(top left, #c988aa, #c988aa);
    background: linear-gradient(to bottom right, #c988aa, #c988aa);
}

.purple-hover:after {
    background: #c0aee8;
    background: -webkit-linear-gradient(top left, #c0aee8, #c0aee8);
    background: -moz-linear-gradient(top left, #c0aee8, #c0aee8);
    background: linear-gradient(to bottom right, #c0aee8, #c0aee8);
}

.pink-hover:after {
    background: #c98ead;
    background: -webkit-linear-gradient(top left, #c98ead, #c98ead);
    background: -moz-linear-gradient(top left, #c98ead, #c98ead);
    background: linear-gradient(to bottom right, #c98ead, #c98ead);
}

.green-hover:after {
    background: #a7eacc;
    background: -webkit-linear-gradient(top left, #a7eacc, #a7eacc);
    background: -moz-linear-gradient(top left, #a7eacc, #a7eacc);
    background: linear-gradient(to bottom right, #a7eacc, #a7eacc);
}

/*  */
.cream-background {
    background: #F0C99D;
    background: -webkit-linear-gradient(top left, #F0C99D, #F0C99D);
    background: -moz-linear-gradient(top left, #F0C99D, #F0C99D);
    background: linear-gradient(to bottom right, #F0C99D, #F0C99D);
}

.yellow-background {
    background: #FCD168;
    background: -webkit-linear-gradient(top left, #FCD168, #FCD168);
    background: -moz-linear-gradient(top left, #FCD168, #FCD168);
    background: linear-gradient(to bottom right, #FCD168, #FCD168);
}

.blue-background {
    background: #69A0DF;
    background: -webkit-linear-gradient(top left, #69A0DF, #69A0DF);
    background: -moz-linear-gradient(top left, #69A0DF, #69A0DF);
    background: linear-gradient(to bottom right, #69A0DF, #69A0DF);
}

.violet-background {
    background: #CB689B;
    background: -webkit-linear-gradient(top left, #CB689B, #CB689B);
    background: -moz-linear-gradient(top left, #CB689B, #CB689B);
    background: linear-gradient(to bottom right, #CB689B, #CB689B);
}

.purple-background {
    background: #A488E4;
    background: -webkit-linear-gradient(top left, #A488E4, #A488E4);
    background: -moz-linear-gradient(top left, #A488E4, #A488E4);
    background: linear-gradient(to bottom right, #A488E4, #A488E4);
}

.pink-background {
    background: #CB689B;
    background: -webkit-linear-gradient(top left, #CB689B, #CB689B);
    background: -moz-linear-gradient(top left, #CB689B, #CB689B);
    background: linear-gradient(to bottom right, #CB689B, #CB689B);
}

.green-background {
    background: #8CEDC1;
    background: -webkit-linear-gradient(top left, #8CEDC1, #8CEDC1);
    background: -moz-linear-gradient(top left, #8CEDC1, #8CEDC1);
    background: linear-gradient(to bottom right, #8CEDC1, #8CEDC1);
}

/*  */
/* END :: FOR SERVICE PAGE */

/* START :: FOR SOLUTION PAGE */
.sol_pink-hover:after {
    background: #E05EA2;
    background: -webkit-linear-gradient(top left, #E05EA2, #E05EA2);
    background: -moz-linear-gradient(top left, #E05EA2, #E05EA2);
    background: linear-gradient(to bottom right, #E05EA2, #E05EA2);
}

.sol_green-hover:after {
    background: #7BE1AD;
    background: -webkit-linear-gradient(top left, #7BE1AD, #7BE1AD);
    background: -moz-linear-gradient(top left, #7BE1AD, #7BE1AD);
    background: linear-gradient(to bottom right, #7BE1AD, #7BE1AD);
}

.sol_blue-hover:after {
    background: #3AACF0;
    background: -webkit-linear-gradient(top left, #3AACF0, #3AACF0);
    background: -moz-linear-gradient(top left, #3AACF0, #3AACF0);
    background: linear-gradient(to bottom right, #3AACF0, #3AACF0);
}

.sol_cream-hover:after {
    background: #FBC096;
    background: -webkit-linear-gradient(top left, #FBC096, #FBC096);
    background: -moz-linear-gradient(top left, #FBC096, #FBC096);
    background: linear-gradient(to bottom right, #FBC096, #FBC096);
}

.sol_purple-hover:after {
    background: #956DE5;
    background: -webkit-linear-gradient(top left, #956DE5, #956DE5);
    background: -moz-linear-gradient(top left, #956DE5, #956DE5);
    background: linear-gradient(to bottom right, #956DE5, #956DE5);
}

.sol_ocean_green-hover:after {
    background: #8CEDDF;
    background: -webkit-linear-gradient(top left, #8CEDDF, #8CEDDF);
    background: -moz-linear-gradient(top left, #8CEDDF, #8CEDDF);
    background: linear-gradient(to bottom right, #8CEDDF, #8CEDDF);
}

/* END :: FOR SOUTION PAGE */

.what-we-do-block-area {
    margin-top: 95px;
    position: relative;
    z-index: 9;
}

.what-we-do-block-area .swiper-button-next {
    right: -110px;
}

.what-we-do-block-area .swiper-button-prev {
    left: -58px;
}

.curve-image-1 img {
    position: absolute;
    right: calc(100% - 235px);
    top: calc(100% - 32%);
    /*top:calc(100% - 10%)*/
}

/************** How we do it ************/
.how-we-do-it {
    /*background: -moz-linear-gradient(left,  rgba(18,18,18,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(18,18,18,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(18,18,18,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#00000000',GradientType=1 );*/
    padding: 55px 0px;
}

.each-listng-content h3 {
    font-family: 'Acronym Bold';
    font-size: 40px;
    line-height: 53px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 0px;
}

.each-listing-icon {
    min-width: 141px;
    margin-right: 85px;
}

.how-we-do-it-listing .row .col-lg-6:nth-child(even) .each-listng-content .each-listing-icon {
    margin-right: 0px;
    margin-left: 100px;
}

.how-we-do-it-listing .row .col-lg-6:not(:nth-last-child(-n+2)) .each-listng-content {
    margin-bottom: 135px;
}

.how-we-do-it-listing .row {
    margin-left: -45px;
    margin-right: -45px;
}

.how-we-do-it-listing .row .col-lg-6 {
    padding-left: 45px;
    padding-right: 45px;
}

.how-we-do-top-content {
    margin-bottom: 83px;
}

.how-we-do-it-listing .row .col-lg-6 a:hover .each-listng-content.cream_shade h3 {
    color: #F0C99D;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.how-we-do-it-listing .row .col-lg-6 a:hover .each-listng-content.blue_shade h3 {
    color: #69A0DF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.how-we-do-it-listing .row .col-lg-6 a:hover .each-listng-content.purple_shade h3 {
    color: #A488E4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.how-we-do-it-listing .row .col-lg-6 a:hover .each-listng-content.violet_shade h3 {
    color: #CB689B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.how-we-do-it-listing .row .col-lg-6 a:hover .each-listng-content.pink_shade h3 {
    color: #CB689B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.how-we-do-it-listing .row .col-lg-6 a:hover .each-listng-content.green_shade h3 {
    color: #8CEDC1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.how-we-do-it-listing .row .col-lg-6 a:hover .each-listng-content.yellow_shade h3 {
    color: #FCD168;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/************* Network Area *********/
.networks-area {
    padding: 55px 0px;
    position: relative;
    z-index: 2;
}

.network-left h4 {
    font-family: 'Acronym light';
    font-size: 25px;
    line-height: 33px;
    color: #9D9B9B;
    margin-bottom: 10px;
}

.network-left h2 {
    margin-bottom: 60px;
}

.network-left p {
    margin-bottom: 145px;
}

/*.network-left a.common-button:after{
	opacity:1;
}
.network-left a.common-button:hover:after{
	opacity:0;
}*/

/************** Industry Leaders *************/
.industry-leaders {
    background: -moz-linear-gradient(left, rgba(18, 18, 18, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(18, 18, 18, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(18, 18, 18, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#121212', endColorstr='#00000000', GradientType=1);
    padding: 105px 0px 285px;
    position: relative;
}

.industry-leaders h4 {
    text-align: center;
    font-family: 'Acronym Bold';
    font-size: 40px;
    line-height: 53px;
    color: #fff;
}

.leaders-slider-wrapper {
    max-width: 1110px;
    margin: 80px auto 0px;
}

.leaders-slider-wrapper .swiper-wrapper {
    allign-items: center;
}

.leaders-slider-wrapper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #717171;
    opacity: 1;
    margin: 0px 7.5px;
}

.leaders-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E4B8BB;
}

.leaders-slider-wrapper .swiper-pagination {
    width: 100%;
    left: 0px;
    bottom: 115px;
}

.curve-image-2 img {
    position: absolute;
    left: calc(100% - 192px);
    top: -32%;
    /*top: -10%;*/
}

/************ Loyel Customer *************/
.loyel-cutomer {
    padding: 55px 0px 65px;
    position: relative;
}

.loyel-cutomer h4 {
    text-align: center;
    font-family: 'Acronym Bold';
    font-size: 40px;
    line-height: 53px;
    color: #fff;
    margin-bottom: 140px;
}

.customer-feedack p {
    font-style: italic;
    color: #fff;
    margin-bottom: 48px;
}

.clinet-info h5 {
    font-family: 'Acronym light';
    font-size: 25px;
    line-height: 33px;
    color: #9D9B9B;
    max-width: 300px
}

.customer-feedack {
    max-width: 878px;
}

.inverted-icons {
    margin-bottom: 10px;
}

.loyel-cutomer .customer-feedback-slider {
    position: relative;
}

.customer-feedback-slider .swiper-button-prev {
    left: -120px;
}

.customer-feedback-slider .swiper-button-next {
    right: -120px;
}

/************** Footer Css ***********/
.mailing-list {
    background: -moz-linear-gradient(left, rgba(18, 18, 18, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(18, 18, 18, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(18, 18, 18, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#121212', endColorstr='#00000000', GradientType=1);
    padding: 55px 0px;
}

.mailing-list-wrapper h3 {
    text-align: center;
    font-family: 'Acronym Bold';
    font-size: 40px;
    line-height: 53px;
    color: #fff;
    margin-right: 50px;
    margin-bottom: 0px;
    white-space: nowrap;
    margin-bottom: 0px;
}

.mailing-form-area {
    max-width: 818px;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

.mailing-form-area:after {
    width: 100%;
    height: 6px;
    background: url('../images/newsletter.gif');
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
}

.mailing-form-area form input {
    font-size: 25px;
    line-height: 33px;
    color: #717171;
    background: none;
    border: none;
    width: 100%;
    padding: 0px;
}

input {
    outline: none;
}

.mailing-form-area form button {
    font-family: 'Acronym Bold';
    font-size: 24px;
    color: #fff !important;
    background: none;
    border: 0px;
    padding: 0px;
    background: none !important;
}

.footer-content-area {
    padding: 138px 75px 70px;
}

.footer-left-each-content h6 {
    font-family: 'Extatica Med';
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #717171;
    line-height: 20px;
    margin-bottom: 30px;
}

.footer-left-each-content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-left-each-content ul li {
    margin-bottom: 15px;
    line-height: 0px;
}

.footer-left-each-content ul li a,
.footer-left-each-content>a {
    font-family: 'Extatica Med';
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 20px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footer-left-each-content ul li a:hover,
.footer-left-each-content>a:hover {
    color: #717171;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.talk-to-us>a {
    display: inline-block;
    margin-bottom: 32px;
}

.phone-number-and-email {
    margin-bottom: 32px;
}

.awards-area ul {
    display: flex;
    align-items: center;
}

.awards-area ul li {
    margin-right: 30px
}

.footer-social {
    margin-top: 40px;
}

.footer-social ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
}

.footer-social ul li {
    margin-right: 15px;
}

.footer-social ul li a {
    font-size: 25px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footer-social ul li a:hover {
    color: #717171;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footer-area {
    position: relative;
    overflow: hidden;
}

.footer-area:after {
    /*content: url('../images/Image 3.png');
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 719px);
    mix-blend-mode: screen;*/
}

.curve-image-3 img {
    right: 0px;
    bottom: -30px;
    left: auto;
    position: absolute;
    z-index: -1;
}

.footer-content-bottom p {
    font-family: 'Extatica Med';
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 20px;
    color: #717171;
    text-transform: uppercase;
    margin: 0px;
}

.footer-content-area-top {
    padding-bottom: 60px;
}

.float1 {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    /*-webkit-animation: float 3s ease-in-out alternate infinite;
	animation: float 3s ease-in-out alternate infinite;*/
}

/*@-webkit-keyframes float1 {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-30px);
            transform: translatey(-30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}*/

/************* Blog Page Css ************/
.banner-area.inner-page-banner-without-curve-image,
.banner-area.inner-page-banner-without-curve-image-green {
    min-height: auto;
    padding: 150px 0px 130px;
    /*Sauji	*/
    /* padding: 25px 0px 30px;*/
}

.banner-area.inner-page-banner-without-curve-image h2,
.banner-area.inner-page-banner-without-curve-image p,
.banner-area.inner-page-banner-without-curve-image-green h2,
.banner-area.inner-page-banner-without-curve-image-green p {
    margin: 0px;
}

.blog-image {
    height: 361px;
}

.blog-content {
    background-color: #0C0C0C;
    padding: 45px;
    min-height: 361px;
    position: relative;
}

.date {
    font-family: 'Extatica Med';
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.blog-content p {
    font-family: 'Extatica Med';
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #717171;
    margin-bottom: 18px;
}

.blog-content p span {
    position: relative;
    top: -2px;
    padding: 0px 7px;
    display: inline-block;
    vertical-align: baseline;
    line-height: 10px;
    font-size: 35px;
}

.blog-content h3 {
    font-size: 25px;
    font-family: 'Acronym Bold';
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 65px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catcomma a {
    position: inherit !important;
    color: #717171;
}

.catcomma a:hover {
    position: inherit !important;
    color: #ffffff;
}

.blog-content a {
    position: absolute;
    bottom: 50px;
    left: 45px;
}

.each-blog {
    margin-bottom: 20px;
}

.load-more-link {
    margin-top: 70px;
}

.blog-listing-area {
    padding-bottom: 115px;
}

/**************** Contact Us *****************/
.phone-number-and-mail ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.phone-number-and-mail ul li {
    font-family: 'Acronym light';
    font-size: 25px;
    line-height: 33px;
    color: #9D9B9B;
}

.phone-number-and-mail ul li a {
    color: #fff;
    margin-left: 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.phone-number-and-mail ul li a:hover {
    color: #9D9B9B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.address-box a {
    font-family: 'Acronym light';
    font-size: 25px;
    line-height: 33px;
    color: #9D9B9B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.address-box a:hover {
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.address-box {
    margin-top: 50px;
}

.form-style {
    border-radius: 0px;
    border: 0px;
    background: -moz-linear-gradient(left, rgba(18, 18, 18, 0.53) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(18, 18, 18, 0.53) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(18, 18, 18, 0.53) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87121212', endColorstr='#000000', GradientType=1);
    font-family: 'Acronym light';
    font-size: 25px;
    line-height: 33px;
    color: #717171;
    padding: 27px 25px;
    margin-bottom: 15px;
    resize: none;
    height: auto;
}

textarea.form-style {
    height: 298px;
}

.form-style:focus {
    color: inherit;
    background: -moz-linear-gradient(left, rgba(18, 18, 18, 0.53) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(18, 18, 18, 0.53) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(18, 18, 18, 0.53) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87121212', endColorstr='#000000', GradientType=1);
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.contact-form-area form button {
    min-width: 226px;
    margin-top: 15px;
}

.contact-info-area {
    padding-bottom: 40px;
}

/*************** About Us **************/
.banner-area.about-us-banner:after {
    content: url('../images/Image_13.png');
}

.what-we-do-area.about-us-banner-bottom-area ul {
    padding: 0px;
    margin: 0px;
}

.what-we-do-area.about-us-banner-bottom-area ul li:not(:last-child) {
    margin-bottom: 20px;
}

.what-we-do-area.about-us-banner-bottom-area p strong {
    color: #fff;
}

.what-we-do-area.about-us-banner-bottom-area h4 {
    font-family: 'Acronym Bold';
    color: #fff;
    margin-bottom: 30px;
}

.space-area {
    height: 100px;
}

.what-we-do-area.about-us-banner-bottom-area img {
    margin-right: 50px;
}

.brendan-dunne-area {
    /*background: -moz-linear-gradient(left,  rgba(18,18,18,1) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(left,  rgba(18,18,18,1) 0%,rgba(0,0,0,0) 50%);
	background: linear-gradient(to right,  rgba(18,18,18,1) 0%,rgba(0,0,0,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#00000000',GradientType=1 );*/
    padding: 120px 0px 130px;
    position: relative;
}

.brendan-content-left h3 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
}

.brendan-content-left h2 {
    margin-bottom: 65px;
}

.brendan-content-left {
    padding-right: 46px;
}

.brender-right-image-area {
    position: relative;
    height: 662px;
}

.brendan-dunne-area:after {
    content: url('../images/Image 1.png');
    position: absolute;
    z-index: 0;
    top: 70%;
    transform: translateY(-42%);
    right: calc(100% - 630px);
    mix-blend-mode: screen;
    pointer-events: none;
}

.doctor-image {
    position: absolute;
    width: 105%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.brendan-content-left p:last-child {
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.time-line-date {
    text-transform: capitalize;
    background-image: url('../images/Mask Group 9.jpg');
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 5px 4px;
    font-family: 'Acronym Bold';
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 17px;
}

.each-timeline-slide p {
    margin: 0px;
}

.company-timeline-right {
    position: relative;
}

.company-timeline-right .swiper-button-next {
    right: -85px;
}

.company-timeline-right .swiper-button-prev {
    left: -85px;
}

.company-timeline-right .common-arrow {
    top: 55%;
}

.company-timeline {
    padding: 130px 0px;
    position: relative;
}

.networks-area.capablity-area {
    /*background: -moz-linear-gradient(left,  rgba(18,18,18,1) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(left,  rgba(18,18,18,1) 0%,rgba(0,0,0,0) 50%);
	background: linear-gradient(to right,  rgba(18,18,18,1) 0%,rgba(0,0,0,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#00000000',GradientType=1 );*/
}

.what-we-do-area.about-us-banner-bottom-area:after {
    display: none;
}

.curve-image-4 img {
    position: absolute;
    right: calc(100% - 235px);
    top: -50%;
    pointer-events: none;
}

.featured-case-studies-right p:last-child {
    margin-bottom: 0px;
}

.featured-case-studies {
    padding: 40px 0px 90px;
}

.featured-case-images {
    height: 230px;
}

.featured-case-content {
    background: #0D0D0D;
    min-height: 245px;
    padding: 35px;
    position: relative;
}

.featured-case-content h3 {
    font-family: 'Acronym Bold';
    font-size: 30px;
    line-height: 53px;
    color: #fff;
    margin-bottom: 0px;
    max-height: 215px;
    overflow: hidden;
}

.featured-case-content a {
    position: initial;
    bottom: 35px;
    left: 35px;
}

.featured-case-studies-listing-area {
    margin-top: 150px;
}

/**************** What We Do Page Css ***************/
.what-we-do-area.what-we-do-page-area-section {
    padding-top: 0px;
}

.what-we-do-area.what-we-do-page-area-section .what-we-do-block-area {
    margin-top: 0px;
}

.service-heading-left h2 {
    margin-bottom: 0px;
    margin-left: 50px;
}

.each-service-heading {
    margin-bottom: 100px;
}

.each-service-details {
    margin-bottom: 85px;
}

.what-we-do-services-details {
    padding: 80px 0px;
    position: relative;
}

.what-we-do-services-details .curve-image-2 img {
    position: absolute;
    left: calc(100% - 192px);
    top: 5%;
    pointer-events: none;
}

.what-we-do-area:after {
    display: none;
}

.top-gradient-image {
    position: absolute;
    z-index: 0;
    top: 18%;
    transform: translateY(-45%);
    right: calc(100% - 750px);
    mix-blend-mode: screen;
    pointer-events: none;
    width: 1920px;
    height: 1920px;
}

.middle-gradient-image {
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 750px);
    mix-blend-mode: screen;
    pointer-events: none;
    width: 1920px;
    height: 1920px;
}

.bottom-gradient-image {
    position: absolute;
    z-index: 0;
    bottom: 0%;
    right: calc(100% - 750px);
    mix-blend-mode: screen;
    pointer-events: none;
    width: 1920px;
    height: 1920px;
}

.what-we-do-services-details .curve-image-1 img {
    position: absolute;
    right: calc(100% - 235px);
    top: calc(100% - 35%);
}

.what-we-do-services-details .container {
    z-index: 1;
    position: relative;
}

.back-to-top-button {
    min-width: 110px;
}

.specialist-content-wrapper h3 {
    font-size: 40px;
    line-height: 53px;
    color: #fff;
    font-family: 'Acronym Bold';
    margin-bottom: 0px;
}

.talk-to-specalist-section {
    padding: 45px 0px;
}

.specialist-content-wrapper a {
    min-width: 200px;
}

/********************** Service Pages Css *******************/
.list-of-services-tab ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.list-of-services-tab ul li {
    width: 255px;
    height: 116px;
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
    background: rgb(46, 46, 46);
    background: -moz-linear-gradient(top, rgba(46, 46, 46, 1) 0%, rgba(31, 31, 31, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(46, 46, 46, 1) 0%, rgba(31, 31, 31, 1) 100%);
    background: linear-gradient(to bottom, rgba(46, 46, 46, 1) 0%, rgba(31, 31, 31, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#1f1f1f', GradientType=0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: -25px;
    padding: 0px 15px;
}

.list-of-services-tab ul li:first-child {
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 0% 50%, 0% 0%);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.list-of-services-tab ul li a {
    font-size: 23px;
    color: #000;
    line-height: 31px;
    font-family: 'Extatica bold';
}

.list-of-services-tab {
    margin-left: 25px;
    margin-bottom: 100px;
}

.list-of-services-tab ul li.active a,
.list-of-services-tab ul li:hover a {
    color: #fff;
}

.list-of-services-tab ul li .service-heading-area h2 {
    margin-left: 50px;
}

.service-heading-area {
    margin-bottom: 100px;
}

.service-details-content {
    padding-bottom: 130px;
    position: relative;
    margin-top: -60px;
}

.service-details-content:after {
    position: absolute;
    z-index: 0;
    top: 40%;
    transform: translateY(-45%);
    right: calc(100% - 718px);
    mix-blend-mode: screen;
    pointer-events: none;
}

.service-details-content:after {
    content: url('../images/Image 3.png');
    position: absolute;
    z-index: 0;
    top: 40%;
    transform: translateY(-45%);
    right: calc(100% - 718px);
    mix-blend-mode: screen;
    pointer-events: none;
}

.service-details-content .curve-image-2 img {
    top: 6%;
}

.service-details-content .container {
    position: relative;
    z-index: 1;
}


/* START :: FOR SERVICE PAGE */

/* Cream shade */

.cream_shade .service-details-content:after {
    content: url('../images/ser_cream.png');
}

.cream_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.cream_shade:hover {
    background: #F0C99D;
    background: -webkit-linear-gradient(top left, #F0C99D, #F0C99D);
    background: -moz-linear-gradient(top left, #F0C99D, #F0C99D);
    background: linear-gradient(to bottom right, #F0C99D, #F0C99D);
}

.cream_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #F0C99D, #F0C99D) !important;
    background: -moz-linear-gradient(top left, #F0C99D, #F0C99D) !important;
    background: linear-gradient(to bottom right, #F0C99D, #F0C99D) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0C99D', endColorstr='#F0C99D', GradientType=1) !important;
}

.cream_shade .banner-area:after {
    content: url('../images/ser_cream.png');
}

.cream_shade .service-heading-area h2,
.cream_shade .service-heading-left h2 {
    color: #F0C99D;
}

/* Yellow shade */

.yellow_shade .service-details-content:after {
    content: url('../images/Service3-n.png');
}

.yellow_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.yellow_shade:hover {
    background: #D3BCD9;
    background: -webkit-linear-gradient(top left, #D3BCD9, #D3BCD9);
    background: -moz-linear-gradient(top left, #D3BCD9, #D3BCD9);
    background: linear-gradient(to bottom right, #D3BCD9, #D3BCD9);
}

.yellow_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #FCD168, #FCD168) !important;
    background: -moz-linear-gradient(top left, #FCD168, #FCD168) !important;
    background: linear-gradient(to bottom right, #FCD168, #FCD168) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3BCD9', endColorstr='#D3BCD9', GradientType=1) !important;
}

.yellow_shade .banner-area:after {
    content: url('../images/Service3-n.png');
}

.yellow_shade .service-heading-area h2,
.yellow_shade .service-heading-left h2 {
    color: #FCD168;
}

/* Blue shade */

.blue_shade .service-details-content:after {
    content: url('../images/ser_blue.png');
}

.blue_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.blue_shade:hover {
    background: #69A0DF;
    background: -webkit-linear-gradient(top left, #69A0DF, #69A0DF);
    background: -moz-linear-gradient(top left, #69A0DF, #69A0DF);
    background: linear-gradient(to bottom right, #69A0DF, #69A0DF);
}

.blue_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #69A0DF, #69A0DF) !important;
    background: -moz-linear-gradient(top left, #69A0DF, #69A0DF) !important;
    background: linear-gradient(to bottom right, #69A0DF, #69A0DF) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69A0DF', endColorstr='#69A0DF', GradientType=1) !important;
}

.blue_shade .banner-area:after {
    content: url('../images/ser_blue.png');
}

.blue_shade .service-heading-area h2,
.blue_shade .service-heading-left h2 {
    color: #69A0DF;
}

/* Purple shade */

.purple_shade .service-details-content:after {
    content: url('../images/ser_purple.png');
}

.purple_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.purple_shade:hover {
    background: #A488E4;
    background: -webkit-linear-gradient(top left, #A488E4, #A488E4);
    background: -moz-linear-gradient(top left, #A488E4, #A488E4);
    background: linear-gradient(to bottom right, #A488E4, #A488E4);
}

.purple_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #A488E4, #A488E4) !important;
    background: -moz-linear-gradient(top left, #A488E4, #A488E4) !important;
    background: linear-gradient(to bottom right, #A488E4, #A488E4) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A488E4', endColorstr='#A488E4', GradientType=1) !important;
}

.purple_shade .banner-area:after {
    content: url('../images/ser_purple.png');
}

.purple_shade .service-heading-area h2,
.purple_shade .service-heading-left h2 {
    color: #A488E4;
}

/* Violate shade */

.violet_shade .service-details-content:after {
    content: url('../images/ser_violet.png');
}

.violet_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.violet_shade:hover {
    background: #CB689B;
    background: -webkit-linear-gradient(top left, #CB689B, #CB689B);
    background: -moz-linear-gradient(top left, #CB689B, #CB689B);
    background: linear-gradient(to bottom right, #CB689B, #CB689B);
}

.violet_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #CB689B, #CB689B) !important;
    background: -moz-linear-gradient(top left, #CB689B, #CB689B) !important;
    background: linear-gradient(to bottom right, #CB689B, #CB689B) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CB689B', endColorstr='#CB689B', GradientType=1) !important;
}

.violet_shade .banner-area:after {
    content: url('../images/ser_violet.png');
}

.violet_shade .service-heading-area h2,
.violet_shade .service-heading-left h2 {
    color: #CB689B;
}

/* Pink shade */

.pink_shade .service-details-content:after {
    content: url('../images/Image 1.png');
}

.pink_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.pink_shade:hover {
    background: #CB689B;
    background: -webkit-linear-gradient(top left, #CB689B, #CB689B);
    background: -moz-linear-gradient(top left, #CB689B, #CB689B);
    background: linear-gradient(to bottom right, #CB689B, #CB689B);
}

.pink_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #CB689B, #CB689B) !important;
    background: -moz-linear-gradient(top left, #CB689B, #CB689B) !important;
    background: linear-gradient(to bottom right, #CB689B, #CB689B) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CB689B', endColorstr='#CB689B', GradientType=1) !important;
}

.pink_shade .banner-area:after {
    content: url('../images/Image 1.png');
}

.pink_shade .service-heading-area h2,
.pink_shade .service-heading-left h2 {
    color: #CB689B;
}

/* Green shade */

.green_shade .service-details-content:after {
    content: url('../images/ser_green.png');
}

.green_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.green_shade:hover {
    background: #8CEDC1;
    background: -webkit-linear-gradient(top left, #8CEDC1, #8CEDC1);
    background: -moz-linear-gradient(top left, #8CEDC1, #8CEDC1);
    background: linear-gradient(to bottom right, #8CEDC1, #8CEDC1);
}

.green_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #8CEDC1, #8CEDC1) !important;
    background: -moz-linear-gradient(top left, #8CEDC1, #8CEDC1) !important;
    background: linear-gradient(to bottom right, #8CEDC1, #8CEDC1) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CEDC1', endColorstr='#8CEDC1', GradientType=1) !important;
}

.green_shade .banner-area:after {
    content: url('../images/ser_green.png');
}

.green_shade .service-heading-area h2,
.green_shade .service-heading-left h2 {
    color: #8CEDC1;
}

/* END :: FOR SERVICE PAGE */



/* START :: FOR SOLUTION PAGE */

/* Cream shade */

.sol_cream_shade .service-details-content:after {
    content: url('../images/sol_cream.png');
}

.sol_cream_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.sol_cream_shade:hover {
    background: #FBC096;
    background: -webkit-linear-gradient(top left, #FBC096, #FBC096);
    background: -moz-linear-gradient(top left, #FBC096, #FBC096);
    background: linear-gradient(to bottom right, #FBC096, #FBC096);
}

.sol_cream_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #FBC096, #FBC096) !important;
    background: -moz-linear-gradient(top left, #FBC096, #FBC096) !important;
    background: linear-gradient(to bottom right, #FBC096, #FBC096) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBC096', endColorstr='#FBC096', GradientType=1) !important;
}

.sol_cream_shade .banner-area:after {
    content: url('../images/sol_cream.png');
}

.sol_cream_shade .service-heading-area h2,
.sol_cream_shade .service-heading-left h2 {
    color: #FBC096;
}

/* Blue shade */

.sol_blue_shade .service-details-content:after {
    content: url('../images/sol_blue.png');
}

.sol_blue_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.sol_blue_shade:hover {
    background: #3AACF0;
    background: -webkit-linear-gradient(top left, #3AACF0, #3AACF0);
    background: -moz-linear-gradient(top left, #3AACF0, #3AACF0);
    background: linear-gradient(to bottom right, #3AACF0, #3AACF0);
}

.sol_blue_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #3AACF0, #3AACF0) !important;
    background: -moz-linear-gradient(top left, #3AACF0, #3AACF0) !important;
    background: linear-gradient(to bottom right, #3AACF0, #3AACF0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3AACF0', endColorstr='#3AACF0', GradientType=1) !important;
}

.sol_blue_shade .banner-area:after {
    content: url('../images/sol_blue.png');
}

.sol_blue_shade .service-heading-area h2,
.sol_blue_shade .service-heading-left h2 {
    color: #3AACF0;
}

/* Purple shade */

.sol_purple_shade .service-details-content:after {
    content: url('../images/sol_purple.png');
}

.sol_purple_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.sol_purple_shade:hover {
    background: #956DE5;
    background: -webkit-linear-gradient(top left, #956DE5, #956DE5);
    background: -moz-linear-gradient(top left, #956DE5, #956DE5);
    background: linear-gradient(to bottom right, #956DE5, #956DE5);
}

.sol_purple_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #956DE5, #956DE5) !important;
    background: -moz-linear-gradient(top left, #956DE5, #956DE5) !important;
    background: linear-gradient(to bottom right, #956DE5, #956DE5) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#956DE5', endColorstr='#956DE5', GradientType=1) !important;
}

.sol_purple_shade .banner-area:after {
    content: url('../images/sol_purple.png');
}

.sol_purple_shade .service-heading-area h2,
.sol_purple_shade .service-heading-left h2 {
    color: #956DE5;
}

/* Pink shade */

.sol_pink_shade .service-details-content:after {
    content: url('../images/sol_pink.png');
}

.sol_pink_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.sol_pink_shade:hover {
    background: #E05EA2;
    background: -webkit-linear-gradient(top left, #E05EA2, #E05EA2);
    background: -moz-linear-gradient(top left, #E05FA2, #E05EA2);
    background: linear-gradient(to bottom right, #E05FA2, #E05EA2);
}

.sol_pink_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #E05FA2, #E05EA2) !important;
    background: -moz-linear-gradient(top left, #E05FA2, #E05EA2) !important;
    background: linear-gradient(to bottom right, #E05FA2, #E05EA2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E05EA2', endColorstr='#E05EA2', GradientType=1) !important;
}

.sol_pink_shade .banner-area:after {
    content: url('../images/sol_pink.png');
}

.sol_pink_shade .service-heading-area h2,
.sol_pink_shade .service-heading-left h2 {
    color: #E05EA2;
}

/* Green shade */

.sol_green_shade .service-details-content:after {
    content: url('../images/sol_green.png');
}

.sol_green_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.sol_green_shade:hover {
    background: #7BE1AD;
    background: -webkit-linear-gradient(top left, #7BE1AD, #7BE1AD);
    background: -moz-linear-gradient(top left, #7BE1AD, #7BE1AD);
    background: linear-gradient(to bottom right, #7BE1AD, #7BE1AD);
}

.sol_green_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #7BE1AD, #7BE1AD) !important;
    background: -moz-linear-gradient(top left, #7BE1AD, #7BE1AD) !important;
    background: linear-gradient(to bottom right, #7BE1AD, #7BE1AD) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7BE1AD', endColorstr='#7BE1AD', GradientType=1) !important;
}

.sol_green_shade .banner-area:after {
    content: url('../images/sol_green.png');
}

.sol_green_shade .service-heading-area h2,
.sol_green_shade .service-heading-left h2 {
    color: #7BE1AD;
}

/* Ocean Green shade */

.sol_ocean_green_shade .service-details-content:after {
    content: url('../images/sol_ocean_green.png');
}

.sol_ocean_green_shade .list-of-services-tab ul li.active,
.list-of-services-tab ul li.sol_ocean_green_shade:hover {
    background: #8CEDDF;
    background: -webkit-linear-gradient(top left, #8CEDDF, #8CEDDF);
    background: -moz-linear-gradient(top left, #8CEDDF, #8CEDDF);
    background: linear-gradient(to bottom right, #8CEDDF, #8CEDDF);
}

.sol_ocean_green_shade .talk-to-specalist-section {
    background: -webkit-linear-gradient(top left, #8CEDDF, #8CEDDF) !important;
    background: -moz-linear-gradient(top left, #8CEDDF, #8CEDDF) !important;
    background: linear-gradient(to bottom right, #8CEDDF, #8CEDDF) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CEDDF', endColorstr='#8CEDDF', GradientType=1) !important;
}

.sol_ocean_green_shade .banner-area:after {
    content: url('../images/sol_ocean_green.png');
}

.sol_ocean_green_shade .service-heading-area h2,
.sol_ocean_green_shade .service-heading-left h2 {
    color: #8CEDDF;
}

/* END :: FOR SOLUTION PAGE */



.mailing-form-area form input:focus-within {
    outline: 0;
    color: #717171;
}

.mailing-form-area .wpcf7-form p {
    display: flex !important;
    margin: 0;
}

.mailing-form-area form input[type='submit'] {
    width: auto;
    font-family: 'Acronym Bold';
    font-size: 24px;
    color: #fff;
    background: none !important;
    border: 0px;
    padding: 0px;
}

.mailing-form-area .wpcf7-spinner {
    display: none;
}

.mailing-form-area .wpcf7-form-control-wrap {
    display: contents;
}

.mailing-form-area .wpcf7 form .wpcf7-response-output {
    margin: 10px 0px;
}

.mailing-form-area .wpcf7-not-valid-tip {
    position: absolute;
    margin-top: -35px;
}

.entry-header h2 a {
    font-family: 'Acronym Bold';
    font-size: 56px;
    line-height: 74px;
    /* color: #FFFFFF; */
    margin-bottom: 23px;
    padding: 0;
    margin: 0;
}

.entry-header h2,
.search-form {
    max-width: 100%;
    width: 100%;
}

.post-thumbnail .wp-post-image {
    margin-top: 0;
}

.no-results .page-header {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.comment-form>p label,
.comment-form .comment-form-cookies-consent>label,
.comment-form>p.comment-notes,
.comment-form>p.logged-in-as {
    font-family: 'Acronym light';
    font-size: 25px;
    line-height: 33px;
    color: #9D9B9B;
}

.comment-form input[type=submit]:not(:hover):not(:active):not(.has-background) {
    background-color: #f8f9fa;
    color: #212529 !important;
}

.comment-form input[type=submit]:hover,
.theme-contcat-us input[type=submit]:hover {
    background-image: url('../images/Mask Group 9.jpg');
    background-size: cover;
    background-position: center;
    color: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-width: 226px;
    /*margin-top: 15px;*/
}

.theme-contcat-us input[type=text],
.theme-contcat-us input[type=email] {
    border: 0px;
    margin: 0px;
    font-family: 'Acronym light';
    font-size: 25px;
    line-height: 33px;
    color: #717171;
    padding: 27px 25px;
    margin-bottom: -10px;
    resize: none;
    height: auto;
}

.theme-contcat-us input[type=submit]:not(:hover):not(:active):not(.has-background) {
    min-width: 226px;
    /*margin-top: 15px;*/
    color: #111111 !important;
    background: #ffffff;
    border-color: currentColor;
}

.theme-contcat-us input[type=submit]:hover {
    min-width: 226px;
    outline: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

.list-of-services-tab ul li a {
    padding: 0px 32px;
}

.each-sol-repeater .wp-block-columns,
.paricular-service-details-content .wp-block-columns {
    display: flex;
    gap: 2em;
    padding: none;
}

.paricular-service-details-content .wp-block-columns:first-of-type {
    padding: 0px 0px;
}

/************************* ADD BY NEO 05 *******************/
@media(max-width:991px) {

    #rmp_menu_trigger-554 .responsive-menu-pro-inner,
    #rmp_menu_trigger-554 .responsive-menu-pro-inner::before,
    #rmp_menu_trigger-554 .responsive-menu-pro-inner::after {
        width: 36px !important;
        height: 3px !important;
        border-radius: 0px !important;
        background: #fff !important
    }

    #rmp_menu_trigger-554 {
        outline: none !important
    }

    body #rmp-container-554 {
        max-width: 100% !important;
    }

    body #rmp-menu-wrap-554 {
        padding: 50px 30px;
    }


}

@media screen and (max-width: 991px) {
    #rmp-menu-title-554 .rmp-menu-title-image {
        margin-left: -10%;
    }
}

@media (max-width: 767px) {
    .temp-about-us .wp-block-columns {
        padding: 30px;
    }

    .temp-solutions .wp-block-columns {
        padding: 15px;
    }

    .wp-block-column ul li,
    .brendan-content-left,
    .each-timeline-slide,
    .featured-case-studies-right {
        font-size: 16px;
    }

    .container {
        font-size: 16px;
    }

    .comment-form>p label,
    .comment-form .comment-form-cookies-consent>label,
    .comment-form>p.comment-notes,
    .comment-form>p.logged-in-as {
        font-size: 16px;
    }

    .customer-feedack p {
        font-size: 20px !important;
    }

    .clinet-info h5 {
        font-size: 20px;
        padding-right: 5px;
    }

    .loyel-cutomer .customer-feedback-slider {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 1199px) {

    .theme-contcat-us input[type=text],
    .theme-contcat-us input[type=email] {
        font-size: 20px;
    }
}

.menu-area .current-menu-item a {
    color: #ffffff;
    text-decoration: underline;
}

.talk-to-us-ptext {
    font-family: 'Extatica Med';
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 20px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
    margin-bottom: 32px;
}

.how-we-do-it-listing .cream_shade:hover img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(29%) saturate(6570%) hue-rotate(298deg) brightness(108%) contrast(108%);
}

.how-we-do-it-listing .blue_shade:hover img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(20%) saturate(2009%) hue-rotate(185deg) brightness(92%) contrast(89%);
}

.how-we-do-it-listing .purple_shade:hover img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(42%) saturate(6287%) hue-rotate(212deg) brightness(97%) contrast(83%);
}

.how-we-do-it-listing .violet_shade:hover img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(35%) saturate(6265%) hue-rotate(291deg) brightness(86%) contrast(81%);
}

.how-we-do-it-listing .pink_shade:hover img {
    filter: invert(79%) sepia(52%) saturate(4207%) hue-rotate(291deg) brightness(85%) contrast(84%);
}

.how-we-do-it-listing .green_shade:hover img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(27%) saturate(550%) hue-rotate(87deg) brightness(97%) contrast(92%);
}

.how-we-do-it-listing .yellow_shade:hover img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(76%) saturate(397%) hue-rotate(332deg) brightness(103%) contrast(98%);
}

#gradient-canvas {
    --gradient-color-1: #8CEDC1;
    --gradient-color-2: #F0C99D;
    --gradient-color-3: #69A5DF;
    --gradient-color-4: #CB689B;
    --gradient-color-5: #A488E4;
    --gradient-color-6: #D3BCD9;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* =========================== Woocommerce ======================================== */

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.indicator__value {
    position: absolute;
    top: -2px;
    left: auto;
    right: 0;
    line-height: 15px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    margin-left: 7px;
    margin-top: 0px;
    background-color: #df0612;
    color: white !important;
}

.kc_row:not(.kc_row_inner) {
    clear: both;
    width: 100%;
}

.indicator_value {
    position: absolute;
    top: -2px;
    left: auto;
    right: 0;
    line-height: 15px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    margin-left: 7px;
    margin-top: 0px;
    background-color: #df0612;
    color: white;
}

.content {
    padding: 80px 0 80px 0;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 2;
}

.single-product .content>.container {
    margin-top: 40px;
}

.product {
    margin-top: 100px;
    position: relative;
}

.onsale {
    min-height: 60px;
    min-width: 70px;
    line-height: 60px;
    padding: 0;
    font-weight: 600;
    top: -20px;
    left: -20px;
    background-color: #ffffff;
    color: #0f0f0f;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
}

.woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product div.images {
    margin-bottom: 2em;
}

.woocommerce-product-gallery {
    float: left;
    width: 48%;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.woocommerce-product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0;
}

.woocommerce-product-gallery__image a img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.woocommerce-product-gallery__image .zoomImg {
    background-color: #202020;
}

.summary {
    float: right;
    width: 48%;
    clear: none;
}

.summary {
    margin-bottom: 2em;
}

.product_title {
    font-size: 36px;
    text-transform: uppercase;
}

.product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
}

.price {
    margin-top: 135px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.woocommerce-product-details__short-description {
    color: #ddd;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
}

.cart {
    border-top: 1px solid #333;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cart::before {
    content: ' ';
    display: table;
}

.cart::after {
    clear: both;
}

.quantity {
    float: left;
    margin: 0 4px 0 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.qty {
    -webkit-appearance: none;
    background-color: transparent;
    border-bottom: 1px solid #333;
    color: #fff;
    font: 12px/1.5;
    padding: 30px 0px;
    font-family: 'PT Sans', sans-serif;
    margin-right: 10px;
    padding: 0px 0 3px 10px;
    border: 1px solid #333;
    width: 3.631em;
    text-align: center;
    height: 37px;
}

.single_add_to_cart_button {
    padding: 12px 10px !important;
    color: #333 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    background-color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 0;
    letter-spacing: 0.1em !important;
    overflow: hidden;
    line-height: 120%;
}

.product_meta {
    border-top: 1px solid #333;
    padding-top: 20px;
}

.product_meta .posted_in {
    margin-bottom: 5px;
    color: #ffffff !important;
}

.product_meta .posted_in,
.product_meta .tagged_as,
.sku_wrapper {
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.posted_in,
.product_meta .posted_in a,
.product_meta .tagged_as a,
.sku_wrapper span {
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.65);
}

.woocommerce-tabs {
    margin-top: 60px;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
}

.woocommerce-tabs ul {
    list-style: none;
    margin: 0 0 -1px 0;
    overflow: hidden;
    position: relative;
    padding-left: 5px;
    text-align: center;
}

.woocommerce-tabs ul::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: none;
    z-index: 1;
}

.woocommerce-tabs ul li {
    border: none;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 15px 25px;
}

.woocommerce-tabs ul li a {
    font-weight: 400;
    background: transparent !important;
    color: #ddd;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 0;
    border: none !important;
    border-bottom: 2px solid transparent;
}

.woocommerce-tabs ul li .active {
    background: transparent;
    z-index: 2;
    border-bottom: 1px solid #df0612 !important;
    color: #ffffff;
}

.woocommerce-tabs ul li .active::after {
    position: absolute;
    border-bottom: 1px solid #df0612 !important;
}

.dropbtn {
    width: 100%;
    text-align: left;
    background-color: transparent;
    color: #df0612 !important;
    padding: 16px;
    font-size: 18px !important;
    border: none;
    cursor: pointer;
    padding-left: 0px;
}

.dropbtn i {
    float: right;
}

.dropbtn:hover,
.dropbtn:focus {
    border: none;
    outline: none;
}

.dropdown {
    width: 100%;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #262220;
    color: white;
    background: black;
}

.tabcontent p .do {
    position: absolute;
    display: inline-flex;
    width: 300px;
    left: 70px;
}

.tabcontent p .do::before {
    border-bottom: 1px dotted white;
    content: '';
    flex: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

ol,
ul {
    padding: 0 0 0 20px;
    margin-bottom: 30px;
}

.check-list {
    list-style: none;
    padding-left: 0;
    color: #666;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.check-list li:before {
    font-family: "icomoon";
    content: "\e642";
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #333;
}

.x-list {
    list-style: none;
    padding-left: 0;
    color: #666
}

.x-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.x-list li:before {
    font-family: "icomoon";
    content: "\e641";
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #333;
}

.clear-list {
    list-style: none;
    margin: 0;
}

.woocommerce-form-login .form-row input,
.woocommerce-form-register .form-row input,
.lost_reset_password input {
    margin-left: 0px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 1em;
}

.woocommerce-form-login .lost_password a,
.woocommerce-privacy-policy-text a {
    color: #df0612;
}

.woocommerce-form-login .lost_password a:hover,
.woocommerce-privacy-policy-text a:hover {
    color: #fff;
}

form.woocommerce-form-register p {
    font-size: 16px;
}

#customer_login form .form-row label,
#customer_login form .form-row label {
    display: contents;
}

#customer_login button {
    display: block;
    margin-top: 20px;
}

.woocommerce button.button {
    font-size: 13px !important;
}

.woocommerce button.button:hover {
    background: #fff !important;
}

.woocommerce-form-login-toggle .woocommerce-info {
    display: block;
    margin-bottom: 2rem;
    padding: 1rem;
}

.woocommerce-form-login-toggle .woocommerce-info a:last-child {
    display: none;
}

@media(min-width:1025px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        margin: 0px 0 0px 0 !important;
        display: table !important;
        width: 100% !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: table-cell !important;
        float: left !important;
        /*width:  20%;*/
        padding: 5px 25px !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
        text-align: left;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
        text-align: right;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        width: 100%;
        white-space: nowrap;
    }
}

.woocommerce .woocommerce-ordering select {
    margin-bottom: 20px;
    font-weight: 300;
}

.woocommerce .woocommerce-result-count {
    font-size: 20px;
}

.woocommerce span.onsale {
    min-height: 60px;
    min-width: 70px;
    line-height: 60px;
    padding: 0;
    font-weight: 600;
    top: -20px;
    left: -20px;
    background-color: #ffffff;
    color: #0f0f0f;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
}

.light-scheme.woocommerce span.onsale {
    background-color: #111;
    top: 0px;
    left: 0px;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.woocommerce .related.products span.onsale,
.woocommerce ul.products li.product .onsale {
    min-height: 40px;
    min-width: 60px;
    line-height: 40px;
    margin: 0;
    top: -10px;
    right: -10px;
    font-size: 13px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .02);
}

.light-scheme.woocommerce .related.products span.onsale,
.light-scheme.woocommerce ul.products li.product .onsale {
    background-color: #111;
    top: 0px;
    right: 0px;
    color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}

.light-scheme.woocommerce ul.products li.product .woocommerce-loop-category__title,
.light-scheme.woocommerce ul.products li.product .woocommerce-loop-product__title,
.light-scheme.woocommerce ul.products li.product h3 {
    color: #111;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce .products .star-rating {
    display: none;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0;
}

.light-scheme.woocommerce ul.products li.product a img {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center !important;
}

.light-scheme.woocommerce ul.products li.product,
.light-scheme.woocommerce-page ul.products li.product {
    background-color: #f6f6f6;
    padding-bottom: 20px;
}

@media only screen and (max-width:600px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 100% !important;
    }
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce div.product form.cart .button {
    padding: 10px 22px;
    color: #333;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    border-radius: 0;
    letter-spacing: 0.1em;
    overflow: hidden;
    line-height: 120%;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover {
    background-image: url(../images/Mask-Group-9.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}

.light-scheme.woocommerce #respond input#submit:hover,
.light-scheme.woocommerce a.button:hover,
.light-scheme.woocommerce button.button:hover,
.light-scheme .woocommerce button.button:hover,
.light-scheme.woocommerce input.button:hover,
.light-scheme.woocommerce div.product form.cart .button:hover {
    color: #fff;
    background-color: #111;
}

.light-scheme .woocommerce a.button:hover {
    background-color: #111;
    color: #fff;
}

.woocommerce ul.products li.product .button {
    margin-top: 5px;
}

.woocommerce ul.products li.product .button:before {
    /*font-family: "icomoon";
    content:  "\e60f";
    margin-right: 10px;
    font-weight: 300;
    font-size: 16px*/
}

.woocommerce div.product form.cart .button:before,
.woocommerce div.product form.cart .button:after {
    display: none;
}

a.added_to_cart {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.2em;
    background-color: #202020;
    padding: 5px 20px;
}

a.added_to_cart:hover {
    color: #333;
    background-color: #fff;
}

@media only screen and (max-width:767px) {
    .woocommerce ul.products li.product .button {
        padding: 10px 15px;
        font-size: 13px
    }
}

.woocommerce ul.products li.product .price {
    color: #717171;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.light-scheme.woocommerce ul.products li.product .price {
    color: #111
}

.woocommerce ul.products li.product .price del {
    display: inline;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 500;
    color: rgb(244, 67, 54);
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block;
    border: none;
    text-transform: uppercase;
    border: none;
    margin: 0 2px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #999;
    padding: 0
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #FFF;
    font-weight: 900;
    background: #1a1b1c;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
}

.widget_product_tag_cloud {
    overflow: hidden
}

.widget_product_tag_cloud .tagcloud a {
    padding: 6px 10px;
    margin: 3px;
    float: left;
    line-height: normal;
    color: #bbb;
    border: 1px solid #555;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px !important;
    text-transform: uppercase;
}

.widget_product_tag_cloud .tagcloud a:before {
    content: "#";
}

.widget_product_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    line-height: normal;
    border: 1px solid transparent;
    color: #fff;
    background-color: #E82561;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-color: rgba(255, 255, 255, 0.3)
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    color: #fff;
    font-weight: 400;
}

ul.product_list_widget li a span {
    color: #fff;
    font-weight: 400;
}

ul.product_list_widget .woocommerce-Price-amount {
    font-weight: 500;
    color: #999;
}

ul.product_list_widget del,
ul.product_list_widget del .woocommerce-Price-amount {
    color: #666;
}

ul.product_list_widget ins {
    font-weight: 500;
    background-color: transparent;
    color: #999;
}

.woocommerce ul.product_list_widget li img {
    width: 50px;
}

.woocommerce ul.product_list_widget li {
    margin-bottom: 8px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.woocommerce ul.product_list_widget li:last-child {
    border: none;
}

.woocommerce-product-search input[type="submit"] {
    display: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #666;
}

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

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #eee;
}

.woocommerce .widget_price_filter .price_label {
    color: #ddd;
}

.woocommerce .widget_price_filter .price_label span {
    font-weight: 600;
}

.widget .product-categories li {
    padding: 6px 0;
    color: #333;
    line-height: 20px;
}

.widget .product-categories li:before {
    font-family: "icomoon";
    content: "\f105";
    display: inline-block;
    color: #666;
    margin-right: 8px;
    margin-left: 0px;
}

.single-product .content>.container {}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-weight: 700;
}

.woocommerce div.product p.price del {
    color: #666;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #fff;
    font-size: 20px;
}

.woocommerce div.product .woocommerce-variation-price .price {
    color: #fff;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    color: #fff;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #fff;
}

.light-scheme.woocommerce div.product p.price,
.light-scheme.woocommerce div.product span.price,
.light-scheme.woocommerce div.product .woocommerce-variation-price .price,
.light-scheme.woocommerce div.product p.price ins,
.light-scheme.woocommerce div.product span.price ins,
.light-scheme.woocommerce div.product p.price del,
.light-scheme.woocommerce div.product span.price del {
    color: #111;
}

.woocommerce div.product {
    margin-top: 20px;
    position: relative;
}

.woocommerce div.product .product_title {
    font-size: 36px;
    text-transform: uppercase;
    color: #717171;
}

.woocommerce .quantity .qty {
    margin-right: 10px;
    padding: 6px 0 5px 10px;
    border: 1px solid #333;
}

.light-scheme .woocommerce .quantity .qty,
.light-scheme.woocommerce .quantity .qty {
    border: 1px solid #aaa;
}

.product_meta .posted_in,
.product_meta .tagged_as,
.sku_wrapper {
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.product_meta {
    border-top: 1px solid #333;
    padding-top: 20px
}

.light-scheme .product_meta {
    border-top: 1px solid #ddd;
}

.product_meta .posted_in {
    margin-bottom: 5px
}

.posted_in,
.product_meta .posted_in a,
.product_meta .tagged_as a,
.sku_wrapper span {
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.65);
}

.woocommerce div.product .stock {
    color: #999;
    font-weight: 600;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #202020;
}

.light-scheme.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
}

.woocommerce div.product form.cart {
    border-top: 1px solid #333;
    padding-top: 20px;
}

.light-scheme.woocommerce div.product form.cart {
    border-top: 1px solid #ddd;
}

.woocommerce div.product form.cart .variations {
    background-color: transparent;
}

.woocommerce div.product form.cart .variations td {
    line-height: 2em;
    padding: 5px;
}

.woocommerce-variation-price {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-bottom: 15px;
}

.light-scheme .woocommerce-variation-price {
    border-top: 1px solid #ddd;
}

.woocommerce div.product form.cart .reset_variations {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.woocommerce div.product form.cart .reset_variations {
    color: #111
}

.woocommerce-page div.product .woocommerce-tabs {
    background-color: #202020;
}

.light-scheme.woocommerce-page div.product .woocommerce-tabs {
    background-color: #f6f6f6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 15px 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0 0 -1px 0;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ffffff;
    z-index: 2;
    border-bottom-color: transparent;
    color: #333;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: none;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
    color: #ddd;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 0;
    border-bottom: 2px solid transparent;
}

.light-scheme.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.light-scheme.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #111;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 2px solid #df0612;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 5px;
    color: #656565;
}

.light-scheme.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 15px;
    color: #111;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-weight: 400;
    color: #141414;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.light-scheme.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    color: #666;
    font-size: 16px;
}

.light-scheme.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #111;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 40px;
    padding: 30px;
    border: none;
    font-size: 16px;
}

.woocommerce #reviews h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.comment-form-rating label {
    font-weight: 300;
}

.woocommerce table.shop_attributes {
    border-top: 1px solid #222;
    font-size: 15px;
}

.light-scheme.woocommerce table.shop_attributes {
    border-top: 1px solid #ddd;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    line-height: 2;
    border: none;
    border-bottom: 1px solid #343434;
    border-top: 0;
    margin: 0;
    font-weight: 400;
}

.light-scheme.woocommerce table.shop_attributes td,
.light-scheme.woocommerce table.shop_attributes th {
    border-bottom: 1px solid #ddd;
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
    background-color: transparent;
}

table.shop_attributes {
    background-color: transparent;
}

table.shop_attributes th {
    color: #fff;
    font-weight: 300;
    background-color: transparent;
}

.light-scheme.woocommerce table.shop_attributes th {
    color: #111;
}

table.shop_attributes td {}

table.shop_attributes td p {
    color: #999;
    font-weight: 400;
}

table.shop_attributes td {
    padding: 0;
    width: 50%;
    border-top: 0;
    border-bottom: 1px solid #333;
    margin: 0;
    padding: 1em;
}

.woocommerce .star-rating:before {
    color: #fff;
}

.light-scheme.woocommerce .star-rating:before {
    color: #111;
}

.woocommerce-product-rating {
    color: #fff;
}

.woocommerce-review-link,
.woocommerce-review-link span {
    color: #999;
}

.woocommerce-review-link:hover,
.woocommerce-review-link:hover span {
    color: #fff;
}

.light-scheme .woocommerce-review-link:hover,
.light-scheme .woocommerce-review-link:hover span {
    color: #111;
}

.woocommerce #reviews #comments ol.commentlist {
    margin-bottom: 40px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    width: 58px;
    height: auto;
    background: #f4f4f4;
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 20px 0 0 30px;
    border: 1px solid #353535;
    border-radius: 0px;
    padding: 20px 20px 20px 40px;
}

.light-scheme.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    ;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    color: #999;
}

.light-scheme.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    color: #111;
}

.woocommerce .star-rating,
.woocommerce p.stars a {
    color: #fff;
}

.light-scheme.woocommerce .star-rating,
.light-scheme.woocommerce p.stars a {
    color: #111;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #aaa;
}

.light-scheme.woocommerce #review_form_wrapper .comment-form {
    background-color: #fff;
}

.woocommerce .related h2 {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 44px 0;
    border-radius: 0;
    background-color: transparent;
}

.cart-collaterals .shipping_calculator h2 a,
.cart-collaterals .shipping_calculator h2 a span {
    color: #fff;
}

table.shop_table th,
table.shop_table td {
    border: none;
    border-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em
}

.woocommerce table.shop_table td {
    border-top: 1px solid #222;
}

.light-scheme .woocommerce table.shop_table td {
    border-top: 1px solid #ddd;
}

.woocommerce table.shop_table td.actions {
    padding: 20px;
}

.woocommerce table.shop_table th {
    background-color: transparent;
    padding: 10px;
    border-bottom: 0;
    color: #fff;
}

.light-scheme .woocommerce table.shop_table th {
    color: #111
}

td.product-name a,
td.product-name strong {
    color: #fff;
    font-weight: 500;
}

.light-scheme td.product-name a,
.light-scheme td.product-name strong {
    color: #666;
    font-weight: 500;
}

.woocommerce ul.cart_list li dt,
.woocommerce td.product-name dl.variation dt {
    font-weight: 400;
    color: #666;
}

.woocommerce ul.cart_list dd,
.woocommerce td.product-name dl.variation dd {
    margin-top: 0;
    color: #666;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    margin-bottom: 0;
    line-height: 140%;
    font-size: 14px;
    padding: 0;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd {
    margin-bottom: 0;
    line-height: 140%;
    font-size: 14px;
    padding: 0;
}

.cart-collaterals .cart_totals table td {
    border-bottom: 1px solid #333;
}

.light-scheme .cart-collaterals .cart_totals table td {
    border-bottom: 1px solid #ddd;
}

.cart-collaterals .cart_totals table th {
    color: #ddd;
}

.cart-collaterals .shipping_calculator h2 a,
.cart-collaterals .shipping_calculator h2 a {
    color: #fff;
}

form.login,
form.checkout_coupon,
form.register {
    border: 1px solid #222;
    background: #222;
}

.checkout #order_review {}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 30px 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #ffffff;
    color: #333;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #717171;
    color: #333;
}

.light-scheme .woocommerce #respond input#submit.alt:hover,
.light-scheme .woocommerce a.button.alt:hover,
.light-scheme .woocommerce button.button.alt:hover,
.light-scheme .woocommerce input.button.alt:hover {
    background-color: #111;
    color: #fff;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 22px;
    text-transform: uppercase;
}

.cart-collaterals .cart_totals table th {
    color: #fff;
    border-bottom: 1px solid #333;
    background-color: transparent;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: none;
}

.cart-collaterals .cart_totals table th {
    border-bottom: 1px solid #333 !important;
}

.light-scheme .cart-collaterals .cart_totals table th {
    border-bottom: 1px solid #ddd;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    opacity: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-right: 20px;
    padding: 8px 10px;
    min-width: 200px;
    font-size: 18px;
    border: 1px solid #333;
    background-color: transparent;
}

.light-scheme.woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 1px solid #999;
}

.cart_totals .order-total .woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #fff;
}

.light-scheme .cart_totals .order-total .woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #111;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #333;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce .blockUI.blockOverlay {
    background-color: #222 !important;
}

.woocommerce-thankyou-order-received {
    font-size: 18px;
}

.woocommerce form .form-row .required {
    text-decoration: none;
}

.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
#order_review_heading {
    text-transform: capitalize;
    font-size: 22px;
}

.woocommerce-additional-fields h3 {
    text-transform: capitalize;
    font-size: 22px;
}

.select2-container .select2-choice>.select2-chosen {
    color: #fff
}

.woocommerce-checkout table.shop_table {
    background-color: transparent;
    margin-bottom: 40px;
    padding: 10px;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    color: #fff;
    background-color: transparent;
}

.light-scheme.woocommerce-checkout table.shop_table td,
.light-scheme .woocommerce-checkout table.shop_table td {
    color: #111;
    background-color: transparent;
}

.woocommerce-checkout td.product-name dl.variation dt,
.woocommerce-checkout td.product-name dl.variation dd {
    color: #aaa;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table .cart-subtotal td,
.woocommerce-checkout table.shop_table .order-total td {
    border-bottom: none;
    padding: 8px 15px;
}

.woocommerce-checkout td.product-name {
    font-weight: 400;
}

.order-total .woocommerce-Price-amount.amount {
    font-size: 18px;
}

.woocommerce-MyAccount-content .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 500;
}

#payment div.payment_box {
    background: #333;
    color: #eee;
}

#payment ul li label {
    color: #fff;
}

.light-scheme #payment ul li label {
    color: #111;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: #fff;
}

#payment div.payment_box:after {
    border: 8px solid #222;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#payment ul li input[type="radio"] {
    margin-right: 1em;
    margin-top: 0;
    padding-top: 5px;
    float: left;
    width: auto;
    height: 1.4em;
    width: 1.4em;
}

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

#payment ul li input[type="radio"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #df0612;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin-top: 4px;
    margin-right: 12px;
    border: none;
}

.woocommerce-checkout label {
    font-size: 16px;
    color: #fff;
}

.light-scheme .woocommerce-checkout label {
    color: #111;
    font-weight: 600
}

.site .form-row.woocommerce-validated input.input-text,
.site .woocommerce form .form-row.woocommerce-validated input.input-text,
.site.woocommerce form .form-row.woocommerce-validated select {
    border-color: #444;
}

.light-scheme .site .form-row.woocommerce-validated input.input-text,
.light-scheme .site .woocommerce form .form-row.woocommerce-validated input.input-text,
.light-scheme .site.woocommerce form .form-row.woocommerce-validated select {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 10px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-size: 18px;
    text-transform: none !important;
}

.light-scheme .woocommerce form .form-row input.input-text,
.light-scheme .woocommerce form .form-row textarea {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 10px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-size: 16px;
    font-weight: 600;
}

#order_comments {
    min-height: 200px;
}

.woocommerce-account .woocommerce-MyAccount-content em {
    font-size: 16px;
}

.select2-results__option {
    margin: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6e6e6e;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2b2b2b;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #2b2b2b;
}

.select2-container--default .select2-results__option {
    font-size: 18px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #555;
    color: #fff;
    background-color: transparent;
    border-radius: 0px;
    height: 40px;
    padding-top: 5px;
}

.select2-dropdown {
    background-color: #1c1d1e;
    border: 1px solid #555;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
    font-size: 18px;
}

.select2-container .select2-choice {
    border: 1px solid #444;
    color: #444;
    border-radius: 0px;
    background-color: transparent;
    font-weight: 400;
    padding: 4px 8px;
}

.select2-search input {
    border: none;
    background-color: transparent;
    background-position: 20px -20px;
}

.select2-drop-active {
    border: 1px solid #666;
    border-top: none;
}

.select2-drop {
    background: #131415;
    color: #fff;
}

.select2-results {
    background: #131415;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.select2-drop-active {
    border: 1px solid #444;
}

.select2-search {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px
}

.select2-results .select2-highlighted {
    background: #666;
    color: #fff;
    border-radius: 3px;
}

.light-scheme .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6e6e6e;
    color: #111;
}

.light-scheme .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.light-scheme .select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #fff;
}

.light-scheme .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    color: #111;
}

.light-scheme .select2-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
}

.light-scheme .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111;
    font-weight: 300 !important;
}

.light-scheme .select2-container .select2-choice {
    border: 1px solid #ddd;
    color: #666;
}

.light-scheme .select2-drop-active {
    border: 1px solid #666;
}

.light-scheme .select2-drop {
    background: #fff;
    color: #111;
}

.light-scheme .select2-results {
    background: #fff;
}

.light-scheme .select2-container--default .select2-search--dropdown .select2-search__field {
    border-bottom: 1px solid #ddd
}

.light-scheme .select2-drop-active {
    border: 1px solid #ddd;
}

.light-scheme .select2-results .select2-highlighted {
    background: #f9f9f9;
    color: #111;
}

.order-info mark {
    color: #fff;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    margin-top: 60px;
    background: #1a1b1c;
    border-radius: 0px;
}

.light-scheme #add_payment_method #payment,
.light-scheme .woocommerce-cart #payment,
.light-scheme .woocommerce-checkout #payment {
    background: #f6f6f6;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #333;
    color: #fff;
}

.light-scheme #add_payment_method #payment div.payment_box,
.light-scheme .woocommerce-cart #payment div.payment_box,
.light-scheme .woocommerce-checkout #payment div.payment_box {
    background-color: #ddd;
    color: #111;
}

.light-scheme #add_payment_method #payment div.payment_box:before,
.light-scheme .woocommerce-cart #payment div.payment_box:before,
.light-scheme .woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #ddd;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #333;
    font-size: 18px
}

.light-scheme #add_payment_method #payment ul.payment_methods,
.light-scheme .woocommerce-cart #payment ul.payment_methods,
.light-scheme .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #ddd;
}

#order_review_heading {
    margin-top: 40px;
}

.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: #222;
}

.light-scheme .woocommerce form .form-row.woocommerce-validated .select2-container,
.light-scheme .woocommerce form .form-row.woocommerce-validated input.input-text,
.light-scheme .woocommerce form .form-row.woocommerce-validated select {
    border-color: #ddd;
}

.woocommerce .order_details {
    margin: 0 0 1.5em;
    list-style: none;
    background-color: #222;
    padding: 10px;
}

.light-scheme .woocommerce .woocommerce-order-overview {
    background-color: #f6f6f6;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    border-bottom: 0;
    border-top: 1px solid #222;
    background: transparent;
}

.woocommerce-checkout address {
    font-style: normal;
}

.woocommerce-MyAccount-content mark {
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-weight: bold;
}

.light-scheme .woocommerce-MyAccount-content mark {
    color: #111
}

.woocommerce-checkout h2,
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 65px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.woocommerce .woocommerce-customer-details address {
    font-size: 18px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid #222;
}

.light-scheme .woocommerce table.shop_table tbody th,
.light-scheme .woocommerce table.shop_table tfoot td,
.light-scheme .woocommerce table.shop_table tfoot th {
    border-top: 1px solid #ddd;
}

.woocommerce table.customer_details th,
.woocommerce table.customer_details td {
    border-bottom: 0;
    border-top: 1px solid #222;
}

.light-scheme .woocommerce table.customer_details th,
.light-scheme .woocommerce table.customer_details td {
    border-bottom: 0;
    border-top: 1px solid #ddd;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    color: #999;
    border-top: 3px solid #222;
    list-style: none !important;
    width: auto;
    font-weight: 400;
    word-wrap: break-word;
    font-size: 18px;
}

.woocommerce-info,
.woocommerce-message {
    background-color: #1a1b1c;
}

.light-scheme .woocommerce-error,
.light-scheme .woocommerce-info,
.light-scheme .woocommerce-message {
    background-color: #e0e7ff;
    color: #111;
    border-top: 3px solid #92a6ec;
}

.woocommerce-info:before {
    color: #fff;
}

.light-scheme .woocommerce-info:before {
    color: #111;
}

.woocommerce-info a {
    color: #fff;
    font-weight: 600;
}

.light-scheme .woocommerce-info a {
    color: #111;
}

.light-scheme .woocommerce-info a.woocommerce-Button {
    color: #fff;
}

.woocommerce-message:before {
    color: #fff;
}

.light-scheme .woocommerce-message:before {
    color: #111;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    max-width: 80%;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    border: 1px solid #222;
    border-bottom: 0;
    background-color: #1a1b1c;
    margin: 0;
    padding: 10px 20px;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.04em;
}

.light-scheme.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #eee;
    background-color: #f6f6f6;
    color: #666
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: 1px solid #222;
}

.light-scheme.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff;
}

.light-scheme.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #111;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #4e4e4e;
    color: #fff;
}

.light-scheme.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #eee;
    color: #111;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    margin: 2em 0;
    text-align: left;
    border-radius: 0;
    background-color: #1a1b1c;
}

.woocommerce form.login label.inline {
    margin-left: 20px;
}

.woocommerce form.login label.inline input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.woocommerce form .form-row .input-checkbox {
    width: auto;
}

.woocommerce-Addresses h3 {
    text-transform: uppercase;
    font-size: 22px
}

.pswp .pswp__button {}

.pswp .pswp__button:after,
.pswp .pswp__button:before {
    transform: translateX(0) translateZ(0);
    background-color: transparent !important;
    opacity: 1;
}

.woocommerce label {
    cursor: pointer;
    display: block;
    margin: 0 0 5px;
}

.woocommerce input,
.woocommerce textarea {
    -webkit-appearance: none;
    background-color: transparent;
    color: #fff;
    padding: 20px 0px;
    transition: border 0.3s linear;
    font-weight: 300;
}

.woocommerce .light-scheme input,
.woocommerce .light-scheme textarea {
    color: #111;
    border-bottom: 1px solid #ddd;
}

.woocommerce select {
    color: #fff;
    border: 1px solid #333;
    font-size: 20px;
}

.woocommerce .light-scheme select {
    color: #666;
    border: 1px solid #999;
}

.woocommerce option {
    color: #111
}

.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
    border-color: #df0612;
}

.woocommerce input,
.woocommerce select {
    min-height: 30px;
}

.woocommerce textarea {
    padding: 20px 0;
    resize: both;
    width: 100%;
    line-height: 1.5em;
}

.woocommerce select,
.woocommerce option {
    cursor: pointer;
    padding: 5px 7px;
}

.woocommerce input::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder {
    color: #999;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    font-size: 16px
}

.woocommerce input:-moz-placeholder,
.woocommerce textarea:-moz-placeholder {
    color: #999;
    text-transform: capitalize;
    letter-spacing: 0.2em;
    font-size: 13px
}

.woocommerce .light-scheme input::-webkit-input-placeholder,
.woocommerce .light-scheme textarea::-webkit-input-placeholder {
    color: #666;
}

.woocommerce .light-scheme input:-moz-placeholder,
.woocommerce .light-scheme textarea:-moz-placeholder {
    color: #666;
}

.woocommerce input[type="checkbox"],
.woocommerce input[type="radio"] {
    width: auto;
    margin-right: 10px;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
}

.woocommerce .price {
    margin-top: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.woocommerce ul.products li.product .button,
.woocommerce .btn-wishlist {
    margin-top: 5px;
    background: #ffffff;
    font-size: 20px !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce .btn-wishlist:hover {
    background: #fff !important;
    color: #333;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
}

.woocommerce ul.products li.product {
    display: inline-block;
}

.woocommerce .btn-wishlist {
    padding: 10px 22px;
    color: #fff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    /*font-size:  13px;*/
    font-weight: 300;
    border-radius: 0;
    letter-spacing: 0.1em;
    overflow: hidden;
    line-height: 120%;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner {
    background-color: #111111;
    font-size: 15px;
}

.icon_big_times::before {
    color: #df0612;
}

.tinv-wishlist .product-remove button {
    font-size: 20px !important;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
    font-size: 13px !important;
}

.tinvwl-mobile:hover,
.tinvwl-input-group-btn:hover {
    color: #333;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before:hover,
a.wishlist_products_counter.top_wishlist-white:before:hover,
span.wishlist_products_counter.top_wishlist-white:before:hover {
    color: #333;
}

.tinv-wishlist a:hover,
.tinv-wishlist a>*:hover {
    color: #333;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before,
a.wishlist_products_counter.top_wishlist-white:before,
span.wishlist_products_counter.top_wishlist-white:before {
    color: inherit;
}

.tinvwl-table-manage-list input[type="submit"] span,
.tinvwl-table-manage-list button span,
.tinvwl-table-manage-list .button span {
    color: inherit;
}

.tinvwl-table-manage-list select,
.tinvwl-table-manage-list option {
    cursor: pointer;
    padding: 7px 7px;
}

.woocommerce .woocommerce-notices-wrapper a {
    text-decoration: none !important;
}

.woocommerce .related ul.products li.product .button,
.related .tinv-wraper.tinv-wishlist {
    align-self: center;
}

.woocommerce .quantity .text {
    position: unset;
}

.woocommerce .cart button {
    padding: 10px 22px !important;
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    overflow: hidden;
    line-height: 120% !important;
    font: 14px/1.6 "Roboto", sans-serif;
}

.woocommerce .cart button:hover {
    /*background:  #717171 !important;*/
    color: #333 !important;
    top: 0px;
    left: 0px;
    background: url(../images/Mask-Group-9.jpg) no-repeat center center /cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.woocommerce-product-gallery figure img {
    max-width: 600px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #333;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #999;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px 20px 10px 20px;
    /*border-top:  1px solid #999;*/
    margin: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: -5px 0 20px 0;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table th {
    background-color: transparent;
    padding: 10px;
    border-bottom: 0;
    color: #fff;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

table.shop_table th,
table.shop_table td {
    border: none;
    border-bottom: 0;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0.05em;
}

table td,
table th {
    padding: 15px;
    border: 1px solid #232323;
    text-align: left;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px !important;
}

.woocommerce table.shop_table td.actions {
    padding: 20px !important;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: right;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #222;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px !important;
    box-shadow: none;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto;
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%;
}

.woocommerce-shipping-methods li {
    margin: 0;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-right: 20px;
    padding: 8px 10px;
    min-width: 200px;
    font-size: 14px;
    border: 1px solid #333;
    background-color: transparent;
    min-height: 36px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce div.product form.cart .button {
    font-family: 'Acronym Bold';
    font-size: 20px;
    color: #000000;
    border: 0px solid #fff;
    background-color: #fff;
    padding: 16px 32px 16px 32px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1px;
    position: relative;
    outline: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 10px 22px;
    font-size: 16px !important;
    letter-spacing: 0.2em;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #fff !important;
    color: #333;
    border-color: #fff;
    text-decoration: none !important;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: 0.5em;
    display: inline-block;
    color: #df0612;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e019";
    text-decoration: none;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce form .form-row label {
    line-height: 2;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: inline-flex;
}

.woocommerce-checkout label {
    font-size: 16px;
    color: #fff;
}

.woocommerce .woocommerce-checkout .form-row input,
.woocommerce .woocommerce-checkout .form-row textarea {
    margin-left: 0px;
}

.woocommerce-checkout-review-order-table {
    background: #1a1b1c !important;
}

.woocommerce-checkout-review-order ul {
    margin: 0;
}

.woocommerce-info::before {
    color: #717171;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: unset;
    top: 1em;
    left: 1.5em;
    width: 20px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-family: var(--heading--font-family);
    font-size: 15px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
    color: #ffffff;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    font-size: 16px !important;
}

.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th {
    border-top: 1px solid #2e2e2e !important;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table .cart-subtotal td,
.woocommerce-checkout table.shop_table .order-total td {
    border-bottom: none;
    padding: 8px 12px;
}

.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text {
    border: 2px solid #df0612;
}

.woocommerce-error li {
    padding: 0px 5px;
}

.woocommerce-error::before {
    content: "";
    display: none;
}

.woocommerce-info a:hover {
    color: #df0612;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    border: 1px solid;
}

.woocommerce-checkout #coupon_code {
    border: 1px solid #fff !important;
    margin: 0;
    padding: 15px !important;
}

ul.products li.product .added_to_cart {
    display: none;
}

.shipping-calculator-form input {
    margin-left: 0px;
}

.shipping-calculator-form .select2-selection__rendered,
.shipping-calculator-form select {
    font-size: 15px;
    border: 1px solid #ddd !important;
    padding: 15px;
    height: 50px !important;
    padding-left: 25px !important;
}

.shipping-calculator-form .select2-selection__rendered {
    padding-top: 10px !important;
}

.empty-btn {
    display: inline !important;
    font-size: 13px !important;
    margin: 0px 20px;
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid #333;
    background-color: transparent;
    min-height: 36px;
    text-decoration: none !important;
    border: transparent;
}

a.empty-btn:hover {
    background: #fff !important;
    text-decoration: none !important;
}

.woocommerce-checkout .create-account span {
    float: left;
}

.woocommerce-form-login__rememberme {
    margin-top: 10px !important;
}

.woocommerce-account input,
.woocommerce-account textarea {
    -webkit-appearance: none;
    background-color: transparent;
    color: #fff;
    padding: 20px 0px;
    transition: border 0.3s linear;
    font-weight: 300;
}

.woocommerce-account input,
.woocommerce-account textarea {
    width: 400px;
    border: 1px solid white !important;
    float: left;
    margin-left: 0px;
    padding: 25px !important;
}

.woocommerce-account .woocommerce-MyAccount-content label {
    justify-content: left;
}

.woocommerce-account form .form-row label,
.woocommerce-account form .form-row label {
    display: contents;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.woocommerce-account form .show-password-input::after {
    margin-top: -10px;
}

.woocommerce-Address-title .edit,
.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #df0612;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection {
    border: 1px solid white !important;
}

.woocommerce-account .select2-results__options {
    border: 1px solid white !important;
}

.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #2b2b2b !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection {
    margin-top: 0px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow {
    top: 10px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid white !important;
}

@media only screen and (max-width:810px) {
    .woocommerce-cart .container {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .woocommerce table.shop_table_responsive .button,
    .woocommerce-page table.shop_table_responsive .button {
        background-color: #ffffff !important;
    }

    .empty-btn {
        display: block !important;
        margin: 0;
    }

    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive .button,
    .woocommerce-page table.shop_table_responsive .button {
        margin: 10px 0;
    }

    .woocommerce-cart .section-content {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .woocommerce-cart .quantity {
        float: unset;
        margin: 0 4px 0 0;
    }

    .woocommerce-cart .quantity .qty {
        margin-right: 0px;
    }

    .woocommerce-cart .cart button {
        line-height: 130% !important;
    }

    .woocommerce-checkout h2,
    .woocommerce-account .woocommerce-MyAccount-content h2 {
        font-size: 55px;
    }
}

.woocommerce section {
    padding: 45px 0;
}

.woocommerce section.footer-content-area {
    padding: 138px 75px 70px;
}

.woocommerce section.blog-listing-area {
    padding-bottom: 115px;
}

.woocommerce ul.products li.product .button:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/Mask-Group-9.jpg) no-repeat center center /cover;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.woocommerce ul.products li.product .button:hover:after {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.woocommerce-ordering select,
ul.products li.product .button:hover {
    color: #333 !important;
}

.woocommerce ul.products li.product .button span {
    position: relative;
    z-index: 1;
}

.woocommerce ul.products li.product {
    padding-bottom: 60px;
}

.single-product form.cart input[type=number] {
    outline: none;
    color: #333;
    margin-top: 3px;
    font-weight: 600;
    font-size: 14px;
    height: 2.5em !important;
}

.woocommerce-product-gallery ol,
ul {
    padding: 0px;
}

.woocommerce-tabs #tab-description h2,
.woocommerce-tabs #tab-description p {
    font-size: 18px;
}

.woocommerce-tabs ul {
    border-color: #ffffff;
}

.woocommerce-Reviews p,
.comment-form>p label {
    font-size: 16px;
}

.woocommerce-tabs #reviews .comment-form-rating label {
    margin: 0;
}

.comment-form>p textarea {
    padding: 10px;
}

/*.woocommerce-error li, .woocommerce-info, .woocommerce-message { justify-content: left; }*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-size: 20px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    margin-right: 10px;
}

button:not(:hover):not(:active):not(.has-background) {
    background: #ffffff;
}

a.remove {
    line-height: 16px;
    padding-left: 2px;
}

a.remove:hover {
    background: #717171;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    font-size: 18px;
}

.woocommerce table.shop_table td {
    font-size: 18px;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    font-size: 18px;
}

.woocommerce-shipping-totals p {
    font-size: 18px;
}

.comment-form>p label,
.comment-form .comment-form-cookies-consent>label,
.comment-form>p.comment-notes,
.comment-form>p.logged-in-as {
    font-size: 16px;
}

.woocommerce input,
.woocommerce textarea {
    color: #fff;
    padding: 10px;
    outline: none;
    color: #fff;
    border: 1px solid #717171;
}

.woocommerce input:focus,
.woocommerce textarea:focus {
    color: #fff;
    padding: 10px;
    outline: none;
    color: #fff;
    border: 1px solid #717171;
}

.woocommerce input,
.woocommerce textarea {
    color: #1a1b1c;
    padding: 10px;
    outline: none;
    color: #333;
    border: 1px solid #717171;
}

.comment-form>p input[type=email],
.comment-form>p input[type=text],
.comment-form>p input[type=url],
.comment-form>p textarea {
    border: 1px solid #717171;
    background: none;
    color: #ffffff;
}

.mailing-form-area input[type=submit]:not(:hover):not(:active):not(.has-text-color) {
    color: #ffffff !important;
}

body .woocommerce .woocommerce-cart-form .shop_table_responsive #coupon_code {
    min-width: 200px !important;
}

.woocommerce-cart .select2-container .select2-selection {
    border: 0px !important;
    padding: 0px !important;
}

body .woocommerce input,
.woocommerce textarea {
    padding: 10px;
}

body .woocommerce .cart-collaterals .shipping-calculator-form .select2-container .select2-selection__rendered {
    color: #333;
}

body .woocommerce .cart-collaterals .shipping-calculator-form p {
    display: block;
    margin-bottom: 24px;
}

.site .button:not(:hover):not(:active):not(.has-text-color),
button:not(:hover):not(:active):not(.has-text-color),
input[type=submit]:not(:hover):not(:active):not(.has-text-color),
input[type=reset]:not(:hover):not(:active):not(.has-text-color),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
    color: #333 !important;
}

#customer_details>.col-1,
#customer_details>.col-2 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}

body .woocommerce-checkout form .col2-set p {
    display: block;
}

.woocommerce-checkout .select2-container .select2-selection {
    border: var(--form--border-width) solid var(--form--border-color);
    border-radius: var(--form--border-radius);
}

.woocommerce-checkout .select2-container .select2-selection {
    border: 0px !important;
    padding: 0px !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    border: 1px solid #717171 !important;
}

.woocommerce-checkout form .col2-set p {
    display: block !important;
}

#ship-to-different-address {
    margin: 0px 0 !important;
}

#ship-to-different-address label span::after {
    top: 8px !important;
}

#ship-to-different-address label span::before {
    top: 5px !important;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-size: 16px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 18px;
}

#payment ul li label {
    font-size: 16px;
}

.woocommerce-info a:hover {
    color: #717171;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-size: 18px;
}

.shipping-calculator-form .select2-selection__rendered,
.shipping-calculator-form select {
    border: 1px solid #717171 !important;
}

.woocommerce-cart p.form-row input {
    border: 1px solid #717171 !important;
}

.woocommerce-checkout #coupon_code {
    border: 1px solid #717171 !important;
    padding: 10px !important;
}

.checkout_coupon.woocommerce-form-coupon button {
    padding-top: 18px;
    padding-bottom: 18px;
}

.checkout_coupon.woocommerce-form-coupon p {
    font-size: 18px;
}

.required {
    color: #dc3232;
}

.woocommerce-error {
    font-size: 20px;
    background: #dc3232;
    color: #ffffff;
    padding: 10px;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: flex;
}

.woocommerce-checkout .woocommerce {
    max-width: 100%;
}

.xoo-cp-container {
    background: #111111 !important;
    color: #ffffff !important;
}

span.xoo-cp-close {
    color: #111111 !important;
}

td.xoo-cp-ptitle a {
    color: #ffffff !important;
}

a.xcp-btn {
    width: 30%;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 8px 0;
    display: inline-block;
    margin-right: 5px;
    font-family: 'Acronym Bold';
    font-size: 14px;
    color: #000000 !important;
    border: 0px solid #fff;
    background-color: #fff;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1px;
    position: relative;
    outline: none;
}

a.xcp-btn:hover {
    color: #111111 !important;
}

.xoo-cp-atcn {
    font-size: 18px;
    font-family: 'Acronym Bold';
}

.dgwt-wcas-search-input {
    font-size: 18px !important;
    font-family: 'Acronym Bold' !important;
}

.woocommerce-thankyou-order-received {
    color: #018d01;
    font-size: 35px !important;
    font-weight: 600 !important;
}

.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2 {
    max-width: 48%;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
    font-size: 35px;
}

.woocommerce .order_details,
.woocommerce-order-details .date {
    font-size: 20px;
}

.woocommerce .woocommerce-customer-details address {
    font-size: 20px;
}

.woocommerce-order-received .woocommerce-order li,
.woocommerce-order-received .woocommerce-order p {
    font-size: 20px;
}

.ser-thumb-big {
    text-align: right;
    height: 500px;
    margin-top: -23%;
    opacity: 0.15;
}

.ser-thumb-big img {
    text-align: right;
    height: 92%;
    position: inherit;
    opacity: 0.45;
}

.ser-thumb-margin-text {
    margin-top: -51% !important;
}


@media only screen and (max-width: 768px) {

    .woocommerce table.shop_table_responsive tr:nth-child(2n+1) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n+1) td {
        background: none;
    }

    #gradient-canvas {
        display: none;
    }
}

@media only screen and (max-width: 810px) {

    .woocommerce table.shop_table_responsive .button:hover,
    .woocommerce-page table.shop_table_responsive .button:hover {
        background-image: url('../images/Mask Group 9.jpg');
        background-size: cover;
        background-position: center;
        color: #111111;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .woocommerce table.shop_table_responsive .button:not(:hover):not(:active):not(.has-background) {
        color: #111111;
        background: #ffffff;
        border: none;
    }

    .ser-thumb-big {
        display: none;
    }

    .ser-thumb-margin-text {
        margin-top: 0 !important;
    }

    .common-background-style:after {
        display: none;
    }
}

.contact-us-heading h1 {
    font-family: 'Acronym Bold';
    font-size: 56px;
    line-height: 74px;
    color: #FFFFFF;
    text-transform: capitalize;
    background-image: url('../images/Group 231.jpg');
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 0px -4px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

.service-heading-area {
    align-items: center !important;
}

.form-style {
    background: #444444 !important;
}

.p-style {
    font-family: 'Acronym light';
    font-size: 25px;
    line-height: 33px;
    color: #717171;
}

.address-box {
    margin-top: 47px;
}


.animate-right-curve {
    width: 192px;
    height: 698px;
    background-image: url('../images/right-curve/cream.png');
    animation-name: right-curve;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    position: absolute;
    left: calc(100% - 5vw);
    top: -32%;
}

.animate-right-curve-services {
    width: 192px;
    height: 698px;
    background-image: url('../images/right-curve/cream.png');
    animation-name: right-curve;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    position: absolute;
    left: calc(100% - 5vw);
    top: 17%;
}

.animate-right-curve-whatwedo {
    width: 192px;
    height: 698px;
    background-image: url('../images/right-curve/cream.png');
    animation-name: right-curve;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    position: absolute;
    left: calc(100% - 4vw);
    top: 5%;
    pointer-events: none;
}

@keyframes right-curve {
    0% {
        background-image: url('../images/right-curve/cream.png');
    }

    20% {
        background-image: url('../images/right-curve/green.png');
    }

    40% {
        background-image: url('../images/right-curve/pink.png');
    }

    60% {
        background-image: url('../images/right-curve/violet.png');
    }

    60% {
        background-image: url('../images/right-curve/blue.png');
    }

    100% {
        background-image: url('../images/right-curve/purple.png');
    }
}

.animate-left-curve {
    width: 509px;
    height: 851px;
    background-image: url('left-curve/1.png');
    animation-name: left-curve;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    position: absolute;
    /*right: calc(100% - 235px);*/
    right: calc(100% - 8vw);
    top: calc(100% - 32%);
}

.animate-left-curve-company-timeline {
    width: 509px;
    height: 851px;
    background-image: url('left-curve/1.png');
    animation-name: left-curve;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    position: absolute;
    right: calc(100% - 7vw);
    top: -50%;
    pointer-events: none;
}

.animate-left-curve-whatwedo {
    width: 509px;
    height: 851px;
    background-image: url('left-curve/1.png');
    animation-name: left-curve;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    position: absolute;
    right: calc(100% - 5vw);
    top: calc(100% - 35%);
}

@keyframes left-curve {
    0% {
        background-image: url('../images/left-curve/1.png');
    }

    20% {
        background-image: url('../images/left-curve/2.png');
    }

    40% {
        background-image: url('../images/left-curve/3.png');
    }

    60% {
        background-image: url('../images/left-curve/4.png');
    }

    60% {
        background-image: url('../images/left-curve/5.png');
    }

    100% {
        background-image: url('../images/left-curve/6.png');
    }
}

.animate-footer-curve {
    width: 254px;
    height: 212px;
    background-image: url('../images/footer-curve/1.png');
    animation-name: footer-curve;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    right: 0px;
    bottom: -30px;
    left: auto;
    position: absolute;
    z-index: -1;
}

@keyframes footer-curve {
    0% {
        background-image: url('../images/footer-curve/1.png');
    }

    20% {
        background-image: url('../images/footer-curve/2.png');
    }

    40% {
        background-image: url('../images/footer-curve/3.png');
    }

    60% {
        background-image: url('../images/footer-curve/4.png');
    }

    60% {
        background-image: url('../images/footer-curve/5.png');
    }

    100% {
        background-image: url('../images/footer-curve/6.png');
    }
}

.list-of-services-tab {
    z-index: 9;
    transition: all .5s;
}

.talk-to-specalist-section .common-button:hover:after {
    opacity: 0;
}

.talk-to-specalist-section .common-button:hover {
    color: #fff;
    background: #000000;
}

.wpcf7-list-item {
    display: table;
}

.wpcf7-not-valid-tip {
    margin-top: 16px;
}

.block-icon img {
    height: 80px !important;
    width: auto !important;
}

.ser-headline-img img {
    height: 80px;
    width: auto;
}

.aw-ic-icon img {
    width: auto !important;
    height: 62px;
    max-width: none !important;
    margin-right: 18px;
}

[class^="mob-icon-"]:before,
[class*=" mob-icon-"]:before {
    font-size: 35px;
    /* margin-top: 30px;
    margin-right: 20px;*/
    color: #fff;
    /*margin-bottom: 30px;*/
}

.service-heading-left img {
    height: 80px;
    width: auto;
}

@media(max-width:767px) {
    .list-of-services-tab .container {
        max-width: 100%;
        padding: 0px
    }

    .what-we-do-block-area .swiper-button-next {
        right: 12px !important;
    }

    .what-we-do-block-area .swiper-button-prev {
        left: 12px !important;
    }

    .what-we-do-area.what-we-do-page-area-section .container {
        max-width: 100%;
        padding: 0px
    }

    .what-we-do-block-area {
        margin-top: 43px;
    }

    .how-we-do-it-listing .row .col-lg-6 .each-listng-content {
        display: block !important;
        text-align: center;
    }

    .animate-footer-curve {
        display: none;
    }

    .footer-content-bottom {
        padding-bottom: 0px !important;
    }

    .mobmenur-container {
        top: 30px;
        margin-top: -36px !important;
    }

    .temp-about-us .wp-block-columns {
        position: relative;
    }
}

ul,
ol {
    font-family: 'Acronym light';
}

@media (min-width: 2401px) {
    #gradient-canvas {
        max-width: 100% !important;
    }

    .banner-area {
        background-size: 100% 100% !important;
    }
}

.each-listing-icon img {
    height: 113px;
    width: auto;
}

.company-timeline .container {
    position: relative;
    z-index: 9;
}

.brendan-dunne-area .container {
    position: relative;
    z-index: 9;
}

@media(max-width:1599px) {
    .blank-div {
        height: 105px;
    }

    .banner-area {
        padding: 75px 0px 130px !important;
        min-height: 655px;
    }

    .wp-block-columns:first-of-type {
        padding-left: 20px;
        padding-right: 20px;
    }

    .is-layout-flex.wp-container-6.wp-block-columns {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.how-we-do-it-listing>.row>div:nth-child(2n) .each-listng-content {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.wc-stripe-elements-field {
    margin-left: 0px !important;
}

.__PrivateStripeElement {
    min-width: 200px;
}

.woocommerce form .form-row-first {
    width: 100% !important;
}

.woocommerce form .form-row-last {
    width: 100% !important;
}

.wc_payment_method .payment_box fieldset {

    background: none !important;
}

.wc_payment_method .payment_box a {
    color: #ffffff !important;
}

.service-content-two-block h3 {
    font-size: 20px !important;
  line-height: 25px;
  margin-bottom: 0px !important;
}
/*******STRUCTURAL LAYOUT Checkout Page*******/

/*WooCommerce Layout Structure*/
@media (min-width: 980px) {

/*Billing Detials Side*/
.woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set {
float:left;
width: 63%;
}

/*Order Review Side*/
.woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce #order_review, .woocommerce-checkout .woocommerce-page #order_review {
float: left;
width:35%;
margin-left: 2%;
}
}

@media (max-width: 979px) {
/*Billing Detials Margin*/
.woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set {
margin-bottom: 2em;
}
}

/*******LEFT SIDE*******/

/*Billing Details Headline*/
.woocommerce-account form h3:first-child, .woocommerce-checkout form h3:first-child {
/*display: none; !*This is my preference. You can remove this and use the margin-bottom style below instead*!*/
/*margin-bottom: 1em;*/
}

/*Form Container Styles*/
.woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set {
background: #1e1e1e;
padding: 15px;
border-radius: 1em;
margin: 5px;
}

/*Form Field Title Styles*/
input, button, select, textarea {
font-size: 12px;
line-height: 1.7;
text-transform: math-auto ;
font-weight: 500;
color: #4a4a4a;
margin-bottom: 0.5em;
}


label {
line-height: 1.7;
text-transform: capitalize ;
font-weight: 500;
color: #4a4a4a;
margin-bottom: 0.5em;
}

/*Form Field Styles*/
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
border: 1px solid #d9d9d9;
border-radius: 5px;
background-color: white;
/*height: 4em;*/
}

.woocommerce-account form .form-row, .woocommerce-checkout form .form-row {
margin-bottom: 1em;
}

/*Form Field Dropdown Styles*/

.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #d9d9d9;
border-radius: 5px;
/*height: 4em;*/
}

.select2-container .select2-selection--single .select2-selection__rendered {
line-height: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100%;
position: absolute;
top: 1px;
right: 5px;
width: 25px;
}

.woocommerce-account form .payment_methods label, .woocommerce-checkout form .payment_methods label {
padding-left: 0px;
}

/*Form Field Focus Color Style*/
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
border-color: #4e22e9; /*Change this to a color that best suits your design*/
box-shadow: none;
outline: 0;
}

/*******RIGHT SIDE*******/

/*Order Review Headline Removal*/
h3#order_review_heading {
display: none;
}

/*Order Review Container Styles*/
div#order_review {
background: #1e1e1e;
padding: 10px;
border-radius: 1em;
box-shadow: 0 0.5em 2em rgb(0 0 0 / 10%);
}

/*Remove Product and Subtotal Headlines*/
table.shop_table.woocommerce-checkout-review-order-table thead{
display: none;
}

table.shop_table.woocommerce-checkout-review-order-table {
color: black;
text-transform: uppercase;
font-size: 14px;
}

table th, table td {
border-top: none; /*Change to set a divider line if desired*/
}

/*Order Total Line Item Styles*/
tr.order-total {
color: #0049ff; /*Accent color for total if desired*/
background: #0049ff21; /*Accent background color if desired*/
}

/*Stripe Form Field Styles*/
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
border: 1px solid #d9d9d9;
border-radius: 5px;
background-color: #fff;
padding: 15px;
width: 100%;
}

input#wc-stripe-new-payment-method {
margin-right: 1em;
}

/* Place Order Button Styles*/
#place_order {
width: 100%;
color: #333 !important;
border: none;
box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 8px 0px;
    padding: 15px !important;
}

#place_order:hover {
color: rgba(255,255,255,0.5);
}

/*Sticky Order Review*/
#order_review {
position: -webkit-sticky;
position: sticky;
top: 150px;
z-index:0;
}
body {
overflow-x:visible;
}

/*******COUPON & ALERT STYLES*******/

.woocommerce-info, .woocommerce-message {
background-color: #f7f8fa;
color: #474747;
border: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 1em;
}

form.checkout_coupon.woocommerce-form-coupon {
padding: 3em;
background: white;
border-radius: 1em;
margin-top: 0em;
margin-bottom: 2em;
}

/*Error Alert*/
.woocommerce-error {
background-color: #ff7e7e;
border: none;
color: #761f1f;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
text-shadow: none;
}

/*******REMOVE ADDITIONAL INFORMATION FIELD*******/

/*Delete This To Show Your Additional Fields Section*/
.woocommerce-additional-fields {
display: none;
}
#wc-stripe-cc-form .wc-credit-card-form .wc-payment-form label {
    
    display: none;
}
#payment  li .woocommerce-SavedPaymentMethods-saveNew .woocommerce-validatedul label {
  font-size: 12px;
}
#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  position: relative;
  width: 100% !important;
}
/*******OPTIONAL WOOCOMMERCE SUBSCRIPTION STYLES*******/

/*WooCommerce Subscriptions Styles*/
/*This is commented out. Simply delete the comment slash and asterisk to activate*/

/*tr.order-total.recurring-total {
display: table-row;
background: #0049ff21;
}

.first-payment-date {
font-size: 0.85em;
}

tr.order-total {
display:none;
}*/


/* ranesh@radus28.com */
.woocommerce-checkout form{
    
}


.woocommerce-checkout form .checkout-billing-title label{
    
    font-size: 16px;
    line-height: 40px;
}

.woocommerce-checkout form .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000;
}

.woocommerce-checkout form .col2-set, .woocommerce-checkout form #order_review {
    width: 100% !important;
}
.woocommerce-checkout p {
	font-family: 'Acronym light';
	margin-bottom: 10px !important;
}

.woocommerce-checkout form .checkout-shipping-title h3{
    margin-top: 20px
}

.woocommerce-checkout form .form-row {
    margin-right: 0px;
    margin-left: 0px;
}

.woocommerce-checkout form .woocommerce-checkout-review-order-table .product-name img{
    width: 50px !important;
}

.woocommerce-checkout form .woocommerce-checkout-review-order-table tr td:nth-child(2) {
    text-align: left !important;
}

.woocommerce-checkout form #place_order{
    padding: 15px;
    border-radius: 10px;
}

.woocommerce-checkout form .wc-credit-card-form{
    display:flex;

}
@media (max-width: 991px) {
 .woocommerce-checkout form .wc-credit-card-form{
    display:flex;
    overflow: scroll;
    }
}

.woocommerce-checkout form .wc-credit-card-form .form-row-first{
    width:151px !important;
}

.woocommerce-checkout form .wc-credit-card-form .form-row-last{
    width:100px !important;
}

@media (max-width: 768px) {
    .woocommerce-message .button.wc-forward {
        font-size: 16px; /* Adjust font size for mobile */
        padding: 12px; /* Increase padding for better touch interaction */
        text-align: center; /* Center the text within the button */
    }
}

.woocommerce-checkout form .woocommerce-checkout-review-order-table .cart_item .product-name{
    display: flex;
    font-size: 14px;
}
.woocommerce-checkout form .woocommerce-checkout-review-order-table .cart_item .product-name img{
    margin-right: 5px;
}

.woocommerce-checkout form label{
    font-weight: 400 !important;
    height: 2em;
    font-size: 16px !important;
}

.woocommerce-checkout form input, 
.woocommerce-checkout form button, 
.woocommerce-checkout form select, 
.woocommerce-checkout form textarea{
    /*text-transform: none !important;*/
    font-weight: 400 !important;
    height: 3em;
}

table.shop_table.woocommerce-checkout-review-order-table {
    text-transform: capitalize !important;
}

table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal{
    font-size: 15px;
    font-weight: bold !important;
}
.payment_method_stripe .testmode-info{
    font-size: 15px;
    line-height: 19px;
}

.checkout-billing-title label{
    line-height:25px !important;
    height: 3em !important;
}

.checkout-shipping-title,
.woocommerce-shipping-fields h3{
    text-transform: uppercase !important;
    margin-bottom: 0px;
}

.woocommerce-checkout ul.woocommerce-error li {
    display: block !important;
}
.woocommerce-input-wrapper strong {
    font-family: 'Acronym light';
    font-size: 16px !important;
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: 1px;
}
.checkout-billing-title label {
    text-transform: math-auto !important;
}
.checkout-billing-title h3 {
    font-size: 25px !important;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
    margin: 1rem 0 !important;
}
.wc_payment_method .payment_box fieldset {
    padding: 0 !important;
    padding-bottom: 0;
    border: 0;
    background: #f6f6f6;
}