.rating_wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 10px; }
.rating_wrapper svg {
height: 20px; }
.rating_wrapper svg path {
fill: #173bf5; }
.rating_wrapper .rating_text span {
font-weight: 700; }
.product_header .woocommerce-message {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
display: inline-block; }
.product_header .woocommerce-message a {
color: #173bf5;
font-weight: 700;
text-decoration: none; }
.product_form {
margin-top: 20px; }
.product_form .grid_price {
margin-bottom: 10px;
margin-top: 25px; }
.product_form .entry-summary .woo-selected-variation-item-name {
display: none !important; }
.product_form .entry-summary .reset_variations {
display: none !important; }
.product_form .entry-summary .price {
display: none; }
.product_form .entry-summary .button-variable-items-wrapper li {
border: none !important;
padding: 0px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
height: auto !important; }
.product_form .entry-summary .button-variable-items-wrapper li.selected .variable-item-span-button {
background-color: #173bf5;
color: #FFF;
border-color: #efefef; }
.product_form .entry-summary .variable-item-span-button {
background-color: transparent;
border: 2px solid #efefef;
outline: none;
padding: 12px 15px !important;
display: block;
border-radius: 25px;
font-size: 16px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
@media (max-width: 568px) {
.product_form .entry-summary .variable-item-span-button {
font-size: 14px; } }
.product_form .price_custom.sale_product .regular {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
align-items: center;
gap: 10px; }
.product_form .price_custom.sale_product .regular p {
color: #a7acd1;
font-size: 18px;
text-decoration: line-through;
font-weight: 400; }
.product_form .price_custom.sale_product .regular .percent p {
background-color: #173bf5;
padding: 0px 10px;
color: #FFF;
font-weight: 700;
border-radius: 15px;
text-decoration: none;
line-height: 25px; }
.product_form .price_custom {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
min-height: 46px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.product_form .price_custom p {
margin-top: 0px;
margin-bottom: 0px;
font-size: 18px;
font-weight: 700; }
.product_form .price_custom .regular p {
color: #173bf5;
font-size: 32px;
line-height: 35px; }
.product_form .price_custom .sale p {
color: #173bf5;
font-size: 32px;
line-height: 35px; }
.product_form form.variations_form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.product_form .cart,
.product_form .woocommerce-variation-add-to-cart {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px; }
.product_form .cart .qty,
.product_form .woocommerce-variation-add-to-cart .qty {
background-color: #efefef;
outline: none;
border: none;
border-radius: 30px;
color: #261c50;
font-size: 14px;
padding: 20px 30px 20px 30px;
width: 100px; }
.product_form .single_add_to_cart_button {
background-color: #173bf5;
padding: 20px 35px;
border-radius: 30px;
color: #FFF;
font-size: 14px;
outline: none;
border: none;
margin-left: -30px;
border: 2px solid #efefef;
cursor: pointer; }
.product_form .deliver {
display: grid;
grid-template-columns: 30px 1fr;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 15px; }
.product_form .deliver p {
margin-top: 0px;
margin-bottom: 0px; }
.product_form .deliver img {
max-width: 30px; }
.product_form .attribiute_detail {
margin-top: 20px;
margin-bottom: 20px; }
.product_form .attribiute_detail .single_attribiute {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
.product_form .attribiute_detail .toltip {
position: absolute;
left: 50%;
top: 25px;
-webkit-transform: scaleY(0) translateX(-50%);
-ms-transform: scaleY(0) translateX(-50%);
transform: scaleY(0) translateX(-50%);
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
z-index: 10;
background-color: #173bf5;
border-radius: 10px;
padding: 10px 10px;
width: 200px;
color: #FFF;
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
font-size: 13px; }
.product_form .attribiute_detail .toltip_open.blue {
color: #173bf5;
font-weight: 700; }
.product_form .attribiute_detail .toltip_open {
position: relative; }
.product_form .attribiute_detail .toltip_open:nth-last-child(1) .comma {
display: none; }
.product_form .attribiute_detail .toltip_open img {
max-width: 15px;
position: relative;
top: 2px; }
.product_form .attribiute_detail .toltip_open:hover .toltip {
-webkit-transform: scaleY(1) translateX(-50%);
-ms-transform: scaleY(1) translateX(-50%);
transform: scaleY(1) translateX(-50%); }
.product_form .attribiute_detail p {
margin-top: 5px;
margin-bottom: 5px;
font-weight: 700; }
.product_form .attribiute_detail p span {
font-weight: 400; }
.product_desc {
margin-top: 30px; }
.product_desc img {
max-height: 28.5px;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: left center;
object-position: left center; }
.product_desc a {
color: #173bf5;
text-decoration: none;
background-image: url(//stage.zaplicense.eu/wp-content/themes/Webgo%20v2/img/ikona-zobacz@2.png);
background-repeat: no-repeat;
background-position: left center;
background-size: 15px;
padding-left: 20px; }
.product_desc ul {
padding-left: 0px;
list-style-type: none; }
.product_desc ul li {
background-image: url(//stage.zaplicense.eu/wp-content/themes/Webgo%20v2/img/check-1@2.png);
background-repeat: no-repeat;
background-position: left center;
background-size: 15px;
padding-left: 20px;
padding-top: 3px;
padding-bottom: 3px; }
.product_desc ul li a {
background-image: none;
padding-left: 0px; }
.wrapper_product .container {
display: grid;
grid-template-columns: 50% 50%;
gap: 70px; }
@media (max-width: 1550px) {
.wrapper_product .container {
grid-template-columns: 600px 1fr; } }
@media (max-width: 1300px) {
.wrapper_product .container {
gap: 30px; } }
@media (max-width: 1230px) {
.wrapper_product .container {
grid-template-columns: 500px 1fr; } }
@media (max-width: 1130px) {
.wrapper_product .container {
grid-template-columns: 400px 1fr; } }
@media (max-width: 992px) {
.wrapper_product .container {
grid-template-columns: 350px 1fr; } }
@media (max-width: 740px) {
.wrapper_product .container {
display: block; } }
.swiper_thumb .swiper-button-next {
right: 15px; }
.swiper_thumb .swiper-button-prev {
left: 15px; }
.swiper_thumb .swiper-slide img {
max-height: 500px;
margin: 0 auto;
display: block; }
.swiper_gallery {
max-width: 80%; }
@media (max-width: 568px) {
.swiper_gallery {
max-width: 100%; } }
.swiper_gallery .swiper-slide {
opacity: 0.2; }
.swiper_gallery .swiper-slide img {
max-height: 100px; }
.swiper_gallery .swiper-slide-thumb-active {
opacity: 1; }
.flexible_content h3 {
font-size: 18px;
margin-bottom: 0px;
font-weight: 400; }
.desc_img_full_bg {
margin-top: 50px;
margin-bottom: 50px;
background-color: #161d39;
color: #FFF;
padding: 85px 0px 90px 0px; }
@media (max-width: 992px) {
.desc_img_full_bg {
padding: 50px 0px 50px 0px; } }
.desc_img_full_bg .container {
display: grid;
grid-template-columns: 480px 1fr;
max-width: 1380px; }
@media (max-width: 1370px) {
.desc_img_full_bg .container {
max-width: 100%;
grid-template-columns: 380px 1fr;
gap: 30px; } }
@media (max-width: 992px) {
.desc_img_full_bg .container {
grid-template-columns: 280px 1fr; } }
@media (max-width: 770px) {
.desc_img_full_bg .container {
grid-template-columns: 1fr; } }
.desc_img_full_bg .desc {
margin-top: 15px;
padding-left: 50px;
max-width: 370px; }
@media (max-width: 1370px) {
.desc_img_full_bg .desc {
padding-left: 0px; } }
@media (max-width: 770px) {
.desc_img_full_bg .desc {
max-width: 100%;
padding-left: 0px; } }
.desc_img_full_bg .desc h2 {
margin-bottom: 45px; }
@media (max-width: 770px) {
.desc_img_full_bg .desc h2 {
margin-top: 0px; } }
.desc_img_full_bg .img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.img_large_desc.invert_layout .container {
grid-template-columns: 455px 1fr; }
@media (max-width: 1370px) {
.img_large_desc.invert_layout .container {
grid-template-columns: 350px 1fr; } }
@media (max-width: 790px) {
.img_large_desc.invert_layout .container {
grid-template-columns: 1fr; } }
.img_large_desc.invert_layout .desc {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-left: 70px; }
@media (max-width: 1370px) {
.img_large_desc.invert_layout .desc {
margin-left: 0px; } }
@media (max-width: 790px) {
.img_large_desc.invert_layout .desc {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; } }
.img_large_desc.invert_layout .img {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
margin-top: -40px; }
@media (max-width: 790px) {
.img_large_desc.invert_layout .img {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-top: 0px; } }
.img_large_desc {
margin-top: 90px;
margin-bottom: 90px; }
@media (max-width: 1080px) {
.img_large_desc {
margin-top: 60px;
margin-bottom: 60px; } }
@media (max-width: 992px) {
.img_large_desc {
margin-top: 30px;
margin-bottom: 30px; } }
.img_large_desc:nth-of-type(2) {
margin-bottom: 200px; }
@media (max-width: 1400px) {
.img_large_desc:nth-of-type(2) {
margin-bottom: 100px; } }
@media (max-width: 1080px) {
.img_large_desc:nth-of-type(2) {
margin-bottom: 60px; } }
@media (max-width: 992px) {
.img_large_desc:nth-of-type(2) {
margin-bottom: 30px; } }
.img_large_desc .container {
display: grid;
grid-template-columns: 1fr 455px;
gap: 50px; }
@media (max-width: 1370px) {
.img_large_desc .container {
grid-template-columns: 1fr 350px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 30px; } }
@media (max-width: 790px) {
.img_large_desc .container {
grid-template-columns: 1fr; } }
.img_large_desc .img {
margin-top: 40px; }
@media (max-width: 1370px) {
.img_large_desc .img {
margin-top: 0px; } }
.img_large_desc .desc {
max-width: 320px; }
@media (max-width: 790px) {
.img_large_desc .desc {
max-width: 100%; } }
.img_large_desc .desc h2 {
margin-bottom: 40px; }
.img_large_desc .desc p {
margin-top: 0px; }
.small_image_desc.invert_layout .container {
grid-template-columns: 1fr 455px; }
@media (max-width: 992px) {
.small_image_desc.invert_layout .container {
grid-template-columns: 1fr 300px; } }
@media (max-width: 730px) {
.small_image_desc.invert_layout .container {
grid-template-columns: 1fr; } }
.small_image_desc.invert_layout .desc {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
padding-left: 70px; }
@media (max-width: 1370px) {
.small_image_desc.invert_layout .desc {
padding-left: 0px; } }
@media (max-width: 730px) {
.small_image_desc.invert_layout .desc {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; } }
.small_image_desc.invert_layout .img {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
@media (max-width: 730px) {
.small_image_desc.invert_layout .img {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; } }
.small_image_desc {
margin-top: 100px;
margin-bottom: 100px; }
@media (max-width: 1080px) {
.small_image_desc {
margin-top: 60px;
margin-bottom: 60px; } }
@media (max-width: 992px) {
.small_image_desc {
margin-top: 30px;
margin-bottom: 30px; } }
.small_image_desc .container {
display: grid;
grid-template-columns: 455px 1fr;
gap: 150px; }
@media (max-width: 1080px) {
.small_image_desc .container {
gap: 30px; } }
@media (max-width: 992px) {
.small_image_desc .container {
grid-template-columns: 300px 1fr; } }
@media (max-width: 730px) {
.small_image_desc .container {
grid-template-columns: 1fr; } }
.small_image_desc .desc {
max-width: 658px; }
.small_image_desc .desc h2 {
margin-bottom: 40px; }
.small_image_desc .desc p {
margin-top: 0px; }
.small_image_desc .img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.repeater_bg {
margin-top: 30px;
margin-bottom: 30px; }
.repeater_bg .bg {
border-radius: 30px;
padding: 50px 30px;
background-color: #f6f6f6; }
.repeater_bg .title {
text-align: center; }
.repeater_bg .title h2 {
margin-top: 0px;
margin-bottom: 40px; }
.repeater_bg .repeater {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin-top: 50px; }
@media (max-width: 880px) {
.repeater_bg .repeater {
grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) {
.repeater_bg .repeater {
grid-template-columns: 1fr; } }
.repeater_bg .repeater .single {
text-align: center;
max-width: 285px;
margin: 0 auto; }
.repeater_bg .repeater .single .icon img, .repeater_bg .repeater .single .icon svg {
max-width: 83px; }
.repeater_bg .repeater .single .desc h3 {
margin-bottom: 25px; }
.promotion {
margin-bottom: 90px;
margin-top: 100px; }
@media (max-width: 1370px) {
.promotion {
margin-bottom: 0px;
margin-top: 50px; } }
.promotion h2 {
padding-left: 70px; }
@media (max-width: 1370px) {
.promotion h2 {
padding-left: 0px; } }
.promotion .swiper-slide {
height: auto; }
.promotion .swiper-slide .product__wrapper {
height: 100%; }
.variations tbody tr {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 10px; }
.variations .label {
text-align: left;
width: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-bottom: 3px; }
.variations .value {
width: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }