/*!
Theme Name: main
Theme URI: http://webfree.pro/
Author: Dmitriy Filippov
Author URI: https://vk.com/dimarik_amoralis
Description: Description
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.product-thumbnails-lightbox {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.product-thumbnails-lightbox .product-thumbnail {
  margin: 0 5px;
}

.product-thumbnails-lightbox .product-thumbnail img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
}
.wp-embed-featured-image {
	min-width: 160px;
}
.cookie {
  width: 100%;
  max-width: 100%;
  background-color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  color: #fff;
  z-index: 70;
}

.cookie .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.cookie .meta b {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.cookie .meta p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}

.cookie .meta p a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  font-size: 12px;
  text-decoration: underline;
}

.cookie .meta p a:hover {
  color: #fff;
}

.cookie .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
}

.cookie .button {
  margin-left: 40px;
}

.cookie .cancel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  margin-left: 40px;
  white-space: nowrap;
  width: max-content;
}

.cookie .cancel:hover::after {
  width: 100%;
}

.cookie .cancel::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  bottom: -2px;
  background-color: #fff;
  transition: 0.3s;
  width: 0;
}

.cookie .cancel .icon {
  margin-left: 6px;
}

.cookie {
    padding-bottom: 40px;
  }

  .cookie .wrap {
    display: block;
  }

  .cookie .meta {
    display: block;
    width: 100%;
  }

  .cookie .btns {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .cookie .button {
    margin-left: 0px;
    max-height: 45px;
  }

  .cookie .cancel {
    font-size: 14px;
    margin-left: 20px;
  }

  .cookie .cancel:hover::after {
    width: 0;
  }

  .cookie .cancel::after {
    display: none;
  }

