/*
Theme Name: 757studio Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress 757studio Child theme for.
Author: forpvm
Author URI: https://757studio.ru/
Template: oceanwp
Version: 1.0	[2022.11]
*/
/* Parent stylesheet should be loaded from functions.php not using @import */

/* for memory:

fonts
pacifico	cyr hand

 */
.debug757 {display:none}
/* from Ocean theme inline css */
/* Hero Title */
.elementor-element.hero-title .elementor-widget-container { display: inline-block; }

/* Footer Callout */
.store-callout .icon-box-icon, .store-callout .icon-box-heading { display: table-cell; vertical-align: middle; }
.store-callout .icon-box-icon { height: 1em; width: 1em; line-height: 1em; }
.store-callout .icon-box-icon i { color: #5b4f4f; font-size: 34px; margin-right: 15px; }
.store-callout .icon-box-heading { font-size: 15px; font-weight: 400; margin: 0; color: #ffffff; letter-spacing: 1px; text-transform: capitalize; }

@media screen and (max-width: 767px) {
    .store-callout .icon-box-icon { display: none; }
    .store-callout .icon-box-heading { display: block; text-align: center; }
}

/* Footer Borders */
#footer-widgets .contact-info-widget i, #footer-widgets .oceanwp-recent-posts li, #footer-widgets .social-widget li a,
#footer-widgets .woocommerce ul.product_list_widget li { border-color: rgba(255, 255, 255, 0.2); }

/* Footer Products */
#footer-widgets .price del, #footer-widgets del .amount { color: #ddd; }

/* Footer Tags */
#footer-widgets .tagcloud a { background-color: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.1); }

#footer-widgets .tagcloud a:hover { background-color: rgba(255, 255, 255, 0.2); color: #fff; border-color: rgba(255, 255, 255, 0.2); }
/* /from Ocean theme inline css */

/* ============================================================ */
/* common: */
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
body *:focus {outline: none !important;}
body *:focus {text-decoration: none !important;}

::selection {
    /* color: #fff; */
    /* background: #003EFF; */
    /* text-shadow: none; */
}

b, strong {
    font-weight: 500;
}

#main {
  /* min-height: calc(100vh - 75px); */
}

.ym-advanced-informer {opacity:0.1}
.st_counter
{
		margin-left: 30%;
		display: inline-block;
    opacity: 0.01!important;
		max-height: 15px!important;
}
@media only screen and (max-width: 767px) {
	.st_counter {
		/* display: block; */
		margin: 0;
		float: left;
		max-width:10px;
	}
}
.grecaptcha-badge
{
	/* right: -19% !important; */
	z-index: -1;
	visibility: hidden;
}

#stid_contents {}
.st_contents {}
.st_button_theme {}
.st_info_box_1 {}
.st_icon_box {}
.st_icon_box_icon {}
.st_contact_widget_main {}


/* /wp-content/themes/oceanwp/assets/css/style.min.css >>> */
/* <<< /wp-content/themes/oceanwp/assets/css/style.min.css */
/* /wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=5.5.3 */

/* :common */


/* ============================================================ */

/* oceanwp: */

.oceanwp-newsletter-form-wrap button {/* color: #4d4d4e; */}
/* Общие стили касаемо кнопок */
input[type="button"]
, input[type="reset"]
, input[type="submit"]
, button[type="submit"], .button
, body div.wpforms-container-full .wpforms-form input[type=submit]
, body div.wpforms-container-full .wpforms-form button[type=submit]
, body div.wpforms-container-full .wpforms-form .wpforms-page-button 
{
	/* border-radius: 4px; */
}

#mobile-fullscreen #mobile-fullscreen-inner {
}

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

/* :oceanwp */

body {
	/* animation-name: fadeIn; */
  /* animation-duration: 3s; */
}
body111 {
	animation-name: fadeIn;
	/* animation-name: fadeOut!important; */
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
	-webkit-transition: all 3s ease-in-out 1s;
	transition: all 3s ease-in-out 1s;
}

/* ============================================================ */
/* /wp-content/themes/oceanwp/assets/css/style.min.css */

#site-navigation-wrap .dropdown-menu>li.btn>a>span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#site-navigation-wrap .dropdown-menu>li.btn>a>span {
  font-weight: 400;
}
#site-navigation-wrap .dropdown-menu>li>a .nav-arrow {
  padding-left: 11px;
  font-size: 9px;
}
.main-navigation .fa-angle-down:before {
  content: "\e604";
	font-family: 'simple-line-icons';
}

.top-bar-right {
  float: unset;
}
.top-bar-left.has-content #top-bar-nav, .top-bar-right.has-content #top-bar-nav {
  float: right;
  width: 25%;
  text-align: right;
}
.topbar-content {
  float: left;
  text-align: left;
  width: 70%;
}
@media only screen and (max-width: 959px) {
	.topbar-content {
		float: center;
		text-align: center;
		width: 100%;
	}
}
.nav-content {
  font-size: 11px;
  line-height: 1.8;
  padding: 5px 0;
  white-space: normal;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.dk_menu_catalog /* .dropdown-menu */ ul li a.menu-link {
	height: 100%;
}
.dk_menu_catalog /* .dropdown-menu */ ul li a.menu-link:hover {
  background-color: var(--e-global-color-primary); /* #4C9B36; */
  color: white !important;
}
.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
  /* display: block; */
  display: flex;
	border-bottom: 3px solid var(--e-global-color-primary);
	padding: 3px;
}

.dk_menu_catalog_dikson_element .woocommerce ul.products .product:hover .woocommerce-loop-category__title
{
  color: white !important;
}

ul.megamenu .menu-item-object-product_cat .text-wrap
{
	font-size: 13px;
  display: block;
  border-bottom: 1px solid;
}

.dk_menu_catalog .woocommerce .products .product-inner {
  /* border-color: var( --e-global-color-secondary ); */
  border-color: #219b00 !important;
	min-width: 15vw;
}



.dk_menu_catalog ul.megamenu .menu-item-object-product_cat .text-wrap
{
	font-size: 25px;
}

.dk_menu_catalog_dikson ul.megamenu .menu-item-object-product_cat .text-wrap
{
	font-size: 13px;
}

.dk_menu_catalog_everygreen ul.megamenu .menu-item-object-product_cat .text-wrap
{
	font-size: 13px;
}

.dk_menu_catalog_hs ul.megamenu .menu-item-object-product_cat .text-wrap
{
	font-size: 13px;
}

.dk_menu_catalog_diksonprime ul.megamenu .menu-item-object-product_cat .text-wrap
{
	font-size: 13px;
}

.dk_menu_catalog_dikson_element
{
	
}

.dk_menu_catalog_dikson_element .woo-entry-image {display:none!important}
.dk_menu_catalog_dikson_element h2 {
  /* font-weight: 200; */
  /* font-size: 17px; */
}
.dk_menu_catalog_dikson_element .woocommerce ul.products li.product-category.product .woo-entry-inner a {
  padding-top: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.dk_menu_catalog_dikson_element .woocommerce ul.products .product {
  padding-bottom: 0;
}
.dk_menu_catalog_dikson_element .woocommerce ul.products .product:hover {
  background-color: var(--e-global-color-primary);
}
.dk_menu_catalog_dikson_element .oceanwp-row .span_1_of_6 {
  width: auto;
}
.dk_menu_catalog_dikson_element .oceanwp-row .col {
  margin: 0.5rem;
  padding: 0rem;
}



#mobile-fullscreen ul li .dropdown-toggle {
  display: inline-block;
  width: 23vw;
  float: right;
  /* border-left: 1px solid; */
  background-color: rgb(255 0 0 / 18%);
}
#mobile-fullscreen ul li a {
  text-transform: uppercase;
  text-align: left;
}
#mobile-fullscreen ul ul.sub-menu li a {
  padding: 5px 0 5px 7px;
}
/* ============================================================ */






/* woocommerce */





.woocommerce .site-main ul.products li.product-category.product .woo-entry-image {
  display: flex;
  height: 121px;
  align-items: center;
	justify-content: center;
}
.woocommerce .site-main ul.products .product-inner {
  /* padding: 11px; */
  /* border: 1px solid #4C9B36; */
	/* width: 100%; */
}
.woocommerce .site-main ul.products .product-category .product-inner {
  padding: 13px;
  border: 1px solid var(--e-global-color-primary);
	width: 100%;
}
.woocommerce .site-main ul.products li.product-category.product .woo-entry-inner a {
  padding-top: 10px;
  display: block;
  width: 100%;
	/* height: 100%; */
}

.site-main .woocommerce-loop-category__title
{
	font-size: 19px;
  /* color: white; */
  margin: 0;
  padding: 5px 7px;
  /* background-color: #4C9B36; */
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
	.site-main .woocommerce-loop-category__title
	{
		font-size: 15px;
	}
}
.woocommerce-loop-category__title .count
{
	display: none;
}
.woocommerce .site-main .category-image img {
  width: 25vw;
}
.woocommerce .site-main .term-description {
  margin-bottom: 0;
  max-height: 150px;
  overflow: hidden;
	cursor: pointer;
}
.woocommerce .site-main .term-description.open {
	padding: 7px;
  max-height: unset;
  height: auto;
  color: white;
  background-color: var(--e-global-color-primary);
}
.el_catalog_category_text_toggle  {
  width: 100%;
  z-index: 15;
  margin: 13px 0 25px 0;
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  color: white;
  text-align: left;
  position: relative;
  padding: 3px 9px;
  cursor: pointer;
}
.site-main .products .product-category img {
  display: block;
  margin: 0 auto;
  max-height: 135px;
  width: auto;
  height: auto;
}
.site-main .woo-entry-image img
{
	height: 232px;
  width: auto;
}

.site-main .widget_product_categories .count, .widget_layered_nav .count
,.oceanwp-off-canvas-sidebar .widget_product_categories .count
{
  background-color: rgb(255 142 142);
  background-color: rgb(125 187 88);
	border-radius: 0;
}
#oceanwp-off-canvas-sidebar-wrap .oceanwp-off-canvas-sidebar {
  background-color: #fff;
  max-width: 100%;
  width: 425px;
  padding: 35px;
}

.navigation li.mega-cat ul li .mega-post-date {
  display: none;
}

 /* woo+flex */
				.woocommerce ul.products.grid {
					display: flex;
					flex-wrap: wrap;
					justify-content: center;
					align-items: stretch;
				}
				/* @media only screen and (min-width: 481px) and (max-width: 768px)  */
				/* { */
					.woocommerce .products.oceanwp-row.tablet-col .col {
						display: flex;
						/* align-items: center; */
						/* justify-content: center;	 */
						align-items: stretch;
						justify-content: center;
					}
				/* } */
				.woocommerce ul.products li.product .woo-entry-inner {
					  margin: 0;
						height: 100%;
						display: flex;
						flex-wrap: wrap;
						align-content: space-between;
						flex-direction: row;
						justify-content: center;
				}
				.woocommerce ul.products li.product .woo-entry-inner li {
					width: 100%;
				}
				
				.woocommerce ul.products.grid li.product.product-category  .woo-entry-inner {
					  margin: 0;
						height: 100%;
						display: flex;
						flex-wrap: wrap;
						align-content: space-between;
						flex-direction: row;
						justify-content: center;
				}
				.woocommerce .site-main ul.products.grid li.product.product-category  .woo-entry-inner {
						/* background-color: #4C9B36; */
						padding: 3px;
				}
				
.owp-floating-bar {
  top: unset !important;
  bottom: 0px !important;
}
#woo-popup-wrap #woo-popup-inner {
  background-color: #fff;
  width: auto;
  max-width: 600px;
  max-height: 600px;
  padding: 25px 15px 0px 15px;
  border-radius: 0 !important;
}

.woocommerce-shipping-destination {
	display: none;
}
ul#shipping_method {
  padding-bottom: 0;
}

/* /woocommerce */





.dk_menu_post_actions
{
	
}
.dk_menu_post_actions .mega-cat-title
{
	display:none;
}

.cat-parent a
{
	font-size: 15px!important;
  /* border-bottom: 1px solid red; */
	font-weight: 700;
	padding-bottom: 3px;
}
.site-main .product-categories .cat-parent ul.children
{
  display: none;
}
.site-main .product-categories .cat-parent i
{
  color: #fdfdfd;
  float: right;
  width: 31px;
  height: 23px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  /* border: 1px solid black; */
  padding-top: 3px;
  font-size: 17px;
  background-color: var(--e-global-color-primary);
}
.woocommerce .site-main .widget_product_categories li.cat-parent>a {
  font-weight: bold;
  display: inline-block;
  width: 87%;
}
.cat-parent a
{
  border-bottom: 1px solid transparent;
}
.cat-parent.open a
{
  border-bottom: 1px solid var(--e-global-color-primary);
}


.oew-carousel .oew-carousel-entry-details {
	background-color: #bfe5f2;
  padding: 15px;
}

/* 757diks: */




#scroll-top {
  z-index: 7575757;
}
@media only screen and (max-width: 959px) {
	.footer_callout_wrap_h3_span span {line-height: 4.5;}
}
@media only screen and (max-width: 959px) {
	.footer_callout_wrap_h3_span_1 span {line-height: 2.3;}
}

/* 
colors
  background: #fbf233;	// yellow
	background: #bfe5f2;	// blue
	background: #fdeacc;	// body-pelmen
	background: #afc846;	// green
	background: #9fc600;	// green hover
	background: #1b1b19;	// black
	background: #e4007b;	// purpur

	

 */
/* background-color: #;  	red main*/
/* var(--e-global-color-primary)	: #175244;  	green main	*/
/* background-color: #;  	green accent*/
/* background-color: #219b00;  	green accent 1*/

/* background-color: #fe5252;  	red main*/
/* background-color: #4C9B36;  	green main*/
/* background-color: #61CE70;  	green accent*/
/* background-color: #219b00;  	green accent 1*/
/* :757diks */

/* ============================================================ */
/* !!! HARD CODE !!! */
/* hide /product-category/uncategorized/ */
.cat-item.cat-item-15 {display:none}
/* !!! end HARD CODE !!! */


.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .woo-entry-image, .woocommerce ul.products li.product .woo-entry-inner li.image-wrap .product-entry-slider-wrap {
  display: flex;
  /* aspect-ratio: 1.3; */
  background-color: white;
  justify-content: center;
  align-items: stretch;
}
.woocommerce ul.products li.product .woo-entry-image-swap img {
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  width: auto;
  overflow: hidden;
}
.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-main {
  position: relative;
  margin-bottom: 0 !important;
  z-index: 2;
  /* aspect-ratio: 1.3; */
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
  opacity: 0;
}
.woocommerce ul.products li.product .woo-entry-image-swap:hover .woo-entry-image-secondary {
  opacity: 1;
}
.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-main {
  opacity: 1;
}
.woocommerce ul.products li.product .woo-entry-image-swap:hover .woo-entry-image-main {
  opacity: 0;
}

.woocommerce ul.products li.product .woo-entry-inner li.title {
  min-height: 105px;
}

.woocommerce-product-gallery__image .flex-active-slide
{
	text-align: center;
}
.woocommerce div.product .woocommerce-product-gallery .flex-viewport img { /* :not(.flex-active) */
  max-height: 49vh;
  width: auto;
	min-height: 250px;
}




.woocommerce ul.products li.owp-content-center .product-inner {
  /* background-color: #fbe4c4; */
  padding: 7px;
}
.woocommerce ul.products li.product .woo-entry-inner li.title {
  /* background-color: #fbe4c4; */
  display: flex;
  align-content: stretch;
  justify-content: center;
  flex-direction: column;
}
.woocommerce ul.products li.product li.title h2, .woocommerce ul.products li.product li.title a {
  margin: 0;
}
.woocommerce ul.products li.product .woo-entry-inner li {
  /* margin-bottom: 0; */
}