.wildworld_header_cart {
    margin: 0 35px 0 25px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .wildworld_header_cart {
        margin: 0 0 0 30px;
    }

    .wildworld_header_button_off .wildworld_header_cart {
        margin: 0 30px;
    }
}

.wildworld_header_cart .icon {
    font-size: 24px;
    color: transparent;
    stroke: #333333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_header_cart .wildworld_header_cart_counter {
    color: #333333;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    height: 19px;
    min-width: 19px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: color .3s;
    transition: color .3s;
}

/* ---------------------------------- */
/* ---------- Shop Listing ---------- */
/* ---------------------------------- */
.wildworld_woocommerce_wrapper {
    padding: 70px 0;
}

@media only screen and (min-width: 768px) {
    .wildworld_woocommerce_wrapper {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 992px) {
    .wildworld_woocommerce_wrapper {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_woocommerce_wrapper {
        padding: 150px 0;
    }

    .wildworld_shop_list_page .wildworld_woocommerce_wrapper {
        padding: 95px 0;
    }
}

.wildworld_shop_loop .page-title,
.wildworld_shop_loop .woocommerce-result-count {
    display: none;
}

.wildworld_shop_loop select.orderby {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    margin-top: 18px;
}

.wildworld_shop_loop select.orderby:focus,
.wildworld_shop_loop select.orderby:active {
    outline: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #f8f8f8;
    padding: 20px 20px 18px;
    margin: 0 30px 30px 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    width: 22.35%;
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 17.15%;
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
    width: 13.75%;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-2 li.product,
.woocommerce-page .wildworld_sidebar_none ul.products.columns-2 li.product {
    width: 48.6%;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-3 li.product,
.woocommerce-page .wildworld_sidebar_none ul.products.columns-3 li.product {
    width: 31.55%;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-4 li.product,
.woocommerce-page .wildworld_sidebar_none ul.products.columns-4 li.product {
    width: 23.05%;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-5 li.product,
.woocommerce-page .wildworld_sidebar_none ul.products.columns-5 li.product {
    width: 17.95%;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-6 li.product,
.woocommerce-page .wildworld_sidebar_none ul.products.columns-6 li.product {
    width: 14.5%;
}

.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
    margin-right: 0;
}

.woocommerce ul.products li.product a img {
    margin: 0 auto 15px;
}

.wildworld_shop_list_page .wildworld_sidebar {
    padding-top: 55px;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
    width: 186px;
    padding: 15px 17px;
    margin-top: 60px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    text-transform: uppercase;
    color: #333333;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.woocommerce ul.products li.product .added_to_cart {
    margin-top: 60px;
}

.woocommerce ul.products.columns-2 li.product .button,
.woocommerce ul.products.columns-2 li.product .add_to_cart_button {
    top: 150px;
}

.woocommerce ul.products.columns-2 li.product .added_to_cart {
    top: 157px;
}

.woocommerce ul.products.columns-3 li.product .button,
.woocommerce ul.products.columns-3 li.product .add_to_cart_button {
    top: 83px;
}

.woocommerce ul.products.columns-3 li.product .added_to_cart {
    top: 90px;
}

.woocommerce ul.products.columns-4 li.product .button,
.woocommerce ul.products.columns-4 li.product .add_to_cart_button {
    top: 43px;
}

.woocommerce ul.products.columns-4 li.product .added_to_cart {
    top: 50px;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-2 li.product .button,
.woocommerce .wildworld_sidebar_none ul.products.columns-2 li.product .add_to_cart_button {
    top: 230px;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-2 li.product .added_to_cart {
    top: 237px;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-3 li.product .button,
.woocommerce .wildworld_sidebar_none ul.products.columns-3 li.product .add_to_cart_button {
    top: 123px;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-3 li.product .added_to_cart {
    top: 130px;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-4 li.product .button,
.woocommerce .wildworld_sidebar_none ul.products.columns-4 li.product .add_to_cart_button {
    top: 83px;
}

.woocommerce .wildworld_sidebar_none ul.products.columns-4 li.product .added_to_cart {
    top: 90px;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .added_to_cart:hover {
    color: #ffffff;
    background: #333333;
}

.woocommerce ul.products li.product:hover .button {
    margin-top: 30px;
    opacity: 1;
}

.woocommerce ul.products li.product:hover .added_to_cart {
    margin-top: 30px;
    opacity: 1;
}

.woocommerce ul.products li.product .button.ajax_add_to_cart svg,
.woocommerce ul.products li.product .button.product_type_variable svg {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.woocommerce ul.products li.product .button.product_type_variable {
    width: 182px;
}

.woocommerce ul.products li.product .button.ajax_add_to_cart.added {
    width: 186px;
}

.woocommerce ul.products li.product:hover .button.ajax_add_to_cart.added {
    margin-top: -40px;
}

.woocommerce ul.products li.product .onsale,
.wildworld_single_product_page.woocommerce span.onsale{
    min-height: auto;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 14px 5px 14px;
    margin: 0;
    border-radius: 0;
    background: #e44134;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 1;
}

.woocommerce ul.products li.product .star-rating {
    width: 80px;
    font-size: 10px;
    margin-bottom: 8px;
}

.woocommerce ul.products li.product .star-rating:before,
.woocommerce ul.products li.product .star-rating span:before {
    letter-spacing: 5.5px;
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #777777;
    margin: 2px 0 0;
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
    color: #333333;
    font-weight: 400;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 700;
    text-decoration: none;
    color: #e44134;
    margin-left: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    opacity: .75;
}

/* ------------------------------------ */
/* ---------- Single Product ---------- */
/* ------------------------------------ */
.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 0;
}

.wildworld_single_product_page .wildworld_page_title_container {
    min-height: 530px;
}

.wildworld_single_product_page .wildworld_woocommerce_wrapper {
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .wildworld_single_product_page .wildworld_woocommerce_wrapper {
        padding-bottom: 54px;
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_single_product_page .wildworld_woocommerce_wrapper {
        padding-bottom: 74px;
    }
}

.wildworld_single_product_page .woocommerce-product-gallery__image {
    background: #f8f8f8;
}

.wildworld_single_product_page .woocommerce-product-gallery__image:first-of-type {
    margin-bottom: 10px;
}

.wildworld_single_product_page .woocommerce-product-gallery__image:not(:first-of-type) {
    margin-right: 10px;
}

.wildworld_single_product_page.woocommerce div.product div.summary {
    padding-left: 83px;
    margin-bottom: 0;
}

.wildworld_single_product_page .product_title {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -.05em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.wildworld_single_product_page.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 13px;
}

.wildworld_single_product_page.woocommerce div.product .woocommerce-product-rating .star-rating {
    width: 114px;
}

.wildworld_single_product_page.woocommerce div.product .woocommerce-product-rating .star-rating:before,
.wildworld_single_product_page.woocommerce div.product .woocommerce-product-rating .star-rating span:before {
    letter-spacing: 8px;
}

.wildworld_single_product_page .woocommerce-product-rating,
.wildworld_single_product_page .woocommerce-product-rating a {
    font-size: 14px;
    font-weight: 700;
    color: #777777;
}

.wildworld_single_product_page .woocommerce-product-rating a:hover {
    opacity: .75;
}

.wildworld_single_product_page .star-rating::before {
    color: #d1d3d5;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    color: #333333;
    margin-bottom: 17px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    opacity: 1;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.wildworld_single_product_page .woocommerce-product-details__short-description {
    padding: 25px 10px 25px 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 5px;
}

.wildworld_single_product_page .woocommerce-product-details__short-description h6 {
    margin-bottom: 3px;
}

.wildworld_single_product_page.woocommerce div.product form.cart:not(.variations_form) {
    display: inline-flex;
    background: #f8f8f8;
    border-radius: 0;
    overflow: hidden;
    margin-top: 25px;
}

.wildworld_single_product_page.woocommerce div.product form.cart.variations_form {
    margin-top: 25px;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 700;
    color: #333333;
}

.wildworld_single_product_page.woocommerce div.product form.cart.variations_form .single_variation_wrap {
    display: inline-flex;
    border-radius: 0;
    overflow: hidden;
}

.wildworld_single_product_page.woocommerce div.product form.cart.variations_form .single_variation_wrap .woocommerce-variation-price {
    height: 53px;
    line-height: 65px;
    margin-right: 20px;
}

.wildworld_single_product_page.woocommerce div.product form.cart.variations_form .variations_button {
    background: #f8f8f8;
}

.wildworld_single_product_page.woocommerce div.product form.cart.grouped_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    background: 0;
}

.wildworld_single_product_page.woocommerce div.product form.cart.grouped_form .button {
    max-width: 210px;
    margin-top: 20px;
    margin-left: 0;
    float: none;
}

.wildworld_single_product_page.woocommerce div.product form.cart.grouped_form .quantity {
    background: #f8f8f8;
    border-radius: 0;
    overflow: hidden;
}

.wildworld_single_product_page.woocommerce div.product form.cart.grouped_form table a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

body.wildworld_single_product_page.woocommerce div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__label,
body.wildworld_single_product_page.woocommerce div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
    padding-top: 20px;
    padding-left: 30px;
}

body.wildworld_single_product_page.woocommerce div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
    font-weight: 700;
    padding-left: 0;
}

.woocommerce div.product form.cart .variations tr {
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations td.label {
    font-size: 20px;
    letter-spacing: -.05em;
    font-weight: 700;
}

.woocommerce div.product form.cart .variations td.label label {
    margin: 5px 0 0;
}

.woocommerce div.product form.cart .variations select {
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    border: solid 2px #e1e1e1;
    padding: 0 20px;
    margin-bottom: 15px;
    outline: none;
}

.wildworld_single_product_page.woocommerce div.product form.cart div.quantity {
    display: inline-flex;
    margin: 0;
}

.wildworld_single_product_page .wildworld_minus_button,
.wildworld_single_product_page .wildworld_plus_button,
.woocommerce table.shop_table tbody .quantity .wildworld_minus_button,
.woocommerce table.shop_table tbody .quantity .wildworld_plus_button,
.woocommerce div.product form.cart .group_table td .wildworld_minus_button,
.woocommerce div.product form.cart .group_table td .wildworld_plus_button {
    width: 50px;
    height: 53px;
    font-size: 0;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    color: #777777;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_single_product_page .wildworld_minus_button:before,
.wildworld_single_product_page .wildworld_plus_button:before,
.wildworld_single_product_page .wildworld_plus_button:after,
.woocommerce table.shop_table tbody .quantity .wildworld_minus_button:before,
.woocommerce table.shop_table tbody .quantity .wildworld_plus_button:before,
.woocommerce table.shop_table tbody .quantity .wildworld_plus_button:after,
.woocommerce div.product form.cart .group_table td .wildworld_minus_button:before,
.woocommerce div.product form.cart .group_table td .wildworld_plus_button:before,
.woocommerce div.product form.cart .group_table td .wildworld_plus_button:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #777777;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_single_product_page .wildworld_plus_button:after,
.woocommerce table.shop_table tbody .quantity .wildworld_plus_button:after,
.woocommerce div.product form.cart .group_table td .wildworld_plus_button:after {
    width: 2px;
    height: 12px;
}

.wildworld_single_product_page.woocommerce .quantity .qty,
.woocommerce table.shop_table tbody .quantity .qty {
    width: 3.131em;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    padding-left: 17px;
}

.wildworld_single_product_page.woocommerce div.product form.cart .button {
    font-size: 12px;
    letter-spacing: -.1px;
    text-transform: uppercase;
    color: #333333;
    padding: 18px 15px 15px;
    margin-left: 0;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 576px) {
    .wildworld_single_product_page.woocommerce div.product form.cart .button {
        font-size: 14px;
        padding: 18px 30px 15px;
        margin-left: 0;
    }
}

.wildworld_single_product_page.woocommerce div.product form.cart .button:hover {
    color: #ffffff;
    background: #333333;
}

.wildworld_single_product_page.woocommerce div.product form.cart .button svg {
    font-size: 20px;
    margin-right: 11px;
    position: relative;
    top: -1px;
}

.wildworld_single_product_page .product_meta span {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
}

.wildworld_single_product_page .sku_wrapper span.sku {
    display: inline;
}

.wildworld_single_product_page .product_meta span a:hover {
    opacity: .75;
}

.wildworld_single_product_page .woocommerce-tabs {
    width: 100%;
    padding: 95px 0 140px;
    position: relative;
}

@media (min-width: 992px) {
    .wildworld_single_product_page .woocommerce-tabs {
        max-width: 66.666667%;
    }
}

.wildworld_single_product_page.woocommerce div.product .woocommerce-tabs ul.tabs,
.wildworld_single_product_page.woocommerce div.product .woocommerce-tabs .panel {
    position: relative;
    z-index: 5;
    margin-bottom: 23px;
}

.wildworld_single_product_page.woocommerce div.product .woocommerce-tabs .panel {
    padding: 24px 0 0;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #e1e1e1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0 50px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-right: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 35px 0 26px;
    color: #999999;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    content: '';
    width: 100%;
    height: 3px;
    opacity: 0;
    position: absolute;
    bottom: 1px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before {
    opacity: 1;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description h2,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information h2,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews h2 {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table {
    width: 100%;
    margin-top: 47px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table tr:nth-last-of-type(odd) {
    background: #f3f4f5;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table td {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px;
    border: none;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border-left: none;
    border-right: none;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-reply-title {
    display: block;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form {
    font-size: 0;
    line-height: 0;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
    width: 50%;
    display: inline-block;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author {
    padding-right: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
    padding-left: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews label {
    /*display: none;*/
    font-size: 14px;
    line-height: 1.9;
    font-weight: 700;
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input:focus,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea:focus {
    border-color: #333333;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-cookies-consent label {
    display: block;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-notes,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating label,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars {
    display: inline-block;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating label {
    color: #333333;
    margin-right: 18px;
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars {
    position: relative;
    top: 3px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars a {
    margin-right: 5px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars a,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a.active ~ a {
    color: #d1d3d5;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea {
    font-size: 16px;
    font-weight: 400;
    height: 58px;
    width: 100%;
    border: solid 2px #e1e1e1;
    border-radius: 0;
    padding: 0 20px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    outline: 0;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input:focus,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea:focus,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input:active,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea:active {
    background: transparent;
}

.woocommerce #review_form #respond textarea {
    height: 190px;
    padding: 12px 20px;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.7;
}

.woocommerce #review_form #respond .form-submit input {
    width: auto;
    height: auto;
    padding: 15px 70px 14px;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
    color: #333333;
    background: transparent;
    border: solid 2px;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce #review_form #respond .form-submit input:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.woocommerce #review_form #respond p.comment-notes,
.woocommerce #review_form #respond p {
    margin-bottom: 20px;
}

.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email {
    margin-bottom: 10px;
}

.woocommerce #review_form #respond p.comment-form-comment {
    margin-bottom: 20px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
    margin-bottom: 30px;
}

.woocommerce #review_form #respond p.form-submit {
    margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
    margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 28px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: none;
    padding: 0;
    margin-top: 3px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    margin-left: 70px;
    padding: 0 10px 0 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 16px;
    margin-bottom: 4px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    margin-right: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    font-size: 14px;
    color: #777777;
}

.woocommerce .star-rating {
    width: 114px;
    margin-top: 4px;
}

.woocommerce .wildworld_sidebar .star-rating {
    width: 80px;
    font-size: 10px;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
    letter-spacing: 8px;
}

.woocommerce .wildworld_sidebar .star-rating:before,
.woocommerce .wildworld_sidebar .star-rating span:before {
    letter-spacing: 5.5px;
}

.wildworld_single_product_page section.related.products {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .wildworld_single_product_page section.related.products {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    .wildworld_single_product_page section.related.products {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_single_product_page section.related.products {
        padding: 0 0 32px;
    }
}

.wildworld_single_product_page section.related.products > h2 {
    margin-bottom: 50px;
    font-size: 32px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    .wildworld_single_product_page section.related.products > h2 {
        font-size: 37px;
    }
}

.wildworld_single_product_page section.related.products h2 span {
    font-weight: 300;
}

.wildworld_single_product_page section.related.products ul.products li.product a img {
    margin-bottom: 34px;
}

/* ------------------------------- */
/* ---------- Cart Page ---------- */
/* ------------------------------- */
p.cart-empty {
    margin-bottom: 2em;
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
    background: #f3f4f5;
}

.woocommerce table.shop_table {
    background: #ffffff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.woocommerce table.shop_table thead {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0;
    font-weight: 700;
    background: none;
}

.woocommerce table.shop_table thead th {
    padding: 26px 12px;
    text-align: center;
}

.woocommerce table.shop_table tbody td {
    padding: 30px 12px;
    text-align: center;
    border: none;
    border-top: solid 1px #f4f0ed;
}

.woocommerce table.shop_table tbody .product-thumbnail a {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
}

.woocommerce table.shop_table tbody .product-thumbnail a img {
    width: auto;
}

.woocommerce table.shop_table tbody .product-remove a {
    background: none;
    color: #ec454c !important;
    font-size: 28px;
}

.woocommerce table.shop_table tbody td.product-thumbnail {
    width: 96px;
}

.woocommerce table.shop_table thead th.product-name,
.woocommerce table.shop_table tbody td.product-name {
    text-align: left;
}

.woocommerce table.shop_table thead th.product-name,
.woocommerce table.shop_table thead th,
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    border: none;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    border-top: solid 1px rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table tbody td.product-name a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.woocommerce table.shop_table tbody td.product-price,
.woocommerce table.shop_table tbody td.product-subtotal {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #777777;
}

.woocommerce table.shop_table tbody td.product-name a:hover {
    opacity: .75;
}

.woocommerce table.shop_table tbody .quantity {
    font-size: 0;
    line-height: 0;
    margin-top: -6px;
}

.woocommerce table.shop_table tbody .quantity .wildworld_minus_button,
.woocommerce table.shop_table tbody .quantity .wildworld_plus_button,
.woocommerce table.shop_table tbody .quantity .qty {
    height: 50px;
    display: inline-block;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    color: #87817d;
    vertical-align: middle;
}

.woocommerce table.shop_table tbody .quantity .qty {
    width: 50px;
}

.woocommerce table.shop_table tbody td.product-remove {
    padding-left: 32px;
}

.woocommerce table.shop_table tbody td.actions {
    padding: 39px 40px;
    position: relative;
}

.woocommerce table.shop_table tbody td.actions .coupon {
    width: 400px;
    text-align: left;
}

.woocommerce table.shop_table tbody td.actions .coupon label {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 700;
    text-align: left;
    margin-bottom: 38px;
}

.woocommerce table.shop_table tbody td.actions .coupon input[type="text"],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea  {
    width: 200px;
    font-size: 16px;
    font-weight: 400;
    height: 58px;
    border-radius: 0;
    border: 2px solid #e1e1e1;
    padding: 0 20px;
    margin: 0;
    background: #ffffff;
    -webkit-transition: background .3s;
    transition: background .3s;
    outline: 0;
}

.woocommerce table.shop_table tbody td.actions .coupon input[type="text"]:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce table.shop_table tbody td.actions .coupon input[type="text"]:active,
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row textarea:active {
    background: transparent;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"] {
    width: 200px;
}

.woocommerce table.shop_table tbody td.actions .button,
.woocommerce .cart-collaterals .wc-proceed-to-checkout .button,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button,
.woocommerce-checkout .checkout_coupon .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .return-to-shop .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
    height: 58px;
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    padding: 15px 30px;
    margin-left: 10px;
    border-radius: 0;
    letter-spacing: .02em;
    text-decoration: none;
    min-width: 160px;
    vertical-align: bottom;
    background: #fff;
    border: 2px solid;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .return-to-shop .button {
    margin-left: 0;
}

.woocommerce .return-to-shop .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
    line-height: 25px;
    background: transparent;
}

.woocommerce table.shop_table tbody td.actions .button:hover,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button:hover,
.woocommerce-checkout .checkout_coupon .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-Message .button:hover {
    color: #333333;
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.woocommerce table.shop_table tbody td.actions > .button {
    position: absolute;
    bottom: 53px;
    right: 40px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    background: #ffffff;
    padding: 0 40px 44px;
}

.woocommerce .cart-collaterals .cart_totals ,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 23.9%;
}

.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
    font-size: 18px;
    margin-bottom: 32px;
}

.woocommerce .cart-collaterals table.shop_table th,
.woocommerce-page .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table td,
.woocommerce-page .cart-collaterals table.shop_table td {
    padding: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-page .cart-collaterals table.shop_table td strong {
    font-weight: 700;
}

.woocommerce .cart-collaterals table.shop_table th,
.woocommerce-page .cart-collaterals table.shop_table th {
    border: none;
}

.woocommerce .cart-collaterals table.shop_table td,
.woocommerce-page .cart-collaterals table.shop_table td {
    text-align: right;
}

.woocommerce .cart-collaterals table.shop_table .order-total th,
.woocommerce-page .cart-collaterals table.shop_table .order-total th,
.woocommerce .cart-collaterals table.shop_table .order-total td,
.woocommerce-page .cart-collaterals table.shop_table .order-total td {
    border: none;
}

.woocommerce .cart-collaterals table.shop_table,
.woocommerce-page .cart-collaterals table.shop_table {
    margin-bottom: 15px;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout {
    text-align: left;
}

.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button {
    height: auto;
    padding: 18px 30px 16px;
    margin: 0;
    font-size: 16px;
    letter-spacing: .05em;
}

/* ----------------------------------- */
/* ---------- Checkout Page ---------- */
/* ----------------------------------- */
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout #customer_details,
.woocommerce-checkout .order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #FFFFFF;
}

.woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-error {
    background: transparent;
    border: solid 2px;
    font-size: 20px;
    font-weight: 500;
    padding: 21px 21px 21px 70px;
    position: relative;
}

.woocommerce-info {
    border-color: #308cb3;
    color: #308cb3;
}

.woocommerce-info:before {
    color: #308cb3;
}

.woocommerce-message {
    border-color: #76b330;
    color: #76b330;
}

.woocommerce-message:before {
    color: #76b330;
}

.woocommerce-error {
    border-color: #e83333;
    color: #e83333;
}

.woocommerce-error:before {
    color: #e83333;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    padding: 35px 40px 40px;
    margin-bottom: 30px;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .02);
}

.woocommerce-checkout .woocommerce-info {
    margin: 0;
}

.woocommerce-checkout .woocommerce-info a {
    font-size: 14px;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce-info a:hover {
    opacity: .75;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    border-radius: 0;
    padding: 35px 40px 40px;
}

.woocommerce-checkout .checkout_coupon .form-row {
    width: auto;
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.woocommerce-checkout #customer_details {
    padding: 35px 22px 22px;
    margin-bottom: 60px;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .02);
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 48%;
}

.woocommerce-checkout #customer_details h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.woocommerce table.shop_table tbody td.actions .coupon input[type="text"],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    margin-bottom: 18px;
}

.woocommerce form .form-row textarea {
    height: 210px;
    padding: 12px 20px;
    border-radius: 0;
}

.woocommerce form.woocommerce-checkout .form-row-first,
.woocommerce form.woocommerce-checkout .form-row-last,
.woocommerce-page form.woocommerce-checkout .form-row-first,
.woocommerce-page form.woocommerce-checkout .form-row-last,
body .woocommerce-MyAccount-content .form-row-first,
body .woocommerce-MyAccount-content .form-row-last {
    width: 50%;
}

.woocommerce form.woocommerce-checkout .form-row-first,
.woocommerce-page form.woocommerce-checkout .form-row-first,
body .woocommerce-MyAccount-content .form-row-first {
    padding-right: 15px;
}

.woocommerce form.woocommerce-checkout .form-row-last,
.woocommerce-page form.woocommerce-checkout .form-row-last,
body .woocommerce-MyAccount-content .form-row-last {
    padding-left: 15px;
}

.woocommerce form.woocommerce-checkout .form-row-first .woocommerce-input-wrapper,
.woocommerce form.woocommerce-checkout .form-row-last .woocommerce-input-wrapper,
.woocommerce-page form.woocommerce-checkout .form-row-first .woocommerce-input-wrapper,
.woocommerce-page form.woocommerce-checkout .form-row-last .woocommerce-input-wrapper,
#customer_details .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content .password-input,
.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce-checkout #customer_details label,
.woocommerce-checkout #customer_details .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content label,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper {
    display: block;
}

.woocommerce-checkout #customer_details label,
body .woocommerce-MyAccount-content label {
    font-size: 14px;
    font-weight: 700;
}

.woocommerce-checkout #customer_details .select2-selection,
body .woocommerce-MyAccount-content .select2-selection {
    width: 100%;
    font-size: 16px;
    line-height: 58px;
    font-weight: 700;
    height: 58px;
    border-radius: 0;
    border: 2px solid #e1e1e1;
    padding: 0 20px;
    margin-bottom: 18px;
    background: #ffffff;
    -webkit-transition: background .3s;
    transition: background .3s;
    outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.woocommerce-checkout #customer_details .select2-selection__rendered,
body .woocommerce-MyAccount-content .select2-selection__rendered {
    line-height: 55px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
body .woocommerce-MyAccount-content .select2-selection__arrow {
    top: 16px;
    right: 15px;
}

.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border-radius: 0;
    border: solid 2px #e1e1e1;
    outline: none;
    margin-bottom: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #e1e1e1;
    color: #333333;
}

.select2-results__option {
    padding: 6px 20px;
}

.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 35px 40px 60px;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .02);
}

.woocommerce-checkout .woocommerce table.shop_table {
    margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td,
.woocommerce-checkout .woocommerce table.shop_table tfoot th,
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
    padding: 31px 12px;
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot td {
    text-align: center;
    border: none;
    border-top: solid 1px rgba(0, 0, 0, .1);
}

.woocommerce-checkout #payment {
    border-radius: 0;
    background: #FFFFFF;
    border: solid 2px #e1e1e1;
}

.woocommerce-checkout #payment input[type="radio"] {
    -webkit-appearance: radio;
}

.woocommerce-page #payment .place-order {
    margin-bottom: 16px;
}

.woocommerce-page #payment .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}

.woocommerce-page #payment .woocommerce-privacy-policy-text a {
    color: #555555;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: transparent;
    margin-left: 0;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: #333333;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em 1em 1.6em;
}

/* ---------------------------------- */
/* ---------- Account Page ---------- */
/* ---------------------------------- */
.woocommerce-MyAccount-content a,
.woocommerce-account .lost_password a {
    font-weight: 700;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-form-login,
.lost_reset_password {
    background: #ffffff;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .02);
    padding: 35px 40px 40px;
}

.woocommerce-account .woocommerce-Addresses {
    margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
    margin-bottom: 17px;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    opacity: .75;
}

.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-Message {
    margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-content button.button,
.woocommerce .woocommerce-form-login .button,
.woocommerce .lost_reset_password .button {
    height: 58px;
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    padding: 14px 40px;
    margin-top: 10px;
    margin-left: 3px;
    border-radius: 0;
    letter-spacing: .050em;
    text-decoration: none;
    min-width: 160px;
    vertical-align: bottom;
    background: transparent;
    border: 2px solid;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content .edit:hover,
.woocommerce .woocommerce-form-login .button:hover,
.woocommerce .lost_reset_password .button:hover {
    color: #333333;
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.woocommerce .woocommerce-MyAccount-content  .col2-set .col-1,
.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce .woocommerce-MyAccount-content .col2-set .col-2,
.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-2 {
    padding: 0;
}

.woocommerce-MyAccount-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content .edit {
    font-size: 12px;
    line-height: 1.7;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    background: transparent;
    border: solid 2px;
    border-radius: 0;
    padding: 0 20px;
}

.woocommerce-MyAccount-content .edit:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce h2 {
    width: 400px;
    margin: 0 auto;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 100%;
    display: block;
}

.woocommerce .woocommerce-form-login .button {
    margin: 0 0 20px;
}

.woocommerce .lost_password {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce h2 {
    font-size: 30px;
    margin: -15px auto 20px;
}

.woocommerce form .form-row label {
    font-size: 14px;
    font-weight: 700;
}

.woocommerce-form-login__rememberme {
    overflow: hidden;
    margin: 0 0 22px;
    position: relative;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    position: absolute;
    left: -9999px;
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:before,
.woocommerce-form-login__rememberme input[type="checkbox"]:not(:checked) + span:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #e1e1e1;
    border-radius: 0;
    margin-top: -1px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: text-top;
    position: static;
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:before {
    content: '\f00c';
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

/* -------------------------------- */
/* ---------- Responsive ---------- */
/* -------------------------------- */
@media only screen and (max-width: 1201px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {

    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 30%;
    }

    .woocommerce .wildworld_sidebar_right ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-4 li.product,
    .woocommerce .wildworld_sidebar_left ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-4 li.product {
        width: 30%;
        clear: none !important;
    }

    .woocommerce .wildworld_sidebar_right ul.products.columns-4 li.product:nth-of-type(3n+3),
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-4 li.product:nth-of-type(3n+3),
    .woocommerce .wildworld_sidebar_left ul.products.columns-4 li.product:nth-of-type(3n+3),
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-4 li.product:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .woocommerce .wildworld_sidebar_right ul.products.columns-4 li.product.last,
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-4 li.product.last,
    .woocommerce .wildworld_sidebar_left ul.products.columns-4 li.product.last,
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-4 li.product.last {
        margin-right: 30px;
    }

    .woocommerce .wildworld_sidebar_none ul.products.columns-3 li.product,
    .woocommerce-page .wildworld_sidebar_none ul.products.columns-3 li.product {
        width: 31.1%;
    }

    .woocommerce .wildworld_sidebar_none ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_none ul.products.columns-4 li.product {
        width: 22.55%;
    }
}

@media only screen and (max-width: 1025px) {
    .wildworld_single_product_page.woocommerce div.product div.summary {
        padding-left: 0;
    }

    .wildworld_single_product_page.woocommerce div.product div.summary {
        margin-bottom: 20px;
    }

    .wildworld_single_product_page .woocommerce-tabs {
        padding: 25px 0 90px;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 30%;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        position: relative;
    }

    .woocommerce .woocommerce-ordering:after,
    .woocommerce-page .woocommerce-ordering:after {
        content: '\f107';
        font-family: FontAwesome, sans-serif;
        font-size: 16px;
        line-height: 1;
        position: absolute;
        top: 19px;
        right: 3px;
    }

    .wildworld_single_product_page.woocommerce .quantity .qty,
    .woocommerce table.shop_table tbody .quantity .qty {
        padding-left: 2px;
    }

    body .wildworld_custom_products_list.view_type_1 .woocommerce ul.products li.product {
        width: 22.58%;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }

    .woocommerce .wildworld_sidebar_right ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-4 li.product,
    .woocommerce .wildworld_sidebar_left ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-4 li.product {
        width: 29.9%;
        }
}

@media only screen and (max-width: 991px) {
    .woocommerce .wildworld_sidebar_none ul.products.columns-3 li.product,
    .woocommerce-page .wildworld_sidebar_none ul.products.columns-3 li.product {
        width: 30.3%;
    }

    .woocommerce .wildworld_sidebar_none ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_none ul.products.columns-4 li.product {
        width: 21.55%;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images,
    .wildworld_single_product_page.woocommerce div.product div.summary,
    .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100% !important;
        float: none !important;
    }
}

@media only screen and (max-width: 769px) {
    .wildworld_single_product_page .woocommerce-tabs {
        padding: 25px 0 75px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        margin-bottom: 52px;
    }

    .wildworld_single_product_page section.related.products h2 {
        font-size: 32px;
    }

    .woocommerce table.shop_table tbody td.actions > .button {
        position: static;
        margin-left: 0;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        max-width: 100%;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: transparent;
    }

    .woocommerce-checkout .woocommerce-additional-fields {
        margin-top: 50px;
    }

    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce table.shop_table tbody td.product-thumbnail {
        width: 100%;
    }

    .woocommerce table.cart .product-thumbnail:before,
    .woocommerce-page table.cart .product-thumbnail:before {
        display: none;
    }

    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2 {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce table.shop_table tbody td.actions .coupon {
        width: 100%;
    }

    body .wildworld_custom_products_list.view_type_1 .woocommerce ul.products li.product {
        width: 30.4%;
        margin: 0 30px 30px 0;
        clear: none;
    }

    body .wildworld_custom_products_list.view_type_1 .woocommerce ul.products li.product:nth-last-child(3n+3) {
        margin-right: 0;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce .wildworld_sidebar_none ul.products.columns-3 li.product,
    .woocommerce-page .wildworld_sidebar_none ul.products.columns-3 li.product,
    .woocommerce .wildworld_sidebar_none ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_none ul.products.columns-4 li.product,
    .woocommerce .wildworld_sidebar_right ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-4 li.product,
    .woocommerce .wildworld_sidebar_left ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-4 li.product {
        width: 47.7%;
        margin: 0 30px 30px 0;
    }

    .wildworld_custom_products_list.view_type_1 .woocommerce ul.products li.product.last {
        margin-right: 30px;
    }

    .woocommerce .wildworld_sidebar_right ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-4 li.product,
    .woocommerce .wildworld_sidebar_left ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-4 li.product {
        clear: both !important;
    }

    .woocommerce .wildworld_sidebar_right ul.products.columns-4 li.product:nth-of-type(3n+3),
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-4 li.product:nth-of-type(3n+3),
    .woocommerce .wildworld_sidebar_left ul.products.columns-4 li.product:nth-of-type(3n+3),
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-4 li.product:nth-of-type(3n+3) {
        margin-right: 30px;
    }

    .woocommerce .wildworld_sidebar_right ul.products.columns-4 li.product:nth-of-type(2n),
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-4 li.product:nth-of-type(2n),
    .woocommerce .wildworld_sidebar_left ul.products.columns-4 li.product:nth-of-type(2n),
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-4 li.product:nth-of-type(2n) {
        margin-right: 0;
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: left;
        clear: none !important;
        margin-right: 0;
    }

    .wildworld_shop_list_page .wildworld_sidebar {
        padding-top: 0;
        margin-top: 110px;
    }

    .related.products ul.products li.product:nth-of-type(3) {
        margin-right: 0;
    }

    .woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"] {
        width: 300px;
    }

    .woocommerce table.shop_table tbody td {
        padding: 30px 20px;
    }

    .woocommerce table.shop_table tbody td.actions {
        padding: 39px 20px;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        padding: 0 20px 34px;
    }

    .woocommerce table.shop_table tbody td.product-remove {
        padding-left: 20px;
    }

    .woocommerce table.shop_table tbody td.product-price:before,
    .woocommerce table.shop_table tbody td.product-subtotal:before {
        color: #555555;
    }

    .woocommerce table.shop_table .cart_item {
        border-bottom: solid 15px #f3f4f5;
    }

    .woocommerce table.shop_table_responsive tbody tr td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr td:first-child {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 737px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
        padding: 0;
    }

    .wildworld_single_product_page.woocommerce .quantity .qty,
    .woocommerce table.shop_table tbody .quantity .qty {
        padding-left: 0;
    }

    .woocommerce .return-to-shop,
    .woocommerce .woocommerce-message,
    .woocommerce .woocommerce-Message {
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce .return-to-shop .button,
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-Message .button {
        float: none;
        margin: 20px 0;
    }

    .wildworld_header_cart {
        margin-top: -10px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce .wildworld_sidebar_none ul.products.columns-3 li.product,
    .woocommerce-page .wildworld_sidebar_none ul.products.columns-3 li.product,
    .woocommerce .wildworld_sidebar_none ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_none ul.products.columns-4 li.product,
    .woocommerce .wildworld_sidebar_none ul.products.columns-5 li.product,
    .woocommerce-page .wildworld_sidebar_none ul.products.columns-5 li.product,
    .woocommerce .wildworld_sidebar_none ul.products.columns-6 li.product,
    .woocommerce-page .wildworld_sidebar_none ul.products.columns-6 li.product,
    .woocommerce .wildworld_sidebar_right ul.products.columns-3 li.product,
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-3 li.product,
    .woocommerce .wildworld_sidebar_left ul.products.columns-3 li.product,
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-3 li.product,
    .woocommerce .wildworld_sidebar_right ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-4 li.product,
    .woocommerce .wildworld_sidebar_left ul.products.columns-4 li.product,
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-4 li.product,
    .woocommerce .wildworld_sidebar_right ul.products.columns-5 li.product,
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-5 li.product,
    .woocommerce .wildworld_sidebar_left ul.products.columns-5 li.product,
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-5 li.product,
    .woocommerce .wildworld_sidebar_right ul.products.columns-6 li.product,
    .woocommerce-page .wildworld_sidebar_right ul.products.columns-6 li.product,
    .woocommerce .wildworld_sidebar_left ul.products.columns-6 li.product,
    .woocommerce-page .wildworld_sidebar_left ul.products.columns-6 li.product,
    body .wildworld_custom_products_list.view_type_1 .woocommerce ul.products li.product {
        width: 100%;
        margin-right: 0;
    }

    .wildworld_shop_loop select.orderby {
        margin-top: 3px;
    }

    .woocommerce .woocommerce-ordering:after,
    .woocommerce-page .woocommerce-ordering:after {
        top: 4px;
    }

    .wildworld_shop_list_page .wildworld_sidebar {
        margin-top: 60px;
    }

    .wildworld_single_product_page .woocommerce-tabs {
        padding: 5px 0 65px;
    }

    .wildworld_single_product_page section.related.products > h2 {
        margin-bottom: 30px;
    }

    .woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button {
        width: 100%;
    }

    .woocommerce table.shop_table tbody td.actions .coupon label {
        margin-bottom: 23px;
    }

    .woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2 {
        margin-bottom: 17px;
    }

    .woocommerce-checkout .woocommerce-additional-fields {
        margin-top: 20px;
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    .woocommerce-page #payment .place-order {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 569px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce-form-coupon-toggle,
    .woocommerce-checkout .woocommerce-checkout-review-order {
        padding: 25px 20px 30px;
    }

    .woocommerce-checkout #customer_details {
        padding: 25px 0 0;
    }
}

@media only screen and (max-width: 415px) {
    .woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"],
    .woocommerce-page table.cart td.actions .coupon .input-text + .button,
    .woocommerce form.woocommerce-checkout .form-row-first,
    .woocommerce form.woocommerce-checkout .form-row-last,
    .woocommerce-page form.woocommerce-checkout .form-row-first,
    .woocommerce-page form.woocommerce-checkout .form-row-last,
    body .woocommerce-MyAccount-content .form-row-first,
    body .woocommerce-MyAccount-content .form-row-last {
        width: 100%;
    }

    .woocommerce table.cart td.actions .coupon {
        padding-bottom: 20px;
    }

    .woocommerce form.woocommerce-checkout .form-row-first,
    .woocommerce-page form.woocommerce-checkout .form-row-first,
    body .woocommerce-MyAccount-content .form-row-first,
    .woocommerce form.woocommerce-checkout .form-row-last,
    .woocommerce-page form.woocommerce-checkout .form-row-last,
    body .woocommerce-MyAccount-content .form-row-last {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-account .woocommerce form.login,
    .woocommerce-account .woocommerce form.register,
    .woocommerce-account .woocommerce h2 {
        width: 100%;
    }

    .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author,
    .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
        width: 100%;
    }

    .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author,
    .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
        padding: 0;
    }

    .woocommerce #review_form #respond p.comment-form-author {
        margin-bottom: 0;
    }

    body.woocommerce-checkout .checkout_coupon .button {
        margin-left: 0;
    }

    body.wildworld_single_product_page.woocommerce div.product form.cart .group_table tr {
        border-bottom: solid 1px #e1e1e1;
    }

    body.wildworld_single_product_page.woocommerce div.product form.cart .group_table tr:not(:first-of-type) .woocommerce-grouped-product-list-item__quantity {
        padding-top: 30px;
    }

    body.wildworld_single_product_page.woocommerce div.product form.cart .group_table td {
        width: 100%;
        display: block;
        text-align: left;
    }

    body.wildworld_single_product_page.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .button {
        margin-top: 0;
    }

    body.wildworld_single_product_page.woocommerce div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__label,
    body.wildworld_single_product_page.woocommerce div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
        padding: 10px 0 0;
    }

    body.wildworld_single_product_page.woocommerce div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
        font-weight: 700;
        padding: 0 0 20px;
    }
}
