.shopSinglePage {
    width: 100%;
    padding: 0 20px;
}

.productSingleContainer {
    padding: 0 15%;
}

body.single-product aside#secondary {
    display: none;
} 

.woocommerce .woocommerce-breadcrumb {
    padding: 55px 16%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    display: block !important;
}

.woocommerce div.product form.cart .variations tr {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.woocommerce div.product form.cart .variations td.label {
    width: 100%;
    display: inline-block;
}

.woocommerce div.product form.cart .variations td.value select {
    /*display: none;*/
}

.variationCol input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.variationCol input[type="radio"]:checked ~ label {
    background: #16b28d;
    color: #ffffff;
}

.variationCol {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 8px 16px 8px;
}

.variation-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.woocommerce div.product form.cart .variations tr td.value {
    width: 100%;
    display: block;
}

.variationCol input[type="radio"] ~ label {
    background-color: #effaf7;
    /*color: #16b28d;*/
    display: inline-block;
    padding: 9px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    font-weight: 400 !important;
}

.woocommerce div.product form.cart .button {
    background: #16B28D;
    padding: 20.5px 10px;
    width: 100%;
    margin: 0px 0 40px 0px;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 23px;
    transition: 0.5s;
}

.woocommerce div.product form.cart .button:hover {
    background: #16ab87;
}

.woocommerce div.product form.cart .button:after {
    content: "";
    background: url(https://www.westcoastsupply.net/wp-content/themes/westcoast/images/addToCart.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 12px;
}


/*Wishlist */
.woocommerce div.product form.cart .button.wl-add-to {
    background: #FFF;
    border: 1px solid #16B28D;
    color: #16B28D;
    padding: 15px 20px;
    width: auto;
    margin: 20px 0 0px 0px;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
}
.woocommerce div.product form.cart .button.wl-add-to:after {
    background: none;
    font-family: "FontAwesome"; 
    font-weight: 900; 
    content: "\f08a";
    font-size: 14px;
    height: auto;
    width: auto;
}

.woocommerce div.product form.cart .button.wl-add-to:hover {
    background: #16B28D;
    color: #FFF;
}

.woocommerce .woocommerce-breadcrumb a, nav.woocommerce-breadcrumb {
    color: #3A3A3C!important;
    font-size: 15px;
}

.woocommerce div.product div.summary {
    width: 45%;
    padding-left: 55px;
}

.woocommerce-page div.product div.images {
    width: 55%;
}

h1.product_title.entry-title {
    font-size: 45px;
    line-height: 55px;
}

.woocommerce div.summary .woocommerce-product-rating .star-rating {
    letter-spacing: 3px;
    width: 6.4em;
}

a.woocommerce-review-link {
    color: #808080;
    font-size: 17px;
}

.woocommerce div.product div.summary p.price {
    display: none;
}


.producttags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 25px;
}

span.orange-tag {
    background-color: #ff6f31;
    color: #fff;
    display: block;
    padding: 12px 20px;
    letter-spacing: 1px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
}

.producttags ul li {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.producttags ul li:nth-child(2) {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-left: 20px;
}

.variation-block h4 {
    font-family: var(--bodyfont);
    font-size: 22px;
    margin: 0px 0px 20px 0px;
}

table.variations .label label {
    font-family: var(--bodyfont);
    font-size: 22px;
    margin: 0px 0px 12px 0px;
    display: block;
}

.woocommerce div.product div.summary .quantity {
    display: none!important;
}

.woocommerce div.product div.summary .woocommerce-variation-price {
    display: none;
}

.price-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 30px 0px 0px 0px;
    margin-bottom: 20px;
}

.woocommerce-variation-availability {
    margin-bottom: 20px;
}

.price-quantity .pprice {
    line-height: 48px;
    font-size: 38px;
    font-family: var(--headingfont);
    font-weight: bolder;
}

div#field1 button {
    border: 0;
    background-color: transparent;
    text-align: center;
    color: #3A3A3C;
    font-size: 36px;
    padding: 0;
    top: 3px;
    position: relative;
    width: 47px;
    cursor: pointer;
}


div#field1 input {
    width: 53px;
    border: 1px solid #666;
    height: 45px;
    text-align: center;
    color: #3A3A3C;
    font-size: 20px;
}

.product_meta {
    display: none;
}

.other-content ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 13px;
    font-weight: 600;
    padding-left: 35px;
    background-image: url(https://www.westcoastsupply.net/wp-content/themes/westcoast/images/check-icon.png);
    background-position: left;
    background-repeat: no-repeat;
}

.other-content {
    display: inline-block;
    width: 100%;
}


.other-content ul li:first-child {
    background-image: url(https://www.westcoastsupply.net/wp-content/themes/westcoast/images/truck-icon.png);
}


#wpgis-gallery .slick-slide{
    padding: 0px 10px;
}

a.more-shipping {
    font-weight: 600;
    position: relative;
}

a.more-shipping:after {
    content: '';
    position: absolute;
    background-image: url(https://www.westcoastsupply.net/wp-content/themes/westcoast/images/right-arrow.png);
    width: 17px;
    height: 13px;
    right: -26px;
    top: 7px;
}

.other-content ul {
    margin-bottom: 35px;
}

div#reviews, section.related.products {
    display: none;
}

section.description-section {
    padding: 50px 0;
    min-height:400px; 
}


.fontstyle h2 {
    font-size: 40px;
    margin: 0px 0px 30px 0px;
    line-height: 50px;
}

.description-content p {
    margin-bottom: 25px;
    padding-right: 100px;
}

.width80 {
    width: 85%;
    float: left;
}

.fixed-sidebar {
    width: 100%;
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    /*top: 120px;*/
    /*margin-bottom: 40px;*/
    z-index: 9;
    position: absolute;
    top: 0;
    width: 250px;
    right: 0;
}

.description-section .productSingleContainer,
.benifits-section .productSingleContainer{
    display: inline-block;
    width: 100%;
}

.freebies-section .freebies-slider {
    width: 160%;
}

.fixed-sidebar ul {
    box-shadow: 0px 0px 10px #00000017;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 15px;
}

.fixed-sidebar li a {
    position: relative;
    display: block;
    font-size: 20px;
    padding: 0px 0px 23px 50px;
    color: #3A3A3C;
}

.fixed-sidebar li:last-child a {
    padding-bottom: 0;
}

.fixed-sidebar li a:before {
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #000;
    width: 30px;
    height: 2px;
    content: '';
}

.fixed-sidebar li a:hover,
.fixed-sidebar li a.active{
    color: #16B28D; 
}

.benefits-types {
    width: 50%;
    float: left;
}

.benefits-types h3 {
    font-size: 33px;
    margin: 0px 0px 35px 0px;
}

.benifits-section h2 {
    margin-bottom: 55px;
}

.benefits-types h3 img {
    margin-right: 20px;
}

.benefits-types p {
    margin-bottom: 25px;
    padding-right: 55px;
}


section#freebies {
    display: inline-block;
    width: 100%;
    padding: 80px 0px;
    min-height: 400px;
}

.freebies-block {
    box-shadow: 0px 0px 10px #00000017;
    padding: 38px 30px;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    margin: 10px 6px;
    float: left;
}

span.tagname {
    background-color: #e8f7f4;
    display: inline-block;
    padding: 9px 18px;
    border-radius: 10px;
    font-size: 19px;
    color: #16b28d;
    margin-bottom: 20px;
}


.freebies-block h3 {
    font-size: 21px;
    line-height: 31px;
    margin: 0px 0px 20px 0px;
}

.freebies-block ul li {
    font-size: 19px;
    margin-bottom: 22px;
    padding-left: 35px;
    background-image: url(https://www.westcoastsupply.net/wp-content/themes/westcoast/images/check-icon-1.png);
    background-position: left;
    background-repeat: no-repeat;
}

.freebies-block ul li:last-child{
    margin-bottom: 0px;
}

.freebiesslides h2 {
    margin-bottom: 45px;
}


.freebies-slider .owl-stage {
    /*left: -150px;*/
}

.freebies-section .productSingleContainer {
    padding-right: 0;
}


.freebies-slider .owl-nav .owl-next {
    background-image: url(../../../images/sliderArrow_1.svg) !important;
    background-repeat: no-repeat!important;
    width: 8px;
    height: 14px;
    left: 50px;
}


.freebies-slider .owl-nav img {
    display: none;
}



.freebies-slider .owl-nav .owl-prev {
    background-image: url(../../../images/sliderArrow_1.svg) !important;
    background-repeat: no-repeat!important;
    width: 8px;
    height: 14px;
    -webkit-transform: rotate(
        180deg);
    transform: rotate(
        180deg);
    left: 5px;


}

.freebies-slider .owl-nav button {
    position: absolute;
    bottom: -35px;
    padding: 0;
    opacity: 1;
    width: 30px;
    height: 40px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    z-index: 9;
}





.reviewsblock {
    box-shadow: 0px 0px 10px #00000017;
    padding: 35px;
    background-color: #fff;
    border-radius: 15px;
}


.reviewsblock h4 {
    font-family: var(--bodyfont);
    font-size: 21px;
    font-weight: 800;
    margin: 0px 0px 35px 0px;
}


span.owner-name {
    color: #808080;
    font-size: 16px;
    font-weight: 500;
    margin-left: 16px;
}

.reviewsblock p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 65px;
    max-height: 150px;
    overflow: auto;
}

.reviews-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}


span.review-date {
    color: #808080;
    font-size: 17px;
    font-weight: 500;
}

.woocommerce .reviewsblock .star-rating {
    font-size: 20px;
    letter-spacing: 3px;
    width: 9.4em;
}


.reviewsblock {
    margin: 7px 15px 30px 15px;
    box-shadow: 0px 0px 10px #00000017;
    padding: 35px;
    background-color: #fff;
    border-radius: 15px;
    width: calc(50% - 30px);
    float: left;
}

.reviewssec h2 {
    margin-bottom: 55px;
}

.reviewslider {
    /*margin: 0px -15px;*/
}


.reviewslider .owl-nav button {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    background-color: #fff!important;
    box-shadow: 0px 0px 10px #00000017;
    border-radius: 50px;
    opacity: 1;
}

.reviewslider .owl-nav button.owl-prev {
    left: -15px;
    transform: translateY(-50%) rotate(
        180deg);
}

.reviewslider .owl-nav button.owl-next{
    right: -15px;
}


.reviewslider .owl-dots button {
    width: 91px;
    background-color: #e3e3e3!important;
    height: 4px;
    margin: 0px 15px;
    border-radius: 15px;
}

.reviewslider button.owl-dot.active {
    background-color: #16B28D!important;
}

.reviewslider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.productSlider .item.slick-slide, .brand-category .item.slick-slide {
    padding: 0 15px 15px 15px;
}

.similar-products .productSingleContainer {
    padding-left: 15%;
    display: block;
    width: auto;
}

.productSlider .slick-list {
    margin: 0 -80px 0 -25px;
    padding-left: 15px;
}

section.similar-products > .productSingleContainer >  h2 {
    font-size: 40px;
    margin: 0px 0px 30px 0px;
    line-height: 50px;
    margin-bottom: 55px;
}

section.similar-products {
    background-color: #fdfcee;
    padding: 80px 0px 80px 0px;
    background-image: linear-gradient(to bottom right, #f8fffa, #fdfcee);
}

.productSlider button.slick-arrow{
    position: absolute;
    bottom: 10px;
    padding: 0;
    opacity: 1;
    width: 30px;
    height: 40px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    z-index: 9;
    top: unset;

}

.productSlider button.slick-next {
    background-image: url(../../../images/sliderArrow_1.svg) !important;
    background-repeat: no-repeat!important;
    width: 8px;
    height: 14px;
    left: 50px;
}


.productSlider button.slick-prev {
    background-image: url(../../../images/sliderArrow_1.svg) !important;
    background-repeat: no-repeat!important;
    width: 8px;
    height: 14px;
    -webkit-transform: rotate(
        180deg);
    transform: rotate(
        180deg);
    left: 5px;
}

.proSliderProWrapper {
    position: absolute;
    bottom: 14px;
    width: 100%;
    padding-left: 80px;
    padding-right: 17%;
}

.productSliderProgress {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cfecdd;
    background-image: -webkit-gradient(linear, left top, right top, from(#16b28d), to(#16b28d));
    background-image: linear-gradient(to right, #16b28d, #16b28d);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .4s ease-in-out;
    transition: background-size .4s ease-in-out;
}

.hotPicksRightNowSliderWrapper {
    position: relative;
}

.showMoreAction_hotPicks {
    display: none;
}

.slick-arrow:before {
    display: none;
}



.productSlider.slick-slider{
    overflow: hidden;
    padding-bottom: 70px;
}

#description {
    position: relative;
    padding-right: 15%;
}

.productSingleWrapper {
    background: url(https://www.westcoastsupply.net/wp-content/themes/westcoast/modules/product/images/bg-img.png) no-repeat left top, 
        url(https://www.westcoastsupply.net/wp-content/themes/westcoast/modules/product/images/benifits-img.png) no-repeat right 50%, 
        url(https://www.westcoastsupply.net/wp-content/themes/westcoast/modules/product/images/review-bg.png) no-repeat left bottom;
}

.productSingleContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.productSignleRowLeft {
    width: 100%;
    position: relative;
}
.productSignleRowRight {
    /*width: 20%;*/
}

.productSignleRowLeft .width80 {
    width: 100%;
    float: none;
}

section#description:before {
    content: '';
    background-image: url(https://www.westcoastsupply.net/wp-content/uploads/2021/09/bg-img.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -450px;
    left: 0;
    width: 366px;
    height: 842px;
    z-index: -1;
    display: none;
}

section#benefits {
    padding-top: 40px;
    min-height: 400px;
    /*
    background-image: url(https://www.westcoastsupply.net/wp-content/uploads/2021/09/benifits-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;*/
}

.reviews-section {
    padding: 80px 0px;
    display: inline-block;
    width: 100%;
    min-height: 400px;
    /*    background-image: url(https://www.westcoastsupply.net/wp-content/uploads/2021/09/review-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left;*/
}

.variation-block {
    margin-bottom: 30px;
}
.summary.entry-summary table.variations {
    /*display: none;*/
}

table.variations label[for="pa_gram"] {
    display: none;
}

.woocommerce div.product form.cart .variations tr {
    margin-top: 0;
    margin-bottom: 0;
}

table.variations .variation-block {
    margin-bottom: 0px;
}

.woocommerce div.product form.cart .variations label {
    line-height: normal;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: normal;
}

a.reset_variations {
    display: none!important;
}


.variationCol input[type="radio"]:checked ~ label ~ div span {
    color: #16B28D;
}

.amount-block .amout-qunatity {
    text-align: center;
    margin-top: 15px;
}

.amout-qunatity span {
    font-size: 16px;
}

.amount-block .variation-radios {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.amount-block .variationCol {
    width: 90px!important;
    /*flex-grow: inherit;*/
}



.selectCount_2 .variationCol,
.selectCount_2 .variationCol {
    width: calc(25% - 10px) !important;
}
.selectCount_3 .variationCol {
    width: calc(33.33% - 10px) !important;
}
.selectCount_4 .variationCol {
    width: calc(25% - 10px) !important;
}
.selectCount_5 .variationCol {
    width: calc(20% - 10px) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .selectCount_5 .variationCol, .selectCount_6 .variationCol,
    .selectCount_7 .variationCol, .selectCount_8 .variationCol {
        width: calc(25% - 10px) !important;
        /*flex-grow: 0;*/
    }
}
/* Mobile fix */
@media only screen and (max-width: 500px) {
    .selectCount_5 .variationCol, .selectCount_6 .variationCol,
    .selectCount_7 .variationCol, .selectCount_8 .variationCol {
        width: calc(25% - 10px) !important;
        flex-grow: 0;
    }
}


.amout-qunatity span.first-child {
    border-bottom: 1px solid #ccc;
    display: inherit;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.variationCol.disable {
    opacity: .5;
}

a.select-option {
    color: #16B28D; 
}
.woocommerce div.product .woocommerce-tabs div#tab-description {
    display: none!important;
}

.woocommerce .productSingleContainer .reviewslider .reviewsblock .star-rating {
    letter-spacing: 0;
    width: 5.4em;
}

table.variations .variation-block.amount-block {
    margin-bottom: 20px;
}

.woocommerce-variation.single_variation p.pprice {
    display: none;
}
.price-quantity .woocommerce-variation.single_variation p.pprice {
    display: initial;
}

.price-quantity .woocommerce-variation.single_variation p.pprice span.price {
    color: #000;
}

.formobile{
    display: none!important;
}

.slider-counter, a.showmore {
    display: none;
}

.quantity-box div#field1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.reviewslider .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.benefits-types h3 > i {
    font-size: 20px;
    border-radius: 50%;
    padding: 10px;
    line-height: 20px;
    vertical-align: middle;
}


.variation-block.flavours-block .variationCol input[type="radio"] ~ label {
    width: auto;
    pointer-events: none;
    background-color: #e6f8ef;
    color: #00b75f;
}

.variation-block.flavours-block .variationCol {
    flex-grow: unset;
}

/*
.woocommerce div.product form.cart .variations select {
    background: #16B28D url('https://www.westcoastsupply.net/wp-content/themes/westcoast/images/selectArrow.png') no-repeat center right 15px;
    padding: 16px 50px 16px 16px;
    width: 100%;
    margin: 0px 0 18px 0px;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 25px;
    color: #ffffff;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
}
*/

.woocommerce div.product form.cart .variations select {
    background: #ffffff url(https://www.westcoastsupply.net/wp-content/themes/westcoast/images/selectArrowDark.png) no-repeat center right 15px;
    padding: 16px 50px 16px 16px;
    border: 2px solid #a5a5a5 !important;
    width: 100%;
    margin: 0px 0 18px 0px;
    border-radius: 8px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    color: #4c4c4c;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
}

.woocommerce div.product form.cart table.mnm_table {
    font-size: 15px;
}

.woocommerce div.product form.cart table.mnm_table th, 
.woocommerce div.product form.cart table.mnm_table td {
    border: 0;
    padding: 0.5em 1.41575em;
    text-align: left;
    vertical-align: top;
}

.woocommerce div.product form.cart table.mnm_table dl dd {
    margin: 0;
}

.woocommerce div.product form.cart table.mnm_table dl {
    margin: 10px 0 0 0;
    line-height: 18px;
}

.woocommerce div.product div.summary .quantity.mnm-quantity {
    display: block !important;
}

span.wc-points-rewards-product-message {
    display: block;
    font-size: 22px;
    line-height: normal;
    vertical-align: text-bottom;
    font-family: 'Noto Serif', serif;
    margin-top: 10px;
    font-weight: normal;
}

p.pprice br {display: none;}

.shopSinglePage section.up-sells.upsells.products {
    display: none;
}

.woocommerce-product-gallery__image {
    position: relative;
}

/*.select-quantity[data-order="gram-1g"] {
    order: 1;
}
.select-quantity[data-order="3-5g"] {
    order: 2;
}
.select-quantity[data-order="7g"] {
    order: 3;
}
.select-quantity[data-order="14g"] {
    order: 4;
}
.select-quantity[data-order="28g"] {
    order: 5;
}*/
.variations option.disabled {
    background-color: #F1F1F1;
    text-decoration: line-through;
    color: #ababab;
}

body .freebies-section .owl-nav.disabled {
    display: block;
}

.homeFlexSlider {
    position: relative;
    padding-bottom: 40px;
}

.homeFlexSlider .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.homeFlexSlider .item.woocommerce {
    height: 100%;
    padding: 10px 5px;
}

.homeFlexSlider {
    position: relative;
    padding-bottom: 40px;
}

.homeFlexSlider .prouct-block {
    margin: 0;
}

.flex-direction-nav a {
    position: static;
    font-size: 0;
    opacity: 1 !important;
    width: 25px;
    height: 25px;
    top: 0 !important;
    display: inline-block;
    margin: 0;
}

.flex-direction-nav a.flex-disabled {
    opacity: 0.5 !important;
    pointer-events: none;
}

.flex-direction-nav li {
    position: absolute;
    bottom: 0;
    height: 25px;
    width: 25px;
    margin: 0;
}

.flex-direction-nav li.flex-nav-prev {
    left: 0;
    bottom: -1px;
}

.flex-direction-nav li.flex-nav-next {
    left: 50px;
    bottom: -1px;
}

.flex-direction-nav a:before {
    font-size: 0;
}

.flex-direction-nav .flex-next {
    background-image: url(../../../images/sliderArrow_1.svg) !important;
    background-repeat: no-repeat!important;
    background-position: center center !important;
}

.flex-direction-nav .flex-prev {
    background-image: url(../../../images/sliderArrow_1.svg) !important;
    background-repeat: no-repeat!important;
    background-position: center center !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}