/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .title-stroke {
     display: none;
 }
 .sw-product {
     border: 1px solid #707070;
     padding: 20px;
     min-height: 740px;
 }
 .sw-product .nice-select {
     width: 100%;
     border-radius: 0;
     border: 1px solid #707070;
     position: relative;
     z-index: 1;
 }
 .sw-products-container .col-4 {
     padding-right: 5px;
     padding-left: 5px;
 }
 .sw-product .nice-select:after {
     border-bottom: 2px solid #3A3A3A;
     border-right: 2px solid #3A3A3A;
     width: 6px;
     height: 6px;
 }
.sw-product .nice-select .list {
    width: 100%;
}
 .sw-product .nice-select span.current {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Averta Semibold';
    color: #3A3A3A;
}
.sw-product .product {
    position: relative;
    margin: 0;
    padding-top: 50px;
}
.sw-product .price-block {
    text-align: center;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sw-product .price-block p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Averta Light';
    color: #777777;
}
.sw-product .price-block p span {
	display: block;
    font-family: 'Averta Regular';
    color: #3a3a3a;
    font-weight: bolder;
}
.sw-product .product .product-img {
    text-align: center;
    padding-top: 56px;
}
.sw-product .product .product-img img {
    width: 282px;
    height: 282px;
    object-fit: fill;
    vertical-align: top;
}
.sw-product .product .box-surprise {
    position: absolute;
}
.sw-product .style-1 {
     font-size:34px;
     line-height: 30px;
     color: #3A3A3A;
     font-family: 'Averta Bold';
     display: block;
 }
.sw-product .style-2 {
     font-size:22px;
     font-family: 'Averta Semibold';
     color:#777777;
 }
.sw-product .added_to_cart {
    display: none !important;
}
 .sw-product .single_add_to_cart_button {
     line-height: 1;
     cursor: pointer;
     position: relative;
     text-decoration: none;
     overflow: visible;
     background-color: #3A3A3A;
     display: inline-block;
	 width: 100%;
	 text-align: center;
	 
 }
.sw-product .single_add_to_cart_button a {
    text-transform: uppercase;
    color: #fff!important;
    font-size: 16px;
    font-family: 'Averta Semibold';
    width: 100%;
    display: inline-block;
    padding: 19px 0;
}
.block-surprise {
    background-color: #FF0000;
    margin: 20px 40px;
    padding: 17px 20px;

}
.block-surprise p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Averta Light';
    text-align: center;
    color: #fff !important;
}
.block-surprise p span {
    font-family: 'Averta Semibold';
    display: block;
    opacity: 0.8%;
}
.product-button {
	display: flex;
	column-gap: 10px;
}
.sw-product .card-button, .buy-now-button {
	width: 50%;
}


/* RENSPONSIVE */

@media only screen and (max-width: 1550px) {
    .page-template-default .page-content {
        padding-left: 0;
        padding-right: 10px;
    }
    .sw-product .nice-select span.current, .sw-product .nice-select li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1550px) {
    .sw-product .nice-select span.current, .sw-product .nice-select li {
        font-size: 11px;
    }
}
@media only screen and (max-width: 1550px) {
    .sw-products-container .col-4 {
        max-width: 100%;
        flex: 0 0 33%;
    }
}

@media only screen and (max-width: 992px) {
    .sw-products-container .col-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .sw-product .single_add_to_cart_button {
        padding: 19px 20px;

    }
    .sw-product .single_add_to_cart_button a {
        font-size: 12px;
    }
    .sw-products-container .row {
        row-gap: 10px;
    }
	.block-surprise {
    	margin: 20px 0px;
	}
}

@media only screen and (max-width: 786px) {
	.sw-products-container .col-6 {
		width: 50%;
	}
    .sw-products-container .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }
    .page-template-default .page-content {
        padding-top: 140px;
    }
    .sw-products-container .sw-product {
        min-height: 450px;
        width: 70%;
        margin: 0 auto;
    }
    .sw-product .product .product-img img {
        width: 195px;
        height: 195px;
        object-fit: contain;
    }
    .sw-product .product .product-img  {
        width: 50%;
        display: inline-block;
        padding-top: 0;
    }
    .sw-product .product .price-block {
        width: 50%;
        display: flex;
        justify-content: flex-end;
        float: right;
        min-height: 180px;
    }
    .sw-product .product .box-surprise {
        width: 60px;
        height: 60px;
        right: 16%;
        top: 25%;
    }
    .sw-product .style-1 {
        font-size: 23px;
        line-height: 15px;
    }
    .sw-product  .style-2 {
        font-size: 18px;
        line-height: 21px;
    }
    .block-surprise {
        margin:  10px 0;
    }
    .block-surprise p {
        font-size: 13px;
        line-height: 16px;
    }
    .single_add_to_cart_button {
        padding: 15px 10px;
    }
    .single_add_to_cart_button a {
        font-size: 12px;
        line-height: 29px;
    }
    .sw-product .price-block p {
        font-size: 10px;
        line-height: 20px;
    }
    .sw-product {
        padding: 16px;
    }
}
@media only screen and (max-width: 586px) {
    .sw-products-container .sw-product {
        width: 100%;
    }
}