body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #151515;
	
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 600;
    margin: 0 0 10px;
}

p {
    margin: 0 0 5px;
}

img {
    max-width: 100%;
    height: auto;
}

ul
 {
/*     list-style: none; */
    padding: 0;
    margin: 0;
}
ol {
/*     list-style: none; */
    padding: 0;
    margin: 0;
}

a {
    color: #151515;
    font-weight: 500;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #1ce391;
}

input,
textarea,
button {
    padding: 10px 25px;
    border: 1px solid #f1f1f1;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
    border-color: #f3f3f3;
}

nav ul li {
    display: inline-block;
    position: static;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container {
    max-width: 1200px;
}

.heading_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7;
    background-color: transparent;
    padding: 30px 0px;
}

.clearfix_margin_top {
    margin-top: 90px;
}

.main-menu li a {
    display: block;
    padding: 3px 10px;
    font-weight: 500;
    margin: 0px 5px;
}

.main-menu li a:hover {
    color: #1ce391;
}

.heading_area .text-right li a {
    padding: 3px 5px;
/*     margin: 0 5px; */
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	
	
}

.hero-bg {
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding-top: 155px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-area p {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    opacity: 0.54;
    margin-bottom: 0;
}

.hero-area h1 {
    font-size: 42px;
    margin-bottom: 5px;
}

.site-btn {
    display: inline-block;
    border: 1px solid #151515;
    font-weight: 500;
    color: #151515;
    font-size: 14px;
    padding: 5px 10px;
    width: 175px;
    text-align: center;
	
}
.slideitem .site-btn {
    margin-top: 13px;
    margin-left: 0px;
}
.site-btn i {
    font-weight: 500;
    margin-left: 5px;
/* 	@media only screen and (max-width: 600px) {
 
    background-color: lightblue;
  
	}} */
}

.hero-slider .single-slider b {
    font-size: 24px;
    font-weight: 600;
}

.text_color {
    display: inline-block;
    color: #1ce391 !important;
	 font-size: 24px;
    font-weight: 600;
}

.hero-footer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-slider .single-slider .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-slider .col-md-5 {
    padding-left: 10%;
}

.owl-nav button {
    font-size: 50px !important;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-nav button:hover {
    color: #1ce391 !important;
}

.mobile-filter-btn i span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.owl-nav button.owl-next {
    left: auto;
    right: 0px !important;
}

.site-btn:hover {
    color: #fff !important;
    background-color: #151515 !important;
    border-color: #151515 !important;
}

.single-slider .site-btn {
    margin-top: 13px;
    margin-left: 0px;
}

.single-slider .slider-img {
    width: 100%;
    height: 450px !important;
    padding-bottom: 10px;
    max-width: 300px;
}

.single-slider .slider-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: -3px 3px 4px #454343;
    box-shadow: -3px 3px 4px #454343;
}

.owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #1a1a1a !important;
    display: inline-block;
    background-color: #fff !important;
    margin: 0 3px;
}

.owl-dots button.active {
    background-color: #1ce391 !important;
    border-color: #1ce391 !important;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.hero-area .owl-nav button {
    font-size: 100px !important;
}

.hero-footer {
    padding: 20px 0px;
}


	
.hero-footer li {
    display: inline-block;
}

.hero-slider .owl-nav button {
    top: 45%;
}

.social-links li a {
    color: #121212;
    font-size: 16px;
    margin: 0px 3px;
    padding: 0px 5px;
}

.social-links li a:hover {
    color: #1ce391 !important;
}

.dark-bg .social-links li a,
.dark-bg .offcanves_footer p {
    color: #fff;
}

.scroll-more i {
    display: block;
    line-height: 0;
    font-weight: 500 !important;
}

.hero-footer .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hero-footer .d-flex p {
    margin-bottom: 0px;
    margin-right: 10px;
    text-decoration: underline;
}

.section_padding {
    padding: 60px 7px;
}

.gray-bg {
/*     background-color: #f1f1f1; */
	background-color: #fff;
}

.single-product-item {
    padding: 22px 30px;
}

.single-product-item h4 {
    margin-bottom: 20px;
}

.single-product-item .product-img {
/*     width: 180px;
    height: 200px; */
/* 	  width: 256px;
    height: 280px; */
    overflow: hidden;
    margin-left: auto;
    margin-bottom: 6px;
}

.product-img {
/* box-shadow: -3px 3px 4px #454343; */
}

.single-product-item .product-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

a i {
    font-weight: 500 !important;
    margin-left: 5px;
}

.section-title {
    margin-bottom: 45px;
}

.section-title h3 {
    margin-bottom: 0px;
    font-size: 26px;
}

.black-bg {
    background-color: #151515;
    color: #fff;
}

.cta-area h4 {
    font-size: 23px;
    margin-bottom: 0px;
}

.single-mars {
    height: 600px;
    padding: 40px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mars .col-md-6 {
    padding: 0px 0px;
}

.single-mars p {
    width: 100%;
    margin-bottom: 0px;
    opacity: 0.54;
/*     text-transform: uppercase; */
}

.single-mars h3 {
    display: block;
    font-size: 29px;
}

.single-mars-slider {
    width: 330px;
    height: 215px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 110px;
}

.single-mars-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-mars .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-mars b {
    font-size: 29px;
}

.mars-slider-2 .single-mars-slider {
    width: 335px;
/*     height: 335px; */
/*     border-radius: 100%; */
    margin-top: 154px;/*30px*/
    margin-bottom: 0px;
}

.single-mars .text-center {
/*     margin-top: 70px; */
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #151515;
    opacity: 0.8;
}

.single-mars .d-table-cell ul {
/*     vertical-align: middle; */
}

.single-mars h2 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 41px;
}

.single-mars .site-btn {
    border-color: #fff;
    color: #fff;
}

.about-us .container {
    padding: 35px 65px;
}

.about-us h2 {
    font-size: 34px;
}

.about-us p {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-us a {
    color: #fff;
    border-color: #fff;
}

.about-us img {
    width: 338px;
    height: 338px;
    border-radius: 100%;
    opacity: 0.7;
}

.about-us .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-area .section_padding {
    padding: 80px 15px;
}

.contact-info {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info .d-table-cell {
    vertical-align: middle;
}

.contact-info h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 35px;
}

.d-flex.mt-tp .input-control {
    margin-top: 0;
}

.contact-info a {
    color: #fff;
    border-color: #fff;
}

.contact-form .input-control.text-right {
    margin-top: 48px;
}

.contact-form {
    padding: 43px 43px;
}

.contact-area .row > div {
    padding: 0px 0px;
}

.contact-form h4 {
    font-size: 23px;
    margin-bottom: 30px;
}

.input-control {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 50px;
}

.input-control input {
    width: 100%;
    display: block;
    padding: 0px 0px;
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #b7b7b7;
    font-weight: 300;
}

/* .input-control input:focus {
	background-color: red;
} */

.dark-bg .input-control input {
    color: white;
}

.input-control label {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: text;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}

.input-control input:focus ~ label,
.input-control input:valid ~ label {
    top: 0;
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
}

.contact-area .d-flex .input-control {
    width: 40%;
    padding-right: 80px;
}

.contact-area .d-flex .input-control:last-child {
    width: 60%;
    padding-right: 00px;
}

.contact-form .input-control button {
    border: 1px solid #151515;
    font-weight: 500;
}

.contact-form .input-control button i {
    font-weight: 500;
    margin-left: 5px;
}

.contact-form .input-control button:hover {
    border-color: #1ce391;
    color: #1ce391;
}

.footer-area {
    padding: 42px 10px;
}

.footer-area .input-control {
    margin-top: 0px;
}

.footer-area form {
    margin-top: 50px;
}

.footer-area form p {
    font-weight: 300;
    margin-bottom: 8px;
}

.footer-area .input-control input {
    border: 1px solid #151515;
    padding: 8px 12px;
}

.footer-area ul {
	list-style:none;
    line-height: 24px;
}

.footer-area ul a {
    display: block;
    padding: 5px 0px;
    font-weight: 400;
}

.footer-area form input {
    width: 35%;/*40%*/
    display: inline-block;
}

.footer-area form input:last-child {
    width: 25%;
    font-weight: 500;
    margin-left: 11px;
}

/* .footer-area form input:last-child:hover,
.input-control button:hover {
    border-color: #151515 !important;
    background-color: #151515;
    color: #fff !important;
}
 */
.copyright-text p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
}

.offcanves-menu {
    display: block !important;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9;
    background-color: #fff;
    height: 100%;
    width: 80%;
    padding: 50px 20px;
    overflow: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.dark-bg .offcanves-menu {
    background-color: #1d1d1d;
}

.offcanves-menu .main-menu li {
    display: block !important;
}

.offcanves-menu .main-menu li a {
    padding: 8px 0px;
    border-bottom: 1px solid #f8f8f8;
}

.close_offcanves {
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    cursor: pointer;
}

.offcanves_footer {
    margin-left: -20px;
    margin-right: -20px;
    background-color: #f8f8f8;
    padding: 15px 20px;
    padding-bottom: 10px;
}

.dark-bg .offcanves_footer {
    background-color: transparent;
}

.offcanves_footer .social-links li {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
}

.main_overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.dark-bg .main_overlay {
    opacity: 0.5;
}

.active {
    right: 0% !important;
}

.shopping_cart {
    position: relative;
    z-index: 1;
}

/*.shopping_cart:after {*/
/*    content: "";*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    right: 3px;*/
/*    background-color: #1ce391;*/
/*    border-radius: 100%;*/
/*}*/

/* Shop page start */
.shopping-hero-area {
    margin-top: 125px;
    margin-bottom: 25px;
}

.hero_content {
    padding: 0px 50px;
    padding-top: 40px;
}

.hero_content h3 {
    font-size: 28px;
    margin-bottom: 21px;
}

.hero_content p {
    font-size: 16px;
}

.shop-hero-img {
    width: 165px;
    height: 213px;
    overflow: hidden;
    -webkit-box-shadow: -2px 0px 5px #000;
    box-shadow: -2px 0px 5px #000;
    margin-top: 0;
    margin-left: auto;
    margin-right: 50px;
    margin-top:35px;
}

.shop-hero-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.current {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.nice-select {
    border: none;
    outline: none;
    border-bottom: 2px solid #151515;
    border-radius: 0 0;
    text-align: left !important;
    padding-left: 0px;
}

.single-filter .nice-select {
    margin-right: 50px;
    width: 201px;/*175px*/
}

.single-filter .nice-select:hover {
    border-color: #151515;
}

.single-filter .nice-select .list {
    width: 100%;
}

.single-product .d-flex .single-filter:last-child .nice-select {
    width: 115px;
}

.single-filter {
    margin-bottom: 15px;
    text-align: left;
}

.single-product. row:nth-child(3) .col-md-6 {
    padding: 0px 3px;
}



.single-product .single-product-item {
    margin-top: 6px;
    padding: 20px 18px;
	
	
}

.single-product .single-product-item p {
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
}

.single-product .single-product-item h6 {
    line-height: 1;
    margin-bottom: 25px;
    font-size: 16px;
}

.single-product .single-product-item .product-img {
     max-width: 215px;
    height: 140px;
    margin: 0 auto;
    margin-bottom: 25px; 
}

.single-product .single-product-item .product-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.single-product-item .d-flex p {
    font-size: 16px;
    font-weight: 500;
}

.paginavigation {
    margin: 30px 0px;
}

.paginavigation .page-link {
    background-color: #f8f8f8;
    color: #151515;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 3px;
    border: 1px solid transparent !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center !important;
    padding: 0;
}

.paginavigation .page-item:last-child .page-link {
    background-color: transparent;
}

.paginavigation .page-link:hover,
.paginavigation .page-link.active {
    border-color: #151515 !important;
}

.single-product .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.single-filter h6 {
    margin-bottom: 0px;
    margin-right: 0px;
    flex: 1 0 30%;
}

.single-product .col-sm-6.text-right .single-filter.d-flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 2px solid #151515;
    width: 35%;
    margin-left: auto;
}

.single-product .col-sm-6.text-right .single-filter.d-flex .nice-select {
    border-bottom: none;
    width: auto !important;
    margin-right: 0px;
    height: 40px;
}

.single-product
.col-sm-6.text-right
.single-filter.d-flex
.nice-select
.current {
    font-size: 14px;
    font-weight: 43;
}

/* Shop page end */

.product_submenu li {
    display: inline-block;
}

.product_submenu li a {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.product_submenu li:nth-child(even) {
    padding: 0px 10px;
}

.back_pre_page {
    display: inline-block;
    font-weight: 500;
    margin-top: 15px;
}

.product_submenu {
    margin-bottom: 25px;
    padding-top: 15px;
}

.single_img_slider {
    padding: 45px 60px;
}

.product_img_slider .owl-nav button {
    left: 20px;
}

.product_img_slider .owl-nav button.owl-next {
    right: 20px !important;
    left: auto;
}

.product_detials_content_inner {
    padding: 25px 25px;
}

.product_detials_content_inner .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_detials_content_inner .d-flex h4 {
    margin-bottom: 0px;
    font-size: 24px;
}

.product_detials_content_inner .d-flex h4 span {
    display: block;
    font-size: 11px;
    font-weight: 300;
    opacity: 0.45;
}

.product_detials_content_inner > p {
    line-height: 24px;
    margin: 25px 0px;
}

.single_select {
    display: block !important;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.single_select label {
    width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.single_select .nice-select {
    width: 50%;
    background-color: transparent;
    border: 1px solid #151515;
    padding: 0px 15px;
}

.single_select .nice-select .current {
    font-size: 14px;
    font-weight: 500;
}

.single_select:after {
    content: "";
    display: block;
    clear: both;
}

.single_select .nice-select:after {
    border-color: #000000;
}

.single_select .d-flex button {
    width: 33px;
    height: 33px;
    border: 1px solid #151515;
    padding: 0;
    line-height: 33px;
    cursor: pointer;
    background-color: #fdfdfd;
}

.single_select .d-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.single_select .d-flex input {
    width: 43px !important;
    height: 33px;
    padding: 0 0px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
}

.single_select .d-flex:last-child {
    margin-top: 20px;
}

.single_select .d-flex .site-btn {
    width: 60%;
    background-color: #151515;
    color: #fff;
    margin-right: 22px;
}

.product_detials_content_inner .reviews p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.product_detials_content_inner .reviews p b {
    font-size: 14px;
}

.product_detials_content_inner .reviews p span {
    font-size: 10px;
    margin-right: 5px;
}

.single-mars .meta-text {
    font-weight: 300;
    margin-bottom: 0px !important;
}

.product_details .list {
    width: 100%;
}

.product_details .single-mars h3,
.about_page .single-mars h3 {
    margin-bottom: 40px;
}

.product_details .single-mars p,
.about_page .single-mars p {
    margin-bottom: 25px;
}

.product_details .single-mars p:last-child,
.about_page .single-mars p:last-child {
    margin-bottom: 0px;
}

.product_details .mars .col-md-6:nth-child(3) a {
    margin-top: 150px;
    display: block;
}

.section_title {
    margin-bottom: 30px;
}

.section_title h3 {
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 600;
}

.product_details .single-product {
    margin-bottom: 60px;
}

.product_details .single-product .col-md-6 {
    padding: 0px 3px;
}

.dark-bg {
    background-color: #1d1d1d;
    color: rgba(255, 255, 255, 0.65);
}

.product-preview .gray-bg {
    padding: 120px 70px;
}

.product-preview .gray-bg:last-child {
    padding: 0px 0px;
    margin-top: 10px;
}

.product-preview .slider-for button {
    position: absolute;
    top: 50%;
    left: -70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-color: transparent;
    font-size: 50px;
}

.product-preview .slider-for button.slick-next {
    left: auto;
    right: -70px;
}

.product-preview .slider-for .single-slider-img {
    height: 235px;
}

.product-preview .slider-for .single-slider-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-preview .slider-nav .single-slider-img {
    padding: 1px 5px;
    border: 1px solid transparent;
    margin-bottom: -7px;
}

.product-preview .slider-for .single-slider-img img {
/*     -webkit-box-shadow: 2px 2px 7px #000;
    box-shadow: 2px 2px 7px #000; */
}

.product-preview .slider-nav .slick-slide {
    margin-right: 15px;
    opacity: 0.59;
    cursor: pointer;
}

.product-preview .slider-nav .slick-current.slick-active {
    opacity: 1;
}

.product-preview .slider-nav .slick-current.slick-active .single-slider-img {
    border-color: #151515;
}

/* About page area */
.dark-bg .main-menu li a {
    color: #fff;
}

.dark-bg .main-menu li a:hover {
    color: #1ce391;
}

.about-hero-area .hero_content {
    padding: 0px;
    padding-top: 30px;
}

.dark-bg .hero_content h3 {
    color: #fff;
    margin-bottom: 0px;
}

.single-user-goal {
    margin-top: 28px;
    border: 1px solid #404040;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 334px;
}

.single-user-goal img {
    margin-right: 15px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.dark-bg .gray-bg {
    background-color: #242424;
}

.dark-bg .single-mars a {
    color: #fff;
}

.dark-bg .single-mars a:hover {
    color: #1ce391;
}

.dark-bg .footer-area ul a {
    color: #fff;
}

.dark-bg .footer-area ul a:hover {
    color: #1ce391;
}

.dark-bg .footer-area p {
    color: #fff;
}

.dark-bg .footer-area .input-control input {
    color: #fff;
    border-color: #fff;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
    color: #fff;
}

.about_page .single-mars .text-center {
    margin-top: 40px;
}

/* Contact page */
.contact_page .contact-area .row > div {
    padding: 0px 15px;
}

.contact_page .contact-area .row > div.col-md-4 {
    padding-right: 0;
}

.contact_page .contact-area .row > div.col-md-8 {
    padding-left: 0px;
}

#map {
    width: 100%;
    height: 465px;
    background-color: #242424;
    margin-bottom: 65px;
}

.map_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #333333;
    width: 100%;
    height: 465px;
    opacity: 0.8;
}

.map_area .map_inner {
    position: relative;
}

.contact_page .contact-form .input-control button {
    background-color: transparent !important;
    border-color: #fff;
    color: #fff;
    width: 124px;
    height: 41px;
    line-height: 41px;
    padding: 0;
}

/* Faq */
.faq_page .hero_content {
    padding: 0px 0px;
    margin-bottom: 35px;
}

.faq-hero-area {
    margin-top: 91px;
}

.faq-hero-area h3 {
    font-size: 28px;
    margin-bottom: 20px !important;
}

.search_box h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}

.search_box .input-control {
    margin-top: 20px;
}

.search_box .input-control input {
    padding: 20px 20px;
    background-color: #242424;
    border: none;
    font-size: 16px;
    padding-left: 60px;
}

.single-fqa h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.single-fqa p {
    margin-bottom: 20px;
}

.single-fqa {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.single-fqa .card {
    background-color: transparent;
    border: none !important;
    display: block !important;
}

.single-fqa .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: calc(0rem - 0px) calc(0rem - 0px) 0 0;
    border-bottom: 1px solid #424242;
}

.single-fqa .card .card-header h5 {
    margin-bottom: 0px;
}

.single-fqa .card .card-header h5 button {
    padding: 10px 0px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    display: block !important;
    outline: none;
    -webkit-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important;
    width: 100%;
    font-weight: 500;
}

.single-fqa .card-body {
    padding: 20px 0px;
}

.faq_wrapper {
    margin-bottom: 60px;
}

.search_box .input-control button {
    background-color: transparent;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0px 20px;
    border-color: transparent;
}

.faq_wrapper .row .row {
    padding-left: 15px;
    padding-right: 15px;
}

.single-fqa .card .card-header h5 button[aria-expanded="true"]:before {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0px;
    color: #1ce391;
}

.single-fqa .card .card-header h5 button[aria-expanded="false"]:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    color: #1ce391;
}

.single-fqa .card .card-header h5 button {
    border-color: transparent;
}

.single-fqa .card-body p:last-child {
    margin-bottom: 0;
}

.footer-area .main-logo img {
/*     width: 125px; */
}

.vp-search-icon {
    position: relative;
}

.aws-container {
    position: absolute;
    top:27px;/*15px*/
     left: 50%;
z-index: 10;
    transform: translate(-50%, 0%);
    content:'';
    min-width: 250px;
    display: none;
}

.vp-search-icon:hover .aws-container {
display: block !important;
}

.hp-prod-cats .single-product-item::after {
    position: absolute;
    content:'';
    height: 100%;
    left: 0px;
    width:3px;
    top:0px;
    background-color: #1ce391;
    display: none;
}

.hp-prod-cats .single-product-item::before {
    position: absolute;
    content:'';
    width: 100%;
    left: 0px;
    height:3px;
    top:0px;
    background-color: #1ce391;
    display: none;
}

.hp-prod-cats .single-product-item {
    position: relative;
}

.hp-prod-cats .single-product-item:hover::after, .hp-prod-cats .single-product-item:hover::before {
    display: block;
}

.vp-shop-page .single-product-item.gray-bg:hover {
background-image: linear-gradient(135deg, #f8f8f8 0%, #e3e3e3 100%);
}

.wpcf7-not-valid-tip {
display:none;
}

.wpcf7-not-valid {
	border-bottom-color: red !important;
}

.your-email .wpcf7-not-valid-tip {
    bottom:-50px !important;
}

form .woocommerce-Price-amount {
    font-size:22px;
    font-weight: bold;
}


.reviews {
	display: flex;
}

#wpcf7-f51-o2 .wpcf7-not-valid-tip {
	display: none;
}

#tp-widget-rating {
    text-decoration: underline;
}

.hero-slider .col-md-4.text-center {
    display: flex;
    justify-content: center;
}

.hp-prod-cats .container {
    padding-right: 0px;
    padding-left: 0px;
}

.footer-area  .container {
    padding-right: 0px;
    padding-left: 0px;
}

.footer-area .wpcf7-text {
    min-width:240px;
    color: #242424;
font-family: Poppins;
font-size: 14px;
font-weight: 500 !important;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: left;
opacity: 1 !important;
min-height: 47px;
}

.gray-bg .wpcf7-text {
color:black;/*white*/
	}
.gray-bg .wpcf7-text:focus {
color: #A1A1A1;
	}

::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}
:-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}
::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1;
}

.dark-bg ::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}
.dark-bg :-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
.dark-bg ::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
.dark-bg :-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.dark-bg .input-control .wpcf7-submit {
	background-color: rgba(255,255,255,0);
}

.footer-area .wpcf7-submit {
    min-width: 138px;
    min-height: 47px;
}
.actions{
	display:block !important;
}


.single-mars .price {
    color: #151515;
font-family: Poppins;
font-size: 20px;
font-weight: 500;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: left;
}

.vp-shop-page .col-sm-6 {
/*     padding-right: 0px;
padding-left: 0px; */
}

.footer-area ul a {
    text-transform: uppercase !important;
}

.shop-hero-img {
    max-height: 194px;
}

    .vp-hidden-desktop {
        display: none;
    }

    .single-mars .site-btn {
    	margin:0 auto;
    }
 
    .hero_content h3 span:last-child {
    	color:black;
    }

    .back_pre_page i {
    margin-left: 0px !important;
}

.product_submenu .container, .heading_area .container {
/*     padding-left: 0px; 0 0
    padding-right: 0px; */
}

.mobile-filter-canves .nice-select {
    min-width: 50px;
}

.con {
	max-width: 1500px;
	margin: 0 auto;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before {
	font-size: 35px;
	
/* 	color:red; */
}
.woocommerce button.button.alt {
	color:white;
	background-color:black;
}
.woocommerce button.button.alt:hover {
	background-color: rgb(28, 227, 145);
}

.top_wishlist-heart {
	color: black;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slidercontainer{
    position: relative;
}

.l-img{
    width: 100%;
    height: 450px !important;
    padding-bottom: 10px;

}
.l-img  img{
	display:block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-box-shadow: -3px 3px 4px #454343;
    box-shadow: -3px 3px 4px #454343;
}
/* @media screen  and (max-width:993px){
   .slidercontainer{
    margin: 10px;
height: 308px;
    }
} */
.h1, .h4 {
    margin-left: 50px;
    
}

/* @media screen  and (max-width:993px){
    .l-img  img{
    margin: 10px;
height: 200px; 
text-align: center;
    }
} */
.left, .right {
    cursor: pointer;  
    position: absolute;  
    top: 50%;  
    width: auto;  
    padding: 16px;  
    margin-top: -22px;  
    color: white;  
    font-weight: bold;  
    font-size: 18px;  
    transition: 0.6s ease;  
    border-radius: 0 3px 3px 0;  
}
.right {
    right: -20px;
    border-radius: 3px 0 0 3px;  
}
.left{
	left:-20px;
}
.left:hover, .right:hover {  
    background-color: rgba(115, 115, 115, 0.8);  
}
.woocommerce table.cart td.actions .coupon{
	display:none;
}
.woocommerce table.cart td.actions button{
	text-wrap: nowrap;
}

/* Slide animation: */
.slidercontainer .slideitem {
    animation-name: fade;
    animation-duration: 3.5s;
}
@keyframes fade {
    /* Set and change the transparency: */
    from {
        opacity: 0.4
    }
    to {
        opacity: 1
    }
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/

.m-slidercontainer{

    max-width: 1000px;
    height: 600px;
    position: relative;
   margin: auto;
  

}
.m-img  img{
    width: 100%;
    height: 215px;
    overflow: hidden;
   
    display: block;
  margin-left: auto;
  margin-right: auto;
max-width: 330px;
object-fit: cover;
}

.slide-box {
     background-color: #f1f1f1;
    height: 600px;
    padding: 40px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    // position:absolute;
    // top: 12%;
    
    
}
.slide-box p{
    opacity: 0.54;
    text-transform: uppercase;
	background-color:f1f1f1;
}
.slide-box h3{
    font-family: inherit;
font-weight: 600;
margin: 0 0 88px;
}



.m-link{
    padding-top:50px;

}
.m-slidercontainer .m-slideitem {
	 animation-name: fade;
    animation-duration: 3.5s;
}
.quantity {
    display: flex;
}
.woocommerce .quantity .qty {
    width: 5.631em;}

.paddingas {
	 padding-left: 5px;/*5px*/
    padding-right: 2px; /*5px*/
}
.slideitem .row {
    align-items: center;
}

.slideitem .col-md-5 {
    padding-left: 10%;
}

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

.slideitem .col-md-5 {
    padding-left: 15px;
}
.slideitem .col-md-5 b {
    font-size: 20px;
    margin-bottom: 40px;
}

}


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

.slideitem .col-md-5 {
    padding-left: 15px;
}
.slideitem .col-md-5 b {
    font-size: 20px;
    margin-bottom: 40px;
}
.slideitem .l-img {
    width: 300px;
    margin: 0 auto;
    height: 400px !important;
}
}

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

    .slideitem .l-img {
    width: 175px;
    height: 250px !important;
}
}

#galgome {
    width: 180px;
    height: 200px;
    overflow: hidden;
    margin-left: auto;
    margin-bottom: 6px;
}
@media only screen and (max-width: 480px) {
	.m-img img {
		width: 220px;
		height:145px;
	}
	.blog-h1, .blog-h-p{
		font-size:16px;
			padding:17px;
	}
	.generic-content p {
		padding:10px;
	}
}
/*featured products*/
.woocommerce div.product {
	margin-bottom: 10px;}

/* .bg-instagram {
	color: #F1F1F1; 
} */
@media screen and (max-width:480px){
	.d-featured {
	display:none;
}
	#sb_instagram{
		height:440px !important;
	}
} 

/* .top-nav-b ul li {
	background-color:green;
} */

.top-nav-icons i{
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size:16px;
/* 	color:red; */
/* 	width:16px;
	height:21px; */
	
}
.fa-search:before {
		font-weight: 400;
/* 	font-size:16px; */
/* 	padding: 3px 5px; */
/* 	width:16px;
	height:21px; */
	
}
a.wishlist_products_counter.top_wishlist-heart:before{
	font-size:21.5px;
	margin: 0px 0px 0px 0px;
/* 	width:16px;
	height:21px; */
	margin-right: 5px;
/* 	position:absolute;
	top: 1px; */
	
}
.fa-bars:before {
	font-size:25px;
}
@media screen and (max-width:480px){
	a.wishlist_products_counter.top_wishlist-heart:before{
		font-size:34px;
		margin-right: 0px;
	}
	.top-nav-icons i{
		font-size:21.5px;/*22*/
	}
	.icon-po{
		padding-right:5px;
	}
	.icon-po:nth-of-type(3) {
	position:relative;
		top:3px;
}
		
}

.single-product-main-image {
	background-color:#F1F1F1;
}
.h-center {
	vertical-align: middle;
}
.opaci ul, ol{
	opacity:0.54;
	margin-left:25px;
}
/*check*/
 .woocommerce {
  display: flex;
  flex-wrap:wrap; 
}

/* The table containing the list of products and our custom elements */
.woocommerce .woocommerce-cart-form {
/*   flex: 1 0 70%; 100% at small screens; 70% on larger screens
  margin-right: 30px; */
	width:65%;
	/*margin-right: 30px;*/
	padding:20px;
}


/* The element that contains the cart totals */
.woocommerce .cart-collaterals {
/*   flex: 1 0 30%; 100% at small screens; 30% on larger screens
  margin-left: 30px; */
	width:35%;
/* 	 margin-left: 30px; */
}

/* Some minor tweak to make sure the cart totals fill the space */
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  padding: 0 20px 70px;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	width:100px;
}
@media only screen and (max-width:960px){
	form .woocommerce-Price-amount {
		font-size:16px;
	}
	.woocommerce .woocommerce-cart-form {
		width:100%;
	}
	.woocommerce .cart-collaterals {
		width:100%;
	}
	.woocommerce #content table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions{
		display:none;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color:white;
	}
	.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
	text-align:right;
	}
	.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img{
		width:70px;
		display:block;
		text-align:left;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
content: attr(data-title) " ";
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		padding-right:4px
	}
}

/*mygtukas*/
.woocommerce button[type=submit], .woocommerce .wc-proceed-to-checkout a.checkout-button {
	width:100%;
	text-align:center;
	padding:15px 15px;
	
}

.woocommerce table.shop_table {
	border:none;
}
.cart_totals{
	margin-top:20px;
}
.cart_totals h2{
	display:none;
}
.woocommerce a.remove {
	font-size:0.75em;
	font-weight:400;
	color:black !important;
	display:inline;
	border-radius:1px;

}
.woocommerce a.remove:hover{
	background-color:black;
	
}
.minus, .plus{
	background-color:white;
	
}
.minus{
	border-right:none;
}
.plus{
	border-left:none;
}
.woocommerce .quantity .qty{
	border-right:none;
	border-left:none;
	
}
.product-price{
	margin-top:20px;
	margin-bottom:20px;
}
.quantity{
		margin-bottom:20px
}
.woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block!important;
}
.u-column1{
	
	max-width:100%;
}
.woocommerce table.my_account_orders .button {
  
    margin-bottom: 20px;
}

@media only screen and (max-width:480px){
	.woocommerce .woocommerce-cart-form{
		width:65%;
		padding:5px;
	}
	.woocommerce .cart-collaterals .cart_totals{
		width:85%;
	}
}





/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.woocommerce form .form-row input.input-text{
	font-size:1em;
	background-color: #fff;
	padding: .75em 16px;
	border-radius:4px;
	line-height:1.375;
	margin:0;
	box-sizing:border-box;
	height:3em;
	min-height:0;
	color:#2b2d2f;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
	background-color:white;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color:white;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	width:535px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color:white;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom:none;
}
@media only screen and (max-width:480px){
	#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	width: 51%;
}
	#username {
		width:86%;
	}
	#password{
		width:86%;
		
	} 
	#reg_email{
		width:86%;
	}
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
		width:52%;
	}
	.select2-container--default .select2-selection--single { 
		width:52%;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow{
		right:285px;
	}
	.select2-search--dropdown .select2-search__field {
		width:52%;
	}
	.select2-results__options {
		width:52%;
	}
	.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
		width:52%;
	}
	.woocommerce h3, .woocommerce fieldset {
		font-size:16px;
	}
	
	td .product-name{
		width:200px;
	}
	
/* 	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width:53%;
	} */
	
	#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
		width:261px;
	}
	#wc-stripe-cc-form{
		display:flex;
		flex-wrap:wrap;
		
	}
	.form-row .form-row-wide{
		width:115%; /** 58*/
		
	}
	.form-row .form-row-first{
		width:58%;
	}
	
}
@media only screen and (max-width:340px){
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
		width:46%;
	}
	.select2-container--default .select2-selection--single { 
		width:46%;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow{
		right:300px;
	}
	.select2-search--dropdown .select2-search__field {
		width:46%;
	}
	.select2-results__options {
		width:46%;
	}
	.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
		width:46%;
	}
/* 	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width:47%;
	} */
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display:none;
}



.coupon {
	
	position:absolute;
	bottom:166px;
	left:25px;
	
	border: 5px dotted #bbb;
	width: 80%;
	
	border-radius: 15px;
	margin: 0 auto;
	max-width: 621px;
	z-index: 1000;
	cursor:pointer;
	font-size:16px;
}
.containers {
	padding: 2px 16px;
	
	background-color: #f1f1f1;
	color:#1ce391;
}

@media only screen and (max-width:490px){
	.coupon {
		bottom:1094px;
	left:25px;
	}
}

@media only screen and (max-width:490px){
	
	
	#payment > div > div.woocommerce-terms-and-conditions-wrapper > p.form-row.validate-required {
		
		width:101%;
		
	}
	
	.woocommerce-checkout #payment div.payment_box .form-row {
		margin:0 0 -1em ;
	}
	
}

body > div.container.full-height > div > div > div > div.cart-collaterals > div > div > div.wcppec-checkout-buttons.woo_pp_cart_buttons_div > div.wcppec-checkout-buttons__separator {
	display: none;
}


/* #wc-stripe-payment-request-button-separator {
	display:none !important;  
} */


/* CUSTOM CSS */
/*  NUKOPIJUOTA IS THEME/CUSTOMIZE */

.blogs {
   color: #1ce391;
	
	background-color: #ffffff;
  background-size: 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 5px 5px, 0px 0px;

}
.blog-h1 {
     font-family: "Poppins", sans-serif;
	   	font-size:2.5em;
	font-weight:400;
	color:black;
	   background-color: #f1f1f1;
     line-height: 35px;
     letter-spacing: 0px;
     font-weight: 500;
     padding: 50px;
}
.blog-h-p {
     font-family: "Poppins", sans-serif;
	   	font-size:1.1em;
	font-weight:400;
	color:black;
	   background-color: #ffffff;
     line-height: 35px;
     letter-spacing: 0px;
     font-weight: 600;
     padding: 35px;



}
.post-item{
    margin-top: 40px;
}
.margin-b{
    margin-bottom: 50px;
}
.meta-box p{
    background-color: #F1F1F1;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;

}
.generic-content p{
    text-align: left;
    word-wrap: break-word;
padding: 10px;
padding-left: 0;
}
.blog-img img {
width: 290px;
height: 220px;
}
@media screen and (max-width:615px){
	.blog-h1 {
		font-size:20px;
	}
}
@media screen and (max-width:480px){
  .heading_area .text-right li a {
    padding: 0 0;
    margin-bottom:0;
}
	
  } 
.m-b-nav {
	font-weight:400;
	margin: 0;
}

.contact_page i {
	color:#F1F1F1;
}
.contact_page a.wishlist_products_counter.top_wishlist-heart:before{
	color:#F1F1F1;
}
.about_page i {
	color:#F1F1F1;
}
.about_page a.wishlist_products_counter.top_wishlist-heart:before{
	color:#F1F1F1;
}
.faq_page .top-nav-icons i{
	color:#F1F1F1;
}
.faq_page  a.wishlist_products_counter.top_wishlist-heart:before{
	color:#F1F1F1;
}
/*  table {
	
	margin: auto;
}
.aligncenter, th, td {
	border: 1px solid black;
	padding:10px;
	
} */ 
@media screen and (max-width: 600px) {	
/* 	table{
		width:100%;
		padding:0;
		font-size:0.66em;
	} */

	}
.about_page .single-mars p{
/* 	font-size:17px; */
	line-height:30px;
}
.fqacolor{
	color:#f1f1f1;
}
/* .cart_page .woocommerce-error, .woocommerce-info, .woocommerce-message {
/* 	position:absolute; */
/* 	display:none; */
/* } */ */
.woocommerce a.remove {
	font-size:0.75em;
	font-weight:400;
	color:black !important;
	display:inline;
	border-radius:1px;

}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	border:solid 1px black;
}
@media only screen and (max-width:480px){
	.woocommerce-MyAccount-navigation {
		margin: 0 auto;
	}
	.woocommerce table.shop_table {
		margin-left:60px
	}
}
@media only screen and (max-width:380px){
	.woocommerce table.shop_table {
		margin-left:34px
	}
}


.col-1 ul {
	list-style:none;
}
@media only screen and (max-width: 480px){
	.woocommerce table.shop_table {
		margin-left:0;
		width:308px;
}
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	background-color:white;
}
.woocommerce form .form-row .optional{
    display: none ;
}



.contactush1 {
	font-size: 28px;
}

.h1sho {
	font-size:16px;
	font-weight:600;
	
}
.h1ssho {
	font-size:29px;
	font-weight:600;
	margin: 0 0 30px 0;
	
}

@media only screen and (max-width: 480px){
	.h1ssho {
	font-size:20px;
	}
}

.btn-primary {
	font-size:1.15em;
	font-weight:400;
	color:white;
	background-color: black
}




/*  CUSTOm CSS ? */
/* .contact_page  - tik kontaktu puslapiui */

.contact_page .wpcf7-form-control-wrap textarea,
.contact_page .wpcf7-form textarea{
	resize:none;
	width:100%;
	height:100px;
	background-color:#242424;
	color: #b7b7b7;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom-color:#b7b7b7;
	
}

/* veikia textarea color */
.contact_page .wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
.contact_page .wpcf7-form textarea::-webkit-input-placeholder { 
    color:#fff !important;
    opacity: 1;
}

.contact_page .wpcf7-form-control-wrap textarea:-moz-placeholder,
.contact_page .wpcf7-form textarea:-moz-placeholder { 
    color:#b7b7b7 !important;
    opacity: 1;
}
.contact_page .wpcf7-form textarea:-ms-input-placeholder { 
    color:#b7b7b7 !important;
    opacity: 1;
}

/* veikia tekst input, forma apacioje  */

.contact_page  .wpcf7-form-control-wrap textarea {
	background-color: #fff;
	color: #000;
	width: 26em;
}

.wpcf7-form-control-wrap textarea:focus {

}

/* tamsi spalva - tik kontaktu puslapyje */
.contact_page .wpcf7-form-control-wrap input[type="text"], 
.contact_page .wpcf7-form-control-wrap  input[type="email"],
.contact_page .wpcf7-form-control-wrap 
textarea[name="your-message"]{
	resize:none;
	width:100%;
	height:100px;
	background-color:#242424;
	color: #b7b7b7;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom-color:#b7b7b7;
	vertical-align: bottom;
}

.wpcf7-form-control-wrap input[type="text"], 
.wpcf7-form-control-wrap  input[type="email"],
.wpcf7-form-control-wrap 
textarea[name="your-message"]{

}


/* TOLIAU LYG IR NEBUTINA  */
/* Placeholder apacioje kaireje */
/* Chrome/Opera/Safari Neveikia*/
textarea::-webkit-input-text {
  position:absolute;
  bottom: 10px;
  left: 16px;
}

  /* Chrome/Opera/Safari veikia */
textarea::-webkit-input-
placeholder{
  position:absolute;
  bottom: 10px;
  left: 16px;
	color: #b7b7b7;
}

/* Mailchimp subscribe bottom */
.contact_page1 #wpcf7-f5220-o2 input[type="text"],
.contact_page1 #wpcf7-f5220-o2  input[type="email"] {
	height: 60px !important;
	font-size: 1em;
	color: #b7b7b7 !important;
}

textarea[name="your-message"] {
	margin-top: 25px;
	height:80px !important;
}

/* Trustpilot  */
#tp-widget-logo {
	visibility: visible !important;
}